/* graphical style */

/* elements */

			html, body		{
							height: 100%;
							width: 100%;
							}
							
			body			{
	margin: 0;
	color: black;
	text-align: justify;
	font-size: 75%;
	font-family: "Century Gothic", "Tahoma", "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, Arial, sans-serif;
	background-color: #FFFFFF;
							}
			
			a				{
	color: #000;
	text-decoration: none;
	font-weight: bold;
							}
							a:hover			{
	text-decoration: underline;
	color: #333;
											}
							
			h1, h2, h3, h4, h5, h6	{
	margin: 0;
	text-transform: capitalize;
	font-weight: bold;
	text-align: left;
	color: #000;
	/* font-family: "Brush Script MT", script; */
							font-family: "Brush Script MT", "Arial";
							}
							h1 {font-size: 320%;}
							h2 {font-size: 260%;}
							h3 {font-size: 200%;}
			
			img				{
							border: none;
							}
							
			p				{
							margin: 0 0 1em 0;
							padding: 0;
							}
							
			address			{
							font-style: normal;
							}
							
			td				{
							vertical-align: top;
							}
							
			ul				{
							padding: 0;
							
							list-style: inside;
							}
							
			hr				{
							margin: 1em 0;
							
							border: 0;
							color: #00d2ff; /* IE */
							background-color: #00d2ff; /* Mozilla */
							height: 1px;
							}
							
			form 			{
							margin: 0;
							padding: 0;
							}
							label			{
											display: block;
											margin: 5px 0;
											
											font-weight: bold;
											}
											
							select			{
											margin-bottom: 1em;
											}
											
							input			{
											width: auto;
											padding: 4px;
											
											border: 1px solid #ccc;
											font: normal 1em Verdana, sans-serif;
											}
											input[type="submit"], input[type="reset"]	{
															padding: 2px;
															
															background: red;
															border: 2px solid #a00;
															color: white;
															}
											
							textarea		{
											width: 25em;
											height: 5em;
											display: block;
											padding: 2px;
											
											font: normal 1em Verdana, sans-serif;
											border: 1px solid #ccc;
											}
											
			a.skipnav		{
							position: absolute;
							left: -9999px;
							} 
							
			div.clearboth	{
							clear: both;
							}
			

