/**
 * 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: 65px;
	}

	#products div.imageFrame {
		margin-bottom: 0;
	}

 	#products dl.category {
		width: 240px;
		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 #b4c80c;
	}

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

 	#products dl.category dd {
		width: 126px;
		height: 56px;
		padding: 0 10px 10px 10px;
		float: left;
		overflow: hidden;
	}

 	#products dl.category dd h4, #products dl.category dd h4 a {
		color: #48250a;
		display: block;
		font-size: 12px;
	}

	#products dl.category dd p {
		height: 36px;
		font: normal 10px/12px Arial, sans-serif;
		width: 136px;
	}

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

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

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

	 #products ul.productlisting li {
		padding: 0;
		margin: 0 27px 40px 0;
		list-style: none;
		display: block;
		float: left;
		width: 171px;
	 }

	 #products ul.productlisting li h3 {
	 	padding: 0;
		margin: 0;
		overflow: hidden;
		width: 143px;
		font-size: 12px;
		background: #9c9c9c url('/modules/core/layout/images/deco_bg_smallProductHeading.gif') no-repeat;
		line-height: 1em;
		padding: 11px 14px;
	 }

	 #products ul.productlisting li h3 a {
		white-space: nowrap;
		text-decoration: none;
		color: #343d27;
	 }
	
	#products ul.productlisting li h3 a:hover {
		color: #F5FFE5;
	}

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

	 #products ul.productlisting li .imageFrame a {
	 	display: block;
	 	width: 171px;
		height: 171px;
	 }
	
	 #products ul.productlisting li span.listingPrice {
		position: relative;
		top: 4px;
		display: block;
		float: right;
		height: 25px;
		padding: 0 8px;
		text-align: center;
		white-space: nowrap;
		overflow: hidden;
		color: #5c757c;
		font: 700 11px/25px "Lucida Grande", Verdana, Arial, sans-serif;
	 }
	
	.productOrderButton {
		float: right;
		margin: 5px 6px 0 0;
		display: inline;
	}
	
	#products ul.productlisting li span.listingPrice {
		float: left;
		display: inline;
		margin: 0 0 0 4px;
		background: url('/modules/core/layout/images/deco_bg_price_right.gif') no-repeat right 0;
		padding: 0 4px 0 0;
		line-height: 1em;
	 }
	
	#products ul.productlisting li span.listingPrice span {
		background: url('../../../core/layout/images/deco_bg_price_left.gif') no-repeat;
		float: left;
		height: 28px;
		padding: 7px 6px 0 6px;
		font-weight: 700;
		color: #343d27;
	}

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

 	#productDetail {
		position: relative;
	}

	#productDetail del {

	}

	#productDetail ins {
		color: #A20732;
	}

	#productDetail #productStockindication {
		color: #71ac00;
	}

	#productOrderform {
		clear: both;
	}

	#productDetail #productImage {
		width: 202px;
		height: 157px;
		margin: 0 10px 10px 0;
		border: 2px solid #B4C80C;
	}

	#productDetail #productImage a {
		display: block;
		margin: 0;
		padding: 0;
		width: 202px;
		height: 157px;
		background-color: #fff !important;
	}

	#productDetail #productImage img {
		display: none;
	}

	#productDetail #productOrderform #productDetailNumproducts {
		font-size: 11px;
		font-family: "Lucida Grande", Verdana, Arial, sans-serif;
		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: #656854;
		width: 66px;
		line-height: 22px;
		font-weight: 700;
		background: #C8DC85;
		text-align: center;
		float: left;
		white-space: nowrap;
	}

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

	#productDetail #productOrderform #btnProductDetailAdd {
	}

	#productOrderform {
		width: 207px;
	}

	.twocolumns .columnleft {
		float: left;
		width: 216px;
	}
	.twocolumns .columnright {
		float: left;
		width: 318px;
	}

	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)
	}
