/* -------------------------------------------------------------------------------- */
/*																					*/
/*		[Name here] 			Master Screen Stylesheet							*/
/*																					*/
/*		date:      15/04/08															*/
/*		author:    [Cloud Nine - Ash Bryant]										*/	
/*		email:     [info AT c9dd DOT com]											*/	
/*		website:   [http://www.c9dd.com/]											*/	
/*																					*/
/*																					*/
/*		Colours used:	#715901  -  Green / Brown 	- Strap-line 					*/
/*						#9A0032  -  Dark Red		- Some links					*/
/*						#486469	 -	Blue			- Image Borders					*/
/*						#CCCCCC  -  Light Grey		- Borders						*/
/*						#8F0407	 -	Burgundy		- Heading Text					*/
/*						#333333  -  Very Dark Grey	- Body Text						*/
/*						#1070B6  -  Blue			- Some Links 					*/
/*						#679010  -  Green			- Ledgend Headings				*/
/*																					*/
/* -------------------------------------------------------------------------------- */



/* import Generic Styles from the presta shop */
@import url(presta.css);

@font-face {  
	  font-family: "ExistenceLight";  
	  src: url(fonts/existencelight.eot); /* IE */  
	  src: local("ExistenceLight"), url(fonts/existencelight.ttf) format("truetype"); /* non-IE */ 
	}
	

* {
	padding: 0;
	margin: 0;
}


/* Useful */
.display_none {
	display: none !important;
	}

.align_center { 
	text-align: center; 
	}
	
.align_right { 
	text-align: right; 
	}
	
.middle { 
	vertical-align: middle; 
	}
	
.align_justify{ 
	text-align: justify; 
	}
	
.uppercase { 
	text-transform: uppercase; 
	}
.hidden, 
.collapsed, 
.block_hidden_only_for_screen { 
	display: none; 
	}
	
.wrap { 
	white-space: normal; 
	}
	
.bold { 
	font-weight: bold; 
	}
	
.strike { 
	text-decoration: line-through; 
	}
	
.italic { 
	font-style: italic; 
	}
	
.top { 
	vertical-align: top; 
	}
	
.span_link { 
	cursor: pointer; 
	}
	
.span_link:hover { 
	text-decoration: underline; 
	}

.highlight {
	color: #FE7721;
	}
	
.clear { 
	clear: both; 
	}
	
br.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0;
}




noscript ul {
	list-style-type: none; 
	background: black; 
	color: white; 
	padding: 10px; 
	border: 1px solid gray;
	}
	
	.husandhem {
		font-size:  3em;
		}

#a2apage_sm_ifr {
	display: none;
	}

.hr {
	width: 150px;
	margin: 1.5em 2em 2em;
	float: left;
	display: inline;
	border-bottom: 1px solid #715901;
	}

a:hover {
	color: #FE7721;
	}
	
#tooltip { 
    display: none; 
    background: transparent url(../img/hah-imgs/tooltip/white_arrow.png); 
    font-size: 12px; 
    height: 70px; 
    width: 160px; 
    padding: 25px; 
    color: #715901!important; 
    _background-color: #fff; 
    text-align: left;
}

	
.float-right {
	float: right;
	display: inline;
	}

.float-left {
	float: left;
	display: inline;
	}


/* BEGIN STYLES */	
	

body {
	/*background: #F9F8F4 url('../img/hah-imgs/footer-bg.png') repeat-x -4.5em bottom;*/
	/*background: #F9F8F4 url('../img/hah-imgs/footer-bg-2.png') repeat-x -4.5em bottom;*/
	background-color: #F9F8F4;
	font: 62.5%/1.5em  "Trebuchet MS","Segoe UI",Trebuchet,"Bitstream Vera Sans","DejaVu Sans",Verdana,"Verdana Ref",sans serif;
	color: #333;
	text-align: center;
	margin-bottom: 6em;
	min-height: 1024px;
	
}

