/**
 * 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:19px;}
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:17px;}
.page-border{border:1px solid #CFE2ED; padding:17px;}

body          { background:url(../images/site_bg.jpg) center top no-repeat #0C0C0C; font-family:Arial, Helvetica, sans-serif; font-size:0.75em; line-height:1.25em; color:#989898; text-align:center;}

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

a             {color:#989898; 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:bold; line-height:1.34; margin-bottom:5px; }
h3            { font-size:1em; font-weight:bold; line-height:normal; margin-bottom:5px; }
h4            { font-size:1em; font-weight:bold; }
h5            { font-size:0.92em; 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 {}
.page { width:920px; margin:0 auto; padding:0; text-align:left; }
body.page-print{background:#FFF;}
.page-print { padding:20px; text-align:left; }
.page-print .print-head{padding-bottom:20px;}
.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;}
body.page-popup{background:#0C0C0C;}
.page-popup { padding:20px; text-align:left; }
.page-popup .page-title{}
.page-popup .page-title h1{font-weight:bold;}
.page-popup .product-name{margin:10px 0;}
.page-popup button{margin-bottom:10px!important;}
.page-popup p.a-right,
.page-popup .nav{margin:10px 0;}
.page-popup .ratings .rating-box{float:left; margin-right:5px;}

.main {padding:0 10px 17px 9px;}

.main-block .corners-top{width:100%; height:5px; overflow:hidden; background:url(../images/main_block_corner_left_top.png) left top no-repeat;}
.main-block .corners-top div{margin:0 5px; height:5px; background:url(../images/main_block_border.gif) left top repeat-x #191919;}
.main-block .corners-top div div{margin:0 -5px 0 0; position:relative; float:right; width:5px; background:url(../images/main_block_corner_right_top.png) left top no-repeat;}
.main-block .content-box{background:url(../images/main_block_border.gif) left top repeat-y #191919;}
.main-block .content-box .right-border{background:url(../images/main_block_border.gif) right top repeat-y; padding:13px 23px 18px 25px;}
.main-block .corners-bot{width:100%; height:5px; overflow:hidden; background:url(../images/main_block_corner_left_bot.png) left top no-repeat;}
.main-block .corners-bot div{margin:0 5px; height:5px; background:url(../images/main_block_border.gif) left 4px repeat-x #191919;}
.main-block .corners-bot div div{margin:0 -5px 0 0; position:relative; float:right; width:5px; background:url(../images/main_block_corner_right_bot.png) left top no-repeat;}

/* Base Columns */
.col-left { float:left; width:215px; padding:0; }
.col-main { float:left; width:673px; padding:0; }
.col-right { float:right; width:215px; padding:0; }

/* 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:445px; margin-left:10px; }
.col3-layout .col-wrapper { float:left; width:674px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .col-narrow { width:33%; }
.col2-set .col-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-container {}
.header { padding:0; }
.header .col-2{width:64%; float:right;}
.header .col-2 .indent{padding:54px 10px 39px 0; text-align:right;}
.header .logo{float:left; text-decoration:none !important; display:block; margin-top:48px;}
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; padding:0; }
.header .block-currency{float:right;}
.header .block-currency label{font-size:0.75em; color:#FFF; float:left; margin-right:3px; margin-top:1px;}
.header .block-currency select{width:102px; background:#272727; border:0;}
.header .form-language{float:right; padding-right:9px;}
.header .form-language label{font-size:0.75em; color:#FFF; float:left; margin-right:3px; margin-top:1px;}
.header .form-language select{width:102px; background:#272727; border:0;}
.header .welcome-msg { font-weight:normal; text-align:right; color:#368EFB; font-size:0.91em; padding:9px 0 5px; }
.header .links { float:right; font-size:0.91em; }
.header .links li{display:inline; padding:0 15px 0 11px; background:url(../images/top_links_divider.gif) right 3px no-repeat;}
.header .links li.last{background:0; padding-right:0;}
.header .links li a{white-space:nowrap; color:#FFF; text-decoration:none;}
.header .links li a:hover{text-decoration:underline;}
.header .header-block-indent{padding:0 8px 20px;}
.header .header-block{width:100%;}
.header .header-block .top-corners{background:url(../images/header_block_corner_left_top.gif) left top no-repeat; height:6px!important; overflow:hidden;}
.header .header-block .top-corners div{background:url(../images/header_block_corner_right_top.gif) right top no-repeat; padding:0 6px;}
.header .header-block .top-corners div div{padding:0; height:6px; background:url(../images/header_block_border_top.gif) left top repeat-x;}
.header .header-block .content{border-left:1px solid #1091D4; border-right:1px solid #1091D4; background:url(../images/header_block_bg.gif) left top repeat-x #1361C0; padding:1px 5px 1px 8px;}
.header .header-block .bot-corners{background:url(../images/header_block_corner_left_bot.gif) left top no-repeat; height:6px!important; overflow:hidden;}
.header .header-block .bot-corners div{background:url(../images/header_block_corner_right_bot.gif) right top no-repeat; padding:0 6px;}
.header .header-block .bot-corners div div{padding:0; height:6px; background:url(../images/header_block_border_bot.gif) left top repeat-x;}
.header .form-search{width:183px; height:18px; overflow:hidden; float:right; padding-top:2px; padding-bottom:1px; padding-left:2px; background:url(../images/top_search_bg.gif) left top no-repeat;}
.header .form-search label{display:none;}
.header .form-search input{width:150px; height:15px; padding:0 0 0 4px; border:0;}
.header .form-search button{width:26px; height:15px!important; overflow:hidden;}
.header .form-search button span{display:none;}
.header .form-search .search-autocomplete { z-index:999; text-align:left;}
.header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}


/********** < Navigation */
#nav { font-size:16px; padding:0; }

/* All Levels */
#nav li { text-align:left; position:relative; }
#nav li.over { z-index:999; }
#nav li.parent {}
#nav li a { display:block; text-decoration:none; }
#nav li a:hover { text-decoration:none; }
#nav li a span { display:block; white-space:nowrap; cursor:pointer; }
#nav li ul a span { white-space:normal; }

