/*----------------------------------------------------------
[Screen Stylesheet]

Project:	[Buy Direct4U Magento Store]  
Version:	1.0
Last change:	28/09/09 [DJ]

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

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

[Table of contents]

	1.0 - Layout
		1.1 - Text Adjustments

	2.0 - Header
		2.1 - Top Bar
		2.2 - Top Cart
	
	3.0 - Navigation
	
	4.0 - Content Styles
	
	5.0 - Sidebar
	6.0 - Product Pages
		6.1 - Category Page
			6.1.1 - View Type: Grid
			6.1.2 - View Type: List
		6.2 - Product View
			6.2.1 - Add to Links + Add to Cart
		6.3 - Content Styles
		6.4 - Product Review
		6.5 - Shopping Cart
	
	7.0 - Checkout
		7.1 - One Page
		7.2 - Multiple Addresses Checkout
	
	8.0 - Account Styles
		8.1 - Account Login/Create Pages
		8.2 - My Account
	
	9.0 - Footer 

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

/*
Notes:

	1) Additional page layouts are included under app / etc / local.xml

Colours:

	#0083a9 (topbar blue)
	#1599bf (body blue)
	#272a2e (dark grey border)
	#00617d (text shadow blue bg)
	#f2f5f7 (sidebar light grey)
	#dee5eb (sidebar darker grey)
	#3e4b56 (main text)
	#e1f0f5 (light blue bg)
	#0b8fb5 (link Blue)
	#b9c6d0 (Product Grey border)

*/

/* 1.0 - Layout
------------------------------------------------------------*/

	body { 
		background: #1599bf; 
		color: #3e4b56;
		font-family: Calibri, Arial, sans-serif; 	
	}
	
	.page-wrapper { display: inline-block; width: 100%; background: url(../images/bg_gradient.jpg) repeat-x left 130px; min-height: 800px; }
	.page { width: 960px; margin:0 auto; padding: 20px; clear: both; background: #FFFFFF; }
	.page-print { background:#fff; padding:20px; text-align:left; }
	.page-popup { padding:20px; text-align:left; }
	.main { }
	
	/* Base Columns */ 
	.col-left { float:left; width:214px; }
	.col-main { float:left; width:746px; }
	.col-right { float:right; width:214px; }
	
	/* 1 Column Layout */
	.col1-layout .col-main { float:none; width:auto; }
	
	/* 2 Columns Layout */
	.col2-left-layout .col-main { float:right; width:726px; margin: 0 0 0 20px; }
	.col2-right-layout .col-main { width:726px; margin: 0 20px 0 0; }
	
	/* 3 Columns Layout */
	.col3-layout {
	background: url(../images/col3_layout.jpg) left top repeat-y;
	}
	.col3-layout .col-main { width:502px; margin: 0 15px; }
	
	/* Content Columns */
	.col2-set .col-1 { float:left; width:49%; }
	.col2-set .col-2 { float:right; width:49%; }
	.col2-set .narrow { width:33%; }
	.col2-set .wide { width:65%; }
	
	.col3-set .col-1 { float:left; width:32%; }
	.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
	.col3-set .col-3 { float:right; width:32%; }
	
	.col4-set .col-1 { float:left; width:23.5%; }
	.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
	.col4-set .col-3 { float:left; width:23.5%; }
	.col4-set .col-4 { float:right; width:23.5%; }
	
	.account-login .col2-set .col-1   { float:left; width:450px; padding: 10px; }
	.account-login .col2-set .col-2   { float:right; width:450px; padding: 10px; }
	
	.box-col .col2-set .col-1, .box-col .col2-set .col-2  { padding: 10px; display: block; width: 331px; border: solid 1px #b9c6d0; background: #FFFFFF url(../images/product_bg.jpg) bottom left repeat-x; }
	
	
/* 1.1 - Text Adjustments -------------------------------------------*/
	
	a             { color: #0b8fb5; text-decoration: none; }
	a:hover       { color: #1599bf; text-decoration: underline; }
	:focus        { outline: 0; }
	
	address       { line-height: 18px; padding: 10px 0; margin: 0 0 10px 0; display: block; border-top: 1px dotted #B9C6D0; border-bottom: 1px dotted #B9C6D0; }
	
	/* Headings */
	h1            { font-size:30px; font-weight:normal; line-height:1.3; }
	h2            { font-size:24px; font-weight:normal; line-height:1.34; }
	h3            { font-size:18px; font-weight:bold; line-height:1.375; }
	h4            { font-size:16px; font-weight:bold; }
	h5            { font-size:16px; font-weight:bold; }
	h6            { font-size:16px; font-weight:bold; }
	
	/* Content adjustments  */
	
	.hr { display: block; border-bottom: dotted 1px #b9c6d0; clear: both; padding: 10px 0 0 0; margin: 0 0 10px 0; }
	.hr hr { display: none; }
	
	.col2-set p, .col3-set p, .col4-set p { line-height: 18px; }
	.col1-layout  p { line-height: 18px; }
	
	.col2-set h4, .col3-set h4, .col4-set h4 { display: block; padding: 10px 0 5px 0; clear: both;  }
	.col2-set h5, .col3-set h5, .col4-set h5 { display: block; padding: 10px 0 5px 0; clear: both;  }
	.col1-layout h4 { display: block; padding: 10px 0 5px 0; clear: both;  }
	.col1-layout h5 { display: block; padding: 10px 0 5px 0; clear: both;  }
	
	
	.cms-page-view .std p, .cms-page-view .std ul, .cms-page-view .std ul { margin: 10px 0 15px 0; }
	.cms-page-view .std li { margin: 0 0 5px 0; }
	

/* 2.0 - Header
------------------------------------------------------------*/

	.logo { float:left; width:400px; height:50px; overflow:hidden; margin: 15px 0 0 0; } 
	.header-container { background: #e8f6f9; height: 130px; clear: both; text-align:left;  }
	.header { width:1000px; margin:0 auto; padding:10px 0; }
	.header .logo { background-position:0 0; background-repeat:no-repeat; text-indent:-999em; }
	.header .logo a { display:block; width:400px; height:50px; }
	.header .welcome-msg { font-weight:bold; text-align:right; }
	
	
/* 2.1 - Top Bar -------------------------------------------*/
	
	.top-bar-container { 
		height: 35px; clear: both; display: block;
		background: #0083a9;
	}
	
	.top-bar { 
		clear: both; display: block; width: 1000px; margin: 0 auto;
	}
	
	.top-bar .links { float:left; }
	.top-bar .links li { float:left; }
	.top-bar .links li a { 
		float:left; display: inline-block; padding: 0 10px; 
		color: #FFFFFF; font-size: 14px; font-weight: normal; line-height: 35px; text-decoration: none;
		text-shadow: -1px -1px 0 #00617d;
	}
	.top-bar .links li a:hover { 
		float: left;
		background: #1599bf;
	}
	.top-bar button, .top-bar input.input-text { margin: -3px 0 0 0; }
	.top-bar input.input-text { 
		width: 200px;
		background: url(../images/textfield_small_bbg.png) right no-repeat;
	}
	
	.top-bar .form-search { float:right; line-height: 35px;  }
	.top-bar .form-search label {
		display: none; margin: 0 10px;
		color: #FFFFFF; font-size: 14px; font-weight: normal; text-decoration: none;
		text-shadow: -1px -1px 0 #00617d;
	}
	.top-bar .form-search .search-autocomplete { z-index:999; }
	.top-bar .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
	.top-bar .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
	.top-bar .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
	.top-bar .form-search .search-autocomplete li.selected {}
	.top-bar .form-language { text-align:center; }
	
	
/* 2.2 - Top Cart -------------------------------------------*/
	
	.topcart{
		display: inline-block; float: right; padding: 10px; width: 290px;
		/*border: solid 1px #dee5eb;*/ border: solid 1px #b9c6d0; background: #FFFFFF url(../images/header_cart.png) 12px 12px no-repeat;
		font-size: 14px; font-weight: normal;
		-moz-border-radius:6px;
	}
	.topcart p { margin: 5px 0;}
	.topcart a { text-decoration: none; color: #3e4b56; }
	.topcart h2 { margin: 0 0 0 30px; font-size: 18px; font-weight: bold; }
	.topcart a:hover { color: #0083a9; }
	.topcart .amount {
		display: inline-block; padding: 2px 10px; margin: -5px 5px; min-width: 55px;
		background: #e1f0f5; 
		font-size: 14px; font-weight: normal; text-align: right;
		-moz-border-radius:6px;
	}


/* 3.0 - Navigation
------------------------------------------------------------*/

	.nav_container { display: block; clear: both; padding: 20px 0 0 0; }
	
	#nav { 
		display: block; width: 988px; height: 39px; margin: 0 auto; padding: 0 0 0 10px;
		border: 1px solid #272a2e; border-top: 0; border-bottom: 0; background:url(../images/primary_nav_bg.jpg) left bottom repeat-x;
	}
	
	#nav a { 
		margin: -5px 0 0 0; cursor: pointer; height: 44px; padding: 0 0 0 7px;
		border: 0px none; background:url(../images/primary_nav_linkleft.jpg) left 0px no-repeat; 
		color: #FFFFFF; font-size: 18px; font-weight: normal; text-decoration:none; text-align: center;
		text-shadow: -1px -1px 0 #000000;
	}
	#nav a span { 
		position:relative; display:block; white-space:nowrap; padding:4px 15px 0 8px ; height:40px; 
		background:url(../images/primary_nav_linkright.jpg) right 0px no-repeat;
		line-height:40px;
	}
	#nav a:hover { background:url(../images/primary_nav_linkleft.jpg) left -44px no-repeat; }
	#nav a:hover span { background:url(../images/primary_nav_linkright.jpg) right -44px no-repeat; }
	#nav li.over a { 
		background:url(../images/primary_nav_linkleft.jpg) left -44px no-repeat; 
	}
	#nav li.active a { 
		background:url(../images/primary_nav_linkleft.jpg) left -88px no-repeat; 
		text-shadow: -1px -1px 0 #00617d;
	}
	#nav li.over a span { 
		background:url(../images/primary_nav_linkright.jpg) right -44px no-repeat; 
	}
	#nav li.active a span { 
		background:url(../images/primary_nav_linkright.jpg) right -88px no-repeat; 
	}
	body.cms-home #nav li.home a { 
		background:url(../images/primary_nav_linkleft.jpg) left -88px no-repeat; 
		text-shadow: -1px -1px 0 #00617d;
	}
	body.cms-home #nav li.home a span { 
		background:url(../images/primary_nav_linkright.jpg) right -88px no-repeat; 
	}
	.home img { 
	 margin: -3px 0 0 0;
	}
	
	/* All Levels */
	#nav li { text-align:left; position:relative; }
	#nav li.over { z-index:999; }
	#nav li.parent {}
	#nav li a { }
	#nav li a:hover { text-decoration:none; }
	#nav li a span { display:block; white-space:nowrap; cursor:pointer; }
	#nav li ul a span { white-space:normal; }
	
	/* 1st Level */
	#nav li { float:left; /*margin: 0 5px;*/ }
	#nav li a { float:left; }
	#nav li a:hover {  }
	#nav li.over a,
	#nav li.active a {  }
	
	/* 2nd Level */
	#nav ul { 
		position:absolute; top: 39px; display: inline-block; left:-10000px; border:1px solid #b9c6d0; border-top: 0; background:#FFFFFF; margin: 0; padding: 0; 
		-moz-box-shadow: 0 1px 2px #9aa3a9;
	}
	#nav ul li { 
		float:none; clear: both;  
	}
	#nav ul li.level1 a { 
		margin: 0; cursor: pointer; height: 16px; padding: 5px 10px; display: block; clear: both; float: none; min-width: 150px;
		border-bottom:1px solid #b9c6d0; background: #FFFFFF; 
		color: #3E4B56; font-size: 14px; font-weight: normal; text-decoration:none; text-align: left;
		text-shadow: 1px 1px 0 #FFFFFF;
	}
	#nav ul li.level1 a:hover { 
		background: #f2f5f7; 
	}
	#nav ul li.level1.last a          { border-bottom:0; }
	#nav ul li.level1 a span  { 
		/*position:relative; */display:block; white-space:nowrap; padding: 0; margin: 0; height: inherit; 
		background: none;
		line-height: normal;
	}
	
	
	#nav ul li.level1 a:hover       { color:#000 !important; }
	/*#nav ul li.active > a,
	#nav ul li.over > a      { font-weight:bold; color:#000 !important; }*/
	
	/* 3rd+ leven */
	#nav ul ul { top:7px; }
	
	/* Show Menu */
	#nav li.over > ul { left:0; }
	#nav li.over > ul li.over > ul { left:100px; }
	#nav li.over ul ul { left:-10000px; }


