/*
 * $Id: home.css 33621 2010-04-08 11:06:22Z iargent $
 */

/* css for top sellers */
#wrap-top-seller, #recently-view-products {background-color:#FFF;border:1px solid #999;width:774px; overflow:auto;} /* border of top sellers and rec. viewed*/
#wrap-top-seller h3, #recently-view-products div#rvp-title, #headerA {background:url(../../static/img/bg_title_h3.gif) no-repeat; font-size:15px; padding:5px 0 7px 10px; height:27px;} /* title of top sellers and rec. viewed*/
.item-basic-info {margin-top:-15px;}
#top-seller { display:inline; float:left; margin-left:10px; width:370px;}
#top-seller h3 { font-size:18px;}
#top-seller .prod_desc {font-size:10px; color:#999999; margin:-5px 0 0 10px;}	
#top-seller .prod_desc span.price {text-align:left; display:inline; float:left; width:70px;}
#top-seller .item-basic-info {display:inline;}
#top-seller .item-basic-info img {padding:2px; border:1px solid #CCC; float:left; width:50px;} 	
#top-seller .item-basic-info .prod_desc {float:left; width:285px; }
#recently-view-products {	
	font-size:11px !important;	
}
#recently-view-products h3 {	
	font-size:14px !important;	
}

/* css for recently viewed products */
#rvp-title {margin-bottom:-20px;}
#recently-view-products h3 { float:left; display:inline; font-size:15px; padding:0 0 7px 5px;}/*header */
#recently-view-products span.view_all { float:right; margin-right:10px; font-size:12px;} /*header right side*/
.rvp-wrapper .rvp-prod-name, .rvp-wrapper .rvp-buttons, .rvp-prod-name h5 {display:inline; float:left;} /*position line title*/
.rvp-prod-name h5 { margin-bottom:0;}
.rvp-prod-name .price  {display:inline;}
.rvp-wrapper .rvp-prod-name {width:640px; }/*wrapper for product name*/
#rvp .rvp-buttons {font-size:10px; margin-left:-15px;} /*right side buttons*/
#rvp ul	li {list-style:none;  width:750px; float:left; margin: 0 0 5px -10px;	padding:5px 5px 0 5px;}
li.color-par { background-color:#fff;}
li.color-impar { background-color:#dfdfdf;}
.back-small { float:left;background:url(../../static/img/blue_arrow.gif) no-repeat;padding:2px 0 0 6px; font-weight:bold;margin-left:8px;border:none;} /*style for small links with arrows*/

#recenthistory {
	width:776px; background-color:white; padding:0px; border:1px #999999 solid;
}
#recenthistory #headerA{
	background:transparent url({AKA:{pconf.pathToImages}/shop/bg_title_h3.gif}) no-repeat scroll 0% 0%;
	font-size:15px;
	height:15px;
	padding-left:10px;
	width:80%;
	border:none;
	padding-top:0px;
}
#recenthistory #headerB{
	background:transparent url({AKA:{pconf.pathToImages}/shop/bg_title_h3.gif}) no-repeat scroll 0% 0%;
	height:15px;
	text-align:right;
	width:20%;
	border:none;
	padding-top:0px;
}
#recenthistory #recenthistory-contents{
	border:none;
	width:100%;
}
#recenthistory #recenthistory-contents td{
	border:none;
	padding-left:10px;
	font-size:10px;
}
#headerA{
	color:#007229;
}
.prSnippetNumberOfRatingsText{
	color:#999999;
}