#footer-container {
	width: 100%;
	float: left;
	padding-bottom: 7em;
	background: #F9F8F4 url('../hah-imgs/footer-bg-4.png') repeat-x -4.5em top;
	}

	div#green-strip {
		width: 100%;
		height: 56px;
		background: #F9F8F4 url('../img/hah-imgs/bg-header.png') repeat-x 0 0;
		}

	#page {
		width: 960px;
		margin: -2em auto 2px auto;
		text-align:left;
		}		
		
		#header-area {
			float: left;
			display: inline;
			margin: 0 0 1em;
			/*border: 1px solid purple;*/
			}
			
			h1#logo {
				float: left;
				width: 9em;
				margin: 1.5em 0.5em 0;
				}
				
				h1#logo a {
					}
					
				#header {
					float: right;
					width: 730px;
					text-align: right;
					margin: 1em 1em 0 0;
					}
	
					
				p#header_user_info {
					font-size: 1.1em;
					margin-bottom:  0.5em;
					}	
					
					p#header_user_info span {
						color: #B7BC1C;
						font-weight: bold;
						}
						
					p#header_user_info a {
						color: #9A0032;
						text-decoration: none;
						}		
					
				li#your_account a {
					color: #9A0032;
					font-size: 1.6em;
					text-decoration: none;
					}
					
					li#your_account a:hover {
						color: #FE7721;
						}
					
				li#shopping_cart {
					display: none;
					}	
					
					
				h4.strap-line {
					color: #715901 !important;
					font-size: 2.94em !important;
					font-weight: normal;
					float: right;
					display: inline;
					margin: 0.8em 0.4em 0 0;
					}
					
					h4.strap-line img {
						display: none;
						/*float: left;
						margin-left: -1000em*/
						}							
				
				#nav-and-search-area {
					float: right;
					display: inline;
					width: 73em;
					margin: 3em 1em 0 0;
					}
					
					#search_block_top {
						width: 27.5em;
						float: right;
						clear: both;
						display: inline;
						}
						
						#search_block_top label {
							float: left;
							display: inline;
							color: #715901;
							font-size: 1.6em;
							line-height: 1.8em;
							margin-right: 0.5em; 
							}
						
						#search_block_top input#search_query {
							width: 179px;
							padding: 0.5em;
							background: #FFF url('../img/hah-imgs/search-bg-header.png') no-repeat 0 0;
							}
							
						#search_block_top input.button {	
							width: 25px;
							height: 25px;
							background: #FFF url('../img/hah-imgs/search-button-bg-header.png') no-repeat 0 0;
							}
							
						#search_block_top input#search_query,
						#search_block_top input.button {
							border: none;
							float: left;
							display: inline;
							}
							
						#header-nav {
							float: left;
							display: inline;
							}
							
							#header-nav ul li {
								list-style: none;
								display: inline;
								float: left;
								margin: 0.5em 1.5em 0 0;
								}
								
								#header-nav ul li.link-1,
								#header-nav ul li.link-4 {
									/*margin-top: 0.7em;*/
									}
								
								#header-nav ul li a {
									color: #B3AD01;
									font-size: 1.6em;
									font-family: "ExistenceLight", "Trebuchet MS",Verdana,sans serif;
									text-decoration: none;
									}
									
								#header-nav ul li a:hover,
								body#index #header-nav ul li.link-1 a,
								body#contact-form #header-nav ul li.link-4 a  {
									color: #FE7721;
									}
										
						
												
			
			
			/* COLUMNS */
			
			#left_column,
			#center_column_container, 
			#center_column, 
			#right_column {
				float:left;
				}

			#left_column {
				clear:left;
				width:190px;
				margin: 2em 1em 0 0;
				/*padding-right: 15px;*/
				/*border: 1px solid red;*/
				}
				
			#center_column,
			#center_column_shadow_top
			#center_column_shadow_bottom {
				width: 720px;
				margin: 0;
				padding: 0 2em;
				/*background-color: white;*/
				/*border: 1px solid green;*/
				}
				
			#center_column {
				padding-top: 0.7em;
				padding-bottom: 0.7em;
				min-height: 74.5em;
				background: transparent url('../img/hah-imgs/contant-shadow-middle.png') repeat-y 0 0;
				clear: none;
				}	
				
			#center_column_shadow_top,
			#center_column_shadow_bottom {
				height: 10px;
				display: block;
				/*background-color: #F9F8F4;*/
				/*float: left;
				clear: both;
				*/}
				
			#center_column_shadow_top {
				background: transparent url('../img/hah-imgs/contant-shadow-top.png') no-repeat 0 0;
				}
				
			#center_column_shadow_bottom {
				background: transparent url('../img/hah-imgs/contant-shadow-bottom.png') no-repeat 0 0;
				clear: both;
				}	
				
			/* Footer */
			#footer {
				width: 920px;
				margin: 0 auto;				
				text-align: right;
				padding: 20.5em 0 0 0;
				clear: both;
				font-size:1.1em;
				position:relative;
				height:130px;
			}
			
			#footer .block_various_links,
			#block_various_links_footer_additions { 
				list-style: none; 
				}
				
			#footer .block_various_links li a { 
				text-decoration: none;
				color: #CCC; 
				}
				
				#footer .block_various_links li a:hover { 
					color: #FE5200; 
					}

				
			#footer .block_various_links li {
				display: inline;
				border-left: 1px solid #888;
				padding: 0px 2px 0px 4px;
			}
			
			#footer .block_various_links li.first_item,
			#footer .block_various_links li:first-child {
				border: none;
				padding-left: 0px;
			}
			#footer ul#footer-icons{
				position:absolute;
				right:0;
				top:250px;
			}
			#footer ul#footer-icons li{
				float:left;
				display:inline;
				margin:0 5px;
				color:#ccc;
				height:75px;
				border:none !important;
			}
			#footer ul#footer-icons li#sagepay{
				padding:20px 0 0;
			}
			#footer ul#footer-icons li#twitter img,
			#footer ul#footer-icons li#facebook img{
				margin:10px 0 0;
			}
			#block_various_links_footer_additions {
				float: right;
				text-align: right;
				color: #FFF;
				}
			
			#block_various_links_footer_additions li {
				float: rigth;
				clear: both;
				display: list-item !important;
				margin: 0.5em 0;
				}
			
			#block_various_links_footer_additions li.c9dd-link,	
			#block_various_links_footer_additions li.c9dd-link a {
				text-decoration: none;
				color: #666;
				margin-top: -0.5em; 
				}
				
				.payment-credit {	
					margin-top:  1.5em !important;
					}
				
				.payment-credit,
				.c9dd-link {
					border: none !important;
					text-align: right;
					float: right;
					clear: both;
					color: #888;
					}	
				
				.icon-padlock {
					float: left;
					margin: -0.35em 0.4em 0 0;
					}
							
				.payment-credit a {
					float: right;
					margin: 0em 0 0 0.2em;
					}
					
				
			
			/* REMOVED IN THIS DESIGN */
			/*
			#right_column {
				width: 190px;
				padding-left: 15px;
				border: 1px solid red;
				float: left;
				clear: left;
				}
			*/
			
			
				/* LEFT COLUMN */
				
				#left_column #categories_block_left {
					}
					
					div.block {
						margin-bottom: 1em;
						width: 190px;
						float: left;
						display: inline;
						}
						
						div.block h4 {
							text-transform: capitalize;
							font-size: 1.6em;
							line-height:1.3em;
							color: #715901;
							height: 19px;
							/*padding-left: 0.7em;*/
							}	
						
						div.block .block_content {
							padding:0.5em 0.7em 0pt;
							min-height:20px;
							}	
			

						/* Block categories */
						div#categories_block_left ul.tree { 
							padding-left: 0.5em; 
							}
						
						div#categories_block_left ul.tree li {
							border: none;
							padding-left: 15px;
							background: none;
							margin-left: 0;
							font-size: 1.4em;
							line-height: 13px;
							margin-top: 2px;
							}
							
						div#categories_block_left ul.tree li ul li {
							padding-left: 1em;
							background: none;
							font-size: 0.9em;
							font-weight: normal;
							}
						
						div#categories_block_left ul.tree li ul li ul li {
							padding-left: 15px;
							font-size: 9px;
							}
							
						div#categories_block_left ul.tree a {
							padding-left: 0;
							color: #B3AD01;
							}
							
							div#categories_block_left ul.tree li ul a {
								padding-left: 0;
								color: #999;
								}
						
						div#categories_block_left ul.tree a:hover {
							text-decoration: none;
							color: #FE7721;
							}
						
						div#categories_block_left ul.tree a.selected {
							color: #FE7721;
							font-weight: bold;
							}
						
						div#categories_block_left span.grower {
							display: block;
							float: left;
							background-position: 0px 3px;
							background-repeat: no-repeat;
							width: 9px;
							height: 15px;
							margin: 0 0 0 -1.2em !important;
							margin: 0 0 0 -6px;
							padding: 0;
							cursor: pointer;
							}
						
						div#categories_block_left span.OPEN { 
							background-image: url('../img/icon/less.gif'); 
							}
							
						div#categories_block_left span.CLOSE { 
							background-image: url('../img/icon/more.gif'); 
							}
							
							
							
						/* block exclusive */
	
						div.exclusive li { 
							margin-top: 0; 
							}
							
						div.exclusive, div.exclusive a { 
							color: #666; 
							}
							
							
						/* Special style for block cart*/
						#cart_block .block_content { 
							padding: 0.6em;
							}
							
						#cart_block h4 { 
							/*background-image: url('../img/block_header_exclusive_cart.gif'); */
							color: #715901;
							}
							
						#cart_block h4 span {
							text-transform: none;
							font-size: 0.8em;
							cursor: pointer;
							}
						
						#cart_block h4 span#block_cart_collapse { 
							background-image: url('../img/icon/sort_asc_white.gif'); 
							}
							
						#cart_block h4 span#block_cart_expand { 
							background-image: url('../img/icon/sort_desc_white.gif'); 
							}
							
						#cart_block #cart_block_no_products { 
							margin: 0.5em 0; 
							}
							
						#cart_block dl dt a, #cart_block dl dt span.quantity-formated {
							float: left;
							}
						
						#cart_block dl {
							font-size: 1em;
						}
						
						#cart_block dt{
							padding-top:0.4em;
							height:1.2em;
						}
						
						#cart_block dl span.quantity-formated { 
							padding-right: 0.3em; 
							}
							
						#cart_block dt, #cart_block dd {
							clear: both;
							margin-top:0.2em;
							}
						
						#cart_block dt {
							width: 175px;
							}
						
						#cart_block dd {
							width: 155px;
							}
						
						#cart_block dd { 
							margin-left: 1em; 
							margin-right: 1em; 
							font-style: italic;
							}
							
						#cart_block dl dt a { 
							font-weight: bold; 
							}
							
						#cart_block a.ajax_cart_block_remove_link {
							width: 11px;
							height: 15px;
							margin-left:4px;
							float: right;
							font-size: 0;
							display: block;
							background: transparent url('../img/icon/delete.gif') no-repeat left bottom;
						}
						
						#cart_block a.ajax_cart_block_remove_link:hover { 
							text-decoration:none; 
							}
							
						#cart_block p { 
							clear: both; 
							}
							
						#cart_block p span {
							clear: right;
							float: left;
							text-align: right;
						}
						
						#cart_block li { 
							clear: both; 
							}
							
						#cart_block span.price {
							color: #B3AD01;
							float: right;
						}
						
						#cart_block span#cart_block_shipping_cost {
							color: #666;
							}
						
						#cart_block dl span.price {
							font-weight: normal;
							color: #B3AD01;
							float: right;
						}
						
						#cart_block_wrapping_cost, 
						#cart_block_shipping_cost, 
						#cart_block_total { 
							padding-right: 1.3em; 
							}
							
						#cart_block_total {
							font-size: 1.3em;
							padding: 0 1em 0 0;
							}	
							
						#cart_block table#vouchers {
							margin-top: 0.5em;
							border-top: 1px solid white;
							height: 3em;
							padding-top: 0.4em;
							margin-bottom: 0.5em;
							clear: both;
						}
						
						 #cart_block p#cart-prices {
							margin-top: 0.5em;
							border-top: 1px solid #CCC;
							height: 4em;
							padding-top:0.4em;
							margin-bottom:0.5em;
							clear: both;
						}
						
						#cart_block table#vouchers td {
							padding: 0;
							border: 0;
							height: 1.5em;
						}
						
						#cart_block table#vouchers td.price {
							color: white;
							font-size: 1em;
							font-weight: normal;
							width: 37%;
							text-align: right;
						}
						#cart_block table#vouchers td.delete {
							width: 9%;
							text-align: right;
						}
						
						#cart_block table#vouchers td.delete img{
							margin: 0;
						}
						
						#cart_block p#cart-buttons {
							height: 1.6em;
							margin: 0 -0.3em;
						}
						#cart_block p#cart-buttons a { 
							float: left; 
						}
						
						#cart_block .cart_block_customizations {
							margin-left: 6px;
							list-style-type: square;
						}
						
						#cart_block #cart-price-precisions {
							margin-top:0.5em;
							padding-top: 0.4em;
							border-top:1px solid #715901;
							font-size: 0.9em;
							height: 2em;
						}
						
						.block_content a:hover {
							color: #FE7721;
							}

						/* EMAIL SIGNUP FORM */
						
						#email-signup {
							float: left;
							clear: both;
							margin-left: 0.5em;
							}
							
							#email-signup fieldset {
								border: none;
								}
							
								#email-signup fieldset span {
									color: #715901;
									font-size: 1.6em;
									margin-bottom: 0.5em;
									}
									
								.email-signup-input {
									width: 170px;
									background: #FFF url('../img/hah-imgs/email-signup-input-bg.png') no-repeat 0 0;
									background-position: fixed;
									border: none;
									padding: 0.5em;
									color: #333;
									margin: 1em 0;
									}
								
								#email-signup .button_small {
									float: right;
									display: inline;
									margin-right: 0.7em;
									font-weight: normal;
									}
									
									
