@import url(https://fonts.googleapis.com/css?family=Roboto:700);

@font-face {
    font-family:'roboto_condensedbold';
    src: url('robotocondensed-bold-webfont.eot');
    src: url('robotocondensed-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('robotocondensed-bold-webfont.woff') format('woff'),
         url('robotocondensed-bold-webfont.ttf') format('truetype'),
         url('robotocondensed-bold-webfont.svg#roboto_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'roboto_condensedbold_italic';
    src: url('robotocondensed-bolditalic-webfont.eot');
    src: url('robotocondensed-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('robotocondensed-bolditalic-webfont.woff') format('woff'),
         url('robotocondensed-bolditalic-webfont.ttf') format('truetype'),
         url('robotocondensed-bolditalic-webfont.svg#roboto_condensedbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family:'roboto_condenseditalic';
    src: url('robotocondensed-italic-webfont.eot');
    src: url('robotocondensed-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('robotocondensed-italic-webfont.woff') format('woff'),
         url('robotocondensed-italic-webfont.ttf') format('truetype'),
         url('robotocondensed-italic-webfont.svg#roboto_condenseditalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family:'roboto_condensedlight';
    src: url('robotocondensed-light-webfont.eot');
    src: url('robotocondensed-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('robotocondensed-light-webfont.woff') format('woff'),
         url('robotocondensed-light-webfont.ttf') format('truetype'),
         url('robotocondensed-light-webfont.svg#roboto_condensedlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family:'roboto_condensedlight_italic';
    src: url('robotocondensed-lightitalic-webfont.eot');
    src: url('robotocondensed-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('robotocondensed-lightitalic-webfont.woff') format('woff'),
         url('robotocondensed-lightitalic-webfont.ttf') format('truetype'),
         url('robotocondensed-lightitalic-webfont.svg#roboto_condensedlight_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family:'roboto_condensedregular';
    src: url('robotocondensed-regular-webfont.eot');
    src: url('robotocondensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('robotocondensed-regular-webfont.woff') format('woff'),
         url('robotocondensed-regular-webfont.ttf') format('truetype'),
         url('robotocondensed-regular-webfont.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Reset ================================================================================= */
html{background:rgb(255,255,255);color:rgb(22,21,21);font-family:Helvetica;font-size:15px;position:relative;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}
a{text-decoration:none;color:rgb(92,88,87);}
a:hover{color:rgb(22,21,21);}
select{padding:1px;}

/* 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 ================================================================================ */
.wrapper {}
.page {}
.page-print { background:#fff; padding:20px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main-container {}
.main {}

/* Base Columns */
.col-left {}
.col-main {}
.col-right {}

/* 1 Column Layout */
.col1-layout .col-main {}

/* 2 Columns Layout */
.col2-left-layout .col-main {}
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main {}
.col3-layout .col-wrapper {}
.col3-layout .col-wrapper .col-main {}

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

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

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


/* Global Styles ========================================================================= */
/* Form Elements
input,select,textarea,button {}
input.input-text,select,textarea { border:1px solid #ddd; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { padding:2px 5px; }
textarea { overflow:auto; }
input.radio { margin-right:3px; margin-top:-2px;}
input.checkbox { margin-right:3px;  margin-top:-2px; }
input.qty { width:2.5em !important; }
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.control{ margin-bottom:5px;}
.form-list label { float:left; position:relative; z-index:0; padding:8px 0;}
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#e70808; position:absolute; top:8px; right:-8px; }
.form-list li.control label { float:none; display:inline-block; padding:0; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
.form-list .input-box,.form-list .input-range { display:block; clear:both; }
.form-list .field { float:left; width:340px; /*padding-bottom:8px; */}
/*.form-list input.input-text { width:320px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:340px; }
.form-list li.wide .input-box { width:535px; margin-bottom:1px;}
.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:140px; }*/
/* 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 p.back-link{ margin:0; }
.buttons-set { clear:both; padding:5px 5px 5px 0; }
.buttons-set .back-link small { display:none;}
.buttons-set button.button { float:left;  margin-right:2px; }
.buttons-set p.required { margin:0 0 5px; }

.buttons-set-order {}
#add_recipient_button{ float:left;}
.fieldset { float:left; width:49%}
.fieldset .legend { font-weight:bold; position:relative; text-transform:uppercase; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; padding-top:2px; font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#e70808; }
.validation-failed { border:1px solid #ec0808 !important; background:#ffe3e3 !important; }
.validation-passed {}
p.required { font-size:10px; text-align:left; color:#f00!important; clear:left; padding-top:5px;}
/* 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{ list-style:none !important; margin:0 0 10px; padding:0 ; width:100%; overflow:hidden;  }
.messages ul {list-style:none !important;  padding:0 ;  margin:0;}
.error-msg,
.note-msg,
.notice-msg, .success-msg { border-style:solid; border-width:1px; background-position:10px 7px; background-repeat:no-repeat; min-height:14px; padding:8px 8px 8px 32px;  }
.error-msg { border-color:#f16048; background-color:#ffe3e3; background-image:url(../images/i_msg-error.gif); color:#df280a; }
.note-msg,
.notice-msg, .success-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/i_msg-note.gif); color:#3d6611; }
/*View mode*/
.view-mode strong.grid,.view-mode .grid:hover  { background-position:0 -310px;}
.view-mode .grid, .view-mode .list {  display:inline-block; height: 14px; margin-top:0; text-indent: -9999px; width: 14px; float: left; margin-left:7px;  background: url("../images/icons.png") no-repeat scroll 0 0 transparent;-moz-transition: all 400ms ease; -webkit-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease;}
.view-mode .list{}
.view-mode a.list{ background-position:-21px -292px;  overflow: hidden;}
.view-mode a.grid { background-position:0 -292px}
.view-mode strong.list,.view-mode .list:hover {  background-position: -21px -310px;}


/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* 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 { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.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;}
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { font-weight:bold; }
.link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; margin-top:4px; display:inline-block; }
.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 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(../images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; margin-right:2px;}

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }


.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; }

/* Cookie Notice */
.notice-cookie { border-bottom:1px solid #cfcfcf; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.notice-cookie .notice-inner { width:870px; margin:0 auto; padding:12px 0 12px 80px; background:url(../images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.notice-cookie .notice-inner p { margin:0 0 10px; border:1px dotted #cccc73; padding:10px; }
.notice-cookie .notice-inner .actions { }
/* Sidebar =============================================================================== */
.block .block-title { padding:3px 10px; }
.block .block-title strong { }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { }
.block .block-content { padding:10px; }
.block .block-content li.item,.widget-static-block  li { padding:5px 0; }
.block .block-content li.item.last { padding-bottom:0; }
.block .btn-remove,
.block .btn-edit { float:right;}
.block .actions { }
.block .actions a { float:right; }
.block .empty { padding-top:10px; margin:0;}

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

/* Mini Products List */
.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:85px; padding:5px 5px 5px 0;  }
.mini-products-list .product-details { margin-left:95px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }

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

/* Block: Currency Switcher */
.footer .block.block-currency .block-title{line-height:17px; padding-right:10px;}
.footer .block-currency { float:right; }
.footer .block-currency .block-title span { text-transform:uppercase; font-size:10px;}
.footer .block-currency select { width:90px; border:1px solid #51504f; background:transparent; font-size:10px; padding:0; }
.footer .block.block-currency >div{ float:left; padding:0;}
.sidebar .block.block-currency select{ width:100%;}

/* Block: Layered Navigation */
.block-layered-nav li { padding:3px 0; position:relative;}
.block-layered-nav dt { font-weight:bold; font-family:Arial}
.block-layered-nav .block-subtitle{ padding-bottom:1em;}
.block-layered-nav .btn-remove { position:absolute; right:0; top:5px; }

/* Block: Cart */
.block-cart {}
.block-cart .summary {}
.block-cart .amount {}
.block-cart .subtotal { }
.block-cart .actions { padding-bottom:10px;}
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 5px 0; }

/* Block: Wishlist */
.block-wishlist {}
#wishlist-table input ,#wishlist-table .link-edit{ clear:left; display:block; margin:5px 0; }

/* Block: Related */
.block-related .block-subtitle { padding-bottom:10px; }
.block-related .link-wishlist { margin-top:5px; }
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .product { margin-left:20px; }
.block-related .product .product-image { float:left; }
.block-related .product .product-details { margin-left:70px; }

/* Block: Compare Products */
.block-compare li .product-name{margin-right:15px;  }
.block.block-compare li.even {background-color:none}
.block.block-compare li.item .btn-remove {margin-top:2px}
.block-compare ol { list-style:none; padding-left:0 }
.block-compare .actions a { text-transform:uppercase; padding-top:6px; }
.compare-table td p{ margin:0;}
.page-popup .buttons-set { padding-right:0;}
.page-popup .buttons-set button.button{float:right; margin-right:0;}
.compare-table .btn-remove{ float:left; margin-top:3px;}
/* Block: Recently Viewed */
.block-viewed ol p { margin-bottom:0; }

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

/* Block: Poll */
.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: Subscribe */
.block-subscribe input.input-text { width:198px; min-height:15px;}
.block-subscribe .input-box { width:220px; }

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

/* Block: Banner */
.block-banner { padding:10px 0!important;}
.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; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* Product View ========================================================================== */
/* Rating */
.no-rating,
.ratings,.tags {}
.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:40px; height:9px; 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:9px; background:url(../images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; margin-top:3px}
.ratings .amount {}
.ratings-table th{ font-size:11px; line-height:1.15; padding:3px 0; font-weight:bold; }
.ratings-table td { padding:6px 8px 3px;}

/* Availability */
.availability { margin:0; }
.availability-only { margin:0 0 7px; }
.availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong {}

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#f2f2f2; font-size:10px; padding:0 8px; }
.availability-only-details td { border-bottom:1px solid #ddd; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last {}

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

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

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

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

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

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

/* FPT */
.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 {}
#customer-reviews .form-list li{ position:relative;}
#customer-reviews .buttons-set { clear:left; display:block; }
.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; padding:10px 0}
.more-views .jcarousel-skin-tango .jcarousel-next-horizontal,.more-views .jcarousel-skin-tango .jcarousel-prev-horizontal{ top:-30px!important;}
/* Product Options */
.product-options { padding:10px; margin:20px 0 0; border:1px solid #ddd; background-color:#f6f6f6; }
.product-options dt label { font-weight:bold; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:10px 0; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; margin-bottom:5px; }
.product-options .options-list li{ margin:5px 0}
.product-options .options-list input.radio { float:left; margin:1px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:1px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }

.product-options-bottom { padding:10px; border:1px solid #ddd; border-top:0; }
.product-options-bottom .price-box { margin:10px 0; }

/* Grouped Product */
.product-view .grouped-items-table {}
.product-view .product-shop .grouped-items-table td{vertical-align:middle}
.product-view .product-shop .grouped-items-table .price-box{ margin-bottom:0}
.product-view .product-shop .grouped-items-table .price-box .price{font-size:12px;}
.product-view .product-shop .data-table th,.product-view .product-shop .data-table td{ padding:10px;}
/* Block: Description */
.product-view .box-description {}

/* 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 & box-tags*/
.block-tags ul,
.block-tags li { display:inline; }
.my-tag-edit{ position:relative; }
.tag-customer-view .my-tag-edit{ float:left; }
.my-tag-edit .btn-remove {position:absolute; right:-20px; top:3px;}
.product-view .box-tags {}
.product-view .box-tags .form-add p { clear:both; }
.product-view .product-tags li{ float:left; padding-right:20px; padding-bottom:5px; white-space:nowrap;}
.product-view .product-tags li a{ text-transform:lowercase; }
.product-view .box-tags .form-add{ border-top:0; margin-top:0; }
p.note{ padding-top:7px;}
#review-form  .data-table{ width:auto;}
#review-form  .data-table th,#review-form  .data-table td{ border:none; font-size:11px; text-transform:lowercase; font-weight:normal; text-align:center; }
#review-form  .data-table tbody th{ padding-left:0; text-align:left;}
#review-form h4{ font-size:10px; text-transform:uppercase; font-weight:bold;}
/* Block: Reviews */
/* Send a Friend */
.send-friend {}
/* ======================================================================================= */
/* Product Tags */
.tags-list li { display:inline; padding-right:20px;}

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

/* CMS Home Page */
.cms-index-index .secondary ul { padding-left:0;}
.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; }
/* ======================================================================================= */
/*quickshop*/
body.quickshop-index-view{ padding:0;}
body.quickshop-index-view .product-view .product-img-box{width:380px}

/* Shopping Cart ========================================================================= */
.cart .shipping-form p { margin:0; }

/* Checkout Types */
.checkout-onepage-index .block-cart-top .btn-remove,
.checkout-multishipping-addresses .block-cart-top .btn-remove,
.checkout-multishipping-shipping .block-cart-top .btn-remove,
.checkout-multishipping-billing .block-cart-top .btn-remove,
.checkout-multishipping-overview .block-cart-top .btn-remove{ display:none;}
#co-shipping-form{ display:inline-block;}
.opc .form-list .field{ margin-right:10px; }
.opc .form-list li.wide .input-box{ margin-bottom:10px; }
.opc .form-list li.wide input.input-text{ width:670px; }

.checkout-multishipping-address-newshipping .form-list li.wide .input-text{ margin-bottom:10px; width:320px!important; }
.checkout-multishipping-address-newshipping .form-list li.control{ padding-top:5px; margin-bottom:0;}
#checkout-step-login .col-2 .buttons-set button.button{ clear:left; }
#checkout-step-login .col-2 .buttons-set a{ padding-top:9px; }
#review-buttons-container.buttons-set{ float:right; padding-right:0;}
#review-buttons-container.buttons-set .f-left{ margin-right:0;}
#review-buttons-container.buttons-set button.button{ float:right; clear:right; margin-right:0}
#review-buttons-container .please-wait{ padding-top:10px; float:right; clear:right;}
/* Shopping Cart Table */
/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; display:inline-block; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:15px; left:50%; }
.col-left .truncated .show .item-options { left:30px; top:7px; }
.col-right .truncated .show .item-options  { left:-240px; top:7px; }
/* ======================================================================================= */
/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; line-height:24px}
.sp-methods dt input.radio{margin-top:-4px}
.sp-methods .price { font-weight:bold; }
.sp-methods select.month { margin-right:20px; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0 1em; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.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 h3{}
.gift-messages-form { border:1px solid #ddd; background-color:#f5f5f5;  position:relative; padding:5px;overflow:hidden}
.gift-messages-form label { float:none !important; position:static !important; display:inline-block;}



.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 {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

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

/* One Page Checkout */
.block-progress dd address { margin-bottom:0;}
.block-progress dd { padding-bottom:10px;}
.opc { position:relative; }

.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; float:left; padding-top:4px; }

.opc .step-title { background-color:#f6f6f6; text-align:right; }
.opc .step-title .number { float:left; line-height:22px; margin-right:5px; display:none; }
.opc .step-title h2 { float:left; }
.opc .step-title a { display:none; float:right; }

.opc .allow .step-title { cursor:pointer; }
.opc .active {}
.opc .active .step-title { cursor:default; }

.opc .step {  position:relative; padding:20px 0 40px;}
.opc .step .tool-tip { right:10px; }

.opc .order-review {}
.opc .order-review .authentication {}
.opc .order-review .warning-message {}

.opc .form-list li.control {line-height:24px}
.opc .form-list li.control input.radio,.opc .form-list li.control input.checkbox{margin-top:-4px}

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

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


/* Account Login/Create Pages ============================================================ */
.account-login  h2{ text-transform:uppercase; }
.account-login .registered-users a { padding-top:7px; display:inline-block;}
.account-create .form-list .field{ clear:left; }
.account-create ul.form-list{ float:left; width:49%; }

/* End of Account Login/Create Pages ============================================================ */

/* Captcha */
.captcha-note  {}
.captcha-image { float:left; position:relative; }
.captcha-img { border:1px solid #ccc; }
.registered-users .captcha-image    {}
#checkout-step-login .captcha-image {}
.captcha-reload { position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
    0% { -webkit-transform:rotate(0); }
    0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0); }
    0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% { transform:rotate(0); }
    0% { transform:rotate(-360deg); }
}

/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(../images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label {}
.remember-me-popup {}
.remember-me-popup h3 {}
.remember-me-popup .remember-me-popup-head {}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close {}
.remember-me-popup .remember-me-popup-body {}
.remember-me-popup .remember-me-popup-body a {}
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }
.my-account p.hello{margin-bottom:0}
.my-account p.hello strong{ font-weight:normal;color:#6b9a47}
.my-wishlist textarea,.wishlist-index-share .form-list li.wide textarea{ width:90%; margin-top:5px;}

/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}
.box-head{border-top:3px solid #161515; padding-top:8px; position:relative;}
.box-head h2{ }
.box-head a{color:#fff; background-color:#2c3866; text-transform:uppercase; padding:5px 20px; position:absolute; right:0; top:8px; }

/*Block My Account*/
.block-account ul li{padding:5px 0 7px}
.dashboard .box-account { margin:30px 0 0; }

/* Block: Recent Orders */


/* Block: Account Information */
.dashboard .box-info {}
.box-info .box{border:none; padding:0}
.box-title a{font-size:10px;  font-weight:bold; text-transform:uppercase}
.box-title h3,
.box-content h4{ font-weight:normal; float:left; min-width:200px}
.box-content h4{float:none}
.box-content{ clear:left; }

/* Block: Reviews & Tags */
.dashboard .box-reviews .number,.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:1px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-reviews .details { margin-left:20px; }
.dashboard .box-tags .details { margin-left:20px; }
.box-tags .tags strong{ font-weight:normal; float:left; display:inline; }
.box-tags .tags li{  float:left; display:inline; padding-left:5px; }
.box-reviews li.item ,.box-tags li.item { padding-bottom:20px;}
.box-reviews li.item.last,.box-tags li.item.last { padding-bottom:0;}
.box-reviews h3.product-name,.box-tags h3.product-name{ margin-bottom:0;}
.box-tags .tags a{ text-transform:capitalize; }

/********** Dashboard > */

/* Address Book */
.addresses-list {}
.addresses-list-additional li.item {}
.addresses-primary li.item{ padding-top:20px;}
.addresses-primary li.item:first-child{ padding-top:0;}
.customer-address-form .my-account .form-list li.wide input.input-text{ width:320px;}
.customer-address-form .my-account .form-list li.wide:first-child{ padding-bottom:10px; }
.customer-address-form .my-account .form-list li strong{ padding-top:5px; display:block; }
.customer-address-form .fieldset{ overflow:hidden;}
/* Order View */
.order-info { border:1px solid #ddd; padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

.order-date { margin:10px 0; }

.order-info-box {}

.order-items { width:100%; overflow-x:auto; }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.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-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 h1,.page-print h2 { padding:10px 0;}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print table th,.page-print table td{padding:10px; border:1px solid #cccccc; color:#878686;}
/* 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; }
/* 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,
.tags: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 .product-shop .short-description:after,
.product-view .box-description: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,
.widget-static-block:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */
.menu-item-hbox > .menu-container{ position:relative; }
/*blog*/
.blog-category-view .category-title h1{ font-size:24px;}
.form-comment-container .form-comment{ float:left; width:100%;}
.block .comment-title:hover{ text-decoration:underline;}
.em_post-item{ position:relative;}
.widget-static-block  a{ cursor:pointer;}
.em_post-action,.comment-item-header{ font-size:12px!important;}
/*custom*/
.clear{clear:both;}
span.required{color:rgb(177,36,39);}
.required em{color:rgb(177,36,39);}
.page{width:1210px;margin:0 auto;background-color:white;padding:0 15px;/*-webkit-box-shadow:inset 0 5px 2px 1px rgba(205,205,205,.5);box-shadow:inset 0 5px 2px 1px rgba(205,205,205,.5);*/
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efeeea', endColorstr='#fbfaf6',GradientType=0 ); /* IE6-9 */}
.logo{float:left;margin-top:30px;}
.header-social{float:right;margin-top:30px;margin-left:20px;}
.header-facebook{float:left;}
.top-menu{float:right;margin-top:45px;height:11px;line-height:11px;}
.top-menu ul{float:left;height:11px;line-height:11px;}
.top-menu li{float:left;margin-left:15px;padding-right:15px;border-right:1px solid rgb(135,132,131);height:11px;line-height:11px;}
.top-menu li a{font-size:11px;color:rgb(92,88,87);text-transform:uppercase;float:left;height:11px;line-height:11px;}
.top-menu li a:hover{color:rgb(22,21,21);}
.top-menu .first{margin-left:0;position:relative;}
.top-menu .first img{position:absolute;left:-35px;top:-5px;}
.top-menu .last{padding-right:0;border-right:none;}
.header-search{float:left;margin-top:15px;margin-left:-15px;width:574px;height:38px;background:rgb(251,250,246);border:2px solid rgb(177,36,39);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.header-search label{float:left;width:44px;height:38px;line-height:38px;text-indent:-9999px;background:url(../images/search.png) no-repeat center center rgb(255,217,0);}
.header-search input{float:left;width:400px;height:38px;line-height:38px;border:none;color:rgb(92,88,87);font-size:20px;padding:0 20px;font-family:'roboto_condensedlight_italic';}
.header-search button{float:left;height:38px;width:90px;border:none;background:rgb(255,217,0);color:rgb(22,21,21);font-size:15px;text-transform:uppercase;font-family:'roboto_condensedbold';cursor:pointer;}
.header-search button:hover{color:rgb(92,88,87);}
.header-phone{float:right;margin-top:12px;height:32px;line-height:32px;font-family:'roboto_condensedbold';}
.header-phone a{font-size:32px;color:rgb(92,88,87);float:right;height:32px;line-height:32px;}
.header-phone a:hover{color:rgb(22,21,21);}
.mobile-nav-container{display:none;}
.nav-container{width:1080px;height:50px;background:url(../images/nav-background.png) no-repeat;position:relative;padding-left:35px;margin-left:100px;}
.nav-container .nav-logo{background:url(../images/menu_logo.png) no-repeat;width:109px;height:109px;position:absolute;top:-20px;left:-80px;}
.nav-container ul{float:left;height:50px;line-height:50px;width:1080px;}
.nav-container li{float:left;height:50px;line-height:50px;padding:0 12px;border-right:1px solid rgb(79,75,75);border-left:1px solid rgb(0,0,0);}
.nav-container .home{border-left:none;}
.nav-container .last{border-right:none;}
.nav-container .tech-tips{border:none;margin-left:40px;}
.nav-container a{float:left;height:50px;line-height:50px;font-family:'roboto_condensedbold';color:rgb(255,255,255);text-transform:uppercase;}
.nav-container a:hover{color:rgb(255,217,0);}
.main{margin-top:30px;}
.col2-left-layout .col-left{float:left;width:235px;}
.col2-left-layout .col-main{float:right;width:935px;}
.col2-right-layout .col-main{float:left;width:935px;}
.col2-right-layout .col-right{float:right;width:235px;}
.col3-layout .col-left{float:left;width:235px;}
.col3-layout .col-main{float:left;margin-left:10px;width:690px;}
.col3-layout .col-right{float:right;width:235px;}
.breadcrumbs{float:left;width:1180px;height:15px;line-height:15px;margin-bottom:30px;}
.breadcrumbs ul{float:left;}
.breadcrumbs li{float:left;}
.breadcrumbs a{float:left;color:rgb(92,88,87);}
.breadcrumbs a:hover{color:rgb(22,21,21);}
.breadcrumbs strong{float:left;font-weight:normal;color:rgb(92,88,87);}
.breadcrumbs span{float:left;margin:0 10px;color:rgb(92,88,87);font-size:9px;}
.note-msg{clear:both;margin-bottom:10px;}
.cms-leftnav{float:left;width:235px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;margin-bottom:20px;overflow:hidden;-webkit-box-shadow:0 5px 3px -2px rgba(205,205,205,1);box-shadow:0 5px 3px -2px rgba(205,205,205,1);}
.cms-leftnav h2{float:left;width:215px;height:45px;line-height:45px;padding-left:20px;background:rgb(29,28,28);text-transform:uppercase;font-family:'roboto_condensedbold';font-size:16px;color:rgb(255,217,0);}
.cms-leftnav ul{float:left;width:235px;}
.cms-leftnav li{float:left;width:235px;height:45px;line-height:45px;border-top:1px solid #FED8F2;border-bottom:1px solid #FED8F2;
background: #fed900;
background: -moz-linear-gradient(top, #fed900 0%, #fec500 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fed900), color-stop(100%,#fec500));
background: -webkit-linear-gradient(top, #fed900 0%,#fec500 100%);
background: -o-linear-gradient(top, #fed900 0%,#fec500 100%);
background: -ms-linear-gradient(top, #fed900 0%,#fec500 100%);
background: linear-gradient(to bottom, #fed900 0%,#fec500 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed900', endColorstr='#fec500',GradientType=0 );
}
.cms-leftnav .first{border-top:none;}
.cms-leftnav .last{border-bottom:none;}
.cms-leftnav a{float:left;width:215px;height:45px;line-height:45px;padding-left:20px;text-transform:uppercase;font-family:'roboto_condensedbold';font-size:16px;color:rgb(29,28,28);}
.cms-leftnav a:hover{color:rgb(92,88,87);}
.home-slideshow{float:left;width:690px;height:450px;margin-top:4px;position:relative;overflow:hidden;}
.home-slideshow ul{float:left;width:20000em;height:450px;position:relative;}
.home-slideshow li{float:left;width:690px;height:450px;}
.home-slide-image a{float:left;margin-left:65px;}
.home-slide-image img{float:left;width:270px;height:350px;}
.home-slide-title h2 a{float:left;width:300px;margin-left:50px;font-size:30px;line-height:100%;font-family:'roboto_condensedregular';}
.home-slide-reviews a{float:left;width:300px;margin-left:50px;margin-top:20px;text-decoration:underline;color:rgb(22,21,21);}
.home-slide-reviews a:hover{text-decoration:none;}
.home-slide-description p{float:left;width:300px;margin-left:50px;margin-top:20px;}
.home-slide-learn-more a{float:left;margin-left:50px;margin-top:20px;width:180px;height:54px;line-height:54px;border-top:1px solid rgb(177,36,39);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;text-align:center;color:rgb(177,36,39);text-transform:uppercase;font-size:24px;font-family:'roboto_condensedregular';-webkit-box-shadow:0 5px 3px -2px rgba(205,205,205,1);box-shadow:0 5px 3px -2px rgba(205,205,205,1);
background: #fed900; /* Old browsers */
background: -moz-linear-gradient(top, #fed900 0%, #fec500 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fed900), color-stop(100%,#fec500)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fed900 0%,#fec500 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fed900 0%,#fec500 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fed900 0%,#fec500 100%); /* IE10+ */
background: linear-gradient(to bottom, #fed900 0%,#fec500 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed900', endColorstr='#fec500',GradientType=0 ); /* IE6-9 */
}
.home-slide-learn-more a:hover{
background: #fec500; /* Old browsers */
background: -moz-linear-gradient(top, #fec500 0%, #fed900 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fec500), color-stop(100%,#fed900)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fec500 0%,#fed900 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fec500 0%,#fed900 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fec500 0%,#fed900 100%); /* IE10+ */
background: linear-gradient(to bottom, #fec500 0%,#fed900 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed900', endColorstr='#fec500',GradientType=0 ); /* IE6-9 */
}
.home-slide-nav{position:absolute;bottom:20px;right:20px;}
.home-slide-nav .bx-pager-item{float:left;margin-left:10px;}
.home-slide-nav .bx-pager-item a{float:left;width:12px;height:12px;background:url(../images/slider-nav.png) no-repeat;text-indent:-999em;}
.home-slide-nav .bx-pager-item .active{background:url(../images/slider-nav-active.png) no-repeat;}
.deal-of-the-week{float:left;width:235px;height:261px;margin-top:-19px;margin-bottom:10px;background:url(../images/deal-of-the-week-background.png) no-repeat;position:relative;}
.deal-of-the-week1{float:left;margin-left:10px;margin-top:20px;width:217px;padding-bottom:6px;}
.deal-of-the-week1 a{float:right;margin-top:9px;}
.deal-of-the-week1 img{float:right;width:122px;height:160px;}
.deal-of-the-week1 h2{float:left;margin-left:20px;width:92px;font-size:39px;line-height:40px;color:rgb(255,255,255);text-transform:uppercase;text-align:justify;font-family:'roboto_condensedregular';}
.deal-of-the-week1 span{float:left;clear:both;width:92px;}
.deal-of-the-week1 .small{font-size:30px;line-height:37px;}
.deal-of-the-week2{display:inline-block;margin-right:10px;text-align:right;float:right;padding-top:0px;}
.deal-of-the-week2 h3 a{float:left;width:125px;font-size:12px;line-height:14px;color:white;max-height:30px;overflow:hidden;}
.deal-of-the-week2 h3 a:hover{color:white;}
.deal-of-the-week2 .price-box{float:right;margin-right:20px;line-height:12px;}
.deal-of-the-week2 .price{font-size:19px;font-weight:bold;color:rgb(255,255,255);font-family:'roboto_condensedbold';}
.deal-of-the-week2 .price_old{position:relative;font-size:16px;color:rgb(255,255,255);font-family:'roboto_condensedbold';font-style:italic;text-decoration:line-through}
.deal-of-the-week2 .price_old::after {
    border-bottom: 2px solid red;
    content: "";
    left: -2px;
    position: absolute;
    right: -3px;
    top: 54%;
}
.deal-of-the-week2 .price_old_now{font-size:12px;color:rgb(255,255,255);font-family:'roboto';}
.deal-of-the-week3{float:left;position:absolute;bottom:0;width:235px;height:32px;}
.deal-of-the-week3 a{float:left;width:235px;height:32px;line-height:32px;text-align:center;text-transform:uppercase;color:rgb(177,36,39);font-size:0px;font-family:'roboto_condensedbold';}
.featured-tech-tip{float:left;width:235px;height:242px;margin-bottom:10px;background:url(../images/featured-tech-tip-background.png) no-repeat;position:relative;}
.featured-tech-tip1{float:left;width:205px;margin-left:15px;margin-top:20px;padding-bottom:10px;border-bottom:1px solid rgb(117,124,130);}
.featured-tech-tip1 h2{float:left;font-size:21px;line-height:21px;text-transform:uppercase;color:rgb(255,255,255);font-family:'roboto_condensedlight';letter-spacing:1.5px;}
.featured-tech-tip1 h3 a{float:left;margin-top:10px;font-size:15px;line-height:17px;color:rgb(255,255,255);font-family:'roboto_condensedregular';}
.featured-tech-tip2{float:left;width:205px;text-align:center;margin-left:15px;padding-top:10px;border-top:1px solid rgb(39,69,90);overflow:hidden;}
.featured-tech-tip2 p{float:left;margin-bottom:5px;font-size:12px;line-height:14px;color:rgb(143,143,143);overflow:hidden;}
.featured-tech-tip3{float:left;position:absolute;bottom:0;width:235px;height:32px;}
.featured-tech-tip3 a{float:left;width:235px;height:32px;line-height:32px;text-align:center;text-transform:uppercase;color:rgb(177,36,39);font-size:12px;font-family:'roboto_condensedbold';
background: #fed900; /* Old browsers */
background: -moz-linear-gradient(top, #fed900 0%, #fec500 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fed900), color-stop(100%,#fec500)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fed900 0%,#fec500 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fed900 0%,#fec500 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fed900 0%,#fec500 100%); /* IE10+ */
background: linear-gradient(to bottom, #fed900 0%,#fec500 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed900', endColorstr='#fec500',GradientType=0 ); /* IE6-9 */
}
.featured-tech-tip3 a:hover{
background: #fec500; /* Old browsers */
background: -moz-linear-gradient(top, #fec500 0%, #fed900 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fec500), color-stop(100%,#fed900)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fec500 0%,#fed900 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fec500 0%,#fed900 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fec500 0%,#fed900 100%); /* IE10+ */
background: linear-gradient(to bottom, #fec500 0%,#fed900 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed900', endColorstr='#fec500',GradientType=0 ); /* IE6-9 */
}
.home-uvps{margin-top:20px;}
.home-uvp1{float:left;width:363px;height:135px;padding-left:30px;border-right:1px solid rgb(222,221,218);position:relative;}
.home-uvp2{float:left;width:362px;height:135px;padding-left:30px;border-right:1px solid rgb(222,221,218);position:relative;}
.home-uvp3{float:left;width:363px;height:135px;padding-left:30px;position:relative;}
.home-uvps h2{float:left;width:175px;margin-top:10px;font-size:30px;line-height:30px;text-transform:uppercase;font-family:'roboto_condensedbold';}
.home-uvps h3{float:left;width:215px;font-size:24px;line-height:24px;text-transform:uppercase;font-family:'roboto_condensedregular';}
.home-uvps img{position:absolute;top:20px;right:40px;}
.home-product-sliders{margin-top:20px;}
.product-slider{float:left;clear:both;width:1180px;height:285px;margin-bottom:30px;overflow:hidden;position:relative;}
.product-slider h2{float:left;width:1160px;height:45px;line-height:45px;padding-left:20px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 5px 3px -2px rgba(205,205,205,1);box-shadow:0 5px 3px -2px rgba(205,205,205,1);
background: #002b47;
background: -moz-linear-gradient(top, #002b47 0%, #34455e 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#002b47), color-stop(100%,#34455e));
background: -webkit-linear-gradient(top, #002b47 0%,#34455e 100%);
background: -o-linear-gradient(top, #002b47 0%,#34455e 100%);
background: -ms-linear-gradient(top, #002b47 0%,#34455e 100%);
background: linear-gradient(to bottom, #002b47 0%,#34455e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002b47', endColorstr='#34455e',GradientType=0 );
}
.product-slider h2 a{color:#fed900;text-transform:uppercase;font-family:'roboto_condensedbold';font-size:18px;}
.product-slider h2 a:hover{color:#fec500;}
.product-slider-nav{position:absolute;top:0;right:0;width:88px;height:45px;background:url(../images/product-slider-nav.png) no-repeat;}
.product-slider-nav .product-slider-previous{float:left;width:8px;height:12px;margin-top:16.5px;margin-left:35px;position:relative;}
.product-slider-nav .product-slider-next{float:left;width:8px;height:12px;margin-top:16.5px;margin-left:25px;position:relative;}
.product-slider-nav .bx-prev,.product-slider-nav .bx-next{text-indent:-999em;float:left;width:8px;height:12px;position:absolute;top:0;left:0;}
.product-slider-nav .product-slider-previous:hover,.product-slider-nav .product-slider-next:hover{opacity:0.5;filter:alpha(opacity=50);}
.product-slider-wrapper{float:left;width:1180px;height:230px;margin-top:10px;position:relative;overflow:hidden;}
.product-slider ul{float:left;width:20000em;height:230px;position:relative;}
.product-slider li{float:left;width:294.25px;height:230px;border-right:1px solid rgb(222,221,218);}
.product-slider li:nth-child(4){border-right:none;}
.product-slide{float:left;width:294.25px;height:230px;}
.product-slide-image{float:left;margin-left:15px;margin-top:25px;position:relative;}
.product-slide-image a{float:left;width:107px;height:138px;}
.product-slide-image a:hover{opacity:0.75;filter:alpha(opacity=75);}
.product-slide-name a{float:right;width:142.25px;height:50px;margin-right:15px;margin-top:25px;font-family:'roboto_condensedbold';color:rgb(30,29,29);text-transform:uppercase;line-height:17px;overflow:hidden;}
.product-slide-name a:hover{opacity:0.75;filter:alpha(opacity=75);}
.product-sale{position:absolute;bottom:-30px;right:-10px;}
.product-new{position:absolute;bottom:-30px;left:-15px;}
.product-slide-description{float:right;width:142.25px;height:50px;margin-right:15px;margin-top:15px;color:rgb(93,91,91);line-height:17px;overflow:hidden;}
.product-slide-price{float:right;width:142.25px;margin-right:15px;margin-top:15px;font-family:'roboto_condensedbold';color:rgb(30,29,29);font-size:20px;line-height:20px;}
.product-slide-price .price-box{float:left;}
.product-slide-price .price-label{display:none;}
.product-slide-price .old-price{float:right;}
.product-slide-price .old-price .price{color:rgb(92,88,87);font-size:15px;text-decoration:line-through;}
.product-slide-price .special-price{float:right;margin-right:10px;}
.product-slide button{float:right;width:142.25px;height:30px;margin-right:15px;margin-top:15px;text-transform:uppercase;color:rgb(177,36,39);font-size:12px;font-family:'roboto_condensedbold';cursor:pointer;border:none;border-top:1px solid rgb(177,36,39);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 5px 3px -2px rgba(205,205,205,1);box-shadow:0 5px 3px -2px rgba(205,205,205,1);
background: #fed900; /* Old browsers */
background: -moz-linear-gradient(top, #fed900 0%, #fec500 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fed900), color-stop(100%,#fec500)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fed900 0%,#fec500 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fed900 0%,#fec500 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fed900 0%,#fec500 100%); /* IE10+ */
background: linear-gradient(to bottom, #fed900 0%,#fec500 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed900', endColorstr='#fec500',GradientType=0 ); /* IE6-9 */
}
.product-slide button:hover{
background: #fec500; /* Old browsers */
background: -moz-linear-gradient(top, #fec500 0%, #fed900 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fec500), color-stop(100%,#fed900)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fec500 0%,#fed900 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fec500 0%,#fed900 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fec500 0%,#fed900 100%); /* IE10+ */
background: linear-gradient(to bottom, #fec500 0%,#fed900 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed900', endColorstr='#fec500',GradientType=0 ); /* IE6-9 */
}
.category-leftnav{float:left;width:235px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;margin-bottom:20px;overflow:hidden;-webkit-box-shadow:0 5px 3px -2px rgba(205,205,205,1);box-shadow:0 5px 3px -2px rgba(205,205,205,1);
background: #fbfaf6; /* Old browsers */
background: -moz-linear-gradient(top, #fbfaf6 0%, #efeeea 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfaf6), color-stop(100%,#efeeea)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fbfaf6 0%,#efeeea 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fbfaf6 0%,#efeeea 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fbfaf6 0%,#efeeea 100%); /* IE10+ */
background: linear-gradient(to bottom, #fbfaf6 0%,#efeeea 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfaf6', endColorstr='#efeeea',GradientType=0 ); /* IE6-9 */
}
.category-leftnav h2{float:left;width:215px;height:45px;line-height:45px;padding-left:20px;text-transform:uppercase;font-family:'roboto_condensedbold';font-size:16px;color:rgb(29,28,28);border-bottom:1px solid rgb(227,226,223);position:relative;}
.category-leftnav span{position:absolute;right:20px;cursor:pointer;font-family:Helvetica;}
.category-leftnav ul{float:left;width:235px;margin:20px 0;border-top:1px solid rgb(255,255,255);}
.category-leftnav li{float:left;width:235px;}
.category-leftnav a{float:left;width:195px;line-height:27px;padding-left:30px;color:rgb(92,88,87);}
.category-leftnav a:hover{color:rgb(29,28,28);}
.category-title{float:left;width:100%;margin-bottom:10px;}
.category-title h1{float:left;text-transform:uppercase;font-size:16px;line-height:16px;color:rgb(29,28,28);font-family:'roboto_condensedbold';}
.category-image{float:left;width:618px;}
.category-tech-tip .featured-tech-tip{float:right;width:303px;height:205px;background:url(../images/category-tech-tip.png) no-repeat;position:relative;}
.category-tech-tip .featured-tech-tip1{float:left;width:273px;margin-left:15px;margin-top:20px;padding-bottom:10px;border-bottom:1px solid rgb(117,124,130);}
.category-tech-tip .featured-tech-tip1 h2{float:left;font-size:21px;line-height:21px;text-transform:uppercase;color:rgb(255,255,255);font-family:'roboto_condensedlight';letter-spacing:1.5px;}
.category-tech-tip .featured-tech-tip1 h3 a{float:left;margin-top:10px;font-size:15px;line-height:17px;color:rgb(255,255,255);font-family:'roboto_condensedregular';}
.category-tech-tip .featured-tech-tip2{float:left;width:273px;margin-left:15px;padding-top:1px;border-top:1px solid rgb(39,69,90);overflow:hidden;}
.category-tech-tip .featured-tech-tip2 p{float:left;font-size:12px;line-height:14px;color:rgb(143,143,143);max-height:30px;overflow:hidden;}
.category-tech-tip .featured-tech-tip3{float:left;position:absolute;bottom:0;width:303px;height:32px;}
.category-tech-tip .featured-tech-tip3 a{float:left;width:100%;height:32px;line-height:32px;text-align:center;text-transform:uppercase;color:rgb(177,36,39);font-size:12px;font-family:'roboto_condensedbold';position:absolute;bottom:0;left:0;
background: #fed900; /* Old browsers */
background: -moz-linear-gradient(top, #fed900 0%, #fec500 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fed900), color-stop(100%,#fec500)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fed900 0%,#fec500 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fed900 0%,#fec500 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fed900 0%,#fec500 100%); /* IE10+ */
background: linear-gradient(to bottom, #fed900 0%,#fec500 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed900', endColorstr='#fec500',GradientType=0 ); /* IE6-9 */
}
.category-tech-tip .featured-tech-tip3 a:hover{
background: #fec500; /* Old browsers */
background: -moz-linear-gradient(top, #fec500 0%, #fed900 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fec500), color-stop(100%,#fed900)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fec500 0%,#fed900 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fec500 0%,#fed900 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fec500 0%,#fed900 100%); /* IE10+ */
background: linear-gradient(to bottom, #fec500 0%,#fed900 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed900', endColorstr='#fec500',GradientType=0 ); /* IE6-9 */
}
.category-products{float:left;width:100%;}
.category-products .toolbar{float:left;width:100%;height:20px;line-height:20px;margin-top:15px;}
.category-products .toolbar .pager{float:right;height:20px;line-height:20px;margin-right:10px;}
.category-products .toolbar .pages{float:right;height:20px;line-height:20px;margin-right:120px;margin-top:5px;}
.category-products .toolbar .pages ol{display: inline;}
.category-products .toolbar .pages li{display: inline;}
.category-products .toolbar .pages li a{text-decoration: underline;}
.category-products .toolbar .pages li.current a{text-decoration: none;}
.category-products .toolbar .sorter{float:left:height:20px;line-height:20px;}
.category-products .toolbar .view-mode{float:left;height:20px;line-height:20px;margin-left:10px;}
.category-products .toolbar .sort-by{float:left;height:20px;line-height:20px;margin-left:205px;}
.category-products .toolbar label{font-size:12px;}
.category-products .toolbar-bottom .toolbar{margin-top:10px;margin-bottom:20px;}
.products-list{float:left;width:100%;margin-top:10px;}
.products-list li{float:left;width:100%;min-height:230px;padding:10px 0;border-top:1px solid rgb(241,240,238);border-bottom:1px solid rgb(235,234,232);}
.products-list li:nth-child(1){border-top:none;}
.products-list li:nth-last-child(1){border-bottom:none;}
.products-list-wrapper{float:left;width:100%;min-height:230px;}
.products-list-image{float:left;margin-left:50px;margin-bottom:30px;position:relative;}
.products-list-image a{float:left;}
.products-list-image a:hover{opacity:0.75;filter:alpha(opacity=75);}
.products-list-name{float:left;width:550px;margin-left:50px;margin-top:15px;}
.products-list-name a{float:left;width:550px;font-family:'roboto_condensedbold';color:rgb(30,29,29);text-transform:uppercase;font-size:23px;line-height:25px;}
.products-list-name a:hover{opacity:0.75;filter:alpha(opacity=75);}
.products-list-description{float:left;width:550px;margin-left:50px;margin-top:15px;color:rgb(93,91,91);line-height:17px;}
.products-list-price{float:left;width:550px;margin-left:50px;margin-top:15px;font-family:'roboto_condensedbold';color:rgb(30,29,29);font-size:20px;line-height:20px;}
.products-list-price .price-box{float:left;}
.products-list-price .price-label{display:none;}
.products-list-price .old-price{float:right;}
.products-list-price .old-price .price{color:rgb(92,88,87);font-size:15px;text-decoration:line-through;}
.products-list-price .special-price{float:right;margin-right:10px;}
.products-list button{float:left;margin-left:50px;width:142.25px;height:30px;margin-top:15px;text-transform:uppercase;color:rgb(177,36,39);font-size:12px;font-family:'roboto_condensedbold';cursor:pointer;border:none;border-top:1px solid rgb(177,36,39);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 5px 3px -2px rgba(205,205,205,1);box-shadow:0 5px 3px -2px rgba(205,205,205,1);
background: #fed900; /* Old browsers */
background: -moz-linear-gradient(top, #fed900 0%, #fec500 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fed900), color-stop(100%,#fec500)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fed900 0%,#fec500 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fed900 0%,#fec500 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fed900 0%,#fec500 100%); /* IE10+ */
background: linear-gradient(to bottom, #fed900 0%,#fec500 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed900', endColorstr='#fec500',GradientType=0 ); /* IE6-9 */
}
.products-list button:hover{
background: #fec500; /* Old browsers */
background: -moz-linear-gradient(top, #fec500 0%, #fed900 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fec500), color-stop(100%,#fed900)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fec500 0%,#fed900 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fec500 0%,#fed900 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fec500 0%,#fed900 100%); /* IE10+ */
background: linear-gradient(to bottom, #fec500 0%,#fed900 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed900', endColorstr='#fec500',GradientType=0 ); /* IE6-9 */
}
.products-grid{float:left;width:100%;margin-top:10px;}
.products-grid li{float:left;width:311px;height:230px;padding:10px 0;border-top:1px solid rgb(241,240,238);border-bottom:1px solid rgb(235,234,232);}
.products-grid li:nth-child(-n+3){border-top:none;border-bottom:1px solid rgb(235,234,232) !important;}
.products-grid li:nth-last-child(-n+3):nth-child(3n-2){border-bottom:none;}
.products-grid li:nth-last-child(-n+2):nth-child(3n-1){border-bottom:none;}
.products-grid li:nth-last-child(-n+1):nth-child(3n){border-bottom:none;}
.products-grid-wrapper{float:left;width:311px;height:230px;border-right:1px solid rgb(222,221,218);}
.products-grid li:nth-child(3n) .products-grid-wrapper{border-right:none;}
.products-grid-image{float:left;margin-left:15px;margin-top:25px;position:relative;}
.products-grid-image a{float:left;width:107px;height:138px;}
.products-grid-image a:hover{opacity:0.75;filter:alpha(opacity=75);}
.products-grid-name a{float:right;width:142.25px;height:50px;margin-right:15px;margin-top:25px;font-family:'roboto_condensedbold';color:rgb(30,29,29);text-transform:uppercase;line-height:17px;overflow:hidden;}
.products-grid-name a:hover{opacity:0.75;filter:alpha(opacity=75);}
.products-grid-description{float:right;width:142.25px;height:50px;margin-right:15px;margin-top:15px;color:rgb(93,91,91);line-height:17px;overflow:hidden;}
.products-grid-price{float:right;width:142.25px;margin-right:15px;margin-top:15px;font-family:'roboto_condensedbold';color:rgb(30,29,29);font-size:20px;line-height:20px;}
.products-grid-price .price-box{float:left;}
.products-grid-price .price-label{display:none;}
.products-grid-price .old-price{float:right;}
.products-grid-price .old-price .price{color:rgb(92,88,87);font-size:15px;text-decoration:line-through;}
.products-grid-price .special-price{float:right;margin-right:10px;}
.products-grid button,.cart-table button{float:right;width:142.25px;height:30px;margin-right:15px;margin-top:15px;text-transform:uppercase;color:rgb(177,36,39);font-size:12px;font-family:'roboto_condensedbold';cursor:pointer;border:none;border-top:1px solid rgb(177,36,39);/*-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 5px 3px -2px rgba(205,205,205,1);box-shadow:0 5px 3px -2px rgba(205,205,205,1);*/
background: #fed900; 
background: -moz-linear-gradient(top, #fed900 0%, #fec500 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fed900), color-stop(100%,#fec500)); 
background: -webkit-linear-gradient(top, #fed900 0%,#fec500 100%); 
background: -o-linear-gradient(top, #fed900 0%,#fec500 100%); 
background: -ms-linear-gradient(top, #fed900 0%,#fec500 100%); 
background: linear-gradient(to bottom, #fed900 0%,#fec500 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed900', endColorstr='#fec500',GradientType=0 ); 
}
.products-grid button:hover{
background: #fec500; 
background: -moz-linear-gradient(top, #fec500 0%, #fed900 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fec500), color-stop(100%,#fed900)); 
background: -webkit-linear-gradient(top, #fec500 0%,#fed900 100%); 
background: -o-linear-gradient(top, #fec500 0%,#fed900 100%); 
background: -ms-linear-gradient(top, #fec500 0%,#fed900 100%); 
background: linear-gradient(to bottom, #fec500 0%,#fed900 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed900', endColorstr='#fec500',GradientType=0 ); 
}
.cart-table button{
float:right;width:142.25px;height:30px;margin-right:15px;margin-top:15px;text-transform:uppercase;color:white;font-size:12px;font-family:'roboto_condensedbold';cursor:pointer;
background: #3694ad;
border: 5px solid #65aec1;   
}
.product-view{float:left;width:100%;}
.product-view .product-img-box{float:left;width:455px;height:450px;}
.product-view .product-image{float:left;position:relative;}
.product-view .product-image a{position:absolute;float:left;bottom:20px;left:20px;width:40px;height:40px;}
.product-view .product-image a:hover{opacity:0.9;filter:alpha(opacity=90);}
.product-view .product-shop{float:right;width:440px;}
.product-view .product-name{float:left;width:100%;}
.product-view .product-name h1{float:left;font-size:30px;line-height:32px;color:rgb(29,28,28);font-family:'roboto_condensedbold';text-transform:uppercase;}
.product-view .price-box{float:left;margin-top:15px;}
.product-view .price-box .regular-price .price{color:rgb(177,36,39);font-size:30px;font-family:'roboto_condensedbold';}
.product-view .price-box .old-price{float:left;}
.product-view .price-box .old-price .price-label{color:rgb(92,88,87);margin-right:5px;}
.product-view .price-box .old-price .price{color:rgb(92,88,87);font-size:20px;font-family:'roboto_condensedbold';}
.product-view .price-box .special-price{float:left;clear:both;}
.product-view .price-box .special-price .price-label{color:rgb(177,36,39);margin-right:5px;}
.product-view .price-box .special-price .price{color:rgb(177,36,39);font-size:30px;font-family:'roboto_condensedbold';}
.product-view .availability{float:left;clear:both;margin-top:15px;color:rgb(92,88,87);font-family:Arial, Helvetica, sans-serif;}
.product-view .no-rating{float:left;clear:both;margin-top:15px;}
.product-view .no-rating a{color:rgb(92,88,87);font-family:Arial, Helvetica, sans-serif;}
.product-view .no-rating a:hover{text-decoration:underline;}
.product-view .ratings{float:left;clear:both;margin-top:15px;}
.product-view .ratings a{color:rgb(92,88,87);font-family:Arial, Helvetica, sans-serif;}
.product-view .ratings a:hover{text-decoration:underline;}
.product-view .product-format{float:left;width:100%;margin-top:15px;color:rgb(92,88,87);font-family:Arial, Helvetica, sans-serif;}
.product-view .product-format p{float:left;margin-left:10px;}
.product-view .product-format input{float:left;clear:both;margin-left:0px;margin-bottom:10px;}
.product-view .product-format input:last-child{margin-bottom:0;}
.product-view .product-format label{float:left;margin-left:10px;width:184px;font-weight:bold;font-size:17px;}
.product-view .product-format a{float:right;margin-top:-1px;}
.product-view .product-format span{float:left;margin-left:10px;font-weight:bold;font-size:17px;}
.product-view .add-to-box{float:left;width:100%;height:50px;line-height:55px;margin-top:25px;}
.product-view .add-to-box label{float:left;font-size:12px;color:rgb(92,88,87);}
.product-view .add-to-box #qty{float:left;width:28px;height:48px;margin-left:15px;padding:0 5px;text-align:center;font-size:20px;border:1px solid rgb(205,205,205);}
.product-view .add-to-box span{float:left;margin-left:10px;font-size:30px;}
.product-view .add-to-box .btn-cart{float:right;width:300px;height:50px;text-transform:uppercase;color:rgb(177,36,39);font-size:24px;font-family:'roboto_condensedregular';cursor:pointer;border:none;border-top:1px solid rgb(177,36,39);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 5px 3px -2px rgba(205,205,205,1);box-shadow:0 5px 3px -2px rgba(205,205,205,1);
background: #fed900; /* Old browsers */
background: -moz-linear-gradient(top, #fed900 0%, #fec500 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fed900), color-stop(100%,#fec500)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fed900 0%,#fec500 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fed900 0%,#fec500 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fed900 0%,#fec500 100%); /* IE10+ */
background: linear-gradient(to bottom, #fed900 0%,#fec500 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed900', endColorstr='#fec500',GradientType=0 ); /* IE6-9 */
}
.product-view .add-to-box .btn-cart:hover{
background: #fec500; /* Old browsers */
background: -moz-linear-gradient(top, #fec500 0%, #fed900 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fec500), color-stop(100%,#fed900)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fec500 0%,#fed900 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fec500 0%,#fed900 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fec500 0%,#fed900 100%); /* IE10+ */
background: linear-gradient(to bottom, #fec500 0%,#fed900 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed900', endColorstr='#fec500',GradientType=0 ); /* IE6-9 */
}
.product-view .product-social{float:right;height:20px;line-height:20px;margin-top:15px;}
.product-view .short-description{float:left;width:100%;margin-top:10px;padding-top:10px;border-top:1px solid rgb(222,221,218);}
.product-view .short-description p{color:rgb(92,88,87);line-height:17px;margin-bottom:5px;}
.product-view .short-description p:last-child{margin-bottom:0;}
.product-view .tabs_wrapper{float:left;width:100%;margin-top:30px;}
.product-view .tabs_control{float:left;width:100%;height:40px;position:relative;}
.product-view .tabs_control li{float:left;height:40px;margin-right:10px;}
.product-view .tabs_control li:last-child{margin-right:0;}
.product-view .tabs_control a{float:left;height:40px;line-height:40px;padding:0 20px;color:rgb(29,28,28);font-size:16px;text-transform:uppercase;font-family:'roboto_condensedbold';background:rgb(251,250,246);border:1px solid rgb(228,227,224);border-bottom:none;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;border-top-left-radius:5px;border-top-right-radius:5px;}
.product-view .tabs_control .ui-tabs-selected a{color:rgb(177,36,39);height:41px;}
.product-view .tab_content{float:left;width:895px;margin-top:1px;padding:20px;background:rgb(251,250,246);border:1px solid rgb(228,227,224);-webkit-border-bottom-right-radius:5px;-webkit-border-bottom-left-radius:5px;-moz-border-radius-bottomright:5px;-moz-border-radius-bottomleft:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;-webkit-box-shadow:0 5px 3px -2px rgba(205,205,205,1);box-shadow:0 5px 3px -2px rgba(205,205,205,1);}
.product-view .long-description p{float:left;width:100%;margin-bottom:10px;line-height:17px;}
.product-view .long-description p:last-child{margin:0;}
.product-view .box-reviews h2{float:left;width:100%;margin-bottom:10px;font-size:30px;text-transform:uppercase;font-family:'roboto_condensedbold';}
.product-view .box-reviews .reviews{float:left;margin-bottom:20px;}
.product-view .box-reviews .reviews dt{float:left;clear:both;margin-top:15px;}
.product-view .box-reviews .reviews dt:first-child{margin:0;}
.product-view .box-reviews .reviews dd{float:left;clear:both;}
.product-view .box-reviews .review-title{float:left;clear:both;font-size:20px;text-transform:uppercase;font-family:'roboto_condensedbold';}
.product-view .box-reviews .review-author{float:left;clear:both;margin-top:10px;font-size:12px;text-transform:uppercase;}
.product-view .box-reviews .review-content{float:left;clear:both;margin-top:10px;font-size:16px;}
.product-view .box-reviews .review-date{float:left;clear:both;margin-top:10px;font-size:12px;}
.product-view .box-reviews .form-add{float:left;clear:both;}
.product-view .box-reviews #review-form{float:left;}
.product-view .box-reviews #review-form h3{float:left;margin-bottom:15px;font-size:16px;}
.product-view .box-reviews #review-form label{float:left;clear:both;margin-bottom:5px;}
.product-view .box-reviews #review-form input{float:left;clear:both;margin-bottom:10px;padding:5px;}
.product-view .box-reviews #review-form textarea{float:left;clear:both;width:500px;padding:5px;}
.product-view .box-reviews #review-form button{float:left;clear:both;margin-top:15px;width:140px;height:30px;font-size:12px;color:rgb(255,255,255);text-transform:uppercase;font-family:'roboto_condensedbold';cursor:pointer;border:none;border-top:1px solid rgb(177,36,39);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 5px 3px -2px rgba(205,205,205,1);box-shadow:0 5px 3px -2px rgba(205,205,205,1);
background: #393636; /* Old browsers */
background: -moz-linear-gradient(top, #393636 0%, #161515 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#393636), color-stop(100%,#161515)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #393636 0%,#161515 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #393636 0%,#161515 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #393636 0%,#161515 100%); /* IE10+ */
background: linear-gradient(to bottom, #393636 0%,#161515 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#393636', endColorstr='#161515',GradientType=0 ); /* IE6-9 */
}
.product-view .box-reviews #review-form button:hover{
background: #161515; /* Old browsers */
background: -moz-linear-gradient(top, #161515 0%, #393636 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#161515), color-stop(100%,#393636)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #161515 0%,#393636 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #161515 0%,#393636 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #161515 0%,#393636 100%); /* IE10+ */
background: linear-gradient(to bottom, #161515 0%,#393636 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#161515', endColorstr='#393636',GradientType=0 ); /* IE6-9 */
}
.product-view .box-bio h3{float:left;width:100%;font-size:24px;margin-bottom:15px;}
.product-view .box-bio .contributor-bio{float:left;width:100%;margin-bottom:15px;}
.product-view .box-bio .contributor-bio img{float:left;max-width:150px;max-height:200px;margin-right:15px;}
.product-view .box-bio h4{float:left;width:100%;font-size:20px;margin-bottom:10px;}
.product-view .box-bio li{float:left;width:100%;margin-bottom:10px;}
.product-view-related-products{float:left;width:935px;margin:10px 0;}
.product-view-related-products .product-slider{width:935px;margin-bottom:0;}
.product-view-related-products .product-slider h2{width:915px;color:rgb(22,21,21);text-transform:uppercase;font-family:'roboto_condensedbold';}
.product-view-related-products .product-slider-wrapper{width:935px;}
.product-view-related-products .product-slider li:nth-child(3){border-right:none;}
.product-view-related-products .product-slider li:nth-child(4){border-right:1px solid rgb(222,221,218);}
.product-view-related-products .product-slide-price{float:left;width:auto;margin-left:15px;margin-right:0;}
.product-view-related-products .product-slide-price .price{color:rgb(30,29,29) !important;}
.cart h1{float:left;width:100%;font-size:32px;color:rgb(29,28,28);text-transform:uppercase;font-family:'roboto_condensedbold';}
.cart-table{float:left;clear:both;width:100%;margin-top:30px;}
.cart-table th{font-size:12px;font-family:'roboto_condensedbold';text-transform:uppercase;color:rgb(29,28,28);padding:10px;}
.cart-table tbody{margin-top:10px;border:1px solid rgb(222,222,221);border-bottom:none;}
.cart-table tbody tr{border-bottom:1px solid rgb(222,222,221);}
.cart-table td{padding:10px;border-right:1px solid rgb(222,222,221);}
.cart-table td:last-child{border-right:none;}
.cart-table .product-image:hover{opacity:0.75;filter:alpha(opacity=75);}
.cart-table .product-name a{color:rgb(92,88,87);}
.cart-table .product-name a:hover{color:rgb(22,21,21);}
.cart-table .edit{font-size:12px;color:rgb(177,36,39);}
.cart-table .edit:hover{text-decoration:underline;}
.cart-table .price{color:rgb(92,88,87);}
.cart-table .qty{border:1px solid rgb(203,203,202);color:rgb(92,88,87);text-align:center;padding:5px 0;}
.cart .cart-collaterals{float:left;width:100%;margin:40px 0;}
.cart .cart-collaterals .col2-set{float:left;width:780px;}
.cart .cart-collaterals .col2-set h2{float:left;width:360px;height:45px;line-height:45px;margin-bottom:20px;padding-left:20px;text-transform:uppercase;font-family:'roboto_condensedbold';-webkit-border-bottom-right-radius:5px;-webkit-border-bottom-left-radius:5px;-moz-border-radius-bottomright:5px;-moz-border-radius-bottomleft:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;-webkit-box-shadow:0 5px 3px -2px rgba(205,205,205,1);box-shadow:0 5px 3px -2px rgba(205,205,205,1);
background: #fbfaf6; /* Old browsers */
background: -moz-linear-gradient(top, #fbfaf6 0%, #efeeea 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfaf6), color-stop(100%,#efeeea)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fbfaf6 0%,#efeeea 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fbfaf6 0%,#efeeea 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fbfaf6 0%,#efeeea 100%); /* IE10+ */
background: linear-gradient(to bottom, #fbfaf6 0%,#efeeea 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfaf6', endColorstr='#efeeea',GradientType=0 ); /* IE6-9 */
}
.cart .crosssell .item{float:left;width:380px;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid rgb(235,234,232);}
.cart .crosssell .item:last-child{margin:0;padding:0;border:none;}
.cart .crosssell .product-image{float:left;margin-left:20px;}
.cart .crosssell .product-image:hover{opacity:0.75;filter:alpha(opacity=75);}
.cart .crosssell .product-name a{float:left;width:225px;margin-left:20px;color:rgb(30,29,29);font-family:'roboto_condensedbold';text-transform:uppercase;}
.cart .crosssell .product-name a:hover{opacity:0.75;filter:alpha(opacity=75);}
.cart .crosssell .btn-cart{float:right;width:140px;height:30px;margin-top:20px;font-size:12px;color:rgb(255,255,255);text-transform:uppercase;font-family:'roboto_condensedbold';cursor:pointer;border:none;border-top:1px solid rgb(177,36,39);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 5px 3px -2px rgba(205,205,205,1);box-shadow:0 5px 3px -2px rgba(205,205,205,1);
background: #393636; /* Old browsers */
background: -moz-linear-gradient(top, #393636 0%, #161515 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#393636), color-stop(100%,#161515)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #393636 0%,#161515 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #393636 0%,#161515 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #393636 0%,#161515 100%); /* IE10+ */
background: linear-gradient(to bottom, #393636 0%,#161515 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#393636', endColorstr='#161515',GradientType=0 ); /* IE6-9 */
}
.cart .crosssell .btn-cart:hover{
background: #161515; /* Old browsers */
background: -moz-linear-gradient(top, #161515 0%, #393636 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#161515), color-stop(100%,#393636)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #161515 0%,#393636 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #161515 0%,#393636 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #161515 0%,#393636 100%); /* IE10+ */
background: linear-gradient(to bottom, #161515 0%,#393636 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#161515', endColorstr='#393636',GradientType=0 ); /* IE6-9 */
}
.cart .crosssell .price-box{float:right;width:138px;height:30px;margin-top:20px;line-height:30px;font-size:20px;color:rgb(30,29,29);font-family:'roboto_condensedbold';}
.cart .shipping-form{float:left;margin-left:20px;font-size:12px;}
.cart .shipping-form #shipping-zip-form{float:left;width:100%;margin-top:20px;}
.cart .shipping-form #co-shipping-method-form{float:left;width:100%;margin-top:20px;}
.cart .shipping-form #co-shipping-method-form input{float:left;}
.cart .shipping-form #co-shipping-method-form label{float:left;margin-left:5px;clear:none;}
.cart .shipping-form p,.cart .shipping-form label{color:rgb(92,88,87);}
.cart .shipping-form p,.cart .shipping-form label,.cart .shipping-form select,.cart .shipping-form input{float:left;clear:both;margin-bottom:10px;}
.cart .shipping-form button{float:left;width:140px;height:30px;font-size:12px;color:rgb(255,255,255);text-transform:uppercase;font-family:'roboto_condensedbold';cursor:pointer;border:none;border-top:1px solid rgb(177,36,39);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 5px 3px -2px rgba(205,205,205,1);box-shadow:0 5px 3px -2px rgba(205,205,205,1);
background: #393636; /* Old browsers */
background: -moz-linear-gradient(top, #393636 0%, #161515 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#393636), color-stop(100%,#161515)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #393636 0%,#161515 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #393636 0%,#161515 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #393636 0%,#161515 100%); /* IE10+ */
background: linear-gradient(to bottom, #393636 0%,#161515 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#393636', endColorstr='#161515',GradientType=0 ); /* IE6-9 */
}
.cart .shipping-form button:hover{
background: #161515; /* Old browsers */
background: -moz-linear-gradient(top, #161515 0%, #393636 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#161515), color-stop(100%,#393636)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #161515 0%,#393636 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #161515 0%,#393636 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #161515 0%,#393636 100%); /* IE10+ */
background: linear-gradient(to bottom, #161515 0%,#393636 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#161515', endColorstr='#393636',GradientType=0 ); /* IE6-9 */
}
.cart .cart-collaterals .totals{float:right;width:340px;padding:20px;-webkit-box-shadow:0 5px 3px -2px rgba(205,205,205,1);box-shadow:0 5px 3px -2px rgba(205,205,205,1);
background: #fec500; /* Old browsers */
background: -moz-linear-gradient(top, #fec500 0%, #fed900 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fec500), color-stop(100%,#fed900)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fec500 0%,#fed900 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fec500 0%,#fed900 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fec500 0%,#fed900 100%); /* IE10+ */
background: linear-gradient(to bottom, #fec500 0%,#fed900 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed900', endColorstr='#fec500',GradientType=0 ); /* IE6-9 */
}
.cart .cart-collaterals .totals h2{float:left;width:100%;text-transform:uppercase;font-family:'roboto_condensedbold';}
.cart #shopping-cart-totals-table{float:left;margin:20px 0;}
.cart #shopping-cart-totals-table td{float:left;width:120px;font-size:16px;color:rgb(92,88,87);}
.cart #shopping-cart-totals-table tr{float:left;margin-bottom:10px;}
.cart #shopping-cart-totals-table tfoot tr{margin:0;}
.cart #shopping-cart-totals-table tfoot strong{font-weight:bold;font-size:19px;}
.cart #shopping-cart-totals-table tfoot .price{color:rgb(177,36,39);}
.cart #shopping-cart-table thead th:nth-child(2) span{display: none;}
/*.cart .totals .btn-checkout{float:left;clear:both;width:200px;height:35px;font-size:12px;color:rgb(255,255,255);text-transform:uppercase;font-family:'roboto_condensedbold';cursor:pointer;border:none;border-top:1px solid rgb(177,36,39);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
background: #393636; 
background: -moz-linear-gradient(top, #393636 0%, #161515 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#393636), color-stop(100%,#161515)); 
background: -webkit-linear-gradient(top, #393636 0%,#161515 100%); 
background: -o-linear-gradient(top, #393636 0%,#161515 100%); 
background: -ms-linear-gradient(top, #393636 0%,#161515 100%); 
background: linear-gradient(to bottom, #393636 0%,#161515 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#393636', endColorstr='#161515',GradientType=0 ); 
}
.cart .totals .btn-checkout:hover{
background: #161515; 
background: -moz-linear-gradient(top, #161515 0%, #393636 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#161515), color-stop(100%,#393636)); 
background: -webkit-linear-gradient(top, #161515 0%,#393636 100%); 
background: -o-linear-gradient(top, #161515 0%,#393636 100%); 
background: -ms-linear-gradient(top, #161515 0%,#393636 100%);
background: linear-gradient(to bottom, #161515 0%,#393636 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#161515', endColorstr='#393636',GradientType=0 ); 
}*/
.cart .totals .btn-checkout{
float:left;clear:both;width:250px;height:55px;font-size:18px;color:rgb(255,255,255);text-transform:uppercase;font-family:'roboto_condensedbold';cursor:pointer;border:none;border-top:1px solid rgb(177,36,39);
background: #3694ad;
border:5px solid #65aec1;     
}
.cart-empty{float:left;width:100%;margin:50px 0;}
.cart-empty p{float:left;width:100%;margin-bottom:20px;font-size:20px;}
.cart-empty p:last-child{margin:0;}
.cart-empty a{color:rgb(177,36,39);font-size:20px;}
.cart-empty a:hover{text-decoration:underline;}
.onestepcheckout-title{float:left;width:100%;height:32px;color:rgb(29,28,28);font-size:32px;line-height:32px;text-transform:uppercase;font-family:'roboto_condensedbold';}
.onestepcheckout-description{float:left;width:100%;margin-top:30px;margin-bottom:15px;color:rgb(92,88,87);}
.onestepcheckout-login-link a{color:rgb(177,36,39);}
.onestepcheckout-login-link a:hover{text-decoration:underline;}
.checkoutcontainer{float:left;width:100%;margin-top:15px;margin-bottom:30px;}
.onestepcheckout-numbers{float:left;width:360px;height:50px;line-height:50px;margin-bottom:20px;padding-left:20px;text-transform:uppercase;font-family:'roboto_condensedbold';-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 5px 3px -2px rgba(205,205,205,1);box-shadow:0 5px 3px -2px rgba(205,205,205,1);
background: #fed900;
background: -moz-linear-gradient(top, #fed900 0%, #fec500 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fed900), color-stop(100%,#fec500));
background: -webkit-linear-gradient(top, #fed900 0%,#fec500 100%);
background: -o-linear-gradient(top, #fed900 0%,#fec500 100%);
background: -ms-linear-gradient(top, #fed900 0%,#fec500 100%);
background: linear-gradient(to bottom, #fed900 0%,#fec500 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed900', endColorstr='#fec500',GradientType=0 );
}
.checkoutcontainer label{margin-bottom:5px;}
.checkoutcontainer input,.checkoutcontainer select{margin-bottom:10px}
.checkoutcontainer input[type="radio"]{margin-right:5px;}
.checkoutcontainer .shipping-address-title{margin-bottom:10px;}
.checkoutcontainer .input-address{clear:both;}
.onestepcheckout-summary th{padding:5px !important;
background: #fbfaf6; /* Old browsers */
background: -moz-linear-gradient(top, #fbfaf6 0%, #efeeea 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfaf6), color-stop(100%,#efeeea)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fbfaf6 0%,#efeeea 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fbfaf6 0%,#efeeea 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fbfaf6 0%,#efeeea 100%); /* IE10+ */
background: linear-gradient(to bottom, #fbfaf6 0%,#efeeea 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfaf6', endColorstr='#efeeea',GradientType=0 ); /* IE6-9 */
}
.onestepcheckout-summary .price{color:rgb(92,88,87);}
.checkoutcontainer #ccsave_expiration_yr{margin-left:5px;}
.checkoutcontainer .cvv-what-is-this{color:rgb(177,36,39);}
.checkoutcontainer .cvv-what-is-this:hover{text-decoration:underline;}
.checkoutcontainer .onestepcheckout-coupons button{height:20px;margin-right:5px;border:none;cursor:pointer;padding:0 5px;font-size:10px;color:rgb(255,255,255);background:rgb(152,152,152);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.checkoutcontainer .onestepcheckout-coupons button:hover{opacity:0.75;filter:alpha(opacity=75);}
/*.checkoutcontainer #onestepcheckout-place-order{float:right;width:200px;height:50px;text-transform:uppercase;font-size:15px;color:rgb(22,21,21);font-family:'roboto_condensedbold';cursor:pointer;border:none;border-top:1px solid rgb(177,36,39);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 5px 3px -2px rgba(205,205,205,1);box-shadow:0 5px 3px -2px rgba(205,205,205,1);
background: #fed900; 
background: -moz-linear-gradient(top, #fed900 0%, #fec500 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fed900), color-stop(100%,#fec500)); 
background: -webkit-linear-gradient(top, #fed900 0%,#fec500 100%); 
background: -o-linear-gradient(top, #fed900 0%,#fec500 100%); 
background: -ms-linear-gradient(top, #fed900 0%,#fec500 100%); 
background: linear-gradient(to bottom, #fed900 0%,#fec500 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed900', endColorstr='#fec500',GradientType=0 ); 
}
.checkoutcontainer #onestepcheckout-place-order:hover{
background: #fec500; 
background: -moz-linear-gradient(top, #fec500 0%, #fed900 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fec500), color-stop(100%,#fed900)); 
background: -webkit-linear-gradient(top, #fec500 0%,#fed900 100%); 
background: -o-linear-gradient(top, #fec500 0%,#fed900 100%); 
background: -ms-linear-gradient(top, #fec500 0%,#fed900 100%); 
background: linear-gradient(to bottom, #fec500 0%,#fed900 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed900', endColorstr='#fec500',GradientType=0 ); 
} */
.checkoutcontainer #onestepcheckout-place-order{
float:right;width:300px;height:60px;text-transform:uppercase;font-size:24px;color:white;font-family:'roboto_condensedbold';cursor:pointer;
background: #3694ad; 
border:5px solid #65aec1;
}
.checkoutcontainer .checkout-disclaimer{float:right;margin-top:15px;color:rgb(177,36,39);font-weight:bold;}
#onestepcheckout-login-button{width:140px;height:30px;font-size:12px;color:rgb(255,255,255);text-transform:uppercase;font-family:'roboto_condensedbold';cursor:pointer;border:none;border-top:1px solid rgb(177,36,39);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 5px 3px -2px rgba(205,205,205,1);box-shadow:0 5px 3px -2px rgba(205,205,205,1);
background: #393636; /* Old browsers */
background: -moz-linear-gradient(top, #393636 0%, #161515 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#393636), color-stop(100%,#161515)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #393636 0%,#161515 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #393636 0%,#161515 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #393636 0%,#161515 100%); /* IE10+ */
background: linear-gradient(to bottom, #393636 0%,#161515 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#393636', endColorstr='#161515',GradientType=0 ); /* IE6-9 */
}
#onestepcheckout-login-button:hover{
background: #161515; /* Old browsers */
background: -moz-linear-gradient(top, #161515 0%, #393636 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#161515), color-stop(100%,#393636)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #161515 0%,#393636 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #161515 0%,#393636 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #161515 0%,#393636 100%); /* IE10+ */
background: linear-gradient(to bottom, #161515 0%,#393636 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#161515', endColorstr='#393636',GradientType=0 ); /* IE6-9 */
}
#onestepcheckout-forgot-password-link{color:rgb(177,36,39);}
#onestepcheckout-forgot-password-link:hover{text-decoration:underline;}
.checkoutcontainer .validation-advice{margin-top:-10px;margin-bottom:10px;}
.block-account{float:left;width:235px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;margin-bottom:20px;overflow:hidden;-webkit-box-shadow:0 5px 3px -2px rgba(205,205,205,1);box-shadow:0 5px 3px -2px rgba(205,205,205,1);}
.block-account h2{float:left;width:215px;height:45px;line-height:45px;padding-left:20px;background:rgb(255,217,0);text-transform:uppercase;font-family:'roboto_condensedbold';font-size:16px;color:rgb(29,28,28);}
.block-account ul{float:left;width:235px;}
.block-account li{float:left;width:235px;height:45px;line-height:45px;border-top:1px solid rgb(248,248,248);border-bottom:1px solid rgb(227,226,223);
background: #fbfaf6; /* Old browsers */
background: -moz-linear-gradient(top, #fbfaf6 0%, #efeeea 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfaf6), color-stop(100%,#efeeea)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fbfaf6 0%,#efeeea 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fbfaf6 0%,#efeeea 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fbfaf6 0%,#efeeea 100%); /* IE10+ */
background: linear-gradient(to bottom, #fbfaf6 0%,#efeeea 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfaf6', endColorstr='#efeeea',GradientType=0 ); /* IE6-9 */
}
.block-account .first{border-top:none;}
.block-account .last{border-bottom:none;}
.block-account a{float:left;width:215px;height:45px;line-height:45px;padding-left:20px;text-transform:uppercase;font-family:'roboto_condensedbold';color:rgb(29,28,28);}
.block-account a:hover{color:rgb(92,88,87);}
.block-account .current strong{float:left;width:215px;height:45px;line-height:45px;padding-left:20px;text-transform:uppercase;font-family:'roboto_condensedbold';color:rgb(92,88,87);}
.blog-navigation ul{float:left;width:100%;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 5px 3px -2px rgba(205,205,205,1);box-shadow:0 5px 3px -2px rgba(205,205,205,1);
background: #fbfaf6; /* Old browsers */
background: -moz-linear-gradient(top, #fbfaf6 0%, #efeeea 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfaf6), color-stop(100%,#efeeea)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fbfaf6 0%,#efeeea 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fbfaf6 0%,#efeeea 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fbfaf6 0%,#efeeea 100%); /* IE10+ */
background: linear-gradient(to bottom, #fbfaf6 0%,#efeeea 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfaf6', endColorstr='#efeeea',GradientType=0 ); /* IE6-9 */
}
.blog-navigation li{float:left;width:100%;border-bottom:1px solid rgb(222,221,218);border-top:1px solid rgb(248,248,248);}
.blog-navigation li:first-child{border-top:none;}
.blog-navigation li:last-child{border-bottom:none;}
.blog-navigation a{float:left;width:215px;height:40px;line-height:40px;padding-left:20px;font-size:16px;color:rgb(29,28,28);font-family:'roboto_condensedbold';text-transform:uppercase;}
.blog-navigation a:hover{color:rgb(92,88,87);}
.blog-social{float:left;width:100%;margin-top:30px;}
.blog-facebook{float:left;margin-left:73px;}
.menu-tags{float:left;width:100%;margin:0 !important;margin-top:30px !important;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 5px 3px -2px rgba(205,205,205,1);box-shadow:0 5px 3px -2px rgba(205,205,205,1);
background: #fbfaf6; /* Old browsers */
background: -moz-linear-gradient(top, #fbfaf6 0%, #efeeea 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfaf6), color-stop(100%,#efeeea)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fbfaf6 0%,#efeeea 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fbfaf6 0%,#efeeea 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fbfaf6 0%,#efeeea 100%); /* IE10+ */
background: linear-gradient(to bottom, #fbfaf6 0%,#efeeea 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfaf6', endColorstr='#efeeea',GradientType=0 ); /* IE6-9 */
}
.menu-tags h5{display:none;}
.menu-tags li{float:left;padding:10px;}
.menu-tags a{float:left;color:rgb(92,88,87);font-family:'roboto_condensedbold';text-transform:uppercase;}
.menu-tags a:hover{color:rgb(29,28,28);}
.tag-count-1{font-size:12px !important;}
.tag-count-2{font-size:14px !important;}
.tag-count-3{font-size:16px !important;}
.tag-count-4{font-size:18px !important;}
.tag-count-5{font-size:20px !important;}
.tag-count-6{font-size:22px !important;}
.tag-count-7{font-size:24px !important;}
.tag-count-8{font-size:26px !important;}
.tag-count-9{font-size:28px !important;}
.tag-count-10{font-size:30px !important;}
.blog-suggested-reading{float:left;width:100%;margin-top:30px;}
.blog-suggested-reading h2{float:left;width:215px;height:50px;line-height:50px;margin-bottom:10px;padding-left:20px;font-family:'roboto_condensedbold';text-transform:uppercase;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 5px 3px -2px rgba(205,205,205,1);box-shadow:0 5px 3px -2px rgba(205,205,205,1);
background: #fed900; /* Old browsers */
background: -moz-linear-gradient(top, #fed900 0%, #fec500 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fed900), color-stop(100%,#fec500)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fed900 0%,#fec500 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fed900 0%,#fec500 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fed900 0%,#fec500 100%); /* IE10+ */
background: linear-gradient(to bottom, #fed900 0%,#fec500 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed900', endColorstr='#fec500',GradientType=0 ); /* IE6-9 */
}
.suggested-reading-product{float:left;width:100%;margin-bottom:20px;}
.suggested-reading-image{float:left;}
.suggested-reading-name{float:left;width:123px;margin-left:10px;}
.suggested-reading-name a{color:rgb(30,29,29);text-transform:uppercase;line-height:17px;font-family:'roboto_condensedbold';}
.suggested-reading-product button{float:left;width:115px;height:30px;margin-top:15px;margin-left:10px;text-transform:uppercase;color:rgb(177,36,39);font-size:12px;font-family:'roboto_condensedregular';cursor:pointer;border:none;border-top:1px solid rgb(177,36,39);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 5px 3px -2px rgba(205,205,205,1);box-shadow:0 5px 3px -2px rgba(205,205,205,1);
background: #fed900; /* Old browsers */
background: -moz-linear-gradient(top, #fed900 0%, #fec500 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fed900), color-stop(100%,#fec500)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fed900 0%,#fec500 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fed900 0%,#fec500 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fed900 0%,#fec500 100%); /* IE10+ */
background: linear-gradient(to bottom, #fed900 0%,#fec500 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed900', endColorstr='#fec500',GradientType=0 ); /* IE6-9 */
}
.suggested-reading-product button:hover{
background: #fec500; /* Old browsers */
background: -moz-linear-gradient(top, #fec500 0%, #fed900 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fec500), color-stop(100%,#fed900)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fec500 0%,#fed900 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fec500 0%,#fed900 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fec500 0%,#fed900 100%); /* IE10+ */
background: linear-gradient(to bottom, #fec500 0%,#fed900 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed900', endColorstr='#fec500',GradientType=0 ); /* IE6-9 */
}
.postWrapper{float:left;width:100%;padding:0 !important;margin-bottom:50px;}
.postTitle{float:left;width:100%;border:none !important;}
.postTitle h2{float:left;width:100%;}
.postTitle h2 a{float:left;width:100%;font-size:32px !important;line-height:32px;color:rgb(29,28,28);font-family:'roboto_condensedbold';text-transform:uppercase;}
.postTitle h2 a:hover{color:rgb(92,88,87);}
.postTitle h3{float:left;width:100%;margin-top:10px !important;padding:0 !important;}
.post-info{float:left;width:100%;height:10px;margin-bottom:15px;line-height:10px;padding:10px 0;border-top:1px solid rgb(222,221,218);border-bottom:1px solid rgb(222,221,218);}
.post-info p{float:left;height:10px;line-height:10px;padding-right:10px;margin-right:10px;border-right:1px solid rgb(92,88,87);color:rgb(92,88,87);font-size:10px;}
.post-info h4{float:left;height:10px;line-height:10px;font-size:10px;color:rgb(92,88,87);font-size:10px;}
.post-info .tags{float:left;height:10px;line-height:10px;padding:0 !important;margin-left:5px;}
.post-info .tags li{float:left;height:10px;line-height:10px;margin-right:5px;}
.post-info .tags li:last-child{margin:0;}
.post-info .tags a{float:left;height:10px;line-height:10px;font-size:10px;}
.post-social{float:left;width:100%;padding:0 !important;margin-bottom:15px;}
.postContent{float:left;width:100%;padding:0 !important;}
.postContent p,.postContent div{margin-bottom:10px;}
.postContent p:last-child{margin:0;}
.readersrides-index-index .postContent img,.featuredcar-index-index .postContent img,.techtips-index-index .postContent img,.blog-index-index .postContent img,.news-index-index .postContent img{max-width:200px;max-height:200px;float:left;}
.postContent table{float:left;clear:both;}
.postContent .read-more{margin-left:30px;text-decoration:underline;float:left;width:90px;height:30px;padding-top:10px;padding-left:32px;text-transform:uppercase;color:rgb(177,36,39);font-size:12px;font-family:'roboto_condensedbold';cursor:pointer;border:none;border-top:1px solid rgb(177,36,39);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 5px 3px -2px rgba(205,205,205,1);box-shadow:0 5px 3px -2px rgba(205,205,205,1);
background: #fed900;
background: -moz-linear-gradient(top, #fed900 0%, #fec500 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fed900), color-stop(100%,#fec500));
background: -webkit-linear-gradient(top, #fed900 0%,#fec500 100%);
background: -o-linear-gradient(top, #fed900 0%,#fec500 100%);
background: -ms-linear-gradient(top, #fed900 0%,#fec500 100%);
background: linear-gradient(to bottom, #fed900 0%,#fec500 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed900', endColorstr='#fec500',GradientType=0 );
text-decoration:none;margin-top:10px;margin-left:10px;
}
.postContent .read-more:hover{text-decoration:none;background: #fec500; /* Old browsers */
background: -moz-linear-gradient(top, #fec500 0%, #fed900 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fec500), color-stop(100%,#fed900)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fec500 0%,#fed900 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fec500 0%,#fed900 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fec500 0%,#fed900 100%); /* IE10+ */
background: linear-gradient(to bottom, #fec500 0%,#fed900 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed900', endColorstr='#fec500',GradientType=0 ); /* IE6-9 */}
.postContent .buy-this-book{float:right;width:312px;margin-left:15px;margin-bottom:30px;}
.postContent .buy-this-book-image{float:left;width:310px;height:307px;border:1px solid rgb(231,231,231);}
.postContent .buy-this-book-image:hover{opacity:0.75;filter:alpha(opacity=75);}
.postContent .buy-this-book-button{float:left;width:312px;height:55px;line-height:55px;text-align:center;margin-top:10px;text-transform:uppercase;color:rgb(177,36,39);font-size:24px;font-family:'roboto_condensedregular';cursor:pointer;border:none;border-top:1px solid rgb(177,36,39);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 5px 3px -2px rgba(205,205,205,1);box-shadow:0 5px 3px -2px rgba(205,205,205,1);
background: #fed900; /* Old browsers */
background: -moz-linear-gradient(top, #fed900 0%, #fec500 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fed900), color-stop(100%,#fec500)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fed900 0%,#fec500 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fed900 0%,#fec500 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fed900 0%,#fec500 100%); /* IE10+ */
background: linear-gradient(to bottom, #fed900 0%,#fec500 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed900', endColorstr='#fec500',GradientType=0 ); /* IE6-9 */
}
.postContent .buy-this-book-button:hover{
background: #fec500; /* Old browsers */
background: -moz-linear-gradient(top, #fec500 0%, #fed900 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fec500), color-stop(100%,#fed900)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fec500 0%,#fed900 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fec500 0%,#fed900 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fec500 0%,#fed900 100%); /* IE10+ */
background: linear-gradient(to bottom, #fec500 0%,#fed900 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed900', endColorstr='#fec500',GradientType=0 ); /* IE6-9 */
}
.postWrapper .view-the-book{width:585px;margin:0 auto;}
.postWrapper .view-the-book h3{float:left;width:260px;font-size:18px;line-height:27px;color:rgb(177,36,39);}
.postWrapper .view-the-book-image{float:left;width:70px;margin-left:20px;}
.postWrapper .view-the-book-image:hover{opacity:0.75;filter:alpha(opacity=75);}
.postWrapper .view-the-book-content{float:left;width:220px;margin-left:15px;}
.postWrapper .view-the-book-name{float:left;color:rgb(30,29,29);font-family:'roboto_condensedbold';text-transform:uppercase;}
.postWrapper .view-the-book-name:hover{opacity:0.75;filter:alpha(opacity=75);}
.postWrapper .view-the-book-price{float:left;clear:both;margin-top:15px;font-size:20px;color:rgb(30,29,29);font-family:'roboto_condensedbold';}
.postWrapper .view-the-book-button{float:right;width:140px;height:30px;line-height:30px;text-align:center;margin-top:15px;text-transform:uppercase;color:rgb(177,36,39);font-size:12px;font-family:'roboto_condensedbold';cursor:pointer;border:none;border-top:1px solid rgb(177,36,39);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 5px 3px -2px rgba(205,205,205,1);box-shadow:0 5px 3px -2px rgba(205,205,205,1);
background: #fed900; /* Old browsers */
background: -moz-linear-gradient(top, #fed900 0%, #fec500 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fed900), color-stop(100%,#fec500)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fed900 0%,#fec500 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fed900 0%,#fec500 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fed900 0%,#fec500 100%); /* IE10+ */
background: linear-gradient(to bottom, #fed900 0%,#fec500 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed900', endColorstr='#fec500',GradientType=0 ); /* IE6-9 */
}
.postWrapper .view-the-book-button:hover{
background: #fec500; /* Old browsers */
background: -moz-linear-gradient(top, #fec500 0%, #fed900 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fec500), color-stop(100%,#fed900)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fec500 0%,#fed900 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fec500 0%,#fed900 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fec500 0%,#fed900 100%); /* IE10+ */
background: linear-gradient(to bottom, #fec500 0%,#fed900 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed900', endColorstr='#fec500',GradientType=0 ); /* IE6-9 */
}}
.postWrapper div.tags{float:left;width:100%;padding:0 !important;margin-top:10px !important;}
.postDetails{float:left;width:100%;padding:0 !important;margin-top:10px !important;}
.techtips-index-index .left,.techtips-index-index .right,.readersrides-index-index .left,.readersrides-index-index .right,.featuredcar-index-index .left,.featuredcar-index-index .right,.blog-index-index .left,.blog-index-index .right,.news-index-index .left,.news-index-index .right{margin-bottom:20px;}
#postComment{float:left;width:100%;margin:20px 0;}
#postComment .button{float:left;width:115px;height:30px;margin-top:10px;text-transform:uppercase;color:rgb(177,36,39);font-size:12px;font-family:'roboto_condensedregular';cursor:pointer;border:none;border-top:1px solid rgb(177,36,39);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 5px 3px -2px rgba(205,205,205,1);box-shadow:0 5px 3px -2px rgba(205,205,205,1);
background: #fed900; /* Old browsers */
background: -moz-linear-gradient(top, #fed900 0%, #fec500 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fed900), color-stop(100%,#fec500)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fed900 0%,#fec500 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fed900 0%,#fec500 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fed900 0%,#fec500 100%); /* IE10+ */
background: linear-gradient(to bottom, #fed900 0%,#fec500 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed900', endColorstr='#fec500',GradientType=0 ); /* IE6-9 */
}
#postComment .button:hover{
background: #fec500; /* Old browsers */
background: -moz-linear-gradient(top, #fec500 0%, #fed900 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fec500), color-stop(100%,#fed900)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fec500 0%,#fed900 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fec500 0%,#fed900 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fec500 0%,#fed900 100%); /* IE10+ */
background: linear-gradient(to bottom, #fec500 0%,#fed900 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed900', endColorstr='#fec500',GradientType=0 ); /* IE6-9 */
}
.footer-top{width:1210px;height:215px;margin:0 auto;padding:0 15px;font-family:'roboto_condensedbold';-webkit-box-shadow:inset 0 5px 2px 1px rgba(205,205,205,.5);box-shadow:inset 0 5px 2px 1px rgba(205,205,205,.5);
background: #efeeea; /* Old browsers */
background: -moz-linear-gradient(top, #efeeea 0%, #fbfaf6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efeeea), color-stop(100%,#fbfaf6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #efeeea 0%,#fbfaf6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #efeeea 0%,#fbfaf6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #efeeea 0%,#fbfaf6 100%); /* IE10+ */
background: linear-gradient(to bottom, #efeeea 0%,#fbfaf6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efeeea', endColorstr='#fbfaf6',GradientType=0 ); /* IE6-9 */}
.footer-top-container{height:215px;}
.footer-bottom-container{height:330px;}
.footer-bottom{width:1210px;height:330px;margin:0 auto;padding:0 15px;background: #393636; /* Old browsers */
background: -moz-linear-gradient(top, #393636 0%, #161515 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#393636), color-stop(100%,#161515)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #393636 0%,#161515 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #393636 0%,#161515 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #393636 0%,#161515 100%); /* IE10+ */
background: linear-gradient(to bottom, #393636 0%,#161515 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#393636', endColorstr='#161515',GradientType=0 ); /* IE6-9 */}
.footer-uvps{float:left;width:1180px;height:72px;margin-top:25px;padding-bottom:15px;border-bottom:1px solid rgb(222,221,218);}
.footer-uvp1{float:left;width:393px;height:72px;}
.footer-uvp2{float:left;width:394px;height:72px;}
.footer-uvp3{float:left;width:393px;height:72px;}
.footer-uvps img{float:left;}
.footer-uvps h3{float:left;width:300px;margin-top:15px;margin-left:15px;text-transform:uppercase;font-size:17px;line-height:17px;font-family:'roboto_condensedbold';}
.footer-uvps h4{float:left;width:300px;margin-top:10px;margin-left:15px;font-size:15px;line-height:15px;font-family:Arial, Helvetica, sans-serif;color:rgb(92,88,87);}
.footer-newsletter{float:left;width:1180px;padding-top:20px;border-top:1px solid rgb(255,255,255);position:relative;}
.footer-newsletter h3{float:left;font-size:30px;line-height:30px;font-family:'roboto_condensedbold';text-transform:uppercase;}
.footer-newsletter h4{float:left;clear:both;margin-top:10px;font-size:15px;line-height:15px;font-family:Arial, Helvetica, sans-serif;color:rgb(92,88,87);}
.footer-newsletter input{border:none;border:1px solid #173651;position:absolute;top:30px;right:125px;width:475px;height:40px;padding:0 20px;color:rgb(92,88,87);text-transform:uppercase;font-family:'roboto_condensedlight_italic';font-size:20px;-webkit-border-top-left-radius:5px;-webkit-border-bottom-left-radius:5px;-moz-border-radius-topleft:5px;-moz-border-radius-bottomleft:5px;border-top-left-radius:5px;border-bottom-left-radius:5px;}
.footer-newsletter input[type="submit"]{border:none;border-right:1px solid rgb(227,227,227);border-top:1px solid rgb(227,227,227);border-bottom:1px solid rgb(227,227,227);position:absolute;top:30px;right:0;width:125px;height:42px;color:rgb(255,255,255);cursor:pointer;font-size:20px;text-transform:uppercase;font-family:'roboto_condensedbold';-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;
background: #34455e; /* Old browsers */
background: -moz-linear-gradient(top, #34455e 0%, #002b47 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#34455e), color-stop(100%,#002b47)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #34455e 0%,#002b47 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #34455e 0%,#002b47 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #34455e 0%,#002b47 100%); /* IE10+ */
background: linear-gradient(to bottom, #34455e 0%,#002b47 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34455e', endColorstr='#002b47',GradientType=0 ); /* IE6-9 */
}
.footer-newsletter input[type="submit"]:hover{
background: #002b47; /* Old browsers */
background: -moz-linear-gradient(top, #002b47 0%, #34455e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#002b47), color-stop(100%,#34455e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #002b47 0%,#34455e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #002b47 0%,#34455e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #002b47 0%,#34455e 100%); /* IE10+ */
background: linear-gradient(to bottom, #002b47 0%,#34455e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002b47', endColorstr='#34455e',GradientType=0 ); /* IE6-9 */
}
.footer-bottom-links{float:left;margin-top:40px;}
.footer-bottom-links .column1{float:left;width:210px;height:210px;padding-left:30px;border-right:1px solid rgb(96,94,93);}
.footer-bottom-links .column2{float:left;width:210px;height:210px;padding-left:30px;border-right:1px solid rgb(96,94,93);}
.footer-bottom-links .column3{float:left;width:210px;height:210px;padding-left:30px;border-right:1px solid rgb(96,94,93);}
.footer-bottom-links .column4{float:left;width:210px;height:210px;padding-left:30px;border-right:1px solid rgb(96,94,93);}
.footer-bottom-links h2{float:left;font-size:20px;color:rgb(254,254,254);text-transform:uppercase;font-family:'roboto_condensedbold';}
.footer-bottom-links li{float:left;clear:both;margin-top:15px;}
.footer-bottom-links a{float:left;color:rgb(254,254,254);}
.footer-bottom-links a:hover{text-decoration:underline;}
.footer-bottom-right{float:right;margin-top:40px;}
.footer-bottom-right .footer-logo{float:right;}
.footer-bottom-right address{float:right;width:200px;clear:both;margin-top:25px;text-align:right;font-size:12px;color:rgb(254,254,254);}
.footer-social{float:right;clear:both;margin-top:20px;}
.footer-social li{float:right;margin-left:5px;}
.footer-social a{float:right;}
.footer-facebook{margin-top:3px;}

/* product view social icons */
.product-view .product-social .addthis_button_pinterest_pinit {width:45px;}
.product-view .product-social .addthis_button_tweet {width:80px;}

/* techtips page navigation style */
div.right a, div.left a{margin-left:30px;text-decoration:underline;float:left;width:50px;height:20px;padding-top:5px;padding-left:20px;text-transform:uppercase;color:rgb(177,36,39);font-size:12px;font-family:'roboto_condensedbold';cursor:pointer;border:none;border-top:1px solid rgb(177,36,39);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 5px 3px -2px rgba(205,205,205,1);box-shadow:0 5px 3px -2px rgba(205,205,205,1);
background: #fed900;
background: -moz-linear-gradient(top, #fed900 0%, #fec500 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fed900), color-stop(100%,#fec500));
background: -webkit-linear-gradient(top, #fed900 0%,#fec500 100%);
background: -o-linear-gradient(top, #fed900 0%,#fec500 100%);
background: -ms-linear-gradient(top, #fed900 0%,#fec500 100%);
background: linear-gradient(to bottom, #fed900 0%,#fec500 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed900', endColorstr='#fec500',GradientType=0 );
text-decoration:none;margin-top:10px;margin-left:10px;
}
div.right a:hover, div.left a:hover{text-decoration:none;background: #fec500}; /* Old browsers */

/* cms pages style */
div.cms {padding:20px;}
div.cms strong{font-weight:bold;}
div.cms p {line-height:20px;padding:10px;}
div.cms h1 {font-size:30px;}
div.cms h2 {font-size:28px;}
div.cms ul {padding:10px;}
div.cms table{margin:10px;}
div.cms table th{font-weight:bold;}
div.cms p.centerimg {text-align:center;margin:10px;}
div.page div.page-title{font-size:32px;}
/* background image scale*/
body{
    background:url(../images/background_option.jpg) center center fixed;
    background-color: #2E425B;
   /* -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; */
}
p.shortcontent{
    padding-left: 10px;
    overflow: hidden;
}
img.shortcontentimg{
    margin-top:10px;
}
.header-container{
    padding-bottom: 25px;
}

.nav-container ul#nav li {    
    
    padding: 0;
    position: relative;
}
.nav-container ul#nav li.last {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.nav-container ul#nav li.last a {
    padding-right: 0;
}
.nav-container ul#nav li a {
    
    display: block;
    float: left;
    margin: 0;
    padding: 0 12px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    transition-duration: 1s;
}
.nav-container ul#nav li a:hover {
    color: rgb(255,217,0);
    text-decoration: none;
    transition-duration: 1s;
}
.nav-container ul#nav li ul {
    display: none;
    position: relative;
}
.nav-container ul#nav li:hover ul {

    background: none repeat scroll 0 0 #353232;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;    
    display: block;
    height: auto;
    left: 0;
    margin: 0;
    position: absolute;
    top: 45px;
    width: 180px;
    z-index: 100;
}
.nav-container ul#nav li:hover ul li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 180px;
    padding-bottom:20px;
    height:auto;
}
.nav-container ul#nav li:hover ul li a {
   
    display: block;    
    border:none;    
    font-weight: normal;
    line-height: 26px;
    margin: 0;
    padding: 0 10px;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    transition-duration: 1s;
    height:initial;
}
.nav-container ul#nav li:hover ul li a:hover {
    color: #FFD900;
    text-decoration: none;
    transition-duration: 1s;
}
.nav-container ul#nav li:hover ul li ul {
    display: none;
}
.nav-container ul#nav li:hover ul li:hover ul {
  
    display: block;
    height: auto;
    left: 50px;
    margin: 0;
    padding: 0 10px 10px;
    position: absolute;
    top: 20px;
    width: 150px;
    z-index: 100;
}
.nav-container ul#nav li:hover ul li:hover ul li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 130px;
    border:none;
}
.nav-container ul#nav li:hover ul li:hover ul li a {
    
    display: block;
    line-height: 26px;
    margin: 0;
    padding: 0 10px;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    transition-duration: 1s;
}
.nav-container ul#nav li:hover ul li:hover ul li a:hover {
    color: #FFD900;
    text-decoration: none;
    transition-duration: 1s;
}
.nav-container ul#nav li.level1 {
    padding: 0;
}
.widget-latest{float:left;width:185px;height:187px;margin-bottom:10px;background-color:#263E58;position:relative;
    padding:10px 20px 10px 20px;
            margin-left:82px;
}
.widget-latest h2{font-size:21px;line-height:21px;text-transform:uppercase;color:rgb(255,255,255);font-family:'roboto_condensedlight';letter-spacing:1.5px;}
.widget-latest li a{color: white;}

div #auguria-slider {
    margin: 0 15px 15px 15px;
 }

.see-inside-message {
    font-weight: bold;
    text-size: 20px;
}
