/* Product/Category Lists */

#categoryMiddle h4{
	color:#165C9A;
	font-size:14px;
	padding:6px;
}

#categoryMiddle .footer{
	text-align:center;
	height:20px;
	padding:5px;
	padding-top:12px;
	border-top:1px solid #EFE0D1;
}

#categoryMiddle .footer,
#categoryMiddle .footer a{
	color:#165C9A;
	font-weight:bold;
}

#categoryMiddle .footer .prevPage{
	float:left;
}

#categoryMiddle .footer .nextPage{
	float:right;
}

#categoryMiddle .divider{
	background-color:#EFE0D1;
	height:1px;
}

#categoryMiddle .category,
#categoryMiddle .product{
	border-bottom:1px solid #ECDCCB;
	width:513px;
	margin-bottom:10px;
}
.content a:link, .content a:visited {
	text-decoration:none;
	color:#006699;
}


.content a:hover, .content a:active {
	text-decoration:underline;
	color:#006699;
}

#categoryMiddle .category .image,
#categoryMiddle .product .image{
	width:65px;
	vertical-align:top;
}

#categoryMiddle .category .image div,
#categoryMiddle .product .image div{
	width:65px;
	height:65px;

}

#categoryMiddle .category .noImage div,
#categoryMiddle .product .noImage div{
	background:url(/if_buyOnline/images/imageNA.jpg) no-repeat;
}

#categoryMiddle .category .image img,
#categoryMiddle .product .image img{
	width:65px;
	height:65px;
}

#categoryMiddle .category .info,
#categoryMiddle .product .info{
	padding-left:5px;
}

#categoryMiddle .category .info div,
#categoryMiddle .product .info div{
	clear:both;
}

#categoryMiddle .product .info a{
	color:#6C583E;
	text-decoration:none;
	font-weight:bold;
}

#categoryMiddle .product .info .description{
	padding-top:3px;
	padding-bottom:3px;
}

#categoryMiddle .product .info .price{
	font-size:12px;
	font-weight:bold;
	color:#E3522C;
}

#categoryMiddle .product .info .properties{
	float:left;
	clear:left;
}

#categoryMiddle .product .info .properties ul li{
	display:inline;
}

#categoryMiddle .product .info .customize{
	float:right;
	clear:right;
}

#categoryMiddle .product .info .controls{
	float:right;
	clear:right;

	
}

#categoryMiddle .product .info .controls input.qty{
	width:25px;
}

.rule{ background-color:#ECDCCB; overflow:hidden; height:1px;}

#categoryMiddle .controls{
	text-align:right;
	padding:5px;
}

/* Buy Online Landing Page - Featured Products */
ul.featured{
	width:534px;
	list-style:none;
	float:left;
	margin-top:10px;
	margin-left:5px;
	display:inline;
	
}

ul.featured li{
	float:left;
}



ul.featured li img{


}

ul.featured li div.content{
	text-align:left; padding:0 0 0 15px;
	
}

ul.productOptions{
	float:left;list-style:none; vertical-align:middle;
}

ul.productOptions li{
	float:left;
	margin-right:5px;
}
