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

Project:	[UK Toner Cartridges]  
Version:	1.0
Last change:	26/05/10 [PG]

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

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

[Table of contents]

	1.0 - Layout
		1.1 - Text Adjustments

	2.0 - Header
		2.1 - Top Bar
		2.2 - Top Cart
		2.3 - Top Search
		
	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 
	
	10.0 - collect2save Styles

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

/*
Notes:

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

Colours:

body bg #ebf0f5
magento: ea068d
blue: 00a2db

*/


/* XXX - Temporary Hacky classes!
------------------------------------------------------------*/

	.sidebar ul.level1 { display: none; } /*Needs Deleting*/
	.sidebar li.level0 a {
		height: 41px; display: block; clear: both;
		background: url(../images/banner_repeat_bg.jpg) left -159px repeat-x;
		font-size: 20px; color: #ffffff; line-height: 35px; font-weight: bold;
	}
	.sidebar li.level0 a span {
		height: 35px; display: block;
		background: url(../images/banner_cap_left.jpg) left -53px no-repeat; padding: 0 10px 6px 26px;
	}
	.sidebar li.level1 {
		padding:5px 0 5px 26px;
		font-size: 14px;
	}
	.sidebar li.level1 a {
		padding:0 5px 0 0; height: auto !important;
		background: none;
		font-size: 14px; color: #00A2DB; line-height: normal; font-weight: normal;
	}
	.sidebar li.level1 a span {
		height: auto !important;
		background: none; padding: 0;
	}
	
	.main h1 a { color: #ffffff; }
	.main h2 a { color: #ffffff; }
	.main h3 a { color: #ffffff; }
	
	.nav_vert .nav-3 { display: none; }
	.nav_vert .nav-4 { display: none; }
	.nav_vert .nav-5 { display: none; }
	.nav_vert .nav-6 { display: none; }
	
	
	/* Latest News */ 
	 
	 .block-latest-news         { padding: 20px 0 0 0; word-wrap: break-word; }
	 .block-latest-news h2      {
		height: 41px; display: block; clear: both; position: relative;
		background: url(../images/banner_repeat_bg.jpg) left -241px repeat-x;
		font-size: 20px; color: #000000; line-height: 35px; font-weight: normal;
	 }
	 .block-latest-news h2 span {
		height: 35px; display: block;
		background: url(../images/banner_cap_left.jpg) left -135px no-repeat; padding: 0 10px 6px 26px;
	 }
	 .blog_rss_feed { position: absolute; right: 8px; top: 8px; display: block; height: 20px; width: 20px; background: url(../images/icon_big_rss.png) top left no-repeat; text-indent: -9999px; overflow: hidden; }
	 
	 .block-latest-news ul      {  }
	 .block-latest-news ul li   { padding:5px 0 10px 14px; font-size: 12px; margin: 0 5px 0 12px; border-bottom: 1px dotted #d0d6db; line-height: 16px; }
	 .block-latest-news ul li a { padding:0 5px 0 0; height: auto !important; color: #00A2DB; line-height: normal; }
	 .block-latest-news ul li strong { padding:0 0 5px 0; display: block; clear: both; font-size: 14px;  }
	 
	
	/* Twitter */ 
	 
	 .block-twitter         { padding: 30px 0 0 0;  }
	 .block-twitter a      {
		height: 41px; display: block; clear: both; position: relative;
		background: url(../images/banner_repeat_bg.jpg) left -241px repeat-x;
		font-size: 20px; color: #000000; line-height: 35px; font-weight: normal;
	 }
	 .block-twitter a:hover      {
		color: #ffffff;
	 }
	 .block-twitter a span {
		height: 35px; display: block;
		background: url(../images/banner_cap_left.jpg) left -135px no-repeat; padding: 0 10px 6px 26px;
	 }
	 .block-twitter img { position: absolute; right: 80px; top: -23px; }
	 
	 
	 .block-newsletter { display: block; margin: 0 auto; width: 440px; }
	 .block-newsletter label { display: block; clear: both;}
	 .block-newsletter input.input-text { width: 300px; }
	 

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

	body { 
		background: #ebf0f5; 
		color: #3e4b56;
		font:normal 1em Arial, Helvetica, sans-serif;
	}
	.container { 
		width: 1012px; display: block; margin: 0 auto; 
		background:  url(../images/container_bg.jpg) top center repeat-y; 
	}
	.page-wrapper { display: inline-block; width: 100%; background: url(../images/bg_gradient.jpg) repeat-x left 130px; min-height: 800px; }
	.page { padding: 5px 0 0 0; }
	.page-print { background:#fff; padding:20px; text-align:left; }
	.page-popup { padding:20px; text-align:left; }
	.main { }
	
	/* Base Columns */ 
	.col-left { float:left; width:215px; }
	.col-main { float:left; width:1012px; }
	.col-right { float:right; width:215px; }
	
	/* 1 Column Layout */
	.col1-layout .col-main { float:none; width:auto; }
	
	/* 2 Columns Layout */
	.col2-left-layout .col-main { float:right; width:792px; margin: 0 0 0 5px; }
	.col2-right-layout .col-main { width:792px; margin:0 5px 0 0; }
	
	/* 3 Columns Layout */
	.col3-layout { }
	.col3-layout .col-main { width: 572px; margin: 0 5px; }
	
	/* 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; }
	
	
	
	/*Layout adjustments .std*/
	.cms-home .cms_content  { display: block; clear: both; padding: 0;  }
	.col1-layout .col-main .std { padding: 10px 26px; }
	
	
	.col1-layout .cms_content             { display: block; clear: both; padding: 0 0 10px 0;  }
	.col1-layout .cms_content h2          { margin: 12px 26px; color: #000000; background: none; font-weight: normal;  }
	.col1-layout .cms_content p           { margin: 0 26px 12px 26px; }
	.col1-layout .cms_content blockquote  { margin: 0 26px 12px 26px;  }
	.col1-layout .cms_content ul          { margin: 0 26px 12px 26px; list-style: square; padding: 0 0 0 12px; }
	.col1-layout .cms_content li          { font-size: 14px; line-height: 18px; }
	
	.col2-left-layout .cms_content             { display: block; clear: both; padding: 0 0 10px 0;  }
	.col2-left-layout .cms_content h2          { margin: 12px 26px 12px 12px; color: #000000; background: none; font-weight: normal;  }
	.col2-left-layout .cms_content p           { margin: 0 26px 12px 12px; }
	.col2-left-layout .cms_content blockquote  { margin: 0 26px 12px 12px;  }
	.col2-left-layout .cms_content ul          { margin: 0 26px 12px 12px; list-style: square; padding: 0 0 0 12px; }
	.col2-left-layout .cms_content li          { font-size: 14px; line-height: 18px; }
	
	.col2-right-layout .cms_content             { display: block; clear: both; padding: 0 0 10px 0;  }
	.col2-right-layout .cms_content h2          { margin: 12px 12px 12px 26px; color: #000000; background: none; font-weight: normal;  }
	.col2-right-layout .cms_content p           { margin: 0 12px 12px 26px; }
	.col2-right-layout .cms_content blockquote  { margin: 0 12px 12px 26px;  }
	.col2-right-layout .cms_content ul          { margin: 0 12px 12px 26px; list-style: square; padding: 0 0 0 12px; }
	.col2-right-layout .cms_content li          { font-size: 14px; line-height: 18px; }

	
/* 1.1 - Text Adjustments -------------------------------------------*/
	
	a             { color: #00a2db; text-decoration: none; }
	a:hover       { color: #1599bf; text-decoration: underline; }
	:focus        { outline: 0; }
	
	address       { font-size: 12px; padding: 6px 0 12px 0; line-height: 18px; font-weight: bold;  }
	
	/* 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; }*/
	
/* 1.2 - Content Adjustments -------------------------------------------*/
	
	p { font-size: 14px; }
	
	.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 { font-size: 12px; line-height: 18px; margin: 0 0 12px 0; }
	.col1-layout  p                       { font-size: 12px; line-height: 18px; margin: 0 0 12px 0; }
	
	.col2-set h4, .col3-set h4, .col4-set h4 { font-size: 18px; color: #000000; display: block; padding: 6px 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;  }
	
	.col2-set li, .col3-set li, .col4-set li { font-size: 14px; }
	
	.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; }
	
	.col2-left-layout .col-main .std p  { margin: 12px 26px 26px 12px; line-height: 18px; }
	.col2-right-layout .col-main .std p { margin: 12px 12px 26px 26px; line-height: 18px; }
	.col1-layout .col-main .std p       { margin: 12px 26px 26px 26px; line-height: 18px; }
	
	.col1-layout .col-main .col-1 p       { margin: 12px 12px 26px 26px; line-height: 18px; }
	.col1-layout .col-main .col-2 p       { margin: 12px 26px 26px 12px; line-height: 18px; }
	
	.col1-layout .col-main .col-1 p.required { font-style: italic; margin: 6px 12px; }
	.col1-layout .col-main .col-2 p.required { font-style: italic; margin: 6px 12px; }
	

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

	.logo { float:left; overflow:hidden; margin: 2px 0 0 20px; } 
	h4.header-phone { display: inline-block; float: left; font-size: 18px; font-weight: bold; color: #00a2db; margin: 24px 0 0 10px; }
	h4.header-phone strong { font-size: 27px; color: #ea068d; }
	.header-container { background: #e8f6f9; height: 130px; clear: both; text-align:left;  }
	.header { 
	display: block;
	background: url(../images/header_bg.jpg) top center no-repeat; 
	}
	.header .logo { background-position:0 0; background-repeat:no-repeat; text-indent:-999em; }
	.header .logo a { display:block; width:320px; height:100px;}
	.header .welcome-msg { font-weight:bold; text-align:right; }
	
	
/* 2.1 - Top Bar -------------------------------------------*/
	
	.top-bar { 
		clear: both; display: block; height: 26px; padding: 0 6px;
	}
	
	.top-bar h5 { display: none; }
	.top-bar ul { float:left; }
	.top-bar ul li { float:left; }
	.top-bar ul li a { 
		float:left; display: inline-block; padding: 0 10px; height: 26px; 
		color: #000000; font-size: 0.75em; font-weight: normal; line-height: 26px; text-decoration: none;
	}
	.top-bar ul li a:hover { 
		float: left;
		background: #ffffff;
	}
	.top-bar .about-link { display: none; }
	
/* 2.2 - Top Cart -------------------------------------------*/
	
	.topcart{
		display: inline-block; float: right; padding: 0; width: 192px; height: 65px; position: relative; margin: 20px 22px 0 0; z-index: 299;
		font-weight: normal;
	}
	.topcart p            { margin: 10px; font-size: 0.875em; color: #000000; }
	.topcart a            { text-decoration: none; color: #000000; }
	.topcart .basket_link { padding: 0 0 0 20px; font-weight: bold; background: url(../images/icon_small_cart.png) left center no-repeat; }
	.topcart a:hover      { color: #000000; text-decoration: underline; }
	.topcart .btn-slide   { padding: 0 0 0 20px; background: url(../images/icon_small_expand.png) 3px center no-repeat; }
	.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;
	}
	
	#cart_concealer    { display: none; height: auto; background: #fee03a; border: 5px solid #ffffff; border-top: 0; margin: 0 -5px; }
	#cart_concealer h5 { font-size: 0.875em; padding: 6px 10px 14px 10px; color: #000000; display: block; clear: both; background: url(../images/banner_repeat_bg.jpg) left -246px repeat-x; }
	#cart_concealer li.even { background: none; background-color: none; }
	
	#cart_concealer li { font-size: 0.75em; display: block; border-top: 1px solid #ffffff; border-right: none; border-bottom: 1px solid #dcc6db; border-left: none; padding: 5px 15px 5px 45px; position: relative; clear: both; }
	#cart_concealer .last { border-bottom: 0;}
	#cart_concealer .product-image { position: absolute; left: 5px; top: 5px; }
	#cart_concealer .product-details { }
	#cart_concealer .btn-remove { position: absolute; top: 5px; right: 5px; }
	#cart_concealer .product-image img { border: 1px solid #ffffff; }
	
	#cart_concealer button.button { padding:0 0 0 12px; margin: 5px; }
	#cart_concealer button.button span { padding: 0 22px 0 12px; margin: 0 0 0 -4px; }

/* 2.3 - Top Search ----------------------------------------*/
	
	.topSearch { 
	font-style: normal;
	width: 250px;
	display: inline-block;
	float: left;
	font-size: 13px;
	color: #00a2db;
	margin-top: 17px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align: center;
}

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

	.nav_container { 
		display: block; clear: both; height: 53px;
		background: url(../images/banner_repeat_bg.jpg) left -106px repeat-x;
	}
	.nav_container_inner { 
		display: block; clear: both; height: 53px; padding: 0 28px 0 0;
		background: url(../images/banner_cap_right.jpg) right 0px no-repeat;
	}
	#nav { 
		display: block; clear: both; height: 53px; padding: 0 0 0 28px;
		background:url(../images/banner_cap_left.jpg) left 0px no-repeat;
	}
	#nav a { 
		cursor: pointer; height: 47px; padding: 0 20px 6px 20px;
		background: url(../images/banner_repeat_bg.jpg) left -106px repeat-x; 
		color: #FFFFFF; font-size: 1em; font-weight: bold; text-decoration:none; text-align: center; line-height: 47px;
	}
	#nav a span {  }
	#nav a:hover { background: url(../images/banner_repeat_bg.jpg) left -53px repeat-x; }
	#nav a:hover span {  }
	#nav li.over a { }
	#nav li.active a { background: url(../images/banner_repeat_bg.jpg) left 0px repeat-x; }
	#nav li.over a span { }
	#nav li.active a span {  }
	body.cms-home #nav li.home a { background: url(../images/banner_repeat_bg.jpg) left 0px repeat-x; }
	body.cms-home #nav li.home a span {  }

	/*text-shadow: -1px -1px 0 #000000;*/
	
	/* 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: 47px; display: inline-block; left:-10000px; border: 5px solid #ffffff; border-top: 0; background:#FFFFFF; margin: 0; padding: 0; 
	}
	#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 #302f30; background: #1a1718; 
		color: #CCCCCC; font-size: 14px; font-weight: normal; text-decoration:none; text-align: left;
	}
	#nav ul li.level1.parent a { background: #1a1718 url(../images/nav_level1_arrow.gif) 95% center no-repeat; }
	#nav ul li.level1.parent .level2 a { background-image: none !important; }
	#nav ul li.level1 a:hover { }
	#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: #ffffff !important; }
	/*#nav ul li.active > a,
	#nav ul li.over > a      { font-weight:bold; color:#000 !important; }*/
	
	/* 3rd+ leven */
	#nav ul ul { top: -5px; border-top: 5px solid #FFFFFF; }
	
	/* Show Menu */
	#nav li.over > ul { left:-5px; }
	#nav li.over > ul li.over > ul { left:170px; }
	#nav li.over ul ul { left:-10000px; }


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

/* 4.1 - Home Page -------------------------------------------*/
	
	.quickfind-wrapper               { display: block; clear: both; height: 136px; background: url(../images/banner_repeat_bg.jpg) 0px -282px repeat-x; }
	.quickfind                       { display: block; padding: 10px 26px 10px 10px; height: 116px; background: url(../images/banner_cap_right.jpg) right -176px no-repeat; position: relative; }
	.quickfind form                  { display: block; padding: 3px 80px 0 190px; background: url(../images/quickfind_printer.png) left center no-repeat; }
	.quickfind label                 { font-weight: bold; width: 120px; display: inline-block;}
	.quickfind input[type="button"]  { display: block; height: 99px; width: 96px; text-indent: -9999px; border: 0; background: url(../images/quickfind_button.png) top left no-repeat; position: absolute; right: 125px; top: 15px; cursor: pointer; }
	.quickfind select                { width: 225px;  margin: 3px 0 0 0;  }
	.quickfind span                  { display: block; clear: both; padding: 0 6px 3px 6px; }
	
	.quickfind .callback-button      { display: block; height: 99px; width: 96px; position: absolute; right: 15px; top: 15px; cursor: pointer; }
	
	/*.quickfind-wrapper               { display: block; clear: both; height: 136px; background: url(../images/banner_repeat_bg.jpg) 0px -282px repeat-x; }
	.quickfind                       { display: block; padding: 10px 26px 10px 10px; height: 116px; background: url(../images/banner_cap_right.jpg) right -176px no-repeat; position: relative; }
	.quickfind form                  { display: block; padding: 0 80px 0 190px; background: url(../images/quickfind_printer.png) left center no-repeat; }
	.quickfind label                 { font-weight: bold;}
	.quickfind input[type="button"]  { display: block; height: 99px; width: 96px; text-indent: -9999px; border: 0; background: url(../images/quickfind_button.png) top left no-repeat; position: absolute; right: 15px; top: 15px; cursor: pointer; }
	.quickfind select                { width: 220px;  margin: 3px 0 0 0;  }
	.quickfind span                  { display: inline-block; float: left; padding: 0 6px 12px 6px; }*/
	
	
	
	/*Quickfind ends*/
	
	.home-callout-wrapper { display: block; }
	.callout-wrapper      { display: block; float: left; height: 322px; }
	.main-advert          { width: 574px;  }
	.right-callouts       { width: 218px; }
	.right-callouts ul    { display: block; margin: 0; padding: 0; }
	.right-callouts li    { display: block; }
	.right-callouts li a  { 
	display: block; height: 60px; padding: 10px; background: url(../images/right_callout_bg.jpg) left top no-repeat; 
	color: #ffffff; font-size: 18px; font-weight: bold; 
	}
	.right-callouts li a:hover { text-decoration: none; }
	.right-callouts li .small  { font-size: 10px; display: block; clear: both; font-weight: normal; }
	.right-callouts li a.clt-one   { background-position: 0px -1px;  }
	.right-callouts li a.clt-two   { background-position: 0px -81px; }
	.right-callouts li a.clt-three { background-position: 0px -161px; color: #000000; }
	.right-callouts li a.clt-four  { background-position: 0px -241px; }
	
	.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 - Catalog - top level-------------------------------------------*/

	.subcat-listing ul li      {float: left; text-align: center; margin: 0 0 5px 0;} /*width:33% ;*/
	.subcat-listing ul li img  {margin: 0 auto;}
	.subcat-listing ul li p    {font-size: 1em;}
	.subcat-listing ul li h3   {display: none;}
	
	
	
	button { 
		border:0; cursor:pointer; text-align:center; 
	}
	button span { 
		position:relative; display:block; white-space:nowrap; z-index: 100;
	}

	.narrow_categories_es           { display: block; clear: both; padding: 10px; }
	.narrow_categories_es li        { float: left; width: 380px; height: 32px; margin: 0 5px 5px 0; }
	.narrow_categories_es li a {
		display: block; width: 368px;
		padding:0 0 0 12px ; cursor:pointer; text-align:center; float: left;
		background:url(../images/subbutton_left_static.png) left no-repeat; 
		font-size: 14px; font-weight: normal;
		-webkit-border-fit:lines;
	}
	.narrow_categories_es li a span {
		position:relative; display:block; white-space:nowrap; z-index: 100;
		padding: 0 22px 0 12px; height:32px; margin: 0 0 0 -4px;
		background:url(../images/subbutton_right_static.png) right no-repeat;
		color:#3E4B56; line-height: 32px;
	}

	.narrow_categories_es li a:hover { background:url(../images/subbutton_left_active.png) left no-repeat; text-decoration: none; }
	.narrow_categories_es li a:hover span { background:url(../images/subbutton_right_active.png) right no-repeat; }


/* 4.3 - General Styles -------------------------------------------*/
	
	/* Headings */
	
	h1, h2, h3, h4, h5, h6 { font-weight: normal; }
	
	.col-main h1 { }
	.col-main h2 { }
	.col-main h3 { }
	.col-main h4 { }
	
	/* H1 */
	
	.col-main h1 { 
		height: 41px; display: block; clear: both;
		background: url(../images/banner_repeat_bg.jpg) left -200px repeat-x;
		font-size: 20px; color: #ffffff; line-height: 35px; font-weight: bold;
	}
	.col-main h1 span { 
		height: 35px; display: block;
	}
	.col2-left-layout .col-main h1 span { background: url(../images/banner_cap_right.jpg) right -94px no-repeat; padding: 0 26px 6px 10px; }
	.col2-right-layout .col-main h1 span { background: url(../images/banner_cap_left.jpg) left -94px no-repeat; padding: 0 10px 6px 26px; }
	
	.col1-layout .col-main h1 span.left-cap  { background: url(../images/banner_cap_left.jpg) left -94px no-repeat; padding: 0 0 6px 26px; }
	.col1-layout .col-main h1 span.right-cap { background: url(../images/banner_cap_right.jpg) right -94px no-repeat; padding: 0 26px 6px 0; }
	
	.col1-layout .col-main .title-buttons h1 { clear: left; }
	
	.col1-layout .col-1 h1 span { background: url(../images/banner_cap_left.jpg) left -135px no-repeat; padding: 0 10px 6px 26px; }
	.col1-layout .col-2 h1 span { background: url(../images/banner_cap_right.jpg) right -135px no-repeat; padding: 0 26px 6px 10px; }
	
	/* H2 */
	
	
	.cms-home .col2-left-layout .cms_content h2 { 
		margin:0; height: 41px; display: block; clear: both;
		background: url(../images/banner_repeat_bg.jpg) left -200px repeat-x;
		font-size: 20px; color: #ffffff; line-height: 35px; font-weight: bold;
	}
	.cms-home .col2-right-layout .cms_content h2 { 
		margin:0; height: 41px; display: block; clear: both;
		background: url(../images/banner_repeat_bg.jpg) left -200px repeat-x;
		font-size: 20px; color: #ffffff; line-height: 35px; font-weight: bold;
	}
	
	.col-main h2 { 
		height: 41px; display: block; clear: both;
		background: url(../images/banner_repeat_bg.jpg) left -200px repeat-x;
		font-size: 20px; color: #ffffff; line-height: 35px; font-weight: bold;
	}
	.col-main h2 span { 
		height: 35px; display: block;
	}
	.col2-left-layout .col-main h2 span { background: url(../images/banner_cap_right.jpg) right -94px no-repeat; padding: 0 26px 6px 10px; }
	.col2-right-layout .col-main h2 span { background: url(../images/banner_cap_left.jpg) left -94px no-repeat; padding: 0 10px 6px 26px; }
	
	.col1-layout .col-main h2 span.left-cap  { background: url(../images/banner_cap_left.jpg) left -94px no-repeat; padding: 0 0 6px 26px; }
	.col1-layout .col-main h2 span.right-cap { background: url(../images/banner_cap_right.jpg) right -94px no-repeat; padding: 0 26px 6px 0; }
	
	.col1-layout .col-main .title-buttons h2 { clear: left; }
	
	.col1-layout .col-1 h2 span { background: url(../images/banner_cap_left.jpg) left -135px no-repeat; padding: 0 10px 6px 26px; }
	.col1-layout .col-2 h2 span { background: url(../images/banner_cap_right.jpg) right -135px no-repeat; padding: 0 26px 6px 10px; }
	
	/* H3 */
	
	.col-main h3 { 
		height: 41px; display: block; clear: both;
		background: url(../images/banner_repeat_bg.jpg) left -159px repeat-x;
		font-size: 20px; color: #ffffff; line-height: 35px; font-weight: normal;
	}
	.col-main h3 span { 
		height: 35px; display: block;
	}
	.col2-left-layout .col-main h3 span { background: url(../images/banner_cap_right.jpg) right -53px no-repeat; padding: 0 26px 6px 10px; }
	.col2-right-layout .col-main h3 span { background: url(../images/banner_cap_left.jpg) left -53px no-repeat; padding: 0 10px 6px 26px; }
	
	.col1-layout .col-main h3 span.left-cap  { background: url(../images/banner_cap_left.jpg) left -53px no-repeat; padding: 0 0 6px 26px; }
	.col1-layout .col-main h3 span.right-cap { background: url(../images/banner_cap_right.jpg) right -53px no-repeat; padding: 0 26px 6px 0; }
	
	.col1-layout .col-main .title-buttons h3 { clear: left; }
	
	.col-main .col2-set h3 { 
		background: url(../images/banner_repeat_bg.jpg) left -159px repeat-x; 
	}
	
	.col1-layout .col-1 h3 span { background: url(../images/banner_cap_left.jpg) left -53px no-repeat; padding: 0 10px 6px 26px; }
	.col1-layout .col-2 h3 span { background: url(../images/banner_cap_right.jpg) right -53px no-repeat; padding: 0 26px 6px 10px; }
	
/* 4.3.1 - Headings Collection starts -------------------------------------------*/
	
	
	/* Sidebar */
	
	.block .block-title { 
		height: 41px; display: block; clear: both;
		background: url(../images/banner_repeat_bg.jpg) left -159px repeat-x;
	}
	.block .block-title h2 { 
		height: 35px; display: block;
		font-size: 1.25em; color: #ffffff; line-height: 35px; font-weight: bold;
	}
	.col-left .block .block-title h2 { background: url(../images/banner_cap_left.jpg) left -53px no-repeat; padding: 0 10px 6px 26px; }
	.col-right .block .block-title h2 { background: url(../images/banner_cap_right.jpg) right -53px no-repeat; padding: 0 26px 6px 10px; }

	
	.block.block-cart .block-title               { background: url(../images/banner_repeat_bg.jpg) left -241px repeat-x; }
	.block.block-cart .block-title h2            { color: #000000; font-weight: normal; }
	.col-left .block.block-cart .block-title h2  { background: url(../images/banner_cap_left.jpg) left -135px no-repeat; }
	.col-right .block.block-cart .block-title h2 { background: url(../images/banner_cap_right.jpg) right -135px no-repeat; }

	.block.block-compare .block-title               { background: url(../images/banner_repeat_bg.jpg) left -241px repeat-x; }
	.block.block-compare .block-title h2            { color: #000000; font-weight: normal; }
	.col-left .block.block-compare .block-title h2  { background: url(../images/banner_cap_left.jpg) left -135px no-repeat; }
	.col-right .block.block-compare .block-title h2 { background: url(../images/banner_cap_right.jpg) right -135px no-repeat; }
	
	.block.block-recent .block-title               { background: url(../images/banner_repeat_bg.jpg) left -241px repeat-x; }
	.block.block-recent .block-title h2            { color: #000000; font-weight: normal; }
	.col-left .block.block-recent .block-title h2  { background: url(../images/banner_cap_left.jpg) left -135px no-repeat; }
	.col-right .block.block-recent .block-title h2 { background: url(../images/banner_cap_right.jpg) right -135px no-repeat; }



/* 4.3.1 - Headings Collection ends -------------------------------------------*/
	
	/* 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; }
	
	
	/* Buttons */
	button { 
		border:0; cursor:pointer; text-align:center; 
	}
	button span { 
		position:relative; display:block; white-space:nowrap; z-index: 100;
	}
	
	button.button { 
		padding:0 0 0 3px ; 
		background:url(../images/formbutton_left_static_wbg.png) left no-repeat; 
		font-size: 14px; font-weight: normal;
		-webkit-border-fit:lines;
	}
	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 { 
		padding:0 0 0 12px ;
		background:url(../images/largebutton_left_static.png) left no-repeat; 
		font-size: 14px; font-weight: normal;
		-webkit-border-fit:lines;
	}
	button.button span { 
		padding: 0 22px 0 12px; height:32px; margin: 0 0 0 -4px;
		background:url(../images/largebutton_right_static.png) right no-repeat;
		color:#fff; line-height: 32px;
	}
	button.button:link { background:url(../images/largebutton_left_active.png) left no-repeat; }
	button.button:link span{ background:url(../images/largebutton_right_active.png) right no-repeat; }
	button.button:hover { background:url(../images/largebutton_left_active.png) left no-repeat; }
	button.button:hover span { background:url(../images/largebutton_right_active.png) right no-repeat; }
	
	/* Checkout Buttons */
	.add-to-cart button.button, .actions button.button { 
		padding:0 0 0 12px ;
		background:url(../images/largebutton_left_static.png) left no-repeat; 
		font-size: 14px; font-weight: normal;
		-webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */
	}
	.add-to-cart button.button span, .actions button.button span { 
		padding: 0 22px 0 12px; height:32px; margin: 0 0 0 -4px;
		background:url(../images/largebutton_right_static.png) right no-repeat;
		color:#fff; line-height: 32px;
	}
	.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 {}
	
	button.subbutton { 
		padding:0 0 0 12px ;
		background:url(../images/subbutton_left_static.png) left no-repeat; 
		font-size: 14px; font-weight: normal;
		-webkit-border-fit:lines;
	}
	button.subbutton span { 
		padding: 0 22px 0 12px; height:32px; margin: 0 0 0 -4px;
		background:url(../images/subbutton_right_static.png) right no-repeat;
		color:#3E4B56; line-height: 32px;
	}
	button.subbutton:link { background:url(../images/subbutton_left_active.png) left no-repeat; }
	button.subbutton:link span{ background:url(../images/subbutton_right_active.png) right no-repeat; }
	button.subbutton:hover { background:url(../images/subbutton_left_active.png) left no-repeat; }
	button.subbutton:hover span { background:url(../images/subbutton_right_active.png) right no-repeat; }

	
	
	/* Input & Textarea */
	input.input-text { padding: 3px; }
	input.qty {  }
	input.input-text-wide { width: 532px; }
	
	.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; }
	.col2-set .col-1 .form-list { display: block; margin: 10px auto; padding: 0 0 0 26px; }
	.col2-set .col-2 .form-list { display: block; margin: 10px auto; padding: 0 26px 0 0; }
	
	.std .form-list { display: block; margin: 10px auto; list-style: none; padding: 0; background:  }
	.form-list li { margin:0 0 5px; padding: 5px; }
	.form-list label { font-weight: bold; display: inline-block;  min-width: 120px; padding: 0 10px; font-size: 12px; }
	.form-list .input-box { float:left; /*width:260px;*/ }
	.form-list input.input-text,
	.form-list textarea { width:280px; }
	.form-list select { width:286px; }
	.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; }
	
	.f-left { padding: 10px; font-style: italic; font-size: 12px; }
	
	.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:280px; }
	.group-select select { width:286px; }
	.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 .input-box select { width:256px; }
	
	.buttons-set { display: block; clear: both; border: 0; vertical-align: middle; }
	.col-1 .buttons-set { padding: 6px 5px 6px 26px; }
	.col-2 .buttons-set { padding: 6px 26px 6px 5px; }
	
	.buttons-set .back-link { float:left; padding: 10px; font-style: italic; font-size: 12px; }
	.buttons-set button.button, .buttons-set button.subbutton { float: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 { font-style: italic;  }
	.std p.required { padding: 0 10px; }
	/* 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 { display: block; overflow:hidden; clear: both; }
	
	.col2-left-layout .col-main .messages  { margin: 12px 26px 12px 12px; }
	.col2-right-layout .col-main .messages { margin: 12px 12px 12px 26px; }
	.col1-layout .col-main .messages       { margin: 12px 26px; }
	
	
	.messages li { margin: 6px 0; }
	.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: 5px 26px 10px 26px; font-size: 0.75em; }
	.breadcrumbs li { display:inline; }
	
	/* Page Heading */
	.page-title { padding:0 0 5px; margin:0 0 10px; }
	.title-buttons {  }
	.title-buttons h2,
	.title-buttons h3,
	.title-buttons h4,
	.title-buttons h5,
	.title-buttons h6 { }
	
/* 4.3.2 - Toolbar Starts -------------------------------------------*/
	
	/*Hacky Stuff*/
	
		.list-startpage.toolbar { border-bottom: 1px solid #ebf0f5; padding: 0 0 6px 0; }
		.list-endpage.toolbar { border-top: 1px solid #ebf0f5; padding: 6px 0 0 0; }
		
		.list-startpage .amount    { font-weight: bold; font-size: 12px; float: left; display: inline-block; vertical-align: middle; height: 22px; line-height: 18px; padding-right: 24px; }
		.list-startpage .limiter   { display: inline-block; vertical-align: middle; height: 22px;  }
		.list-startpage .pages     { display: none; }
		.list-startpage .view-mode { display: none; }
		.list-startpage .sort-by   { float: right; font-size: 12px; display: inline-block;  }
		.list-startpage .sorter    { height: 22px;  }
		
		.list-endpage .amount    { font-weight: bold; font-size: 12px; float: left; display: inline-block;  }
		.list-endpage .limiter   { display: none; }
		.list-endpage .pages     { float: right; font-size: 12px; }
		.list-endpage .view-mode { display: none; }
		.list-endpage .sort-by   { display: none; }
		
		.pager  { display: inline-block; vertical-align: middle; float: left; }
		.sorter { display: inline-block; vertical-align: middle; float: right; }
		
		.col1-layout .col-main .std .pager           { display: block; padding: 5px 0; margin: 5px 0; border: 1px solid #ebf0f5; border-left: 0; border-right: 0;  }
		.col1-layout .col-main .std .pager p.amount  { margin: 0; float: right;  }
		.col1-layout .col-main .std .pager .pages    { display: inline-block; float: left; }
	
	
	
	/*Hacky Stuff*/
	
	.col2-left-layout .col-main .toolbar  { margin: 6px 26px 6px 0; padding-left: 12px;!important }
	.col2-right-layout .col-main .toolbar { margin: 6px 0 6px 26px; padding-right: 12px;!important }
	.col1-layout .col-main .toolbar       { margin: 6px 26px; }
	
	.toolbar { 
		display: block; clear: both;
		color: #3E4B56; font-size: 14px; font-weight: normal; text-decoration:none; text-align: left;
	}
	.toolbar select { color: #3e4b56; border: 1px solid #b9c6d0; width: 105px; }
	.toolbar .limiter select { width: 60px; }
	.toolbar a { }
	.toolbar span { text-align: center; width: 60px; display: inline-block; }
	.toolbar span.current { width: auto; padding: 0 5px; }
		
	/* Pager */ 
	
	.pages          { padding: 0 0 0 10px; }
	.pages ol       { display:inline; }
	.pages li       { font-size: 12px; display:inline; padding: 0 1px; }
	.pages .current {}
	
	
	.pager .amount { float:left; }
	.pager .limiter { font-size: 12px; float:right; }
	.pager .pages { margin:0 135px; padding: 0 0 0 10px; }
	.pager p { font-size: 12px; }
	.pager .pages ol { display:inline; }
	.pager .pages li { font-size: 12px; display:inline; padding: 0 1px; }
	.pager .pages .current {}
	
	/* Sorter */ 
	.view-mode {  }
	.sort-by { float:right; }
	.toolbar .sort-by select { margin: 0 3px; }
	.link-feed {}
	
/* 4.3.2 - Toolbar Ends -------------------------------------------*/

	
	/* 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; margin: 0 0 12px 0; }
	.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:#00a2db; font-size:18px; font-weight:normal; padding: 2px 0; }
	.data-table th            { 
		height: 37px; padding:0 10px; white-space:nowrap;
		border: 0;
	}
	.data-table thead         {
		height: 41px;
		background: url(../images/banner_repeat_bg.jpg) left -241px repeat-x;
		font-size: 1em; color: #000000; line-height: 35px; font-weight: normal;  text-align: left;
	}
	.data-table thead .left-cap         {
		height: 35px; padding: 0 10px 6px 26px;
		background: url(../images/banner_cap_left.jpg) left -135px no-repeat;
	}
	.data-table thead .right-cap         {
		height: 35px; padding: 0 26px 6px 10px;
		background: url(../images/banner_cap_right.jpg) right -135px no-repeat;
	}
	.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;
	}
	.data-table td               { padding:5px;}
	.data-table tbody td.last    { padding: 5px 26px 5px 5px;  }
	.data-table tbody input.qty  { font-size: 1em; width: 22px; text-align: center; }
	.data-table tbody            { font-size: 0.75em; }
	.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; padding: 5px 5px 5px 26px; }
	.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 {  }
	dt.odd,
	dd.odd {}
	dt.even,
	dd.even { }
	
	/* Class: std - styles for admin-controlled content */
	div.std { clear: both; }
	.std,
	.std ul,
	.std ol,
	.std dl,
	.std p,
	.std address    { margin:0; padding:0; font-size: 12px; line-height: 16px; }
	.std blockquote { margin:0; padding:0; font-size: 16px; display: block; padding: 10px; font-style: italic; }
	.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 { }
	
/* Searchbar starts */
	.sidebar button, .sidebar input.input-text { margin: 0; }
	.sidebar input.input-text { margin: 5px 0 5px 26px; width: 160px; }
	.sidebar .form-search { padding: 0 0 10px 0; }
	.sidebar .form-search label { 
		height: 41px; display: block; clear: both;
		background: url(../images/banner_repeat_bg.jpg) left -200px repeat-x;
		font-size: 1.25em; color: #ffffff; line-height: 35px; font-weight: bold;
	}
	.sidebar .form-search label span { 
		height: 35px; padding: 0 10px 6px 26px; display: block;
		background: url(../images/banner_cap_left.jpg) left -94px no-repeat;
	}
	.sidebar .form-search .button { display: none; }
	.sidebar .form-search .search-autocomplete { z-index:999; }
	.sidebar .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
	.sidebar .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
	.sidebar .form-search .search-autocomplete li .amount {  font-weight:bold; }
	.sidebar .form-search .search-autocomplete li.selected {}
	.sidebar .form-language { text-align:center; }

/* Searchbar ends */
	
	.block { }
	
	.col-left .block .block-content  { padding: 6px 12px 12px 26px; }
	.col-right .block .block-content { padding: 6px 26px 12px 12px; }
	
	.block .actions {  }
	.block .actions a { float:right; }
	.col-right .block h3 { color:#ea068d; font-size:14px; margin: 0 0 6px 0; }
	.col-left .block h3  { color:#ea068d; font-size:14px; margin: 0 0 6px 26px; }
	
	.block-content li { font-size: 12px; padding: 3px 0; }
	
	
	/* 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; 
	}
	.currently-shopping-by { 
		padding: 10px; background: #FEE144; margin: 0 0 0 6px;
	}
	.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;
	}
	.block .block-content-left dt { 
		display: block; clear: both; padding: 5px 0 5px 26px;
		background:url(../images/shopping_option.png) 10px center no-repeat;
		font-size: 12px; font-weight: bold; 
	}
	.filter-by li { 
	padding:3px 0 3px 26px;
	font-size: 12px;
	}
	.filter-by li a { 
	padding:0 6px 0 0;
	}

	
	/* Decorations */
	.block-compare .even, .block-recent .even, .block-recently-compared .even, .block-poll .even {  }
	
	/* 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 .actions { padding: 6px 0; }
	.block-cart .sidecart_amounts {
	display: block; padding: 0 0 5px 0;
	text-align: left; 
	}
	.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%; padding: 6px 0 12px 0; }
	
	.mini-products-list li { font-size: 14px; color: #0083a9;  padding:6px 26px; position: relative; }
	.mini-products-list li.even { background: #d5dee6; }
	.mini-products-list .product-image { float:left; margin: 0 6px 0 0; }
	.mini-products-list .product-details { margin-left: 38px; }
	.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 { }
	.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 {  }
	.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 { }
	.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 { }
	.block-recently-compared li { 
	padding:5px 0 5px 15px;
	font-size: 14px;
	}
	
	/* Block: Viewed */
	.block-recent {  }
	.block-recent .block-content { }
	.block-recent li { }
	
	
	/* Block: Poll */
	.block-poll {}
	.block-poll .block-content { }
	.block-poll h3 { }
	.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 { position: relative; }
	
	/* 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 { 
	display: block; margin: 0 0 10px 0;
	}
	.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      { }
		.col-main ul.products-grid               { display: block; margin:0; padding: 12px 0 12px 6px; clear: both; }
		
		.products-grid-row                       { /*Not Used*/ }
		.products-grid .products-grid-row .odd   {}
		.products-grid .products-grid-row .even  { }
		.products-grid li { 
		padding: 0; display: block; width: 150px; float: left; margin: 0 3px 3px 0; position: relative;
		background: #FFFFFF url(../images/product_name_bg.jpg) center 130px no-repeat;
		text-align: left; line-height: 18px;
		}
		.products-grid li a.product-image { display: block; clear: both; background: #fff; padding: 0 0 10px 0; }
		.products-grid li img { display: block; margin: 0 auto; } 
		.products-grid li.last { margin: 0; }
		.products-grid li.empty { display: none; }
		.products-grid .product-name, .products-grid .product-name a { 
		color: #000000; font-weight: normal; display: block; padding: 12px 6px 6px 6px;
		background: ;
		font-size: 12px;
		}
		/*.products-grid li ul li { 
		padding: 0; width: auto; float: none;
		border: 0;
		}*/
		.products-grid .price {
		display: inline-block; padding: 3px; position: absolute; top: 110px; right: 6px;
		background: #fff;
		color: #ea018b; font-size: 16px; font-weight: normal;
		}
		.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: 150px; float: left; margin: 0 4px 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 -------------------------------------------*/

/*.featured-products .price-excluding-tax .label { display: none; }
.featured-products .price-including-tax .label { display: none; }
.category-products .price-excluding-tax .label { display: none; }
.category-products .price-including-tax .label { display: none; }*/

.products-grid .price-excluding-tax .label { display: none; }
.products-grid .price-including-tax .label { display: none; }

/* 6.2 - Product View -------------------------------------------*/
	
	.product-view {}
	
	.product-essential {}
	
	/* Product Images */
	.product-view .product-img-box { 
	float:left; width:360px; padding: 12px 12px 12px 26px;
	}
	.product-view .product-img-box .product-image { 
	}
	.product-view .product-img-box .product-image-zoom { 
	}
	
	/* Product Shop */
	.product-view .product-shop { 
	float:right; width: 370px; margin: 0; padding: 10px 12px;
	}
	.product-view .product-shop h4 { 
	font-size: 18px; color: #00a2db; display: block; padding: 10px 0 5px 0; clear: both;
	}
	.product-view .product-shop p { 
	margin: 0 0 5px 0;
	}
	.product-view .product-name h2 { font-size: 18px; }
	.product-view .short-description {
	display: block; padding: 10px 0; clear: both;
	}
	
	.product-shop .price-box .old-price  { font-size: 14px; font-style: italic; color: #666666; }
	
	/* Rating */
	.ratings { padding: 6px 0; clear: both; }
	.ratings .amount {}
	.ratings .rating-links { display: inline-block; float: left; padding: 0 0 0 12px;  }
	.ratings dt {}
	.ratings dd {}
	.rating-box { float: left; 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; color: #009900; }
	.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: #ebf0f5;
	color: #ea068d; 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 {
		display: inline-block; padding: 3px; position: absolute; top: 110px; left: 6px;
		background: #fff;
		font-size: 12px; font-weight: normal;
	}
	a.minimal-price-link .price { font-weight:normal; }
	
	/* Excluding tax */
	.price-excluding-tax { display:block; color: #000; font-size: 12px; }	
	.product-shop .price-excluding-tax { display: inline-block; float: right; margin: 18px 0 0 0; }

	
	.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; font-size: 16px; font-style: italic; }
	.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 {}
	
/*	.product-pricing { display: block; padding: 5px 20px; background: #D9E2EC; border: 5px solid #EBF0F5; border-left: 0; border-right: 0; }
*/	.product-pricing { display: block; padding: 5px 15px; background: #fee144; border: 5px solid #EBF0F5; }

	/* Matching remanufactured cartridge */
	.product-matching-reman { display: block; padding: 15px; background: #fee144; border: 0px solid #EBF0F5; margin: 20px 5px 30px 5px; clear: both;}
	.product-matching-reman img { float: left; margin-top: -3px; margin-left: -3px; margin-right: 12px; border: 0}

/* 6.2.1 - Add to Links + Add to Cart -------------------------------------------*/
		
		.add-to-box { 
		display: block; clear: both; padding: 0 20px 10px 20px; 
		background: #ebf0f5;
		}
		.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; font-size: 14px; }
		.add-to-links { float: left; padding: 10px 0; }
		.add-to-links li { float: left; font-size: 14px; }
		.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; margin: 2px 10px 0 0; height: 22px;
		text-align: center; vertical-align: middle;
		}
	
	
	/* 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      { display: block; clear: both; padding: 10px 0; }
	.product-collateral .std { display: block; clear: both; padding: 10px 12px 10px 26px; }
	.product-collateral .products-grid { display: block; clear: both; padding: 10px 12px 10px 26px; }
	
	/* 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; }
	.col-main .up-sell ul.products-grid  { display: block; margin:0; padding: 12px 0 12px 12px; clear: both; }

	
	/* 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; }
	
	.review-form         { padding: 6px 6px 12px 26px; }
	.review-form li      {  }
	.review-form label   { padding: 0 10px 0 0; min-width: 160px; }
	.review-form input.input-text { width: 220px; }
	.review-form textarea { width: 560px; height: 220px; }
	
	
/* 6.3 - Content Styles -------------------------------------------*/
	
	.product-name, .product-name a { 
	color: #000000; font-weight: normal; display: block; padding: 3px 0;
	font-size: 12px;
	}
	
	/* Product Tags */
	.tags-list    { margin: 12px 26px; }
	.tags-list li { display:inline; }
	
	/* Advanced Search */
	#advanced-search-list   { display: block; width: 420px; margin: 10px auto; }
	#advanced-search-list.group-select input.input-text { width:280px; }
	#advanced-search-list.group-select textarea         { width:280px; }
	#advanced-search-list.group-select select           { width:286px; }
	#advanced-search-list.group-select input.input-text.range,
	#advanced-search-list.group-select input.input-text.qty { width: 40px }

	.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; padding: 0 24px 0 12px; }
	.cart .title-buttons .checkout-types { padding: 1px 20px 0 0; }
	.cart .checkout-types li { display: block; clear: both; padding: 0 0 5px 0; }
	
	/* Shopping Cart Table */
	
	.cart-table { }
	.cart-table .item-msg   { font-size:10px; }
	.cart-table tfoot td   { border: 0; padding: 10px 24px 0 0; }
	
	.cart .col-1 .std { display: block; clear: both; padding: 10px 12px 10px 26px; }
	.cart .col-2 .std { display: block; clear: both; padding: 10px 26px 10px 12px; }
	
	.col1-layout .col-main .cart .col-1 p       { margin: 6px 0; line-height: 18px; }
	.col1-layout .col-main .cart .col-2 p       { margin: 6px 0; line-height: 18px; }
	
	
	/* 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     {  }
	
	.cart .totals h3 { text-align: right; }
	.col-main .totals h3 { background: url(../images/banner_repeat_bg.jpg) left -241px repeat-x; color: #000000; line-height: 35px; }
	.col-main .col-2.totals h3 span { background: url(../images/banner_cap_right.jpg) right -135px no-repeat; padding: 0 26px 6px 10px; }
	
	.cart .totals table       { 
		font-size: 18px; margin: 5px 24px 10px 0; border-collapse: collapse; float: right;
		border: 0;
	}
	.cart .totals table th,
	.cart .totals table td    { padding: 2px 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; }
	
	
	/* Cross Sell  */
	.crosssell { padding: 0 0 12px 0; }
	.col-main #cross-sell-list  { display: block; margin:0; padding: 12px 0 12px 24px; clear: both; }
	
	#cross-sell-list li { 
	padding: 0; display: block; width: 150px; float: left; margin: 0 3px 3px 0; position: relative;
	background: #FFFFFF url(../images/product_name_bg.jpg) center 130px no-repeat;
	text-align: left; line-height: 18px;
	}
	#cross-sell-list li a.product-image { display: block; clear: both; background: #fff; padding: 0 0 10px 0; }
	#cross-sell-list li img { display: block; margin: 0 auto; } 
	#cross-sell-list li.last { margin: 0; }
	#cross-sell-list li.empty { display: none; }
	#cross-sell-list .product-name, #cross-sell-list .product-name a { 
	color: #000000; font-weight: normal; display: block; padding: 12px 6px 6px 6px;
	background: ;
	font-size: 12px;
	}
	#cross-sell-list .price {
	display: inline-block; padding: 3px; position: absolute; top: 110px; right: 6px;
	background: #fff;
	color: #ea018b; font-size: 16px; font-weight: normal;
	}
	#cross-sell-list .price-box .old-price { display: none; }
	#cross-sell-list .add-to-links { float: none; padding: 0; display: none; }
	#cross-sell-list li { width: 150px; float: left; margin: 0 4px 0 0; }
	#cross-sell-list li.last { margin: 0; }
	#cross-sell-list p { margin: 0; }
	
	#cross-sell-list .price-excluding-tax .label { display: none; }
	#cross-sell-list .price-including-tax .label { display: none; }

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


/* 7.1 - One Page -------------------------------------------*/
	
	.opc { position:relative; border-collapse: collapse; }
	.opc li.section {  }
	
	.opc .step-title { 
		height: 41px; display: block; clear: both;
		background: url(../images/banner_repeat_bg.jpg) left -241px repeat-x;
		font-size: 1.25em; color: #ffffff; line-height: 35px; font-weight: normal;
	}
	.opc .step-title .number { float:right; line-height: 35px; color: #000000; background: url(../images/banner_cap_right.jpg) right -135px no-repeat; padding: 0 26px 6px 0; }
	.opc .step-title h3 { color: #000000; background: url(../images/banner_cap_left.jpg) left -135px no-repeat; padding: 0 0 6px 26px; display: inline-block; height: 35px; }
	.opc .allow .step-title { cursor:pointer; }
	.opc .active {}
	.opc .active .step-title { 
		height: 41px; display: block; clear: both;
		background: url(../images/banner_repeat_bg.jpg) left -159px repeat-x;
		font-size: 1.25em; color: #ffffff; line-height: 35px; font-weight: normal;
	}
	/*.opc .active .step-title .number { float:right; line-height: 35px; margin: 0 20px 0 0; color: #ffffff; }*/
	.opc .active .step-title .number { float:right; line-height: 35px; color: #ffffff; background: url(../images/banner_cap_right.jpg) right -53px no-repeat; padding: 0 26px 6px 0; }
	.opc .active .step-title h3 { color: #ffffff;  background: url(../images/banner_cap_left.jpg) left -53px no-repeat; padding: 0 0 6px 26px; display: inline-block; height: 35px; }
	
	.opc .step { display: block; clear: both; padding: 5px 12px 5px 26px; position:relative; }
	.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; }
	
	
	.opc .section input.input-text { width: 230px; }
	.opc .section .input-box select { width: 236px; }
	
	
/* 7.1.1 - One Page Additional Styles -------------------------------------------*/
	
	ul.reasons-to-register    { margin: 0 0 0 6px;  }
	ul.reasons-to-register li { font-size: 12px; padding: 6px 0 6px 22px; background: url(../images/success_msg_icon.gif) left center no-repeat;  }
	
	
/* 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 .col-1 .std { display: block; clear: both; padding: 10px 12px 10px 26px; }
	.account-login .col-2 .std { display: block; clear: both; padding: 10px 26px 10px 12px; }
	.account-login .new-users { }
	.account-login .registered-users { }
	.account-create {  }
	.account-create .std { display: block; padding: 10px 26px; }
	
	.col-main .account-create h3 { 
		color: #000000; background: url(../images/banner_repeat_bg.jpg) left -241px repeat-x;
	}
	.col1-layout .col-main .account-create h3 span.left-cap  { background: url(../images/banner_cap_left.jpg) left -135px no-repeat; padding: 0 0 6px 26px; }
	.col1-layout .col-main .account-create h3 span.right-cap { background: url(../images/banner_cap_right.jpg) right -135px no-repeat; padding: 0 26px 6px 0; }

	
/* 8.2 - My Account -------------------------------------------*/
	
	/********** < Dashboard */
	.dashboard {}
	.dashboard .welcome-msg {}
	.dashboard h3 {  }
	.dashboard p { }
	
	.dashboard em { display: inline-block; width: 80px; }
	
		.manage-addreses-link { float: right; font-size: 14px; font-weight: normal; padding: 0 0 0 22px; background: url(../images/icons/add.png) left center no-repeat; }
		.header-link          { float: right; font-size: 14px; font-weight: normal; }
		
		.col-main .edit-link    { display: block; margin: 0; padding: 6px 0 6px 22px; background: url(../images/icons/table_edit.png) left center no-repeat; }
		.col-main .pass-link    { display: block; margin: 0; padding: 6px 0 6px 22px;  background: url(../images/icons/lock_edit.png) left center no-repeat; }
		.col-main .delete-link  { display: block; margin: 0; padding: 6px 0 6px 22px;  background: url(../images/icons/bin_empty.png) left center no-repeat; }
		.col-main .email-friend-link  { display: block; margin: 0; padding: 6px 0 6px 22px;  background: url(../images/icons/email.png) left center no-repeat; }
		.col-main .review-link  { display: block; margin: 0; padding: 6px 0 6px 22px;  background: url(../images/icons/star.png) left center no-repeat; }
	
	
	.col2-left-layout .col-main fieldset .std  { padding: 12px 26px 12px 12px; }
	.col2-right-layout .col-main fieldset .std { padding: 12px 12px 12px 26px; }
	.col1-layout .col-main fieldset .std       { padding: 12px 26px; }
	
	/* COL 2 SETS */
	.dashboard .col2-set              { padding: 10px 26px 10px 12px; } 
	.customer-address-index .col2-set { padding: 10px 26px 10px 12px; } 
	
	
	/* 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
------------------------------------------------------------*/
	
	.secure-shopping { 
	display: block; height: 44px; width: 350px; position: absolute; right: 20px; top: 1px;
	background:url(../images/secure_shopping.jpg) left top no-repeat;
	text-indent: -9999px; overflow: hidden;
	}
	
	.footer { 
	clear: both; display: block; position: relative; 
	background: url(../images/footer_bg.jpg) center top repeat-y;
	font-size: 12px;
	}
	.footer_cap_top { background:url(../images/footer_top.jpg) center top no-repeat; padding: 18px 0 0 0; }
	.footer_cap_bottom { background:url(../images/footer_bottom.jpg) center bottom no-repeat; padding: 0 26px 35px 26px; }
	
	.footer .site_credits { display: block; clear: both; padding: 20px 0 10px 0; }
	.footer p          { font-size: 12px; }
	
	.footer .footer_nav_list { display: block; float: right; width: 130px; padding: 5px 12px; }
	.footer .footer_nav_list.shop_secure { float: left; width: 175px; padding: 5px 12px 5px 0; }
	
	.footer h5         { color: #000000; font-weight: bold; margin:0 0 5px 0; }
	.footer address    { text-align:left; margin: 0 0 10px 20px; color: #000000;  }
	.footer ul         { margin: 0; color: #5e5e62; }
	.footer a          { color: #5e5e62; text-decoration: none; }
	.footer a:hover    { color: #000000; text-decoration: underline; }
	
	.corner_of_trust   { display: inline; position: absolute; bottom: 26px; right: 4px; }
	

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

	.lightbox-enlarge, .noimage { display: block; 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;	
	}

/* 10.0 - collect2save Styles
------------------------------------------------------------*/
	
.collect2save_reg_form {
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	width: 500px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.collect2save_reg_form .name {
	padding: 2px;
	height: 20px;
	font-size:12px;
	overflow:hidden;
	width:200px;
	text-align: right;
	float: left;
	font-weight:bold;
}
.collect2save_reg_form .field {
	padding: 2px;
	height: 20px;
	font-size:12px;
	overflow:hidden;

}

.collect2save_reg_form input {
	padding: 2px;
	height: 14px;
	font-size:12px;
	overflow:hidden;
	border: 1px solid #CCCCCC;
	width: 250px;
}	

.collect2save_reg_form textarea {
	padding: 2px;
	height: 70px;
	font-size:12px;
	border: 1px solid #CCCCCC;
	width: 250px;
}	

