


/**
 * MC_JAMES_TRACE : START#best sellers
 */
 
#bestsellers {
}

#bestsellers.box, #bestsellers .box_body{
	background:none;
}

#bestsellers .sideBoxContent, #bestsellers #categoriesContent ol {
	border-bottom:1px solid #CCC;
}

#mcBestSeller, #mcBestSeller li, #mcBestSeller li a {
	margin:0;
	padding:0;
	border:0;
	list-style:none;
	float:none;
}

#mcBestSeller  {
	padding-top:10px;
}

#mcBestSeller li {
	display:block;
	text-align:center;
	/* margin:0 2px 8px 3px; */
	width:80px;
	float:left;
}

#mcBestSeller li a {
	display:inline;
	text-align:left;
	background:none;
}

#mcBestSeller li a:hover {
	background:none;
}

#mcBestSeller li a.price {
	color:#63F;
	font-weight:bold;
	text-decoration:none;
}

#mcBestSeller li a.img {
	height:100px;
	padding: auto;
	/* padding:10px 0 5px 0; */
}

#mcBestSeller li a.img img {
	border:0;
	width:75px;
	height:75px;
	text-align:left;
	border:1px solid red;
}

#bestsellersContent .wrapper {
	text-align:left;
	width:180px; /*For IE only, I don't know why.*/
}

.clear {
	clear:both;
}

/*MC_JAMES_TRACE : END#best sellers */