/* CONTENT STYLES BEGIN HERE */									
								
								
	/* FEATURED PRODUCTS - HOME PAGE */	
	
	
	#featured-products-home {
		width: 726px;
		}
		
		#featured-products-home h4 {
			font-size: 1.6em;
			color: #715901;
			margin-bottom: 0.5em;
			}
			
		#featured-products-home div {
			}
			
			#featured-products-home div ul {
				list-style: none;
				}
				
				#featured-products-home div ul li {
					float: left;
					display: inline;
					margin: 0 1em 1em 0;
					}
					
				#featured-products-home div ul li:last-child {	
					margin-bottom: 0;
					}
					
					#featured-products-home div ul li a {
						display: block;
						border: 1px solid #EDECE9;
						height: 230px;
						}	 
					
					#featured-products-home div ul li img {
						}
						
						#featured-products-home div ul li a:hover {
							border: 1px solid #FE7721;
							}	
							
							
	
	
								
							
	/* MAIN TEXT STYLES */
	
	/* global styles */
	
	.fancy {
		font-family: ExistenceLight,Trebuchet MS,Trebuchet,Verdana !important;
		font-weight: normal !important;
		}
	
	a {
		color: #B3AD01;
		text-decoration: underline;
		outline: none;
	}
	a:hover {
		text-decoration: none;
		color: #FB761F;
	}
	input:focus {
		outline: 0;
		outline-offset: 0;
	}
	a img {
		outline: none;
		border: none;
		text-decoration: none;
	}
	
	body#order h1,
	body#order-opc h1,
	h2 {
		font-size: 1.1em;
		line-height:1.6em;
		padding-left:0.5em;
		margin: 0.5em 0;
		text-transform: uppercase;
		font-weight: bold;
		color: #374853;
		height: 21px;
	}
	
	h2 span {
		font-size: 0.9em;
		text-transform: lowercase;
		font-weight: normal;
		font-style: italic;
		color: #374853;
		margin-left: 1em;
	}
	
	h3 { 
		font-size: 1.1em; 
		margin: 1em 0; 
		}
	
	h4 { 
		font-size: 1em; 
		}
	
	
	h1.fancy,
	h2.fancy,
	h3.fancy,
	h4.fancy,
	h5.fancy,
	h6.fancy {
		font-size: 1.6em;
		color: #715901;
		}
	
	
	/* global styles end */
	
	#editorial_block_center h2 {
		font-size: 2em;
		text-transform: none;
		}
		
	#editorial_block_center h3 {
		font-size: 1.6em
		}	
	
	#editorial_block_center h2,
	#editorial_block_center h3 {
		color: #715901;
		}
	
	div.rte,
	.mceContentBody {
		text-align: left;
		background: white;
		color: #666;
	}
	
	div.rte html, div.rte div, div.rte span, div.rte applet, div.rte object, div.rte iframe,
	div.rte h1, div.rte h2, div.rte h3, div.rte h4, div.rte h5, div.rte h6, div.rte p, div.rte blockquote, div.rte pre,
	div.rte a, div.rte abbr, div.rte acronym, div.rte address, div.rte big, div.rte cite, div.rte code,
	div.rte del, div.rte dfn, div.rte em, div.rte font, div.rte img, div.rte ins, div.rte kbd, div.rte q, div.rte s, div.rte samp,
	div.rte small, div.rte strike, div.rte strong, div.rte sub, div.rte sup, div.rte tt, div.rte var,
	div.rte dl, div.rte dt, div.rte dd, div.rte ol, div.rte ul, div.rte li,
	div.rte fieldset, div.rte form, div.rte label, div.rte legend,
	div.rte table, div.rte caption, div.rte tbody, div.rte tfoot, div.rte thead, div.rte tr, div.rte th, div.rte td,
	.mceContentBody html, .mceContentBody div, .mceContentBody span, .mceContentBody applet, .mceContentBody object, .mceContentBody iframe,
	.mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6, .mceContentBody p, .mceContentBody blockquote, .mceContentBody pre,
	.mceContentBody a, .mceContentBody abbr, .mceContentBody acronym, .mceContentBody address, .mceContentBody big, .mceContentBody cite, .mceContentBody code,
	.mceContentBody del, .mceContentBody dfn, .mceContentBody em, .mceContentBody font, .mceContentBody img, .mceContentBody ins, .mceContentBody kbd, .mceContentBody q, .mceContentBody s, .mceContentBody samp,
	.mceContentBody small, .mceContentBody strike, .mceContentBody strong, .mceContentBody sub, .mceContentBody sup, .mceContentBody tt, .mceContentBody var,
	.mceContentBody dl, .mceContentBody dt, .mceContentBody dd, .mceContentBody ol, .mceContentBody ul, .mceContentBody li,
	.mceContentBody fieldset, .mceContentBody form, .mceContentBody label, .mceContentBody legend,
	.mceContentBody table, .mceContentBody caption, .mceContentBody tbody, .mceContentBody tfoot, .mceContentBody thead, .mceContentBody tr, .mceContentBody th, .mceContentBody td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-weight: inherit;
		font-style: inherit;
		font-size: 1.3em;
		line-height: 1.2em;
		font-family: inherit;
		vertical-align: baseline;
	}
	
	div.rte p a {
		font-size: inherit;
		color: #FE7721;
		text-decoration: none;
		}							
		
		div.rte p a:hover {
			text-decoration: underline;
			}	
			
	
	div.rte h1, div.rte h2, div.rte h3, div.rte h4, div.rte h5, div.rte h6,
	.mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6 {
		margin: 0.75em 0 0.3em 0;
		color: #715901;
	}
	
	div.rte h1,
	.mceContentBody h1 {
		font-size: 25px;
		font-weight:bold;
	}
	
	div.rte h2,
	.mceContentBody h2 {
		font-size: 20px;
		background:none;
		text-transform:none;
	}
	
	div.rte h3, .mceContentBody h3 {font-size: 16px;}
	div.rte h4, .mceContentBody h4 {font-size: 14px;}
	div.rte h5,.mceContentBody h5 {font-size: 12px;}
	div.rte h6, div.rte h6 {font-size:  8px;}
	
	div.rte ol, .mceContentBody ul,
	div.rte ol, .mceContentBody ul
	 {
		padding-left: 2em;
	}
	
	div.rte ul, .mceContentBody ul{
		list-style-type: disc;
		margin-left:20px;
	}
		
	div.rte strong, .mceContentBody strong {
		font-weight:bold;
	}
	
	div.rte em, .mceContentBody em {
		font-style:italic;
	}
	
	/* tables still need 'cellspacing="0"' in the markup */
	div.rte table,.mceContentBody table {
		border-collapse: separate;
		border-spacing: 1px;
		width:auto;
	}
	div.rte caption, div.rte th, div.rte td, div.rte table,
	.mceContentBody caption, .mceContentBody th, .mceContentBody td, .mceContentBody table {
		text-align: left;
		font-weight: normal;
		background:none;
		height:inherit;
		border:1px #e5e6e7 solid;
		text-align:center;
	}
	
	div.rte th,
	.mceContentBody th {
		padding-left:1em;
		padding-right:1em;
		background:#e5e6e7;
	}
	
	div.rte p,
	.mceContentBody p {
		margin:0.5em 0pt;
		padding-left:0.7em;
	}
	/* /global RTE fields */		
	
	
	/* TEMPLATE STYLES */	
		
		
		/* category.tpl */
		h2.category_title { 
			font-size: 2.2em; 
			padding-left: 0;
			text-transform: none;
			color: #715901;
			}
		
		body#category #center_column h6.product-totals {
			font-size: 1.1em;
			font-weight: normal;
			color: #B3AD01;
			}
		
			
		body#category #subcategories li {
			margin: 0 10px 0 0;
			} 	 
			 
		div.cat_desc { 
			margin: 0 1em; 
			}
		
		body#category  div#subcategories ul.inline_list li a img {
			display: inline;
			}	
			
			/* CATEGORY LISTS */
	
		#subcategories {
			width: 726px;
			}
		
		/* simple list inline */
		ul.inline_list { 
			list-style-type: none; 
			margin-top: 1em; 
			}
			
		ul.inline_list li { 
			float: left; 
			text-align: center; 
			}
			
			ul.inline_list li a {
				display: block;
				border: 1px solid #EDECE9;
				height: 230px;
				}
				
			ul.inline_list li a.cat-product-name {
				border: none;
				display: none;
				}	
				
				ul.inline_list li a.cat-product-name:hover {
					border: none;
					display: none;
					}
				
				ul.inline_list li a:hover {
					border: 1px solid #FE7721;
					}	
			
					ul.inline_list li img { 
						display: block; 
						}
			
		ul.half {
			width: 45%;
			margin-right: 1em;
			float: left;
			}
			
		
		
		/* product-list.tpl */
		
		.price-discount { text-decoration: line-through; }
		.price-pretax { color: gray; }
		.price-ecotax { color:#9A0032; }
		img.icon { margin-right: 0.5em; vertical-align: middle; }
		.price, .price-shipping, .price-wrapping {
			color: #9A0032;
			font-size: 1.1em;
			font-weight: bold;
			white-space:nowrap;
		}

		
		h2.product-title {
			font-size: 2.2em;
			color: #715901;
			text-transform: none;
			padding-left: 0;
			margin-bottom: 1em;
			}
		
		#primary_block #pb-right-column{
			width:310px;
			float:left;
		}
		#primary_block #image-block{
		    border:#d0d1d5 solid 1px;
			height:300px;
			width:300px;
		}
		#primary_block #image-block img#bigpic{ 
			cursor:pointer; 
			height:300px;
			width:300px;
		}
		
		#primary_block ul#usefull_link_block {
			list-style-type: none;
			margin-top: 1em;
			float: left;
			clear: both;
		}
		
		
		#primary_block ul#usefull_link_block li{ margin:0.5em 1em 0.5em 0; display: block; }
		#primary_block ul#usefull_link_block li a, #primary_block ul#usefull_link_block span.span_link, #primary_block ul#usefull_link_block span.span_link:hover{
			text-decoration:none;
			color:#76839b;
			font-size:0.9em;
			background: white url('../img/bullet_alt.jpg') no-repeat top left;
			padding-left:15px;
			height:15px;
		}
		#primary_block #pb-left-column{
			float:left;
			margin-left:1.1em;
			width: 39.8em;
		}
		#primary_block #short_description_block {
			padding:0.7em;
			margin-bottom:1.5em;
			}
			
			#short_description_block h4 {
				color: #715901;
				font-size: 1.8em;
				}
			
			#primary_block #short_description_block p.buttons_bottom_block {
				padding: 0;
				}	
				
				#primary_block #short_description_block p.buttons_bottom_block a {
					color: #9A0032 !important;
					font-size: 1.4em !important;
					text-align: left;
					width:auto;				
					}
				
				#primary_block #short_description_block p.buttons_bottom_block a.button {
					background:none;
					}
			
			
		#primary_block #color_picker p {
			margin: 0 0 0.4em 0;
			padding: 0 0 0 0;
		}
		
		#primary_block #color_picker {
			padding: 0.7em;
			background: #e5e6e7 url('../img/product-short-desc-bg.gif') repeat-x top left;
			border: 1px #d0d3d8 solid;
			margin-bottom: 1.5em;
		}
		
		#primary_block #color_to_pick_list {
		
		}
		
		#primary_block #color_to_pick_list li {
			display: inline;
			float: left;
			margin: 0 0.4em 0.4em 0;
		}
		
		#primary_block a.color_pick {
			display: block;
			width: 20px;
			height: 20px;
			border: 1px solid #666;
			cursor: pointer;
		}
		
		#primary_block a.color_pick:hover {
			border: 1px solid #000;
		}
		
			#color_picker li img {
				width: 20px;
				height: 20px;
				}

		
		#primary_block #image-block img#bigpic.jqzoom{
		cursor:crosshair;
		position:relative;
		}
		
		#primary_block p.buttons_bottom_block{ margin:0; }
		#primary_block p.buttons_bottom_block a, #primary_block p.buttons_bottom_block input { margin:0.9em auto 0 auto; }
		#primary_block #short_description_content {
			margin-bottom: 0.5em;
			}
			
			#primary_block #short_description_content p {
				padding: 0;
				}
			
		#primary_block form#buy_block{
			font-size:1.1em;
			padding:0.7em;
			color:#374853;
		}
		#primary_block form#buy_block p{
			padding:0;
			margin-top:0;
		}
		#primary_block form#buy_block img.on_sale_img{
			float:left;
		}
		
		
		#primary_block form#buy_block span.on_sale{
			color: #9A0032;
			text-transform: none;
			font-weight: bold;
			float: right;
			font-size: 2em;
		}
		
		
		#primary_block form#buy_block span.discount{
			color: #9A0032;
			text-transform: uppercase;
			font-weight:bold;
			float:right;
			float: right;
			clear: both;
			margin-bottom: 0.5em
		}
		
		
		#primary_block form#buy_block span#availability_label{
			float:left;
			margin-right:1em;
		}
		#primary_block form#buy_block label {
			text-align:right;
		}
		
		#primary_block form#buy_block label/*,
		#primary_block form#buy_block select*/ {
			display: block;
			/*width: 75%;*/
			float: left;
		}
		
		
		#primary_block div#attributes p, #quantity_wanted_p{
			clear: left;
			height: 2em;
		}
		
		
		/* prices */
		
		#primary_block form#buy_block span.our_price_display {
			float:right;
			clear: both;
			display: inline;
			color: #B3AD01;
			font-size: 2em;
			font-weight: normal;
			margin-bottom: 0.5em;
			}
		
		#primary_block form#buy_block p.price{
			font-size: 1.05em;
			text-align: right;
			float: right;
			clear: both;
			margin-bottom: 0.5em;
			width: 100%;
			}
		
		#primary_block form#buy_block span#pretaxe_price{
			font-size:0.75em;
			text-align:right;
			}
			
		#primary_block form#buy_block p#old_price{
			font-size: 1.1em;
			text-align:right;
			text-decoration:line-through;
			float: right;
			clear: both;
		}
		#primary_block form#buy_block p#reduction_percent{
			color:#9A0032;
			font-size: 1em;
			text-align: right;
			float: right;
			clear: both;
		}
		
		#primary_block form#buy_block p.price-ecotax{
			font-size:0.75em;
			text-align:right;
			float: right;
			clear: both;
		}

		
		
		
		#attributes {
			float: right;
			clear: both;
			}
				
			#attributes p {
				text-align: right;
				}
			
			#attributes label {
				color: #715901;
				font-size: 1.6em;
				/*width: 100% !important;*/
				float: left;
				}
				
			#attributes .drop-down-select {
				/*width: 100% !important;*/
				margin: 0 0 0.5em 0.5em;
				float: right;
				}	
			
			
		
		span.attribute-span {
			float: left;
			clear: both;
			text-align: right;
			width: 35em;
			}
			
			span.attribute-span span,
			span.attribute-span label {
				color: #715901;
				font-size: 1.6em;
				}
				
				#primary_block form#buy_block label,
				#product-availability-label {
					padding-top: 0.2em;
					}
					
				#product-availability-label {
					float: left;
					margin: 0.5em 0 0 6.9em;
					}	
				
				#product-quantity-input {
					}
					
				#product-stock-input {
					margin: 0.5em 0 0 0.5em;
					float: right;
					cursor: not-allowed;
					}	
				
			#item-attributes span.attribute-span label { 
				width: 86% !important;
				float: right;
				}	
				
			span.attribute-span input {
				background-color: #F9F8F4;
				width: 40px;
				border: none;
				color: #B3AD01!important;
				text-align: right;
				padding: 5px;
				}	
		
			
			#product-last-quantities {
				font-size: 1.6em;
				color: #9A0032;
				margin: 1em 0 !important;
				}
				
			#product-availability-value {
				padding: 10px 0;
				color: #9A0032 !important;
				float: right;
				clear: both;
				}	
				
			#mailalert {
				margin: 10px 0;
				}
				
			#oos_customer_email {
				width: 260px;
				margin: 10px 0;
				}	
		
		
		p#add_to_cart {
			text-align: right;
			}

			#add_to_cart input {
				background: #FFF url(../img/hah-imgs/add-to-cart-bg.png) no-repeat 0 0;
				width: 211px;
				height: 30px;
				color: #F56B00 !important;
				font-size: 1.6em;
				float: right;
				margin-right: 0;
				}
				
				#add_to_cart input:focus {
					border: none;
					}
					
		#buy_block p.wishlist {
			float: right;
			clear: both;
			}	
			
			#buy_block p.wishlist a {
				color: #B3AD01 !important;
				font-size: 1.5em !important;
				}
						
		
		
			
		
		
		
		
		ul#product_list { 
			margin-top: 2em; 
			list-style-type: none; 
			}
			
		ul#product_list li {
			border: solid 1px #EDECE9;
			padding: 6px;
			height: 130px;
			clear: both;
			margin-bottom: 0.3em;
			}
			
			ul#product_list li:hover {
				border: 1px solid #FE7721;
				}
			
		ul#product_list li a {
			text-decoration:none;
			color:#374853;
		}
		
		ul#product_list a.product_img_link {
			border: solid 1px #EDECE9;
			float: left;
			margin-right: 0.6em;
		}
		
		ul#product_list a.product_img_link img {
			vertical-align: bottom;
		}
		
		ul#product_list li h3 { 
			margin: 0.4em 0;
			font-size: 1.6em;
			font-weight: normal; 
			}
			
		ul#product_list li .new {
			background:transparent url(../img/flag_new_bg.jpg) repeat-x scroll 0%;
			border:1px solid #488C40;
			color:white;
			font-size:0.6em;
			font-weight:bold;
			margin:0pt 1em 0pt 0pt;
			padding:0pt 0.4em;
			text-transform:uppercase;
			vertical-align:0.3em;
		}
		ul#product_list li p.product_desc{ /*font-size:0.92em;*/ font-size: 1.3em; }
		ul#product_list li div.center_block{
			float:left;
			width: 84%;
		}
		
		ul#product_list li div.right_block{
			float: right;
			width: 10em;
			text-align:right;
			margin-left:1em;
			margin-top:0;
		}
		
		ul#product_list li .discount{
			color:#9A0032;
			text-transform:uppercase;
			font-weight:bold;
			display: block;
		}
		ul#product_list li .on_sale{
			color:#da0f00;
			text-transform:uppercase;
			font-weight:bold;
			display: block;
		}
		ul#product_list li .reduction {
			display: block;
			margin-bottom: 0.3em;
		}
		ul#product_list li .price{
			display: block;
			font-size: 1.5em;
			margin-bottom: 0.2em;
		}
		ul#product_list li span.availability{
			float: right;
			color: #B3AD01;
			font-size:0.9em;
			display: none;
		}
		
		ul#product_list li a.button{ margin-top:0.5em; }
				
			
		
		/* product.tpl */
		
		
		/* Tabs */
		ul.idTabs {
			list-style-type: none;
			border-bottom: solid 1px #CCC;
			height: 21px;
			margin-top: 1em;
			font-size: 1.6em;
			}
		
		ul.idTabs li {
			float: left;
			margin-right: 1px;
			}
		
		ul.idTabs li a {
			display: block;
			width: 90px;
			height: 18px;
			text-decoration: none;
			text-transform: none;
			font-weight: bold;
			padding-top: 3px;
			color: #B3AD01;
			}
		
		ul.idTabs li a.selected {
			color: #715901;
			}
		
		/* IdTabs Short*/
		ul.idTabsShort li a {
			width: 180px;
			text-align: center;
			}
		
		ul.idTabsShort li a.selected {
			color: #715901;
			}
		
		div.sheets {
			clear: both;
			padding: 1em;
			color: #666666;
			}
		
		div#more_info_sheets ul li {	
			margin-bottom: 0.4em; 
			}

		div#more_info_sheets ul#idTab2 {
			font-size: 1.3em;
			}
			
			div#more_info_sheets ul#idTab2 li {
				background-position: 0.6em 0.4em !important;
				}


		#more_info_block #more_info_tabs {
			}
		
		#more_info_block #more_info_tabs{
			height:25px;
			overflow:hidden;
		}
		
		#more_info_block #more_info_tabs li{
			width:180px;
			height:25px;
			margin:0 2px 0 0;
		}
		#more_info_block #more_info_tabs li a{
			width:180px;
			height:25px;
			line-height:25px;
			text-align:center;
			font-size:13px;
			color:#000;
			padding:0;
			background:url('../img/tab.gif') 0 -25px no-repeat;
		}
		#more_info_block #more_info_tabs li a:hover, #more_info_block #more_info_tabs li a.selected{
			background:url('../img/tab.gif') 0 0 no-repeat;
			color:#fff;
		}
		
		
		/* UPSELL AREA */
		#upsell {
			margin-top: 1.5em;
			}
			
			#upsell h4 {
				font-size: 1.6em;
				color: #9A0032;
				margin-bottom: 0.5em;
				}
			
			#upsell ul {
				list-style: none;
				border-top: 1px solid #CCC;
				padding-top: 1em;
				}
				
				#upsell ul li {
					float: left;
					display: inline;
					margin: 0 5px 10px;
					}
					
					#upsell ul li a {
						float: left;
						clear: left;
						display: inline;
						}
						
						#upsell ul li a img {
							}
						
						#upsell ul li a.image-link {
							border: 1px solid #EDECE9;
							height: 168px;
							}
							
							#upsell ul li a.image-link:hover {
								border: 1px solid #FE7721;
								}
								
						#upsell ul li a.text-link {
							color: #B3AD01;
							font-size: 1.4em;
							margin: 0.5em 0; 
							border: none;
							text-decoration: none;
							}
						
						#upsell ul li:hover a.image-link,
						#upsell ul li:hover a.text-link,	
						#upsell ul li a.text-link:hover {
							color: #FE7721;
							}	
	
			/* hide the "Also in this category" */
			#productscategory_noscroll {
				display: none;
				}
			
	
	
	/* address.tpl */
	
	/* adresses */
		
		body#address h2,
		body#address h3 {
			font-size: 2.2em;
			color: #715901;
			text-transform: none;
			padding-left: 0;
			margin-bottom: 1em;
			}

		body#address h3 {
			font-size: 1.6em;
			}
			
		body#address fieldset {
			background: #F9F8F4;
			}	
			
		body#address input#submitAddress {
			float: right;
			display: inline;
			}
			



	/* order.tpl */
	
		
		body#order-opc h4,
		body#order h4 {
			font-size: 1.6em;
			color: #715901;
			text-transform: none;
			padding-left: 0;
			}	
			
			div.addresses {
				border: 1px solid #d0d3d8;
				background: #F9F8F4;
				padding: 0.6em;
				position:relative;
				width:544px;
				margin: 0 auto;
				}
	
			

		div.addresses p.checkbox input{
			margin-top:0!important;
			margin-top:-3px;
		}
		
		ul.address {
			background-color:white;
			float:left;
			list-style-image:none;
			list-style-position:outside;
			list-style-type:none;
			margin-left:0.25em;
			padding-bottom:0.6em;
			margin-bottom:1em;
			position:relative;
			width:268px;
		}
		
		ul.address li {
			padding-left: 1.4em;
			margin-top: 0.6em;
		}
		li.address_title {
			margin-top: 0!important;
			background-color: #F2F1EE;
			color: #715901;
			font-weight: bold;
			height: 27px;
			font-size: 1.2em;
			line-height: 1.9em;
		}
		
		li.address_name, li.address_update a, li.address_delete a { color: #B3AD01; }
		li.address_name, li.address_company { font-weight: bold; }
		li.address_update, li.address_delete {
			background: transparent url('../img/bullet_myaccount.gif') no-repeat 0 0.5em!important;
			background: transparent url('../img/bullet_myaccount.gif') no-repeat 0 0.4em;
			margin-left: 1.4em;
		}
		
		#center_column .address_add { padding: 1em 0; }
		
		#opc_new_account p sup {
			float:left;
			margin-left:6px;
		}
		
		#opc_new_account p label,
		#opc_new_account p span {
			margin-right:6px;
		}
		
		#opc_new_account p input,
		#opc_new_account p select {
			float:left;
		}
		
		#opc_new_account p span.form_info {
			width:auto;
			margin-left:6px;
		}
		
		#opc_new_account p.radio label {
			width:auto;
			margin-left:4px;
			margin-right:12px;
		}
		
		#opc_account_form p.checkbox label {
			width:auto;
			margin-left:3px;
		}
		
		#opc_invoice_address {
			clear:both;
		}
		
		body#order-opc .button_small,
		body#order .button_small {
			float: right;
			}
			
		/* oder-carrier.tpl */
		
		.cart_last_product_header, 
		.cart_last_product_header .left,
		body#order-opc table.std thead th,
		body#order table.std thead th {
			background-color: #F2F1EE;
			background-image: none;
			}	
	
		/* shopping-cart.tpl */
		body#order-opc .order_delivery ul#delivery_address,
		body#order .order_delivery ul#delivery_address {
			margin-left: 9em;
			}
		
		.cart_quantity_input {
			margin:5px 0 0 0;
			width:22px;
			}
		
		/**
		 * The OPC version of the blockcart uses a large button out of the box,
         * but we want to retain the standard width version.
		 */
		p#cart-buttons a#button_order_cart.exclusive_large {
			background-image: url("../img/button-medium_exclusive.gif");
			float:right;
			width:100px;
			}
		
		/* authentication.tpl */
		
		body#authentication h3 {
			text-transform: none;
			}
			
		body#authentication form.std fieldset {
			background-image: none;
			background-color: #F9F8F4;
			}	
			
		body#authentication p.submit {
			padding-left: 11% !important;
			}
		
		input#SubmitLogin {
			margin-left: 1em !important;
			}
				
		p.lost_password {
			float: right !important;
			margin-top: -2.5em !important;
			}		
				
		/* my-account.tpl */
							
		body#my-account #center_column p span.customer-name {	
			text-transform: none !important;
			}
			
		body#my-account #center_column ul li a {
			color: #B3AD01;
			font-size: 1.2em;
			}	
			
			body#my-account #center_column ul li a:hover {
				color: #FB761F;
				}

		/* my-account.tpl */
		
		
		/* addresses.tpl */
		
		
		body#addresses #center_column h3 {
			text-transform: none;
			color: #715901;
			font-size: 1.4em;
			}
		
		
		/* identity.tpl */
		
		body#identity form.std fieldset {
			background-image: none;
			background-color: #F9F8F4;
			}
		
		/* contact-form.tpl */
		
		body#contact-form address {
			font-size: 1.2em;
			padding: 0.5em;
			}
		
		body#contact-form form.std fieldset {
			background-image: none;
			background-color: #F9F8F4;
			}
			
			body#contact-form form.std fieldset label {
				margin-right: 0.5em;
				}
		
		
		body#password form.std fieldset {
			background-image: none;
			background-color: #F9F8F4;
			}
			
			body#password form.std fieldset label {
				margin-right: 0.5em;
				}
		iframe {
			border: 1px solid #D0D3D8
			}

		
		/* */
		
		body#order #center_column h1,
		body#order-opc #center_column h1,
		body#order #center_column h2,
		body#order-opc #center_column h2,
		body#order #center_column h3,
		body#order-opc #center_column h3,
		body#authentication #center_column h2,
		body#history #center_column h2,
		body#my-account #center_column h2,
		body#order-slip #center_column h2,
		body#addresses #center_column h2,
		body#identity #center_column h2,
		body#discount #center_column h2,
		body#mywishlist #center_column h2,
		body#view #center_column h2,
		body#contact-form #center_column h2,
		body#password #center_column h2 {
			font-size: 2.2em !important;
			padding-left: 0 !important;
			text-transform: none !important;
			margin-bottom: 1em !important;
			}
		
		body#order #center_column p,
		body#order-opc #center_column p,
		body#authentication #center_column p,
		body#history #center_column p,	
		body#my-account #center_column p,
		body#order-slip #center_column p,
		body#addresses #center_column p,
		body#identity #center_column p,
		body#discount #center_column p,
		body#mywishlist #center_column p,
		body#view #center_column p,
		body#contact-form #center_column p,
		body#password #center_column p {
			font-size: 1.2em;
			}
			
