/* Layout ================================================================================= */
body {background: #000 url(../images/bg_body.png) center top no-repeat; font-size:12px; color:#A2A2A2;}
a {color: #898A8A; text-decoration:none;}
a:hover {color: #fff;}
.wrapper {background: url(../images/bg_header.png) center top no-repeat;}
.page { width:968px; margin:0 auto; padding:0; text-align:left;}
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main { margin:10px 0; clear:both;}
.color-main {color:#A80000;}
.blank {color:#fff;}

/* Base Columns */
.col-left { float:left; padding:5px 5px 0 0;width:217px; }
.col-main { float:left; width:660px; padding:5px 0;}
.col-right { float:right; width:217px; margin-top:25px;}

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

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; width:727px;margin-top:20px;}
.col2-right-layout .col-main {width:727px;margin-top:20px;}

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

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .narrow { width:33%; }
.col2-set .wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }

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


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#fff; border:1px solid #ddd; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option {}
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }

button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { height:37px !important;overflow:visible; width:auto; border:0; padding:0 0 0 12px; background:url(../images/bg_button_grey_left.png) 0% 0% no-repeat; cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ }
button.button:hover { height:37px !important;background:url(../images/bg_button_grey_left.png) 0 -37px no-repeat;}
button.button span { text-transform:uppercase;display:block;float:left;  height:37px !important; padding:0 12px 0 0; background:url(../images/bg_button_grey_right.png) 100% 0% no-repeat; font:bold 12px/33px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#949494; }
button.button:hover span {  height:37px !important; background:url(../images/bg_button_grey_right.png) 100% -37px no-repeat; color:#ffffff; }

button.button-type2::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button-type2 { height:29px !important;overflow:visible; width:auto; border:0; padding:0 0 0 12px; background:url(../images/bg_button_red_left.png) 0% 0% no-repeat; cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ }
button.button-type2:hover {background:url(../images/bg_button_red_left.png) 0 -29px no-repeat;}
button.button-type2 span { text-transform:uppercase; display:block;float:left; height:29px; padding:0 12px 0 0; /**padding:0 12px 6px 0;*/ background:url(../images/bg_button_red_right.png) 100% 0% no-repeat; font:bold 12px/26px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.button-type2:hover span { background:url(../images/bg_button_red_right.png) 100% -29px no-repeat; color:#fff; }



button.disabled {}
button.disabled span {}
/* Input & Textarea stretched for 100% */
.field-100 { border:1px solid #888; padding:2px; overflow:hidden; }
.field-100 input.input-text,
.field-100 textarea { float:left; width:100%; margin:0; padding:0; border:0; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#eee; }*/

/* Form lists */
.form-list li { margin:0 0 5px; }
.form-list label { font-weight:bold; color:#A80000; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:250px; }
.form-list select { width:256px; }
.form-list li.add-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.add-row .btn-remove { font-size:0; line-height:0; padding:5px 5px 0 0; text-align:right; }
.form-list .range input.input-text { width:96px; }

.group-select {}
.group-select li { margin:0 0 5px; }
.group-select .input-box { float:left; width:260px; }
.group-select input.input-text,
.group-select textarea {width:510px; }
.group-select select { width:516px; }
.group-select .input-box input.input-text,
.group-select .input-box textarea { width:250px; }
.group-select .input-box select { width:256px; }

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


.buttons-set2 { clear:both; margin:5px 0 0; padding:5px; border:1px solid #ddd; text-align:right; }

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

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { background: url(../images/bg_messages.png);border-style:solid !important; border-width:1px !important; padding:8px !important; font-size:10px !important; font-weight:bold !important; }
.error-msg { border-color:#CC0000; color:#8C1515; }
.success-msg { border-color:##D8D8D8; color:#393939; }
.note-msg,
.notice-msg { border-color:##D8D8D8;color:#393939; }

/* BreadCrumbs */
.breadcrumbs { margin:0 0 5px; font-size:12px; color:#ffffff;}
.breadcrumbs li { display:inline; }
.breadcrumbs li a {color:#A80000;}
.breadcrumbs li a:hover {color:#4F4F4F;}
.breadcrumbs span {color:#A80000;}

/* Page Heading */
.page-title {background:transparent url(../images/bg_box_title.png) no-repeat scroll 0 0;margin-bottom:10px;padding-left:12px;}
.page-title h2 {color:#A80000;font-size:13px;font-weight:bold;line-height:34px;text-transform:uppercase;}
.title-buttons { text-align:right; }
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }
.col1-layout .page-title {background:transparent url(../images/bg_box_title_1column.png) no-repeat;}

.col1-layout .title-buttons h2 {width:750px;text-align:left;}
.col2-left-layout .title-buttons h2 {width:550px;text-align:left;}

.toolbar-bootm {clear:both;}

/* Pager */
.pager { padding:0 10px 5px 5px; text-align:center; color: #8B8B8B;}
.pager a {color:#000;font-weight:bold;}
.pager .amount { float:left; }
.pager .limiter { float:left; }
.toolbar-bootm .limiter {display:none;}
.pager .pages { float:right; }
.pager .pages .page-arrow {color:#8C1515;}
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages .current {text-decoration:underline;font-weight:bold;color:#000;}

/* Sorter */
.sorter { padding:0 10px 0 5px; color: #8B8B8B;}
.sorter a {color:#000;font-weight:bold;}
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }
.sorter .sort-by a {text-decoration: underline;}
.sorter .link-feed {}
.toolbar-bootm .sorter {display:none;}


/* Data Table */
.data-table { width:100%; background: url(../images/bg_general.png);}
.data-table th { padding:5px; border:1px solid #ddd; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border:1px solid #ddd; }
.data-table thead { background: url(../images/bg_general.png); }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { background-color:#f6f6f6; }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#f6f6f6; }
.data-table td.value {}

/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total td {}
tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.tax-details td { background-color:#f6f6f6; }
tr.tax-details-first td {}

/* Shopping cart tax info */
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { cursor:pointer; }
.cart-tax-total { padding-right:20px; background:url(../images/bg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Lists Decoration */
li.odd {}
li.even { /*background-color:#f6f6f6;*/ }
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 0.5em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }
.std a {color:#A80000;}
.std a:hover {color:#fff;}
.cms-page-view {color:#A2A2A2;}

/* Misc */
.link-rss { background:url(../images/icon_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
.extra-info {padding:10px;background: url(../images/bg_general.png);}
.contacts-index-index .extra-info {padding: 40px 35px;}
/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; width:300px; height:50px; overflow:hidden; }
.header-container {}
.header { height:110px; position:relative;}
.header .logo { background-position:0 0; background-repeat:no-repeat; text-indent:-999em; margin-left:315px;margin-top:20px;}
.header .logo a { display:block; width:300px; height:50px; }
.header .welcome-msg { font-weight:bold; text-align:right; }
.header .links { float:right; }
.header .form-search { }
.header .form-search .search-autocomplete { z-index:999; }
.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 {}
.header .form-language { text-align:center; }
.header .form-search #search {margin-top:8px; margin-left: 32px; margin-right:3px; border:0;width:135px;}
.header .form-search button.button {/*background: url(../images/bg_button_search.png) no-repeat;*/width:32px;height:35px !important;float:right;padding:0;}
.header .form-search button.button span {background: none;width:32px;height:35px;padding:0;color:#A80000;}

.header .form-search button.button:hover {background: none;/*background: url(../images/bg_button_search.png) 100% 100% no-repeat;*/}


/*.header .datasite {float:right;border:1px solid #fff;width: 498px;text-align:right; font-weight:bold;margin-bottom:10px;margin-top:15px;}*/

.header .datasite {position:absolute;top:120px;right:0;width: 498px;text-align:right;}

.header .othersites {width: 140px; height:45px;padding:7px 45px 0 10px; text-align:right;float:right;background: url(../images/bg_other_links.png) no-repeat; margin-right:8px;}
.sep-sites {height: 9px;}
.header .minisearch {/*display:none;background: url(../images/bg_search.png) no-repeat;*/ width: 210px; height:37px; padding:1px;float:right;}

.top-nav {position: absolute;top:32px;}
.top-nav li {display:inline;float:left;text-align:center;}
.top-nav li a {color:#A80000;font-size:13px;font-weight:bold;text-transform:uppercase;}
.top-nav li a:hover {color:#4F4F4F;}
.tn-home {width:85px;}
.tn-about {width:141px;}
.tn-faq {width:85px;}
.tn-logo {width:300px;}
.tn-logo a {display:block;}
.tn-contact {width:100px;}
.tn-account {width:120px;}

/********** < Navigation */
#nav { font-size:12px; height:36px; margin:0 0 10px 0;background: url(../images/bg_nav.png) repeat-x;float:left;width:auto;}

/* 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:9px 12px; font-weight:bold; color:#828282; background: url(../images/bg_nav_sep.png) right center no-repeat;}
#nav li a:hover { color:#A61E1E; }
#nav li.over a,
#nav li.active a { color:#A61E1E; }

/* 2nd Level */
#nav ul { position:absolute; width:15em; top:25px; left:-10000px; border:1px solid #ddd; background:#fafafa; }
#nav ul li { float:none; border-bottom:1px solid #ddd; }
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none; padding:3px 9px; font-weight:normal; color:#888 !important; }
#nav ul li a:hover { color:#000 !important; }
#nav ul li.active > a,
#nav ul li.over > a  { font-weight:bold; color:#000 !important; }

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

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

/********** < Navigation vertical */
#vertnav {}
#vertnav li { position:relative; text-align:left; }
#vertnav li.over { z-index:999; }
#vertnav a,
#vertnav a:hover { display:block; line-height:1.3em; text-decoration:none; text-transform:uppercase;}
#vertnav span { display:block; cursor:pointer; white-space:nowrap; }
#vertnav li ul span {white-space:normal; }

/************ 0 LEVEL  ***************/
#vertnav li { float:left; background: url(../images/bg_vertnav.png);margin-bottom:1px;}
#vertnav a { float:left; padding:5px 5px 6px 22px; color:#4F4F4F; width:195px;font-size:12px; font-weight:bold; /*background:transparent url(../images/bg_vertnav_a.png) 155px center no-repeat;*/}
#vertnav li.over a,
#vertnav a:hover,
#vertnav li.active a { color:#A80000; /*background:transparent url(../images/bg_vertnav_a_hover.png) 202px center no-repeat;*/}

/************ 1ST LEVEL ************/
#vertnav ul li,
#vertnav ul li.active { float:none; margin:0;}
/*#nav ul li.over { background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%; }*/
#vertnav ul li {background:transparent url(../images/bg_vertnav_li_middle.png) repeat-y; }
#vertnav ul li.level0 {background:transparent url(../images/bg_vertnav_li_top.png) left top no-repeat; }
#vertnav ul li.last { padding-bottom:0; background:transparent url(../images/bg_vertnav_li_bottom.png) left bottom no-repeat;}
#vertnav ul li.last a {height:40px;}


#vertnav ul a, #vertnav ul a:hover { float:none; padding:0; background:none; }


/************ 2ND LEVEL ************/
#vertnav ul { position:absolute; top:25px; left:-10000px; }

/* Show menu */
#vertnav li.over > ul { left:222px; top:0px;}
#vertnav li.over > ul li.over > ul { left:100px; }
#vertnav li.over ul ul { left:-10000px; }

#vertnav ul li a { }
#vertnav ul li a:hover {}
#vertnav ul li a { width:200px !important; padding:0 !important;background:none !important;}
#vertnav ul li a:hover {background:none !important;}
#vertnav ul span, .vertnav ul li.last li span { padding:3px 15px 4px 15px;}

/************ 3RD+ LEVEL ************/
#vertnav ul ul { top:5px; }


/* Boxes ***************************************************/

.box .box-title {padding-left:12px;margin-bottom:10px;background: url(../images/bg_box_title_left.png) no-repeat;}
.box .box-title h2 {font-size: 14px;color:#9E1E1E;font-weight:bold;line-height:31px;background: url(../images/bg_box_title_right.png) 100% 0 no-repeat;}
.box .recently-list td {color:#000;width: 155px;}
.box .recently-list td.first {}
.box .recently-list td.last {background:none;}
.box .recently-list td.unic {background:none;}
.box .box-image {text-align:center;margin-bottom:5px;}
.box .box-image img {}
.box button.button, .box button.button-type2 {float: none;clear:both;width:100%;}
.box button.button span, .box button.button-type2 span {width:100%;}
.box .price-box {float: left;}
.box .price-box .old-price {margin:0;}
.box .price-box .special-price {margin:0;color:#DF0000;}
.box .price-box .regular-price {color:#DF0000;font-size:17px;}
.box .price-box .special-price .price-normal {color:#fff;font-size:12px;font-weight:bold;}

.box .recently-list a.product-name {font-size: 13px;color: #000;font-weight: bold;}
.box p {margin-bottom: 0;}

.box .wrapper-box {margin:3px;padding:10px;background: url(../images/bg_general.png);font-style:oblique;}

/* Box Best Sellers */
div.box-bestsellers {width: 490px;float:left;}
.box-bestsellers .recently-list {}

/* Box Featured Products */
div.box-featured {margin-bottom:10px;}
.box-featured .box-title {background: url(../images/bg_box_title_left_red.png) no-repeat;}
.box-featured .box-title h2 {color:#fff;background: url(../images/bg_box_title_right_red.png) 100% 0 no-repeat;}
.box-featured .price-box {color:#DF0000;width:100%;}
.box-featured .recently-list a.product-name {color: #fff;text-transform:uppercase;}


/* Sidebar =============================================================================== */
.block { margin:0 0 10px; float:left;width:222px;}
.block .block-title {  padding:0 22px 0 10px;height:30px; background: url(../images/bg_box_header.png) no-repeat; text-transform:uppercase;}
.block .block-title h2 { font-size:12px; font-weight:bold; line-height:30px; line-height:30px; color:#A80000; }
.block h3 { font-size:14px; line-height:1.5; }
.block .block-content { padding:10px; }
.block .actions { text-align:right; }
.block .actions a { float:left; }
.block-image {text-align:center;margin-bottom:5px;}
.block-image img {border: 1px solid #ccc;}
.col-left button.button {float: right;}

.block .block-content {/*background: url(../images/bg_box_content.png) repeat-y;width:151px;float:left;*/background: url(../images/bg_general.png);}
.block .block-footer {/*background: url(../images/bg_box_footer.png) center bottom no-repeat; height:10px;width:171px;float:left;*/display:none;}
.block-vertnav .block-content {padding:0;}
/* Block: Account */
.block-account {}
.block-account .current {color:#9E1E1E; }

/* Block: CMS Menu */
.block-cmsmenu .block-content {background:none;padding:0 0 10px 0;}
.block-cmsmenu .block-content ul li {padding:5px 15px;background: url(../images/bg_box_general.png);margin-bottom:1px;}
.block-cmsmenu .block-content ul li a {display:block;color:#4F4F4F;text-transform:uppercase;font-weight:bold;}
.block-cmsmenu .block-content ul li a:hover {color:#A80000;}

/* Block All Products */
.block-allproduct select {width:100%;}

/* Block: Vertnav */
.block-vertnav .block-content {width:171px;}

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

/* Block: Layered Navigation */
.block-layered-nav {}
.block-layered-nav dt { font-weight:bold; }
.block-layered-nav .currently {}

/* Block: Cart */
.block-cart {}
.block-cart .amount {}
.block-cart .subtotal { text-align:center; }

/* Block Cart Header */
a.button_view_shopping {margin-right:-16px;width: 150px; line-height: 28px;height: 34px;float:right;text-align:center;font-size:13px; color:#A80000;font-weight:bold; text-transform: uppercase;}
a:hover.button_view_shopping {background: url(../images/button_view_shopping.png) right top no-repeat;}
.cart-header {float:right;width: 227px;margin-top:28px;}
.cart-details {position: absolute;z-index:10;margin-top:23px;background: url(../images/bg_cart_header.png) center top no-repeat;width:205px;height:100px;padding:15px 20px;color:#ffffff;}
.cart-title {color: #A80000; font-weight:bold; font-size:12px;margin-top:4px;}

.cart-details .actions {margin-top:9px;}
.cart-details button.cart {float:left;}
.cart-details button.checkout {float:right;}

.cart-recent {display: none;}

#nav li.over >

.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:50px; padding:5px; border:1px solid #ddd; margin-right:-75px; }
.mini-products-list .product-details { margin-left:75px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.mini-products-list .product-details .btn-remove { float:right; }

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

/* Block: Related */
.block-related {}
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .item { margin-left:20px; }
.block-related .item .product-image { float:left; margin-right:-65px; }
.block-related .item .product-details { margin-left:65px; }

/* Block: Compare Products */
.block-compare {}
.block-compare li { padding:5px 0; }

/* Block: Viewed */
.block-recent {}

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

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

/* Block: New In */
.block-newin .recently-list {width:151px; color: #000;}
.block-newin .recently-list li {padding: 5px 0 10px 0;clear:both;float:left;width: 151px;}
.block-newin .product-name {color: #000;}

/* Block: Subscribe */
.block-subscribe {color: #000;}
.block-subscribe #newsletter {margin-bottom: 5px;width:145px;}

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

/* Block: Banner */
.block-banner {}
.block-banner .block-content { text-align:center;padding:0;background:none; }

/* Block: Checkout Progress */
.block-progress {}
.block-progress dt { font-weight:bold; }
.block-progress dt.complete,
.block-progress dd.complete { /*background-color:#f6f6f6;*/ }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { background: url(../images/bg_box_title.png) no-repeat; height:34px; margin:10px 0; padding: 0 15px; }
.category-title h2 {line-height:34px;color: #A80000; font-size: 13px; font-weight: bold;text-transform:uppercase;}
.category-image { display:block; margin:0 auto; }
.category-products {}

/* View Type: Grid */
.products-grid { width:100%; }
.products-grid tr.odd {}
.products-grid tr.even { background-color:#f6f6f6; }
.products-grid td { width:33%; border:1px solid #ddd; padding:5px; }
.products-grid td.empty {}

/* View Type: List */
.products-list li.item { background: url(../images/bg_box_general.png); margin:0 0 5px; }
.products-list .product-image { float:left; }
.product-view .products-list .product-shop, .products-list .product-shop { float:right; width:540px; }
.products-list-wrapper {padding:10px 15px;}
.products-list .product-shop .price-box {text-align:right;color: #9E1E1E;font-size: 14px;}
.products-list .product-shop .actions-box {text-align:right;margin-top:5px;}

.products-list .product-shop .column1 {float:left;width:400px;}
.products-list .product-shop .column2 {float:right;padding-top:25px;}
/* ======================================================================================= */


/* Product View ========================================================================== */
.product-view {padding:10px;background:url(../images/bg_general.png);}

.product-essential {}
.product-collateral {clear:both;}

/* Product Images */
.product-view .product-img-box { float:left; width:270px; }
.product-view .product-img-box .product-image { border:1px solid #3A3A3A; background-color:#000; text-align:center;}
.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; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views ul { margin-left:-10px }
.product-view .product-img-box .more-views li { float:left; border:1px solid #3A3A3A; margin:9px 0 9px 10px; }

.clickon {background:transparent url(../images/click_enlarge.png) no-repeat scroll right center;float:left;font-size:11px;font-weight:bold;padding-right:16px;}

.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:420px; }
.product-view .product-name {}
.product-view .product-name h2 {}


.product-view .short-description {}

.product-name-detail {background:transparent url(../images/bg_box_title.png) no-repeat;height:34px;margin:10px 0 5px 0;padding:0 15px;}
.product-name-detail h2 {color:#A80000;font-size:13px;font-weight:bold;line-height:34px;text-transform:uppercase;}
.title-product {font-weight:bold; color: #fff;font-style: oblique;font-size:13px;text-transform:uppercase;}
.subtitle-product {color: #fff;font-style: oblique;}

/* Rating */
.ratings {}
.ratings .amount {}
.ratings .rating-links {}
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bg_rating.gif) 0 0 repeat-x; position:relative; overflow:hidden; }
.rating-box .rating { position:absolute; top:0; left:0; height:13px; background:url(../images/bg_rating.gif) 0 100% repeat-x; }

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

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

.price-box {font-style: oblique;}
.price-box .price { font-weight:bold; }

.price-box-bundle {}

.product-essential .price-box { color: #000; }

/* Regular price */
.regular-price {color:#fff;}
.regular-price .price { font-weight:bold; font-size:17px; }

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

/* Special price */
.special-price {color:#DF0000;}
.special-price .price-label { font-weight:bold; white-space:nowrap; font-size:17px;text-transform:uppercase;}
.special-price .price { font-weight:bold; font-size:17px;}

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

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

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

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

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from {}
.price-from .price-label { font-weight:bold; white-space:nowrap; }
.price-to {}
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

/* Add to Links */
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:7px;margin-top:5px; font-weight:bold;color:#fff;}
.add-to-cart .qty { float:left; margin-right:7px;margin-top:2px; }
.add-to-cart button.button { float:left; margin-left:5px; }

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

.wrapper-add-to-box {background:#141313;padding:10px;float:left;width:687px;margin-bottom:10px;}

.wrapper-add-to-box .availability {margin-left:20px;}
.wrapper-add-to-box .price-box {float:left;margin-left:20px;}

.wrapper-add-to-box .add-to-box {float:right;width:225px;}

.product-shop .add-to-box .add-to-cart {width: 200px;}

/* Product Options */
.product-options { padding:10px; margin:25px 10px 5px; }
.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:5px 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:auto; }
.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:5px 0 0; clear:both;}

.product-options-bottom { padding:10px; background:#141313;}
.product-options-bottom .price-box { margin:10px 0 0 20px; float:left; }
.product-options-bottom fieldset.add-to-cart {float:right;margin-top:10px;width:230px;}


.product-options dt {line-height:30px;margin-right:5px;}
.product-options dt, .product-options dd {float:left;}

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

/* Block: Description */
.product-view .description {font-style: oblique;}

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

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

/* Block: Tags */
.product-view .tags {}
.product-view .tags .form-add-tags label { float:left; }
.product-view .tags .form-add-tags .input-box { float:left; width:260px; margin:0 5px; }
.product-view .tags .form-add-tags input.input-text { width:254px; }
.product-view .tags .form-add-tags button.button { vertical-align:bottom; }
.product-view .tags .form-add-tags p { clear:both; }

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

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


/* Content Styles ================================================================= */
.product-name { font-size:1em; font-weight:bold; line-height:1.5; }
.product-name a {color:#fff;text-transform:uppercase;}
/* Product Tags */
.tags-list li { display:inline; }

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

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

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


/* Product Review ======================================================================== */
.product-review {}
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; border:1px solid #ddd; padding:1px; }
.product-review .details { float:right; width:570px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .checkout-types { float:right; text-align:right; }
.cart .checkout-types button.button-type2 {margin-top: 3px;}

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { float:left; width:700px; margin-top:5px;}
.cart .crosssell .product-image { float:left; margin-right:-90px; }
.cart .crosssell .product-shop { margin-left:90px; }
.cart .shipping {}

/* Shopping Cart Totals */
.cart .totals { float:right; }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; }

/* 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 #ddd; position:relative; }
.opc li.section { border:1px solid #ddd; border-bottom:0; }
.opc .step-title { background-color:#f6f6f6; padding:0 5px; text-align:right; }
.opc .step-title .number { float:left; line-height:22px; margin-right:5px;  color:#A80000;}
.opc .step-title h3 { float:left; color:#A80000;}
.opc .allow .step-title { cursor:pointer; }
.opc .active {}
.opc .active .step-title { background-color:#ccc; cursor:default; }
.opc .step { border-top:1px solid #ddd; padding:10px; position:relative; background:transparent url(../images/bg_general.png)}
.opc .step .tool-tip { right:10px; }
.opc .order-review {}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#9E1E1E; color:#9E1E1E; }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}

/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.please-wait { float:right; margin-right:5px; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.add-gift-message {}
.gift-message-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-message-form .inner-box { padding:5px; height:300px; overflow:auto; }
.gift-message-form .gift-item {}

.gift-message-link { display:block; background:url(../images/bg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }
/********** Common Checkout Styles > */
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login {}
.account-login .new-users, .account-login .registered-users {background: url(../images/bg_general.png);padding:15px;width:450px;height:145px;}

.account-login .registered-users .form-list input.input-text {width: 205px;}
.account-login .registered-users .form-list li {display: inline;float:left;margin-right:15px;}
.account-login .registered-users .form-list li.last {margin-right:0;}

.account-login .new-users .buttons-set {margin-top:30px;}
.account-login .registered-users .buttons-set {margin-top:50px;}

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


/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}

/* Block: Recent Orders */
.dashboard .recent-orders { margin:10px 0; }

/* Block: Tags */
.dashboard .tags .number { float:left; margin-right:-20px; }
.dashboard .tags .details { margin-left:20px; }

/* Block: Reviews */
.dashboard .reviews {}
/********** Dashboard > */

/* Order View */
.order-info { border:1px solid #ddd; padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

/* Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer-wrapper {}
.footer { padding:10px; margin:0 auto;width:948px; font-size:10px;border-top:1px solid #2E2A2A}
.footer p { }
.footer address {}
.footer-content {float:left;width:100%;text-align:center;}
.footer-title {font-weight:bold;font-size:12px;color:#9E1E1E;}
.footer a {text-decoration:none;color:#B2B2B2;}
.footer ul.links {float:left; background: url(../images/bg_links_sep.png) left top repeat-y;padding-left:20px;padding-right:20px;}
.footer ul.last{padding-right:0;}
.footer ul.links li a {}

.footernav {clear:both;}
.footernav li {display:inline;border-right:1px solid #A80000;}
.footernav li.last {border:0;}
.footernav li a {color:#A80000;font-size:11px;padding:0 10px;}
.footernav li a:hover {color:#898A8A;}
.footernav li li {display:block;margin-right: 0;}
.footernav li li a, .footer ul.links li a {font-size:11px;font-weight:normal;}

.footer-data {float:left; width:100%;text-align:right;padding-top: 10px;margin-top:15px;}

.footer-data .menu-links li {display:inline; border-right:1px solid #B2B2B2;padding:0 5px; }
.footer-data li.first {padding-left:0;}
.footer-data li.last {border-right:0; padding-right:0;}
.footer-left {float:left;text-align:left;}}
.footer-right {float:right;text-align:right;}
.footer-left li, .footer-right li {margin-bottom:10px;}

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

.contacts-index-index .form-list {margin-top: 5px;}
.contacts-index-index .input-box {width:730px;}
.contacts-index-index .form-list label {font-weight:normal; width: 120px;float:left;color:#A80000;}
.contacts-index-index .group-select .input-box input.input-text {width:530px;}
.contacts-index-index .group-select textarea {width:530px;}
.contacts-index-index p.required {margin-right:15px;}

#checkoutSteps .group-select .input-box {margin-right:20px;}

/* Splash Screen ================================================================================ */
#splashmask {position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:500;}
#splash-mask {
position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;color:#d85909;background-color:#fff;filter:alpha(opacity=80);opacity: 0.8;
font-size:1.1em;font-weight:bold;text-align:center;z-index:90;
}
#splash-mask-loader {
position:fixed;top:8%;left:50%;z-index:499;margin-left:-479px;width:980px;padding:0;background:transparent;border:0;color:#F200B6;
font-weight:bold;text-align:center;z-index:100;
}
.splash-content .logo-image {text-align:center;}
.splash-content td {width:33%}
#splashmask td .text {color:#999;padding: 10px 15px; height:50px;}
.splash-content .page-title h2 {text-align:center;}
.td1 .page-title h2 {color:#ED00B0;}
.td2 .page-title h2 {color:#A22020;}
.td3 .page-title h2 {color:#337B0F;}
/* ======================================================================================= */

/* Product Reviews ================================================================================ */
#customer-reviews {padding:10px;background: url(../images/bg_general.png);}
.add-review {background: #151414 none;}
.reviews .font-normal {font-weight: normal;}
.reviews .pager {border-bottom: 1px solid #ccc;}
.reviews .pager .limiter {float:right;}
.reviews dl {margin: 5px 10px 10px 10px;}
.reviews dd {padding: 0 0 5px 0;}
.reviews dt {margin-top: 5px; border-top: 1px solid #ccc;font-weight:bold;padding: 5px 0 0 0;}
.reviews dt.first {border-top: 0;}
.reviews dd .data-table {margin:5px 0;width: auto;background: none;}
.reviews .data-table td.label,
.reviews .data-table th.label,
.reviews .data-table td,
.reviews .data-table th {background-color:transparent;font-weight:normal;padding:0;padding:2px;border:0;color:#fff;font-weight:bold;}

#review-form {background: url(../images/bg_general.png);padding:10px;float:left;}
.add-review .review-wrapper {padding:5px 30px;}
.add-review .data-table {margin: 10px 0; width:auto;border:0;}
.add-review .page-title {background: #151414 none;border-bottom:2px solid #000;}

.add-review .data-table {background: transparent none;}
.add-review .data-table thead {background: transparent none;}
.add-review .data-table thead th {background: #2C2C2C;border:0; border-right: 1px solid #000;color:#fff;}
.add-review .data-table thead th.first {background: #2C2C2C;}
.add-review .data-table thead th.last {background: #2C2C2C;border-right:0;}

.add-review .data-table tr.even {background: transparent none;}
.add-review .data-table tbody td {background: #252525;border:0; border-right: 1px solid #000;border-bottom: 1px solid #000;}
.add-review .data-table tbody tr td.last {border-right: 0;}
.add-review .data-table tbody tr.last td.last {background: #252525;border-right: 0;}
.add-review .data-table tbody tr.last td {border-bottom: 0;}
.add-review .data-table tbody tr td.label {background: #202020;color:#E6E6E6;}
.add-review .data-table tbody tr.last td.label {background: #202020;}

.add-review .data-table td {text-align:center;}
.add-review .form-list input.input-text,
.add-review .form-list textarea {width:641px;}
/* ======================================================================================= */
.furtherinformation {font-style: oblique;padding:10px;}
.furtherinformation h4 {color:#A80000;}
.all-products-drop {margin-bottom:7px;}
.divider-line {float:left;width:100%;margin: 15px 0; border-top:1px solid #2E2A2A;}
.red-link {color:#A80000;}
.red-link:hover {color:#fff;}
