/**
 * Stylesheet for Slowlight: Products
 *
 * @media	screen, projection
 * @copyright	Netlash <http://www.netlash.com>
 * @author	Stephen Verhalleman <stephen@netlash.com>
 */

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

	#products {
	}

	#products .productBlock {
		margin-bottom: 24px;
		padding: 24px;
		background: url('../../../core/layout/images/news_bg.jpg') no-repeat 0 0;
	}

	#products .productBlock h3 {
		border-bottom:1px solid #2B3647;
		color:#95A5BC;
		font-weight:400;
		letter-spacing:1px;
		margin-bottom:16px;
	}
	
	#products .productBlock .productDescription {
		display:block;
		font-size:10px;
		font-weight:400;
		margin:4px 0 0;
	}

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

 	#products dl.category {
		width: 240px;
		height: 62px;
		float: left;
		font-size: 11px;
		line-height: 1.5;
		padding-bottom: 12px;
		margin-top: 24px;
		border-bottom: 1px solid #2b3647;
	}

	#products dl.even {
		margin-right: 0;
	}

 	#products dl.category dt {
		width: 61px;
		height: 61px;
		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 {
		width: 126px;
		height: 56px;
		padding: 0 10px 10px 10px;
		float: left;
		overflow: hidden;
	}

 	#products dl.category dd h4, #products dl.category dd h4 a {
		display: block;
		font-size: 12px;
		font-weight: 400;
		padding-bottom: 6px;
	}
	
	#products dl.category dd h4, #products dl.category dd h4 a:hover {
		color: #FFF;
	}

	#products dl.category dd p {
		font: 11px;
		width: 136px;
	}

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

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

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

	 #products ul.productlisting li {
		padding: 0;
		margin: 0 24px 20px 0;
		list-style: none;
		display: block;
		float: left;
		width: 160px;
		background: url('/modules/core/layout/images/deco_productlisting.gif') no-repeat left bottom;
	 }

	 #products ul.productlisting li .lastChild {
		margin-right: 0;
	 }

	 #products ul.productlisting li h3 {
	 	padding: 0 0 14px 0;
		margin: 0;
		overflow: hidden;
		width: 160px;
		line-height: 1em;
		font-weight: 400;
		font-size: 12px;
	 }

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

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

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

	.productOrderButton {
		float: right;
		margin: 12px 6px 6px 0;
		display: inline;
	}

	 #products ul.productlisting li span.listingPrice {
		float: left;
		display: inline;
		margin: 0 0 0 4px;
		padding: 0 4px 0 0;
		line-height: 1em;
	 }
	
	#products ul.productlisting li span.listingPrice span {
		float: left;
		height: 28px;
		padding: 20px 0 0 12px;
		font-weight: 400;
		color: #aeb4bd;
		font-size: 12px;
	}

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

 	#productDetail {
		position: relative;
	}

	#productDetail del {

	}

	#productDetail ins {
		color: #A20732;
	}

	#productDetail #productStockindication {
		color: #6884AB
	}

	#productOrderform {
		clear: both;
	}

	#productOrderform .form-error {
		width: 120px;
		line-height: 1.6;
	}

	#productDetail #productImage {
		width: 160px;
		height: 170px;
		margin: 0 12px 12px 0;
	}

	#productDetail #productImage a {
		display: block;
		margin: 0;
		padding: 0;
		width: 160px;
		height: 170px;
		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: 160px;
		margin-bottom: 10px;
	}
	
	span.times {
		float: left;
		line-height: 22px;
		display: block;
		padding: 0 5px;
	}

	#productDetail #productOrderform #productDetailPrice,
	#productDetail #productOrderform #productDetailPriceTotal {
		display: block;
		padding: 0 3px;
		min-width: 66px;
		line-height: 22px;
		font-weight: 700;
		background: #242C39;
		text-align: center;
		float: left;
		white-space: nowrap;
	}

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


	#productOrderform {
		width: 160px;
	}

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

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

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