/* history.tpl*/

#block-history { color:#374853; }
.color-myaccount{ color: #B3AD01; }
#block-history table#order-list {
	border:none;
}
body#history table.std thead th,
#block-history table#order-list thead th {
	/*background-image: url('../img/block_myaccount_header_large.gif');*/
	background-image: none;
	background-color: #F2F1EE;
}
#block-history table#order-list thead th {
	color: #715901;
}
#block-history table#order-list tbody {
	background: #D0D1D5 url('../img/form_bg.jpg') repeat-x top left;
}
#block-history table#order-list tbody tr td {
	background-color:white;
}
#block-history table#order-list td.history_link {
	white-space: nowrap;
	text-align: right;
}
#block-history #block-order-detail {
	border-top:2px #B3AD01 solid;
	border-bottom:2px #B3AD01 solid;
	padding:0.5em;
	background: none;
}
#block-history #block-order-detail p {
	padding-left :0;
	padding-right :0;
}
#order-detail-content {
	clear:both;
	margin-top:1.5em;
}

#order-detail-content tbody tr{
	height:3em;
}

#order-detail-content tfoot td{
	border:none;
}

#order-detail-content table td input.order_qte_input{
	display:none;
}

#order-detail-content table td.order_cb input{
	border: none;
}
#order-detail-content table td span.order_qte_span{
	width: 100%;
	display:block;
}
#block-history #block-order-detail h4{ font-size:1.4em; }

