/* SP */
acronym.sp {
	cursor: help;
	border-bottom: none;
	color: #808080;
}

acronym.sp:hover {
	color: #0C71A3;
}

acronym.spl, span.spl {
	cursor: help;
	border-bottom: none;
}

/* Total progressline */
.sp_progress_red {
	border: 1px groove #A4D95E;
	width: 200px;
	background: #A71206;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.sp_progress_green {
	height: 12px;
	background: #7FCE50 url('./images/spr_prog_top2.gif') left top;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.sp_progress_text {
	margin-top: -14px;
	color: #FFF;
}

/* Row progressline*/
.spr_progress_red {
	border-width: 1px;
	border-style: solid inset inset solid;
	border-color: #6D6F76;
	width: 100px;
	background: #B3B9C2 url('./images/spr_prog_bg.gif') left top repeat-x;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.spr_progress_green {
	height: 12px;
	background: #7FCE50 url('./images/spr_prog_top.gif') left top;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.spr_progress_text {
	margin-top: -16px;
	color: #FFF;
}

.sp_buyers, .sp_prev_next, .sp_prev_next img {
	border: 1px solid #A9B8C2;
	background: #FFF;
	padding: 3px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.sp_viewtopic, .sp_viewtopic img {
	border: 1px solid #A9B8C2;
	padding: 3px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 1.1em;
}

/*.sp_prev_next {
	margin-top: 100px;
}*/

.sp_prev_next a {
	font-size: 14px;
	font-weight: bold;
}

.sp_prev_next a:hover {
	text-decoration: none;
}

.sp_img_small, .sp_img_small img {
	border: 1px solid #A9B8C2;
	background: #FFF;
	padding: 3px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 2px;
}

.sp_img_small img {
	max-width: 70px;
	max-height: 70px;
}

.sp_img_small a:hover img, .sp_prev_next a:hover img {
	border-color: #D46400;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
}

/* Icons */
.sp-mysales, .sp-myorders, .sp-toplist, .sp-crs, .sp-cats, .sp-faq {
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-image: none;
	/*padding: 1px 0 0 17px;*/
}

.rtl .sp-mysales, .rtl .sp-myorders, .rtl .sp-toplist, .rtl .sp-crs, .rtl .sp-cats, .rtl .sp-faq {
	background-position: 100% 50%;
	padding: 1px 17px 0 0;
}

.sp-mysales	{ background-image: url("./images/sp_sales.gif"); }
.sp-myorders	{ background-image: url("./images/sp_orders.gif"); }
.sp-toplist	{ background-image: url("./images/sp_toplist.png"); }
.sp-crs	{ background-image: url("./images/cr_mange.png"); }
.sp-cats	{ background-image: url("./images/sp_cat.png"); }
.sp-faq	{ background-image: url("./images/sp_faq.png"); }

/* Rank line*/
.sp_rank1 {
	width: 100px;
	height: 12px;
	background: #646464;
	border: 1px solid #323D4F;
	padding: 0px;
	position: relative;
}

.sp_rank2 {
	height: 12px;
	position: relative;
}

.sp_rank1 .sp_negative {
	background: #AA0000;
	right: 0px;
}

.sp_rank1 .sp_positive {
	background: #A6E06F;
	left: 0px;
}

.sp_rank1, .sp_rank2 {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.sp_rank_text {
	margin-top: -12px;
	font-size: 10px;
	text-align: center;
	width: 100px;
	height: 12px;
	color: #FFF;
	position: relative;
	top: 0px;
}

.sp_want_but {
	padding: 10px 0;
}

.sp_want_but a {
	border: 2px solid #A71206;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	padding: 2px 4px;
	background: #FFF;
	color: #A71206;
	font-size: 16px;
	font-weight: bold;
}

.sp_want_but a:hover {
	text-decoration: none;
	color: #D96C00;
	border-color: #D96C00;
}