﻿/**************************************************

	Categories

**************************************************/
#ProductContentMain {
	color: black;
	min-height: 420px;
	position: relative;
	width: 740px;
}

	#ProductContentMain.user { padding: 15px; }
	#ProductContentMain.inspiration { padding: 0; }
	
	/* strewth, this is hacky, must fix it up at some point! */
	.inspiration #ProductContentMain.inspiration { margin-left: -15px; padding: 10px; }
	.home #ContentLeft { margin-left: -15px; }
		.IE6 #ContentLeft { margin-left: -5px; }
	.home #ContentLeft p, .home #ContentLeft h2 { margin: 0 10px; }
	/* just in case this gets nested... */
	.ProductContentMain.inspiration .product_category.inspiration { margin-left: 0; }
	
	#inspir_product_image {
		/* margin-left: -15px; */
		text-indent: 15px;
		width: 740px;
	}
	
	#inspir_product_info {
		float: left;
		padding: 20px;
		width: 700px;
	}

.CatTitle
{
	color:			#007e3a;
	font-size:		1.4em;
	padding-left:	20px;
	margin-top: 	10px;
}

.NoProducts
{
	padding-left: 20px;
}

#SubCategories
{
	width: 100%;
}

#SubCategories .productCategoryContainer
{
	float: left;
	width: 360px;
}

#SubCategories .productCategory
{
	padding: 10px;
	float: left;
}

#SubCategories .productCategory h3
{
	font-weight: bold;
}


#SubCategories .productCategory:hover
{
	background-color: #eeeeee;
	cursor: pointer;
}

#SubCategories .productCategoryImage
{
	float: left;
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin-right: 10px;
}

#SubCategories .productCategoryInfo
{
	float: left;
	width: 230px;
}

#SubCategories .productCategory h3
{
	font-size: 1.1em;
	color: Gray;
	margin-bottom: 5px;
}

#SubCategories .productCategory p
{
	margin-top: 0px;
}

#SubCategories .productCategory a
{
	display: block;
	color: Gray;
	font-size: 0.8em;
	margin-top: 10px;
	font-weight: bold;
}

#SubCategories .product_category_image {
	display: block;
	height: 290px;
	width: 350px;
}

.productGroupHeader {
	background-color: #444;
	color: #fff;
	height: 25px;
	padding-right: 60px;
	/*padding-left:20px;*/
	width: 310px;
}

/**************************************************

	Tor Categories - special rule for if 2 sub cats

 **************************************************/
#TwoCategories .torCategory
{
	float: left;
	width: 353px;
	padding-top: 10px;
	padding-left: 20px;
}

	#TwoCategories .torCategory h3.SubCatTitle
	{
		background-color: #333333;
		color: #ffffff;
		padding: 3px 4px;
		font-size: 90%;
	}
	
	#TwoCategories .torCategory .productContainer
	{
		width: 353px;
		float: left;
	}
	
	#TwoCategories .torCategory .productContainer:hover
	{
		background-color: #eeeeee;
		cursor: pointer;
	}

	#TwoCategories .torCategory .product
	{
		background-color: Transparent;
		margin: 10px;
		float: left;
	}

	#TwoCategories .torCategory .productImage
	{
		float: left;
		width: 100px;
		height: 100px;
		overflow: hidden;
		margin-right: 10px;
	}

	#TwoCategories .torCategory .product h3
	{
		font-size: 1.1em;
		color: Gray;
		margin-bottom: 5px;
		margin-top: 5px;
	}

	#TwoCategories .torCategory .product p
	{
		margin-top: 0px;
	}
	
	#TwoCategories .torCategory .product a
	{
		font-size: 0.8em;
	}
/**************************************************

	Product Menu

**************************************************/
#BottomLeftMenu
{
	margin-top: 10px;
}


/**************************************************

	Products

***************************************************/
.products {
	overflow: hidden;
	padding: 0 20px 20px;
}

	.products p { font-size: .9em; }

#prod_cat_with_style {
	color: #007e3a;
	font-size: 1.4em;
	margin: 10px 0 20px !important;
}

#product_list {
	font-size: 1em;
	list-style-type: none;
	overflow: hidden;
}

#prod_desc_min {
	float: left;
}

#category_description {
	margin: 10px 0 0 15px;
}

	#prod_desc_min ul, #extended_desc ul {
		font-size: .9em;
		margin-bottom: 15px;
		width: 170px;
	}
	
	#prod_desc_min li, #extended_desc li {
		list-style-type: disc;
		margin: 0 0 5px 15px;
	}
	
	.IE7 #prod_desc_min li, .IE7 #extended_desc li { margin-left: 15px; }

