/**
 * Stylesheet for Cookstore: Products
 *
 * @media	screen, projection
 * @copyright	Netlash <http://www.netlash.com>
 * @author	Bram Van Damme <bramus@netlash.com>
 * @author	Johan Ronsse <johan@netlash.com>
 */
 
/**
 * = category Listing
 * ----------------------------------------------------------
 */
 
 	#products dl.category {
		width: 220px;
		height: 71px;
		float: left;
		margin: 0 16px 16px 0;
	}
	#products dl.even {
		margin-right: 0;
	}
 
 	#products dl.category dt {
		width: 61px;
		height: 61px;
		padding: 5px;
		margin-right: 5px;
		float: left;
		overflow: hidden;
		border: 2px solid #046380;
	}
	
	#products dl.category dt a {
		display: block;
		width: 61px;
		height: 61px;
		text-indent: -9999px;
	}
	 
 	#products dl.category dd {
		width: 106px;
		height: 51px;
		padding: 10px 10px 10px 10px;
		float: left;
		overflow: hidden;
	}
	 
 	#products dl.category dd h4, #products dl.category dd h4 a {
		color: #046380;
		display: block;
		height: 14px;
		font-size: 12px;
	}
	
	#products dl.category dd p {
		height: 36px;
		font: normal 10px/12px Arial, sans-serif;
		width: 136px;
	}
	
	.productdesc {
		width: 248px;
		/* float: left; */
	}
	
	.categoryshizzler {
		padding-bottom: 30px;
	}
	

/**
 * = productListing
 * ----------------------------------------------------------
 */
	 
	 #products ul.productlisting {
	 	padding: 0;
		margin: 0;
		list-style: none;
	 }
	 
	 #products ul.productlisting li {
		padding: 0;
		margin: 0 20px 40px 0;
		list-style: none;
		display: block;
		float: left;
		width: 127px;
	 }
	 
	 #products ul.productlisting li h3 {
	 	padding: 0;
		margin: 0;
		overflow: hidden;
		width: 126px;
	 }
	 
	 #products ul.productlisting li h3 a {
		white-space: nowrap;
		font-weight: 700;
		font-size: 11px;
		line-height: 27px;
		text-decoration: none;
	 }
	 
	 #products ul.productlisting li .imageFrame img {
	 	display: none;
	 }
	 
	 #products ul.productlisting li .imageFrame a {
	 	display: block;
	 	width: 123px;
		height: 85px;
		margin-bottom: 2px;
	 }
	 
	 #products ul.productlisting li a.listingAddToCart {
	 	display: block;
		float: right;
		width: 40px;
		height: 24px;
		background: transparent url(../images/btnAddtocartSmall.gif) no-repeat top right;
		text-indent: -9999px;
		margin-left: 4px;
		position: relative;
		top: 4px;
		overflow: hidden;
		/*margin-right: 8px;*/
	 }
 
/**
 * = productDetail
 * ----------------------------------------------------------
 */
 
 	#productDetail {
		position: relative;
	}
	
	#productDetail del {
	
	}
	
	#productDetail ins {
		color: #A20732;
		padding: 0 10px;
	}
	
	#productDetail #productStockindication {
		color: #046380;
	}
	
	#productOrderform {
		clear: both;
		margin-top: 16px;
	}
	
	#productDetail #productImage {
		width: 192px;
		height: 127px;
		margin: 0 10px 10px 0;
	}
	
	#productDetail #productImage a {
		display: block;
		margin: 0;
		padding: 0;
		width: 192px;
		height: 127px;
	}
	
	#productDetail #productImage img {
		display: none;
	}

	#productDetail #productOrderform #productDetailNumproducts {
		font-weight: 700;
		font-size: 11px;
		color: #002f2f;
		width: 24px;
		text-align: center;
		float: left;
		display: block;
		height: 11px;
		border: 1px solid #b9b598;
		text-align: right;
		padding: 5px 2px;
		line-height: 21px;
	}
	
	span.times {
		float: left;
		line-height: 22px;
		display: block;
		padding: 0 5px;
	}
	
	#productDetail #productOrderform #productDetailPrice,
	#productDetail #productOrderform #productDetailPriceTotal,
	#products ul.productlisting li span.listingPrice {
		display: block;
		color: #006380;
		line-height: 24px;
		height: 24px;
		font-weight: 700;
		background: #f4f2db url(../images/bgPrice.gif) no-repeat 0 0;
		float: left;
		white-space: nowrap;
		padding-left: 16px;
		font-size: 12px;
	}
	 
	 #products ul.productlisting li span.listingPrice {
		position: relative;
		top: 4px;
		float: right;
		overflow: hidden;
	 }
	
	#productDetail #productOrderform #productDetailPrice span,
	#productDetail #productOrderform #productDetailPriceTotal span,
	#products ul.productlisting li span.listingPrice span {
		display: block;
		height: 22px;
		background: #f4f2db;
		border: 1px solid #d7d6c5;
		border-left: 0;
		line-height: 22px;
		white-space: nowrap;
		text-align: right;
		padding-right: 6px;
	}
	
	#productDetail #productOrderform #productDetailPriceTotal {
		width: 88px;
		background: url(../images/bg-pricetotal.gif) no-repeat top left;
	}
	
	#productDetail #productOrderform #btnProductDetailAdd {
		width: 203px;
		height: 24px;
		background: url(../images/btnAddtocartBig.gif) no-repeat top left;
		margin-left: 20px;
	}
	
	#productOrderform {
	}
	
	#productDetail #productOrderform form {
		float: left;
	}
	
	#productDetail #productOrderform #productStockindication {
		float: left;
		margin-right: 6px;
		margin-top: 4px;
	}
		
	.twocolumns .columnleft {
		float: left;
		width: 216px;
	}
	.twocolumns .columnright {
		float: left;
		width: 248px;
	}
	
	fieldset.product-order-left {
		float: left;
		width: 200px;
	}
	
	fieldset.product-order-right {
		float: left;
		padding-left: 12px;
	}
	
	.fr #productDetail #productOrderform #btnProductDetailAdd {
		background-image: url(../images/btnAddtocartBig-fr.gif)
	}
	
	.en #productDetail #productOrderform #btnProductDetailAdd {
		background-image: url(../images/btnAddtocartBig-en.gif)
	}
	
	#productDescription {
		padding: 30px 0 15px 0;
	}