/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

* { margin:0; padding:0; }

body          { background: #1f282f; font:12px/1.5 Arial, Helvetica, sans-serif; color:#000; text-align:center; }

img           { border:0; vertical-align:top; }

a             {color: #cf3231;}
a:hover       {}
:focus        { outline: 0; }

/* Headings */
h1            { font-size:20px; font-weight:normal; line-height:1.3; }
h2            { font-size:18px; font-weight:normal; line-height:1.34; }
h3            { font-size:16px; font-weight:bold; line-height:1.375; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
address       { font-style:normal; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before, 
q:after       { content:''; }
small,big     { font-size:1em; }
sup           { font-size:1em; vertical-align:top; }

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.last		  { border: none !important;}
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
.clear	{clear:both;}
.clearLeft	{clear:left;}
.border-radius	{-moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px;}
	.border-radius-top	{-moz-border-radius: 7px 7px 0 0; -webkit-border-radius: 7px 7px 0 0; border-radius: 7px 7px 0 0;}
	.border-radius-bottom	{-moz-border-radius: 0 0 7px 7px; -webkit-border-radius: 0 0 7px 7px; border-radius: 0 0 7px 7px;}
.border-radius-5	{-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;}
.clearfix:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.clearfix {display: block;}
html[xmlns] .clearfix {	display: block;}
* html .clearfix {height: 1%;}


/* Layout ================================================================================= */
.wrapper { -moz-border-radius:10px; -webkit-border-radius: 10px; border-radius: 10px; background:#FFF; margin: 20px auto; padding:10px; text-align:left; width:980px; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { background: #fff; padding:20px; text-align:left; }
.main { margin:10px 0; }

/* Base Columns */ 
.col-left { float:left; margin-right:25px; width:250px; }
.col-main { float:left; width:705px; }
.col-right { float:right; width:155px; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {}
.catalogsearch-term-popular .col-main	{line-height:25px; min-height:325px;}

/* 3 Columns Layout */
.col3-layout .col-main { margin:0 20px 0 0; width:530px;}

/* 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%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#fff; border:1px solid #ddd; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option {}
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { overflow:visible; width:auto; border:0; background: #111; color: #eee; font-weight: bold; float: left; padding: 3px; cursor:pointer;}
button.button span {  }
button.disabled {}
button.disabled span {}
/* Input & Textarea stretched for 100% */
.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 {outline:1px solid #cf3231; }
.highlight {}

/* Form lists */
.form-list li { margin:0 0 5px; }
.form-list label { font-weight:bold; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:250px; }
.form-list select { width:256px; }
.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; }

.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 { border-top:1px solid #999; clear:both; padding:10px 0 0; }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }

.buttons-set2 { clear:both; margin:5px 0 0; padding:5px; border:1px solid #ddd; 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 { font-size:10px; text-align:right; }
/* 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:10px !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 { margin:0 0 10px; }
.breadcrumbs li { display:inline; }
	.breadcrumbs a	{color:#2290cd;}

/* Page Heading */
.page-title { border-bottom:1px solid #ddd; padding:0 0 5px; margin:0 0 10px; }
.title-buttons { text-align:right; }
	.title-buttons .button	{float: none;}
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

/* Pager */ 
.pager {background:url("../images/pager_bg.gif") repeat-x scroll 0 0 #FFFFFF; font-size:12px; height:23px; margin:5px 0; padding:0 5px 0; text-align:center; width:98%;}
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .pages { margin:0 135px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages .current {}

/* Sorter */ 
.sorter {background:url("../images/pager_bg.gif") repeat-x scroll 0 0 #FFFFFF; font-size:12px; height:23px; margin:5px 0; padding:0 5px 0; text-align:center; width:98%; }
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }
.sorter .link-feed {}

/* Data Table */ 
.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 */
/* Class: std - styles for admin-controlled content 
.std,
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; 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; }
*/
.std h3 	{margin: 10px 0 0;}
.std p	{margin: 0 0 10px;}
.std h2	{margin: 0 0 5px;}

/* 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; }
/* ======================================================================================= */


/* Header ================================================================================ */
.header-container {width: 980px;}
#header_top { background: url(../images/header/top-header-bg.jpg) repeat-x #d5dae0; height: auto; margin: 0; padding: 10px 10px 7px; width:960px;}
	#logo {float:left; overflow:hidden; display:block; width:295px; height:68px; }
	#header-contact	{ color:#555; font-size:11px; text-align:right; width:25%; }
		#header-contact span	{ color: #cd3d3c; }
		#headerSocialMedia	{clear:both;}
			#headerSocialMedia li	{float:right; padding:2px 0 0 2px;}
	#header_top .welcome-msg { font-weight:bold; text-align:right; }
	#header_top .links { float:right; }
		.links li	{float: left; margin:0 0 0 10px;}
	#header_top #form-search { text-align:center; }
	.search-autocomplete { z-index:999; }
	.search-autocomplete ul { border:1px solid #ddd; background:#fff; }
	.search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
	.search-autocomplete li .amount { float:right; font-weight:bold; }
	.search-autocomplete li.selected {}
	#header_top .form-language { text-align:center; }
#header_bottom	{width:980px;}
	#nav-cartHeader	{ background: url(../images/nav-bg.jpg) repeat-x; height: 45px; margin:0 0 15px; width: 980px; }
		#header-cart	{background: url("../images/header/cart.gif") no-repeat scroll 0 -4px transparent; color:#EEE; font-size:11px; height:21px; margin:15px 0 0; padding: 0 0 0 30px; width:130px; }
			#header-cart-top	{}
				#header-cart-top a	{color: #eee;}
			.head	{cursor: pointer;}
			#cart-content	{background: #1F2831; position:relative; z-index:100;}
				#header-cart-subtotal	{border-bottom: 1px solid; margin: 0 0 5px; text-align: center;}
				#cart-content ol	{padding:5px; width:auto;}
					#cart-content ol .item	{clear: both; width: 121px;}					
						#cart-content ol .item .product-image	{float:left; margin:0 2px 0 0;}
						#cart-content ol .item .product-details	{float:right; width:74px;}
							#cart-content ol .item .product-details h4 	{font-size:10px;  font-weight:normal; line-height:11px;}
							#cart-content ol .item .product-details h4 a	{color:#EEE; text-decoration:none;}
							#cart-content ol .item .product-details .price	{float:right; width:55px;}
				#center-buttons	{clear:both; padding:2px; width:96%;}
					.form-button-header, .form-button-alt-header	{text-decoration: underline; cursor: pointer; color: #cf3231;}
					.form-button-alt-header	{float: right;}
	/*header-search*/
	#search-mini-form-header	{margin:11px 0 0;}
		#form-search-header	{}
			#form-search-header .header-search-button	{background: #cf2321; color: #eee; border:medium none; font-weight: bold; padding: 3px;}
	
	/*left-col-search*/
	#search_mini_form	{background: #cf2321; font-size:11px; padding:6px 12px; margin-right: 25px; width: 225px;}
	.header-search-label	{color:#EEE; font-weight:bold; margin-right:5px; vertical-align: middle;}
		.header-search-input	{height:auto; width:135px;}
		.header-search-button	{color: #eee; background: #161616; border:medium none; font-weight: bold; padding: 3px;}
	
	.header-top-ads1	{height:87px; margin:0 8px 0 0; width:298px;}
	.header-top-ads2	{height:87px; width:396px;}
	
/********** < Top Navigation */
#nav { font-size:12px; height: 100%; margin: 0 75px 0 0; font-weight: bold; text-transform:uppercase; }
	#nav li { border-right: 1px solid #888; float:left; height:45px; text-align:left; position:relative; }
	#nav li a { display:block; text-decoration:none; color:#fff; float:left; height:17px; padding:14px 15px; }
		#nav li a:hover { background: #cf2321; text-decoration:none; }
		.top-nav-home:hover	{-moz-border-radius: 0 0 0 7px; -webkit-border-radius: 0 0 0 7px; border-radius: 0 0 0 7px;}
/********** Top Navigation > */

/********** < Left Navigation */
.left-nav-container	{margin: -60px 0 0;}
	#left-nav {background: #F5F5F5; float:left; font-size:11px; height:auto; margin:0 0 20px; text-transform:uppercase; width:100%;}
	#left-nav .sidebar-title	{border-top:10px solid #FFF; clear:both; width:230px;}

/* All Levels */
#left-nav li {clear: both; height:36px; float: left; width: 250px;}
	#left-nav li:hover {background: #46545f; position:relative;}
	#left-nav li.over {z-index:999;}
	#left-nav li.parent {width: 100%; }
	
#left-nav li a {background:url("../images/arrow.png") no-repeat scroll 5px 13px; border-bottom:1px solid #CCC; color:#46545F; display:block; float:left; height:25px; padding:10px 0 1px 20px; text-decoration:none; width:230px;}
	#left-nav li a:hover { border-bottom: #46545f; color:#ddd;  text-decoration:none; }
	#left-nav li a span { display:block; white-space:nowrap; cursor:pointer; }
	#left-nav li.active	{background: #46545f;}
	#left-nav li.over a, #left-nav li.active a { color:#eee; font-weight: bold;}


/* 2nd Level */
#left-nav li ul {position:absolute; width:240px; top:25px; left:-10000px; background:#222; z-index: 999px;}
	#left-nav li ul a span { white-space:normal; }
	#left-nav li ul li { background: #46545f; border-bottom: 1px solid #ccc; float:left; text-align: left; width: 100%; }
		#left-nav li ul li:hover 	{background: #6d7780; }
	#left-nav li ul li.last { border-bottom:0; }
		#left-nav li ul li a {background: none; border: none; color:#46545f; float:none; height:25px; margin: 0; width: 220px;}
			#left-nav li ul li a:hover {border: none; background: #6d7780; color:#eee !important; }
				#left-nav li ul li.active > a, #left-nav li ul li.over > a  { font-weight:bold; color:#eee !important; }

/*3rd Level*/
#left-nav li ul li ul { }
	#left-nav li ul li ul a span {  }
	#left-nav li ul li ul li{ }
		#left-nav li ul li ul li:hover 	{ }
	#left-nav li ul li ul li.last { }
		#left-nav li ul li ul li a {}
			#left-nav li ul li ul li a:hover { }
				#left-nav li ul li ul li.active > a, #left-nav li ul li ul li.over > a  {  }

/* Show Menu */
#left-nav li.over > ul {top:0; left:250px; }
#left-nav li.over > ul li.over > ul { left:240px; }
#left-nav li.over ul ul { left:-10000px; }

/* ======================================================================================= */

/* Front Page ======================================================================================= */
#slideshow {height:285px; overflow:hidden; width:703px}
#slideNav	{-moz-border-radius:0 0 5px 5px; background:#1F282F; margin:0 0 10px; padding:10px; width: 97%;}
	#slideNav li	{float:left; margin:0 10px 0 0;}
		#front-page-ads	{height:154px; margin:0 0 10px; width:100%;}
			.front-page-ad	{float: left; height:155px; margin-right: 7px; width:230px;}
			.front-page-1	{}
			.front-page-2	{}
				.subscribe-title	{color: #eee; text-align: center; padding: 0; font-size: 17px;}
				.subscribe-block-content	{background: #fff; border: 1px solid #bbb; border-top: none; min-height:119px; padding: 8px 0 0 9px; position: relative; width:219px;}
					.subscribe-block-content p      {font-weight:bold; line-height:17px; margin:0;}
					.subscribe-enter        {margin:0 0 5px !important;}
					.subscribe-block-content label  {font-weight:bold; line-height:18px; text-align:left;}
						.subscribe-block-content span   {font: 23px/29px Tahoma bold; text-transform:uppercase;}
					.subscribe-block-content .input-box     {float: left; width: auto;}
						.subscribe-block-content .input-box input       {border: 1px solid #555; padding: 2px; width:160px;}
					.subscribe-block-content .button        {background: #111; color: #eee; font-weight: bold; float: left; padding: 3px;} 
					#formHidden     {clear: both; float: left; padding: 0 0 8px;}
						#formHidden ul  {margin: 5px 0 0; width: 210px;}
							#formHidden input       {margin: 5px 0 0;}
							#formHidden ul li input {clear:both; float: left; margin: 0 5px 0 0;}
							#formHidden ul li label {clear:right; display:block;float:right;width:90%;}

/* GWO Subscribe v.1 */
	#newsletterSubscribe1 .subscribe-block-content	{background: #fff url("../images/front_page/subscribe.jpg") no-repeat scroll 171px 10px;}
		#newsletterSubscribe1 .subscribe-title	{background: #cf2321;}
					
/* GWO Subscribe v.2 */
	#newsletterSubscribe2 .subscribe-title	{background-color: #3D6611;}
		#newsletterSubscribe2 .subscribe-block-content	{background: #fff url("../images/front_page/subscribe2.jpg") no-repeat 0 -15px;}
		#newsletterSubscribe2 .subscribe-block-content p      {font-size:20px; font-weight:normal; line-height:28px;}
		.marginTopFive	{margin-top: 5px !important;}
		#newsletterSubscribe2 .subscribe-block-content .input-box     {margin: 25px 0 0;}
		#newsletterSubscribe2 .subscribe-block-content .button        {background: #3D6611; color: #fff; font-weight: bold; float: left; margin: 25px 0 0; padding: 3px;}

/* GWO Subscribe v.3 */
	#newsletterSubscribe3 .subscribe-title	{background: #cf2321; text-align: left; padding: 0 10px;}
	#newsletterSubscribe3 .subscribe-block-content	{background: #fff url("../images/front_page/subscribe3.jpg") no-repeat 120px 25px;}
		#newsletterSubscribe3 .subscribe-block-content p      {font-size:18px;font-weight:normal;line-height:22px;}
			#newsletterSubscribe3 .subscribe-block-content .input-box,
			#newsletterSubscribe3 .subscribe-block-content .button	{margin: 20px 0 0;}
			
/* GWO Subscribe v.4 */
	#newsletterSubscribe4 .subscribe-title	{background: #cf2321 url(../images/front_page/subscribe4.png) no-repeat 10px 4px;}
	#newsletterSubscribe4 .subscribe-block-content p {font-size:18px; font-weight:normal; margin: 7px 0 0;}
	#newsletterSubscribe4 .subscribe-block-content .input-box	{margin: 20px 0 0;}
		#newsletterSubscribe4 .subscribe-block-content .button	{margin: 20px 0 0; background: #cf2321;}

/*Checkout Subscribe */
.checkout-onepage-index #signupForm {padding: 0 0 0 5px;}
	.checkout-onepage-index .subscribe-enter        {font-weight:bold; margin:-10px 0 0 !important;}
		.checkout-onepage-index ul li input {margin-right:5px;}
		.checkout-onepage-index ul      {padding:0 0 5px;}
			
			.front-page-3	{}
		#featured-and-advertising	{height:auto; margin:0 0 10px; width:100%;}
			#featured-items	{float:left; height: auto; width:69%;}
				.featured-category-products	{height:auto; padding:0 15px 0 0; width:472px;}
					#featured-products-list	{list-style:none outside none;}
						#featured-products-list	.item	{border-bottom:1px solid #777; height:auto; margin:0 0 10px; padding: 0 0 10px; width:100%;}
							.featured-product-image	{margin:0 10px 0 0;}
							.featured-product-shop	{font-size: 11px; width: 68%;}
								.featured-product-name	{font-size:20px; min-height: 50px; text-align:left; width: 100%;}
								.featured-product-name a	{color:#333; text-decoration:none;}
								.featured-product-shop .ratings	{float: left; margin-top:10px; min-height: 18px;}
								.featured-product-shop .ratings a	{color: #CD241F;}
									.featured-product-shop .ratings .amount	{float:left;}
								.featured-product-shop .price-box	{float:right; font-size:25px; text-align: right; width: 210px;}
									.featured-product-shop .price-label	{display:none;}
									.featured-product-shop .old-price	{color:#777; font-size:14px; text-align:right;}
										.featured-product-shop .old-price .price-label	{}
										.featured-product-shop .old-price .price	{}
									.featured-product-shop .special-price	{color:#CD241F; font-size:20px; text-align:right;}
										.featured-product-shop .special-price .price-label	{}
										.featured-product-shop .special-price .price	{}
								.featured-add-to-links	{clear: left; float:left; padding: 0 !important; margin-top: 15px;width:90px;}
									.featured-wishlist, .featured-compare	{border:medium none !important; list-style:none outside none;}
										.featured-wishlist a	{color: #333;}
										.featured-compare a		{color: cornflower;}
										.share-this	{list-style:none; margin:3px 0 0;}
								.featured-button	{background:#CF2321; border:medium none; color:#EEEEEE; cursor:pointer; float:right; height:25px; margin:21px 0 0; width:100px;}
								.featured-product-shop p	{margin:0;}
								
			#front-page-lower-ads	{float:right; width:31%;}
				.home-lower-ad	{margin: 0 0 5px 0;}
				#front-page-lower-ads ul li	{float: left; margin: 0 5px;}

/* Product Reviews Bottom*/
#customerReviews	{list-style: none; padding: 0; width: 100%;}
	.customerReviewsList	{border-bottom:1px dashed #AAA; float:left; margin:0 0 20px; padding:0 0 20px; position: relative; width:100%;}
		.reviewsLeft	{float:left; margin:0 15px 0 0; width: 25%;}
			.blog_thumbnail	{}
		.reviewsRight	{float:right; width:72%;}
			.latest-posts-title	{color:#333; font-size:15px; font-weight:bold; margin:0; padding:0; text-decoration:none;}
			.latest-posts-author	{font-size:11px; margin:0 !important;}
			.pubDate	{font-size:11px; font-style:italic;}
			.latest-posts-description	{}
			.read-more	{position: absolute; bottom: 0; right: 0;}
#customer-reviews h4 a {-moz-border-radius:3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-box-shadow:2px 1px 5px #333; -webkit-box-shadow: 2px 1px 5px #333; box-shadow: 2px 1px 5px #333; background: #CF3231; color:#EEE; font-weight:normal; margin:-6px -10px 0 0; padding:6px; text-decoration:none; text-shadow:0 1px 1px #444;}
#customer-reviews dl dd.clearfix        {position: relative;}
.reviewContent  {float:left; margin:0 5px 0 0; width:68%;}
.reviewContent .clearLeft       {margin: 0 0 5px;}
.reviewer       {bottom:6px; position:absolute; right:165px;}
.product-collateral #customer-reviews .data-table {display: block; width: 30%; min-height: 75px;}


.product-page-h4	{background:url("../images/h3-bg.jpg") repeat-x; color:#EEE; font-size:12px; margin: 0 0 20px; padding:3px 10px; text-transform:uppercase;}
				

.front-page-h3, .sidebar-title	{background:url("../images/h3-bg.jpg") repeat-x; color:#EEE; font-size:12px !important; font-weight:bold; margin: 0 0 20px; padding:3px 10px; text-transform:uppercase;}
	.sidebar-title	{clear: both; margin: 0;}
	.right-sidebar-title, .cart-sidebar {background:url("../images/h3-bg.jpg") repeat-x; color:#EEE; margin: 0 0 5px; padding:3px 10px; text-transform:uppercase;}
		.right-sidebar-title h4	{font-size: 12px;}
	.cart-sidebar	{padding:3px 0;}
			.cart-sidebar h4	{background:url("../images/header/cart.gif") no-repeat scroll 1px -3px; padding:0 0 0 30px;}

/* ======================================================================================= */

/* Sidebar =============================================================================== */
.block { background: #f5f5f5; margin:0 0 10px; }
.block .block-title,
.step-title	{ background:url("../images/h3-bg.jpg") repeat-x !important; color:#EEE; font-size:12px !important; margin: 0 0 5px; padding:3px 10px; text-transform:uppercase; }
	.block .block-title h2, .step-title h3, .number	{font-size: 12px; font-weight: bold; }
.block .block-title h4 { font-size:12px;}
.block h3 { font-size:14px; line-height:1.5; }
.block .block-content { padding:0 5px 5px; }
.block .actions {clear:both; text-align:right; }
.block .actions a { float:left; }

/* Block: Account */
.block-account {}

/* 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 {clear: both;}
.block-cart .amount {font-size: 11px;margin:0 0 5px; text-align:center;}
.block-cart .subtotal {width: 100%;}
	.block-cart .subtotal .label {float: left; }
	.block-cart .subtotal .price	{float:right; font-weight: bold; }
	.block-cart .actions .button	{margin: 5px 0; float: right;}
.block-cart .block-content h3	{background:url("../images/h3-bg.jpg") repeat-x scroll 0 0 transparent; color:#EEE; font-size:12px; margin:0 0 5px; padding:3px 10px;text-transform:uppercase;}
.block-cart .item { background: #fff; margin: 0 0 5px; padding: 5px; }
.block-cart .item .product-image {clear:both; display:block; float:left; height:45px; text-align:center; width:45px; }
.block-cart .item .product-details {float:right; font-size: 11px; width:60%; }
	.block-cart .item .product-details h4	{line-height: 12px;}
	.block-cart .item .product-details h4 a	{color: #333; font-size: 11px; text-decoration: none;}
	.block-cart .item .product-details .wishlist	{color: #333; font-size: 11px;}
	.block-cart .item .product-details .price-box	{color: #cf3231; font-weight: bold;}
	.block-cart .item .product-details .price-box .price-label	{display:none;}
	
/* Block: Wishlist */
.block-wishlist {}

/* Block: Related */
.block-related {}
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:right; }
.block-related .item { background: #fff; clear: both; margin: 0 0 5px; padding: 5px; }
.block-related .item .product-image { display:block; height:125px; text-align:center; width:125px; }
	.block-related .product-image img	{clear:both; }
.block-related .item .product-details { }
	.block-related .item .product-details .product-name	{line-height: 12px;}
	.block-related .item .product-details .product-name a	{color:#333333; font-size:11px; text-decoration:none;}
	.block-related .item .product-details .wishlist	{color: #333; font-size: 11px;}
	.block-related .item .product-details .price-box	{color: #cf3231; font-weight: bold;}
	.block-related .item .product-details .price-box .price-label	{display:none;}
#block-related	{background: #f5f5f5; margin:10px 0 0;}

/* Block: Compare Products */
.block-compare {clear: both;}
.block-compare li { border-bottom:1px solid #ccc; float:left; padding: 3px 0;width: 100%; }
	.block-compare li:hover	{background: #46545f;}
		.block-compare li span a {color:#46545F; float:left; font-size:11px;  margin-left:5px; text-decoration:none; width:125px;}
			.block-compare li span a:hover	{color: #eee;}
.block-compare .block-content .actions	{text-align:center;}
.block-compare button {margin: 5px 0px 5px 25px;}
	.block-compare .actions a	{float:none; font-size:11px;}

/* Block: Viewed */
.block-recent {clear: both;}
	#recently-viewed-items	{float:left; height:auto; width:100%;}
	.block-recent .block-content li 	{border-bottom:1px solid #ccc; float:left; width: 100%;}
		.block-recent .block-content li:hover	{background: #46545f;}
			.block-recent .block-content li a	{background:url("../images/arrow.png") no-repeat left center; color:#46545F; float:left; font-size:11px;  margin-left:5px; padding:5px 5px 5px 15px; text-decoration:none; width:125px;} 
				.block-recent .block-content li a:hover	{color: #eee;}

/* Block: Poll 
.block-poll {}
.block-poll input.radio { float:left; margin:3px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll .answer {}
.block-poll .votes { font-weight:bold; }
*/

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

/* Block: Subscribe */
.block-subscribe	{clear: both;}
.block-subscribe .block-title	{color:#EEE; margin: 0; padding:2px 15px;}
	 .block-subscribe .block-title h4	{font-size: 11px; text-transform: none;}
.block-subscribe .block-content	{border: 1px solid #bbb; border-top: none; padding:5px 0 5px 7px; width:146px;}
	.block-subscribe .block-content p	{font-weight:bold; line-height:17px; margin:0;}
	.block-subscribe .block-content label	{font-weight:bold; line-height:18px; text-align:left;}
		.block-subscribe .block-content .input-box 	{float: left; width: 110px;}
		.block-subscribe .block-content .input-box input	{border: 1px solid #555; padding: 2px; width:110px;}	
			.block-subscribe .block-content .button	{background: #111; color: #eee; font-weight: bold; float: left; padding: 3px;}
		.block-subscribe #formHidden ul	{width: auto;}
		.block-subscribe #formHidden input	{margin: 5px 5px 0 0;}
		.block-subscribe #formHidden label	{width: 85%;}
		
/* Block: Subscribe 2 */
#sidebarNewsletter2 .border-radius-top, #sidebarNewsletter2 button	{background: #3D6611;}
	#sidebarNewsletter2 h4, #sidebarNewsletter3 h4, #sidebarNewsletter4 h4	{color:#eee; font-weight:normal; text-align:center;}

/* Block: Subscribe 3 */
#sidebarNewsletter3 .border-radius-top	{background: #cf2321;}

/* Block: Subscribe 4 */
#sidebarNewsletter4 .border-radius-top	{background: #cf2321 url(../images/front_page/subscribe4.png) no-repeat 6px 2px;}
	#sidebarNewsletter4 h4	{text-align: right; padding-right: 8px;}
#sidebarNewsletter4 button	{background:#cf2321;}

/* 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 { background: #999; border-bottom:1px solid #CCC; color:#FFF; font-weight:bold; padding:2px; }
.block-progress dd	{color: #333; padding:2px 5px; }

/* Left_Col Images */
.left-col-ads	{text-align:center;}
.left-col-image	{margin: 10px 0;}

/* Right_Col Images */
.right-col-image	{margin-left: 5px;}
.right-ad-block	{background: none;}


/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border-bottom:1px solid #ddd; margin:0 0 10px; }
.category-image { display:block; margin:0 auto; }
.category-products {}

/* View Type: Grid */
.products-grid { width:100%; }
	.products-grid tr	{border-bottom: 1px solid #ddd;}
.products-grid tr.odd {}
.products-grid tr.even {}
.products-grid td { width:33%; border-right:1px solid #ddd; padding:10px; text-align: center;}
	.products-grid td .product-name	{font-size: 15px; margin: 0 0 5px; min-height: 67px;}
		.products-grid td .product-name a	{color:#203548;}
	.products-grid td .ratings	{min-height: 17px;}	
		.products-grid td .ratings .rating-box	{float:left; margin:2px 3px 0 40px;}
		.products-grid td .ratings .amount	{float:left;}
	.products-grid td .price-box	{float: left; margin: 0 0 5px;}
		.products-grid td .price-box .price-label	{display: none;}
			.products-grid td .price-box .old-price	{display: none;}
			.products-grid td .price-box .regular-price	{color:#222; float:none; font-size:18px;}
			.products-grid td .price-box .special-price	{color: green; font-size: 18px;}
				.products-grid td .price-box .special-price .price	{float: none;}
	.products-grid td .availability .out-of-stock	{float: none;}
	.products-grid td .button	{background:#cf2321; border:medium none; clear:both; cursor:pointer; float:none; height:25px; margin:10px 0 0; width:100px;}
	.products-grid td .add-to-links	{margin:10px 0 0;}
		
.products-grid td.empty {}

/* View Type: List */
.products-list li.item { border-bottom:1px solid #777; height:auto; margin:0 0 10px; padding: 0 0 10px; width:100%; }
	.products-list .product-image { float: left; margin:0 10px 0 0; }
	.products-list .product-shop { float: right; font-size: 11px; width: 71%; }
		.products-list .product-shop .product-name	{font-size:20px; height: 50px; text-align:left; width: 100%;}
		.products-list .product-shop .product-name a	{color:#333; text-decoration:none;}
		.products-list .product-shop .ratings	{float: left; min-height: 18px; margin-top:10px;}
		.products-list .product-shop .ratings a	{color: #CD241F;}
		.products-list .product-shop .availability .out-of-stock	{float: none;}
		.products-list .product-shop .price-box	{float:right; font-size:25px; text-align: right; width: 210px;}
			.products-list .product-shop .price-label	{display:none;}
			.products-list .product-shop .old-price	{color:#777; font-size:14px; text-align:right;}
				.products-list .product-shop .old-price .price-label	{}
				.products-list .product-shop .old-price .price	{}
			.products-list .product-shop .special-price	{color:#CD241F; font-size:20px; text-align:right;}
				.products-list .product-shop .special-price .price-label	{}
				.products-list .product-shop .special-price .price	{}
		.products-list .product-shop .add-to-links	{float:left; clear: left; margin-top: 22px; width: 200px;}
		.products-list .product-shop .category-short-desc	{}
			.products-list .product-shop .category-wishlist,
			.products-list .product-shop .category-compare	{}
				.products-list .product-shop .category-wishlist a	{color: #333;}
				.products-list .product-shop .category-compare a		{color: cornflower;}
		.products-list .product-shop .button	{background:#cf2321; border:medium none; cursor:pointer; display:block; float:right; height:25px; margin-top:28px; width:98px;}

/* ======================================================================================= */


/* Product View ========================================================================== */
.product-view {}

.product-essential {margin: 0 0 10px;}
.product-collateral {list-style: disc inside none;}

/* Product Images */
.product-view .product-img-box { float:left; height:auto; width:250px; }
.product-view .product-img-box .product-image { }
.product-view .product-img-box .product-image-zoom { position:relative; width:250px; height:250px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { font-size:11px; margin:0 0 7px; text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; 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:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.more-views	{min-height:90px; width: 500px;}
.more-views h4	{border-bottom:1px solid ; color: #aaa; font-size:12px; margin:0 0 10px; text-transform:uppercase;width:520px;}
.product-view .product-img-box .more-views ul { margin-left:-4px }
.product-view .product-img-box .more-views li { background-color:#DDD; float:left; height:48px; margin:0 0 8px 4px; overflow:hidden; padding:1px; width:48px;}

.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; font-size: 14px; width:250px; }
.product-view .product-name h2	{font-size: 25px; font-weight: bold; }
.product-view .short-description {clear:both; width:100%;}
	.short-description h4	{border-top:1px dotted; color:#AAAAAA; font-size:12px; margin:0 0 20px; padding:5px 0 0;}
		.disc, .instr	{list-style: disc inside none;}
/* Rating */
.product-essential .ratings {background: #F5F5F5; border:1px solid #E7E7E7; float: right; margin:10px 0 0; padding:10px 5px; text-align:right; width: 45%;}
	.product-shop .ratings {float: none; width: auto; }
.product-essential .rating-links {width: 68%; float: left; font-size: 11px;}
.rating-box { width:69px; height:13px; float:left; font-size:0; margin: 2px 5px 0 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; }
.product-rating {clear: both; margin: 0 0 10px; width:100%;}
.product-rating a       {color: #cf2321;}	

/* Availability */
.availability {clear: both; width: 100%;}
	.availability-title	{float: left;}
	.availability .in-stock { font-weight:bold; float: right; }
	.availability .out-of-stock {float: right; font-weight:bold; color:#f00; }

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box {width: 100%;}
	.price-box .price-label	{}
.price-box .price { font-weight:bold; }

.price-box-bundle {}

/* Regular price */
.regular-price {float: right;}
.regular-price .price {}

/* Old price */
.old-price {color:#666666;}
.old-price .price-label { float:left; white-space:nowrap; }
.old-price .price { float: right; font-weight:bold; margin: 0 0 0 5px; text-decoration:line-through; }

/* Special price */
.special-price {color: #cf2321;}
.special-price .price-label { clear:left; float:left; font-weight:bold; white-space:nowrap; }
.special-price .price { float: right; 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 {}

/* Add to Links */
.add-to-links .separator { display:none; }
.product-free-shipping	{clear:both; font-size:17px; font-weight:bold; padding:5px 0; text-align:center; text-transform:uppercase; width:100%;}
    .product-free-shipping span { font-size:13px; font-weight: normal; display: block; text-transform: none; margin: -5px 0 0; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; }
.add-to-cart .qty { border:1px solid; float:right; width:65px !important; }
.add-to-cart button.button {background:#cf2321; float:right; width:97px; height: 25px; -moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px;}

/* Add to Links + Add to Cart */
.product-essential .add-to-box {float: right;}
.product-shop .add-to-box	{float: none;}
.add-to-box .add-to-cart {width: 100%; float:left; }
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:right; margin:10px 0 0; text-align:right;}
	.add-to-links li a	{color: #337ECF;}

/* 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; }

/* Grouped Product */
.grouped-items {}

/* Block: Description */
.product-view .description {border-bottom:1px dotted #AAA; margin:0 0 10px;}
	.product-view .description h4, .up-sell h4, .product-rating-snippet h4, .longTailContent h4	{background:url("../images/h3-bg.jpg") repeat-x; color:#EEE; font-size:12px; margin: 0 0 10px; padding:3px 10px; text-transform:uppercase;}

/* Block: Additional */
.product-view .additional {}

/* Block: Upsell */
.product-view .up-sell {}
.product-view .up-sell .products-grid td { width:25%; }

/* Block: Tags */
.product-collateral .tags, .product-collateral .tags {background:url("../images/product/tag.jpg") no-repeat scroll 15px 5px; padding:0 0 0 65px;}
.product-view .tags h3	{}
.product-collateral .tags .form-add-tags label { float:left; }
.product-collateral .tags .form-add-tags .input-box { float:left; width:auto; }
.product-collateral .tags .form-add-tags input.input-text { width:374px; }
.product-collateral .tags .form-add-tags button.button { background: #111; color: #eee; font-weight: bold; float: left; padding: 3px; }
.product-collateral .tags p { clear: both; font-size: 11px; color: #777; }

/* Block: Reviews */
.product-view .reviews {}

/* Block: Add Review */
.product-view .add-review {}
.product-view .add-review .product-name span { font-weight:normal; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { font-size:1em; font-weight:bold; }

/* Product Tags */
.tags-list li { display:inline; }

/* Advanced Search */
.search-summary {}

/* CMS Home Page */
.cms-home .products-grid td { width:20%; }

/* Sitemap */
.sitemap {}
/* ======================================================================================= */

/* Compare Products */
#product_comparison .product-image	{display: block; text-align:center;}
	#product_comparison .product-name	{margin: 0 0 10px; text-align:center;}

/* Product Review ======================================================================== */
.review-product-list .product-rating	{border-bottom: 1px dotted #ccc; padding: 0 0 7px;}
.review-product-list .product-everythingelse	{border-bottom:1px dotted #ccc; margin:0 0 10px; padding:0 0 10px;}
#customer-reviews	{margin: 10px 0 0;}
	#customer-reviews h3	{border-bottom:1px solid; color: #999; font-size:20px;}
	#customer-reviews .pager	{}
	#customer-reviews dl	{margin:10px 0 10px 10px;}
		#customer-reviews dl div.clearfix	{border-bottom:1px dotted #999; margin:0 0 10px; padding:0 0 10px; position:relative;}
	#customer-reviews dl dt	{margin:0 0 5px; font-weight:bold; text-transform:capitalize;}
	#customer-reviews dl dd	{min-height:88px; width:100%;}
#review-form	{}
	#review-form .add-review	{margin:25px 0 0;}
		#review-form .add-review h3	{border-bottom:1px solid; color:#999; font-size:20px; margin:0 0 5px;}
		#review-form .product-name	{color:#888; font-size:13px; margin:0 0 5px;}
		#review-form .form-list	{}
			#review-form .form-list li	{color:#888;}
				#review-form .form-list li label	{}
				#review-form .form-list li input	{width:99%;}
				#review-form .form-list li textarea	{height: 150px; width: 99%;}
		#review-form .buttons-set	{border-top:1px solid #CCC; margin:30px 0 0; padding:10px 0 0;}
.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:370px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .checkout-types { float:right; text-align:right; }
	.cart .checkout-types li	{text-align: center; clear: both;}
		.cart .checkout-types li a	{color: #64a4d4;}
		.checkout-types li .button	{background: url(../images/checkout/checkout-button.jpg) no-repeat; display: block; text-indent: -99999px; height: 41px; width: 202px;}
#noItemsCart	{min-height: 300px; width:100%;}
.checkout-cart-index #headerFreeShipping	{margin-left:274px;}

/* Shopping Cart Table */
#shopping-cart-table	{background: #ecf5fc; margin:0 0 20px;}
	#shopping-cart-table thead	{background: #46545F; color:#EEE; font-weight:bold; text-transform:uppercase;}
	#shopping-cart-table tfoot	{background: #f5fafd;}
		#shopping-cart-table tfoot .continue	{float: left;}
		#shopping-cart-table tfoot .update	{float: right;}
	#shopping-cart-table tbody td	{border: 1px solid #bfc8cf;}
		#shopping-cart-table .product-name a	{font-size: 18px; color: #cf3231;}
.cart-table .item-msg { font-size:10px; }

/* Shopping Cart Collateral boxes */
.checkout-row	{clear: both; margin: 0 0 20px; width: 100%;}
.cart .cart-collaterals { float:left; width:725px; }
#checkout-row-1	{}
	.crosssell	{background: #f5f5f5; float: left; width: 100%;}
		.crosssell-subtitle	{color: #555; font-size: 11px; padding:5px;}
		.crosssell-list	{padding:0 10px 10px; float: left; min-height:107px; width: 705px;}
			.crosssell-list .item	{background: #fff; float: left; margin-right:5px; min-height: 95px; width:223px;}
				.crosssell-list .item .product-image	{float:left; margin: 10px; padding:7px 0; width: 75px;}			
				.crosssell-list .item .product-shop	{float:left; padding: 13px 0; width:120px;}
					.crosssell-list .item .product-shop .product-name	{font-size: 11px; line-height:12px;}
						.crosssell-list .item .product-shop .product-name a	{color: #333; text-decoration:none;}
					.crosssell-list .item .product-shop .price-box	{float:left;}
						.crosssell-list .item .product-shop .price-label	{display:none;}
						.crosssell-list .item .old-price	{display:none;}
						.crosssell-list .item .product-shop .regular-price	{float: none;}
						.crosssell-list .item .product-shop .price	{color: #cf3231; font-weight: bold;}
					.crosssell-list .item .product-shop .button	{margin: 5px 0 0;}
					.crosssell-list .item .product-shop .add-to-links	{float:left; padding:0; min-height: 15px; width:100px;}
					
	.row-2	{background: #232c33; padding:5px 10px;display:block; float:left; height:95px; margin:0 10px 0 0; width:215px;}
	.checkout-row-image	{color: #eee; font-size: 11px;}
		.checkout-row-image h5	{ font-size: 11px; margin: 0 0 10px;}
			.checkout-row-image p a	{color: #cf3231;}
		.checkout-block-content	{ width: 215px; height: auto; }
			.checkout-news	{background: url(../images/checkout/checkout-subscribe.jpg) no-repeat scroll 0px 5px; color:#EEE; font-size:23px; font-weight:bold;  text-align:right; text-transform:uppercase;}
			.checkout-subscribe-enter	{color:#EEE; font-size:11px; margin:10px 0 0;}
			.checkout-block-content .input-box	{margin: 7px 0 0;}
				.checkout-block-content input	{float:left; width: 173px;}
				.checkout-block-content .button	{background: #cf3231;}
	.discount	{margin:0;}
		.discount h5	{background:url("../images/checkout/discount.jpg") no-repeat scroll 0 5px; color:#EEEEEE; float:right; font-size:21px; text-align:right; text-transform:uppercase; width:100%;}
		#discount-coupon-form fieldset	{clear: both; padding:8px 0 0; width:215px;}
			#discount-coupon-form label	{color:#EEEEEE; font-size:11px;}
			#coupon_code	{float: left; width:120px; margin:7px 0 0;}
			#discount-coupon-form .button	{background: #cf3231; margin: 7px 0 0;}
			#checkout-row-2 #message	{color: #fff;}

#checkout-row-3	{background: #232c33; margin: 0;}
	.checkoutForm	{}
		.checkoutForm li	{display: none;}
		.checkoutForm .checkoutFormInput	{display: block;}
			.checkoutForm textarea	{height: 60px; width: 475px;}
			.checkoutForm .button	{background: #cf2321; float: right; margin: 0 18px 5px 0;}
	#checkout-row-3 .page-title	{border: none; color:#EEE; float:left; margin:20px 0 0; padding:0 0 0 10px; width:216px;}
		#checkout-row-3 h2	{font-size: 21px; font-weight: bold; line-height:25px; text-transform:uppercase;}
		#checkout-row-3 .page-title span	{font-size:11px; font-weight:bold;}


/* Shopping Cart Totals */
.cart .totals {background:#E5EAEE; border:2px solid #999; float:right; min-height:167px; padding:0 15px 0 0; width:226px;}
.cart .totals table { width:100%; }
	.cart .totals table tfoot tr	{font-size: 14px}
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; }
.checkout-free-shipping	{color: #cf3231; font: bold 30px/25px Helvetica,sans-serif; font-weight: bold; letter-spacing:-2px; margin:5px 0 10px; text-transform: uppercase; text-align: right;}

/* Shipping Estimator */
.cart .estimator {background:#E5EAEE; border:2px solid #999; float:right; margin: 20px 0 0; min-height:167px; padding:5px 5px 10px 10px; width:226px;}
.cart .estimator select,
.cart .estimator input.input-text { width: 200px; }

/* 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; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/* One Page */
.checkout-onepage-index .col-right	{width: 250px;}
	.checkout-onepage-index .sidebar	{margin: 0}
.opc { border-bottom:1px solid #ddd; position:relative; }
.opc li.section { border:1px solid #ddd; border-bottom:0; }
.opc .step-title { padding:0 5px; text-align:right; }
.opc .step-title .number {float:left; line-height:21px; margin-right:5px; }
.opc .step-title h3 { float:left; line-height: 21px; }
.opc .allow .step-title { cursor:pointer; }
.opc .active {min-height:413px;}
.opc .active .step-title { background:url("../images/h3-bg.jpg") repeat-x; cursor:default; }
.opc .step { border-top:1px solid #ddd; padding:10px; position:relative; }
.opc .step .tool-tip { right:10px; }
.opc .order-review {}

#checkout-step-login h4	{color: #cf3231; margin: 0 0 5px -5px;}
	#checkout-step-login .col-1, 
	#checkout-step-login .col-2	{margin-left: 5px;}

#opc-billing .group-select li	{margin: 0 0 10px;}

#checkout-step-shipping_method .sp-methods dt	{color: #cf3231;}
	#checkout-step-shipping_method .sp-methods dd	{margin-left: 5px;}

/* 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 dt { 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; }

/* 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 > */
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.customer-account-login	{}
	.customer-account-login	#search_mini_form,
	.customer-account-login .header-top-ads1,
	.customer-account-login .header-top-ads2	{display: none;}
	.customer-account-create #search_mini_form,
	.customer-account-create .header-top-ads1,
	.customer-account-create .header-top-ads2	{display: none;}

	.account-login, .account-create {margin:-15px 0 0;}
		.account-login .new-users {}
			.account-login .new-users h3, 
			.account-login .registered-users h3, 
			.account-create h3 {color:#CF3231; margin:0 0 5px;}
		.account-login .registered-users .form-list {margin: 5px 0 0 5px;}

		.account-create fieldset	{margin-bottom: 10px;}
		.account-create .group-select	{margin-left: 5px;}
/* Account Login/Create Pages ============================================================ */

	.customer-account-index .sidebar	{margin: -48px 0 0;}
	.sidebar .block-account	{}
	#account-nav {background: #F5F5F5; float:left; font-size:11px; height:auto; margin:0 0 10px; text-transform:uppercase; width:100%;}
		#account-nav li {clear: both; height:36px; float: left; width: 100%;}
		#account-nav li:hover {background: #46545f; position:relative;}
			#account-nav li a, #account-nav li span {background:url("../images/arrow.png") no-repeat scroll left center; border-bottom:1px solid #CCC;color:#46545F; display:block; float:left; height:25px; margin-left:10px; padding:10px 0 1px 10px; text-decoration:none; width:220px;}
				#account-nav li a:hover, #account-nav li span:hover { border-bottom: #46545f; color:#ddd;  text-decoration:none; }
				#account-nav li a span { display:block; white-space:nowrap; cursor:pointer; }
				#account-nav li.active	{background: #46545f;}

/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {margin-bottom:10px;}
	.welcome-msg h3 {font-size: 13px;}
	.dashboard-h3	{border-bottom:1px dashed #999; font-weight:normal; margin:15px 0 5px;}
	.dashboard .col2-set	{margin:0 0 15px;}
		.dashboard .col2-set .inner-head, 
		.inner-head-address,
		.contact-info-form h3,
		.address-info-form h3,
		.addressessess h4,
		.additional-addressess,
		.edit-account-info h3	{background: #DDD; height:20px; margin-bottom:8px; padding:2px 5px; width:97%;}


			.dashboard .col2-set .inner-head h4, .inner-head-address h4	{float: left;}
			.dashboard .col2-set .inner-head a, .inner-head-address a	{float: right;}
			.inner-head-address	{width: 99%;}
			.contact-info-form	{margin: 0 0 10px;}
		.contact-info-form ul, 
		.address-info-form ul, 
		.addressessess address,
		.edit-account-info ul	{margin:0 0 10px 5px;}

/* 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; }

/* ======================================================================================= */


/* Footer ================================================================================ */
#footer	{color:#EEE; height:auto; margin:0 0 30px; width:100%;}
	.footer { margin:0 auto; padding:10px; text-transform: uppercase; width:980px; }
		#site-info	{float: left; margin: 0 25px 0 0; width: 42%;}
			#site-info p	{font-size:10px; margin: 0 0 10px; text-align:left; }
			#site-info img	{float: left;}
		.footer-blocks	{float:left; margin-left: 24px; text-align:left; width: 17%;}
			.footer-blocks h5	{}
			.footer-categories	{}
			.footer-information	{width: 18%;}
			.footer-contact	{width: 13%;}
			.footer-blocks li a	{color: #777; font-size: 10px; text-decoration: none;}
				.footer-blocks li a:hover	{color: #ccc;}

/* ======================================================================================= */

/* YouTube =============================================================================== */
body.catalog-product-video, #playerControls	{background: #DEDEDE; }
#videoEmbed	{margin: 0 auto; width: 685px;}
#myytplayer	{border:5px solid #333; background:#555; padding:1px;}
#playerControls	{margin:-4px 0 0; height: 32px; position:relative; text-indent: -99999px;}
	a#playPause	{background:url(../images/youtube/youtubeControl.png) no-repeat; display:block; height:20px; margin:5px 0 0 8px; width:20px;}
		#playPause.playing	{}
		#playPause.paused	{}
		div#seek	{background: #a4a4a4; height:10px; position:relative; top:10px; left:7px; overflow: hidden;}
		span#loaded	{background: #bbb; height: 10px; left: 0; position: absolute; top:0;}
		span#indicator	{background: #212121; display:block; height:10px; left:0; position: absolute; top:0; width: 10px;}
	div#timeStamp	{font-size: 11px; margin:8px 8px 0 20px; text-indent:0; width: 52px;}

/* ======================================================================================= */

/***********Extra Styles****************/
.cms-winch-plate-wizard ul	{list-style: none;}

/************************************************/
/******************** Clears ********************/
/************************************************/
.clearer:after,
#header_top:after,
#nav:after,
.main:after,
.footer:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block-poll li:after,
.block-related li:after,
.block-related .item:after,
.block .actions:after,
.mini-products-list li:after,
.title-buttons:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.products-list li.item:after,
.product-view .product-img-box .more-views ul:after,
.product-view .tags .form-add-tags:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.opc .step-title:after,
.checkout-progress:after,
.field-100:after,
.group-select li:after,
.form-list li:after,
.buttons-set:after,
.buttons-set2:after,
.page-print .print-head:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }

.page-print .buttons-set { display:none; }