#extended_desc {
	float: left;
	margin-right: 10px;
	width: 190px;
}

#avail_basket {
	float: left;
	width: 320px;
}

#ProductInfo {
	float: left;
	font-size: .9em;
	width: 700px;
}

	#ProductInfo h2 {
		color: #007e3a;
		font-size: 1.4em;
		margin-bottom: 10px;
	}

.product_group {
	float: left;
	height: 185px;
	padding: 10px;
	vertical-align: top;
	width: 330px;
}

	.hover {
		background: #d8ebc7;
		cursor: pointer !important;
	}

	.image {
		height: 125px;
		float: left;
		margin-right: 15px;
		width: 110px;
	}
	
		.image img {
			height: 125px;
			width: 110px;
		}
	
	.title, .product_title, .product_category h4 {
		color: #007e3a !important;
		font-size: 1.1em;
		font-weight: bold;
		margin-bottom: 5px;
		margin-top: 5px;
		text-decoration: none;
	}
	
		.Ecolibrium .title {
			float: left;
			width: 200px;
		}
	
		.radEmptyMessageCss_Default.title,
		.radEnabledCss_Default.title, 
		.radFocusedCss_Default.title, 
		.radHoverCss_Default.title { color: #000 !important; margin: 0 !important; }
	
	.Ecolibrium .price_info, 
	.Ecolibrium .short_desc {
		float: right;
		font-size: .9em;
		width: 200px;
	}
	
		.price_info a {
			color: #007e3a;
			font-weight: bold;
		}
	
	.add_to_basket {
		font-size: .8em;
	}
	
.product_category {
	font-size: .9em;
	margin-bottom: 10px;
	min-height: 460px;
	padding: 10px;
}

	.product_category.inspiration { min-height: 100px; }

	.product_category a { text-decoration: none; }

#view_range {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

#ProductList
{
	padding: 20px;
}


#ProductList p
{
	margin-bottom: 10px;
}

#ProductList td
{
	vertical-align: top;
	width: 340px;
	padding: 10px;
}

	#ProductList td:hover
	{
		background-color: #d8ebc7;
		cursor: pointer;
	}
	
	#ProductList .productImage
	{
		float: left;
		width: 110px;
		margin-right: 15px;
		overflow: hidden;
	}
	
	#ProductList .productInfo 
	{
		display: block;
		float: right;
		width: 200px;
	}
	
	#ProductList .productInfo h3
	{
		font-size: 1.1em;
		color: #007e3a;
		margin-bottom: 5px;
		margin-top: 5px;
		font-weight: bold;
	}

	#ProductList .productInfo p
	{
		margin-top: 0px;
		font-size: 80%;
	}

	#ProductList .productInfo a
	{
		display: block;
		color: #007e3a;
		font-size: 0.8em;
		margin-top: 10px;
		font-weight: bold;
	}

#BannerImage
{
	border-top: solid 8px white;
	position: relative;	
	height: 133px;
	overflow: hidden;
	width: 740px;
}

/**************************************************

	Product

**************************************************/
#Product {
	background: #ffffeb;
	float: left;
	padding: 20px;
	position: relative;
	width: 702px;
}

#Product h3
{
	color: #007e3a;
	font-size: 1.4em;
	margin-bottom: 10px;
}

#Product h4
{
	color: #007e3a;
	font-size: 1.2em;
	margin-top: 10px;
	margin-bottom: 5px;
}

#Product h5
{
	color: #007e3a;
	font-weight: bold;
	margin-bottom: 10px;
}

/*#Product #ProductContents
{
	*** Commented out to avoid validation errors. ***
}*/

	#Product #ProductInfoText {
		float: left;
		width: 520px;
		margin-right: 10px;
	}
	
	#Product .product_panel {
		float: left;
		overflow: hidden;
	}
	
	#Product #MultiD
	{
		width: 150px;
		float: left;
	}
	
	#Product #MultiD ul li
	{
		list-style: none;
		padding-left: 10px;
		background-image: url(../images/productbullet.gif);
		background-repeat: no-repeat;
		background-position: 1px 5px;
	}
	
	#Product #ProductGallery, #Product #BuyButtons {
		float: right;
		width: 320px;
	}

	#Product #ProductImage
	{
		float: left;
		text-align: center;
		margin-left: 20px;
		width: 150px;
		overflow: hidden;	/* If image appears cropped, this is why... */
	}



/*********************

	Product Menu
	
**********************/
#ProductMenu 
{
	position:		absolute;
	top:			105px;
	left:			20px;
	height:			28px;
	width:			100%;
	line-height:	normal;
	overflow:		hidden;
}

