/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-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.
 *
 * @copyright  Copyright (c) 2008 template-help.com
 */

/* Reset ================================================================================= */
* { margin:0; padding:0; }

select{margin-bottom:1px; height:20px;}
input{height:13px;}

.full-width{width:100%;}
.container{width:100%; overflow:hidden;}
.clear{clear:both;}
.ie-fix{width:100%; position:relative;}
.radio, checkbox{border:0; background:0;}
.page-indent{padding:0 17px 17px 26px;}
.pages-border{border:1px solid #CFE2ED; padding:17px;}

body          { background:#FDFDFD url(../images/body_bg.jpg) left top repeat-x fixed; font-family:Arial, Helvetica, sans-serif; font-size:0.6875em; line-height:1.63em; color:#818797; text-align:center; }

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

a             {color:#DB5403; text-decoration:underline;}
a:hover       {text-decoration:none;}
a:hover img   {position:relative;}
:focus        { outline: 0; }

/* Headings */
h1            { font-size:1em; font-weight:normal; line-height:1.3; }
h2            { font-size:1em; font-weight:normal; line-height:1.34; }
h3            { font-size:1em; font-weight:bold; line-height:normal; }
h4            { font-size:0.98em; font-weight:bold; }
h5            { font-size:0.98em; font-weight:bold; }
h6            { font-size:0.92em; 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; }
.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; }


/* Layout ================================================================================= */
.wrapper{ background:url(../images/site_wrapper_bg.jpg) center top no-repeat fixed; }
.site-wrapper{}
.page { width:970px; margin:0 auto; padding:0; text-align:left; }
.page-print { padding:20px; text-align:left; }
.page-print .print-head{padding-bottom:20px;}
.page-print .page-title{padding-left:0; padding-bottom:0;}
.page-print .col2-set{padding:5px 0;}
.page-print .col2-set .col-1,
.page-print .col2-set .col-2{padding:5px 0;}
.page-print h3{margin-bottom:10px;}
.page-popup { padding:20px; text-align:left; }
.page-popup .page-title{padding:0 0 10px;}
.page-popup .page-title h2{font-weight:bold;}
.page-popup .product-name{margin-bottom:10px;}
.page-popup button{margin-bottom:10px;}
.page-popup p.a-right,
.page-popup .nav{margin:10px 0;}
.main {}

.main-block{margin-bottom:13px;}
.main-block .corners-top{width:100%; overflow:hidden; background:url(../images/main_block_corners_left_top.png) left top no-repeat;}



/* Home Page Specific */

.cms-home .main-block,
.cms-home .main-block .content,
.cms-home .main-block .corners-top,
.cms-home .main-block .corners-top div,
.cms-home .main-block .corners-bot,
.cms-home .main-block .corners-bot div {
	background: none !important;
	border: none !important;
} 

.cms-home .products-list .product-shop {
	float: none;
	width: 100%;
}

.cms-home .std ul {
	list-style: inside none;
	margin: 0;
	padding: 0;
	clear: both;
}

.cms-home .products-grid {
	clear: both;
}

.cms-home .products-grid .item {
	border: 1px solid #bbd2e9;
	width: 213px;
	float: left;
	margin: 0 10px 0 0;
	background: #f3f6fb;
	padding: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.cms-home .products-grid .item:first-child,
.cms-home .products-grid .item:nth-child(5n+5) {
	margin-left: 0; 
}

.cms-home .item .inner {
	background: #fff;
	width: 213px;
	text-align: center;
	padding: 5px 0 10px;
	min-height: 260px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
}

.cms-home .product-name {
	font-size: 13px;
	font-weight: 400;
}

.cms-home .product-name a {
	color: #395c9b;
	text-decoration: none;
}

.cms-home img.product-image {
	margin: 0 auto;
	margin-bottom: 12px;
}

.cms-home button.buy:before {
	content: '';
	display: block;
	width: 14px;
	height: 13px;
	float: left;
	background: transparent url(../images/icn_buy_basket.png) no-repeat 0 0;
	margin-right: 5px;
}

.cms-home .page-title {
	padding: 0;
	margin-bottom: 20px;
}

.cms-home .page-title h2 {
	float: left;
	width: 100px;
	height: 46px;
	line-height: 46px;
	margin: 0 0 20px -7px; 
	padding: 0 15px 0 20px;
	position: relative;
	background: transparent url(../images/tag.png) no-repeat 0 0;
	color: #395c9b;
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 400;
}

.seo-text { 
	font-size: 12px; 
	color: #395C9B;
	float: right;
	width: 84%;
	padding-bottom: 10px;
}
.seo-text.first { 
	padding:10px;
}
.seo-text.last { 
	width: 100%
}


.main-block .corners-top div{margin:0 5px; height:5px; background:url(../images/main_block_top_bg.png) left top repeat-x;}
.main-block .corners-top div div{margin:0 -5px 0 0; position:relative; float:right; width:5px; background:url(../images/main_block_corners_right_top.png) left top no-repeat;}
*html .main-block .corners-top{background:url(../images/main_block_corners_left_top_ie.gif) left top no-repeat;}
*html .main-block .corners-top div{background:url(../images/main_block_bg_ie.gif) left top repeat-x #FEFEFF; overflow:hidden;}
*html .main-block .corners-top div div{background:url(../images/main_block_corners_right_top_ie.gif) left top no-repeat;}
.main-block .content{border-left:1px solid #DBDEE0; border-right:1px solid #DBDEE0; background:url(../images/main_block_bg.png) left top repeat;}
*html .main-block .content{background:#FEFEFF;}
.main-block .corners-bot{width:100%; overflow:hidden; background:url(../images/main_block_corners_left_bot.png) left top no-repeat;}
.main-block .corners-bot div{margin:0 5px; height:5px; background:url(../images/main_block_bot_bg.png) left top repeat-x;}
.main-block .corners-bot div div{margin:0 -5px 0 0; position:relative; float:right; width:5px; background:url(../images/main_block_corners_right_bot.png) left top no-repeat;}
*html .main-block .corners-bot{background:url(../images/main_block_corners_left_bot_ie.gif) left top no-repeat;}
*html .main-block .corners-bot div{background:url(../images/main_block_bg_ie.gif) left 4px repeat-x #FEFEFF; overflow:hidden;}
*html .main-block .corners-bot div div{background:url(../images/main_block_corners_right_bot_ie.gif) left top no-repeat;}

/* Base Columns */ 
.col-left { float:left; width:231px; }
.col-main { float:left; width:715px; }
.col-right { float:right; width:231px; }

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

/* 3 Columns Layout */
.col3-layout .col-main { width:484px; margin-left:10px; }

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

/* 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{}
.header-wrapper{ }
.header-wrapper-2{}
.header .language-switcher{width:105px; height:33px; float:right; background:url(../images/lang_bg.gif) left top no-repeat; padding:19px 0 0 14px;}
.header .language-switcher label{display:none;}
.header .language-switcher img{margin-right:7px; float:left;}
.header .header-block{position:relative; z-index: 10000; }
.header .header-block .col-1{width: 267px; float:left; padding: 20px 0 25px; }
.header .header-block .col-3 {width: 267px; float: left; padding: 20px 0 25px; margin-left: 25px; }
.header .header-block .col-2{width: 700px; float:right; position: relative; }
.header .header-block .col-2 #my-basket { position: absolute; top: 0; right: 0; background: #99bbdc url(../images/icn_basket.png) no-repeat 10px 9px;  background: rgba(107,156,205, .45) url(../images/icn_basket.png) no-repeat 10px 9px; padding: 10px 10px 10px 30px;; color: #fff; font-size: 1.05em; text-decoration: none; 
-moz-border-radius-bottomleft: 3px;
-webkit-border-bottom-left-radius: 3px;
border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-webkit-border-bottom-right-radius: 3px;
border-bottom-right-radius: 3px;}

#my-basket .basket-items { color: #487cb2; font-weight: bold; margin-left: 6px; }
.header .header-block .col-2 .top-info { position: absolute; top: 65px; right: 0; }

#logo { float:left; width:267px; height:119px; background-position:0 0; background-repeat:no-repeat; text-indent:-999em; overflow:hidden; cursor:pointer;}
.header .links { float:right; }
.header .links li{display:inline; padding-right:9px; margin-right:6px; background:url(../images/top_links_divider.gif) right 1px no-repeat;}
.header .links li a{white-space:nowrap; color:#487cb2; text-decoration:none;}
.header .links li a:hover{text-decoration:underline;}
.header .links li.last{background:0; padding-right: 0; margin:0;}
.header .form-search{ width:302px; height:39px; margin-top: 12px; float:right; clear: both; }
.header .form-search label{color:#3B4365; font-weight:bold; font-size:1.09em; float:left; margin-top:3px; display: none;}
.header .form-search input{ width:200px; height:22px; padding: 2px 8px; border:1px solid #7e9bdf; float:right; font-size: 1.1em; background: #fff url(../images/search_input_bg.png) no-repeat 8px 50%; padding-left: 30px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; margin-right: 5px; line-height: 22px;}
.header .form-search button{width:53px; overflow:hidden; float:right;}
.header .form-search button span{}
.header .search-autocomplete{background:#FFF; border:1px solid #D8DACD; padding:10px; z-index:99999;}
.header .welcome-msg { padding: 15px 0; font-size:1.2em; color:#487cb2;}
 

/********** < Navigation */
#nav { background: #487cb2; color: #fff; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; height: 40px; padding: 0;
	-moz-box-shadow: inset 0 0 6px rgba(36,89,143, .97);
	-webkit-box-shadow: inset 0 0 6px rgba(36,89,143, .97);	
	-moz-box-shadow: inset 0 0 6px rgba(36,89,143, .97);	
	position: relative;
	z-index: 9999;
}


#nav .home a { width: 16px; text-indent: -9999px; background: url(../images/icn_home.png) no-repeat center 11px; padding: 0 13px; -moz-border-radius-topleft: 3px; -moz-border-radius-bottomleft: 3px; -webkit-border-top-left-radius: 3px; -webkit-border-bottom-left-radius: 3px; border-top-left-radius: 3px;  border-bottom-left-radius: 3px; }
#nav .home a:hover { background: #3e638c url(../images/icn_home_hover.png) no-repeat center 11px;; }

/* All Levels */
#nav li { text-align:left; position:relative; }
#nav li.over { z-index:999; }
#nav li.parent > a span:after { content: ''; display: block; width: 8px; height: 5px; margin: 18px 0 0 6px; float: right; background: url(../images/dd_arrow.png) no-repeat top center; }
#nav li.parent > a:hover span:after { background-position: bottom center; }
#nav li a { display:block; text-decoration:none; font-size: 1.25em; }
#nav li a:hover { text-decoration:none; color:#FFF; }
#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; }
#nav li a { display: block; float:left; color:#afc9e7; padding: 0 8px; line-height: 40px;}
#nav li a:hover, #nav li:hover a { background: #303d52; background: rgba(48,61,82, .45); text-align: center; }

#nav li.over,
#nav li.active{}
#nav li.over a,
#nav li.active a{}
#nav li.over a span,
#nav li.active a span{}


#nav ul li.over,
#nav ul li.active{background:0;}
#nav ul li.over a,
#nav ul li.active a{color:#FFF; background:0;}
#nav ul li.over a span,
#nav ul li.active a span{background:0;}


/* 2nd Level */
#nav ul { position:absolute; width: 350px; top:40px; left:-10000px; background:#303d52; padding: 10px; font-size: .9em; z-index: 9998; }
#nav ul > li { background:0; padding: 3px 0; white-space: nowrap; float: left; clear: left; text-align: left!important; }
#nav ul li span{background:0!important; padding:0}
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none; font-weight:normal; background:0!important; line-height: 1.5; color: #afc9e7; text-align: left!important; }
#nav ul li a:hover { color:#FFF !important; text-decoration: underline; }
#nav ul li.active > a,
#nav ul li.over > a  {color:#FFF !important; }

/* 3rd+ leven */
#nav ul ul { top:7px; }

/* Show Menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }
/********** Navigation > */
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input, select, textarea, button { font:11px Tahoma, Arial, Helvetica, sans-serif; vertical-align:middle; }
input, input.input-text, select, textarea {background:#fff; border:1px solid #D9D9D9; border-left:2px solid #7F7F7F; border-top:2px solid #7F7F7F; color:#818797;}
input.input-text:focus, select:focus, textarea:focus {}
input.input-text, textarea { padding:2px; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; width:13px; height:13px; border:0!important;}
input.qty { width:2.5em; }
textarea { overflow:auto; }

button.button,
button.button-3,
button.button-4 {
	background:0;
	border: 1px solid #96b9db;
	cursor:pointer;
	overflow:visible;
	width:auto;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;		
	padding: 6px 10px;
	background: #e0edf9; /* Old browsers */1
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwZWRmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiN2NmZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #e0edf9 0%, #b7cfe7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0edf9), color-stop(100%,#b7cfe7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e0edf9 0%,#b7cfe7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e0edf9 0%,#b7cfe7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e0edf9 0%,#b7cfe7 100%); /* IE10+ */
	background: linear-gradient(top,  #e0edf9 0%,#b7cfe7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0edf9', endColorstr='#b7cfe7',GradientType=0 ); /* IE6-8 */	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #487cb2;
	text-shadow: 0 1px rgba(255,255,255, .55);
	font-weight: bold;
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.85);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.85);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.85);
}

.ie7 .button {
	padding: 0 10px;
	height: 28px;
}


button.button:hover,
button.button-3:hover,
button.button-4:hover {
	background: #dfecf9; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmZWNmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5MmI3ZGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #dfecf9 0%, #abc8e3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfecf9), color-stop(100%,#abc8e3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #dfecf9 0%,#abc8e3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #dfecf9 0%,#abc8e3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #dfecf9 0%,#abc8e3 100%); /* IE10+ */
background: linear-gradient(top,  #dfecf9 0%,#abc8e3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfecf9', endColorstr='#abc8e3',GradientType=0 ); /* IE6-8 */
color: #39638e;
}

/*
button.button span,
button.button-4 span{margin:0; display:block; background:url(../images/buttons_left_bg.gif) left top no-repeat!important; height:24px!important;}
button.button span span,
button.button-4 span span{display:block; background:url(../images/buttons_right_bg.gif) right top no-repeat!important; padding:0 8px; height:24px!important;}
button.button span span span,
button.button-4 span span span{display:block; font-weight:bold; color:#FFF; text-align:center; padding:5px 0 3px; height:15px!important; overflow:hidden!important;  white-space:nowrap; background:url(../images/buttons_bg.gif) left top repeat-x!important; line-height:normal;}

.col-main button.button span{background:url(../images/buttons_2_left_bg.gif) left top no-repeat!important;}
.col-main button.button span span{background:url(../images/buttons_2_right_bg.gif) right top no-repeat!important;}
.col-main button.button span span span{background:url(../images/buttons_2_bg.gif) left top repeat-x!important; font-weight:normal; color:#1E37A2; font-size:0.91em;}

button.button-3 span{margin:0; display:block; background:url(../images/buttons_3_left_bg.gif) left top no-repeat!important; height:24px!important;}
button.button-3 span span{display:block; background:url(../images/buttons_2_right_bg.gif) right top no-repeat!important; padding:0 8px 0 33px; height:24px!important;}
button.button-3 span span span{display:block; font-weight:normal; color:#1E37A2; font-size:0.91em; text-align:center; padding:5px 0 3px; height:15px!important; overflow:hidden!important; white-space:nowrap; background:url(../images/buttons_2_bg.gif) left top repeat-x!important; line-height:normal;}
*/


button.disabled {}
button.disabled span {}

button.button::-moz-focus-inner { padding:0; border:0; }

/* 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 */
.highlight {}


/* Form lists */
.form-list li { margin:0 0 5px; }
.form-list label {  color:#111; font-weight:bold; position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }

.form-list .input-box { float:left; width:300px; }
.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; }

.group-select.wide input.input-text,
.group-select.wide textarea { width:510px; }


.buttons-set { clear:both; margin:5px 0 0; padding:5px; }
.buttons-set .back-link { float:left; }
.buttons-set .button { float:right; }

.buttons-set2 { clear:both; margin:5px 0 0; padding:5px; text-align:right; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
.required { color:#f00; }
p.required { font-size:12px; text-align:right; }
/* Expiration date and cvv number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice {width:12em; margin-right:-14em; display:block; position:relative; }

.sp-methods .form-list {}
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

/* 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; padding:7px 0 5px!important; padding-left:0!important; list-style-type:none!important;}
.messages ul{padding-left:0!important; list-style-type:none!important;}
.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;  margin:0 3px; }
.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-bottom:12px;}
.breadcrumbs .top{height:4px; overflow:hidden; background:url(../images/breadcrumbs_top.png) left top no-repeat;}
.breadcrumbs .content{background:url(../images/breadcrumbs_bg.png) left top repeat; min-height:1px; height:auto!important; height:1px;}
*html .breadcrumbs .content{background:url(../images/breadcrumbs_bg_ie.png) left top no-repeat;}
.breadcrumbs .content .indent{padding:1px 26px;}
.breadcrumbs .bot{height:4px; overflow:hidden; background:url(../images/breadcrumbs_bot.png) left top no-repeat;}
.breadcrumbs li{display:inline; font-size:1.09em; color:#0043DC;}
.breadcrumbs li a{color:#0043DC; text-decoration:none;}
.breadcrumbs li a:hover{text-decoration:underline;}
.breadcrumbs li strong{font-weight:normal;}
.breadcrumbs li span{padding:0 7px; background:url(../images/breadcrumbs.gif) 3px 5px no-repeat;}


/* Page Heading */
.page-title{padding:17px 27px 20px;}
.page-title h2{color:#DB5403; text-transform:uppercase; font-weight:bold; font-size:1.09em;}
.page-title h1{color:#DB5403; text-transform:uppercase; font-weight:bold; font-size:1.09em;}

.title-buttons { text-align:right; }
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.tools-box{border-top:1px solid #DBDEE0; border-bottom:1px solid #DBDEE0; background:#EAF1F7; padding:8px 20px 9px;}
.tools-box-indent{padding-bottom:10px;}

/* Pager */ 
.pager { border-bottom:1px solid #CADCEB; padding:0 0 9px; text-align:center; }
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .limiter select{width:57px; border:1px solid #B4B4B4; margin:0 13px 1px 35px;}
.pager .pages { margin:0 135px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages .current {}

/* Sorter */ 
.sorter {padding:8px 0 0;}
.sorter .view-mode { float:left; }
.sorter .view-mode a{color:#606572;}
.sorter .view-mode strong{color:#41444D; padding-left:10px;}
.sorter .sort-by { float:right; padding-right:36px; }
.sorter .sort-by select{width:75px; border:1px solid #B4B4B4; margin:0 13px 1px 12px;}

.sorter .link-feed {}

/* Data Table */ 
.data-table { width:100%; }
.data-table th { padding:5px; border:1px solid #CBC9C8; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border:1px solid #CBC9C8; }
.data-table thead {}
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even {}
.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 .product-name { font-size:1em; font-weight:bold; line-height:1.5; }
.data-table td.label,
.data-table th.label { font-weight:bold; }
.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 { background-color:#f6f6f6; }

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

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


/* Sidebar =============================================================================== */
.sidebar .block {margin:0; font-size:1.18em; line-height:1.15em; color:#606572; padding:12px 28px 21px 24px;}
.sidebar .block .block-title{padding-bottom:20px;}
.sidebar .block .block-title h2{text-transform:uppercase; color:#1E37A2; font-weight:bold; font-size:0.91em;}
.sidebar .block .block-title h2 a{color:#1E37A2; text-decoration:underline;}
.sidebar .block .block-title h2 a:hover{text-decoration:none;}
.sidebar .block h3 {color:#3B4365;}
.sidebar .block .block-content {}
.sidebar .block .actions { text-align:right; }
.sidebar .block .actions a { float:left; }

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

/* Block: Currency Switcher */
.sidebar .block-currency {}
.sidebar .block-currency select { width:100%; border:1px solid #888; }

/* Block: Layered Navigation */
.sidebar .block-layered-nav {}
.sidebar .block-layered-nav dl{font-size:0.84em; margin:10px 0 0;}
.sidebar .block-layered-nav dt { font-weight:normal; border:1px solid #B1B1B1; padding:2px 7px 2px; color:#DB5403; text-transform:uppercase; }
.sidebar .block-layered-nav dd{padding:14px 0;}
.sidebar .block-layered-nav dd a{color:#606572; text-decoration:underline;}
.sidebar .block-layered-nav dd a:hover{text-decoration:none;}
.sidebar .block-layered-nav .price{color:#606572; font-size:1em;}
.sidebar .block-layered-nav .currently {margin:10px 0 20px; font-size:0.84em;}
.sidebar .block-layered-nav .currently li .label{color:#DB5403; text-transform:uppercase;}
.sidebar .block-layered-nav .currently .currently-box{border:1px solid #B1B1B1; padding:2px 7px 2px; float:left; width:137px;}
.sidebar .block-layered-nav .currently img{float:right; margin:0 0 5px 5px;}
.sidebar .block-layered-nav .actions{padding-bottom:45px;}
.sidebar .block-layered-nav .actions a{float:right;}

/* Block: Cart */
.sidebar .block-cart {}
.sidebar .block-cart .block-title{padding-bottom:8px;}
.sidebar .block-cart .block-title h2{background:url(../images/cart_title_bg.gif) left top no-repeat; position:relative; padding:3px 0 7px 45px; margin-top:-3px;}
.sidebar .block-cart .amount {}
.sidebar .block-cart .amount a{color:#3B4365; font-weight:bold;}
.sidebar .block-cart .subtotal{border:1px solid #B1B1B1; padding:1px 2px 1px 10px; margin:7px 0 11px; font-size:0.91em;}
.sidebar .block-cart .subtotal .label{color:#DB5403;}
.sidebar .block-cart .subtotal .price{font-weight:bold; color:#3B4365; font-size:1em;}
.sidebar .block-cart .actions{padding-bottom:15px;}
.sidebar .block-cart h3{font-weight:normal;}

.sidebar .mini-products-list{margin-top:15px;}
.sidebar .mini-products-list li{padding:0 0 12px;}
.sidebar .mini-products-list .product-image { float:left; width:73px;}
.sidebar .mini-products-list .product-details { width:93px; float:right; }
.sidebar .mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0 0 15px; }
.sidebar .mini-products-list .product-details h4 a{font-weight:bold; color:#3B4365; text-decoration:none;}
.sidebar .mini-products-list .product-details h4 a:hover{text-decoration:underline;}
.sidebar .mini-products-list .product-details .price{color:#606572; font-size:1em; font-size:0.91em; font-weight:bold;}

.sidebar .mini-products-list .product-details .btn-remove { float:right; }

/* Block: Wishlist */
.sidebar .block-wishlist {}

/* Block: Related */
.sidebar .block-related {padding-right:8px;}
.sidebar .block-related .block-content{color:#3B4365;}
.sidebar .block-related .block-content p a{color:#3B4365; font-weight:bold;}
.sidebar .block-related ol{margin:17px 0 0;}
.sidebar .block-related li.item-prod{padding:0 0 20px;}
.sidebar .block-related .checkbox{float:left;}
.sidebar .block-related .item {width:179px; float:right;}
.sidebar .block-related .item .product-image{float:left; width:68px; display:block; }
.sidebar .block-related .item .product-details{float:right; width:104px;}
.sidebar .block-related .item .product-details .product-name a{color:#3B4365; font-size:1em; text-decoration:none;}
.sidebar .block-related .item .product-details .product-name a:hover{text-decoration:underline;}
.sidebar .block-related .item .product-details .price{font-size:0.91em; color:#606572;}
.sidebar .block-related .item .product-details p a{color:#DB5403; font-weight:normal; text-decoration:none;}
.sidebar .block-related .item .product-details p a:hover{text-decoration:underline;}

/* Block: Compare Products */
.sidebar .block-compare {}
.sidebar .block-compare li { padding:5px 0; }
.sidebar .block-compare li a{color:#3B4365; text-decoration:none; font-weight:bold;}
.sidebar .block-compare li a:hover{text-decoration:underline;}
.sidebar .block-compare li img{float:right;}
.sidebar .block-compare .actions{padding-top:10px;}
.sidebar .block-compare .actions a{color:#DB5403;}
.sidebar .block-compare .actions button{margin-bottom:10px;}

/* Block: Viewed */
.sidebar .block-recent {}
.sidebar .block-recent li{padding-bottom:15px; background:url(../images/reports_marker.gif) left 8px no-repeat; padding-left:8px;}
.sidebar .block-recent li a{font-weight:bold; color:#3B4365; text-decoration:none;}
.sidebar .block-recent li a:hover{text-decoration:underline;}

/* Block: Poll */
.sidebar .block-poll {}
.sidebar .block-poll .radio { float:left; margin:3px -18px 0 0; }
.sidebar .block-poll .label { display:block; margin-left:22px;}
.sidebar .block-poll .answer{float:left; width:100%;}
.sidebar .block-poll .answer span{display:block; width:102px;}
.sidebar .block-poll .votes{font-weight:bold; float:right; width:65px; margin-top:-15px;}
.sidebar .block-poll .block-content ol{margin-top:15px;}
.sidebar .block-poll .block-content ol li{padding-bottom:5px; color:#606572;}

/* Block: Tags */
.sidebar .block-tags ul,
.sidebar .block-tags li {display:inline; line-height:normal; color:#606572;}
.sidebar .block-tags li a{color:#606572;}
.sidebar .block-tags .actions{padding:20px 0 0 0;}

/* Block: Subscribe */
.sidebar .block-subscribe {}

/* Block: Reorder */
.sidebar .block-reorder {}
.sidebar .block-reorder li { padding:5px 0; }
.sidebar .block-reorder .checkbox { float:left; margin:3px -20px 0 0; }
.sidebar .block-reorder .label { display:block; margin-left:20px; }

/* Block: Banner */
.sidebar .block-banner {}
.sidebar .block-banner .block-content { text-align:center; }

/* Block: Checkout Progress */
.sidebar .block-progress {border:1px solid #D9D9DA; padding:14px 0 0; background:#DBE9F5;}
.sidebar .block-progress .block-title{padding:0 0 0 10px;}
.sidebar .block-progress .block-title h2{font-weight:normal; color:#1E37A2; font-size:1.4em; margin-bottom:5px;}
.sidebar .block-progress .block-content{padding:0;}
.sidebar .block-progress dl{border-top:1px solid #DFE2E2;}
.sidebar .block-progress dt,
.sidebar .block-progress dd{font-weight:bold; border:1px solid #DFE2E2; border-top:0; color:#5A5A5A;}
.sidebar .block-progress dt{padding:11px 10px 9px 14px; font-size:0.84em; color:#1E37A2; text-transform:uppercase; border-top:1px solid #D0D4D7;}
.sidebar .block-progress dt a{color:#1E37A2;}
.sidebar .block-progress dd{padding:15px 16px 25px 14px; font-weight:normal;}

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


/* Category Page ========================================================================= */
.category-title{padding:17px 27px 20px;}
.category-title h2{color:#DB5403; text-transform:uppercase; font-weight:bold; font-size:1.09em;}
.category-title h1{color:#DB5403; text-transform:uppercase; font-weight:bold; font-size:1.09em;}
.category-image { display:block; margin:0 auto 13px; width:100%; }
.category-products {}

.listing-banner{margin-bottom:13px;}

/* View Type: Grid */
.products-grid { width:100%; }
.products-grid tr.odd {}
.products-grid tr.even {}
.products-grid td{width:33%; background:url(../images/product_divider_x.gif) left bottom repeat-x;}
.products-grid td .product-block{padding:24px 24px 17px 26px; background:url(../images/product_divider_y.gif) right top repeat-y; text-align:center;}
.products-grid td .product-block .product-name{margin-bottom:15px;}
.products-grid td .product-block .product-name a{color:#3B4365; text-decoration:none; font-size:1.09em;}
.products-grid td .product-block .product-name a:hover{text-decoration:underline;}
.products-grid td .product-block .price-box{margin-top:0;}
.products-grid td .product-block .ratings .rating-box{margin:0 auto 3px;}
.products-grid td.last .product-block{background:0;}
.products-grid tr.last td{background:0;}
.products-grid .product-block .product-image{display:block; margin-bottom:15px;}
.products-grid .product-block .add-to-links{padding-top:10px;}
.products-grid td.empty {}

/* View Type: List */
.products-list .item {padding:24px 24px 17px 25px; background:url(../images/product_divider_x.gif) left bottom repeat-x; }
.products-list .product-image { float:left; width:173px; display:block;}
.products-list .product-shop { float:right; width:426px; }
.products-list .product-shop .product-name{margin-bottom:15px;}
.products-list .product-shop .product-name a{color:#3B4365; text-decoration:none; font-size:1.09em;}
.products-list .product-shop .product-name a:hover{text-decoration:underline;}
.products-list .product-shop .price-box{float:left; margin:0 27px 0 0;}
.products-list .desc{padding-top:15px;}
.products-list li.last{background:0;}
/* ======================================================================================= */


/* Product View ========================================================================== */
.product-view {font-size:1.09em;}

.product-banner{margin:0 0 13px;}
.be-first,
.friend-email{display:block; margin-bottom:10px;}

.product-essential {padding:18px 15px 20px 26px;}
.product-collateral {}
.product-collateral h3{color:#1E37A2; text-transform:uppercase; margin-bottom:20px;}

/* Product Images */
.product-view .product-img-box { float:left; width:267px; }
.product-view .product-img-box .product-image { border:1px solid #ddd; }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; 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{text-align:center; padding:7px 0;}
.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:33px; height:22px; background:url(../images/magnifier_handle.gif) 0 5px 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; }
.product-view .product-img-box .more-views h3{display:none;}
.product-view .product-img-box .more-views ul { margin-left:-20px }
.product-view .product-img-box .more-views li { float:left; padding:1px; margin:0 0 8px 20px ; }
.product-view .product-img-box .more-views li img{border:1px solid #ddd;}

.product-image-popup { margin:0 auto; }
.product-image-popup .nav { text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

/* Product Shop */
.product-view .product-shop { float:right; width:380px; }
.product-view .product-shop .product-name{padding-bottom:10px;}
.product-view .product-shop .product-name h2{color:#3B4365; font-weight:bold;}
.product-view .product-shop .product-name h1{color:#3B4365; font-weight:bold;}
.product-view .product-shop .ratings{margin-bottom:10px;}
.product-view .product-shop .ratings .rating-box{float:left; margin:0 30px 0 0;}
.product-view .product-shop .ratings .rating-links{float:left;}
.product-view .product-shop .product-pricing{width:100%; overflow:hidden; margin-bottom:15px;}
.product-view .product-shop .product-pricing li{border:1px solid #B1B1B1; padding:1px 11px 1px 15px; float:left; white-space:nowrap; color:#050406;}
.product-view .product-shop .product-pricing li .price{font-size:1.09em; text-decoration:underline;}
.product-view .product-shop .product-pricing li .benefit{color:#DB5403;}
.product-view .product-shop .price-box{margin:0 57px 0 0; float:left; font-size:1.2em; font-weight:bold;}
.product-view .product-shop .availability{font-size:1.09em; margin-bottom:20px;}
.product-view .product-shop .availability .in-stock{font-weight:normal;}
.product-view .product-shop .add-to-box .add-to-cart{margin-top:7px; width:190px;}
.product-view .product-shop .add-to-box .add-to-cart label{color:#050406; margin-top:3px;}
.product-view .product-shop .add-to-box .add-to-cart input{width:40px; margin-right:16px; margin-top:3px;}
.product-view .product-shop .add-to-box .or{color:#050406; margin-top:10px;}
.product-view .product-shop .add-to-box .add-to-links{font-size:0.91em;}
.product-view .product-shop .add-to-box .add-to-links li{display:block;}
.product-view .product-shop .add-to-box .add-to-links li .separator{display:none;}


.product-view .short-description{padding-top:20px;}
.product-view .short-description h3{color:#1E37A2; text-transform:uppercase; margin-bottom:15px;}

.review-product-list .product-view .data-table{margin:10px 0;}
.review-product-list .product-view .product-pricing{margin:10px 0;}
.review-product-list .product-view .pager{border:0;}
.review-product-list .product-collateral{padding:15px 30px;}


/* Rating */
.ratings {padding-bottom:10px;}
.ratings .amount {}
.ratings .rating-links{font-size:1.09em; color:#606572;}
.ratings .rating-links .separator{padding:0 5px;}
.ratings .rating-links a{color:#606572;}
.ratings .rating-links a.last{color:#DB5403; font-weight:bold;}
.ratings dt {}
.ratings dd {}
.rating-box { width:80px; height:14px; margin:0 0 3px; font-size:0; line-height:0; background:url(../images/product_rating_blank_star.gif) 0 0 repeat-x; position:relative; overflow:hidden; }
.rating-box .rating { position:absolute; top:0; left:0; height:14px; background:url(../images/product_rating_full_star.gif) 0 100% repeat-x; }

.catalog-product-view .rating-box{margin:10px 0;}

/* Availability */
.availability {}
.availability .in-stock { font-weight:bold; }
.availability .out-of-stock { font-weight:bold; color:#f00; }

/********** < Product Prices */
.price { white-space:nowrap !important; color:#395c9b; font-size:1.27em; font-family:Tahoma, Arial, Helvetica, sans-serif; }

.price-box {margin:10px 0;}
.price-box .price { font-weight:bold; }

.price-box-bundle {}

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:bold; }

/* Old price */
.old-price {}
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight:bold; text-decoration:line-through; }

/* Special price */
.special-price {}
.special-price .price-label { font-weight:bold; white-space:nowrap; }
.special-price .price { font-weight:bold; }

/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

a.minimal-price-link { display:block; }
a.minimal-price-link .label {}
a.minimal-price-link .price { font-weight:normal; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:bold; }

/* 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 li{display:inline; color:#606572;}
.add-to-links li a{color:#606572; text-decoration:underline;}
.add-to-links li a:hover{text-decoration:none;}
.add-to-links li.last a{color:#DB5403;}
.add-to-links .separator{padding:0 5px;}

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; }
.add-to-cart .qty { float:left; }
.add-to-cart .button { float:left; margin-left:5px; }

/* Add to Links + Add to Cart */
.add-to-box {}
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }

/* 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 dd .multiselect option {}
.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 .add-to-cart label,
.product-options-bottom .add-to-cart input{margin-top:2px;}
.product-options-bottom .price-box { margin:10px 0; }

.multiselect{height:auto!important;}

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

/* Block: Description */
.product-view .description{padding:24px 54px 29px 28px; background:url(../images/product_divider_x.gif) left top repeat-x;}

/* Block: Additional */
.product-view .additional{padding:24px 54px 29px 28px; background:url(../images/product_divider_x.gif) left top repeat-x;}
.product-view .additional th{padding:10px 33px 12px 31px; font-weight:normal; vertical-align:middle;}
.product-view .additional td{padding:12px 50px 11px 18px;}

/* Block: Upsell */
.product-view .up-sell {padding:24px 50px 29px 28px; background:url(../images/product_divider_x.gif) left top repeat-x;}
.product-view .up-sell .products-grid td { width:25%; padding-right:7px; }
.product-view .up-sell .products-grid td.last{padding-right:0;}
.product-view .up-sell td .wrap{border:1px solid #DBDEE0; padding:21px 24px 22px 23px; text-align:center;}
.product-view .up-sell td .product-name{margin-bottom:15px; font-size:1em;}
.product-view .up-sell td .product-name a{color:#3B4365; text-decoration:none;}
.product-view .up-sell td .product-name a:hover{text-decoration:underline;}
.product-view .up-sell td .product-image{display:block; margin-bottom:15px;}
.product-view .up-sell td .ratings .rating-box{margin:0 auto 10px;}
.product-view .up-sell td .ratings .rating-links a{display:block; font-size:0.84em; font-weight:normal;}
.product-view .up-sell td .ratings .rating-links .separator{display:none;}

/* Block: Tags */
.product-view .tags{padding:24px 50px 29px 28px; background:url(../images/product_divider_x.gif) left top repeat-x;}
.product-view .tags h4{font-weight:normal; font-size:1em;}
.product-view .tags .tags-list{margin:18px 0 0;}
.product-view .tags .tags-list li{font-size:0.84em; line-height:normal; padding-right:12px; margin-right:10px; background:url(../images/tags_li_divider.gif) right 3px no-repeat; display:block; float:left;}
.product-view .tags .tags-list li.last{background:0;}
.product-view .tags .tags-list li a{color:#818797; text-decoration:none;}
.product-view .tags .tags-list li a:hover{text-decoration:underline;}
.product-view .tags .form-add-tags label{display:block; color:#3B4365; font-weight:bold; margin-bottom:3px; margin-top:15px;}
.product-view .tags .form-add-tags .input-box { float:left; width:540px; margin:0; }
.product-view .tags .form-add-tags .input-box input{width:518px; margin-top:2px;}
.product-view .tags .form-add-tags button.button { float:left; }
.product-view .tags .form-add-tags .button { float:left; }
.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; }

/* Modal Window */
#simplemodal-overlay { background-color:#000; z-index: 9999!important;}
#simplemodal-container { background: #fff url(../images/price-stripe-bg.png) repeat-x bottom; padding: 55px 30px 30px; height: 380px; z-index: 10000!important; color: #4C4949; width: 700px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }

#simplemodal-container a.modalCloseImg { background: url(../images/x.png) no-repeat top center; width: 25px;height: 18px; display:inline; z-index:100001; position:absolute; top: 15px; right: 15px; cursor:pointer; }

#simplemodal-container a.modalCloseImg:hover { background-position: bottom; }
#alternative-prod-alert h3 { color: #4C4949; font-weight: 500; font-size: 21px; margin-bottom: 24px; line-height: 1.4; }
#alternative-prod-alert h4 { color: #4C4949; font-size: 18px; font-weight: 400;  }
#alternative-prod-alert .notice { float: left; width: 300px; color: #4C4949; }
#alternative-prod-alert .notice p { line-height: 1.5; }
#alternative-prod-alert .notice a { color: #D91D25; }
#alternative-prod-alert .notice ul { list-style: inside square; line-height: 1.5; margin-top: 10px; }
#alternative-prod-alert .notice h4 { margin: 30px 0 -6px;  }

#alternative-prod-alert #alternative { float: right; width: 270px; padding: 0 15px 0 60px; background: transparent url(../images/ver-line.png) no-repeat left center; }
#alternative-prod-alert #alternative h3 {margin-bottom: 0;}
#alternative-prod-alert #alternative a {color: #4C4949;}
#alternative-prod-alert #alternative a:hover {color: #D91D25; }

#alternative-prod-alert #alternative .product { border: 1px solid #c1c1c1 width: 230px; margin-top: 10px; padding: 0 0 10px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
}

#alternative-prod-alert #alternative .product-name { margin: 0 0 10px; line-height: 1.5; font-size: 18px;}

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


/* Content Styles ================================================================= */
/* Product Tags */
.tags-list{font-size:1.2em;}
.tags-list li { display:inline; line-height:normal;}

/* Advanced Search */
.search-summary {padding:15px 0;}
/* ======================================================================================= */


/* 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; margin-bottom:10px;}
.product-review .product-img-box .ratings{margin:10px 0;}
.product-review .product-img-box .ratings .rating-box{margin-bottom:5px;}

.product-review .details { float:right; width:518px; }
.product-review .details dl{margin-bottom:15px;}
.product-review .details dl dt{padding:10px 0 5px;}

.review-customer-view .col-main .product-image-box{width:160px; float:left;}
.review-customer-view .col-main .product-image-box img{margin-bottom:10px;}
.review-customer-view .col-main .product-details{width:508px; float:right;}
.review-customer-view .col-main .data-table{margin:15px 0;}
.review-customer-view .col-main .ratings{margin:15px 0;}
.review-customer-view .col-main .ratings .rating-box{padding:5px 0;}

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


/* Shopping Cart ========================================================================= */
.cart{padding:9px 46px 28px 47px; font-size:1.09em;}
.cart .page-title{padding:0 0 19px;}
.cart .page-title h2{margin-top:7px; font-size:1em;}
.cart .checkout-types { float:right; text-align:right; }
.cart .checkout-types li button{width:203px; height:31px!important; overflow:hidden; }

/* Shopping Cart Table */
.cart-table{border-right:1px solid #CBC9C8; margin-bottom:3px;}
.cart-table .item-msg { font-size:10px; }
.cart-table th{background:#DBE9F5; color:#1E37A2;}
.cart-table td{padding:15px; text-align:center; vertical-align:middle;}
.cart-table tfoot td{background:#DBE9F5; padding:10px 16px 7px 17px;}
.cart-table .product-name a{color:#818797; font-weight:normal; text-decoration:none; font-size:1em;}
.cart-table .product-name a:hover{text-decoration:underline;}
.cart-table .price{font-weight:bold;}


/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { float:left; width:614px; }
.cart .cart-collaterals .col-1{width:300px;}
.cart .cart-collaterals .col-2{width:311px;}
.cart .cart-collaterals .col-2 h3{color:#1E37A2; text-transform:uppercase; margin-bottom:10px;}
.cart .crosssell{border:1px solid #CBC9C8; border-bottom:0; padding:15px 0 0;}
.cart .crosssell h3{padding:0 70px 0 18px; font-weight:normal;}
.cart .crosssell li.item{padding:14px 10px 17px 21px; border-bottom:1px solid #CECCCA;}
.cart .crosssell .product-image { float:left; width:118px; display:block; }
.cart .crosssell .product-shop { width:128px; float:right;}
.cart .crosssell .product-shop .product-name a{color:#3B4365; text-decoration:none; font-size:1.09em;}
.cart .crosssell .product-shop .product-name a:hover{text-decoration:underline;}
.cart .crosssell .product-shop .add-to-links{padding-top:15px;}
.cart .crosssell .product-shop .add-to-links li{display:block; font-size:0.91em;}
.cart .crosssell .product-shop .add-to-links li .separator{display:none;}

.cart .discount{padding:16px 16px 19px 17px; border:1px solid #CBC9C8; margin-bottom:3px;}
.cart .discount label{display:block; margin-bottom:3px;}
.cart .discount input{margin-right:7px; width:169px;}

.cart .shipping{padding:16px 16px 19px 17px; border:1px solid #CBC9C8;}
.cart .shipping .form-list{margin-top:5px;}
.cart .shipping .form-list label{color:#DB5403; font-weight:normal;}
.cart .shipping .buttons-set{padding-left:0; padding-top:5px;}
.cart .shipping .buttons-set button{float:none;}

/* Shopping Cart Totals */
.cart .totals { float:right; width:204px; padding:22px 22px 20px 19px; border:1px solid #CBC9C8; background:#DBE9F5; }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table .tax-td,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; color:#3B4365; }
.cart .totals table td{padding-right:20px;}
.cart .totals .tax-collapse{font-weight:bold; color:#3B4365;}
.cart .totals .price{font-weight:bold;}
.cart .totals .checkout-types li{padding-bottom:5px; text-align:center;}
.cart .totals .checkout-types button{margin:10px 0;}

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

/* One Page Checkout */
.block-progress {border:1px solid #D9D9DA; padding:14px 0 0; background:#DBE9F5;}
.block-progress .block-title{padding:0 0 5px 10px;}
.block-progress .block-title strong span{font-weight:normal; color:#1E37A2; font-size:1.4em; line-height:1.5em; margin-bottom:5px; text-transform:uppercase;}
.block-progress .block-content{padding:0;}
.block-progress dt { font-weight:bold; }
.block-progress dl{border-top:1px solid #DFE2E2;}
.block-progress dt,
.block-progress dd{font-weight:bold; border:1px solid #DFE2E2; border-top:0; color:#5A5A5A;}
.block-progress dt{padding:11px 10px 9px 14px; font-size:0.84em; color:#1E37A2; text-transform:uppercase; border-top:1px solid #D0D4D7;}
.block-progress dt.complete,
.block-progress dd.complete {}
.block-progress dt a{color:#1E37A2;}
.block-progress dd{padding:15px 16px 25px 14px; font-weight:normal;}


.opc { border-bottom:1px solid #D8D7D6; position:relative; }
.opc li.section { border:1px solid #D8D7D6; border-bottom:0; }

.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }

.opc .step-title { background-color:#FDFEFF; padding:13px 27px 13px; font-size:1.09em; text-align:right; }
.opc .step-title .number { float:left; line-height:normal; margin-right:8px; padding:2px 5px; font-weight:bold; color:#1E37A2; border:1px solid #1E37A2; background:#FFFFFF; }
.opc .step-title h2 { float:left; font-weight:bold; color:#1E37A2; font-size:0.91em; padding-top:3px; }
.opc .step-title a { display:none; float:right; }

.opc .active .step-title { background-color:#DBE9F5; cursor:default; }
.opc .active .step-title .number{color:#FFFFFF; background:#1E37A2; border:1px solid #1E37A2; }

.opc .allow .step-title { cursor:pointer; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active {}
/*.opc .active .step-title a { display:none; }*/

.opc .step { position:relative; background:#DBE9F5; border-top:1px solid #D8D7D6; padding:7px 15px 19px 29px; }
.opc .step .tool-tip { right:10px; }

.opc .order-review {}

.opc .buttons-set{border:0;}

.opc .field{width:362px;}
.opc .fields input,
.opc .field input{width:286px;}
.opc .name-lastname,
.opc .field-2{width:292px; float:left;}
.opc .field-2 input{width:286px;}
.opc .field-2 select{width:292px;}
.opc .name-firstname{width:205px;}
.opc .name-middlename{width:156px;}
.opc .name-middlename input{width:81px!important;}
.opc .name-lastname input{width:295px!important;}
.opc .sp-methods dt{padding-bottom:5px;}
.opc .form-list li.wide input.input-text{width:647px;}

.opc .input-box, 
.opc .input-box{width:332px; float:left;}
.opc .input-box input,
.opc .input-box input,
.opc .input-box select,
.opc .input-box select{width:285px!important;}
.opc .input-box-2{width:292px; float:left;}
.opc .input-box-2 input{width:285px!important;}
.opc .input-box-2 select{width:291px!important;}

.opc .group-select li li{margin-bottom:15px;}
.opc label{padding-bottom:3px;}
.opc .group-select li input.input-text{width:617px;}
.opc .group-select li select{width:627px;}
.opc .customer-name-middlename .name-firstname,
.opc .customer-name-middlename .name-firstname{width:222px!important;}	
.opc .customer-name-middlename .name-firstname input,	
.opc .customer-name-middlename .name-firstname input{width:200px!important;}
.opc .customer-name-middlename .name-middlename,
.opc .customer-name-middlename .name-middlename{width:110px!important;}
.opc .customer-name-middlename .name-middlename input,
.opc .customer-name-middlename .name-middlename input{width:63px!important;}
.opc .customer-dob .input-box input{width:50px !important;}

.opc .form-list{margin:10px 0;}
.opc label{padding-right:5px; color:#DB5403; font-weight:normal; font-size:1.09em;}
.opc h4{ font-size:1.09em;}

.opc .sp-methods .input-box{float:none;}
.opc .sp-methods .v-fix select{width:45%;}

.opc .sp-methods select.month{margin-right:10px; width:150px!important;}
.opc .sp-methods select.year{width:132px!important;}
.opc .sp-methods input.cvv {width:3em !important;}

/* Multiple Addresses Checkout */
.checkout-progress {padding:20px 0; text-align:center;}
.checkout-progress li {display:inline; width:15%; text-align:center; color:#FFFFFF; border:0; padding:1px 10px 1px 10px; margin-right:5px; background:#FF2323;}
.checkout-progress li.active {background:#FFDE23; color:#000;}

.multiple-checkout { position:relative; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}

.checkout-multishipping-addresses .col-main .page-title{}
.checkout-multishipping-addresses .col-main .page-title h2{padding:0;}
.checkout-multishipping-addresses .col-main .multiple-checkout h3{margin:15px 0;}
.checkout-multishipping-addresses .col-main #multiship-addresses-table{border-collapse:collapse; margin-bottom:10px; border-right:1px solid #DDDDDD;}
/*.checkout-multishipping-addresses .col-main #multiship-addresses-table tfoot td{border-top:1px solid #BEBCB7; padding:5px;}*/
.checkout-multishipping-addresses .col-main .multiple-checkout .buttons-set{border:0;}
.checkout-multishipping-addresses .col-main .multiple-checkout .buttons-set button{margin-left:10px;}

.checkout-multishipping-shipping .col-main .page-title{margin-bottom:15px;}
.checkout-multishipping-shipping .col-main .multiple-checkout{width:100%;}
.checkout-multishipping-shipping .col-main .multiple-checkout .col2-set{background:0;}
.checkout-multishipping-shipping .col-main .multiple-checkout .col2-set .col-1{width:30%;}
.checkout-multishipping-shipping .col-main .multiple-checkout .col2-set .col-2{width:68%;}
.checkout-multishipping-shipping .col-main .wide .data-table{border-collapse:collapse; margin-top:15px;}

.checkout-multishipping-shipping .col-main .multiple-checkout .col2-set{border:1px solid #BEBCB7; padding:20px; margin-bottom:15px;}
.checkout-multishipping-shipping .col-main .multiple-checkout .buttons-set{border:0;}
.checkout-multishipping-shipping .col-main .multiple-checkout .buttons-set button{margin-left:10px;}
.checkout-multishipping-shipping .col-main .multiple-checkout .col-1 h4{margin:10px 0;}

.checkout-multishipping-billing .col-main .col2-set{background:0; border:1px solid #BEBCB7; padding:20px; margin-top:15px;}
.checkout-multishipping-billing .col-main .col2-set .col-2 h3{margin-bottom:20px;}
.checkout-multishipping-billing .col-main .col2-set .col-1{width:60%;}
.checkout-multishipping-billing .col-main .col2-set .col-2{width:38%;}
.checkout-multishipping-billing .col-main .buttons-set{padding:20px 0; border:0;}
.checkout-multishipping-billing .col-main .buttons-set button{margin-left:15px;}
.checkout-multishipping-billing .col-main .col-2 dl dt{padding:5px 0;}
.checkout-multishipping-billing .col-main .col-2 dl dd{padding:0 0 0 20px;}
.checkout-multishipping-billing .col-main .col-2 dd .v-fix{padding-right:5px;}
.checkout-multishipping-billing .input-box{width:auto;}
.checkout-multishipping-billing .input-box input{width:250px;}

.checkout-multishipping-overview .col-main .page-title{margin-bottom:15px;}
.checkout-multishipping-overview .col-main .col2-set{background:0; border:1px solid #4A4A4A; padding:20px;}
.checkout-multishipping-overview .col-main .col2-set .col-1{width:30%;}
.checkout-multishipping-overview .col-main .col2-set .col-2{width:68%;}
.checkout-multishipping-overview .col-main .multiple-checkout h3{margin:10px 0;}
.checkout-multishipping-overview .col-main .col2-set h3{margin:0;}
.checkout-multishipping-overview .col-main .col2-set .data-table{border-collapse:collapse;}
.checkout-multishipping-overview .col-main .col2-set .data-table tfoot th,
.checkout-multishipping-overview .col-main .col2-set .data-table tfoot td{border-top:1px solid #BFBFBF;} 
.checkout-multishipping-overview .col-main .grand-total{margin:10px 0;}
.checkout-multishipping-overview .data-table{margin:10px 0;}

/*.checkout-multishipping-address-newshipping #form-validate #lastname{width:251px;}*/

/*.checkout-multishipping-address-editshipping #form-validate #lastname{width:251px;}*/

.checkout-multishipping-address-selectbilling .page-title h2{background:0;}
.checkout-multishipping-address-selectbilling .page-title button.button{margin-top:5px;}

.checkout-multishipping-address-editaddress #form-validate #lastname{width:251px;}

.checkout-multishipping-address-editbilling #form-validate #lastname{width:251px;}

.checkout-multishipping-success .content-box{padding:30px;}
.checkout-multishipping-success .buttons-set{border:0;}

/* Sitemap */
.sitemap {}

#lastname{width:251px!important;}

/********** < Common Checkout Styles */
.sp-methods{position:relative;}
.sp-methods dt { font-weight:bold; }
.sp-methods .price { font-weight:bold; }
.checkout-onepage-index .page-title{display:none;}
.checkout-onepage-index .main-block .content{padding:18px 46px 33px 47px;}
.checkout-onepage-index .col-main{width:674px;}
.checkout-onepage-index .col-right{width:186px;}
.checkout-onepage-index #checkout-payment-method-load dt{padding:5px 0;}
.checkout-onepage-index #checkout-payment-method-load dd{padding:0 20px;}

.please-wait { float:right; padding-right:50px; color:#DB5403; font-weight:bold;}
.cvv-what-is-this { cursor:help; margin-left:5px; margin-right:70px;}

/* 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 .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(../images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.add-gift-message {margin-top:15px;}
.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-form textarea{width:510px!important;}
.gift-message-form .input-box{display:block; width:283px!important;}
.gift-message-form .input-box input{width:226px!important;}

.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 span { 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 ============================================================ */
.account-login {}
.account-login .new-users {}
.account-login .registered-users {}

.account-create {}
/* Account Login/Create Pages ============================================================ */


/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard {padding:0 17px 17px 26px;}
.dashboard .welcome-msg {}
.dashboard .data-table{margin:10px 0;}
.dashboard .col2-set{padding:5px 0;}
.dashboard .col2-set .col-1,
.dashboard .col2-set .col-2{padding:5px 0;}
.dashboard .box-account .box-head{width:100%; overflow:hidden; margin-top:10px;}
.dashboard .box-account .box-head h2{float:left; font-weight:bold; margin-top:3px;}
.dashboard .box-account .box-head a{float:right;}

.customer-address-index .col-main .col2-set .col-1 ol li{padding-bottom:20px;}

.wishlist-index-index .col-main table textarea{width:95%!important;}

/* 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 {padding-bottom:5px;}
/********** Dashboard > */

/* Order View */
.order-info { border:1px solid #ddd; padding:5px; margin-bottom:20px;}
.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; }

.input-box-2{width:251px; float:left;}

.customer-name-middlename .name-firstname{width:200px!important;}
.customer-name-middlename .name-firstname input{width:190px!important;}
.customer-name-middlename .name-middlename{width:60px!important;}
.customer-name-middlename .name-middlename input{width:50px!important;}
.customer-name-middlename .input-box-2 input{width:250px!important;}

.customer-dob .input-box{width:60px!important;}
.customer-dob .input-box input{width:50px!important;}

.catalogsearch-advanced-index #form-validate .range input{width:150px;}
.catalogsearch-advanced-index #form-validate select{padding:2px;}

#my_recent_reviews .number{width:17px; float:left;}
#my_recent_reviews li{padding-bottom:10px;}
#my_recent_reviews .product-name{float:left; width:480px;}

#my_recent_tags li{width:100%; overflow:hidden;}
#my_recent_tags .number{width:17px; float:left; margin:0; padding:0;}
#my_recent_tags .details{float:left; width:480px; margin:0; padding:0 0 10px;}
#my_recent_tags .details .tags ul li{display:inline;}

.cms-index-index .col-main .std{margin:0;}
.cms-index-index .products-list{width:100%;}
.cms-index-index .products-list td{padding:29px 47px 23px 37px; background:url(../images/product_divider_x.gif) left bottom repeat-x;}
.cms-index-index .products-list td .add-to-links{padding-top:10px;}
.cms-index-index .products-list tr.last td{background:0;}

.sales-order-view .col2-set,
.sales-order-invoice .col2-set,
.sales-order-shipment .col2-set,
.sales-order-creditmemo .col2-set{padding:5px 0;}
.sales-order-view .col2-set .col-1,
.sales-order-invoice .col2-set .col-1,
.sales-order-shipment .col2-set .col-1,
.sales-order-creditmemo .col2-set .col-1,
.sales-order-view .col2-set .col-2,
.sales-order-invoice .col2-set .col-2,
.sales-order-shipment .col2-set .col-2,
.sales-order-creditmemo .col2-set .col-2{padding:5px 0;}
.sales-order-view h3,
.sales-order-invoice h3,
.sales-order-shipment h3,
.sales-order-creditmemo h3,
.sales-order-view h4,
.sales-order-invoice h4,
.sales-order-shipment h4,
.sales-order-creditmemo h4{margin:0 0 10px; padding-top:15px;}

.tag-customer-view .col-main .pager,
.review-customer-index .col-main .pager,
.sales-order-history .col-main .pager,
.catalog-seo-sitemap-product .col-main .pager,
.catalog-seo-sitemap-category .col-main .pager{padding:10px 0; border:0;}

.cms-index-index .header .welcome-msg{padding-bottom:7px;}
.cms-index-index .main {}
.cms-index-index .col-main .std{position:relative;}
.slid-gallery-block{width:970px; height:349px; padding: 5px 0; position: relative; z-index: 500; }
.stripViewer {
	margin:0;
	overflow:hidden !important;
	height: 344px;
	position:relative;
	z-index: 9000;
}
#mygalone{overflow:hidden;}
#mygalone ul{position:relative; padding:0; list-style-type:none;}
#mygalone ul li{float:left; position:relative; width:970px; height:344px;}
.strip-block{position:absolute; left:855px; top:300px; width:85px!important; height:27px; padding:5px 0 0 5px;}
.stripTransmitter{position:absolute; z-index:999999; top:305px; left:860px; width:85px!important;}
.stripTransmitter ul{padding:0; list-style-type:none;}
.stripTransmitter li{margin-right:4px; float:left; list-style-type:none;}
.stripTransmitter li a{
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px; 
	display: block;
	width: 13px; 
	height: 13px;
	background: #fff;
	text-decoration: none;
	border: 1px solid #111;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.65);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.65);
	box-shadow: 0 1px 10px rgba(0,0,0,.65);
}

.stripTransmitter li a:hover { background: #ccddeb; }
.stripTransmitter li a.current{ background: #b4cde2; -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.25); 
-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.95);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.95);
	box-shadow: 0 1px 10px rgba(0,0,0,.95);
}
.stripTransmitter li.first a{}
.stripTransmitter li.first a:hover,
.stripTransmitter li.first a.current{}
.stripTransmitter li.last a{}
.stripTransmitter li.last a:hover,
.stripTransmitter li.last a.current{}

.banners-block{padding:14px 0 12px 5px;}
.banners-block img{float:left; margin-right:10px;}
.banners-block img.last{margin:0;}

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


/* Footer ================================================================================ */
.footer { padding:25px 0; background: url(../images/footer_bg.png); margin-top: 40px; overflow: hidden; width: 100%; color: #395c9b; text-align: left; font-size: 13px; text-shadow: 0 1px rgba(255,255,255,.75) }
.footer a { color: #395c9b!important; }
.footer .footer-block, .footer .footer-block-2 {overflow:hidden; width: 970px; margin: 0 auto;}
.footer .footer-block h2 span{display:block; background:#EBF2F7; font-size:1.09em; color:#3B4365; font-weight:bold; height:16px; overflow:hidden;}
.footer .footer-block .col-1 { width: 450px; float: left; }
.footer .footer-block .col-2 { width: 500px; float: right;}
.footer .footer-block-2 .col-1 { width: 300px; float: left; }
.footer .footer-block-2 .col-2 { width: 650px; float: right;}
.footer h5 { font-size: 16px; margin-bottom: 18px; }
.footer #contactAddress { display: block; float: left; width: 170px; }
.footer #contactDetails,
.footer #follow-us { float: right; width: 240px; }
.footer #follow-us { clear: right; text-align: left;  } 

.footer #follow-us li a { float: left; display: block; width: 23px; height: 23px; margin-right: 6px; background: url(../images/footer_icns.png) no-repeat; text-indent: -9999px; opacity: .75;}
.footer #follow-us li a:hover { opacity: 1; } 
.footer #follow-us .facebook a { background-position: -38px -39px; }
.footer #follow-us .twitter a { background-position: -5px -39px; }
.footer #follow-us .yt a { background-position:-72px -39px; }
.footer #follow-us .blog a { background-position:-72px -6px; }
.footer #follow-us .pin a { background-position:-137px -39px; }
.footer #follow-us .gplus a {background: url(../images/gplus.png) 0 0 no-repeat; }


.footer .footer-block .col-1 h2{background:url(../images/footer_corner_left.gif) left top no-repeat; padding-left:3px;}
.footer .footer-block .col-1 h2 span{padding:6px 20px 5px 23px;}
.footer .footer-block .col-1 a { text-decoration: none; }
.footer .footer-block .col-1 a:hover { text-decoration: underline; }
.footer .footer-block .col-1 .indent{padding:27px 20px 23px 26px;}
.footer .footer-block .col-2 h2{background:url(../images/footer_corner_right.gif) right top no-repeat; padding-right:3px;}
.footer .footer-block .col-2 h2 span{padding:6px 20px 5px 32px;}
.footer .footer-block .col-2 .indent{padding:27px 0 23px 32px;}
.footer .footer-block li{padding:0; margin:0; background:0; display:block;}
.footer .footer-block ul{display:block;}
.footer .footer-block .col-2 ul{padding-right:45px; float:left;}
.footer .footer-block .col-2 ul.last{padding:0;}
.footer .footer-block-2 { clear: both; margin-top: 25px; }
.footer #contactDetails li { line-height: 17px; text-align: left; margin-bottom: 6px; }
.footer #contactDetails li:before { content: ''; float: left; display: block; width: 15px; height: 15px; margin-right: 6px; background: url(../images/footer_icns.png) no-repeat;}
.footer #contactDetails .tel:before { background-position: -10px -10px; }
.footer #contactDetails .mail:before { background-position: -42px -8px; }

.footer .footer-links { font-size: .85em;}
.footer ul{clear: right; float: right; width: 100%; text-align: right; margin-bottom: 6px;}
.footer ul li{ display:inline; margin-left: 8px; }
.footer ul li a{color:#818797; text-decoration:none;}
.footer ul li a:hover{text-decoration:underline;}
.footer ul.links li.last{background:0; padding:0; margin:0;}
.footer .copy{ font-size: .85em;}
.footer .store-switcher{float:right;}
.footer .block-subscribe { width:470px; float:right; padding-top:31px;}
.footer .block-subscribe label { line-height: 27px; width: 170px; display: block; float: left; }
.footer .block-subscribe .input-box { width: 213px; float: left; }
.footer .block-subscribe .button { float: right; }
.footer .block-subscribe input{ width: 195px; height: 22px; padding: 2px 8px; border: 1px solid #7E9BDF; float: left; font-size: 1em; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; margin-right: 5px; }
.footer #card-logos { clear: both; float: right; margin-top: 18px; }
.footer #googleCheckoutLogo { clear: right; float: right; margin-top: 6px; }
.footer #googleCheckoutLogo img {  left: 0!important; }

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

/************************************************/
/******************** Clears ********************/
/************************************************/
.clearer:after,
.header: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; }
.category-description p {margin: 0 5px}


.product-social {display: block; overflow: hidden; margin: 10px 0;}
	.product-social .gplus, .product-social .pinterest, .product-social .twitter { float: left; width: 25%;}
    .product-social .facebook {margin-bottom: 3px;}