#block-history #block-order-detail #sendOrderMessage p{
	padding:0pt 4px 0pt 1px;
}

#block-history #block-order-detail textarea{
	margin:0 auto;
	width:100%;
}

#ordermsg textarea{
	margin:0;
	padding:0;
	width:528px;
	
}
	
/* START OF BUTTONS SECTION
 *  -tags : input, a, span
 *  -sizes : mini, small, normal, large
 *  -types : button, exlusive
 *  -status : normal, hover, disabled
 *  -rule : the span.button is a a.button disabled
*/

/* global button */
input.button_mini, input.button_small, input.button, input.button_large,
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
a.button_mini, a.button_small, a.button, a.button_large,
a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large,
span.button_mini, span.button_small, span.button, span.button_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {
	background-repeat: no-repeat;
	background-position: top left;
	background-color: transparent;
	border: none;
	color: #FFF !important;
	font-weight: bold;
	font-size: 10px!important;
	text-align: center;
	text-decoration: none!important;	
	cursor: pointer;
	display: block;
	line-height: 17px;
	height: 18px;
}

/* input button */
input.button_mini, input.button_small, input.button, input.button_large,
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled {
	padding-bottom:2px;
}

/* disabled button */
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
span.button_mini, span.button_small, span.button, span.button_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {
	background-position: left -36px;
	cursor:default;
	color:#888!important;
}

