/**
 * 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 div {
		margin-bottom: 45px;
	}

	#products div.imageFrame {
		margin-bottom: 0;
		border: 4px solid #33abfd;
		background: #33abfd;
	}

 	#products dl.category {
		width: 240px;
		float: left;
		width: 463px;
		margin-bottom: 10px;
	}

	#products dl.even {
		margin-right: 0;
		background: #12A2FF;
	}
	
	#innerContent #products h3 {
		color: #fff;
		width: 140px;
	}

 	#products dl.category dt {
		width: 61px;
		height: 61px;
		padding: 5px;
		margin-right: 5px;
		float: left;
		overflow: hidden;
	}

	#products dl.category dt a {
		display: block;
		width: 61px;
		height: 61px;
		text-indent: -9999px;
	}

 	#products dl.category dd {
		float: right;
		width: 360px;
		margin-right: 20px;
	}

 	#products dl.category dd h4, #products dl.category dd h4 a {
		color: #fff;
		display: block;
		font-size: 12px;
		margin-top: 5px;
	}
	
	#products dl.category dd h4 a:hover {
		color: #001f7f;
	}

	#products dl.category dd p {
		font-size: 12px;
		color: #EAD3FE;
	}

	.productdesc {
		width: 230px;
		float: left;
	}

/**
 * = productListing
 * ----------------------------------------------------------
 */

	 #products ul.productlisting {
	 	padding: 0;
		margin: 0;
		list-style: none;
		width: 486px;
	 }

	 #products ul.productlisting li {
		padding: 0;
		margin: 0 21px 33px 0;
		list-style: none;
		display: inline;
		float: left;
		width: 140px;
	 }

	 #products ul.productlisting li h3 {
	 	padding: 0;
		margin: 0;
		overflow: hidden;
		width: 168px;
		margin-bottom: 7px;
	 }

	 #products ul.productlisting li h3 a {
		white-space: nowrap;
		color: #fff;
		font-weight: normal;
		text-decoration: none;
		font-size: 14px;
	 }

	 #products ul.productlisting li .imageFrame img {
	 	display: none;
	 }

	 #products ul.productlisting li .imageFrame a {
	 	display: block;
	 	width: 135px;
		height: 135px;
	 }

	 #products ul.productlisting li a.listingAddToCart {
	 	display: block;
		float: right;
		width: 35px;
		height: 35px;
		background: url('../images/btnAddtocartSmall.png') no-repeat right 2px;
		text-indent: -9999px;
		margin-top: -2px;
		margin-left: 10px;
		margin-right: 4px;
		position: relative;
		overflow: hidden;
	 }

	 #products ul.productlisting li span.listingPrice {
		position: relative;
		top: 8px;
		display: block;
		float: right;
		height: 25px;
		padding: 0;
		text-align: center;
		white-space: nowrap;
		overflow: hidden;
		color: #ead3fe;
		font-weight: bold;
		font-size: 14px;
	 }

/**
 * = productDetail
 * ----------------------------------------------------------
 */

 	#productDetail {
		position: relative;
	}

	#productDetail del {

	}

	#productDetail ins {
		color: #A20732;
	}

	#productDetail #productStockindication {
		color: #001F7F;
	}

	#productOrderform {
		clear: both;
	}

	#productDetail #productImage {
		/*
		width: 198px;
		height: 157px;
		*/
		width: 202px;
		height: 202px;
		margin: 0 10px 10px 0;
		border: 4px solid #0079E6;
	}

	#productDetail #productImage a {
		display: block;
		margin: 0;
		padding: 0;
		/*
		width: 198px;
		height: 157px;
		*/
		width: 202px;
		height: 202px;
		background-color: #33ABFD !important;
	}

	#productDetail #productImage img {
		display: none;
	}

	#productDetail #productOrderform #productDetailNumproducts {
		font-size: 11px;
		color: #48250A;
		width: 30px;
		text-align: center;
		float: left;
	}
	
	#productOptions {
		margin-bottom: 10px;
	}
	
	#productOptions label {
		margin-left: 2px;
	}
	
	#productOptions select {
		width: 198px;
		margin-bottom: 10px;
	}
	
	span.times {
		float: left;
		line-height: 22px;
		display: block;
		padding: 0 5px;
	}

	#productDetail #productOrderform #productDetailPrice,
	#productDetail #productOrderform #productDetailPriceTotal {
		display: block;
		color: #EAD3FE;
		width: 66px;
		line-height: 22px;
		font-weight: 700;
		text-align: center;
		float: left;
		white-space: nowrap;
	}

	#productDetail #productOrderform #productDetailPrice {
	}
	
	#productDetail #productOrderform #productDetailPriceTotal {
		width: 88px;
		background: url(../images/bg-pricetotal.gif) no-repeat top left;
	}

	#productDetail #productOrderform #btnProductDetailAdd {
		width: 207px;
		height: 32px;
		background: url(../images/btnAddtocartBig.jpg) no-repeat top left;
	}
	
	.fr #productDetail #productOrderform #btnProductDetailAdd {
		width: 207px;
		height: 32px;
		background: url(../images/btnAddtocartBig-fr.jpg) no-repeat top left;
	}
	
	.en #productDetail #productOrderform #btnProductDetailAdd {
		width: 207px;
		height: 32px;
		background: url(../images/btnAddtocartBig-en.jpg) no-repeat top left;
	}
	

	#productOrderform {
		width: 207px;
	}

	.twocolumns .columnleft {
		float: left;
		width: 216px;
	}
	.twocolumns .columnright {
		float: left;
		width: 230px;
		margin-left: 15px;
		display: inline;
	}

	fieldset.product-order-left {
		float: left;
		width: 200px;
	}

	fieldset.product-order-right {
		float: left;
		padding-left: 12px;
	}