/* 1st Level */
#nav li { float:left; }
#nav li a { float:left; padding:0 9px 0 0; font-weight:bold; color:#FFF; line-height:normal; }
#nav li a:hover { color:#FF9835; }
#nav li.over a,
#nav li.active a { color:#FF9835; }

/* 2nd Level */
#nav ul { position:absolute; width:10em; top:19px; left:-10000px; border:1px solid #1091D4; background:#0D4DA0; }
#nav ul li { float:none; border-bottom:1px solid #1091D4; }
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none; padding:3px 9px!important; font-weight:normal; color:#FFF !important; font-size:11px; }
#nav ul li a:hover { color:#FF9835 !important; }
#nav ul li.active > a,
#nav ul li.over > a  { color:#FF9835 !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 ========================================================================= */
.product-name{margin-bottom:12px;}
.product-name a{text-transform:uppercase; color:#989898; font-size:0.91em; text-decoration:none; font-weight:normal;}
.product-name a:hover{text-decoration:underline;}

/* Form Elements */
input, select, textarea, button { font:11px Arial, Helvetica, sans-serif; vertical-align:middle; }
input, input.input-text, select, textarea {background:#fff; border:1px solid #7B7F7F; color:#808080;}
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::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button span { float:left; height:20px; background:transparent url(../images/bkg_button.gif) 0 0 no-repeat!important; padding:0 0 0 24px!important; font:11px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.button span span { background-position:100% 0!important; padding:3px 9px 0 0!important; }

.sidebar button.button{font-size:12px;}
.sidebar button.button span{padding:0; background:0!important; color:#1EB2EF; font-weight:bold;}

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 */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label { float:left; color:#808080; font-weight:normal; position:relative; z-index:0; font-size:0.91em; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:260px; }
.form-list .field { float:left; width:275px; overflow:hidden; }
.form-list input.input-text { width:254px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:632px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

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

.buttons-set-order {}

.fieldset { border:1px solid #808080; background:0; padding:22px 25px 12px 25px; margin:28px 0; }
.fieldset .legend { float:left; font-weight:normal; font-size:12px; border:1px solid #808080; background:#191919; color:#808080; margin:-33px 0 0 -10px; padding:0 8px; position:relative; }

/* 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 {}
p.required { font-size:10px; text-align:right; color:#f00; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; 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; margin: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:15px 0; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/error_msg_icon.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/success_msg_icon.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/note_msg_icon.gif); color:#3d6611; }

/* BreadCrumbs */ 
.breadcrumbs {padding:0 0 17px 21px;}
.breadcrumbs li { display:inline; font-size:1.33em; }
.breadcrumbs li a{color:#FFF;}
.breadcrumbs li span{padding:0 25px 0 10px; background:url(../images/breadcrumbs_divider.gif) 3px 7px no-repeat;}
.breadcrumbs li strong{font-weight:normal; color:#FFF;}

/* Page Heading */
.page-title { margin:0 0 16px; }
.page-title h1,
.page-title h2{font-size:1.16em; color:#FFF; text-transform:uppercase; font-weight:bold;}

.title-buttons { text-align:right; }
.title-buttons h2{margin-top:4px;}
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.toolbar-block{width:100%; background:url(../images/toolbar_block_border_top.gif) left top repeat-x #222221;}
.toolbar-block .border-bot{background:url(../images/toolbar_block_border_bot.gif) left bottom repeat-x;}
.toolbar-block .corner-left-top{background:url(../images/toolbar_block_corner_left_top.gif) left top no-repeat;}
.toolbar-block .corner-right-top{background:url(../images/toolbar_block_corner_right_top.gif) right top no-repeat;}
.toolbar-block .corner-left-bot{background:url(../images/toolbar_block_corner_left_bot.gif) left bottom no-repeat;}
.toolbar-block .corner-right-bot{background:url(../images/toolbar_block_corner_right_bot.gif) right bottom no-repeat; padding:17px 0 15px;}

/* Pager */ 
.pager { padding:0 20px 16px 22px; text-align:center; }
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .limiter select{width:50px; margin:0 8px 1px; background:#434443; border:0;}
.pager .pages { margin:0 135px; }
.pager .pages strong{font-weight:normal;}
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages .current{color:#1EB2EF; font-weight:bold;}

/* Sorter */ 
.sorter { padding:13px 21px 0 21px;}
.sorter .view-mode { float:left; padding-top:2px; }
.sorter .view-mode strong{color:#1EB2EF;}
.sorter .sort-by { float:right; }
.sorter .sort-by select{width:92px; margin:0 8px 1px; background:#434443; border:0;}
.sorter .link-feed {}

/* Data Table */ 
.data-table { width:100%; }
.data-table th { padding:5px; border:1px solid #808080; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border:1px solid #808080; }
.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 {}

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

/* Misc */
.link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
.link-rss { background:url(../images/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
.btn-remove { display:block; width:13px; height:13px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(../images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.sidebar .block {margin:0 0 15px; }
.sidebar .block .block-title {padding:6px 12px 9px;}
.sidebar .block .block-title strong span {color:#FFF; font-size:1.16em; font-weight:bold; text-transform:uppercase;}
.sidebar .block .block-title strong span a{color:#FFF;}
.sidebar .block .block-subtitle{margin-bottom:10px;}
.sidebar .block .block-content{padding:17px 13px 15px 14px; background:url(../images/sideblock_border.gif) right top repeat-y; color:#808080;}
.sidebar .block .block-content a{color:#808080;}
.sidebar .block .actions { text-align:right; }
.sidebar .block .actions a { float:left; }
.block .btn-remove,
.block .btn-edit { float:right;}

.sidebar .sideblock-title .top-corners{width:100%; height:5px; overflow:hidden; background:url(../images/sideblock_title_corner_left_top.png) left top no-repeat;}
.sidebar .sideblock-title .top-corners div{margin:0 5px; height:5px; background:url(../images/sideblock_title_top_border.gif) left top repeat-x;}
.sidebar .sideblock-title .top-corners div div{margin:0 -5px 0 0; position:relative; float:right; width:5px; background:url(../images/sideblock_title_corner_right_top.png) left top no-repeat;}
.sidebar .sideblock-title .block-title{background:url(../images/sideblock_title_bg.gif) left top repeat-x #1C1C1C; border:1px solid #010000; border-top:0;}
.sidebar .sideblock{background:url(../images/sideblock_border.gif) left top repeat-y #191919;}
.sidebar .sideblock-bot-corners{width:100%; height:5px; overflow:hidden; background:url(../images/sideblock_corner_left_bot.png) left bottom no-repeat;}
.sidebar .sideblock-bot-corners div{margin:0 5px; height:5px; background:url(../images/sideblock_bot_border.gif) left top repeat-x;}
.sidebar .sideblock-bot-corners div div{margin:0 -5px 0 0; position:relative; float:right; width:5px; background:url(../images/sideblock_corner_right_bot.png) left top no-repeat;}

.sidebar .sideblock-title-2 .top-corners{width:100%; height:5px; overflow:hidden; background:url(../images/sideblock_title_corner_left_top_2.png) left top no-repeat;}
.sidebar .sideblock-title-2 .top-corners div{margin:0 5px; height:5px; background:url(../images/sideblock_title_top_border_2.gif) left top repeat-x;}
.sidebar .sideblock-title-2 .top-corners div div{margin:0 -5px 0 0; position:relative; float:right; width:5px; background:url(../images/sideblock_title_corner_right_top_2.png) left top no-repeat;}
.sidebar .sideblock-title-2 .block-title{background:url(../images/sideblock_title_bg_2.gif) left top repeat-x #343434; border:1px solid #010000; border-top:0;}

.sidebar .sideblock-title-3 .top-corners{width:100%; height:5px; overflow:hidden; background:url(../images/sideblock_title_corner_left_top_3.png) left top no-repeat;}
.sidebar .sideblock-title-3 .top-corners div{margin:0 5px; height:5px; background:url(../images/sideblock_title_top_border_3.gif) left top repeat-x;}
.sidebar .sideblock-title-3 .top-corners div div{margin:0 -5px 0 0; position:relative; float:right; width:5px; background:url(../images/sideblock_title_corner_right_top_3.png) left top no-repeat;}
.sidebar .sideblock-title-3 .block-title{background:url(../images/sideblock_title_bg_3.gif) left top repeat-x #146ACA; border:1px solid #010000; border-top:0;}


/* Block: Account */
.sidebar .block-account {}
.sidebar .block-account li{padding-bottom:10px;}

/* 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 h3{font-weight:normal; color:#808080;}
.sidebar .block-layered-nav dl{}
.sidebar .block-layered-nav dt{padding-top:15px; color:#808080;}
.sidebar .block-layered-nav dd{padding-left:36px; color:#808080;}
.sidebar .block-layered-nav a{color:#808080; text-decoration:none;}
.sidebar .block-layered-nav a:hover{text-decoration:underline;}
.sidebar .block-layered-nav .price{font-size:1em; font-weight:normal!important; color:#808080;}
.sidebar .block-layered-nav .currently {padding-top:15px; color:#808080;}
.sidebar .block-layered-nav .currently .block-subtitle{font-size:1.16em;}
.sidebar .block-layered-nav .currently li{margin-bottom:3px;}
.sidebar .block-layered-nav .currently li .btn-remove{float:right; margin:0 0 5px 5px;}
.sidebar .block-layered-nav .actions{text-align:right; padding:5px 0 10px;}
.sidebar .block-layered-nav .actions a{float:none; color:#FFF; text-decoration:underline;}
.sidebar .block-layered-nav .actions a:hover{text-decoration:none;}


/* Block: Cart */
.sidebar .block-cart {}
.sidebar .block-cart .amount{padding-bottom:10px;}
.sidebar .block-cart .amount a{color:#808080; text-decoration:none;}
.sidebar .block-cart .amount a:hover{text-decoration:underline;}
.sidebar .block-cart .subtotal{padding:5px 11px 5px; background:#212121; margin-bottom:15px;}
.sidebar .block-cart .actions{padding-bottom:20px;}
.sidebar .block-cart .actions button{margin-top:5px;}
.sidebar .block-cart .block-subtitle{font-weight:normal; margin-bottom:10px;}
.sidebar .block-cart .empty{padding-bottom:7px;}
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 5px 0; }

.sidebar .mini-products-list li { padding:0 0 20px; }
.sidebar .mini-products-list .product-image{float:left; width:73px; display:block;}
.sidebar .mini-products-list .product-details{width:95px; float:right;}
.sidebar .mini-products-list .product-details h4 { font-size:1em; font-weight:normal; margin:0 0 15px; }
.sidebar .mini-products-list .product-details h4 a{color:#808080; text-decoration:none;}
.sidebar .mini-products-list .product-details h4 a:hover{text-decoration:underline;}
.sidebar .mini-products-list .product-details .btn-remove { float:right; margin:0 0 5px 5px; }

/* Block: Wishlist */
.sidebar .block-wishlist {}
.sidebar .block-wishlist h3{font-weight:normal; margin-bottom:10px;}
.sidebar .block-wishlist .block-content .product-name a{text-transform:none; font-size:1em;}
.sidebar .block-wishlist .link-cart{margin-top:10px; display:block;}

/* Block: Related */
.sidebar .block-related {}
.sidebar .block-related .block-subtitle{margin-bottom:15px;}
.sidebar .block-related .block-content p a{color:#1EB2EF; text-decoration:none; font-weight:bold;}
.sidebar .block-related .block-content p a:hover{text-decoration:underline;}
.sidebar .block-related ol{}
.sidebar .block-related li.list-item { padding:20px 0 0; }
.sidebar .block-related .checkbox { float:left; }
.sidebar .block-related .product {width:170px; float:right; }
.sidebar .block-related .product .product-image { float:left; width:69px; display:block; }
.sidebar .block-related .product .product-details { float:right; width:92px; }
.sidebar .block-related .product .product-details .product-name a{text-transform:none; color:#808080; text-decoration:none; font-size:1em; font-weight:normal;}
.sidebar .block-related .product .product-details .product-name a:hover{text-decoration:underline;}
.sidebar .block-related .link-wishlist{font-weight:normal; text-decoration:underline; font-size:0.91em; color:#1EB2EF!important;}
.sidebar .block-related .link-wishlist:hover{text-decoration:none;}

/* Block: Compare Products */
.sidebar .block-compare {}
.sidebar .block-compare li { padding:0 0 15px; }
.sidebar .block-compare li a{color:#808080; text-decoration:none;}
.sidebar .block-compare li a:hover{text-decoration:underline;}
.sidebar .block-compare li a.btn-remove{float:right; margin:0 0 5px 0;}
.sidebar .block-compare li .product-name{width:155px; margin-bottom:0;}
.sidebar .block-compare .actions a{color:#FFF;}

/* Block: Viewed */
.sidebar .block-recent {}
.sidebar .block-recent .block-content li{padding-bottom:10px; padding-left:8px; background:url(../images/recently_marker.gif) left 7px no-repeat;}
.sidebar .block-recent .block-content li a{text-decoration:none;}
.sidebar .block-recent .block-content li a:hover{text-decoration:underline;}

/* Block: Poll */
.sidebar .block-poll {}
.sidebar .block-poll .radio { float:left; margin:2px -18px 0 0; }
.sidebar .block-poll .label { display:block; margin-left:18px;}
.sidebar .block-poll .answer{float:left; width:100%;}
.sidebar .block-poll .answer span{display:block; width:107px;}
.sidebar .block-poll .votes{font-weight:bold; float:right; width:65px; margin-top:-15px;}
.sidebar .block-poll .block-content ul{margin-top:15px;}
.sidebar .block-poll .block-content ul li{padding-bottom:10px; color:#808080;}

/* Block: Tags */
.sidebar .block-tags ul,
.sidebar .block-tags li {display:inline; line-height:normal;}
.sidebar .block-tags .actions{padding-top:10px;}

/* Block: Subscribe */
.sidebar .block-subscribe {}
.sidebar .block-subscribe .block-content{padding-bottom:22px; padding-left:24px;}
.sidebar .block-subscribe label{padding-bottom:5px; display:block;}
.sidebar .block-subscribe .input-box{background:url(../images/newsletter_bg.gif) left top no-repeat;}
.sidebar .block-subscribe .input-box input{background:0; padding:2px 0 0 5px; border:0; width:94px; height:21px; float:left;}
.sidebar .block-subscribe .input-box input.validation-failed{width:92px; height:auto;}
.sidebar .block-subscribe .validation-advice{padding-top:5px; background-position:left 5px;}
.sidebar .block-subscribe .input-box button{float:right; position:relative;}
.sidebar .block-subscribe .input-box button span{background:transparent url(../images/newsletter_button.gif) 0 0 no-repeat!important; height:21px; font-size:12px; padding-left:8px!important;}
.sidebar .block-subscribe .input-box button span span{background-position:100% 0!important; font-weight:bold; color:#FFF; padding-left:0!important; padding-right:8px!important;}
.sidebar .block-subscribe .input-box button.safari-fix{position:relative; margin-left:-3px; margin-right:-3px; margin-top:-1px;}


/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }

.sidebar .paypal-logo{padding:10px 0 27px; display:block; text-align:center;}
.sidebar .paypal-logo a { float:none; }

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

/* Block: Checkout Progress */
.sidebar .block-progress {}
.sidebar .block-progress .block-title{padding:0 0 27px;}
.sidebar .block-progress .block-title strong span{font-weight:bold; color:#808080; font-size:1em; text-transform:none;}
.sidebar .block-progress .block-content{padding:0;}
.sidebar .block-progress dl{border-top:1px solid #808080;}
.sidebar .block-progress dt,
.sidebar .block-progress dd{font-weight:bold; border:1px solid #808080; border-top:0; color:#808080;}
.sidebar .block-progress dt{padding:10px 13px 9px 19px;}
.sidebar .block-progress dd{padding:28px 39px 25px 19px; font-weight:normal;}
.sidebar .block-progress dt.complete,
.sidebar .block-progress dd.complete{}
/* ======================================================================================= */

.product-block{width:100%; background:url(../images/product_block_border_top.gif) left top repeat-x #313131;}
.product-block .border-bot{background:url(../images/product_block_border_bot.gif) left bottom repeat-x;}
.product-block .corner-left-top{background:url(../images/product_block_corner_left_top.gif) left top no-repeat;}
.product-block .corner-right-top{background:url(../images/product_block_corner_right_top.gif) right top no-repeat;}
.product-block .corner-left-bot{background:url(../images/product_block_corner_left_bot.gif) left bottom no-repeat;}
.product-block .corner-right-bot{background:url(../images/product_block_corner_right_bot.gif) right bottom no-repeat; padding:9px 8px 9px 8px;}


.block-3{width:100%; background:url(../images/block-3_border_top.gif) left top repeat-x #313131;}
.block-3 .border-bot{background:url(../images/block-3_border_bot.gif) left bottom repeat-x;}
.block-3 .corner-left-top{background:url(../images/block-3_corner_left_top.gif) left top no-repeat;}
.block-3 .corner-right-top{background:url(../images/block-3_corner_right_top.gif) right top no-repeat;}
.block-3 .corner-left-bot{background:url(../images/block-3_corner_left_bot.gif) left bottom no-repeat;}
.block-3 .corner-right-bot{background:url(../images/block-3_corner_right_bot.gif) right bottom no-repeat; padding:8px 12px 10px;}

/* Category Page ========================================================================= */
.category-title { margin:0 0 16px; }
.category-title h2{font-size:1.16em; color:#FFF; text-transform:uppercase; font-weight:bold;}
.category-image { display:block; margin:20px auto; width:99%; }
.category-products {}

.advanced-search-amount,
.advanced-search-summary{padding:5px 0 10px;}

/* View Type: Grid */
.products-grid{position:relative; width:100%; overflow:hidden;}
.products-grid.last{margin-bottom:23px;}
.products-grid li.item { float:left; width:193px; padding:23px 23px 0 0; }
.products-grid li.item.last{padding-right:0;}
.products-grid .product-image { display:block; width:176px; height:197px; margin:0 0 11px; }
.products-grid .product-name { margin:0 0 15px; }
.products-grid .product-name a {}
.products-grid .price-box { margin:5px 0 15px; }
.products-grid .availability { line-height:21px; }
.products-grid .actions {}
.col2-left-layout .products-grid,
.col2-right-layout .products-grid {}
.col1-layout .products-grid {}
.products-grid .ratings{width:100%; overflow:hidden;}
.products-grid .ratings .rating-box{float:left; margin-right:10px;}
.products-grid .ratings .amount{float:left;}
.products-grid .add-to-links{padding-top:15px;}

/* View Type: List */
.products-list{margin:0 0 23px;}
.products-list .item {padding:23px 0 0;}
.products-list .product-image { float:left; width:176px; display:block; }
.products-list .product-shop { float:right; width:414px; }
.products-list .product-name a{text-transform:uppercase; color:#989898; font-size:0.91em; text-decoration:none; font-weight:normal; margin-bottom:12px;}
.products-list .product-name a:hover{text-decoration:underline;}
.products-list .product-shop .col-1{width:147px; float:left; padding:0 15px 10px 0;}
.products-list .product-shop .col-2{width:252px; float:left; padding-bottom:10px; padding-top:20px;}
.products-list .product-shop .ratings{padding-bottom:5px;}
.products-list .product-shop .ratings .rating-box{padding-bottom:12px;}
.products-list .product-shop .price-box{margin-bottom:25px;}
.products-list .product-shop .desc{line-height:1.5em;}
.products-list .product-shop .desc a{color:#FFF;}

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


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

.sendfriend-product-send .buttons-set button{margin-left:5px;}

.nobr,
.email-to-friend,
.be-the-first{display:block; margin-bottom:10px;}

.product-essential {}
.product-collateral{}
.product-collateral h2{color:#FFF; font-weight:normal; font-size:1em; margin-bottom:7px;}
.product-collateral .box-collateral{padding:0 0 23px;}

/* Product Images */
.product-view .product-img-box { float:left; width:267px; }
.product-view .product-img-box .product-image { border:1px solid #ddd; background:#FFF; text-align:center; padding-top:3px; padding-bottom:3px; }
.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:14px 0 17px; text-decoration:underline; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto; padding:0 28px; background:url(../images/slider_bg.gif) 50% 5px no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom #track{position:relative; height:18px; visibility:inherit!important;}
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 4px 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{padding-top:18px;}
.product-view .product-img-box .more-views h2{font-weight:normal; color:#FFF; padding:0 0 18px 5px; margin-bottom:0;}
.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 #E7E3E0;}

.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:314px; }
.product-view .product-shop .no-rating,
.product-view .product-shop .email-friend{display:block; margin-bottom:15px;}
.product-view .product-name {text-transform:uppercase; font-size:0.91em;}
.product-view .product-shop .ratings{padding-bottom:20px;}
.product-view .product-shop .ratings .rating-box{float:left; margin:0 22px 0 0;}
.product-view .product-shop .ratings .rating-links{float:left;}
.product-view .product-shop .ratings .rating-links a{display:inline;}
.product-view .product-shop .ratings .rating-links .separator{display:inline; padding:0 3px;}
.product-view .product-shop .tier-prices{margin-bottom:12px;}
.product-view .product-shop .tier-prices li{background:#363636; padding:6px 11px 4px; margin:0 0 3px;}
.product-view .product-shop .tier-prices li .price{font-size:1em; color:#1EB2EF; font-weight:bold!important;}
.product-view .product-shop .tier-prices li .benefit{color:#1EB2EF;}
.product-view .product-shop .price-box{margin:0 0 12px; float:left;}
.product-view .product-shop .availability{float:right; padding-top:3px;}
.product-view .product-shop .availability .in-stock{font-weight:normal;}
.product-view .product-shop .add-to-box .add-to-cart{padding-top:8px; width:195px;}
.product-view .product-shop .add-to-box .add-to-cart input{width:67px; margin:0 0 10px;}
.product-view .product-shop .add-to-box .add-to-cart button{float:right; margin-left:0;}
.product-view .product-shop .add-to-box .or{font-weight:bold; padding-top:9px; margin:0 10px;}
.product-view .product-shop .add-to-box .add-to-links li{display:block;}
.product-view .product-shop .add-to-box .add-to-links .separator{display:none;}
.product-view .short-description {padding-top:25px;}
.product-view .short-description h2{font-weight:normal; color:#FFF; margin-bottom:10px;}

.review-product-list .col-main .data-table{margin:10px 0;}
.review-product-list .col-main .product-pricing{margin-top:10px;}
.review-product-list .col-main .product-collateral{padding:23px 0 0;}

/* Rating */
.ratings {padding-bottom:10px;}
.ratings .amount {}
.ratings .rating-links { font-size:0.91em;}
.ratings .rating-links a{display:block; text-decoration:underline;}
.ratings .rating-links a:hover{text-decoration:none;}
.ratings .rating-links .separator{display:none;}
.ratings dt {}
.ratings dd {}
.rating-box { width:80px; height:13px; 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:13px; background:url(../images/product_rating_full_star.gif) 0 100% repeat-x; }

.catalog-product-view .rating-box{margin:10px 0;}
.catalog-product-view select{visibility:inherit!important;}
.catalog-product-view .col-main .main-block .content .right-border{padding-top:18px;}

.ratings-table{margin:10px 0;}
.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

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

/********** < Product Prices */
.price { white-space:nowrap !important; line-height:normal; font-size:1.5em; color:#C0BFBF; font-weight:normal!important; }

.sidebar .price{color:#1EB2EF; font-size:1em; font-weight:bold!important;}

.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; font-size:1em; }

/* 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; font-size:0.91em;}
.add-to-links li a{color:#1EB2EF; text-decoration:underline;}
.add-to-links li a:hover{text-decoration:none;}
.add-to-links li a.link-compare{color:#929292;}
.add-to-links .separator{display:inline; padding:0 3px;}

/* 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-cart .paypal-logo { clear:left; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }

/* 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 #1CA4F3; }
.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 #1CA4F3; border-top:0; }
.product-options-bottom .price-box{margin-bottom:0!important;}
.product-options-bottom .add-to-cart{float:right;}
.product-options-bottom .add-to-cart label{margin-top:3px;}
.product-options-bottom .add-to-cart input{margin-top:1px;}
.product-options-bottom .add-to-links{clear:both; padding-top:15px;}

.product-options-bottom .price-box { margin:10px 0; }

.multiselect{height:auto!important;}

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

/* Block: Description */
.product-view .box-description {padding:23px 0 0;}

/* Block: Additional */
.product-view .box-additional {padding:23px 0 0;}
.product-view .box-additional th{padding:13px 18px 12px 29px; font-weight:bold;}
.product-view .box-additional td{padding:12px 17px 11px 18px;}

/* Block: Upsell */
.product-view .box-up-sell {padding:23px 0 0}
.product-view .box-up-sell h2{margin:0;}
.product-view .box-up-sell .products-grid {margin-top:23px;}
.product-view .box-up-sell .products-grid td{width:25%; padding-right:23px; padding-bottom:23px;}
.product-view .box-up-sell .products-grid td.last{padding-right:0;}
.product-view .box-up-sell .products-grid td .ratings .rating-box{float:none; margin:0 0 15px;}
.product-view .box-up-sell .products-grid td .ratings .rating-links{float:none;}
.product-view .box-up-sell .products-grid td .ratings .rating-links a{display:block;}
.product-view .box-up-sell .products-grid td .ratings .rating-links .separator{display:none;}
.product-view .box-up-sell .product-block .corner-right-bot{}


/* Block: Tags */
.product-view .box-tags {}
.product-view .box-tags h3{font-weight:normal; font-size:1em;}
.product-view .box-tags-list{margin:11px 0 20px; width:100%; overflow:hidden; font-size:1em;}
.product-view .product-tags{width:100%; overflow:hidden; margin-bottom:20px;}
.product-view .product-tags li{background:url(../images/tags_divider.gif) right 4px no-repeat; padding-right:12px; margin-right:17px; float:left; display:block; white-space:nowrap;}
.product-view .product-tags li.last{background:0;}
.product-view .product-tags li a{color:#929292; text-decoration:none;}
.product-view .product-tags li a:hover{text-decoration:underline;}
.product-view .box-tags .form-add{ width:100%; overflow:hidden;}
.product-view .box-tags .form-add label {display:block; margin-bottom:7px;}
.product-view .box-tags .form-add .input-box { float:left; width:515px; margin:0 0 10px; }
.product-view .box-tags .form-add .input-box input{width:500px;}
.product-view .box-tags .form-add button.button { float:left; }
.product-view .box-tags .form-add .button { float:left; }
.product-view .box-tags .form-add p { clear:both; }

/* Block: Reviews */
.product-view .box-reviews {}
.product-view .box-reviews dt{font-size:1.16em;}
.product-view .box-reviews dd{padding-bottom:30px;}
.product-view .box-reviews h2{margin-bottom:20px;}
.product-view .box-reviews .pager{border:0; padding:0 0 10px;}
.product-view .box-reviews .form-add {padding-top:35px;}
.product-view .box-reviews .form-add .form-list .input-box,
.product-view .box-reviews .form-add .form-list input,
.product-view .box-reviews .form-add .form-list textarea{width:99%;}

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

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


/* 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; margin-bottom:10px;}
.product-review .product-img-box .ratings{margin:10px 0;}
.product-review .product-img-box .ratings .rating-box{margin-bottom:10px;}
.product-review .product-img-box .ratings .rating-links a{display:block;}
.product-review .product-img-box .ratings .rating-links .separator{display:none;}

.product-review .details { float:right; width:470px; }
.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:470px; 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 ========================================================================= */
.checkout-cart-index .main-block .content .right-border{padding-top:9px;}

.cart .checkout-types { float:right; text-align:right; }
.cart .checkout-types li{float:left; padding-left:5px;}
.cart .checkout-types li button span{height:35px; background:transparent url(../images/checkout_button.png) 0 0 no-repeat!important; padding-left:12px!important;}
.cart .checkout-types li button span span{background-position:100% 0!important; padding-top:5px!important; padding-left:0!important; padding-right:12px!important; font-size:19px; font-weight:normal;}

.cart .page-title{margin-bottom:12px;}
.cart .page-title .checkout-types{padding-right:15px;}

/* Shopping Cart Table */
.cart-table{margin-bottom:5px;}
.cart-table th{text-align:center; padding:7px; color:#808080;}
.cart-table td{padding:7px; text-align:center; vertical-align:middle;}
.cart-table .product-name a{text-transform:none; font-size:1em;}
.cart-table tfoot td .btn-continue{float:left;}

*html .cart-table{border-right:1px solid #808080;}
*:first-child+html .cart-table{border-right:1px solid #808080;}

.cart-table .item-msg { font-size:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals{width:100%; overflow:hidden;}
.cart .cart-collaterals .col2-set{float:left; width:599px;}
.cart .cart-collaterals .col-1{width:261px;}
.cart .cart-collaterals .col-2{width:333px;}
.cart .crosssell{border:1px solid #808080; padding:15px 12px 0;}
.cart .crosssell h2{margin-bottom:15px; color:#808080; line-height:1.5em; padding-left:8px;}
.cart .crosssell .item{padding:23px 0 27px 15px; border-bottom:1px solid #808080;}
.cart .crosssell li.last{border-bottom:0;}
.cart .crosssell .product-image { float:left; width:101px; }
.cart .crosssell .product-details { width:99px; float:right; }
.cart .crosssell .product-details .product-name a{text-transform:none; font-size:1em;}
.cart .crosssell .product-details .add-to-links{padding-top:10px;}
.cart .crosssell .product-details .add-to-links li{display:block;}
.cart .crosssell .product-details .add-to-links .separator{display:none;}

.cart .discount{border:1px solid #808080; padding:18px 22px 10px 21px; margin-bottom:5px;}
.cart .discount h3{color:#808080; margin-bottom:15px;}
.cart .discount label{font-size:0.84em; display:block; padding-bottom:5px;}
.cart .discount .input-box input{width:172px; float:left;}
.cart .discount .input-box button{float:right;}
.cart .discount .buttons-set{padding-left:0;}
.cart .discount .buttons-set button{float:none; position:relative; margin-left:-5px;}

.cart .shipping {border:1px solid #808080; padding:18px 22px 24px 21px;}
.cart .shipping h3{color:#808080; margin-bottom:15px;}
.cart .shipping p{font-size:0.84em; display:block; padding-bottom:5px;}
.cart .shipping .form-list{margin-top:10px;}
.cart .shipping .form-list li{margin-bottom:15px;}
.cart .shipping .form-list label{font-weight:bold;}
.cart .shipping .form-list input{width:269px;}
.cart .shipping .form-list select{width:275px;}
.cart .shipping .buttons-set{padding-left:0; text-align:left;}
.cart .shipping .buttons-set button{float:none;}


/* Shopping Cart Totals */
.cart .totals { float:right; width:228px; padding:8px 12px 0 0; }
.cart .totals .totals-indent{width:200px; padding:33px 12px 30px 15px; background:#292828;}

.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px;  }
.cart .totals table td { font-weight:bold; color:#808080; text-align:left!important;}
.cart .totals .tax-collapse{font-weight:bold; color:#808080;}
.cart .totals .checkout-types{text-align:center; padding-top:10px; float:none;}
.cart .totals .checkout-types li{padding-bottom:10px; float:none; padding-left:0;}
.cart .totals .checkout-types li a{color:#808080;}

/* 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 */
.opc { border-bottom:1px solid #808080; position:relative; }
.opc li.section { border:1px solid #808080; 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:#292828; padding:8px 20px; text-align:right; }
.opc .step-title .number { float:left; line-height:normal; font-weight:bold; margin-right:10px; padding:2px 5px; border:1px solid #E7E3E0; color:#808080; background:#FFF;}
.opc .step-title h2 { float:left; font-weight:bold; color:#808080; padding-top:3px; margin-bottom:0; }
.opc .step-title a { display:none; float:right; }

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

.opc .active {}
.opc .active .step-title { background-color:#191919; cursor:default; }
.opc .active .step-title .number{color:#808080; background:#F4F4F4; border:1px solid #F4F4F4; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { border-top:1px solid #808080; padding:15px 21px 28px; position:relative; }
.opc .step .tool-tip { right:10px; }
.opc .active .step{background-color:#191919;}

.opc .order-review {}

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

.opc .field{width:333px;}
.opc .fields input,
.opc .field input{width:292px;}
.opc .name-lastname,
.opc .field-2{width:298px; float:left;}
.opc .field-2 input{width:292px;}
.opc .field-2 select{width:298px;}
.opc .name-firstname{width:332px;}
.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:625px;}

.opc .form-list{margin:15px 0;}
.opc .form-list li{margin-bottom:15px;}

/* Multiple Addresses Checkout */
.state{padding-bottom:23px;}
.checkout-progress {padding:0 0 0 80px; margin: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:#708F29;}
.checkout-progress li.active {background:#0D4D9E; color:#FFFFFF;}

.multiple-checkout { position:relative; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big{display:block; margin-bottom:10px;}
.multiple-checkout .grand-total .price {}
.multiple-checkout .data-table{margin:10px 0;}
.multiple-checkout .col2-set{padding:20px 0;}
.multiple-checkout .col2-set h2{font-size:1.16em; margin-bottom:10px;}
.multiple-checkout .box{padding:10px 0;}
.multiple-checkout .col2-set h2{}
.multiple-checkout .col2-set h3{font-size:1.09em;}
.multiple-checkout .col2-set .divider{position:relative; margin:20px 0; clear:both;}

.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;}
*html .checkout-multishipping-addresses .col-main #multiship-addresses-table{border-right:1px solid #DDDDDD;}
*:first-child+html .checkout-multishipping-addresses .col-main #multiship-addresses-table{border-right:1px solid #DDDDDD;}
.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 h3{margin:10px 0;}
.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 .col-main .input-box{width:auto;}
.checkout-multishipping-billing .col-main .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; margin-bottom: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-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 .buttons-set{border:0;}

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px 0 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:25px 12px; }
.page-sitemap .sitemap a {}
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a {}
.page-sitemap .pager{border:0; padding-left:0; position:relative; margin-top:-23px;}

#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 #checkout-payment-method-load dt{padding:5px 0;}
.checkout-onepage-index #checkout-payment-method-load dd{padding:0 20px;}

.please-wait { float:right;}
.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; width:463px; }
.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; }
.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 ============================================================================= */
.my-account .my-tag-edit{margin-bottom:10px;}
.my-account .my-tag-edit a.btn-remove{float:left; margin-right:5px;}
/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}
.dashboard .welcome-msg p.hello{margin-bottom:10px;}
.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-head,
.dashboard .box-title{width:100%; overflow:hidden; margin:15px 0 5px;}
.dashboard .box-head h2,
.dashboard .box-title h3{float:left;}
.dashboard .box-head a,
.dashboard .box-title 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; height:150px;}
.wishlist-index-index .col-main table button{margin:10px 0;}
.wishlist-index-index .col-main .buttons-set button{margin-left: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 {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:203px!important;}
.customer-name-middlename .name-firstname input{width:190px!important;}
.customer-name-middlename .name-middlename{width:72px!important;}
.opc .customer-name-middlename .name-middlename{width:130px!important;}
.customer-name-middlename .name-middlename input{width:51px!important;}
.opc .customer-name-middlename .name-middlename input{width:89px!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;}
.catalogsearch-advanced-index .col-main label{display:block; float:none;}

/* Block: Reviews */
.dashboard .box-reviews{padding-bottom:15px;}
.dashboard .box-reviews li{width:100%; overflow:hidden;}
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#191919; }
.dashboard .box-reviews .details { margin-left:20px; float:left; }
.dashboard .box-reviews .details .ratings strong{float:none; display:block; margin-bottom:3px;}
.dashboard .box-reviews .details .ratings .rating-box{float:none;}

/* Block: Tags */
.dashboard .box-tags li{width:100%; overflow:hidden;}
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#191919; }
.dashboard .box-tags .details { margin-left:20px;  float:left; }
.dashboard .box-tags .details .tags li{display:inline;}

.cms-index-index .content-wrapper{ background:url(../images/media/content_wrapper.jpg) center top no-repeat;}
.cms-index-index .col-main .std{margin:0;}
.cms-index-index .col-main .products-list{width:100%;}
.cms-index-index .col-main .products-list td{padding-bottom:23px;}
.cms-index-index .product-shop{width:455px;}
.cms-index-index .add-to-links{margin-top:10px;}
.cms-index-index .product-shop .ratings .rating-box{float:left; margin-right:5px;}
.cms-index-index .product-shop .ratings .amount{float:left;}
.cms-index-index .block-compare .block-content{padding-bottom:21px; padding-left:23px;}
.cms-index-index .block-cart .block-content{padding-left:23px;}


.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:15px 0 10px;}

.sales-order-view .main-block,
.sales-order-invoice .main-block,
.sales-order-shipment .main-block,
.sales-order-creditmemo .main-block{margin:0 0 23px;}

.review-product-list .col-main .pager,
.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;}

.checkout-onepage-index .col-main{width:677px; padding-top:3px;}
.checkout-onepage-index .col-right{width:163px;}
.checkout-onepage-index .col-main .page-title{display:none;}

.customer-account-login .col-main .col2-set .form-list{margin-top:5px;}

.header-product-block-wrapper{background:url(../images/media/header_produc_block_wrapper.gif) left top repeat-x; min-width:920px;}
.header-product-1-block-bg{background:url(../images/media/header_product_1_block_bg.jpg) center top no-repeat;}
.header-product-2-block-bg{background:url(../images/media/header_product_2_block_bg.jpg) center top no-repeat;}
.header-product-3-block-bg{background:url(../images/media/header_product_3_block_bg.jpg) center top no-repeat;}
.header-product-4-block-bg{background:url(../images/media/header_product_4_block_bg.jpg) center top no-repeat;}

.header-product-block-bg-2{background:url(../images/media/header_produc_block_bg_2.jpg) center bottom no-repeat;}
.header-product-block{padding:76px 0 22px 9px; height:383px; overflow:hidden;}
.header-product-block h2{font-size:27px; text-transform:uppercase; color:#FFF; margin-bottom:25px;}
.header-product-block h3{font-size:32px; text-transform:uppercase; color:#FFF; position:relative; margin-right:-5px; margin-bottom:20px; line-height:0.8em;}
.header-product-block p{font-size:17px; color:#FFF; font-weight:normal; line-height:1.4em;}
.header-product-block .header-button{float:right; margin:15px 290px 98px 0;}
.header-product-block .header-product-1{display:none; width:423px; height:383px; overflow:hidden; padding:0 0 0 9px;}
.header-product-block .header-product-1 h3{font-size:40px;}
.header-product-block .header-product-1 .header-button{float:right; margin:0 108px 0 0;}
.header-product-block .header-product-2{display:none; float:right; width:427px; height:371px; overflow:hidden; padding:12px 0 0 0;}
.header-product-block .header-product-2 h3{margin-bottom:5px;}
.header-product-block .header-product-3{display:none; float:right; width:427px; height:371px; overflow:hidden; padding:12px 0 0 0;}
.header-product-block .header-product-4{display:none; width:423px; height:383px; overflow:hidden; padding:0 0 0 9px;}
.header-product-block .active-box{display:block;}

.header-product-block-wrapper .header-banners{padding:0 0 7px 9px;}
.header-product-block-wrapper .header-banners a{display:block; width:215px; height:165px; overflow:hidden; float:left; margin-right:12px; position:relative; top:-22px; text-decoration:none; cursor:pointer;}
.header-product-block-wrapper .header-banners a:hover{text-decoration:none;}
.header-product-block-wrapper .header-banners a.product_banner-1{background:url(../images/media/header_bunner_1.png); margin-right:13px;}
.header-product-block-wrapper .header-banners a.product_banner-1.over,
.header-product-block-wrapper .header-banners a.product_banner-1.active{background:url(../images/media/header_bunner_1_active.png);}
.header-product-block-wrapper .header-banners a.product_banner-2{background:url(../images/media/header_bunner_2.png); margin-right:14px;}
.header-product-block-wrapper .header-banners a.product_banner-2.over,
.header-product-block-wrapper .header-banners a.product_banner-2.active{background:url(../images/media/header_bunner_2_active.png);}
.header-product-block-wrapper .header-banners a.product_banner-3{background:url(../images/media/header_bunner_3.png);}
.header-product-block-wrapper .header-banners a.product_banner-3.over,
.header-product-block-wrapper .header-banners a.product_banner-3.active{background:url(../images/media/header_bunner_3_active.png);}
.header-product-block-wrapper .header-banners a.product_banner-4{background:url(../images/media/header_bunner_4.png); width:217px; margin-right:0;}
.header-product-block-wrapper .header-banners a.product_banner-4.over,
.header-product-block-wrapper .header-banners a.product_banner-4.active{background:url(../images/media/header_bunner_4_active.png);}


.popular-block .page-title{margin-bottom:14px;}
.popular-block .products-grid{margin:0;}
.popular-block .products-grid td{padding-top:0;}
.popular-block .products-grid td button{float:right;}
.popular-block .product-image{margin-bottom:9px;}
.popular-block .product-name{margin-bottom:25px;}

.no-items{color:#1EB2EF; font-weight:bold;}

.new-products .products-grid li.item{padding-top:0;}
.new-products .products-grid li.item .product-name{margin-bottom:25px; margin-left:3px;}
.new-products .products-grid li.item .actions{text-align:right;}

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

.cms-customer-service .disc a{color:#1EB2EF;}


/* Footer ================================================================================ */
.footer { padding:0 8px 40px 9px; }
.footer .indent{border-top:1px solid #252525; padding:20px 0 0;}
.footer ul{float:left;}
.footer ul li{display:inline; padding-right:16px; margin-right:12px; background:url(../images/footer_divider.gif) right 4px no-repeat;}
.footer ul li a{color:#FFF; text-decoration:none; font-size:0.91em;}
.footer ul li a:hover{text-decoration:underline;}
.footer ul.links li.last{background:0;}
.footer .store-switcher{float:right;}
.footer .copy{color:#1EB2EF; font-size:0.91em; padding-top:4px;}
.footer .right{padding-top:5px;}
/* ======================================================================================= */


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