/* exclusive button */
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {
	color:white!important;
}

/* exclusive disabled button */
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled, span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {
	color:#488c40!important;
}

/* hover button */
input.button_mini:hover, input.button_small:hover, input.button:hover, input.button_large:hover,
input.exclusive_mini:hover, input.exclusive_small:hover, input.exclusive:hover, input.exclusive_large:hover,
a.button_mini:hover, a.button_small:hover, a.button:hover, a.button_large:hover,
a.exclusive_mini:hover, a.exclusive_small:hover, a.exclusive:hover, a.exclusive_large:hover {
	background-position: left -18px;
}

/* exclusive hover button */
input.exclusive_mini:hover, input.exclusive_small:hover, input.exclusive:hover, input.exclusive_large:hover, a.exclusive_mini:hover, a.exclusive_small:hover, a.exclusive:hover, a.exclusive_large:hover {
	color:white!important;
}

/* classic buttons */
input.button_mini, input.button_mini_disabled, input.exclusive_mini, input.exclusive_mini_disabled, a.button_mini, a.exclusive_mini, span.button_mini, span.exclusive_mini {
	width: 30px;
	background-image: url('../img/button-mini.gif');
}

input.button_small, input.button_small_disabled, input.exclusive_small, input.exclusive_small_disabled, a.button_small, a.exclusive_small, span.button_small, span.exclusive_small {
	width: 60px;
	background-image: url('../img/button-small.gif');
}

