/**
 * Stylesheet for Chocolade Online : Products
 *
 * @media	screen, projection
 * @copyright	Netlash <http://www.netlash.com>
 * @author	Bram Van Damme <bramus@netlash.com>
 */

/**
 * = category Listing
 * ----------------------------------------------------------
 */

 	#products dl.category {
		width: 222px;
		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;
		background: url(../images/frameCategoriesBrowseImage.gif) no-repeat 0 0;
	}

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

 	#products dl.category dd {
		width: 126px;
		height: 51px;
		padding: 10px 10px 10px 10px;
		float: left;
		overflow: hidden;
		background: url(../images/frameCategoriesBrowseDescription.gif) no-repeat 0 0;
	}

 	#products dl.category dd h4, #products dl.category dd h4 a {
		font: italic 14px/14px Arial, Helvetica, sans-serif;
		text-decoration: none;
		color: #48250a;
		white-space: nowrap;
		display: block;
		height: 14px;
	}

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

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

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

	 #products ul.productlisting li {
	 	padding: 0;
		margin: 0 9px 20px 0;
		list-style: none;
		display: block;
		float: left;
		width: 600px;
	 }


	 #products ul.productlisting li h3 a {
		color: #48250a;
		float: left;
		text-decoration: none;
		padding-left: 2px;
	 }

	 #products ul.productlisting li .imageFrame {
	 	width: 142px;
		height: 111px;
	 }

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

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

		background: transparent url(../images/frame.gif) no-repeat top left;
	 }

	 #products ul.productlisting li a.listingAddToCart {
	 	display: block;
		float:left;
		margin-left: 40px;
		_margin-left: 20px;
		height: 27px;
		width: 27px;
		background: transparent url(../images/btnAddtocartSmall.gif) no-repeat top right;
		text-indent: -9999px;
	 }

	 #products ul.productlisting li span.listingPrice {
		font-size: 0.8em;
	 }

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

 	#productDetail {
		position: relative;
	}

	#productDetail del {

	}

	#productDetail ins {
		color: #A20732;
	}

	#productDetail #productStockindication {
		display: block;
		position: absolute;
		bottom: 1px;
		right: 20px;

		height: 23px;
		width: 62px;
		background: transparent url(../images/bg-inStock.gif) no-repeat 0 100%;
		text-align: center;
		white-space: nowrap;
		overflow: hidden;
		color: #48250A;
		text-transform: lowercase;
		font: 700 11px/23px Arial, Helvetica, sans-serif;
		line-height: 23px;
		padding: 0;
	}

	#productImage{
		float: left;
	}

	#productImage img{
		float: left;
	}

	#productDetail #productImage {
		width: 202px;
		height: 181px;
		float: left;
		margin: 0 10px 10px 0;
		/*background: transparent url(../images/frameBig.gif) no-repeat top left;*/
		position: relative;
	}

	#productDetail #productImage a {
		display: block;
		margin: 0;
		padding: 0;
		width: 202px;
		height: 157px;
	}

	#productDetail #productImage img {
		display: none;
		float: left;
	}

	#productlisting #productImage img {
		float: left;
	}

	#productDetail #productShortdescription {
		width: 242px;
		float: left;
		overflow: hidden;
	}

	#productDetail #productOrderform {
		background: transparent url(../images/bg-productdetailform.gif) no-repeat 10px 0;
	}

	#productDetail #productOrderform #productDetailNumproducts {
		background: #e8e5de;
		border: 1px solid #d6d6d6;
		height: 18px;
		font: normal 18px/18px Arial, Helvetica, sans-serif;
		padding: 8px 2px;
		color: #48250A;
		width: 35px;
		text-align: center;
		float: left;
		margin-top: 1px;
		margin-right: 20px;
		margin-left: 10px;
	}

	#productDetail #productOrderform #productDetailPrice, #productDetail #productOrderform #productDetailPriceTotal {
		display: block;
		height: 39px;
		font: normal 18px/39px Georgia, "Times New Roman", Times, serif;
		color: #48250A;
		width: 66px;
		text-align: center;
		float: left;
		margin-right: 20px;
		white-space: nowrap;
		background: url(../images/bg-price.gif) no-repeat top left;
	}

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

	#productDetail #productOrderform #btnProductDetailAdd {
		width: 196px;
		height: 39px;
		background: url(../images/btnAddtocartBig.gif) no-repeat top left;
		float: left;
		margin-top: 10px;
	}

	div.productDescription{
		margin: 4px 0 0 0;
		float: left;
		display: block;
		width: 400px;
	}

	div.productAll{
		width: 450px;
		float: left;
	}

	div#products h3.productTitle{
		float: left;
		line-height: 1.2em;
		display: block;

	}

	div#products h3.productTitle a{
		font-size: 1.0em;
	}

	div#products div#productDetail{
		margin: 10px 0 0 0;
	}