#mainwrapper #contentwrapper #content #mainpanel h1
{
font-family: Verdana, sans-serif;
font-size:140%;
}
							
							
/* named elements */

		#mainwrapper	{
						width: 900px;
						margin: 2em auto;
						padding-bottom: 2em;
						}
						
		#headerwrapper	{
						height: 120px;
						clear: both;
						}
						#header			{
										}
										#header a		{
														}
														#header a:hover	{
																		}
																		
										#logo			{
	width: 300px;
	height: 120px;
	float: left;
	border: none;
	background-image: url(/images/common/logo.png);
	background-repeat: no-repeat;
	background-position: center;
														}
														#logo a			{
																		display: block;
																		width: inherit;
																		height: inherit;
																		
																		text-indent: -9999px;
																		}
																		
										#headerrightpanel	{
														height: 120px;
														width: 565px;
														margin-left: 31px;
														float: left;
														
														border: 1px solid black;
														background: #529065 url(images/layout_images/headerrightpanelBG.gif) right no-repeat;
														color: black;
														}
														#headerrightpanel a	{
																		color: black;
																		}
																		
														#basketbox		{
																		height: 69px;
																		padding: 10px;
																		
																		text-align: right;
																		}
																		#basketbox p#mini_basket	{
																						margin: 0 0 1em 0;
																						}
																						
														#mainlinks		{
																		height: 25px;
																		padding-top: 5px;
																		clear: both;
																		
																		text-align: center;
																		background: #FFFFFF url(images/layout_images/mainmenuBG.gif) repeat-x;
																		border-top: 1px solid #307043;
																		}
																		#mainlinks ul	{
																						margin: 0;
																						padding: 0;
																						
																						list-style: none;
																						}
																						#mainlinks ul li	{
																										display: inline;
																										padding: 1em;
																										}																																		
																										#mainlinks #termslink, #mainlinks #privacylink {display: none;} /* hide the links to terms & conditions and privacy policy from the main menu - they still appear in the footer */
														









		#banner			{
						width: 898px;
						height: 300px;
						margin: 2em 0 0 0;
						clear: both;
						
						background: #262626;
						border: 1px solid white;
						}
													









		#contentwrapper	{
						margin: 2em 0;
						clear: both;
						}
						#content		{
										}
										#sidepanel		{
	width: 260px;
	padding: 20px;
	float: left;
	text-align: left;
	border: 1px solid white;
														}
														ul.side_menu_list	{
																		margin: 1em;
																		padding: 0;
																		
																		list-style: disc;
																		font-size: 125%;
																		}
																		ul.side_menu_list li	{
																						}
																						ul.side_menu_list li a	{
	color: #000000;
																										}
																										ul.side_menu_list li a:hover	{
																														}
																														
																						ul.side_menu_list li.level1 {}
																						ul.side_menu_list li.level2 {margin-left: 1em; list-style: circle;}
																						ul.side_menu_list li.level3 {margin-left: 2em; list-style: square;}
																						ul.side_menu_list li.level4 {margin-left: 3em;}
																						ul.side_menu_list li.level5 {margin-left: 4em; list-style: circle;}
																						ul.side_menu_list li.level6 {margin-left: 5em; list-style: square;}
																						ul.side_menu_list li.level7 {margin-left: 6em;}
																							
														#sidepanel h1, #sidepanel h2, #sidepanel h3, #sidepanel h4, #sidepanel h5, #sidepanel h6	{
																		/* text-align: center; */
																		}
														
										#mainpanel		{
	width: 545px;
	margin-left: 31px;
	padding: 10px;
	float: left;
	border: 1px solid white;
	display: block;
														}
																		
						
						
						
						
						
						
						
						
						
		#footerwrapper	{
						padding: 1em 0;
						clear: both;
						
						background: #c3d3ad url(images/layout_images/footerBG.gif) repeat-x;
						border: 1px solid white;
						}
						#footer			{
										text-align: center;
										}
										#footer a		{
														}
														
										#footer .general_menu	{
														margin: 0 0 1em 0;
														padding: 1em 0;
														
														border-top: 1px solid #666;
														border-bottom: 1px solid #666;
														}
														#footer .general_menu li	{
																		display: inline;
																		padding: 0 1em;
																		}
						




/* ------------------------------------------------------------------------------------------*/





/* Webshop location-independant elements */

.general_menu	{
				margin: 0;
				padding: 0;
				
				list-style: none;
				}
				
.header_style
{
	font-size: 120%;
	font-weight: bold;
	color: #000;
	clear: right;
}

.subcategory_filter
{
	background-color: #FFFFFF;
	display: block;
	padding: 2px 5px 2px 5px;
	border: 1px solid #f2f2dd;
	clear: both;
	line-height: 1.5;
	margin: 0 0 10px 0;
}

.product_filter
{
	background-color: #FFFFFF;
	display: block;
	padding: 2px 5px 2px 5px;
	border: 1px solid #f2f2dd;
	clear: both;
	line-height: 3;
	margin: 0 0 10px 0;
}

.product_filter span
{
	display: block;
	float: right;
	line-height: 1.5;
	text-align: right;
}

.no_products_found
{
	font-size: 170%;
	line-height: 200%;
	color: #FFFFFF;
	background-color: #CA1133;
	text-align: center;
	clear: right;
}


.page_numbers
{
	display: block;
	clear: both;
}