input.button, input.button_disabled, input.exclusive, input.exclusive_disabled, a.button, a.exclusive, span.button, span.exclusive {
	width: 120px;
	background-image: url('../img/button-medium.gif');
}

input.button_large, input.button_large_disabled, input.exclusive_large, input.exclusive_large_disabled, a.button_large, a.exclusive_large, span.button_large, span.exclusive_large {
	width: 180px;
	background-image: url('../img/button-large.gif');
	background-color: transparent;
}

/* exclusive button */
input.exclusive, input.exclusive_disabled, a.exclusive, span.exclusive { background-image: url('../img/button-medium_exclusive.gif'); width:100px; }
input.exclusive_mini, input.exclusive_mini_disabled, a.exclusive_mini, span.exclusive_mini { background-image: url('../img/button-mini_exclusive.gif'); }
input.exclusive_small, input.exclusive_small_disabled, a.exclusive_small, span.exclusive_small { background-image: url('../img/button-small_exclusive.gif'); }
input.exclusive_large, input.exclusive_large_disabled, a.exclusive_large, span.exclusive_large { background-image: url('../img/button-large_exclusive.gif'); }






/* MODULES */

	

	/* module blockwishlist */
	#wishlist_block #wishlist_block_list dl.products {
		font-size: 10px;
		border-bottom: 1px solid #CCC;
		margin: 0 0 5px 0;
		padding: 0 0 5px 0;
	}
	
	#wishlist_block div.block_content #wishlist_block_list dl.products dt a.cart_block_product_name {
		font-weight:bold;
	}
	
	#wishlist_block div.block_content #wishlist_block_list dl.products dt {
		margin: 4px 0 4px 0;
	}
	
	#wishlist_block div.block_content #wishlist_block_list dl.products dt a.ajax_cart_block_remove_link {
		float: right;
		margin:-12px 0 0 0;
	}
	
	#wishlist_block div.block_content #wishlist_block_list dl.products dd{
		font-style: italic;
		margin: 0 0 0 10px;
	}
	
	#wishlist_block div.block_content p select#wishlists{
		width: 140px;
	}
	
	#wishlist_block div.block_content p a.exclusive{
		margin: 5px auto 0 auto;
	}
	
	
	
	/* mywishlist */
	div#mywishlist form.std fieldset {
		background-image: none;
		background-color: #F9F8F4;
		}
	
	div#mywishlist div#block-order-detail form.wl_send fieldset p input{
		margin-left:60px;
	}
	div#mywishlist div#block-order-detail {
		margin-top: 10px; 
		display: block;
	}
	div#mywishlist form.std fieldset label {
		width: 100px;
		margin-right: 0.5em;
	}
	div#mywishlist form.std fieldset input#submitWishlist {
		display: inline;
	}
	
	div#mywishlist table.std thead th {
		background-image: none;
		background-color: #F9F8F4;
		}
	
	div#mywishlist table.std thead th.mywishlist_first{
		text-align: center;
		width: 40px;
	}
	div#mywishlist table.std thead th.mywishlist_second{
		text-align: center;
		width: 80px;
	}
	div#mywishlist table.std thead th.first_item, div#mywishlist table.std tbody tr td{
		width: 200px;
	}
	div#mywishlist div#block-order-detail {
		margin-top: 10px;
	}
	div#mywishlist div#block-order-detail ul li span.wishlist_product_detail select {
		margin: 0;
	}
	div#mywishlist #hideBoughtProducts,div#mywishlist #showBoughtProducts{
		float:left;
		margin:-18px 0 0 5px;
	}
	div#mywishlist #showBoughtProducts, div#mywishlist #hideBoughtProductsInfos, div#mywishlist #hideSendWishlist{
		display:none;
	}
	div#mywishlist #showBoughtProductsInfos, div#mywishlist #hideBoughtProductsInfos{
		float:right;
		margin:-18px 118px 0 0;	
	}
	div#mywishlist #showSendWishlist, div#mywishlist #hideSendWishlist, div#mywishlist div#block-order-detail ul li a.exclusive {
		float:right;
		margin:-18px 0px 0 0;
	}
	div#mywishlist div#block-order-detail table.wlp_bought_infos thead tr th {
		text-align: center;
	}
	div#mywishlist div#block-order-detail table.wlp_bought_infos thead tr th.first_item {
		width: 300px;
	}
	div#mywishlist div#block-order-detail table.wlp_bought_infos{
		margin:0 0 0 10px;
	}
	div#mywishlist div#block-order-detail ul li img {
		float:left;
	}
	
	/* View wishlish */
	#view_wishlist #featured-products_block_center ul div li a img {
		float: left;
	}
	#view_wishlist #featured-products_block_center ul div li a, #view_wishlist #featured-products_block_center ul div li span {
		text-decoration: none;
		float: left;
	}
	#view_wishlist #featured-products_block_center ul div li span.wishlist_product_detail, div#mywishlist div#block-order-detail ul li span.wishlist_product_detail {
		margin-left: 30px;
		float: left;
	}
	div#mywishlist div#block-order-detail ul li span.wishlist_product_detail {
		margin-bottom:5px;
	} 
	#view_wishlist #featured-products_block_center ul div li a.exclusive, #view_wishlist #featured-products_block_center ul div li span.exclusive {
		margin-left:55px;
		width: 100px;
	}
	#view_wishlist #featured-products_block_center ul div li.address_name input.text {
		color: #999;
		font-weight: bold;
		font-size: 11px;
		border:0;
	}
	
	div.wlp_bought {
		float: left;
		clear: both;
		display: inline;
		padding: 0 8em;
		}
		
		div.wlp_bought li.address_name a img {
			border: 1px solid #EDECE9;
			}
		
		div.wlp_bought span.buttons {
			float: left;
			clear: both;
			display: inline;
			width: 24em;
			margin-top: 1.5em;
			}

		div.wlp_bought span.buttons .button_delete {
			float: right;
			color: #9A0032;
			margin: 0.5em 0 0 0;
			}
		.whishlist_button {
			float: right;
			clear: both;
			width: 100px;
			}

		/* vpsdirect */	
			
		body#form h3 {
			font-size: 2.2em;
			color: #715901;
			text-transform: none;
			padding-left: 0;
			margin-bottom: 1em;
			}
			
		body#form h4 {
			font-size: 1.6em;
			color: #715901;
			text-transform: none;
			padding-left: 0.5em;
			}		
			
		body#form fieldset {
			background-image: none;
			background-color: #F9F8F4;
			}	
			
			.payment_module .button_small {
				border: none;
				display:block;
				padding:0em;
				text-decoration:none;
				margin: -3em 2em 0 0;
				}
				
				.payment_module .button_small:hover {
					border: none;
					}
					
		body#form form p.submit input.exclusive {
			width: 100px !important;
			font-weight: normal !important;
			float: right;
			display: inline;
			margin: -2.5em -1em 0 0;
			}			
				
			