#ProductMenu ul 
{
	list-style:	none;
	width:		100%;
}

#ProductMenu li 
{
	float:			left;
	background:		url(../images/productmenu/left.png) no-repeat;
	padding-left:	10px;
}

#ProductMenu a 
{
	display:			block;
	background:			url(../images/productmenu/right.png) no-repeat right top;
	padding:			7px 15px 20px 6px;
	text-decoration:	none;	
	font-size:			12px !important;
	color:				#ffffff;
}
 
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#ProductMenu a { float: none; }
/* End IE5-Mac hack */

#ProductMenu a:hover {
	color: #fff;
}

#ProductMenu .current {
	background-image: url(../images/productmenu/left_sel.png);
}

#ProductMenu .current a {
	background-image: url(../images/productmenu/right_sel.png);
	color: #000;
	font-weight: bold;
}

/*************************

	Product Assets

*************************/
/*#ProductAssets
{
	*** Commented out to avoid validation errors. ***	
}*/

/*#ProductAssets .productAssetContainer
{
	/*Debug*/
	/*
	background-color: green;*//*

	*** Commented out to avoid validation errors. ***

}*/

#ProductAssets .productAssetContainer .productAsset
{
	/*Debug*/
	float: left;
	width: 335px;
	margin-right: 15px;
}

.productAssetImage img
{
	width:	130px;
	height: 180px;
}

.productAssetImage
{
	float:			left;
	margin-right:	10px;
	width:			130px;
	height: 		180px;
	overflow:		hidden;
}

.productAssetContent
{
	float: left;
	width: 190px;
}

.productAssetContent h5
{
	margin: 0; padding: 0;
	font-size: 90%;
}

.productAssetContent p
{
	height: 127px;
}

#ProductAssets a.downloadPdf
{
	color:				#000000;
	display:			block;
	margin-top: 		10px;
	padding-left:		20px;
	height:				17px;
	background-image:	url(../images/downloadpdf.gif);
	background-repeat:	no-repeat;
	text-decoration:	none;
}

#ProductAssets a.downloadPdf:hover
{
	background-color:	gray;
	color:				#ffffff;
}

a.pdfDownload
{
	color:				#000000;
	display:			block;
	margin-top: 		10px;
	padding-left:		20px;
	height:				17px;
	background-image:	url(../images/downloadpdf.gif);
	background-repeat:	no-repeat;
	text-decoration:	none;
}

a.pdfDownload:hover
{
	background-color:	gray;
	color:				#ffffff;
}

/****************************************
	
	Product Gallery

****************************************/
#ProductGallery ul {
	float: left;
	list-style: none;
	width: 320px;
}

#ProductGallery ul li
{
	float: left;
	height: 150px;
	list-style: none;
	margin-bottom: 5px;
}

#ProductGallery .product
{
	width: 90px;
	float: left;
	text-align: center;
}

#ProductGallery .product p
{
	font-size: 0.8em;
}

#Disclaimer {
	clear: both;
	color: #333;
	float: left;
	max-width: 550px;
	padding: 10px;
	width: 100%;
}

	#Disclaimer p { font-size: 9px; }

/* -- basket -- */

.basketContents {
	border-collapse: collapse;
	width: 100%;	
	margin-bottom: 10px;
	margin-top: 10px;
}

	.basketContents td, .basketContents input, .basketContents select {
		font-size: 90%;
	}

.basketHeader {
	color: #0C7e40;
	font-size: 80%;
}

	.basketHeader td {
		border-bottom: 1px solid #0C7e40;
	}

.basketItem {
	border-bottom: 1px dotted #74b4a3;
}
	
	.basketItem td {
		padding: 5px 0px;
	}
	
	.basket_cost, .basket_quantity, .basket_total { text-align: center; }
	
	.basket_remove { text-align: right; }
	
	.basket_remove .checkbox input { 
		clear: both;
		float: right;
		margin: 2px 15px 0 0;
		width: 12px;
	}
	
	.basket_description { width: 420px; }
	
	.basket_description img {
		padding-right: 10px;
		height: 68px;
		min-width: 68px;
		float: left;
	}

.IE7 .basket_remove { padding: 0 !important; }

.buttons {
	text-align: right;
}

