
#mainColumn 
{
	padding-top: 10px;
}

#content h2
{
	color: #278DB9;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

#productListing .box.product
{
	border-color: #C3C3C3;
}

.hit_of_the_day 
{
	background: url(../../images/layout/hit.png) no-repeat 392px 0;
}


.hit_of_the_day h2 
{
	padding-bottom: 5px;
}

.hit_of_the_day .product .info 
{
	padding-top: 5px;
}

.hit_of_the_day .product  .price strong 
{
	font-weight: normal;
}


.newness
{
	overflow: hidden;
	border-bottom: 1px #C3C3C3 solid;
}

.newness h2 
{
	padding: 20px 0;
}

.newness .box.product li 
{
	float: left;
	width: 209px;
	text-align: center;
	margin-bottom: 10px;
}

.newness .box.product li .picture 
{
	border: 1px #C1C1C1 solid;
	display: block;
	padding: 0;
}

.newness .box.product li .picture img
{
	border: none;
}

.newness .box.product li.odd
{
	float: right;
	margin-right: 2px;
}

.newness .box.product li h4
{
	text-align: center;
	padding: 8px 0 0;
}


.newness a.bullet
{
	text-transform: lowercase;
	font-size: 11px;
	color: #818181;
}




.opinions h2 
{
	padding: 20px 0;
}

.opinions
{
	padding-bottom: 25px;
	border-bottom: 1px #C3C3C3 solid;
	position: relative;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.opinions .prev, .opinions .next 
{
	position: absolute;
	left: 0;
	top: 107px;
	width: 20px;
	height: 20px;
	background: url(../../images/layout/review-prev.png) no-repeat 0 4px;
	text-indent: -10000px;
	cursor: pointer;
}

.opinions .next
{
	left: auto;
	right: 0;
	background: url(../../images/layout/review-next.png) no-repeat 8px 4px;
}


.opinions .prev.inactive
{
	background: url(../../images/layout/review-prev.png) no-repeat 0 -36px;
	cursor: default;
}

.opinions .next.inactive
{
	background: url(../../images/layout/review-next.png) no-repeat 8px -36px;
	cursor: default;
}


.opinions li
{
	margin: 0 20px;
	overflow: hidden;
}

.opinions .picture
{
	float: left;
}

.opinions .picture img 
{
	border: 1px #C5C5C5 solid;
	width: 110px;
}


.opinions .info
{
	float: left;
	margin-left: 15px;
	width: 270px;
}

.opinions .info h4
{
	color: #FE7201;
	font-size: 16px;
}

.opinions .score 
{
	font-size: 12px;
	padding: 8px 0 2px;
	color: #666;
	font-weight: bold;
}


.opinions .customer
{
	color: #9A9A9A;
	font-size: 12px;
	padding-bottom: 8px;
}

.opinions p
{
	font-size: 12px;
	color: #333;
	text-align: justify;
}