/* BITS & BOBS */

/* errors */
.error {
	width: 90%;
	border: 1px solid #da0f00;
	background-color: #f1f2f4;
	color: #da0f00;
	margin: 0.3em auto 1.5em auto;
	padding: 0.3em 0.8em 1em;
}
.error p { font-weight: bold; }
.error li {
	list-style-position: inside;
	list-style-type: decimal-leading-zero;
	padding-left: 3em;
}

/* warning */
.warning {
	font-size: 1.2em;
	background-color: #F9F8F4;
	border: 1px dashed #CCC;
	font-weight: bold;
	margin: 0.2em 2em;
	padding: 0.6em 1em;
}
.warning_inline {
	color:#da0f00;
	font-weight:bold;
}

/* success */
.success {
	color: green;
	background-color: #d0d3d8;
	border: 1px dashed green;
	font-weight: bold;
	margin: 0.2em 1em;
	padding: 0.3em 0.8em 1em;
}
.success_inline {
	color:green;
	font-weight:bold;
}

/* breadcrumb.tpl */
.breadcrumb {
	font-size: 1em;
	color:#888;
}
.breadcrumb .navigation-pipe {
	padding: 0 0.6em;
}
.breadcrumb a {
	text-decoration: none;
	color:#5d717e;
}
.breadcrumb a:hover {
	text-decoration: underline;
}

/* pagination.tpl */
div.pagination { margin: 1em 0; }
ul.pagination {
	list-style: none;
	float: left;
}
ul.pagination li {
	display: inline;
	float: left;
	margin-right: 0.3em;
}
ul.pagination li, ul.pagination a, ul.pagination span {
	font-weight: bold;
	color: #374853;
}
ul.pagination a, ul.pagination span {
	border: 1px solid #888;
	padding: 0em 0.4em;
	display: block;
	line-height: 17px;
	background: #bdc2c9 url('../img/pagination_bg.gif') repeat-x top right;
}
ul.pagination a { text-decoration: none; }
ul.pagination li.current span {
	background-color: #595a5e;
	background-image: url('../img/pagination-bg-current.gif');
	color: white;
	border: 1px solid #595a5e;
}
ul.pagination li.truncate {
	padding: 0.3em;
	background: none;
}
#pagination_previous a, #pagination_previous span, #pagination_next a, #pagination_next span {
	background-image: url('../img/pagination-prevnext-bg.gif');
	border: none;
	line-height: 19px;
	border-color: #d0d1d5;
	border-style: solid;
	border-width: 0 1px;
}
#pagination_previous {
	background: transparent url('../img/pagination-prev-border.gif') no-repeat top left;
	padding-left: 6px;
}
#pagination_previous a, #pagination_previous span {
	border-left: none;
}
#pagination_next {
	background: transparent url('../img/pagination-next-border.gif') no-repeat top right;
	padding-right: 6px;
}
#pagination_next a, #pagination_next span { border-right: none; }
li.disabled span {
	color: #888;
	background-color: #f1f2f4;
}

form.pagination { text-align: right; }
form.pagination label {
	line-height: 1.4em;
	vertical-align: bottom;
	float:right;
	margin-left: 0.3em;
}
form.pagination select { float:right; }
form.pagination select option{
	font-size: 0.9em;
	padding-right: 1em;
}
form.pagination input{ float:right; }

#banner-wrap{
	width:719px;
	height:199px;
	background:url('../nav/banner.jpg') no-repeat #fff;
	margin:0px 0 0 0px;
	position:relative;
	z-index:10;
}
#banner{
	width:719px;
	height:199px;
	position:absolute;
	top:0;
	left:0;
}
#banner img{
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}
#banner img.active{
    z-index:10;
}
#banner img.last-active{
    z-index:9;
}