.shop_main_image
{
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.product_box {
	display: block;
	text-align: center;
	height: 240px;
	margin-right: 13px;
	padding-top: 20px;
	float: left;
	width: 160px;
	overflow: hidden;
	border: 1px solid #f2f2dd;
	margin-bottom: 10px;
}

.product_box .image_wrapper {
	display: block;
	height: 150px;
}



.product_box .product_link .product_name {
	line-height: 1.5;
	font-size: 120%;
	font-weight: bold;
}

.product_box .product_link {
	text-decoration: none;
}

.product_box img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	margin: 0 auto 0 auto;
}

.product_box_list
{
	display: block;
	clear: both;
	height: 180px;
	border: 1px solid #F2F2DD;
	padding-top: 10px;
	margin-bottom: 10px;
}

.product_box_list .product_link
{
	text-decoration: none;
	font-weight: bold;
}

.product_box_list .product_link:hover {
}

.product_box_list   .product_data  
{
	display: block;
	margin-left: 210px;
	padding-top: 10px;
	margin-right: 10px;
}

.product_box_list  .product_data  .product_price 
{
	font-size: 120%;
}

.product_box_list .product_link .image_container
{
	float: left;
	width: 200px;
	text-align: center;
	overflow: hidden;
	padding-bottom: 20px;
	margin: 10px;
}

.product_box_list .product_link .image_container .product_image
{
	border: none;
	margin: 0 auto 0 auto;
}

.product_box_list  .product_data  .product_link .product_name
{
	font-size: 140%;
}
#signup_form fieldset
{
	padding-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#signup_form label
{
	display: inline-block;
	width: 140px;
}

#signup_form legend
{
	display: block;
	font-size: 120%;
	padding-left: 10px;
}

#signup_form label.error {
	margin-left: 10px;
	width: auto;
	display: inline-block;
	color:#990000;
}
#customer_section_welcome #login_section
{
	display: block;
	width: 50%;
	float: left;
}

#customer_section_welcome #register_box
{
	display: block;
	margin-left: 50%;
	height: 150px;
}

.normal_list
{
	margin-left: 30px;
	margin-bottom: 10px;
}

.info_box
{
	background-color: #CA1133;
	display: block;
	color: #FFFFFF;
	padding: 3px;
	text-align: center;
}
#product_detail
{
	display: block;
	z-index: 100;
}
#product_detail #product_image
{
	text-align: left;
	display: block;
	margin-left: 10px;
	float: left;
	margin-right: 20px;
	max-width: 220px;
	overflow: hidden;
	height: 320px;
}
           #product_detail   #product_image   #thumb_box
{
	display: block;
	clear: left;
}

#product_detail #product_image img
{
	display: block;
	border: solid 1px #000000;

}
#product_detail #product_image img.product_thumb_image
{
	float: left;
	border: 1px solid #000000;
}
#product_detail #product_image .product_thumb_image
{
	float: left;
	margin-top: 5px;
	margin-right: 5px;
}


#product_detail #product_info
{
	display: block;
	font-size: 120%;
	float: none;
}
#product_detail #product_info h1
{
	margin: 0px;
	padding: 0px;
}
#product_detail #product_info label
{
	display: block;
}
#product_detail #product_description
{
	display: block;
	clear: right;
	padding-top: 20px;
}
#product_detail #product_description ul,ol
{
	margin-left: 40px;
	margin-bottom: 15px;
}

.custom_basket_message
{
	line-height: 1.5;
	background-color: #EEF5FD;
	display: block;
	padding: 5px;
	font-weight: bold;
}
#basket_table
{
	line-height: 1.5;
	display: table;
	border: 1px solid red;
	margin: 0 10px 0 10px;
}
#basket_table tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: red;
}

#basket_table #form_discount {
	color: #FFFFFF;
	background-color: #CA1133;
	display: block;
	padding: 2px 5px 2px 5px;
}
#basket_table .basket_select
{
	width:125px;
} 
#basket_table td
{
	padding-right: 5px;
	padding-left: 5px;
}