/* 4.0 - Content Styles
------------------------------------------------------------*/

/* 4.1 - Home Page -------------------------------------------*/
	
	.anythingSlider .slider-caption h3 { font-size: 30px; color: #FFFFFF; }
	.anythingSlider .slider-caption p  { font-size: 18px; color: #FFFFFF; }
	
	.home-adverts      { display: inline-block; float: right; }
	.home-adverts img  { display: inline-block; float: right; clear: right; margin: 0 0 17px 0; }
	

/* 4.2 - Generaql Styles -------------------------------------------*/
	
	/* Form Elements */
	input,select,textarea,button { vertical-align:middle; }
	select { }
	select option { padding-right:10px; }
	select.multiselect option {}
	textarea { overflow:auto; }
	input.radio { margin-right:3px; }
	input.checkbox { margin-right:3px; }
	
	.col-main fieldset h3 { border-bottom: dotted 1px #b9c6d0; padding: 0 0 5px 0; margin: 0 0 5px 0; }
	
	
	/* Buttons */
	button { 
		border:0; cursor:pointer; text-align:center; 
	}
	button span { 
		position:relative; display:block; white-space:nowrap; 
	}
	
	button.button { 
		padding:0 0 0 3px ; 
		background:url(../images/formbutton_left_static_wbg.png) left no-repeat; 
		font-size: 14px; font-weight: normal;
		text-shadow: -1px -1px 0 #000000; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */
	}
	button.button span { 
		padding:0 20px 0 17px ; height:27px; 
		background:url(../images/formbutton_right_static_wbg.png) right no-repeat;
		color:#fff; line-height:27px;
	}
	button.button:link { background:url(../images/formbutton_left_active_wbg.png) left no-repeat; }
	button.button:link span { background:url(../images/formbutton_right_active_wbg.png) right no-repeat; }
	button.button:hover { background:url(../images/formbutton_left_active_wbg.png) left no-repeat; }
	button.button:hover span { background:url(../images/formbutton_right_active_wbg.png) right no-repeat; }
	
	
	/*Big buttons*/
	
	button.button-large { 
		padding:0 0 0 24px ;
		background:url(../images/largebutton_left_static.png) left no-repeat; 
		font-size: 14px; font-weight: normal;
		text-shadow: -1px -1px 0 #00617d; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */
	}
	button.button-large span { 
		padding: 0 29px 0 5px; height:34px;
		background:url(../images/largebutton_right_static.png) right no-repeat;
		color:#fff; line-height: 34px;
	}
	button.button-large:link { background:url(../images/largebutton_left_active.png) left no-repeat; }
	button.button-large:link span{ background:url(../images/largebutton_right_active.png) right no-repeat; }
	button.button-large:hover { background:url(../images/largebutton_left_active.png) left no-repeat; }
	button.button-large:hover span { background:url(../images/largebutton_right_active.png) right no-repeat; }
	
	
		/* Buttons on blue bg */
		.top-bar button.button { 
			background:url(../images/formbutton_left_static_bbg.png) left no-repeat; 
		}
		.top-bar button.button span { 
			background:url(../images/formbutton_right_static_bbg.png) right no-repeat;
		}
		.top-bar button.button:link { background:url(../images/formbutton_left_active_bbg.png) left no-repeat; }
		.top-bar button.button:link span { background:url(../images/formbutton_right_active_bbg.png) right no-repeat; }
		.top-bar button.button:hover { background:url(../images/formbutton_left_active_bbg.png) left no-repeat; }
		.top-bar button.button:hover span { background:url(../images/formbutton_right_active_bbg.png) right no-repeat; }
	
		/* Checkout Buttons */
		.add-to-cart button.button, .actions button.button { 
			padding:0 0 0 24px ; margin: 5px;
			background:url(../images/largebutton_left_static.png) left no-repeat; 
			font-size: 14px; font-weight: normal;
			text-shadow: -1px -1px 0 #00617d; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */
		}
		.add-to-cart button.button span, .actions button.button span { 
			padding: 0 29px 0 5px; height:34px;
			background:url(../images/largebutton_right_static.png) right no-repeat;
			color:#fff; line-height: 34px;
		}
		.add-to-cart button.button:link, .actions button.button:link { background:url(../images/largebutton_left_active.png) left no-repeat; }
		.add-to-cart button.button:link span, .actions button.button:link span { background:url(../images/largebutton_right_active.png) right no-repeat; }
		.add-to-cart button.button:hover, .actions button.button:hover { background:url(../images/largebutton_left_active.png) left no-repeat; }
		.add-to-cart button.button:hover span, .actions button.button:hover span { background:url(../images/largebutton_right_active.png) right no-repeat; }
	
	
	button.disabled {}
	button.disabled span {}
	
	
	/* Input & Textarea */
	input.input-text { 
		border: 0; padding: 5px 10px 0 10px; height: 22px;
		background: url(../images/textfield_small_wbg.png) right no-repeat;
		color: #3e4b56;
	}
	input.qty { background: url(../images/textfield_qty.png) right no-repeat; width: 40px; text-align: center; }
	input.input-text-wide { 
		border: 0; padding: 5px 10px 0 10px; height: 22px; width: 543px;
		background: url(../images/textfield_large_wbg.png) right no-repeat;
		color: #3e4b56;
	}
	
	.field-100 { border:1px solid #888; padding:2px; overflow:hidden; }
	.field-100 input.input-text,
	.field-100 textarea { float:left; width:100%; margin:0; padding:0; border:0; }
	
	
	/* Form Highlight */
	input.input-text:focus,select:focus,textarea:focus {}
	/*.highlight { background:#eee; }*/
	
	
	.smallform {
	padding: 10px; display: block; width: 450px; clear: both; margin: 0 auto;
	border: solid 1px #b9c6d0; background: #FFFFFF url(../images/product_bg.jpg) bottom left repeat-x;
	}
	.buttons-set.smallset { padding: 10px; display: block; width: 450px; clear: both; margin: 0 auto; }
	
	
	.bigform {
	padding: 10px; display: block;
	border: solid 1px #b9c6d0; background: #FFFFFF url(../images/product_bg.jpg) bottom left repeat-x;
	}
	.bigform fieldset { padding: 0 0 10px 0; }
	
	
	/* Form lists */
	.form-list { display: block; margin: 10px auto; }
	.form-list li { margin:0 0 5px; padding: 5px; }
	.form-list label { font-weight: bold; display: inline-block;  min-width: 100px; padding: 0 10px; }
	.form-list .input-box { float:left; /*width:260px;*/ }
	.form-list input.input-text,
	.form-list textarea { width:200px; }
	.form-list select { width:206px; }
	.form-list li.add-row { border-top:1px solid #ddd; margin-top:10px; }
	.form-list li.add-row .btn-remove { font-size:0; line-height:0; padding:5px 5px 0 0; text-align:right; }
	.form-list .range input.input-text { width:96px; }
	
		/*Login Form Buttons*/
		
		#login-form button.button { 
			padding:0 0 0 24px ;
			background:url(../images/largebutton_left_static.png) left no-repeat; 
			font-size: 14px; font-weight: normal;
			text-shadow: -1px -1px 0 #00617d; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */
		}
		#login-form button.button span { 
			padding: 0 29px 0 5px; height:34px;
			background:url(../images/largebutton_right_static.png) right no-repeat;
			color:#fff; line-height: 34px;
		}
		#login-form button.button:link { background:url(../images/largebutton_left_active.png) left no-repeat; }
		#login-form button.button:link span{ background:url(../images/largebutton_right_active.png) right no-repeat; }
		#login-form button.button:hover { background:url(../images/largebutton_left_active.png) left no-repeat; }
		#login-form button.button:hover span { background:url(../images/largebutton_right_active.png) right no-repeat; }

	
	.group-select { display: block; margin: 10px 0; }
	.group-select li { margin:0 0 5px; padding: 5px; }
	.group-select label { font-weight: bold; display: inline-block; min-width: 100px; padding: 0 10px 0 0; }
	.group-select .input-box { float:left; /*width:260px;*/ margin: 0 10px 0 0; }
	.group-select input.input-text,
	.group-select textarea { width:200px; }
	.group-select select { width:206px; }
	.group-select li.add-row { border-top:1px solid #ddd; margin-top:10px; }
	.group-select li.add-row .btn-remove { font-size:0; line-height:0; padding:5px 5px 0 0; text-align:right; }
	.group-select .range input.input-text { width:96px; }
	.group-select .range input.input-text.qty { width: 40px; }
	.group-select .range { display: inline; }
	
	
	/*.group-select {}
	.group-select li { margin:0 0 5px; }
	.group-select .input-box { float:left; width:260px; }
	.group-select input.input-text,
	.group-select textarea {width:510px; }
	.group-select select { width:516px; }
	.group-select .input-box input.input-text,
	.group-select .input-box textarea { width:250px; }
	.group-select .input-box select { width:256px; }*/
	
	.buttons-set { clear:both; margin:5px 0 0; padding:5px; border:0; vertical-align: middle; }
	.buttons-set .back-link { float:left; }
	.buttons-set button.button { float:right; }
	
	.buttons-set2 { clear:both; margin:5px 0 0; padding:5px; text-align:right; }
	
	/* Form Validation */
	.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
	.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
	.validation-passed {}
	.required { color:#f00; }
	p.required { text-align:right; font-style: italic; }
	/* Expiration date and CVV number validation fix */
	.v-fix { float:left; }
	.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }
	
	/* Global Messages  */
	.success { color:#3d6611; font-weight:bold; }
	.error { color:#f00; font-weight:bold; }
	.notice { color:#ccc; }
	
	.messages,
	.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
	.messages { width:100%; overflow:hidden; }
	.messages li { margin:0 0 10px; }
	.messages li li { margin:0 0 3px; }
	.error-msg,
	.success-msg,
	.note-msg,
	.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 10px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:14px !important; font-weight:bold !important; }
	.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/error_msg_icon.gif); color:#df280a; }
	.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/success_msg_icon.gif); color:#3d6611; }
	.note-msg,
	.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/note_msg_icon.gif); color:#3d6611; }
	
	/* BreadCrumbs */ 
	.breadcrumbs { padding: 0 0 20px 0; background: #FFFFFF; }
	.breadcrumbs li { display:inline; }
	
	/* Page Heading */
	.page-title { padding:0 0 5px; margin:0 0 10px; }
	.title-buttons { text-align:right; }
	.title-buttons h2,
	.title-buttons h3,
	.title-buttons h4,
	.title-buttons h5,
	.title-buttons h6 { float:left; }
	
	/* Toolbar */
	
	.toolbar { 
		display: block; padding: 5px; clear: both; margin: 10px 0 0 0;
		border: solid 1px #b9c6d0; background: #FFFFFF url(../images/toolbar_bg.jpg) bottom left repeat-x;
		color: #3E4B56; font-size: 14px; font-weight: normal; text-decoration:none; text-align: left;
		text-shadow: 1px 1px 0 #e7eff4;
	}
	.toolbar select { 
		color: #3e4b56; border: 1px solid #b9c6d0; width: 85px;
	}
	.toolbar a { 
		color: #1599BF;
	}
	.toolbar span { 
		text-align: center; width: 60px; display: inline-block;
	}
	.toolbar span.current { 
		width: auto; padding: 0 5px;
	}
		
		/* Pager */ 
		.pager { padding: 0 0 5px 0; }
		.pager .amount { float:left; }
		.pager .limiter { float:right; }
		.pager .pages { margin:0 135px; padding: 0 0 0 10px; }
		.pager .pages ol { display:inline; }
		.pager .pages li { display:inline; padding: 0 1px; }
		.pager .pages .current {}
		
		/* Sorter */ 
		.sorter { }
		.sorter .view-mode { float:left; }
		.sorter .sort-by { float:right; }
		.sorter .link-feed {}
	
	
	/* Additional Info Table */ 
	.additionalinfo-table { width:100%; border-collapse: collapse; }
	.additionalinfo-table th { padding:5px; border:1px solid #bec9d3; font-weight:bold; white-space:nowrap; }
	.additionalinfo-table td { padding:5px; border:1px solid #bec9d3; }
	.additionalinfo-table tr.odd { background:#ffffff; }
	.additionalinfo-table tr.even { background:#f2f5f7; }
	.additionalinfo-table tbody.odd td { border-width:0 1px; }
	.additionalinfo-table tbody.even { background-color:#f6f6f6; }
	.additionalinfo-table tbody.even td { border-width:0 1px; }
	.additionalinfo-table tbody.even tr.border td { border-bottom-width:1px; }
	.additionalinfo-table th .tax-flag { white-space:nowrap; font-weight:normal; }
	.additionalinfo-table th.label { font-weight:bold; text-align: left; }
	
	
	/* Data Table */ 
	.data-table               { width:100%; border-collapse: collapse; }
	.data-table img           { vertical-align: middle; }
	.data-table img           { vertical-align: middle; }
	.col-main fieldset .data-table h3  { border: 0; margin: 0; padding: 0; }
	.data-table .price-box    { color:#0B8FB5; font-size:18px; font-weight:normal; padding: 2px 0; }
	.data-table th            { 
		height: 37px; padding:0 10px; white-space:nowrap;
		border: solid 1px #b9c6d0; background: #FFFFFF url(../images/toolbar_bg.jpg) bottom left repeat-x;
		color: #3E4B56; font-size: 18px; line-height: 37px; font-weight: normal; text-decoration:none; text-align: left;
		text-shadow: 1px 1px 0 #FFFFFF;
	}
	.data-table tfoot th            { 
		height: 30px; padding:0 10px; white-space:nowrap;
		background: none;
		color: #3E4B56; font-size: 16px; line-height: 30px; font-weight: normal; text-decoration:none;
		text-shadow: 1px 1px 0 #e7eff4;
	}
	.data-table td            { padding:5px; border:1px solid #bec9d3; }
	.data-table thead         {}
	.data-table tbody         {}
	.data-table tfoot         {}
	.data-table tr.first      {}
	.data-table tr.last       {}
	.data-table tr.odd        { background:#ffffff; }
	.data-table tr.even       { background:#f2f5f7; }
	.data-table tbody.odd     {}
	.data-table tbody.odd td  { border-width:0 1px; }
	.data-table tbody.even    { background-color:#f6f6f6; }
	.data-table tbody.even td { border-width:0 1px; }
	.data-table tbody.odd tr.border td,
	.data-table tbody.even tr.border td { border-bottom-width:1px; }
	.data-table th .tax-flag  { white-space:nowrap; font-weight:normal; }
	.data-table td.label,
	.data-table th.label      { font-weight:bold; text-align: left; }
	.data-table td.value      {}
	
	/*.data-table { width:100%; }
	.data-table th { padding:5px; border:1px solid #ddd; font-weight:bold; white-space:nowrap; }
	.data-table td { padding:5px; border:1px solid #ddd; }
	.data-table thead { background-color: #f2f2f2; }
	.data-table tbody {}
	.data-table tfoot {}
	.data-table tr.first {}
	.data-table tr.last {}
	.data-table tr.odd {}
	.data-table tr.even { background-color:#f6f6f6; }
	.data-table tbody.odd {}
	.data-table tbody.odd td { border-width:0 1px; }
	.data-table tbody.even { background-color:#f6f6f6; }
	.data-table tbody.even td { border-width:0 1px; }
	.data-table tbody.odd tr.border td,
	.data-table tbody.even tr.border td { border-bottom-width:1px; }
	.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
	.data-table td.label,
	.data-table th.label { font-weight:bold; background-color:#f6f6f6; }
	.data-table td.value {}*/
	
	
	/* Tax Details Row */
	tr.tax-total { cursor:pointer; }
	tr.tax-total td {}
	tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
	tr.show-details .tax-collapse { background-position:0 -53px; }
	tr.show-details td {}
	tr.tax-details td { background-color:#f6f6f6; }
	tr.tax-details-first td {}
	
	/* Shopping cart tax info */
	.cart-tax-info,
	.cart-tax-info .cart-price { padding-right:20px; }
	.cart-tax-total { cursor:pointer; }
	.cart-tax-total { padding-right:20px; background:url(../images/bg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
	.cart-tax-total-expanded { background-position:100% -52px; }
	
	/* Lists Decoration */
	li.odd {}
	li.even { background-color:#F2F5F7 ; }
	dt.odd,
	dd.odd {}
	dt.even,
	dd.even { background-color:#F2F5F7 ; }
	
	/* Class: std - styles for admin-controlled content */
	div.std { clear: both; }
	.std,
	.std ul,
	.std ol,
	.std dl,
	.std p,
	.std address,
	.std blockquote { margin:0; padding:0; }
	.std ul { list-style:disc outside; padding-left:1.5em; }
	.std ol { list-style:decimal outside; padding-left:1.5em; }
	.std ul ul { list-style-type:circle; }
	.std ul ul,
	.std ol ol,
	.std ul ol,
	.std ol ul { margin:.5em 0; }
	.std dt { font-weight:bold; }
	.std dd { padding:0 0 0 1.5em; }
	.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
	.std address { font-style:normal; }
	.std b,
	.std strong { font-weight:bold; }
	.std i,
	.std em { font-style:italic; }
	
	/* Misc */
	.link-rss { background:url(../images/icon_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
	
	/* Noscript Notice */
	.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
	.noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
	.noscript p { margin:0; }
	
	/* Demo Notice */
	.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }



/* 4.1 - Contact Us Page -------------------------------------------*/

	.contact-page-address {}
	
	.contactMapHolder  { display: block; float: right; width: 440px; padding: 10px; margin: 0; background:#FFFFFF url(../images/product_bg.jpg) repeat-x scroll left bottom; border:1px solid #B9C6D0; }
	
	
	.contactformfix                                { display: block; float: left; width: 460px; margin: 0; }
	.contactformfix .group-select .input-box       { float: none; clear: both; /*width:260px;*/ margin: 0 10px 0 0; padding: 5px; }
	.contactformfix .group-select li               { padding: 0; margin: 0;}
	.contactformfix .group-select input.input-text { width: 200px; }
	.contactformfix .group-select textarea         { width: 250px; margin: 5px; padding: 5px; }


/* 5.0 - Sidebar
------------------------------------------------------------*/

	.sidebar { background: #f2f5f7; }
	
	.block { }
	.block .block-title { }
	.block .block-title h2 { 
		display: block; height: 37px; padding: 0 0 0 10px;
		border: 1px solid #272a2e; background:url(../images/heading_bg.jpg) left top repeat-x;
		color: #FFFFFF; font-size: 18px; line-height: 37px; font-weight: normal; text-decoration:none; text-align: left;
		text-shadow: -1px -1px 0 #000000;
	}
	.block .block-content { 
	padding: 10px;
	}
	.block .actions { text-align:right; }
	.block .actions a { float:right; }
	.block h3 { 
		margin: 5px 10px;
		color: #0b8fb5; font-size: 18px; font-weight: normal; text-align: left;
		text-shadow: -1px -1px 0 #FFFFFF;
	}
	.block p { 
		margin: 5px 10px;
	}
	
	/* Left Column Specifics */
	.block .block-content-left { 
	padding: 0 0 10px 0;
	}
	.block .block-content-left .label { 
		display: block; clear: both; padding: 0 0 5px 0;
		font-size: 14px; font-weight: bold; 
		text-shadow: -1px -1px 0 #FFFFFF;
	}
	.currently-shopping-by { 
		padding: 10px; background: #dee5eb;
	}
	.currently-shopping-by .actions { padding: 5px 0; text-align: right; clear: both; }
	.currently-shopping-by .h3 {
		margin: 5px 0;
	}
	.filter-by { 
	
	}
	.currently { 
	
	}
	.currently li { 
	padding:5px 25px; position: relative; background:url(../images/shopping_option_selected.png) left 5px no-repeat;
	font-size: 14px;
	}
	.currently .btn-remove { position: absolute; right: 0px; top: 10px;}
	
	.filter-by { 
	margin: 0 10px 10px 10px;
	}
	.block .block-content-left dt { 
		display: block; clear: both; padding: 5px 0 5px 35px;
		background:url(../images/shopping_option.png) 10px center no-repeat;
		font-size: 14px; font-weight: bold; 
		text-shadow: -1px -1px 0 #FFFFFF;
	}
	.filter-by li { 
	padding:5px 0 5px 25px;
	font-size: 14px;
	}
	.filter-by li a { 
	padding:0 5px 0 0;
	}

	
	/* Decorations */
	.block-compare .even, .block-recent .even, .block-recently-compared .even, .block-poll .even { background: #e7eff4; }
	
	/* Block: Account */
	.block-account {}
	.block-account ul li { font-size: 14px; padding: 5px 0; }
	
	/* Block: Currency Switcher */
	.block-currency {}
	.block-currency select { width:100%; border:1px solid #888; }
	
	/* Block: Layered Navigation */
	.block-layered-nav {}
	.block-layered-nav dt { font-weight:bold; }
	.block-layered-nav .currently {}
	
	/* Block: Cart */
	
	.block-cart {}
	.block-cart .sidecart_amounts {
	display: block; padding: 0 0 5px 0;
	text-align: right; 
	}
	.block-cart .amount {
		display: inline-block; padding: 2px 10px; margin: -5px 0 -5px 5px; min-width: 55px;
		background: #FFFFFF; 
		font-size: 14px; font-weight: normal; text-align: right;
		-moz-border-radius:6px;
	}
	.block-cart .subtotal { text-align:center; }
	.block-cart a { text-decoration: none; color: #3e4b56; }
	.block-cart a:hover { color: #0083a9; }
	
	.recently-added { display: inline-block; width: 100%; background: #dee5eb; padding: 10px 0; }
	
	.mini-products-list li { font-size: 14px; color: #0083a9;  padding:5px 35px 5px 0; position: relative; }
	.mini-products-list li.even { background: #d5dee6; }
	.mini-products-list .product-image { float:left; margin: 0 5px 5px 10px; }
	.mini-products-list .product-details { margin-left:55px; }
	.mini-products-list .product-details h4 { margin:0; color: #3e4b56; font-weight: normal; }
	.mini-products-list .product-details .btn-remove { position: absolute; right: 10px; top: 10px;}
	
	/* Block: Wishlist */
	.block-wishlist {}
	.block-wishlist .block-content { padding: 10px 0; }
	.block-wishlist li { font-size: 14px; color: #0083a9;  padding:5px 35px 5px 0; position: relative; }
	.block-wishlist li.even { background: #E7EFF4; }
	.block-wishlist .product-image { float:left; margin: 0 5px 5px 10px; }
	.block-wishlist .product-details { margin-left:55px; }
	.block-wishlist .product-details h4 { margin:0; color: #3e4b56; font-weight: normal; }
	.block-wishlist .product-details .btn-remove { position: absolute; right: 10px; top: 10px;}
	
	
	/* Block: Related */
	
	.block-related .block-content { padding: 10px 0; }
	.block-related li { font-size: 14px; color: #0083a9;  padding:5px 35px 5px 0; position: relative; }
	.block-related li.even { background: #E7EFF4; }
	.block-related .product-image { float:left; margin: 0 5px 5px 10px; }
	.block-related .product-details { margin-left:55px; }
	.block-related .product-details h4 { margin:0; color: #3e4b56; font-weight: normal; }
	.block-related .related-checkbox { position: absolute; right: 10px; top: 10px;}
	
	/*.block-related {}
	.block-related li { padding:5px 0; }
	.block-related input.checkbox { float:left; margin-right:-20px; }
	.block-related .item { margin-left:20px; }
	.block-related .item .product-image { float:left; margin-right:-65px; }
	.block-related .item .product-details { margin-left:65px; }*/
	
	/* Block: Compare Products */
	.block-compare {}
	.block-compare .block-content { padding: 10px 0; }
	.block-compare li { 
	padding:5px 25px 5px 15px; position: relative;
	font-size: 14px;
	}
	.block-compare .btn-remove { position: absolute; right: 10px; top: 2px;}
	.block-compare .actions  { padding: 5px; }
	.block-compare .actions a { display: block; clear: both; float: none; text-align: right; padding: 5px 10px; }
	
	.block-recently-compared .block-content { padding: 0 0 10px 0; }
	.block-recently-compared li { 
	padding:5px 0 5px 15px;
	font-size: 14px;
	}
	
	/* Block: Viewed */
	.block-recent {  }
	.block-recent .block-content { padding: 10px 0; }
	.block-recent li { 
	padding:5px 0 5px 15px;
	font-size: 14px;
	}
	
	
	/* Block: Poll */
	.block-poll {}
	.block-poll .block-content { padding: 10px 0; }
	.block-poll h3 { line-height: 14px; font-size: 14px; }
	.block-poll input.radio { 
	position: absolute; right: 10px; top: 2px;
	}
	.block-poll .label { }
	.block-poll .answer {}
	.block-poll .votes { font-weight:bold; }
	.block-poll li { 
	padding:5px 25px 5px 15px; position: relative;
	font-size: 14px;
	}
	
	/* Block: Tags */
	.block-tags ul,
	.block-tags li { display:inline; }
	
	/* Block: Subscribe */
	.block-subscribe {}
	
	/* Block: Reorder */
	.block-reorder {}
	.block-reorder li { padding:5px 0; }
	.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
	.block-reorder .label { display:block; margin-left:20px; }
	
	/* Block: Banner */
	.block-banner {}
	.block-banner .block-content { text-align:center; }
	
	/* Block: Checkout Progress */
	.block-progress {}
	.block-progress dt { font-weight:bold; background: url(../images/shopping_option.png) right center no-repeat; display: block; padding: 5px 0 10px 0; }
	.block-progress dt.complete { background:url(../images/shopping_option_selected.png) right center no-repeat; display: block; padding: 5px 0 10px 0; }
	.block-progress dd.complete { }

/* 6.0 - Product Pages
------------------------------------------------------------*/

/* 6.1 - Category Page -------------------------------------------*/
	
	.category-title { 
	font-weight: bold;
	}
	.category-image { 
		padding: 4px; display: block; margin: 0 0 10px 0;
		border: solid 1px #b9c6d0; background: #FFFFFF url(../images/product_bg.jpg) bottom left repeat-x;
	}
	.category-products {
	}
	
	.category-header { 
	position: relative; margin: 0; padding: 4px; display: inline-block;
	border: solid 1px #b9c6d0; background: #FFFFFF url(../images/product_bg.jpg) bottom left repeat-x;
	}
	.category-header .category-caption { 
	display: block; position: absolute; left: 5px; bottom: 20px; right: 15px; padding: 10px; 
	background: rgba(0,0,0,0.85) url(../images/btn_banner_link.png) 99% 90% no-repeat;
	-moz-border-radius-topright: 10px; -moz-border-radius-bottomright: 10px;
	-webkit-border-top-right-radius: 5px; -webkit-border-bottom-right-radius: 5px; 
	}
	.category-header .category-caption h3 { font-size: 30px; color: #FFFFFF; }
	.category-header .category-caption p  { font-size: 18px; color: #FFFFFF; }
	
	
	
	
/* 6.1.1 - View Type: Grid -------------------------------------------*/
		
		.featured-products ul.products-grid { 
		width:100%; margin: 0; padding: 10px 0 0 0;
		}
		ul.products-grid { 
		width:100%; margin: 10px 0 0 0; padding: 0;
		}
		.products-grid-row {
		display: inline-block; width: 100%; padding: 0 0 10px 0; clear: both;
		}
		.products-grid .products-grid-row .odd {}
		.products-grid .products-grid-row .even { }
		.products-grid li { 
		padding: 10px; display: block; width: 140px; float: left; margin: 0 8px 0 0;
		border: solid 1px #b9c6d0; background: #FFFFFF url(../images/product_bg.jpg) bottom left repeat-x;
		text-align: center; line-height: 18px;
		}
		.products-grid li.last {
		margin: 0;
		}
		.products-grid li.empty {
		display: none;
		}
		.products-grid li ul li { 
		padding: 0; width: auto; float: none;
		border: 0;
		}
		.products-grid .price {
		display: block; padding: 3px 0;
		border-bottom: dotted 1px #cfd2d5;
		color: #0b8fb5; font-size: 18px; font-weight: normal; line-height: 22px;
		}
		.products-grid .price-box .old-price {
		display: none;
		}
		.products-grid .add-to-links { float: none; padding: 0; display: none; }
		
		
		.featured-products .products-grid li { 
		width: 162px; float: left; margin: 0 10px 0 0;
		}
		.featured-products .products-grid li.last {
		margin: 0;
		}
		
		.featured-products p { margin: 0; }
		
		
/* 6.1.2 - View Type: List -------------------------------------------*/
		
		.products-list li.item { border:1px solid #ddd; padding:5px; margin:0 0 5px; }
		.products-list .product-image { float:left; }
		.products-list .product-shop { float:right; width:320px; }
	
	
/* 6.2 - Product View -------------------------------------------*/
	
	.product-view {}
	
	.product-essential {}
	
	/* Product Images */
	.product-view .product-img-box { 
	float:left; width:360px; 
	}
	.product-view .product-img-box .product-image { 
	}
	.product-view .product-img-box .product-image-zoom { 
	}
	/*.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
	.product-view .product-img-box .zoom-notice { text-align:center; }
	.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 78px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
	.product-view .product-img-box .zoom #track { position:relative; height:18px; }
	.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
	.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:50px; top:0; }
	.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:50px; top:0; }
	.product-view .product-img-box .more-views ul { margin-left:-4px }
	.product-view .product-img-box .more-views li { float:left; padding:1px; background-color:#ddd; margin:0 0 8px 4px ; }
	
	.product-image-popup { margin:0 auto; }
	.product-image-popup .nav { text-align:center; }
	.product-image-popup .image { display:block; }
	.product-image-popup .image-label {}*/
	
	/* Product Shop */
	.product-view .product-shop { 
	float:right; width: 340px; margin: 0; padding: 10px 0;
	border-top: 1px solid #b1cdd5;
	}
	.product-view .product-name h2 { font-size: 18px; }
	.product-view .short-description {
	display: block; padding: 10px 0; margin: 10px 0 0 0; clear: both;
	border-top: 1px solid #b1cdd5;
	}
	
	.product-shop .price-box .old-price  { font-size: 14px; font-style: italic; color: #666666; }
	
	/* Rating */
	.ratings { padding: 10px 0; clear: both; }
	.ratings .amount {}
	.ratings .rating-links {}
	.ratings dt {}
	.ratings dd {}
	.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bg_rating.gif) 0 0 repeat-x; position:relative; overflow:hidden; }
	.rating-box .rating { position:absolute; top:0; left:0; height:13px; background:url(../images/bg_rating.gif) 0 100% repeat-x; }
	
	/* Availability */
	.availability {}
	.availability .in-stock { font-weight:bold; }
	.availability .out-of-stock { font-weight:bold; color:#f00; }
	
	
	/* Prices */
	.price { white-space:nowrap !important; }
	
	.product-view .product-shop .price-box {
	display: block; clear: both; padding: 10px 20px 5px 20px; margin: 10px 0 0 0; 
	background: #f2f5f7;
	color: #0b8fb5; font-size: 30px;
	}
	.price-box .price { 
	
	}
	
	.price-box-bundle {}
	
	/* Regular price */
	.regular-price {}
	.regular-price .price {  }
	
	/* Old price */
	.old-price {}
	.old-price .price-label { white-space:nowrap; }
	.old-price .price {  text-decoration:line-through; }
	
	/* Special price */
	.special-price {}
	.special-price .price-label { font-weight:bold; white-space:nowrap; }
	.special-price .price { font-weight:bold; }
	
	/* Minimal price (as low as) */
	.minimal-price {}
	.minimal-price .price-label { font-weight:bold; white-space:nowrap; }
	
	a.minimal-price-link { display:block; }
	a.minimal-price-link .label {}
	a.minimal-price-link .price { font-weight:normal; }
	
	/* Excluding tax */
	.price-excluding-tax { display:block; }
	.price-excluding-tax .label { white-space:nowrap; }
	.price-excluding-tax .price { font-weight:normal; }
	
	/* Including tax */
	.price-including-tax { display:block; }
	.price-including-tax .label { white-space:nowrap; }
	.price-including-tax .price { font-weight:bold; }
	
	/* Excl tax (for order tables) */
	.price-excl-tax  { display:block; }
	.price-excl-tax .label { display:block; white-space:nowrap; }
	.price-excl-tax .price { display:block; }
	
	/* Incl tax (for order tables) */
	.price-incl-tax { display:block; }
	.price-incl-tax .label { display:block; white-space:nowrap; }
	.price-incl-tax .price { display:block; font-weight:bold; }
	
	/* Price range */
	.price-from {}
	.price-from .price-label { font-weight:bold; white-space:nowrap; }
	.price-to {}
	.price-to .price-label { font-weight:bold; white-space:nowrap; }
	
	/* Price as configured */
	.price-as-configured {}
	.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }
	
	/* Price notice next to the options */
	.price-notice { padding-left:10px; }
	.price-notice .price { font-weight:bold; }
	/********** Product Prices > */
	
	/* Tier Prices */
	.tier-prices .price { font-weight:bold; }
	.tier-prices .benefit {}
	

/* 6.2.1 - Add to Links + Add to Cart -------------------------------------------*/
		
		.add-to-box { 
		display: block; clear: both; padding: 0 20px 10px 20px; 
		background: #f2f5f7;
		}
		.add-to-box .add-to-cart { display: block; clear: both;  line-height: 34px; }
		.add-to-box .add-to-links { float:left; }
			
		/* Add to Links */
		.or { float:left; padding: 10px 0; margin:0 10px; }
		.add-to-links { float: left; padding: 10px 0; }
		.add-to-links li { float: left; }
		.add-to-links .separator { padding: 0 10px;  }
		
		/* Add to Cart */
		.add-to-cart label { float:left; margin-right:5px; }
		.add-to-cart .qty { float:left; }
		.add-to-cart button.button { float:left; margin: 0; }
		.add-to-cart input.qty { 
		width: 32px; height: 26px; padding: 8px 10px 0 10px; margin: 2px 10px 0 0;
		background: url(../images/textfield_qty_lrg.jpg) right no-repeat; 
		text-align: center;  
		}
	
	
	/* Product Options */
	.product-options { padding:10px; margin:10px 0 0; border:1px solid #ddd; background-color:#f6f6f6; }
	.product-options dt label { font-weight:bold; }
	.product-options dt .qty-holder { float:right; }
	.product-options dt .qty-holder label { vertical-align:middle; }
	.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
	.product-options dd { margin:10px 0; }
	.product-options dl.last dd.last {}
	.product-options dd input.input-text { width:98%; }
	.product-options dd textarea { width:98%; height:8em; }
	.product-options dd select { width:100%; }
	.product-options .options-list {}
	.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
	.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
	.product-options .options-list .label { display:block; margin-left:20px; }
	.product-options ul.validation-failed { padding:0 7px; }
	.product-options p.required { padding:15px 0 0; }
	
	.product-options-bottom { padding:10px; border:1px solid #ddd; border-top:0; }
	.product-options-bottom .price-box { margin:10px 0; }
	
	
/* 6.2.2 - Product Collateral -------------------------------------------*/
	
	.product-collateral {
		padding: 10px; margin: 10px 20px 0 0; display: block; clear: both;
		background: #f2f5f7; border-top: 1px solid #b1cdd5;
	}
	
	/* Grouped Product */
	.grouped-items { display: block; clear: both; padding: 10px 0; }
	
	/* Block: Description */
	.product-view .description { display: block; clear: both; padding: 10px 0; }
	
	/* Block: Additional */
	.product-view .additional { display: block; clear: both; padding: 10px 0; }
	
	/* Block: Upsell */
	.product-view .up-sell { display: block; clear: both; padding: 10px 0; }
	
	/* Block: Tags */
	.product-view .tags { display: block; clear: both; padding: 10px 0; }
	.product-view .tags .form-add-tags label { float:left; padding: 5px 10px 0 0; }
	.product-view .tags .form-add-tags .input-box { float:left; }
	.product-view .tags .form-add-tags input.input-text { width: 200px; margin: 0 5px 0 0; }
	.product-view .tags .form-add-tags button.button { vertical-align:bottom; }
	.product-view .tags .form-add-tags p { clear:both; }
	
	/* Block: Reviews */
	.product-view .reviews {}
	
	/* Block: Add Review */
	.product-view .add-review {}
	.product-view .add-review .product-name span { font-weight:normal; }
	
	
/* 6.3 - Content Styles -------------------------------------------*/
	
	.product-name, .product-name a { 
	color: #3e4b56; font-size: 14px; font-weight: normal; display: block; padding: 3px 0;
	}
	
	/* Product Tags */
	.tags-list li { display:inline; }
	
	/* Advanced Search */
	.search-summary {}
	
	/* CMS Home Page */
	.cms-home .products-grid td {  }
	
	/* Sitemap */
	.sitemap {}
	
	
/* 6.4 - Product Review -------------------------------------------*/
	
	.product-review {}
	.product-review .product-img-box { float:left; width:140px;  }
	.product-review .product-img-box .product-image { display:block; border:1px solid #ddd; padding:1px; }
	.product-review .details { float:right; width:570px; }
	
	
/* 6.5 - Shopping Cart -------------------------------------------*/
	
	.cart .checkout-types    { float:right; text-align:right; }
	.cart .checkout-types li { display: block; clear: both; padding: 0 0 5px 0; }
	
	/* Shopping Cart Table */
	.cart-table .item-msg   { font-size:10px; }
	
	.cart-table tfoot td   { border: 0; padding: 10px 0 0 0; }
	
	/* Shopping Cart Collateral boxes */
	.cart .cart-collaterals { float:left; }
	.cart .crosssell .product-image { float:left; margin: 15px 0 0 10px;}
	.cart .crosssell .product-shop { float: right; }
	.cart .crosssell .item {  display: block; clear: both; padding: 5px 0; vertical-align: middle; }
	.cart .crosssell .item .separator { padding: 0 5px; }
	.cart .shipping {}
	.cart .cart-collaterals fieldset label { text-align: left; padding: 0 10px 0 0; margin: 5px 0 0 0; display: inline-block; font-weight: bold; min-width: 0; }
	.cart .cart-collaterals fieldset input { float: right;}
	.cart .cart-collaterals fieldset select { float: right;  }
	
	
	.col2-set.cart-collaterals .col-1 { padding: 9px; display: block; width: 300px; border: solid 1px #b9c6d0; background: #FFFFFF url(../images/product_bg.jpg) bottom left repeat-x; margin: 20px 20px 0 0; }
	.col2-set.cart-collaterals .col-2 { padding: 9px; display: block; width: 300px; border: solid 1px #b9c6d0; background: #FFFFFF url(../images/product_bg.jpg) bottom left repeat-x; margin: 20px 0 0 0; }
	
	.discount input.input-text { width: 200px; }
	
	
	/* Shopping Cart Totals */
	.cart .totals             { float:right; padding: 9px; display: block; width: 260px; border: solid 1px #b9c6d0; background: #dbe4eb url(../images/toolbar_bg.jpg) bottom left repeat-x; margin: 20px 0 0 0; }
	.cart .totals h3          { text-align: right; }
	.cart .totals table       { 
		width:100%; font-size: 18px; margin: 5px 0 10px 0; border-collapse: collapse;
		border: solid 1px #b9c6d0; background: #FFFFFF url(../images/product_bg.jpg) bottom left repeat-x;
	}
	.cart .totals table th,
	.cart .totals table td    { padding: 5px 10px; }
	.cart .totals table th    { font-weight:bold; border-right: solid 1px #b9c6d0; }
	
	/* Options Tool Tip */
	.item-options dt { font-weight:bold; font-style:italic; }
	.item-options dd { padding-left:10px; }
	.truncated { cursor:help; }
	.truncated a.dots { cursor:help; }
	.truncated a.details { cursor:help; }
	.truncated .truncated_full_value { position:relative; z-index:999; }
	.truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
	.truncated .show dl { top:-20px; left:50%; }
	.col-left .truncated .show dl { left:30px; top:7px; }
	.col-right .truncated .show dl  { left:-240px; top:7px; }


/* 7.0 - Checkout
------------------------------------------------------------*/


/* 7.1 - One Page -------------------------------------------*/
	
	.opc { position:relative; border-collapse: collapse; }
	.opc li.section {  }
	.opc .step-title { 
		display: block; height: 37px; padding: 0 0 0 10px; margin: 0 0 -1px 0;
		border: solid 1px #b9c6d0; background: #FFFFFF url(../images/toolbar_bg.jpg) bottom left repeat-x;
		color: #3E4B56; font-size: 18px; line-height: 37px; font-weight: normal; text-decoration:none; text-align: left;
		text-shadow: 1px 1px 0 #e7eff4;
	}
	.opc .step-title .number { float:right; line-height:37px; margin: 0 20px 0 0; }
	.opc .step-title h3 { float:left; line-height: 37px; margin: 0 0 0 10px; }
	.opc .allow .step-title { cursor:pointer; }
	.opc .active {}
	.opc .active .step-title { 
		display: block; height: 37px; padding: 0 0 0 10px; margin: 0;
		border: 1px solid #272a2e; background:url(../images/heading_bg.jpg) left top repeat-x;
		color: #FFFFFF; font-size: 18px; line-height: 37px; font-weight: normal; text-decoration:none; text-align: left;
		text-shadow: -1px -1px 0 #000000;
	}
	.opc .step { 
		padding: 5px; display: block; position:relative;
		border: solid 1px #b9c6d0; border-bottom: 0; border-top: 0; background: #FFFFFF url(../images/product_bg.jpg) bottom left repeat-x;
	}
	.opc .step .tool-tip { right:10px; }
	.opc .order-review {}
	
	#checkout-step-login .col-1, #checkout-step-login .col-2 { padding: 10px; width: 47%; }
	#checkout-step-login .form-list label                    { padding: 0; min-width: 100px; }
	
	#opc-review .step { border-bottom: solid 1px #b9c6d0; }
	
/* 7.2 - Multiple Addresses Checkout -------------------------------------------*/
	
	.checkout-progress { padding:0 50px; margin:10px 0; }
	.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
	.checkout-progress li.active { border-top-color:#000; color:#000; }
	
	.multiple-checkout { position:relative; }
	.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
	.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
	.multiple-checkout .grand-total big {}
	.multiple-checkout .grand-total .price {}
	
	/********** < Common Checkout Styles */
	
	/* Shipping and Payment methods */
	.sp-methods { padding: 10px 15px; }
	.sp-methods li { padding: 5px 0; }
	.sp-methods dt { padding: 5px 0; display: block; font-weight:bold; }
	.sp-methods .price { font-weight:bold; }
	.sp-methods .form-list { padding-left:20px; }
	.sp-methods select.month { width:150px; margin-right:10px; }
	.sp-methods select.year { width:96px; }
	.sp-methods input.cvv { width:3em !important; }
	
	.please-wait { float:right; margin-right: 5px; }
	.cvv-what-is-this { cursor:help; margin-left: 5px; }
	
	em.information  { padding: 10px; display: block; background: #F2F5F7; clear: both; margin: 0 0 10px 0; }
	
	#checkout-payment-method-load label { min-width: 160px; padding: 0 10px 0 0; }
	
	/* Tooltip */
	.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
	.tool-tip .btn-close { text-align:right; }
	.tool-tip .tool-tip-content { padding:5px; }
	
	/* Gift Messages */
	.add-gift-message {}
	.gift-message-form { border:1px solid #ddd; background-color:#f5f5f5; }
	.gift-message-form .inner-box { padding:5px; height:300px; overflow:auto; }
	.gift-message-form .gift-item {}
	
	.gift-message-link { display:block; background:url(../images/bg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
	.gift-message-link.expanded { background-position:0 -53px; }
	.gift-message-row {}
	.gift-message-row .btn-close { float:right; }
	.gift-message dt strong { font-weight:bold; }
	
	/* Checkout Agreements */
	.checkout-agreements {}
	.checkout-agreements li { margin:10px 0; }
	.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
	.checkout-agreements .agree { padding:6px; }
	/********** Common Checkout Styles > */


/* 8.0 - Account Styles
------------------------------------------------------------*/
	
	
/* 8.1 - Account Login/Create Pages -------------------------------------------*/
	
	.account-login {}
	.account-login .new-users { 
		border: solid 1px #b9c6d0; background: #FFFFFF url(../images/product_bg.jpg) bottom left repeat-x;
	}
	.account-login .registered-users {
		border: solid 1px #b9c6d0; background: #FFFFFF url(../images/product_bg.jpg) bottom left repeat-x;
	}
	
	.account-create { display: block; width: 740px; margin: 0 auto; }
	
	
/* 8.2 - My Account -------------------------------------------*/
	
	/********** < Dashboard */
	.dashboard {}
	.dashboard .welcome-msg {}
	.dashboard h3 { border-bottom: dotted 1px #b9c6d0; padding: 0 0 5px 0; margin: 5px 0; }
	.dashboard p { line-height: 18px; margin: 0 0 10px 0; }
	.manage-addreses-link { float: right; margin: 10px 0 0 0; }
	
	.dashboard .col2-set { 
	padding: 10px 0;
	} 
	.dashboard .col2-set .col-1, .dashboard .col2-set .col-2 { 
	padding: 10px; display: block; width: 331px;
	border: solid 1px #b9c6d0; background: #FFFFFF url(../images/product_bg.jpg) bottom left repeat-x;
	} 
	
	
	/* Block: Recent Orders */
	.dashboard .recent-orders { margin:10px 0; }
	
	/* Block: Tags */
	.dashboard .tags .number { float:left; margin-right:-20px; }
	.dashboard .tags .details { margin-left:20px; }
	
	/* Block: Reviews */
	.dashboard .reviews {}
	/********** Dashboard > */
	
	/* Order View */
	.order-info { border:1px solid #ddd; padding:5px; }
	.order-info dt,
	.order-info dd,
	.order-info ul,
	.order-info li { display:inline; }
	.order-info dt { font-weight:bold; }
	
	/* Print Pages */
	.page-print .print-head {}
	.page-print .print-head img { float:left; }
	.page-print .print-head address { float:left; margin-left:15px; }
	/* Price Rewrites */
	.page-print .gift-message-link { display:none; }
	.page-print .price-excl-tax,
	.page-print .price-incl-tax { display:block; white-space:nowrap; }
	.page-print .cart-price,
	.page-print .price-excl-tax .label,
	.page-print .price-incl-tax .label,
	.page-print .price-excl-tax .price,
	.page-print .price-incl-tax .price { display:inline; }


/* 9.0 - Footer
------------------------------------------------------------*/
	
	.footer { 
	width: 1000px; margin:0 auto; clear: both; display: block; padding: 0 0 20px 0; position: relative; 
	}
	
	.footer-bar {
		display: block; clear: both; height: 25px; padding: 10px 20px; position: absolute; left: 0px; top: 15px; right: 0px;
		/*background:url(../images/footer_bg.jpg) left bottom repeat-x ;*/
	}
	
	.footer-bar input.input-text { 
		width: 200px;
		background: url(../images/textfield_small_wbg.png) right no-repeat;
	}
	.footer-bar label {
		display: none; margin: 0 10px;
		color: #FFFFFF; font-size: 14px; font-weight: normal; text-decoration: none;
		text-shadow: -1px -1px 0 #00617d;
	}
	.footer-bar h2 {
		float: left; margin: 3px 10px 0 0;
		font-size: 18px; font-weight: bold;
	}
	
	.footer p          { display: block; text-align:left; margin:0; color: #FFFFFF; }
	.footer address    { text-align:left; margin: 0 0 10px 20px; color: #FFFFFF;  }
	.footer a          { color: #FFFFFF; text-decoration: underline; }
	.footer a:hover    { color: #FFFFFF; text-decoration: underline; }
	

/* 9.0 - Footer New -------------------------------------------*/
	
	.footer-bar .social-media { float: right; display: inline-block; }
	
	.footer_category_section {
	display: block; padding: 80px 20px 20px 20px ; clear: both;
	background: #fff url(../images/footer_images/footer_gradient.jpg) top left repeat-x;
	}
	.footer_category_section h3  { 
		color: #1599BF; font-weight: normal; display: block; clear: both; padding: 10px 0; font-size: 14px;
	}
	.footer_category_section .category_list       { display: block; clear: both; margin: 0; }
	.footer_category_section .category_list li    { 
		padding:0 0 0 10px ; float: left; margin: 0 2px 2px 0;
		background:url(../images/footer_images/category_button_left.jpg) left no-repeat; 
		font-size: 14px; font-weight: bold;
		border:0; cursor:pointer; text-align:center; 
	}
	.footer_category_section .category_list li a  { 
		position:relative; display:block; white-space:nowrap; 
		padding:0 10px 0 30px ; height:33px; 
		background:url(../images/footer_images/category_button_right.jpg) right no-repeat;
		color: #1599BF; line-height:33px; text-decoration: none;
	}
	.footer_category_section .category_list li a img  { position: absolute; left: -4px; top: 3px; }
	.footer_category_section .category_list li a:hover  { 
		color: #1599BF;
	}
	
	.secure-shopping { 
	display: inline-block; min-height: 25px; padding: 5px 375px 0 0; clear: both; margin: 10px 0 0 0;
	background:url(../images/footer_images/shop_secure.jpg) right top no-repeat;
	font-size: 18px;
	}
	
	.footer ul.links         { display: inline-block; clear: both; padding: 10px 0 0 0; text-align: center;}
	.footer ul.links li      { float: left; padding: 0 10px 0 0;}
	
	.footer p.ft-left { display: inline-block; float: left; }
	.footer p.ft-right { display: inline-block; float: right; }
	.footer .hr { border: 0; margin: 0; }

/* 6.0 - Lightbox
------------------------------------------------------------*/

	.lightbox-enlarge, .noimage { padding: 4px; display: block; border: solid 1px #b9c6d0; background: #FFFFFF url(../images/product_bg.jpg) bottom left repeat-x; }
	.thumbs                     { display: inline-block; clear: both; margin: 10px 0; }
	.thumbs a                   { display: inline-block; padding: 3px;}
	.thumbs a img               { padding: 2px; border: solid 1px #b9c6d0; margin: 0; }
	
	#jquery-overlay {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 9000;
		width: 100%;
		height: 500px;
	}
	#jquery-lightbox {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 10000;
		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: 11000;
	}
	#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: 102px; 
		float: right;
		padding-bottom: 0.7em;	
	}