#CostSummary {
	margin-top: 0px;
	margin-bottom: 15px;
	float: left;
}
		
	#CostSummary dt, #CostSummary dd {
		margin-bottom: 5px;
		padding-top: 5px;
	}
	
	#CostSummary dt {
		clear: both;
		float: left;
		width: 180px;
	}
	
	#CostSummary dd {
		float: left;
		text-align: right;
		padding-right: 10px;
		width: 80px;
	}
	
		#CostSummary.basket_summary dt { 
			text-align: right;
			width: 547px;
		}
		
		#CostSummary.basket_summary dd { 
			border-bottom: 1px solid #ccc;
			margin-left: 0;
			padding-left: 50px;
			text-align: left;
			width: 125px; 
		}

		#CostSummary.basket_summary dt, 
		#CostSummary.basket_summary dd { 
			border-bottom: 1px solid #ccc;
			padding-bottom: 5px;
			font-size: 90%;
		}

		#CostSummary.basket_summary dt.noline, 
		#CostSummary.basket_summary dd.noline { 
			border: 0; 
			font-weight: bold;
		}
		
			#CostSummary.basket_summary dt.noline span { 
				font-size: .9em;
				font-weight: normal;
			}
		
		#CostSummary dt.summary, 
		#CostSummary dd.summary {
			margin-bottom: 0;
			font-weight: bold;
		}

#CostSummary p {
	clear: left;
}

#CostSummary dt {
	font-weight: bold;
}

h2#your_basket{
	background: url(../../../App_Themes/Ecolibrium/images/basket_medium.gif) no-repeat;
	color: #0c7e40;
	font-size: 1.9em;
	font-weight: bold;
	line-height: 1.75;
	height: 55px;
	margin-top: 10px;
	padding-left: 45px;
}

#your_shopping_bag {
	background: url(../../../App_Themes/Ecolibrium/images/your_shopping_bag.gif) no-repeat;
	bottom: 0;
	color: #76b900;
	font-size: 11px;
	font-weight: bold;
	height: 43px;
	line-height: 1.6;
	padding-left: 55px;
	position: absolute;
	right: 0;
	width: 210px;
}

	#your_shopping_bag a {
		display: block;
		color: #007e3a;
		height: 43px;
		padding-left: 55px;
		position: absolute;
		right: 50px;
		text-decoration: none;
		text-indent: -31337px;
		width: 160px;
	}

		#your_shopping_bag a:hover { text-decoration: underline; }

#TopMenu .butt_checkout {
	position: absolute;
	right: -133px;
	top: -22px;
	z-index: 999;
}

#bag_items_value {
	bottom: 0;
	height: 21px;
	position: absolute;
	right: 0;
	width: 209px;
}

	#bag_items_value .items {
		display: inline;
		margin-right: 10px;
	}

	#orderDiscount {
		float: left;
		font-size: .8em;
		margin-left: 10px;
		width: 370px;
	}
	
		
		#orderDiscount #orderDiscountMain {
			font-size: 110%;
			padding: 5px 0px 0px 5px;
		}
		
		#orderDiscount #orderDiscountHint {
			font-size: 110%;
			padding: 5px 5px;
		}
		
		#orderDiscountValue {
			text-align: right;
			width: 490px;
		}

	#orderTotalToPay {
		font-size: 115%;
		font-weight: bold;
		padding: 3px 0px;
		padding-right: 95px;
		text-align: right;
		background-color: #C2B39D;
		color: White;
	}

	
#basketButtons {
	float: right;
	margin: 2px 10px 0 10px;
	text-align: right;
	width: 340px;
}

	.continueShoppingButton { width: 128px }
	.updateButton { width: 115px; }
	.checkoutButton { width: 76px; }
	
	.butt_addtobasket, 
	.butt_continue, 
	.butt_updatebasket, 
	.butt_checkout {
		cursor: pointer;
		height: 20px;
		text-indent: -31337px !important;
	}
	
	.butt_addtobasket {
		background: url(../images/butt_addtobasket.gif) no-repeat;
		bottom: 15px;
		position: absolute;
		right: 0;
		width: 100px;
		z-index: 999;
	}
	
	.butt_continue {
		background: url(../images/butt_continue.gif) no-repeat;
		width: 130px;
	}
	
	.butt_updatebasket {
		background: url(../images/butt_updatebasket.gif) no-repeat;
		width: 100px;
	}
	
	.butt_checkout {
		background: url(../images/butt_checkout.gif) no-repeat;
		width: 80px;
	}

/* ------ LEGALITY NOTICE ------ */
#basketLegality
{
	background-color: #d8d8d8;
	font-size: 85%;
}

/* ------ CHECKOUT ------ */
#totalToPay {
	padding: 0; border: 0; margin: 0;
	padding: 3px 3px;
	font-size: 85%;
	font-weight: bold;
	background-color: #666;
	color: White;
}