#basket_table .alt
{
	/*background-color: #000000;*/
}
#basket_table .header_row
{
	color: #FFFFFF;
	background-color: red;
	line-height: 2;
	font-weight: bold;
}
#discount_code_table {
	margin: 0 10px 0 10px;
	line-height: 1.5;
}

       #discount_code_table .header_row
{
	margin-left: 10px;
	line-height: 2;
	background-color: red;
	color: #FFFFFF;
	text-align: left;
}
       #discount_code_table  .header_row  th {
	padding-right: 2px;
	padding-left: 2px;
}

#discount_code_table td {
	padding-right: 2px;
	padding-left: 2px;
}
#discount_code_table .alt {
	background-color: #FFFBC7;
}

.bold_text {
	font-weight: bold;
}
#customer_details {
	margin: 20px 10px 0 10px;

}
#customer_details fieldset {
	border: 1px solid red;
}
           #customer_details   fieldset h2 {
	font-size: 120%;
	display: block;
	background-color: red;
	color: #FFFFFF;
	margin: 0 0 10px 0;
	padding: 0 10px 0 10px;
}
#customer_details p {
	margin: 0;
	padding: 2px 10px 2px 10px;
	line-height: 1.5;

}
#customer_details p.alt {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFC9;
	border-bottom-color: #FFFFC9;
}

       #customer_details  .required {
	border: 1px solid #01234B;
}
       #customer_details  .text_input {
	border: 1px solid #01234B;
}
#customer_details label {
	display: inline-block;
	width: 140px;
}
#customer_details label.error {
	color: #CA1133;
	padding-left: 10px;
}
#basket_bottom_info
{
	display: block;
	text-align: right;
	margin-top: 10px;
}
#basket_bottom_info form
{
	margin-right: 10px;
	margin-bottom: 10px;
}
#basket_bottom_info #form_discount
{
	display: block;
	float: left;
	width: 275px;
	background-color: #CA1133;
	margin-left: 10px;
	line-height: 3;
	text-align: center;
	color: #FFFFFF;
}

#basket_bottom_info p
{
	display: block;
	clear: right;
}
#basket_bottom_info .discount_message
{
	line-height: 2;
	background-color: #CA1133;
	text-align: center;
	display: block;
	color: #FFFFFF;
}
#paypal_form #pay_button
{
	display: block;
	margin-right: 10px;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
#box_switcher
{
	list-style-type: none;
	display: block;
	line-height: 2;
	margin-right: 0px;
	margin-left: 0px;
	clear: both;
}
#box_switcher li
{
	display: inline;
	margin-right: 1px;
	background-color: #000000;
	padding: 5px;
}
#box_switcher a
{
	color: #FFFFFF;
	text-decoration: none;
}
#product_bottom_box #comment_box .comment_footer
{
	font-size: 90%;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#product_bottom_box
{
	margin-right: 0px;
	margin-left: 0px;
	padding: 5px;
	border: 1px solid #000;
	margin-bottom: 10px;
}
#product_bottom_box #feedback_box #customer_feedback fieldset
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
}
#product_bottom_box #feedback_box #customer_feedback legend
{
	padding-left: 10px;
	font-weight: bold;
}
#product_bottom_box #feedback_box #customer_feedback #feedback
{
	border: 1px solid #CA1133;
}
#product_bottom_box #feedback_box #customer_feedback .error
{
	background-color: red;
}

.info
{
	color: #FFFFFF;
	background-color: #CA1133;
	text-align: center;
	display: block;
	padding: 5px;
}			
#shop_category {
	display: block;
	border: 1px solid #FFFFFF;
	list-style-type: none;
	background: url(images/layout_images/transparentBG.png);
	line-height: 2;
	text-align: center;
	margin-top: 2em;
}
#shop_category li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}






/* ------------------------------------------------------------------------------------------*/





/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
