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

/* Reset ================================================================================= */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
background: transparent; border: 0; font-size: 100%; margin: 0; outline: 0; padding: 0; vertical-align:baseline; }
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
table { border-collapse: collapse; border-spacing: 0; }
/* End of Reset.css */

legend { font-size: 1.25em; margin-bottom: 0 !important; margin-bottom: 1.5em; }
label { font-size: 1.1em; height: 25px; line-height: 25px; }
fieldset p {clear: both; margin: 0 0 .5em 0;}
input.text { font-size: 1.05em;margin-bottom: 7px; }
input.checkbox, input.radio { display: block; margin-top: 4px; }
textarea {width: 99%; margin-bottom: 7px;}
/* End of global-forms.css */

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.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 ================================================================================ */
body {
	color: #fff;
	font-size: 90%; /* Base font size: 16px */
	font-family:Arial,sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
	background: #161616;
}
.wrapper { min-height:100%; width:1000px; margin:0 auto; background:#000 url(../images/page.jpg) 0 0 no-repeat; }
/*.page { width:960px; margin:0 auto; padding:0 25px 179px; text-align:left; }*/
.page { width:1000px; margin:0 auto; padding:0 0 179px; text-align:left; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:40px 0px 0; text-align:left; }
.main-container { width:952px; padding:0 25px; }
.main { margin:0; position: relative; cursor: default; }
a { text-decoration:none; color:#fff; cursor: pointer; }
p { line-height:1.5em; }

/* Base Columns */
.col-left { float:left; width:230px; padding:0; position: relative; z-index: 99; }
.col-main { float:left; width:950px; padding:0; } /* -10px padding */
.col-right { float:right; width:190px; padding:0; position:relative; top:-7px; }

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

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

/* 3 Columns Layout */
.col3-layout .col-main { width:499px; margin-left:15px; margin-top:8px; padding-top: 33px; }
.col3-layout .col-wrapper { float:right; width:720px; }
.col3-layout .col-wrapper .col-main { float:left; }
.cms-home .col-main { padding-top: 0px!important; }

/* HOME 3 Columns Layout */
.cms-home .col3-layout .col-main { width:484px; margin-left:15px; position:relative; top:-14px; }
.cms-home .col3-layout .col-wrapper { float:right; width:720px; }
.cms-home .col3-layout .col-wrapper .col-main { float:left; }

/* Content Columns */
.col2-set .col-1 { float:left; width:310px; } /*-25 de padding*/
.col2-set .col-2 { float:right; width:310px; } /*-25 de padding*/
.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%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button {}
select { background:#fff; }
input.input-text { padding:3px; background-color:#404040; border:1px solid #2d2d2d; height:24px; color:#fff; }
textarea { padding:2px; background-color:#404040; border:0; color:#fff; }
select { padding:1px; }
select option { /*padding-right:10px;*/ }
select.multiselect option { border-bottom:1px solid #ddd; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
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 { -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:hover { cursor: pointer!important; }
button.button span { /*float:left; height:auto; background:transparent url(../images/bkg_button.gif) 0 0 no-repeat; padding:0 0 0 8px; font:bold 12px/21px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap;*/ color:#fff; }
button.button span span { /*background-position:100% 0; padding:0 12px 0 4px;*/ }
button.button img { display:block; }
button.disabled {}
button.disabled span {}
button.btn-checkout span {}
button.btn-checkout.no-checkout {}

/******buttons********/
.view-product .go, .go-link{position:absolute; z-index:10000; top:101px; left:193px; cursor:pointer}
.view-product .go .button, .go-link{border:none; color:#fff; cursor:pointer !important; line-height:29px; text-align:center;}
.go-link:hover{ background:url(../images/b/go_over.png) no-repeat 50% 100% !important;}
.go-button span{ text-transform:uppercase; }
.go-button span span { }
.go-button,.view-product .go .button, .go-link { width:30px; height: 29px; background:transparent url(../images/b/go.png) 0 0 no-repeat!important; font-weight: bold; }

.featured-btn { height: 34px; }
.featured-btn span { /*background:transparent url(../images/b/orange_rectangle_btn_left.gif) 0 0 no-repeat; */ background:#FD7B13; }
.featured-btn span span { /*background:transparent url(../images/b/orange_rectangle_btn_right.gif) 0 0 no-repeat; */text-transform: uppercase; padding:6px 20px; font-size: 14px; }
.featured-btn:hover span span { color: #ffc89d !important; }

.orange-button { cursor: pointer; padding:6px 0!important;}
.orange-button span { background:transparent url(../images/b/orange_btn_right.png) 100% 0 no-repeat; height: 26px; padding: 5px 10px 5px 0px; font-size: 14px; font-weight: bold; }
.orange-button span span { background:transparent url(../images/b/orange_btn_left.png) 0 0 no-repeat; padding: 4px 10px 5px 15px; font-size: 15px; }
.orange-button:hover span span { color:#ffc89d; }

.gray-btn { cursor: pointer; }
.gray-btn span { height: 26px; font-size: 14px; font-weight: bold; }
.gray-btn span span { background:transparent url(../images/b/more_info.gif) 0 0 no-repeat; padding: 5px 13px 5px 7px; color:#000; width:84px; }
.gray-btn:hover span span { color:#757575; }

.orange-button-wedding { margin: 0!important; }
.orange-button-wedding span { background:transparent url(../images/b/orange_btn_right.png) 100% 0 no-repeat; height: 26px; padding: 5px 10px 5px 0px; font-size: 13px; font-weight: bold; }
.orange-button-wedding span span { background:transparent url(../images/b/orange_btn_left.png) 0 0 no-repeat; padding-left: 6px;  }
.orange-button-wedding:hover span span { color:#ffc89d; }

.btn-cart-buy { margin: 0; }
.btn-cart-buy span { height: 26px; padding: 5px 0px; font-size: 14px; font-weight: bold; }
.btn-cart-buy span span { padding:6px 10px 7px; background:transparent url(../images/b/add_cart.gif) 100% 0 no-repeat; width:20px; }
.btn-cart-buy:hover span span {  }

.more-info-btn { cursor: pointer; }
.more-info-btn span { height: 26px; font-size: 14px; font-weight: bold; position: relative; top: -3px; }
.more-info-btn span span { background:transparent url(../images/b/more_info.png) 0 0 no-repeat; padding: 11px 9px 10px 7px; color:#000; float: right; }
.more-info-btn:hover span span { color:#757575; }

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 15px; }
.form-list label { float:left; color:#fff; font-weight:normal; position:relative; z-index:0; font-size:14px; margin-bottom:5px; border:0px; background:none; }
.form-list label.required {color:#fff; background:none; border:0px;}
.form-list label.required em { float:right; font-style:normal; color:#fd7102; 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 { float:left; margin-right:6px; margin-top:8px; }
.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:300px; margin-right:45px; }
.form-list input.input-text { width:300px; }
.form-list textarea { width:254px; height:75px; }
.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:535px; }
.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:0; }
.buttons-set .back-link { float:left; }
.buttons-set .back-link a { color:#027fb3; text-decoration:underline; font-size:14px; }
.buttons-set .back-link a:hover { text-decoration:none; }
.buttons-set button.button { float:right; }
.buttons-set p.required { margin:0 0 5px; }
.buttons-set .button-link a { color:#0085bd; text-decoration:underline; }
.buttons-set .button-link a:hover { text-decoration:none; }
.buttons-set-order {}

.fieldset { padding:22px 25px 12px 10px; margin:15px 0 20px; background-color:#232323; overflow:auto; }
.col-x { margin:15px 0 20px; }
.col-z { margin:15px 0 0px; }
.fieldset .legend { float:left; font-weight:normal; font-size:20px; color:#fff; margin:0 0 25px 0; position:relative; }
.fieldset .form-list { clear:both; }
.fieldset .name-lastname { margin-right:0!important; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; font-size:14px; line-height:13px; color:#ee0000; }
.validation-failed { border:1px solid #c00e0e !important; background:#502323 !important; }
.validation-passed {}
p.required { font-size:12px; text-align:right; color:#fff; font-style:italic; }
p.required span { color:#fd7102; font-size:14px; }
/* 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; }
.cart .messages { float: right; width: 968px; }
.messages li { margin:0 0 10px; }
.messages li a { color:#000; }
.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 9px !important; background-repeat:no-repeat !important; min-height:17px !important; padding:10px 8px 5px 8px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; /*background-image:url(../images/i_msg-error.gif);*/ color:#df280a; }
.success-msg { border-color:#69b169; background-color: #092609; /*background-image:url(../images/i_msg-success.gif);*/ color:#69b169; }
.cart .success-msg { background-color:#092609;/* background-image:url("../images/i_msg-success.gif");*/ float:right; width:950px; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; /*background-image:url(../images/i_msg-note.gif);*/ color:#3d6611; }
.error-msg a { color: #000; }

/* BreadCrumbs */
.you-are-here { color:#01add3; font-size:11px; }

/* Page Heading */
.page-title { padding:0 0 5px; margin:0 0 10px; }
.page-title h1,
.page-title h2 { font-size:24px; color:#fff; font-weight:normal; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }
.subtitle { clear:both; }

/* Pager */
.pager { padding:2px 10px; margin:5px 0; text-align:center; background-color:#232323; margin-bottom: 20px; }
.pager .amount { float:left; font-size:11px; position:relative; top:7px; }
.pager .amount span { color:#01add3; font-size:11px; }
.pager .limiter { float:right; }
.pager .pages { float:right; position:relative; top:7px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; font-size:11px; margin-right:4px; }
.pager .pages .current {}
.pager .pages span span.move { text-decoration:none; color:#01add3; }
.pager .pages a span.move { text-decoration:underline; color:#01add3; }
.pager .pages a:hover span.move { text-decoration:none; }
.pager .pages .first, .pager .pages .last { text-decoration:underline; }
.pager .pages .first:hover, .pager .pages .last:hover { text-decoration:none; }
.pager .sort-by { float:left; font-size:11px; margin-left:25px; }
.pager .sort-by select { background-color:#232323; color:#fff; font-style:italic; border:1px solid #838383; width:160px; height:29px; padding:5px; float: left; }
.pager .sort-arrow { float: left; margin: 9px 0 0 9px; }

/* Sorter */
.sorter { padding:5px; margin:5px 0; }
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }
.sorter .link-feed {}

/* Toolbar */
.toolbar {}
.toolbar .pager {}
.toolbar .sorter {}
.toolbar-bottom {}

/* Data Table */
.data-table { width:100%; }
.data-table th { padding:5px; border:1px solid #303030; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border:1px solid #303030; }
.data-table thead { background-color:#f2f2f2; }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even {}
.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/bkg_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 { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.tax-details-first td { border-top:1px solid #d2d8db; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -53px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { margin:0 0 10px; }
.std ul.disc { list-style:disc outside; padding-left:18px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
/*.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 */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }

.link-cart { font-weight:bold; color:#f00; }
.link-wishlist { font-weight:bold; }
.link-reorder { font-weight:bold; }
.link-compare { font-weight:bold; }
.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:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { font-size:12px; line-height:1em; background:0; color:#027fb3; }


.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:#ddd; text-indent:-999em; overflow:hidden; }

/* 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 ================================================================================ */
.logo { float:left; }
.header-container { }
.header { padding:0; position:relative; margin-bottom:6px; min-height:128px; }
.header p { line-height:1em; }
.header .logo { float:left; text-decoration:none !important; }
.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:15px 0 0 0; padding:0; }
.header .welcome-msg { font-weight:bold; text-align:right; }
.header .links { float:right; }
.header .form-search { text-align:right; }
.header .form-search .search-autocomplete { z-index:99999; }
.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 { clear:both; text-align:right; }
.header-container .top-container { clear:both; text-align:right; }
.guarantee { float:left; position:relative; top:-9px; margin-left:51px; z-index:10; }
.header-phone { float:left; margin-left:25px; margin-top:15px; }
.header-phone img { float:left; margin-right:15px; }
.header-phone .phone { font-size:24px; font-weight:bold; float:left; margin-top:5px; }
.header-phone .inter-phone { float:left; clear:both; margin-top:14px; font-size:13px; }
.header-padding { padding:0 25px; }

/********** < Navigation */
.nav-container {}
#nav { padding:5px 0; margin:10px 0; font-size:13px; }

/* 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:10px; font-weight:bold; color:#888; }
#nav li a:hover { color:#fff; }
#nav li.over a,
#nav li.active a { color:#fff; }

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

.top-menu { width:100%; background: url(../images/menu_bg.jpg) repeat-x 0 0; float:left; height:31px; position:relative; z-index:5; }
.top-menu-content { width:1000px; margin:0 auto; }
.top-menu ul { float:right; }
.top-menu li { float:left; background: url(../images/menu_separator.gif) no-repeat 100% 80%; padding:9px 18px; }
.top-menu li a { color:#fff; text-transform:uppercase; font-size:11px; }
.top-menu li a:hover { color:#01add3; }
.top-menu li.last { background:0; }

.left-navigation { float:left; }
.left-navigation ul ul { /*margin-left:-12px;*/ }
.left-navigation .sub { padding-left: 5px; }
.left-navigation-title { text-transform:uppercase; font-size:14px; float:left; background:#12a7e7 url(../images/static_block_title.jpg) repeat-x 0 100%; width:230px; padding:6px 0; }
.left-navigation-title p { width:180px; float:left; margin-left:16px; line-height:1em; margin-top:7px; }
.left-navigation-title span { position:relative; top:1px; left:10px; float:left; }
.top-categories li { background:#040403 url(../images/left_menu_cat.jpg) no-repeat 0 0!important; width:206px; min-height:7px; float:left; padding:18px 12px 7px; }/*height & width -30px paddding*/
.top-categories li a { font-size:13px; padding-left:15px; margin-left: 10px; }
.top-categories li a.active {  color:#027fb3; padding-left:10px; margin-left: 15px; }
.top-categories li .arrow-open { background:url(../images/left_menu_white_misc.gif) no-repeat 0 40%; cursor:pointer; width: 5px; float: left; margin-right: -5px; }
.top-categories li .arrow-open-active { background:url(../images/left_menu_white_misc_active.gif) no-repeat 0 50%; cursor:pointer; width: 9px; float: left; margin-right: -10px; }
.top-categories li .blue-arrow-open { background:url(../images/left_menu_blue_misc.gif) no-repeat 0 40%; cursor:pointer; width: 5px; float: left; margin-right: -5px; }
.top-categories li .blue-arrow-open-active { background:url(../images/left_menu_blue_misc_active.gif) no-repeat 0 50%; cursor:pointer; width: 9px; float: left; margin-right: -10px; }
.linkmenu{cursor:pointer;}
.top-categories ul.sub li { background:0!important; }
.top-categories ul.sub li.first a.active { margin-bottom:0px!important; }
.top-categories li ul li a { background:0!important; }
.top-categories li ul li a.active { /*text-decoration:underline!important;*/ margin-bottom:0px!important; }

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

/* Sidebar =============================================================================== */
.block { }
.block .block-title { }
.block .block-title strong { font-size:14px; font-weight:bold; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { font-size:13px; font-weight:bold; }
.block .block-content { }
.block .block-content li.item { padding:5px 0; }
.block .btn-remove { float:right; }
.block .actions { text-align:right; }
.block .actions a { float:left; }
.block .empty {}

.block li.odd {}
.block li.even {}

/* Mini Products List */
.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:50px; padding:5px; border:1px solid #ddd; }
.mini-products-list .product-details { margin-left:75px; }
.mini-products-list .product-details h4 { font-size:12px; font-weight:bold; margin:0; }

/* Block: Account */
.block-account { width:230px; }
.block-account .block-content { width:230px; background:#000 url(../images/static_block_content.jpg) repeat-x 0 0; float:left; padding:0px; } /* -40px padding*/
.block-account .block-content p { margin-bottom:20px; }
.block-account .block-content li { padding:9px 0; }
.block-account .block-content li.current { background-color:#404040; }
.block-account .block-content li a { text-transform:uppercase; color:#969696; padding-left:20px; }
.block-account .block-content li strong { text-transform:uppercase; color:#fff; font-weight:normal; padding-left:20px; }
.block-account .block-title { text-transform:uppercase; font-size:14px; float:left; background:#12a7e7 url(../images/static_block_title.jpg) repeat-x 0 100%; width:190px; padding:16px 20px; }
.block-account .block-title p { width:180px; float:left; margin-left:16px; line-height:1em; }
.block-account .block-title strong { font-size:14px; font-weight:normal; }

/* Block: Currency Switcher */
.block-currency {  background:none repeat scroll 0 0 #191919; border-bottom:1px solid #413F3F; border-left:1px solid #413F3F; border-right:1px solid #413F3F; padding:3px 55px 4px; position:absolute; right:24px; top:72px; }
.block-currency select { width:50px; border:1px solid #888; font-size:10px; }

/* Block: Layered Navigation */
.block-layered-nav { width: 498px; margin:0 0 10px; }
.block-layered-nav .block-content { padding: 15px 0 15px 10px; color: #000; }
.block-layered-nav .block-content a { color: #027FB3; text-decoration: underline; }
.block-layered-nav .block-content a:hover { color: #027FB3; text-decoration: none; }
.block-layered-nav dt { font-weight:normal; color:#000000; font-size:12px; margin:0 0 5px !important; text-transform:uppercase; margin-bottom: 5px; }
.block-layered-nav .currently {}
.block-layered-nav .currently li { padding: 2px 0; }
.block-layered-nav .currently li a { position: relative; top: -2px; }
.block-layered-nav .btn-remove { float:left; margin:2px 3px 0 0; }
.block-layered-nav .filter-option { float: left; width: 244px; margin-bottom: 10px; }
.block-layered-nav select { width: 225px; }
.block-layered-nav .go { float: right; margin: 10px 15px 0 0; }
.block-layered-nav .actions { margin: 10px 0; }
.block-layered-nav .block-subtitle { margin-bottom: 5px; }
.block-layered-nav .block-title { background:url(../images/filters_title.png) no-repeat 0 0; height: 39px; text-transform: uppercase; }
.block-layered-nav .block-content { background:url(../images/filters_content.png) no-repeat 0 100% #d2d2d2; min-height: 96px; }
.block-layered-nav .ico { float:left; left:10px; position:relative; top:5px; }
.block-layered-nav .block-title p { float:left; line-height:1em; margin-left:20px; margin-top:13px; width:180px; }

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

.block-cart-top { float:right; background:url(../images/top_cart.png) no-repeat 0 0; width:192px; height:89px; position:relative; }
.block-cart-top p.amount a { float:left; font-weight:bold; }
.block-cart-top p.amount span { float:left; clear:both; font-weight:bold; color:#0085bd; margin-top:5px; }
.block-cart-top .block-title { padding:11px 10px 10px; }
.block-cart-top .block-content { padding:0 10px 10px; }
.block-cart-top button { position:absolute; bottom:10px; right:10px; }
.block-cart-top .final-price { clear:both; font-size:13px; font-weight:bold; position:absolute; bottom:14px; left:10px; }

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

/* Block: Related */
.block-related { width: 290px; float: right; padding: 0; }
.block-related li { background: url(../images/cross_item_bg.png) repeat-x 0 0; /*height: 335px;*/ border: 1px solid #252525; width: 260px; margin-left:0px; padding: 15px 15px 5px!important; }
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .item {  }
.block-related .item .product { background-color: #fff; padding: 10px 20px 15px; overflow: hidden; /*height: 225px;*/ }
.block-related .item .product-image { float:left; text-align: center; width: 200px; border: 0; margin: 10px 0; }
.block-related .item .product-details { margin-left:0px; }
.block-related .item .product-details .std { float: left; clear: both; color: #000; width: 210px; }
.block-related .item .price-box { font-size: 16px; width: 160px; }
.block-related .item .price-box .label { font-size: 12px; }


.block-related .block-title { background:url("../images/static_block_title.jpg") repeat-x scroll 0 100% #12A7E7; float:left; font-size:14px; padding:6px 0; text-transform:uppercase; width:290px; }
.block-related .block-title span { float:left; left:15px; position:relative; top:1px; }
.block-related .block-content { background:url("../images/static_block_content.jpg") repeat-x scroll 0 0 #000000; float:left; padding:0px; }
.block-related .block-title p { float:left; line-height:1em; margin-left:37px; margin-top:7px; width:225px; }
.block-related .now-label { display: none;}
.block-related .featured-save { display: none;}
.block-related .product-name { margin-bottom: 0!important; line-height: 1em!important; /*height: 37px;*/ overflow: hidden; }
.block-related .product-name a { color: #000; font-size: 17px; }
.block-related .qty { float: none!important; margin-right: 25px; }
.block-related .cross-qty-box { margin: 10px 0; float: left; }
.block-related .cross-qty-box span { width: 14px; }
.block-related .cross-price-inc { margin: 5px 0; float: left; line-height: 1em; width: 158px; }
.block-related .cross-price-inc p { line-height: 0!important; }
.block-related .basket-button { float:left; clear: both; }
.block-related .old-price, #block-related .old-price { display: none; }

.block-related .price-excluding-tax { display: none;}
.block-related .price-including-tax { display: block; }
.block-related .item .product .price-excluding-tax { display: block;}
.block-related .item .product .price-including-tax { display: none; }
.block-related .item .product .price-excluding-tax .label { color: #FE7608; font-weight: bold; }
.block-related .price-including-tax { margin-top:12px!important; }
.block-related .price-excluding-tax .price { color: #fe7608; font-size: 16px!important; font-weight: bold; }

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

/* Block: Recently Viewed */
.block-viewed {}

/* Block: Recently Compared */
.block-compared {}

/* Block: Poll */
.block-poll label {}
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

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

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

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

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

/* Block: Login */
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
/* ======================================================================================= */

/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img { /*width: 138px; height: 138px;*/ }
.category-description { margin:0 0 10px; }
.category-products {}

/* View Type: Grid */
.products-grid { position:relative; margin-bottom:8px; }
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:left; width:161px; padding:0; background-color:#fff; color:#000; font-size:12px; margin-right:8px; height:420px; }
.products-grid li.last { margin-right:0px; }
.products-grid .product-image { display:block; width:135px; height:150px; margin:2px auto 10px; position: relative; z-index: 50; }
.products-grid .product-title { background:url(../images/product_grid_title.jpg) 0 0 repeat-x; height:30px; overflow:hidden; padding:8px 10px; border-color:#CACACA #E8E8E8 #C4C4C4; border-style:solid; border-width:1px; }
.products-grid .product-content { border-width:1px; border-style:solid; border-color:#c4c4c4 #a0a0a0 #a0a0a0; height:370px; /*height:341px;*/ position:relative; }
.products-grid .product-name { height:30px; overflow:hidden; }
.products-grid .product-name a { font-weight:bold; font-size:14px; text-transform:uppercase; color:#000; line-height:1.1em; }
.products-grid .price-box { padding:0 10px;}
.products-grid .availability { }
.products-grid .actions { position:absolute; bottom:0px; background-color:#e1e1e1; width:140px; height:26px; padding:12px 10px; }/*-24px -20px padding W & H*/
.products-grid .actions .link-more { position:relative; top:1px; left:10px; width:84px; }
.products-grid .old-price { line-height: 0.7em; }
.products-grid .old-price .price { font-size: 12px; font-weight: normal!important; color:#BD0000; }
.products-grid .price-label { /*display:none;*/ }
.products-grid .price { font-size:17px; font-weight:bold!important; color:#d60022; }
.products-grid button.button { float:left; }
.products-grid .price-including-tax { display:none; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:632px; margin:0 auto; }
.col1-layout .products-grid { width:790px; margin:0 auto; }
.products-grid .price-excluding-tax .label { font-size:11px; font-weight:bold!important; color:#d60022; }
.products-grid .product-content .price_beat { float: right; width: auto; margin-top:-30px; position: relative; z-index: 99; }
.products-grid .price-excluding-tax {line-height: 1.2em; }
.category-products .products-grid .featured-save { background-color:#9a0000; padding:5px 5px 3px; margin-bottom:20px; margin-top: 5px; }
.category-products .products-grid .featured-save p { color:#fff; text-transform:uppercase; font-weight:bold; font-size:16px; line-height:1em; }
.category-products .products-grid .special-price .price-label { display: none; }

/* Category Grid */
.category-grid .category-container { float:left; width:158px; background-color:#fff; margin:0 6px 10px 0; height:360px; border-color:#C4C4C4 #A0A0A0 #A0A0A0; border-style:solid; border-width:1px; color: #000; }
.category-grid .category-title { background:url("../images/product_grid_title.jpg") repeat-x scroll 0 0 transparent; border-color:#CACACA #E8E8E8 #C4C4C4; border-style:solid; border-width:1px; height:30px; overflow:hidden; padding:8px 10px; }
.category-grid .category-title a { color:#000000; font-size:14px; font-weight:bold; line-height:1.1em; text-transform:uppercase; }
.category-grid .category-image { width:138px; overflow:hidden; margin:0 0 10px; text-align:center; margin: 0 auto; }
.category-logo-image { width: 150px; height: 50px; margin:0 auto; text-align: center; margin-bottom: 5px; }
.category-logo-image img { width: 150px; }
.category-grid .view-all { font-weight: bold; float:right; margin: 20px 10px 0 0; }
.category-grid .view-all span { background:url(../images/b/orange_btn_right.gif) 100% 0 no-repeat; padding:5px 10px 5px 0; height: 26px; }
.category-grid .view-all span span { background:url(../images/b/orange_btn_left.gif) 0 0 no-repeat; padding-left: 15px; }
.category-grid .view-all:hover span span { color: #ffc89d; }
.category-grid .category-content { padding: 5px 10px 0; }
.category-grid .category-content p { line-height: 1.2em!important }

/* View Type: List */
.products-list li.item { border-bottom:1px solid #ddd; padding:12px 10px; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:135px; height:135px; margin:0 0 10px; }
.products-list .product-shop { margin-left:150px; }
.products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; }
.products-list .product-name a {}
.products-list .price-box { float:left; margin:3px 13px 5px 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; }
.products-list .desc .link-more { font-size:11px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
/* ======================================================================================= */

/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }

.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(../images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {}
.ratings-table th,
.ratings-table td { font-size:11px; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

/* Email to a Friend */
.email-friend {}

/* Alerts */
.alert-price {}
.alert-stock {}

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

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

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

/* Old price */
.old-price { position:absolute; top:95px; }
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight:bold; }

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

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

/* Excluding tax */
.price-excluding-tax {}
.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; }

/* FTP */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* 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 notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }

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

.price-box-bundle {}
/********** Product Prices > */

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

.tier-prices-grouped {}

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

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

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

.product-img-box strong{display:block;font-size:1.1em;color:#01add5;padding:10px 0}
.product-img-box ul#other-views{overflow:hidden;height:1%}
.product-img-box ul#other-views li{float:left;width:83px;padding-right:4px}
.product-img-box ul#other-views li.last{padding-right:0}
.product-img-box ul#other-views li a{display:block;width:83px;text-align:center;padding:12px 0 11px;background:#fff}
.product-view .product-shop  .add-cart{overflow:hidden;height:1%;padding-bottom:20px;}
.product-view .product-shop  .add-cart input.text{font-family:Arial;font-weight:bold;font-size:0.9em;border:0;padding:9px 12px;width:66px;float:left;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;}
.product-view .product-shop  .add-cart button.buy-button{background:url('images/buy-button.png') no-repeat;width:67px;height:34px;float:left;margin-left:12px;border:0;cursor:pointer;}
.product-view .product-shop  .add-cart button.buy-button span{display:none;}

/*
#col-main .buy-box fieldset{overflow:hidden;height:1%;background:#222121;border:1px solid #413f3f;padding:9px;width:375px;margin-bottom:20px;
-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;}
#col-main .buy-box fieldset label{font-weight:bold;font-size:1.7em;float:left;padding:5px 15px 0 5px}
#col-main .buy-box fieldset label strong{font-size:0.5em;color:#808080}
#col-main .buy-box fieldset input.text{font-family:Arial;font-weight:bold;font-size:0.8em;border:0;padding:4px 12px;width:96px;float:left;margin:6px 0 0 0;	
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
#col-main .buy-box fieldset button.buy-button{background:url('images/buy-button.png') no-repeat;width:67px;height:34px;float:left;margin-left:15px;border:0;cursor:pointer;}
#col-main .buy-box fieldset button.buy-button span{display:none;}
*/
.product-view {}
.product-essential {margin-bottom: 20px; }
.product-collateral .box-collateral { margin:0 0 15px; }

/* Product Images */
.product-view .product-img-box .more-views { margin:0 auto 20px; width:296px;overflow:hidden; }
.product-view .product-img-box .more-views h4 { color:#000; margin:18px 0 5px; }
.product-view .product-img-box { min-height: 292px; background:none repeat scroll 0 0 #FFFFFF; float:left; /*height:300px;*/ padding:15px 0 0; text-align:center; width:360px;}
.product-view .product-img-box .product-image {display:block;width:344px;text-align:center;background:#fff;height:335px;position:relative; }
.product-view .product-img-box .product-image #image{margin:5px 0 0 0}
.product-view .product-img-box .product-image-zoom {}
.product-view .product-img-box .zoom-notice { text-align:center; display: none; }
.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; display: none; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.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 { height:1%; margin-left:-2px; overflow:hidden; }
.product-view .product-img-box .more-views li { float:left; padding:0 0 0 1px ; margin: 0 0 0 1px; width:72px; }
.catalog-product-view .breadcrumbs { width: 691px; }
.catalog-product-view .col-main { float:right; margin-top:42px; }

.product-view a.enlarge { color: #000; background:url(../images/enlarge.gif) 100% 50% no-repeat; padding:5px 20px 5px 0; text-decoration: underline; display: block}
.product-view .enlarge-cont {position:absolute;bottom:5px;right:10px;z-index:60 }
.product-enlarge { position: absolute; z-index: 9999; display: none; }

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

/* Product Shop */
#body .product-view .product-shop { float:right;width:335px; }
.product-view .product-shop .short-description{padding-bottom:25px;line-height:1.3em;font-size:1.05em}
.product-view .product-shop .price-box{padding-bottom:5px;overflow: hidden;height: 1%;width: 275px;}
.product-view .product-shop span.price{float:none;display:inline;font-size:16px;color:#FE7608}
.product-view .product-shop span.label{font-size:13px;font-weight:bold;color:#fff}
.product-view .product-shop .vat-cont{float:none;overflow:hidden;display:block;margin:8px 0; position: relative;}
.product-view .product-shop .vat-cont span{display:inline;font-size:16px;text-align: right;padding-right:21px;}
.product-view .product-shop .vat-cont span.pound { left:105px; position:absolute; top:0; }
.product-view .product-shop .vat-price{color:#FE7608}
.product-view .product-shop .vat-label{font-weight:bold;padding-right:45px;text-align:left !important;}
.product-view .product-shop span.now-label{font-size:16px; font-weight:bold; padding-right:20px; width:240px;}
.product-view .product-shop span.price-including-tax{float:none;display:inline;padding-left: 33px}
.product-view .product-shop span.price-including-tax .price{color:#FE7608}
.product-view .product-name { font-size: 21px; text-transform: none; font-weight: bold; margin-bottom: 20px; }
.product-view .short-description {}
.product-view .availability { display: none; }
.product-view .old-price .price-label { font-weight:normal;  margin-right:15px; }
.product-view .old-price .price { color: #D60022;font-size: 14px; font-weight: normal; }
.product-view .special-price .price-label { display:none; }
.product-view .now-label { font-size: 18px; color: #fff;}
.product-view .price-excluding-tax .price { color: #fe7608; font-size: 19px; font-weight: bold; width:100px; margin-right:5px; float:left; display:block; text-align:right; }
.product-view .price-including-tax { color: #fe7608; font-size: 16px; font-weight: bold; /*margin-top: 5px;*/   }
.product-view .basket-button { cursor: pointer; padding:0!important; margin-top: 6px; }
.product-view .basket-button span span { background:transparent url(../images/b/crosssell_add_cart.png) 0 0 no-repeat; height: 26px; padding: 9px 25px 9px 37px; font-size: 15px; font-weight: bold; }
.product-view .basket-button:hover span span { color:#ffc89d; }
.product-view .qty { float:left; width: 18px!important; height: 18px; background-color: #fff; color: #b0b0b0; text-align: center; font-size: 14px; }
.product-view .add-to-box { margin: 35px 0 0; }
.product-view .add-to-box .add-to-links { margin: 10px 0 0; }
.product-view .add-to-cart { float: none!important; }
.product-view .add-to-cart button.button { float: right; }
.product-view .add-to-cart label { float:left; margin-right:5px; margin-top:5px; font-size: 14px; }
.product-view .build-your-own { cursor:pointer; /*float:right;*/ margin:0 0 10px 420px; }
.product-view .build-your-own a { cursor:pointer; /*float:right;*/ margin-top:10px; }
.product-view .product-collateral {}
.product-view .product-image .price_beat {position:absolute;top:30px;left:10px;z-index:60}
.product-view .product-image .big-img {}
.product-view .featured-save { background-color:#BD0000; margin:5px 0 0; padding:5px 5px 3px; /*position:absolute; top:118px;*/ width:159px; }
.product-view .featured-save p { color:#fff; text-transform:uppercase; font-weight:bold; font-size:16px; line-height:1em; }
.product-view .vat-label { float: left; font-size: 18px; color: #fff; width:64px; }
.product-view .vat-price { color:#FE7608; font-size:19px; font-weight: bold; width:100px; margin-right:5px; float:left; display:block; text-align:right;}
.product-view .price-including-tax .price { font-size: 19px; width:100px; margin-right:5px; float:left; display:block; text-align:right;}
.product-view .price-including-tax .label { color: #fff; font-weight: normal; font-size: 14px; }
.product-view .price-excluding-tax .label { color: #fff; font-weight: normal; font-size: 14px; }
.product-view .price-excluding-tax { float:none; margin-bottom:5px; }
.product-view .vat-cont { margin-bottom: 5px; float:left; width:100%; margin-top:3px; }
#block-related .price-excluding-tax .price{ text-align:left; display:inline; width:auto}
#block-related .price-excluding-tax .label{float:left;}
#block-related .price-box .label{float:right}

/* ================================PRODUCT TABS=========================================== */
.product-tabs {  /*height:361px;*/overflow:hidden;height:1%;background:none repeat scroll 0 0 #222121;border:1px solid #413F3F;margin-bottom:20px;padding:0 9px 9px; }
.product-tabs .tabs-head {height:1%;overflow:hidden;}
.product-tabs .tabs-head li { float:left;}
.product-tabs .tabs-head li a {display:block;font-weight:bold;padding:19px 14px 21px}
.product-tabs .tabs-head li a span{font-size:0.75em;}
.product-tabs .tabs-head li.active {background:#000}
.product-tabs .tabs-body { position:relative; z-index:4; /*width:403px;*/ }
.product-tabs .tabs-body-content { background: #000;}
.product-tabs .tabs-body-content p{font-size:12px}
.product-tabs .tabs-body-content p strong{font-size:1.3em}
.product-tabs .tabs-body-content .tab {padding:20px 20px 5px 20px; color: #fff;background:#000 }
.product-tabs .tabs-body-content .upsell-tab { padding:0px 0px 5px; height:300px; }
.product-tabs .ratings { display:none; }
.product-tabs .old-price { margin:0; }
.product-tabs .products-grid tr { border:0; }
.product-tabs .tabs-body li a { font-weight:bold; color:#00002f; }
.product-tabs .product-name { margin-top:10px; width:115px; height:37px; overflow:hidden; }
.product-tabs .tabs-body .price-box span { font-weight:bold; }
.product-tabs .tabs-body .price-box { margin-bottom:10px; }
.product-tabs .tab-w { width:90px; }
.product-tabs .tab-x { width:80px; }
.product-tabs .tab-y { width:110px; }
.product-tabs .tab-z { width:120px; background-color:#04ACD3; text-align:center; }
.product-tabs div.tab div ul { line-height:25px; margin-left:30px; font-size:12px; }
.product-tabs .box-description { line-height:18px; font-size:12px;}

.descriptions-container { width: 1080px; overflow: auto; }
.product-tabs .descriptions {}

/* Product Options */
.product-options { padding:10px 0 5px; margin:0 0 0 17px; width: 205px; float: left; }
.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:6px 0; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { /*padding:15px 0 0;*/ }

.product-options-bottom { padding:10px 0 90px; width: 290px; float: right; }
.product-options-bottom .price-box { margin:10px 0; display: none; }

/* Grouped Product */
.product-view .grouped-items-table {}

/* Block: Description */
.product-view .box-description {}
#info_view1 { width: 350px!important; }

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

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

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

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

/* Send a Friend */
.send-friend {}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */

.jcarousel-container { position: relative; }
.jcarousel-clip { z-index: 2; padding: 0; margin: 0; overflow: hidden; position: relative; }
.jcarousel-list {     z-index: 1;     overflow: hidden;     position: relative;     top: 0;     left: 0;     margin: 0;     padding: 0;     /*width:9999px!important;*/ }
.jcarousel-list li,
.jcarousel-item {     float: left;     list-style: none;     /* We set the width/height explicitly. No width/height causes infinite loops. */     width: 150px;     height: 150px; }

/**  * The buttons are added dynamically by jCarousel before  * the <ul> list (inside the <div> described above) and  * have the classnames "jcarousel-next" and "jcarousel-prev".  */
.jcarousel-next {     z-index: 3;     display: none; }
.jcarousel-prev {     z-index: 3;     display: none; }

/*****/

.jcarousel-skin-provision .jcarousel-container { }
.jcarousel-skin-provision .jcarousel-container-horizontal {     width: 402px;     background-color: #aeaeae;     padding-top: 2px; }
.jcarousel-skin-provision .jcarousel-clip-horizontal {     width:  360px;     height: 72px;     position:relative;     left:22px; }
.jcarousel-skin-provision .jcarousel-item {     width: 158px;     height: 63px; }
.jcarousel-skin-provision .jcarousel-item-horizontal {     width: 70px;     height: 70px;     display:block; }
.jcarousel-skin-provision .jcarousel-item-placeholder {     background: #fff;     color: #000; }

/**  *  Horizontal Buttons  */
.jcarousel-skin-provision .jcarousel-next-horizontal {     position: absolute;     top: 18px;     right: 4px;     width: 13px;     height: 27px;     cursor: pointer;     background: transparent url(../images/arrow_right.png) no-repeat 0 0; }
.jcarousel-skin-provision .jcarousel-next-disabled { background: transparent url(../images/home_slider_arrow_right_none.gif) no-repeat 0 0!important; cursor:default; }
.jcarousel-skin-provision .jcarousel-next-horizontal:hover {     background: transparent url(../images/arrow_right.png) no-repeat 0 0; }
.jcarousel-skin-provision .jcarousel-next-horizontal:active {     background: transparent url(../images/arrow_right.png) no-repeat 0 0; }
.jcarousel-skin-provision .jcarousel-next-disabled-horizontal,
.jcarousel-skin-provision .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-provision .jcarousel-next-disabled-horizontal:active {     cursor: default;     background: transparent url(../images/arrow_right.png) no-repeat 0 0; }
.jcarousel-skin-provision .jcarousel-prev-horizontal {     position: absolute;     top: 18px;     left: 4px;     width: 13px;     height: 27px;     cursor: pointer;     background: transparent url(../images/arrow_left.png) no-repeat 0 0; }
.jcarousel-skin-provision .jcarousel-prev-disabled { background: transparent url(../images/home_slider_arrow_left_none.gif) no-repeat 0 0!important; cursor:default; }
.jcarousel-skin-provision .jcarousel-prev-horizontal:hover {     background: transparent url(../images/arrow_left.png) no-repeat 0 0; }
.jcarousel-skin-provision .jcarousel-prev-horizontal:active {     background: transparent url(../images/arrow_left.png) no-repeat 0 0; }
.jcarousel-skin-provision .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-provision .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-provision .jcarousel-prev-disabled-horizontal:active {     cursor: default;     background: transparent url(../images/arrow_left.png) no-repeat 0 0; }

/* ===== description carousel ================================================================= */

.jcarousel-skin-provision-desc .jcarousel-container { }
.jcarousel-skin-provision-desc .jcarousel-container-horizontal {     width: 353px; }
.jcarousel-skin-provision-desc .jcarousel-clip-horizontal {     width:  345px;     height: 100%;     position:relative;     /*left:22px;*/ }
/*.jcarousel-skin-provision-desc .jcarousel-item {     width: 158px;     height: 63px; }*/
.jcarousel-skin-provision-desc .jcarousel-item-horizontal {     width: 345px;     height: 100%;     display:block;     float: left;     overflow: auto; }
.jcarousel-skin-provision-desc .jcarousel-item-placeholder {    background: #fff;     color: #000; }

/**  *  Horizontal Buttons  */
.jcarousel-skin-provision-desc .jcarousel-next-horizontal {     position: absolute;     bottom: 0px;     right: 4px;     width: 42px;     height: 10px;     cursor: pointer;     background: transparent url(../images/description_next.png) no-repeat 0 0; }
.jcarousel-skin-provision-desc .jcarousel-next-disabled { background: transparent url(../images/home_slider_arrow_right_none.gif) no-repeat 0 0!important; cursor:default; }
.jcarousel-skin-provision-desc .jcarousel-next-horizontal:hover {     background: transparent url(../images/description_next.png) no-repeat 0 0; }
.jcarousel-skin-provision-desc .jcarousel-next-horizontal:active {     background: transparent url(../images/description_next.png) no-repeat 0 0; }
.jcarousel-skin-provision-desc .jcarousel-next-disabled-horizontal,
.jcarousel-skin-provision-desc .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-provision-desc .jcarousel-next-disabled-horizontal:active {     cursor: default;     background: transparent url(../images/description_next.png) no-repeat 0 0; }
.jcarousel-skin-provision-desc .jcarousel-prev-horizontal {     position: absolute;     bottom: 0px;     left: 4px;     width: 75px;     height: 10px;     cursor: pointer;     background: transparent url(../images/description_prev.png) no-repeat 0 0; }
.jcarousel-skin-provision-desc .jcarousel-prev-disabled { background: transparent url(../images/home_slider_arrow_left_none.gif) no-repeat 0 0!important; cursor:default; }
.jcarousel-skin-provision-desc .jcarousel-prev-horizontal:hover {     background: transparent url(../images/description_prev.png) no-repeat 0 0; }
.jcarousel-skin-provision-desc .jcarousel-prev-horizontal:active {     background: transparent url(../images/description_prev.png) no-repeat 0 0; }
.jcarousel-skin-provision-desc .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-provision-desc .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-provision-desc .jcarousel-prev-disabled-horizontal:active {     cursor: default;     background: transparent url(../images/description_prev.png) no-repeat 0 0; }
.jcarousel-list .box-description li { width: auto!important; height: auto!important; list-style: inside; float: left; clear: both; padding: 3px 0; }
/* ======================================================================================= */

/* Content Styles ================================================================= */
.product-name { font-weight:normal; }
.product-name a {}

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

/* Autocomplete Search */
.search-autocomplete {color: #fff; padding:0 153px 15px 10px; z-index: 999999;background:#666; position:absolute;z-index:102;}
.search-autocomplete ul {position: relative; top:0px; padding-right: 10px; width: 300px!important;background:#666; }
.search-autocomplete tr { border-bottom: 4px solid #e7e7e7; vertical-align: top!important; }
.search-autocomplete .last tr {  }
.search-autocomplete .first td { vertical-align: top!important; padding: 20px 10px 6px 0; }
.search-autocomplete .first td img { padding: 0 0 0 10px; }
.search-autocomplete td { vertical-align: top!important; padding: 8px 10px 6px 0 ; }
.search-autocomplete td img { padding: 0 0 0 10px; cursor: pointer; }
.search-autocomplete p { margin-bottom: 2px!important; cursor: pointer; font-size: 10px; font-weight: normal; line-height: 13px;background:#666; }
.search-autocomplete .search-title { font-weight: bold; text-transform: uppercase; font-size: 11px; margin-bottom: 2px!important;background:#666; }
.search-autocomplete .show-all { color:#fff; cursor: pointer; background:#666; }
#lsloading { float:right; position:absolute!important; right:40px!important; top:38px!important; }

/* Advanced Search */
.advanced-search {}
.advanced-search-amount {}
.advanced-search-summary { margin-top: 10px; }

/* Simple Search */

.left-search { float:left; background:#000 url(../images/search_content.jpg) no-repeat 0 100%; margin-bottom:20px; position: relative; z-index: 99; }
.left-search .content { width:214px; /*background:#000 url(../images/search_content.jpg) no-repeat 0 100%;*/ float:left; padding:30px 6px 20px 10px; } /* -16px padding*/
.left-search .content p { margin-bottom:20px; width: 220px; }
.left-search .title { text-transform:uppercase; font-size:14px; float:left; background:#12a7e7 url(../images/static_block_title.jpg) repeat-x 0 100%; width:230px; padding:6px 0; }
.left-search .title p { width:180px; float:left; margin-left:20px; line-height:1em; margin-top:7px; }
.left-search .ico { position:relative; top:1px; left:10px; float:left; }
.left-search input { width:165px; height:25px; background-color:#fff; border:1px solid #838383; color:#424242; font-size:12px; font-style:italic; }
.left-search .button { float:right; width:30px; }

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin: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 {}

/* RSS */
.rss-title h1 { background:url(../images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.35; background-position:0 2px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart {}
.col-cart { width: 950px; }
.cart .page-title { float:right; width:950px; }
.cart .data-table td { }
.cart .data-table th { background-color: #303030; border: 1px solid #000; font-size: 15px; font-weight: bold; padding: 5px 10px!important; }
.cart .data-table th span {  }
.cart .data-table tr.odd td { background-color: #232323; border: 1px solid #000; }
.cart .data-table tr.even td { background-color: #303030; border: 1px solid #000; }
.cart .data-table tbody td { font-size: 14px; }
.cart .data-table tfoot td { background-color: #303030; border: 1px solid #000; padding: 5px 10px; }
.cart .data-table tfoot button span span { color: #0085bd; text-decoration: underline; font-size: 16px; }
.cart .data-table tfoot button span { color: #0085bd; }
.cart .data-table tfoot .btn-update { background: url(../images/update_cart.jpg) no-repeat 0 5px; padding: 5px 0 5px 20px; }
.cart .data-table tfoot .btn-continue { float: left; padding: 5px 0; }
.cart .data-table .td-remove { width: 50px!important; }
.cart .data-table .td-remove a { font-size: 12px; }
.cart .data-table .td-product-name { width: 245px!important; }
.cart .data-table .td-product-image { width: 160px!important; text-align: center; }
.cart .data-table input.qty { background-color: #fff; color:#232323; font-size: 14px; width: 22px!important; height: 22px!important; text-align: center; padding: 0!important; }
.cart .data-table tbody td, .cart .data-table tbody, .cart .data-table tbody tr { vertical-align: middle!important; }
.cart .data-table tbody td.last .cart-price .price { font-weight: bold; }
.cart .data-table { float:right; width:950px; }
.cart-table-container { float:right; width:950px; }
.btn-remove-cart { font-size:12px; line-height:1em; background:0; color:#027fb3; }
tr.sub-incl-tax { display: none; }

/* Checkout Types */
.cart .checkout-types { float:right; text-align:right; }
.cart .checkout-types span span  { }

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

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:0; }
.cart .cart-collaterals .col2-set { float:left; /*width:700px;*/ }

.cart .crosssell { float: left; width: 230px; }
.cart .crosssell h2 { font-size:16px; font-weight:normal; background: url(../images/crosssell_cart_bg.png) repeat-x 0 0; padding: 15px 10px; }
.cart .crosssell .product-image { float:left; /*width:75px; height:75px; border:1px solid #ddd;*/ }
.cart .crosssell .product-details {  }
.cart .crosssell li.item { margin:0; background: url(../images/cross_item_bg.png) repeat-x 0 0; height: 245px; border: 1px solid #252525; padding: 20px 17px 0; }/*-20px height x padding*/
.cart .crosssell .product-name { font-size: 16px; font-weight: bold; }
.cart .crosssell .price-excluding-tax  { color: #fe7608; font-weight: bold!important; font-size: 16px; margin-top: 3px; }
.cart .crosssell .price-including-tax  { color: #fe7608; font-weight: bold!important; font-size: 16px; margin-top: 5px; }
.cart .crosssell .price-excluding-tax .price { font-weight: bold; }
.cart .crosssell .price-excluding-tax .label  { font-size: 12px; }
.cart .crosssell .price-including-tax .label  { font-size: 12px; }
.cart .crosssell .cross-price-exc .price-including-tax { display: none; }
.cart .crosssell .cross-price-inc .price-excluding-tax { display: none; }
.cart .crosssell .cross-cart-box { float: left; clear: both; }
.cart .crosssell .cross-cart-box button { background: url(../images/b/crosssell_add_cart.png) no-repeat 0 0; padding: 9px 39px; margin-top: 10px; }
.cart .crosssell .cross-cart-box button span span { font-size: 16px; font-weight: bold; }
.cart .crosssell .cross-image { margin: 10px 0; float: left; }
.cart .crosssell input.qty { background-color: #fff; width: 20px!important; height: 20px; color:#B0B0B0; }
.cart .crosssell .special-price .price-label { display: none; }
.cart .crosssell .cross-price-inc .old-price { display: none; }
.cross-qty-box { float: left; }
.cart .crosssell .cross-price-inc { float: left; margin-left: 10px; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount { background:#000 url(../images/cart_blocks_bg.png) repeat-x 0 0; border: 1px solid #272727; padding: 20px; width: 325px; min-height: 142px; }
.cart .discount input { width: 300px; }
.cart .discount button { margin-right: 19px; background: url(../images/b/apply_coupon.gif) no-repeat 0 0; padding: 6px 16px 9px; }
.cart .discount h2 { margin-bottom: 17px; }
.cart .discount .discount-form p { margin-bottom: 10px; }
.coupon-block { float:right; margin:20px 30px 0 0; }

.cart .shipping { display: none; }

/* Shopping Cart Totals */
.cart .totals { float:right; background:#000 url(../images/cart_blocks_bg.png) repeat-x 0 0; border: 1px solid #272727; padding: 20px; width: 270px; min-height: 142px; margin: 20px 0 0 0; }
.cart .totals table { width:100%; }
.cart .totals .checkout-types { margin-top:37px; }
.cart .totals table th,
.cart .totals table td { padding:5px; font-size: 16px; }
.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 ============================================================================== */
/********** < 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; }
.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.please-wait { float:right; margin-right:5px; }
.please-wait img { vertical-align:middle; }
.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 .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 */
.gift-messages {}
.gift-messages-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 {}
.gift-messages-form .whole-order {}
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name {}

.gift-message-link { display:block; background:url(../images/bkg_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; }

/* Centinel */
.centinel {}

/* Generic Info Set */
.info-set {}
/********** Common Checkout Styles > */

/* One Page Checkout */
.checkout-onepage-index .col-main { float: right; width:710px; }
.checkout-onepage-index .col-right { float:left; margin:44px 30px 0 0; }
#checkout-step-login h3 { font-size: 20px; font-weight: normal; }
#checkout-step-login .col-1 p { font-size: 14px; font-weight: bold; padding: 10px 0; }
#checkout-step-login .col-1 .control label { position:relative; float:left; }
#checkout-step-login .col-1 .control { margin-bottom: 10px; }
#checkout-step-login .col-1 h4 { color:#027fb3; font-weight: bold; font-size: 14px; padding: 10px 0 2px; }
#checkout-step-login .col-1 .ul li { padding: 3px 0 3px 15px; background:url(../images/bullet_cart.png) 0 50% no-repeat; }
#checkout-step-login .col-2 h3 { margin-bottom: 14px; }
#checkout-step-login .form-list .input-box { width:290px; }
#checkout-step-login p.required { float: right; margin-top: 3px; }
#checkout-step-login .validation-advice { float: left; }
#checkout-step-login .col-2 .buttons-set a { color: #027fb3; text-decoration: underline; font-size: 14px; position: relative; top: 6px; }
#checkout-step-login .col-2 .buttons-set a:hover { text-decoration: none; }
#checkout-step-login .buttons { margin-top: 25px; }
#checkout-step-login .col2-set .col-2 { float:right; width:285px; }
#checkout-step-login .form-list input.input-text { width:285px; }

#checkout-step-billing .form-list .input-box { width:280px; }
#checkout-step-billing .form-list input.input-text { width:275px; }
#checkout-step-billing .form-list .field { float:left; margin-right:18px; width:300px; }
#checkout-step-billing .form-list .wide .input-box { width:598px!important; }
#checkout-step-billing .form-list .wide input.input-text { width:593px!important; }
#checkout-step-billing .form-list .wide select { width: 600px; }
#checkout-step-billing .form-list select { width:279px; }
#checkout-step-billing .control label { position:relative; top:3px; }
#checkout-step-billing .control { margin-bottom: 10px; }
#checkout-step-billing .buttons-set { clear:both; margin:5px 35px 0 0; padding:0; }

#checkout-step-shipping .form-list .input-box { width:280px; }
#checkout-step-shipping .form-list input.input-text { width:275px; }
#checkout-step-shipping .form-list .field { float:left; margin-right:18px; width:300px; }
#checkout-step-shipping .form-list .wide .input-box { width:598px!important; }
#checkout-step-shipping .form-list .wide input.input-text { width:593px!important; }
#checkout-step-shipping .form-list .wide select { width: 600px; }
#checkout-step-shipping .form-list select { width:279px; }
#checkout-step-shipping .control label { position:relative; top:3px; }
#checkout-step-shipping .control { margin-bottom: 10px; }
#checkout-step-shipping .buttons-set { clear:both; margin:5px 35px 0 0; padding:0; }

#checkout-shipping-method-load dt { margin-bottom: 10px; }

#checkout-step-payment .sp-methods label { position:relative; top:3px; }

#checkout-step-review .data-table td { border:1px solid #000; padding:5px; }
#checkout-step-review .data-table th { background-color: #303030; border:1px solid #000; font-size: 15px; }

.checkout-onepage-success p { font-size: 14px; }
.checkout-onepage-success p.thank { font-size: 16px; margin-bottom: 15px; }
.content-success { background-color: #232323; padding: 30px 35px 15px; }
.content-success .buttons-set button.button { float:left; margin-top: 50px; }
.orange-back-button { cursor: pointer; padding:6px 0!important;}
.orange-back-button span { background:transparent url(../images/b/back_orange_btn_left.png) 0 0 no-repeat; height: 26px; padding: 5px 10px 5px 0px; font-size: 14px; font-weight: bold; }
.orange-back-button span span { background:transparent url(../images/b/back_orange_btn_right.png) 12px 0 no-repeat; padding: 4px 10px 5px 15px; font-size: 15px; }
.orange-back-button:hover span span { color:#ffc89d; }

.no-items-container { width: 720px; float: right; }
.no-items-container h1 { margin-bottom: 5px; }
.no-items-content { background-color: #232323; padding: 30px 35px 35px; }
.no-items-content .buttons-set button.button { float:left; margin-top: 45px; }
.no-items-content .orange-back-button span { background:transparent url(../images/b/back_orange_btn_left.png) 0 0 no-repeat; height: 26px; padding: 5px 10px 5px 0px; font-size: 14px; font-weight: bold; }
.no-items-content .orange-back-button span span { background:transparent url(../images/b/back_orange_btn_right.png) 12px 0 no-repeat; padding: 4px 10px 5px 15px; font-size: 15px; }
.no-items-content p { font-size: 14px; }


.block-progress { text-transform: uppercase; width: 230px; }
.block-progress .block-title { background:url(../images/progress_title_bg.png) 0 0 repeat-x; padding:17px 0 16px 10px ; }
.block-progress .block-content { background:url(../images/progress_content_bg.png) 0 0 repeat-x #000; padding:15px 0px ; border-color:#1f1f1f; border-width: 0 1px 1px 1px; border-style: solid; }
.block-progress span { text-transform: uppercase; font-weight: normal; font-size: 14px; }
.block-progress dt { color:#969696; padding: 10px; }
.block-progress dd { padding: 10px 23px; }
.block-progress dt.complete { color:#fff; padding: 13px 10px; }
.block-progress dt.complete { background-color: #545453; }
.block-progress dt.complete .change { background:url(../images/progress_change.png) 0 0 no-repeat; padding-left: 13px; float: right; }
.block-progress dt.complete .change span { text-decoration: underline; color:#fff; text-transform:none; font-size: 12px; }
.block-progress dd.complete { background:none; }
.block-progress dd.complete { color:#969696; font-style: normal; font-size: 14px; text-transform: none; }
.block-progress dd.complete address { font-style: normal; line-height: 1.2em; }

.opc { position:relative; width:710px; }
.opc li.section {  }

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

.opc .step-title { background:url(../images/opc_inactive.png) 0 0 no-repeat; text-align:right; padding: 10px; }
.opc .step-title .number { float:left; margin-right:17px; font-size: 14px; color: #000; }
.opc .active .step-title .number { color:#fff; }
.opc .step-title h2 { float:left; color: #8d8b8b; font-size: 12px; font-weight: bold; text-transform: uppercase; }
.opc .active .step-title h2 { color: #12a5e5; }
.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:url(../images/opc_active.png) 0 0 no-repeat; cursor:default; padding: 9px 10px; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { border-bottom:1px solid #000; padding:10px; position:relative; background-color: #232323; padding:25px 40px 25px 30px; }
.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:#000; color:#000; }

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


#payment_form_checkmo .input-box label { display: none; }
#payment_form_checkmo .checkmo-mailing-address { margin: 5px 0 0 5px; }

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


/* Account Login/Create Pages ============================================================ */
.account-login .page-title { margin-bottom:16px; }
.account-login h2 { font-size:20px; font-weight:normal; margin-bottom:28px; }
.account-login .new-users { background-color:#232323; padding:13px; min-height:250px; margin-left: 5px; }/* -25px padding */
.account-login .registered-users { background-color:#232323; padding:13px; min-height:250px; }
.forgot-password p { clear:both; }
.forgot-password .buttons-set { background-color:#232323; margin:0; padding:0 40px 40px 10px; }
.forgot-password .fieldset { margin-bottom:0!important; }
.forgot-password .form-list { margin-top:20px; }

/* Account Login/Create Pages ============================================================ */
.account-create {}
.account-create .form-list li { float:left; }
.account-create .form-list li.control { float:left; position:relative; top:32px; left:83px; }
.account-create .lastfield { margin-right:0; }
.account-create .buttons-set { background-color:#232323; margin:0; padding:0 40px 40px 10px; }
.account-create p.required { float:right; position:relative; top:5px; left:-125px; }
.account-create .col-x { margin:0 0 20px; }


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }
.my-account li.control { float:right; left:-192px; margin:0; position:relative; top:-34px; }
.customer-account-global .left-search { display:none; }
.customer-account-global .left-column-blocks { display:none; }
.customer-account-global .left-navigation { display:none; }
.customer-account-global .col-main { margin-top:0; }

/* Account Tables */

.my-account .data-table th { background-color:#303030; border:1px solid #000; padding:8px 10px; white-space:nowrap; font-size:13px; color:#027fb3; font-weight:normal; }
.my-account .data-table td { background-color:#232323; border:1px solid #000; padding:8px 10px; white-space:nowrap; font-size:13px; color:#fff; font-weight:normal; vertical-align:top; }

/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg { background-color:#232323; padding:20px 25px; }
.dashboard .welcome-msg .hello { margin-bottom:15px; font-size:14px; }

/* Block: Recent Orders */
.dashboard .box-recent { margin:10px 0; }
.dashboard .box-recent .box-head h2 { font-size:20px; margin-bottom:20px; font-weight:normal; float:left; }
.dashboard .box-recent .box-head a { float:right; color:#0679AA; font-style:normal; text-decoration:underline; }
.dashboard .box-recent .data-table td a { text-decoration:underline; color:#0679aa; }
.dashboard .box-recent .data-table td a.link-reorder { text-decoration:underline; color:#fe8e35; font-weight:normal; }
.dashboard .box-recent .box-head a:hover { text-decoration:none; }
.dashboard .box-recent .data-table td a:hover { text-decoration:none; }
.dashboard .box-recent .data-table td a.link-reorder:hover { text-decoration:none; }

/* Block: Account Information */
.dashboard .box-info { background-color:#232323; padding:20px 0 0; margin-top:20px; }
.dashboard .box-info .box-head { background:url(../images/my_account_ico.jpg) 0 0 no-repeat; margin-left:20px; margin-bottom:20px; }
.dashboard .box-info .box-head h2 { font-size:20px; font-weight:normal; padding:0 0 10px 40px; position:relative; top:6px; }

.box-account .col2-set .col-1 { float:left; width:354px; }
.box-account .col2-set .col-2 { float:left; width:354px; }
.dashboard .box-info .col2-set .box-title { background-color:#494949; padding:10px 20px; }
.dashboard .box-info .col2-set .box-title a { float:right; text-decoration:underline; color:#0679aa; }
.dashboard .box-info .col2-set .box-title a:hover { text-decoration:none; }
.dashboard .box-info .col2-set .box-title h3 { float:left; font-size:14px; }
.dashboard .box-info .col2-set .box-content { padding:10px 20px; }
.dashboard .box-info .col2-set .box-content a { text-decoration:underline; color:#0679aa; font-style:normal; }
.dashboard .box-info .col2-set .box-content a:hover { text-decoration: none; }
.dashboard .col2-set .box .col-1 { float:left; width:354px; }
.dashboard .col2-set .box .col-2 { float:left; width:314px; }
.dashboard .col2-set .box h4 { color:#fd7000; text-transform:uppercase; font-size:12px; font-weight:normal; margin-bottom:3px; }
.dashboard .col2-set .box address { line-height:1.8em; }
.dashboard .col2-set .box .box-content { padding:20px 20px 25px; float:left; }

.customer-account-edit .fieldset h2 { padding:5px 0 10px 50px; background:url(../images/my_account_ico.jpg) 10px 0 no-repeat; }
.customer-account-edit p.required { float:right; position:relative; left:-168px; }

.customer-address-form .form-list li { margin:0; }
.customer-address-form .form-list li strong { color:#12a6e7; font-size:15px; font-weight:normal; }
.customer-address-form .form-list .field { margin-bottom:10px; }
.customer-address-form .form-list li.wide input.input-text { width:645px; }
.customer-address-form .form-list li.wide .input-box { width:650px; margin-bottom:10px; }
.customer-address-form .form-list select { width:305px; }

.sales-order-history .data-table td a { text-decoration:underline; color:#0679aa; }
.sales-order-history .data-table td a:hover { text-decoration:none; }
.sales-order-history .data-table td a.link-reorder { text-decoration:underline; color:#fe8e35; font-weight:normal; }
.sales-order-history .data-table td a.link-reorder:hover { text-decoration:none; }
.sales-order-history .pager { background:0!important; }

/* Block: Reviews */
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-reviews .details { margin-left:20px; }

/* Block: Tags */
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-tags .details { margin-left:20px; }
/********** Dashboard > */

/* Address Book */
.addresses-list { background:url(../images/edit_address_bg.gif) 0 0 repeat-y; width:690px; }
.addresses-list-additional li.item {}
.addresses-list .col-1 { padding:21px 0 21px 15px; }
.addresses-list .col-2 { padding:21px 15px 21px 0; }
.addresses-list h2 { font-size:20px; font-weight:normal; border-bottom:1px solid #000; padding-bottom:10px; margin-bottom:10px; }
.addresses-list h3 { font-size:15px; color:#12a6e7; font-weight:normal; margin-bottom:15px; }
.addresses-list .item { color:#969696; }
.addresses-list .item p { margin-top:15px; }
.addresses-list .item p a { text-decoration:underline; color:#0679aa; font-style:normal; }
.addresses-list .item p a:hover { text-decoration:none; }
.addresses-list .item-last { border-top:1px solid #000; padding-top:10px; margin-top:25px; }
.addresses-list address { font-size:13px; line-height:1.2em; }
.customer-address-index .page-title { margin:0 20px 10px; padding:0 0 5px; }


/* Order View */
.order-info { display:none; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

.order-date { margin:15px 0 0; color:#129fdc; font-size:13px; background-color:#232323; padding:10px; }

.order-info-box { }
.order-info-box h2 { font-size:14px; font-weight:bold; }

.order-items { width:100%; overflow-x:auto; margin-top:30px; }
.order-items h2 { margin-bottom:10px; font-weight:normal; padding:0 10px; }
.order-items .data-table tfoot td { background:0!important; color:#027fb3; }
.order-items .data-table .grand_total td { color:#fff; font-size:18px; font-weight:normal; }
.order-items .data-table .grand_total td strong { font-weight:normal; }


.sales-order-view .col2-set .col-1 { float:left; width:354px; }
.sales-order-view .col2-set .col-2 { float:left; width:354px; }
.sales-order-view .col2-set .box-title { background-color:#494949; padding:10px 20px; }
.sales-order-view .col2-set .box-title a { float:right; text-decoration:underline; color:#0679aa; }
.sales-order-view .col2-set .box-title h3 { float:left; font-size:14px; }
.sales-order-view .col2-set .box-content { padding:20px; background-color:#232323; min-height:100px; }
.sales-order-view .col2-set .box-content a { text-decoration:underline; color:#0679aa; font-style:normal; }
.sales-order-view .col2-set .box-content address { line-height:1.2em; font-style:normal; }
.sales-order-view .link-reorder { font-weight:normal; color:#027fb3; text-decoration:underline; }
.sales-order-view .link-print { font-weight:normal; color:#fe8e35; text-decoration:underline; background:0; padding:0; }

.my-wishlist textarea { width:230px; height:100px; font-size:11px; padding:10px; }
.my-wishlist .buttons-set button.button { float:right; margin-left:10px; }
.my-wishlist .buttons-set button.btn-share { margin-right:10px; position:relative; top:7px; }
.my-wishlist .back-link { position:relative; top:5px; }
.my-wishlist .product-name { float:left; font-weight:normal; width:130px; margin-top:10px; }
.my-wishlist .product-name a { float:left; font-weight:normal; width:130px; }

.newsletter-manage-index .my-account li.control { float:left; position:inherit; }

.order-gift-message { margin:15px 0; }
.gift-message dt strong { color:#666; }
.gift-message dd { margin:5px 0 0; font-size:13px; }

.order-about { margin:15px 0; }
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }
.tracking-table th,
.tracking-table td { padding:1px 5px 0 0; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

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

/* My Reviews */
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 {}
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer { bottom:0; width:1000px; z-index:9999; height:179px; background:url(../images/footer_images.gif) no-repeat 0% 100%; position:relative; margin:0 auto; }
.footer p { position:absolute; bottom:10px; left:30px; }
.footer address { text-align:right; }
.footer ul {}
.footer ul li { display:inline; background:url(../images/footer_separator.gif) no-repeat 100% 50%; padding:5px 9px; }
.footer ul li.last { background:0; }
.footer ul li a { text-transform:uppercase; font-size:11px; }
.footer ul li a:hover { color:#000; }
.footer .legal { color:#000; font-size:11px; }
.footer-container { background:url(../images/footer_bg.jpg) repeat-x 0 100%; height:179px; margin:-179px auto 0; }
.footer-container .bottom-container { text-align:center; }
.footer .footer-links { padding-left:145px; padding-top:85px; }
/* ======================================================================================= */

/* Left column block ===================================================================== */

.left-column-blocks { width:230px; }
#col-left .view-product { margin-bottom:15px; float:left; position:relative; left:0px; z-index: 0; }
#col-left .view-product img { float:left; }
/*.left-column-blocks .build-your-own .content { width:190px; background:#000 url(../images/static_block_content.jpg) repeat-x 0 0; float:left; padding:20px; } */
.left-column-blocks .build-your-own .content p { margin-bottom:20px; color: #000; }
.left-column-blocks .build-your-own .title { text-transform:uppercase; font-size:14px; float:left; background:#12a7e7 url(../images/static_block_title.jpg) repeat-x 0 100%; width:230px; padding:6px 0; }
.left-column-blocks .build-your-own .title p { width:180px; float:left; margin-left:16px; line-height:1em; }
.left-column-blocks .build-your-own .ico { position:relative; top:1px; left:10px; float:left; }
.left-column-blocks .build-your-own .content { float:left; background:#000 url(../images/search_content.jpg) no-repeat 0 100%; margin-bottom:20px; position: relative; /*z-index: 99;*/ width:190px; padding:20px; }
/* ======================================================================================= */
/* Right column block ===================================================================== */
.right-column-blocks { width:190px; }
.right-column-blocks .offer { margin-bottom:38px; float:left; }
.right-column-blocks .offer .title { text-transform:uppercase; font-size:14px; float:left; background:#12a7e7 url(../images/static_block_title.jpg) repeat-x 0 100%; width:190px; padding:6px 0; }
.right-column-blocks .offer .title p { width:130px; float:left; margin-left:22px; line-height:1em; }
.right-column-blocks .offer .title p.one-line { width:130px; float:left; margin-left:22px; line-height:1em; margin-top:8px; }
.right-column-blocks .offer .ico { position:relative; top:1px; left:10px; float:left; }
.right-column-blocks .offer .content { width:190px; background:#000 url(../images/static_block_content.jpg) repeat-x 0 0; float:left; } /* -40px padding*/
.right-column-blocks .offer .content .image { margin-bottom:10px; text-align:center; }
.right-column-blocks .offer .content p { padding:10px; }
.right-column-blocks .offer .content a { margin-left:10px; cursor: pointer }
.right-column-blocks .live-chat { margin-bottom:15px; }
.right-column-blocks .special-offer { margin-bottom:15px; }
.right-column-blocks .wedding .content .image { margin-bottom:-1px; text-align:center; }
.right-column-blocks .brochure .content .image { margin-bottom:-1px; text-align:center; }
/* ======================================================================================= */
/* Contact Us ============================================================================ */
.contacts .input-box { float:right; clear:none; width:307px; }
.contacts .form-list { width:445px; }
.contacts .form-list .field { float:left; margin-right:0; width:445px; margin-bottom:19px; }
.contacts .form-list li { margin-bottom:19px; }
.contacts .form-list input.input-text { width:307px; }
.contacts .form-list li.fields { margin-bottom:0; }
.contacts .form-list li.wide { margin-bottom:13px; }
.contacts .form-list li.wide textarea { width:307px; }
.contacts .form-list li.wide .input-box { width:306px; }
.contacts p.required { float:left; margin-left:150px; position:relative; top:10px; border:0px; background:none;}
.contacts .buttons-set { background-color:#232323; margin:0; padding:0px 29px 30px 0px }
.contacts .fieldset { background-color:#232323; margin:15px 0 0; overflow:auto; padding:36px 25px 0px 20px; }
.contacts input.input-text { background-color:#404040; border:1px solid #2D2D2D; color:#FFFFFF; height:26px; padding:2px; }
.contacts .page-title { margin-bottom:0!important; }

.contact-info h2 { font-size:16px; font-weight:bold; margin-bottom:5px; }
.contact-info p { font-size:14px; line-height:1.4em!important; }
.contact-info a { color:#027fb3; }
.contact-info { background-color:#232323; padding:13px 25px; margin-top:25px; cursor: default; }
.contacts-index-index .col3-layout .col-main { padding-top: 0; margin-top: 0; }
/* ======================================================================================= */
/* Home block ============================================================================ */

.home-content {  }
.home-content .offer { margin-bottom:25px; float:left; }
.home-content .offer .title { text-transform:uppercase; font-size:14px; float:left; background:#12a7e7 url(../images/static_block_title.jpg) repeat-x 0 100%; width:500px; padding:6px 0; }
.home-content .offer .title p { width:440px; float:left; margin-left:20px; line-height:1em; }
.home-content .offer .ico { position:relative; top:1px; left:10px; float:left; }
.home-content .offer .content { width:500px; background:#000 url(../images/static_block_content.jpg) repeat-x 0 0; float:left; } /* -40px padding*/
.home-content .offer .content .image { margin-bottom:10px; text-align:center; }
.home-content .offer .content p { padding:20px 20px 0; clear:both; }
.home-content .offer .content .boton { float:right; margin-right:20px; }
.home-content .offer .content p a { float:none; color:#f16800; }
.home-content .live-chat { margin-bottom:15px; }
.home-content .special-offer { margin-bottom:15px; }
.home-content .wedding .content .image { margin-bottom:-1px; text-align:center; }
.home-content .brochure .content .image { margin-bottom:-1px; text-align:center; }
.home-content .guarantee { float:left; margin:20px 0; position:relative; top:0px; }
.home-content .warranty { margin-top:4px; }
.home-content .cards { margin-top:20px; }
.cms-home .slider {margin-bottom:1px; z-index: 0; /*margin-top:-5px;*/ }
.home-slider { display:none; }
.cms-home .home-slider { display:block!important; }

.list-featured-products .price-excluding-tax { display:inline; }
.list-featured-products .price-excluding-tax .price{font-weight:bold}
.list-featured-products .price-including-tax { display:none; }

.provision-guarantee { float: left; background-color: #232323; padding: 21px 25px; width: 450px;  margin: 20px 0; }
.provision-guarantee-txt h1 { font-size: 24px; font-weight: bold; color: #bcbcbc; margin-bottom: 15px; }
.provision-guarantee-img { float: left; width: 75px; margin-right: 25px; }
.provision-guarantee-txt { float: left; width: 350px; }
.provision-guarantee-txt p { line-height: 1.3em; }
.provision-guarantee .boton { float: right; margin-top: 20px; }
/* ======================================================================================= */
/* ===Manufacturer======================================================================= */
.manufacturer p { font-size:12px; text-transform:uppercase; color:#000; margin:0 0 5px 0 !important; }
.manufacturer select { border:1px solid #838383; height:31px; padding:5px; width:170px; }
.manufacturer .go { float:right; }
.manufacturer { float:left; margin-top:10px; width:206px; }
.manufacturer .go input { width:30px; height: 31px; cursor:pointer; border:0; color:#fff; font-weight: bold; font-style: normal; background:url(../images/b/go.png) no-repeat 50% 100%; }
.manufacturer .go input:hover, .view-product .go input:hover { background:url(../images/b/go_over.png) no-repeat 50% 100% !important; }

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/*
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(images/overlay.png) 0 0 repeat;}
#colorbox{}
#cboxTopLeft{width:21px; height:21px; background:url('../images/controls.png') -100px 0 no-repeat;}
#cboxTopRight{width:21px; height:21px; background:url('../images/controls.png') -129px 0 no-repeat;}
#cboxBottomLeft{width:21px; height:21px; background:url('../images/controls.png') -100px -29px no-repeat;}
#cboxBottomRight{width:21px; height:21px; background:url('../images/controls.png') -129px -29px no-repeat;}
#cboxMiddleLeft{width:21px; background:url('../images/controls.png') left top repeat-y;}
#cboxMiddleRight{width:21px; background:url('../images/controls.png') right top repeat-y;}
#cboxTopCenter{height:21px; background:url('../images/border.png') 0 0 repeat-x;}
#cboxBottomCenter{height:21px; background:url('../images/border.png') 0 -29px repeat-x;}
#cboxContent{background:#fff;}
#cboxLoadedContent{margin-bottom:28px;}
#cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
#cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
#cboxPrevious{position:absolute; bottom:0; left:0px; background:url('../images/controls.png') -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
#cboxPrevious.hover{background-position:-75px -25px;}
#cboxNext{position:absolute; bottom:0; left:27px; background:url('../images/controls.png') -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
#cboxNext.hover{background-position:-50px -25px;}
#cboxLoadingOverlay{background:url('../images/loading_background.png') center center no-repeat;}
#cboxLoadingGraphic{background:url('../images/loading.gif') center center no-repeat;}
#cboxClose{position:absolute; bottom:0; right:0; background:url('../images/controls.png') -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
#cboxClose.hover{background-position:-25px -25px;}

/*     The following fixes png-transparency for IE6.     It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition      Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.     Colorbox preloads navigation hover classes to account for this.      !! Important Note: AlphaImageLoader src paths are relative to the HTML document,     while regular CSS background images are relative to the CSS document.  */
/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */
#promote-box .jcarousel-skin-vertical { background:none repeat scroll 0 0 #222021; border:1px solid #323031; margin-bottom:15px; font-size:9pt; width:222px !important; }
#promote-box .jcarousel-skin-vertical li { margin:10px; width:200px !important; }

/*VERTICAL SLIDER

.jcarousel-skin-vertical .jcarousel-container { }
.jcarousel-skin-vertical .jcarousel-container-horizontal {     width: 245px;     padding: 20px 40px; }
.jcarousel-skin-vertical .jcarousel-container-vertical {     width: 170px;     height: 170px;     padding: 10px 10px 0; }
.jcarousel-skin-vertical .jcarousel-clip-horizontal {     width:  245px;     height: 75px; }
.jcarousel-skin-vertical .jcarousel-clip-vertical {     width:  170px;     height: 170px; }
.jcarousel-skin-vertical .jcarousel-item {     width: 170px;     height: 170px;     overflow: hidden; }
.jcarousel-skin-vertical .jcarousel-item-horizontal {     margin-right: 10px; }
.jcarousel-skin-vertical .jcarousel-item-vertical {     margin-bottom: 10px; }
.jcarousel-skin-vertical .jcarousel-item-placeholder {     background: #fff;     color: #000; }
/**  *  Horizontal Buttons 
.jcarousel-skin-vertical .jcarousel-next-horizontal {     position: absolute;     top: 43px;     right: 5px;     width: 32px;     height: 32px;     cursor: pointer;      background: transparent url(next-horizontal.png) no-repeat 0 0; }
.jcarousel-skin-vertical .jcarousel-next-horizontal:hover {     background-position: -32px 0; }
.jcarousel-skin-vertical .jcarousel-next-horizontal:active {     background-position: -64px 0; }
.jcarousel-skin-vertical .jcarousel-next-disabled-horizontal,
.jcarousel-skin-vertical .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-vertical .jcarousel-next-disabled-horizontal:active {     cursor: default;     background-position: -96px 0; }
.jcarousel-skin-vertical .jcarousel-prev-horizontal {     position: absolute;     top: 43px;     left: 5px;     width: 32px;     height: 32px;     cursor: pointer;     background: transparent url(prev-horizontal.png) no-repeat 0 0; }
.jcarousel-skin-vertical .jcarousel-prev-horizontal:hover {     background-position: -32px 0; }
.jcarousel-skin-vertical .jcarousel-prev-horizontal:active {     background-position: -64px 0; }
.jcarousel-skin-vertical .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-vertical .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-vertical .jcarousel-prev-disabled-horizontal:active {     cursor: default;     background-position: -96px 0; }
/**   *  Vertical Buttons  
.jcarousel-skin-vertical .jcarousel-next-vertical {     display: none!important; /*position: absolute;     bottom: 5px;     left: 43px;     width: 32px;     height: 32px;     cursor: pointer;     background: transparent url(next-vertical.png) no-repeat 0 0;    }
.jcarousel-skin-vertical .jcarousel-next-vertical:hover {     background-position: 0 -32px; }
.jcarousel-skin-vertical .jcarousel-next-vertical:active {     background-position: 0 -64px; }
.jcarousel-skin-vertical .jcarousel-next-disabled-vertical,
.jcarousel-skin-vertical .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-vertical .jcarousel-next-disabled-vertical:active {     cursor: default;     background-position: 0 -96px; }
.jcarousel-skin-vertical .jcarousel-prev-vertical {  display:none!important;   /*position: absolute;     top: 5px;     left: 43px;     width: 32px;     height: 32px;     cursor: pointer;     background: transparent url(prev-vertical.png) no-repeat 0 0;      }
.jcarousel-skin-vertical .jcarousel-prev-vertical:hover {     background-position: 0 -32px; }
.jcarousel-skin-vertical .jcarousel-prev-vertical:active {     background-position: 0 -64px; }
.jcarousel-skin-vertical .jcarousel-prev-disabled-vertical,
.jcarousel-skin-vertical .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-vertical .jcarousel-prev-disabled-vertical:active {     cursor: default;     background-position: 0 -96px; }
*/
#photogallery                   {position: relative; width: 710px; height: 217px;z-index: 0;}
#photogallery_numbers           {/*position: absolute; z-index: 101; top: 32px; left: 34px; height: 20px;*/ display:none;}
#photogallery_numbers span      {/*cursor: pointer; display: block; width: 7px; height: 7px; background: #fff; float: left; margin-left: 8px; text-indent: -9999px;*/}
#photogallery_numbers .active   {/*background: #000;*/}
#photogallery ul                {}
#photogallery li                {position: absolute; top: 0; left: 0; height: 217px;}
#photogallery li.active         {z-index: 99!important;}

/*
#home-tabs { float:left; width:500px; margin-top: 20px; }
#home-tabs .deals-wrapper {overflow: hidden; }
#home-tabs .links {width: 500px; }
#home-tabs .links li {background: url('../images/home_tabs_header.jpg') repeat-x 0 0!important; width:81px; height:33px; margin-right:1px; cursor: pointer; float: left; text-transform: uppercase; font-weight: bold; color: #fff; padding: 8px 10px 0px 10px; }
#home-tabs .links .last { }
#home-tabs .links .active {color: #0C0C0B; background: #D4D4D4!important;}
#home-tabs .data {width: 455px; margin: 0 auto; }
#home-tabs .data li {height: 108px; overflow: hidden;}
#home-tabs .data-container { background:  FISH url('../images/home_tabs_body.jpg') no-repeat 0 100% #d4d4d4; clear: both; padding: 10px 0; }
*/
#checkout-step-sagepay iframe { width:640px; height:465px; }

#tab-zz {background: #fffdee; padding-top:10px;}
.lpStaticButtonAddTextTD, .lpPoweredByDiv{display:none;}
#lpPoweredByID1503493832{display:none;}
.jcarousel-skin-vertical a{color:#FE882B; margin-left:0px !important;}
.included-d{font-size:18px; margin-top:20px; margin-bottom:20px}

/*.pound{float:left;}*/
/* ------------------------------------------------------------------------------------------------ */
.contents { margin:0 auto; width:952px;padding:0 24px}
/* Header */
#top-menu{background:url('images/menu_bg.jpg') repeat-x;height:31px;}
#top-menu ul { float:right; }
#top-menu li { float:left; background: url(images/menu_separator.gif) no-repeat 100% 80%; padding:9px 18px; }
#top-menu li a { color:#fff; text-transform:uppercase; font-size:11px; }
#top-menu li a:hover { color:#01add3; }
#top-menu li.last { background:0;padding-right:0}
#header { }
#header .contents{background:url('images/header.jpg') no-repeat center -31px;position:relative;height:124px;position:relative;}
#header #logo{float:left;padding:15px 0 0 0;width:auto !important;}
#header #header-phone{float:left;width:195px;padding: 0 0 0 33px;margin:15px 0 0 190px;background:url('images/uk.png') no-repeat left top}
#header #header-phone strong.uk-phone{font-size:1.9em;display:block;padding:3px 0 3px 10px}
#header #header-phone span.international-phone{font-size:0.8em}
#header #cart-mini{float:right;overflow:hidden;font-size:0.9em;width:140px;height:39px;padding:8px 10px 10px 10px;border:1px solid #413f3f;background:#191919;margin:12px 0 0 0}
#header #cart-mini p{margin-bottom:9px;line-height:1em}
#header #cart-mini p a{font-weight:bold;}
#header #cart-mini span.price{float:left;display:block;padding-top:2px}
#header #cart-mini a.checkout{float:right;display:block;text-transform:uppercase;color:#000;background:#01add3;font-size:0.85em;font-weight:bold;padding:3px 4px}
#header #lpButDivID-1280932797594{bottom:26px; display:block; height:41px; position:absolute; right:22px;}
.lpPoweredBy { display: none; }
.lpEmtStarRating { display: none; }
/* Body */
#body{z-index:-999;}
#body .contents{background:#000;overflow:hidden;padding-bottom:20px;}
#body #col-left{float:left;width:235px;position:relative;}
#body #col-left #search_mini_form fieldset{width:207px;padding:10px 12px;border:1px solid #413f3f;background:#191919;}
#body #col-left #search_mini_form fieldset strong{text-transform:uppercase;font-size:1.1em;display:block;margin-bottom:2px}
#body #col-left #search_mini_form fieldset input.text{font-size:0.8em;border:1px solid #838383;font-style:italic;color:#424242;padding:7px 3px;width:162px;font-family:Arial;margin-bottom:5px}
#body #col-left #search_mini_form fieldset select#brand{border:1px solid #838383;height:29px;padding:5px;width:156px;float:left;}
#body #col-left #search_mini_form fieldset input.go-button{margin-left:2px;border:0;text-transform:uppercase;font-weight:bold;color:#fff;font-size:0.85em;width:30px;padding:7px 0;text-align:center;background:url('images/go.png') no-repeat center;cursor:pointer;}
#body #col-left a.save-money{display:block;margin:10px 0 0 0}
ul#links-category{padding:25px 0 22px 0}
ul#links-category li{border-bottom:1px solid #3a3939;width:230px}
ul#links-category li a{font-size:0.9em;font-weight:bold;display:block;padding:5px 10px;}
ul#links-category li.last{border:0}
ul#links-category ul.sub-drop{}
ul#links-category ul.sub-drop li{border-top:1px solid #3a3939;border-bottom:0;}
ul#links-category ul.sub-drop li a{padding-left:25px;color:#3eb7d3;font-weight:normal;background:url('images/arrow-subcategory.png') no-repeat 10px 6px}
ul#links-category ul.sub-drop li a.active{color:#9cd6e3;font-weight:bold;background:url('images/arrow-readmore.png') no-repeat 10px 6px}
#featured-products h2.title{font-size:1.3em;margin-bottom:17px;font-weight:bold;}
#featured-products li{width:232px;height:260px;background:#fff;margin-bottom:14px;color:#000;position:relative;}
#featured-products li a.name-product{position:absolute;top:8px;left:8px;font-weight:bold;color:#000;font-size:1.25em;z-index:10}
#featured-products li a.image-product{display:block;text-align:center;padding:26px 0 0 0}
#featured-products li .price_beat{position:absolute; top:90px;left:5px}
#featured-products li .price-box{font-size:0.8em;padding-left:10px}
#featured-products li p.old-price{color:#bd0000;padding:0;margin-bottom:0;line-height:1.2em}
#featured-products li p.old-price span.price{text-decoration:line-through;}
#featured-products li p.special-price{display:block;padding:0;color:#838383}
#featured-products li p.special-price span.price-excluding-tax{font-weight:bold;color:#000}
#featured-products li div.save-price{background:#bd0000;overflow:hidden;height:34px;position:absolute;left:0;bottom:0;width:228px;padding-right:5px}
#featured-products li strong{font-size:1.4em;color:#fff;display:block;letter-spacing:-0.4px;position:absolute;bottom:7px;left:10px;z-index:10}
#featured-products li div.save-price a.view-product{text-transform:uppercase;float:right;display:block;background:#fff;color:#bd0000;font-size:1.15em;padding:5px 15px 2px;margin:5px 0 0 0 }
#featured-products li div.save-price a.view-product:hover,#featured-products li div.save-price a.view-product:active{text-decoration:none;}
#body #col-main{float:right;width:710px; }
#body #col-main #benefit-box{background:#1b1b1b;border:1px solid #393838;padding:8px 0;z-index: 0;}
#body #col-main #benefit-box ul{overflow:hidden;height:1% }
#body #col-main #benefit-box li{float:left;width:325px;padding-left:18px}
#body #col-main #benefit-box li strong{color:#01add5;text-transform:uppercase;font-size:1.5em;display:block;}
#body #col-main #benefit-box li a{font-size:0.9em;display:block;padding-right:10px;margin-top:-2px;background:url('images/arrow-readmore.png') no-repeat right 2px}
#body #col-main #benefit-box li a.find-out{width:80px}
#body #col-main #benefit-box li a.warranty{width:155px}
#body #col-main #category-box{padding:0 0 0 5px;overflow: hidden;/*height: 1%*/}
#body #col-main #category-box ul{overflow:hidden;/*height:1%;*/padding-bottom: 15px}
#body #col-main #category-box ul li{float:left;width:225px;height:210px;position:relative;margin:15px 15px 0 0;background:#fff}
#body #col-main #category-box ul li.last{margin-right:0}
#body #col-main #category-box ul li a.name-category{position:absolute;top:8px;left:10px;font-weight:bold;color:#000;font-size:1.2em}
#body #col-main #category-box ul li a.image{display:block;text-align:center;margin:25px 0 0 0}
#body #col-main #category-box ul li strong.price{position:absolute;bottom:7px;left:9px;color:#4e4d4d;font-size:0.9em}
#body #col-main #category-box ul li a.view{text-transform:uppercase;display:block;background:#f26702;font-size:1.15em;padding:5px 15px 2px;position:absolute; bottom:7px;right:9px}
#body #col-main #category-box ul li a.view:hover,#body #col-main #category-box ul li a.view:active{text-decoration:none;}
#body #col-main #aside-box{overflow:hidden;padding:0 0 0 5px;clear:both}
#body #col-main #aside-box #content-home{width:445px;padding:0 9px;border:1px solid #393838;background:#222121;float:left; }
#body #col-main #aside-box #home-tabs {overflow: hidden;margin-bottom:30px }
#body #col-main #aside-box #home-tabs .links {overflow:hidden;height:1%}
#body #col-main #aside-box #home-tabs .links li {font-size:0.9em;line-height:1.4em;width:52px;height:45px;cursor: pointer; float: left;color: #fff; padding: 7px 13px 0 14px; text-align:center;}
#body #col-main #aside-box #home-tabs .links li.item-3{width:80px;line-height:2.8em}
#body #col-main #aside-box #home-tabs .links li.item-4{width:72px}
#body #col-main #aside-box #home-tabs .links .active {color: #0C0C0B; background:url('images/home-tabs.png') repeat-x;color:#000;border:1px solid;border-color:#393838 #fff #fff #fff }
#body #col-main #aside-box #home-tabs .data-container { background:#fff; padding: 10px 0; }
#body #col-main #aside-box #home-tabs .data li {height: 105px; overflow: hidden;}
#body #col-main #aside-box #home-tabs .data li a{display:block;width:427px;height:105px;margin:0 auto}
#provision-guarantee{padding-bottom:30px}
#provision-guarantee h2,#account-payment h2{font-size:1.3em;font-weight:bold;margin-bottom:0.8em}
#provision-guarantee img{float:left;margin:0 15px 0 0}
#provision-guarantee p,#account-payment p{font-size:0.85em;line-height:1.5em;margin-bottom:20px}
#provision-guarantee a.more-info{text-transform:uppercase;display:block;background:#f26702;font-size:1.15em;padding:5px 10px 2px;width:105px;text-align:center;}
#provision-guarantee a.more-info:hover,#provision-guarantee a.more-info:active{text-decoration:none;}
#account-payment a.apply-account{text-transform:uppercase;display:block;background:#f26702;font-size:1.15em;padding:5px 10px 2px;width:225px;margin-bottom:20px;text-align:center;}
#account-payment a.apply-account:hover,#account-payment a.apply-account:active{text-decoration:none;}
#account-payment p a{color:#f26702;font-weight:bold;}
#body #col-main #aside-box #promote-box{float:right;width:226px}
#body #col-main #aside-box #promote-box li {padding-bottom:12px}
#body #col-main #aside-box #promote-box li a{display:block;}
/* Footer */
#footer { background:url("../images/footer_bg.jpg") repeat-x scroll 0 100% transparent; }
#footer .contents { background:url("../images/footer_images.gif") no-repeat scroll 0 100% transparent;overflow:hidden;height:140px; }
#footer .contents ul { margin:0 auto; padding-left:29px; width:736px; }
#footer .contents ul li {background:url("../images/footer_separator.gif") no-repeat scroll 100% 20px transparent; margin-top:10px; float:left; padding:22px 7px 6px; }
#footer .contents ul li.last { background:none; float:left; padding:22px 0px 6px 10px;  }
#footer .contents ul li a { font-size:10px; text-transform:uppercase; }

.footer-copyright { clear:both; color:#FFFFFF; font-size:9pt; margin:0 auto 14px; padding-top:10px; text-align:center; width:350px; }
.footer-copyright a { color:#666666; font-size:8pt; text-decoration: none; }
.footer-copyright img { padding:10px 0 0; }
/* Listing Page*/
#col-left a#live-chat{display:block;margin-bottom:22px}
#col-main h2.title-category{font-size:1.4em;font-weight:bold;margin-bottom:0;padding-left:5px}
#col-main .breadcrumbs{overflow:hidden;padding:3px 0 20px 5px}
#col-main .breadcrumbs li{float:left;padding-right:5px;color:#04acd3;font-size:0.75em;font-weight:bold;}
#col-main .breadcrumbs li a{color:#04acd3}
#col-main .breadcrumbs li span{color:#ababab}
#col-main a#save-money-bottom{display:block;margin:15px 0 0 0}

#body #col-main #category-box.products li{height:310px}
#body #col-main #category-box.products li a.name-product{color:#000000; font-size:1.25em; font-weight:bold; height:19px; left:8px; overflow:hidden; position:absolute; top:8px;z-index:10;}
#body #col-main #category-box.products li img.image-guarantee{position:absolute; top:130px;left:8px;z-index:10}
#body #col-main #category-box.products li a.image{margin-top:38px;}
#body #col-main #category-box.products li p{color:#000;font-size:0.85em;line-height:1.4em;margin-bottom:0}
#body #col-main #category-box.products li p.short-desc{overflow-y:hidden;height:50px;padding:0 10px;margin-bottom:10px}
#body #col-main #category-box.products li div.price-box{}
#body #col-main #category-box.products li div.price-box p{line-height:1em}
#body #col-main #category-box.products li div.price-box p.old-price{margin-bottom:4px;}
#body #col-main #category-box.products li div.price-box span.price-excluding-tax{font-size:15px;color:#000000;}
#body #col-main #category-box.products li div.price-box span.price-excluding-tax .price{color:#000}
#body #col-main #category-box.products li div.price-box span.price-excluding-tax .label{color:#A0A0A0;font-size:12px;}
#body #col-main #category-box.products li strong.price{font-size:1.05em;color:#000;bottom:45px;left:10px}
#body #col-main #category-box.products li strong.price strong{font-size:0.8em;color:#a0a0a0}
#body #col-main #category-box.products li button.buy-button{background:#104a62;border:0;position:absolute; bottom:7px;left:10px;padding:2px 0;cursor:pointer;width:73px;text-align:center;}
#body #col-main #category-box.products li span.buy{text-transform:uppercase;font-size:1.15em;color:#fff}
#body #col-main .title-page{position:relative;}
#body #col-main a.show-all{width:180px;font-weight:bold;font-size:1em;background:url('images/show-all.png') no-repeat;text-align:center;padding:8px 0;display:block;line-height:0.9em}
#body #col-main a.show-all:hover,#body #col-main a.show-all:active{text-decoration:none;}
#body #col-main .title-page a.show-all{position:absolute;right:0;top:5px}
#body #col-main .toolbar{background:url('images/toolbar-bg.png') no-repeat right top;overflow:hidden;height:35px;margin-bottom:20px}
#body #col-main .toolbar .sort-by{float:left;overflow:hidden;padding-left:18px;}
#body #col-main .toolbar .sort-by span.label{font-size:0.75em;color:#bdbdbd;padding:12px 8px 0 0;float:left;}
#body #col-main .toolbar .sort-by select{width:90px;font-family:Arial;font-size:0.8em;float:left;border:1px solid #000;padding:4px 4px 4px 0;margin:4px 0 0 0}
#body #col-main .toolbar .pagination{float:right;width:240px;padding:8px 5px 0 0}
#body #col-main .toolbar .pagination li{float:left;padding:0 8px 0 0;}
#body #col-main .toolbar .pagination li a{font-size:0.8em;width:21px;text-align:center;display:block;padding:4px 0}
#body #col-main .toolbar .pagination li a:hover,#body #col-main .toolbar .pagination li a:active{text-decoration:none;}
#body #col-main .toolbar .pagination li.prev a{width:25px;padding-left:7px;background:url('images/arrow-prev.png') no-repeat left 8px}
#body #col-main .toolbar .pagination li.next a{width:25px;padding-right:8px;background:url('images/arrow-next.png') no-repeat right 8px}
#body #col-main .toolbar .pagination li.active a{background:url('images/active-page.png') no-repeat center}
#body #col-main .toolbar a.show-all{float:left;margin:3px 0 0 12px;}

/* Single Page */
#related-product{}
#related-product h2{font-size:1.35em;margin-bottom:17px;font-weight:bold;}
#related-product ul{overflow:hidden;height:1%}
#related-product ul li{float:left;width:221px;height:280px;position:relative;margin:0 15px 15px 0;background:#fff}
#related-product ul li.last{margin-right:0}
#related-product ul li a.name-product{position:absolute;top:8px;left:8px;font-weight:bold;color:#000;font-size:1.25em;z-index:10}
#related-product ul li a.image{margin-top:50px;margin-bottom:5px;display:block;text-align:center;}
#related-product ul li div.cross-price-inc{font-size:1.1em;color:#000;bottom:40px;left:10px;position:absolute;}
#related-product ul li div.cross-price-inc span.price-excluding-tax,#related-product ul li div.cross-price-inc span.price-including-tax{display:block;color:#000;float: none}
#related-product ul li div.cross-price-inc span.price-excluding-tax .price{color:#000;font-size:1em;margin:0;float:none;}
#related-product ul li div.cross-price-inc span.price-including-tax .price{width:auto;float:none;text-align:left;font-size:1em;display:inline;margin:0}
#body #related-product ul li div.cross-price-inc span.label{float:none;display: inline;color:#000;font-size:0.6em}
#related-product ul li input.text{font-family:Arial;font-weight:bold;font-size:0.8em;border:1px solid #c4c4c4;padding:4px 7px;width:50px;margin:0;position:absolute;bottom:45px;right:10px;	
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;}
#related-product ul li a.view{text-transform:uppercase;display:block;background:#f26702;font-size:1.15em;padding:5px 15px 2px;position:absolute; bottom:7px;left:9px}
#related-product ul li a.view:hover,#body #col-main #category-box ul li a.view:active{text-decoration:none;}
#related-product ul li button.buy-button{background:#104a62;border:0;position:absolute; bottom:7px;right:10px;cursor:pointer;width:73px;text-align:center;}
#related-product ul li span.buy{text-transform:uppercase;font-size:1.15em;color:#fff;display: block;padding:2px 0 3px;}

#col-main h2.title-category strong{color:#01add3}
#item-box{padding-bottom:15px}
#item-box h2{text-transform:uppercase;font-size:1.3em;margin-bottom:2px;}
#item-box p{font-weight:bold;font-size:0.75em;margin-bottom:8px}
#item-slider{background:#222121;border:1px solid #413f3f;padding:9px;overflow:hidden;height:1%;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;}
#item-slider #myitem-carousel{width:602px;float:left;padding-left:25px;overflow:hidden;height:1%}
#item-slider #myitem-carousel ul.items{width:20000em;height:80px}
#item-slider #myitem-carousel ul.items li{float:left;width:80px;height:80px;border:1px solid #413f3f;background:#161616;margin-right:4px;position:relative;}
#item-slider #myitem-carousel ul.items li a.remove{position:absolute;top:3px;right:4px}
#item-slider a.prev-button{float:left;display:block;padding-top:25px}
#item-slider a.next-button{float:right;display:block;padding-top:25px}
#total-price-box{background:#222121;border:1px solid #413f3f;margin-bottom:20px;overflow:hidden;height:1%;padding:9px 9px 9px 15px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;}
#total-price-box strong{float:left;}
#total-price-box strong.title{font-size:1.5em;color:#ff6600;padding:6px 15px 1px 0}
#total-price-box strong.price{font-size:1.6em;padding:5px 15px 1px 0}
#total-price-box strong.price strong{float:none;font-size:0.5em;color:#808080}
#total-price-box button.buy-button{background:url('images/buy-button.png') no-repeat;width:67px;height:34px;float:right;margin-left:12px;border:0;cursor:pointer;}
#total-price-box button.buy-button span{display:none;}

#product-in-this-deal{padding:0 0 0 5px}
#product-in-this-deal h2{font-size:1.3em;margin-bottom:17px;font-weight:bold;}
#product-in-this-deal ul{overflow:hidden;height:1%}
#product-in-this-deal ul li{float:left;width:225px;height:347px;position:relative;margin:0 15px 15px 0;background:#fff}
#product-in-this-deal ul li.last{margin-right:0}
#product-in-this-deal ul li a.name-product{font-weight:bold;color:#000;font-size:1.2em;display:block;width:175px;padding:8px 0 5px 10px}
#product-in-this-deal ul li strong.save-price{display:block;text-transform:uppercase;color:#ff0000;font-size:1.05em;padding-left:10px}
#product-in-this-deal ul li span.meta{color:#ff0000;display:block;font-size:0.8em;padding-left:10px}
#product-in-this-deal ul li img.check{position:absolute;top:6px;right:6px}
#product-in-this-deal ul li a.image{display:block;text-align:center;position:absolute;top:80px;width:225px}
#product-in-this-deal ul li strong.price{font-size:1.05em;color:#000;bottom:42px;left:10px;position:absolute;}
#product-in-this-deal ul li strong.price strong{font-size:0.8em;color:#808080}
#product-in-this-deal ul li p{position:absolute;top:240px;left:10px;padding-right:10px;margin-bottom:0;font-size:0.8em;color:#6b6969}
#product-in-this-deal button.add-button{background:url('images/add-button.png') no-repeat;width:71px;height:24px;position:absolute;bottom:9px;left:10px;border:0;cursor:pointer;}
#product-in-this-deal button.add-button span{display:none;}
#product-in-this-deal ul li a.info{position:absolute;bottom:7px;right:10px}
#body #col-main #category-box ul.products-grid p.special-price span.price-label{display:none;}


/**  Price Layout  **/
/*
#col-main .product-view .product-shop .price-box { height:132px; position:relative; width:330px; }
#col-main .product-view .product-shop .price-box .now-label {  }
#col-main .product-view .product-shop .price-box .price-excluding-tax {  }
#col-main .product-view .product-shop .price-box .price-excluding-tax .price { left:80px; position:absolute; text-align:right; top:0; }
#col-main .product-view .product-shop .price-box .price-excluding-tax .price .pound { left:15px; position:absolute; top:0; }
#col-main .product-view .product-shop .price-box .price-excluding-tax .label { left:190px; position:absolute; top:0; }
#col-main .product-view .product-shop .price-box .vat-cont .vat-label {  }
#col-main .product-view .product-shop .price-box .vat-cont .vat-price { left:80px; position:absolute; top:0; }
#col-main .product-view .product-shop .price-box .vat-cont .vat-price .pound { left:15px; position:absolute; top:0; }
#col-main .product-view .product-shop .price-box .price-including-tax {  }
#col-main .product-view .product-shop .price-box .price-including-tax .price { left:80px; position:absolute; text-align:right; top:48px; }
#col-main .product-view .product-shop .price-box .price-including-tax .price .pound { left:15px; position:absolute; }
#col-main .product-view .product-shop .price-box .price-including-tax .label { left:190px; position:absolute; top:48px; }

*/

#footer {width: auto !important;}
#body .product-view .product-shop .price-box { width:300px; }
#body .product-view .product-shop .price-box .old-price { position: relative; top: 0; }
.product-shop .price-box .price-fix { height:1%; margin-bottom:14px; overflow:hidden; width: 260px; }
.product-shop .price-box .price-fix .title-label { clear:left; display:block; float:left; font-size:16px; margin:0 0 12px 0; width:80px;}
.product-shop .price-box .price-fix .price-wrap { display:block; float:left; margin:0 0 12px; padding:0; width:170px; }
.product-shop .price-box .price-fix .price-wrap .label { float:right; }
.product-shop .price-box .price-fix .price-wrap .price { float:left; font-size:18px; font-weight:normal; position:relative; margin:0; text-align:right; width:90px; }
.product-shop .price-box .price-fix .price-wrap .price .pound { left:0; position:absolute; }

.pmavail { color:#12A6E6; font-size:8pt; left:10px; position:absolute; top:30px; z-index:999;}
.product-price-match-box { border:1px solid #413F3F; background:#191919; color:#12A6E6; font-size:14pt; margin:10px 0 15px; padding:10px 15px; width:678px; }
.product-price-match-box a { font-size:9pt; }
.product-price-match-box a:hoever { color:#12A6E6; }
#featured-products .list-featured-products li .price-box .old-price { top:208px; }

#body #col-main #category-box.products li div.price-box p.old-price { position:absolute; top:259px; color:#BD0000; }
#body #col-main #category-box.products li div.price-box span.price {  }

#checkout-progress-wrapper {  }
#main-message {background:black none repeat scroll 0 0; left:110px; border:1px solid #666666; font-size:10pt; padding:4px 10px; position:absolute; text-align:center; top:80px; width:390px; }
