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

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

body          { background:#fee600 url(../images/bg.png) 0 0 repeat-x; font:12px/1.35 Arial, Helvetica, sans-serif; color:#000; text-align:left; }

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

a             { color:#d0171f; text-decoration:none; }
a:hover       { text-decoration:underline; }
:focus        { outline:0; }

/* Headings */
h1            { font-size:20px; font-weight:normal; line-height:1.15; }
h2            { font-size:18px; font-weight:normal; line-height:1.25; }
h3            { font-size:16px; font-weight:bold; line-height:1.25; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
strong        { font-weight:bold; }
address       { font-style:normal; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
sup           { font-size:1em; vertical-align:top; }

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.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 { width:980px; margin:0 auto;text-align:left; }
.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; }
.page-popup .popup{border:1px solid #FFF; background:#f6f6f6; padding:10px;}
.main-container {}
.main { margin:20px 0 0;}
.main .top-full{background:url(../images/full-c.png) no-repeat 0 0; height:10px;}
.main .btm-full{background:url(../images/full-c.png) no-repeat 0 -16px; height:10px; margin:0 0 20px;}

.clear {clear: both; font-size: 0;line-height: 0; height:0px;}
/* Base Columns */
.col-left { float:left; width:312px;}
.col-main { float:left; width:634px;}
.col-right { float:right; width:312px;}

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

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

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

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

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

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


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea { border:1px solid #e6e6e6; background:#fff url(../images/input-bg.png) 0 0 no-repeat;}
input.input-text,textarea { padding:6px; }
select { padding:6px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #ddd; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button span { float:left; height:29px; background:transparent url(../images/btn.png) 0 0 no-repeat; padding:0 0 0 14px; font:normal 12px/28px 'Oswald',sans-serif; text-transform:uppercase; text-align:center; white-space:nowrap; color:#fff;text-shadow:1px 1px #000; }
button.button span span { background-position:100% 0; padding:0 16px 0 3px;}
button.button:hover span{background: url(../images/btn.png) 0 -39px no-repeat;text-shadow:1px 1px #04748f;}
button.button:hover span span{background-position:100% -39px; }

button.disabled {}
button.disabled span {}

button.btn-checkout span {}
button.btn-checkout.no-checkout {}

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

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

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

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

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

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

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

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

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

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

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

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

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

.buttons-set-order {}

.fieldset { border:1px solid #ddd; background:#fefefe; padding:22px 25px 12px 33px; margin:28px 0; -webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px; }
.fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #fefefe; background:#dedede; color:#333; margin:-36px 0 0 -10px; padding:4px 8px; position:relative; -webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#d0171f; }
.validation-failed { border:1px dashed #d0171f !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:10px; text-align:right; color:#d0171f; }
/* 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:#d0171f; font-weight:bold; }
.notice { color:#ccc; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 6px 32px !important; font-size:11px !important; font-weight:bold !important;-moz-border-radius:8px;-webkit-border-radius:8px;border-radius:8px; line-height:22px;}
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/i_msg-note.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs {padding:10px; margin:10px 0;}
.breadcrumbs li { display:inline;color:#666666; }
.breadcrumbs span{color:#363636; margin:0 4px;}


/* Page Heading */
.page-title {}
.page-title h1,
.page-title h2 { font-size:18px; color:#000; font-family:'Oswald',sans-serif;}
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; }
.title-buttons { text-align:right; margin:0 0 10px; *margin-bottom:20px;}
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { clear:both; }

/* Pager */
.pager {padding:5px; margin:16px 0; text-align:center; }
.pager .amount { float:left; }
.pager .limiter { margin:0 20px 0 0; float:right;}
.pager .pages {  float:right; margin:1px 0 0;}
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; padding:0 3px; font-weight:bold;}
.pager .pages strong{ font-weight:normal;}

/* Sorter */
.sorter {padding:5px; margin:5px 0; }
.sorter .view-mode { float:left; }
.sorter .sort-by { float:left; margin:11px 0 11px 14px;}
.sorter .link-feed {}
.sorter .view-mode .grid{background:url(../images/sprites.png) -114px -240px no-repeat; padding:21px 15px 5px; border-right:1px solid #363636; display:block; float:left;}
.sorter .view-mode .list{background:url(../images/sprites.png) -138px -282px no-repeat; padding:21px 21px 5px; border-right:1px solid #363636; display:block; float:left;}
.sorter .view-mode strong.list{background-position:-138px -239px;}
.sorter .view-mode a.grid{background-position:-114px -281px;}

/* Toolbar */
.toolbar {color:#727272; height:62px; background:url(../images/sprites.png) -80px -246px no-repeat; margin:0 0 20px;}
.toolbar .pager {float:right;}
.toolbar .sorter {float:left;}
.toolbar-bottom { margin:20px 0 0;}
.toolbar .t-left{float:left; width:10px; height:62px;background:url(../images/sprites.png) -80px -246px no-repeat;}
.toolbar .t-right{float:right; width:10px; height:62px;background:url(../images/sprites.png) -101px -246px no-repeat;}
.toolbar .tb{background:url(../images/sprites.png) 0 -450px repeat-x; margin:0 10px; height:62px;}
.toolbar .tb select{padding:1px; margin:0 4px;}
/* Data Table */
.data-table { width:100%; }
.data-table th { padding:12px; border:1px solid #e6e6e6; font-weight:bold; white-space:nowrap; }
.data-table td { padding:12px; *padding-bottom:20px; border:1px solid #e6e6e6; }
.data-table thead {background:#efeef1 url(../images/heading.png)  0 0 repeat-x; }
.data-table tbody {}
.data-table tfoot {background:#efeef1 url(../images/heading.png)  0 0 repeat-x;}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even {}
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#f6f6f6; }
.data-table td.value {}

/* 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; padding:0 14px 0 11px;border-right: 1px solid #4f4f4f;}
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important;border-right: 0 none;}

.link-cart { font-weight:bold; color:#f00; }
.link-wishlist { font-weight:normal; }
.link-reorder { font-weight:bold; }
.link-compare { font-weight:normal; }
.link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
.link-rss { background:url(../images/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
.btn-remove { display:block; width:15px; height:15px; 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.png) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-edit    { display:block; width:15px; height:15px; font-size:0; line-height:0; background:url(../images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; margin:0 2px 0 0;}

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


/* Header ================================================================================ */
.logo { float:left; }
.header-container { margin:20px 0 0;}
.header {}
.header .logo { float:left; text-decoration:none !important; margin:16px 0px 0px 0px; min-height: 87px}
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; padding:0; }
.header .links { float:right; font-size:10px; line-height: 33px; font-weight:bold; text-transform:uppercase; margin: 0;}
.header .links a{color:#d0171f; text-decoration:none;}
.header .links a:hover{color:#FFF; text-decoration:underline;}
.header .search{background: url(../images/sprites.png) 22px -104px no-repeat; padding:10px 10px 9px 0px; height:32px; width:334px; clear:right; float:right;}
.header .form-search { text-align:right;background: url(../images/sprites.png) 1px 0 no-repeat; width:292px; float:right;}
.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header .form-language { clear:both; text-align:right;}
.header .form-search .button{background: url(../images/sprites.png) 0 -62px no-repeat;height: 32px;width:44px;}
.header .form-search .button:hover{background: url(../images/sprites.png) -54px -62px no-repeat;height: 32px;width:44px;}
.header-container .top-container { clear:both; text-align:right; }
.header .form-search .input-text{border:0px; background:none; color:#585858; font-weight:bold; width:222px; margin:0 8px 0 0;}
.header .quick-access{ float:right;}
.header .welcome-msg {float:left; color:#FFF;text-align: left; font-family: 'Oswald', sans-serif;background: url(../images/sprites.png) 0 -326px no-repeat; padding:4px 0 6px 16px; text-shadow:1px 1px #d0171f;}
.header .welcome-msg span{background: url(../images/sprites.png) -252px 0 no-repeat;padding:10px 10px 10px 8px; position:absolute; margin:-14px 0 0; *margin-top:-13px;}
.header .shopLinks {height: 33px; background: url(../images/ideal-logo-small.png) no-repeat right top; padding-right: 50px; margin-top: -3px }
.shoppingCart {background: url(../images/sprites.png) -102px -64px no-repeat; position:relative;padding:7px 10px 7px 44px; font-size:12px; color:#333333; margin:13px 0 22px; float:right;}
.shoppingCart .empty { font-size:12px; }
.shoppingCart .block-title { display:none; }
.shoppingCart .actions { display:none; }
.shoppingCart .block-content {padding:0px !important;}
.shoppingCart .block-cart { margin:0px; border:0px; }
.shoppingCart .block-cart .amount { float:left; padding:0 10px 0 0; border-right:1px solid #CCCCCC; }
.shoppingCart .block-cart .subtotal { float:left; padding:0 0 0 10px; }
.shoppingCart:hover .block-cart .cartView { display:block; }
.shoppingCart .block-cart .cartView { display:none; position:absolute; right:0px; left:-1px; padding:10px 10px 3px; margin:22px 0 0 0; z-index:1000; background:#FFF; border:1px solid #e6e6e6; border-top:0px; color:#000; -moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;}
.shoppingCart .block-cart .cartView .top{ background: url(../images/cart-tb1.png) no-repeat scroll 0 0 transparent;display: block;font-size: 0;height: 10px;line-height: 0;}
.shoppingCart .block-cart .cartView .btm{background: url(../images/cart-tb1.png) no-repeat scroll 0 -15px transparent;display: block;height: 10px;width:336px;}
.shoppingCart .block-cart .cartView .middle {background: url(../images/cart-m1.png) repeat-y scroll 0 0 transparent;padding: 4px 14px 16px; height:48px;}

/********** < Navigation */
.nav-container {}
.nav-container .nav-left{background: url(../images/sprites.png) 0px -246px repeat-x; float:left; width:10px; height:70px;}
.nav-container .nav-right{background: url(../images/sprites.png) -12px -246px repeat-x; float:right; width:10px; height:70px;}
#nav {font-size:16px; line-height: 70px; font-family: 'Oswald',sans-serif;*padding-bottom:22px;text-transform:uppercase;}

/* All Levels */
#nav li { text-align:left; position:relative; }
#nav li.over { z-index:998; }
#nav li.parent {}
#nav li a { display:block; text-decoration:none;  background: url(../images/sprites.png) 0px -166px repeat-x;}
#nav li a:hover { text-decoration:none; }
#nav li a span { display:block; white-space:nowrap; cursor:pointer; }
#nav li ul a span { white-space:normal; }


/* 1st Level */
#nav li { float:left; }
#nav > li > a { float:left; padding: 0 25px;color:#fff; border-right:1px solid #ec1e24; letter-spacing:0px; text-align:center; text-shadow:1px 1px #d0171f;}
#nav li a:hover { color:#fff; }
#nav li.over a,
#nav li.active a { color:#fff; background: url(../images/sprites.png) 0px -645px repeat-x;}
#nav li.first {background: url(../images/sprites.png) 0px -246px no-repeat; padding:0 0 0 10px;}
#nav li.first:hover{background: url(../images/sprites.png) -189px -246px no-repeat;}
#nav li.first.active {background: url(../images/sprites.png) -189px -246px no-repeat;}
#nav li.first a{padding-left:15px;}
#nav li.last {background: url(../images/sprites.png) right -246px no-repeat; padding:0 11px 0 0; }
#nav li.last:hover{background: url(../images/sprites.png) right -246px no-repeat;}
#nav li.last a{border-right:0px; }
#nav li.last.active{background: url(../images/sprites.png) -34px -246px no-repeat;}

/* 2nd Level */
#nav ul,
#nav div { position:absolute; width:15em; top:60px; left:-10000px; padding-top:10px; line-height: 20px; text-shadow: none }
#nav div ul { position:static; width:auto; border:none; }

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

#nav ul li { float:none; }
#nav ul li.first{padding:0px;}
#nav ul li.first a{-moz-border-radius:8px 8px 0 0;-webkit-border-radius:8px 8px 0 0;border-radius:8px 8px 0 0;}
#nav ul li.last {width:auto; padding:0px;background:none;}
#nav ul li.last:hover{background:none;}
#nav ul li.last a{width:auto; background:#000; border:1px solid #363636; -moz-border-radius: 0 0 8px 8px;-webkit-border-radius: 0 0 8px 8px;border-radius:0 0 8px 8px;}
#nav ul li a { float:none; padding:10px 14px !important; font-weight:normal; color:#888 !important; border-right:0px; width:auto; text-align:left; background:#000 !important; border:1px solid #363636; border-bottom:0px;}
#nav ul li a:hover { color:#000 !important; background:#0d0d0d !important;}
#nav ul li.active > a,
#nav ul li.over > a { color:#4DC1DF !important;}


/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:0; z-index:999; background:none;}
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:100px; }
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block {}
.block .block-title {padding:11px 10px 21px 33px;background: url(../images/sprites.png) 0 -522px no-repeat; font-family:'Oswald',sans-serif; text-transform:uppercase;}
.block .block-title strong { font-size:14px; font-weight:normal; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle {font-weight:bold; margin:0 0 6px;}
.block .block-content {padding:8px 33px 20px;}
.block .block-content li.item { padding:5px 0; }
.block .btn-remove,
.block .btn-edit { float:right;}
.block .actions { margin:8px 0;}
.block .actions a { float:left; }
.block .empty {}
.block li.odd {}
.block li.even {}
.top-side{background: url(../images/s-c.png) 7px 0 no-repeat; width:; height:10px;}
.btm-side{background: url(../images/s-c.png) 7px -15px no-repeat; width:; height:10px;}
.m-side{background: url(../images/s-m.png) 7px 0 repeat-y;}
.block button.button span { float:left; height:29px; background:transparent url(../images/btn.png) 0 0 no-repeat; padding:0 0 0 14px; font:normal 12px/28px 'Oswald',sans-serif; text-align:center; white-space:nowrap; color:#fff;text-transform:uppercase; text-shadow:1px 1px #d0171f;}
.block button.button span span { background-position:100% 0; padding:0 16px 0 3px;}
.block button.button:hover span{background:transparent url(../images/btn.png) 0 -39px no-repeat;}
.block button.button:hover span span { background-position:100% -39px;}

/* Mini Products List */
.mini-products-list li.item{ padding:0 !important; margin:0 0 8px;}
.mini-products-list .product-image { float:left; width:50px; padding:5px; border:1px solid #e3e3e3; margin:4px 0 0 14px;}
.mini-products-list .product-details { margin-left:68px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.mini-products-list .top{background: url(../images/cart-tb.png) 0 0 no-repeat; display:block; height:10px;line-height:0px; font-size:0px;}
.mini-products-list .btm{background: url(../images/cart-tb.png) 0 -15px no-repeat; display:block; height:10px; width:246px; }
.mini-products-list .middle{background: url(../images/cart-m.png) 0 0 repeat-y; padding:4px 14px 16px;}

/* Block: Account */
.block-account li a, .block-account li strong{ border:1px solid #ECEDED;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px; display:block; padding:6px 8px; margin:0 0 6px;}
.block-account li.last a{margin:0px;}


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

/* Block: Layered Navigation */
.block-layered-nav {}
.block-layered-nav dt { font-weight:bold; }
.block-layered-nav dd{ border-bottom:1px solid #E6E4E4; margin-bottom:10px; padding:6px 0;}
.block-layered-nav dd.last{border:0px; margin:0px; padding-bottom:0px;}
.block-layered-nav .currently {}
.block-layered-nav .btn-remove { float:left; margin:2px 3px 0 0; }

/* Block: Cart */
.block-cart .block-title{background: url(../images/sprites.png) 0 -583px no-repeat; color:#FFF;}
.block-cart .summary {}
.block-cart .amount {}
.block-cart .subtotal {}
.block-cart .subtotal .price {font-weight: bold;}
.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 {}
.my-wishlist textarea{ width:134px; height:150px;}
.my-wishlist .buttons-set .button{ margin:0 0 0 10px;}
.my-wishlist .btn-cart{margin:10px 0;}

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

/* Block: Compare Products */
.block-compare .button{ float:right;}
.block-compare li { padding:5px 0; }
.block-compare .actions a{margin:7px 0 0;}
.block-compare li.item {border-bottom:1px solid #E6E4E4;}

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

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

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

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

/* Block: Subscribe */
.block-subscribe .input-box{background: url(../images/sprites.png) 0 0 no-repeat; width:228px; float:left; padding:7px;}
.block-subscribe .input-box input{border:0px; background:none; color:#585858; font-weight:bold; width:222px;}
.block-subscribe .button span{background: url(../images/sprites.png) -32px -246px no-repeat !important; padding:0 0 3px 11px !important; font:12px/22px 'Oswald',sans-serif !important;}
.block-subscribe .button span span{background: url(../images/sprites.png) right -362px no-repeat !important; padding:6px 16px 0 4px !important; font-weight:normal; text-transform:uppercase;}
.block-subscribe .actions{float:left; margin:0 0 0 5px;}
.block-subscribe .block-content{padding:0px;}
.block-subscribe input{padding:2px;}

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

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

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

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title, .search-title {margin: 104px 0 7px 29px; position: absolute;}
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products{background:#fff url(../images/l-m.png) 0 0 repeat-y; padding:52px 30px 20px;}
.category-top{background: url(../images/l-c.png) 0 0 no-repeat; height:10px;}
.category-btm{background: url(../images/l-c.png) 0 -16px no-repeat; height:10px;}
.category-products button.button span { float:left; height:29px; background:transparent url(../images/btn.png) 0 -78px no-repeat; padding:0 0 0 41px; font:normal 12px/28px 'Oswald',sans-serif; text-align:center; white-space:nowrap; color:#fff;text-transform:uppercase; text-shadow:1px 1px #04748f;}
.category-products button.button span span { background-position:100% -78px; padding:0 12px 0 8px;}
.category-products button.button:hover span{background:transparent url(../images/btn.png) 0 -117px no-repeat;text-shadow:1px 1px #000000;}
.category-products button.button:hover span span { background-position:100% -117px;}
.catalog-category-view .main, .catalogsearch-result-index .main{margin:0px;}

/* View Type: Grid */
.products-grid {position:relative; margin-bottom:40px !important;}
.products-grid.last { border-bottom:0; margin-bottom:0px !important}
.products-grid li {margin:0 54px 0 0;}
.products-grid li.last {margin:0;}
.products-grid li.item { float:left; width:258px; padding:20px 0 10px; *padding-bottom:18px; border:1px solid #eceded; -moz-border-radius:8px;-webkit-border-radius:8px;border-radius:8px;}
.products-grid .product-image { display:block; width:216px; margin:0 auto 10px;}
.products-grid .product-name { margin:0 0 5px; font-weight:normal; font-size:12px; font-family:'Oswald',sans-serif; height:28px; padding:10px; background:#F0F0F0;}
.products-grid .product-name a {}
.products-grid .price-box { margin:8px 0 5px; height:30px; padding:0 10px;}
.products-grid .availability { line-height:21px; }
.products-grid .actions { padding:0 10px; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid {margin:0 auto; }
.col1-layout .products-grid { width:888px; margin:0 auto; }

/* View Type: List */
.products-list li.item { border:1px solid #ECEDED; padding:12px 10px;-moz-border-radius:8px;-webkit-border-radius:8px;border-radius:8px; margin:0 0 20px;}
.products-list li.item.last { margin-bottom:0px;}
.products-list .product-image { float:left; width:216px; height:216px; margin:0 0 10px; }
.products-list .product-shop { margin-left:228px; }
.products-list .product-name { margin:0 0 5px; font-weight:normal; font-size:12px; }
.products-list .product-name a {}
.products-list .price-box {margin:3px 13px 5px 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
.products-list .desc .link-learn { font-size:11px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
.products-list .regular-price{float:none;}
.products-list .ratings{margin:10px 0;}
/* ======================================================================================= */


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

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

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

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

.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 { background:url("../images/email.gif") no-repeat scroll 0 1px ; padding:0 0 0 22px;}

/* share FB Twitter */
.shareButton{ width:57%;}
.fb_share {display: block;margin: 10px 0 12px;}


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

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

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

/* Regular price */
.regular-price { float:left;}
.regular-price .price { font-weight:normal;font-family:'Oswald',sans-serif; font-size:20px;}

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

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

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

.minimal-price-link { display:block; float:right; margin:6px 0 0;}
.minimal-price-link .label {}
.minimal-price-link .price { font-weight:normal; }

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

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

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

/* Add to Links */
.add-to-links .separator { display:none; }
.product-options-bottom .add-to-links{float:right; width:43%;}
.product-options-bottom .add-to-links a{background:#FFFFFF url(../images/sprites.png) no-repeat -229px -253px; padding:0 0 0 18px;}
.product-options-bottom .add-to-links li{margin:0 0 6px;}

/* Add to Cart */
.add-to-cart label { float:left; margin:10px 0 0 15px; }
.add-to-cart .qty { float:left; margin:3px 0 0 12px;}
.add-to-cart button.button { float:left;margin-left:12px }
.add-to-cart .paypal-logo { clear:left; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }

/* Add to Links + Add to Cart */
.add-to-box {}
.add-to-box .add-to-cart {background: url(../images/product-box3.png) no-repeat scroll 0 0 transparent; height: 50px;margin: 0 0 0 -28px;padding: 16px;width: 410px;}
.add-to-box .or { float:left; margin:0 10px; display:none;}
.add-to-box .add-to-links { float:right; width:43%; }
.add-to-box .add-to-links li{ margin:0 0 6px;}
.add-to-box .add-to-links a{ background: url(../images/sprites.png) no-repeat -229px -253px #FFFFFF; padding: 0 0 0 18px;}

.catalog-product-view .main{margin:0px}
.product-view { background:#FFFFFF url(../images/full-m.png) repeat-y 0 0; padding:14px 30px 20px;}

.product-essential {}

.product-collateral{ background:url(../images/full-m.png) repeat-y 0 0 #FFFFFF; padding:20px 30px;}
.product-collateral .box-collateral { margin:0 0 15px; }


/* Product Images */
.product-view .product-img-box { float:left; width:446px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { border:1px solid #ECEDED;-moz-border-radius:8px;-webkit-border-radius:8px;border-radius:8px }
.product-view .product-img-box .product-image-zoom { position:relative; width:424px; height:424px;  z-index:9; padding:10px;}
.product-view .product-img-box .product-image-zoom img { position:absolute;}
.product-view .product-img-box .zoom-notice { text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views ul { margin-left:-8px; margin-top:18px;}
.product-view .product-img-box .more-views li { float:left; padding:16px; border:1px solid #ECEDED; margin:0 0 8px 8px ; -moz-border-radius:8px;-webkit-border-radius:8px;border-radius:8px}

.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; }
.product-image-popup .image-label {}

/* Product Shop */
.product-view .product-shop { float:right; width:286px; }
.col1-layout .product-view .product-shop { float: right; width:442px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-name {}
.product-view .product-shop .no-rating{ margin:18px 0;}
.product-view .short-description { margin:0 0 18px;}
.p-box{background:#FFFFFF url(../images/product-box2.png) repeat-y 6px 0; padding:4px 28px;}
.p-box-top{background:#FFFFFF url(../images/product-box1.png) no-repeat 6px 0; height:10px;}
.p-box-btm{background:#FFFFFF url(../images/product-box1.png) no-repeat 6px -17px; height:10px;}
.p-box .price-box{display:none; margin:18px 0;}
.p-box button.button span { float:left; height:38px; background:transparent url(../images/btn.png) 0 -285px no-repeat; padding:0 0 0 55px; font:normal 14px/38px 'Oswald',sans-serif; text-transform:uppercase; text-align:center; white-space:nowrap; color:#fff; text-shadow:1px 1px #D0171F;}
.p-box button.button span span { background-position:100% -285px; padding:0 18px;}
.p-box button.button:hover span{background: url(../images/btn.png) 0 -333px no-repeat;text-shadow:1px 1px #000;}
.p-box button.button:hover span span{background-position:100% -333px; }
.p-box .back-link{ margin:0 0 8px;}

/* Product Options */
.product-options { padding:10px;border:1px solid #eceded; 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%; }
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }

.product-options-bottom {}
.product-options-bottom .price-box{display:block !important;}
.product-options-bottom .price-box .regular-price{float:none;}
.product-options-bottom .add-to-cart{background: url(../images/product-box3.png) no-repeat 0 0; height:50px; margin:0 0 0 -28px; padding:16px; width:410px;}

/* Product Tabs */
.product-tabs {height:35px;}
.product-tabs li {float:left;font-size:1.1em; line-height:1.5em; }
.product-tabs li.first {border-left:0;}
.product-tabs li.last {border-right:0;}
.product-tabs a{ font-weight:bold;display:block; color:#FFF;padding:0 0 0 16px; margin-right:2px; background:url(../images/btn.png) 0 -426px no-repeat;}
.product-tabs a:hover{background:url(../images/btn.png) 0 -381px no-repeat;text-decoration:none;}
.product-tabs a span{ background:url(../images/btn.png) right -426px no-repeat; display:block; padding:7px 16px 8px 0; cursor:pointer;}
.product-tabs a:hover span {color:#fff;background:url(../images/btn.png) right -381px no-repeat;}
.product-tabs li.active a, .product-tabs li.active a:hover {background:url(../images/btn.png) 0 -381px no-repeat;text-decoration:none;}
.product-tabs li.active a span, .product-tabs li.active a span:hover {background:url(../images/btn.png) right -381px no-repeat; }
.product-tabs-content h2 { display:none; font-size:12px; font-weight:bold; }
.product-tabs-content { border:1px solid #e6e6e6; -moz-border-radius: 0px 0px 4px 4px; -webkit-border-radius:0px 0px 4px 4px; border-radius:0px 0px 4px 4px; padding:10px;}

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

/* Block: Description */
.product-view .box-description {}

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

/* Block: Upsell */
.box-up-sell {background: url(../images/full-m.png) repeat-y 0 0 #FFFFFF; padding:10px 30px 20px;}
.box-up-sell h2{font-family:'Oswald',sans-serif;}
.box-up-sell table{margin:20px 0 0px !important;}
.box-up-sell .products-grid td { width:33%; }
.box-up-sell .products-grid td .up-border{border:1px solid #ECEDED; width:264px; margin:0 60px 0 0;-moz-border-radius:8px;-webkit-border-radius:8px;
border-radius:8px; padding-top: 20px;}
.box-up-sell .products-grid td.last .up-border{margin:0px;}
.box-up-sell .price-box{height:auto;}
.box-up-sell .regular-price{ float:none;}
.box-up-sell .minimal-price-link{float:none;}

/* Block: Tags */
.product-tabs-content .box-tags { *width:900px; display:block;}
.product-tabs-content .box-tags .form-add label { display:block; font-weight:bold; padding:8px 0 4px; clear:left;}
.product-tabs-content .box-tags .form-add .input-box { float:left; width:304px; margin:0 8px 0 0; }
.product-tabs-content .box-tags .form-add input.input-text { width:288px; }
.product-tabs-content .box-tags .form-add p { clear:both; }
.product-tabs-content .box-tags .note{clear:left; color:#999999;  font-size:11px; padding:6px 0;}
.product-tabs-content .box-tags li{float:left; margin:0 10px 0 0;}
.product-tabs-content .box-tags h3{margin:0 0 6px; font-size:12px;}
.box-tags {display:none;}

/* Block: Reviews */
.box-reviews h2{ font-family:'Oswald',sans-serif;}
.box-reviews .form-add { background:url(../images/full-m.png) repeat-y 0 0 #FFFFFF; padding:12px 30px 20px;}
.box-reviews .form-add h3, .box-reviews .form-add h4{font-size:12px; margin:10px 0;}
.box-reviews .form-add .form-list{margin:10px 0 0 0;}
.box-reviews .reviewedBy{ background:url(../images/full-m.png) repeat-y 0 0 #FFFFFF; padding:12px 30px 20px;}
.box-reviews .reviewedBy .pager{border:1px solid #ECEDED; margin:10px 0;-moz-border-radius:8px;-webkit-border-radius:8px;border-radius:8px; padding:4px;}
.box-reviews .reviewedBy .pager .amount{margin:6px 0 0;}
.review-product-list .main{ margin:0px;}

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


/* Content Styles ================================================================= */
.product-name { font-size:12px; font-family:'Oswald',sans-serif; font-weight:normal; }
.product-name a {}

/* Product Tags */
.tags-list li { display:inline; line-height:32px;}
.tags-list .tags{}
.tags-list .tags span{background:transparent url(../images/btn.png) 0 -156px no-repeat; padding:0 0 0 12px; line-height:30px; height:30px; float:left; margin:0 1px 2px;}
.tags-list .tags span span{ background-position:100% -156px; padding:0 12px 0 0; cursor:pointer;}
.tags-list .tags:hover span{background:transparent url(../images/btn.png) 0 -39px no-repeat;}
.tags-list .tags:hover span span{background:transparent url(../images/btn.png) 100% -39px no-repeat; color:#FFF;}

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

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}
.cms-home .main{margin:0px;}

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

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


/* Shopping Cart ========================================================================= */
.cart {background:#fff url(../images/full-m.png) repeat-y 0 0; padding:20px 30px;}
.cart .cart-table .btn-continue {float: left;}
.cart .cart-collaterals .col-1 { border: 1px solid #E6E6E6; padding: 10px; width:46%;}

/* Checkout Types */
.cart .checkout-types { float:right; text-align:right; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:3px 55px 8px 0; line-height:1.0; font-size:11px; }
.cart .title-buttons button.button span { float:left; height:29px; background:transparent url(../images/btn.png) 0 -39px no-repeat; padding:0 0 0 14px; font:normal 12px/28px 'Oswald',sans-serif; text-transform:uppercase; text-align:center; white-space:nowrap; color:#fff; text-shadow:1px 1px #04748F;}
.cart .title-buttons button.button span span { background-position:100% -39px; padding:0 16px 0 3px;}
.cart .title-buttons button.button:hover span{background: url(../images/btn.png) 0 0px no-repeat; text-shadow:1px 1px #000;}
.cart .title-buttons button.button:hover span span{background-position:100% 0px; }

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

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

.cart .crosssell {}
.cart .crosssell h2 { font-size:12px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #E6E6E6; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell li.item { margin:12px 0 24px; }
.cart .crosssell li.last{margin-bottom:0px;}
.cart .crosssell .regular-price{float:none;}
.cart .crosssell .price-box{margin:5px 0;}
.cart .crosssell .price{font-size:16px;}
.cart .crosssell .add-to-links a{color:#000; font-size:11px;}
.cart .crosssell .add-to-links li{float:left; margin:5px 0 0; *margin:10px 0 0;}
.cart .crosssell .add-to-links .separator {display:inline; margin:0 6px 0 8px;}

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping { border:1px solid #E6E6E6; margin:0 0 20px;}
.cart .shipping{margin:0px;}
.cart .cart-collaterals .col-2{ width:46%;}
.cart .discount .buttons-set button.button, .cart .shipping .buttons-set button.button{float:left;}
.cart .discount h2, .cart .shipping h2{font-size:12px; font-weight:bold; background:#efeef1 url(../images/heading.png)  0 0 repeat-x; padding:7px 10px; border-bottom:1px solid #E2E1E1;}
.cart .discount-form, .cart .shipping-form{padding:10px; *padding-bottom:20px;}
.cart .discount .discount-form .input-box {margin: 10px 0;}
.cart .discount input{ width:254px;}
.cart .shipping select{width:270px;}

/* Shopping Cart Totals */
.cart .totals { float:right; border:1px solid #E6E6E6; width:256px;}
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:6px 12px; }
.cart .totals table th { font-weight:bold; }
.cart .totals table tfoot th {}
.cart .totals strong{ font-family:'Oswald',sans-serif; font-weight:normal; font-size:18px;}
.cart .totals  .checkout-types {background:#EFEEF1 url(../images/heading.png) repeat-x 0 0 ; width:232px; padding:12px; border-top:1px solid #E6E6E6;}
.cart .totals  .checkout-types .btn-checkout{*height:36px;}
.cart .totals button.button span { float:left; height:35px; background:transparent url(../images/btn.png) 0 -195px no-repeat; padding:0 0 0 14px; font:normal 12px/36px 'Oswald',sans-serif; text-transform:uppercase; text-align:center; white-space:nowrap; color:#fff;text-shadow:1px 1px #04748F; }
.cart .totals button.button span span { background-position:100% -195px; padding:0 20px 0 10px;}
.cart .totals button.button:hover span{background: url(../images/btn.png) 0 -240px no-repeat;text-shadow:1px 1px #000;}
.cart .totals button.button:hover span span{background-position:100% -240px; }
.cart .totals .checkout-types a{padding:8px 0 0; display:block;}

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:30px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }
/* ======================================================================================= */


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

.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; }
.sp-methods a { color: #aaa; font-weight: normal }


.please-wait { float:right; margin-right:5px; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { cursor:help; margin-left:5px; line-height:30px;}

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(../images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages {}
.gift-messages-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 {}
.gift-messages-form .whole-order {}
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name {}

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

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

/* Centinel */
.centinel {}
.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 .block-content{ padding:8px 8px 20px;}
.block-progress dt { font-weight:bold; background:url(../images/cp-heading.png) repeat-x 0 0; padding:18px 30px;}
.block-progress dt.complete{background: url(../images/cp-heading.png) repeat-x 0 0; padding:18px 30px;}
.block-progress dd.complete {padding:10px 30px 20px;}

.opc {position:relative;}
.one-page{background:#fff url(../images/l-m.png) repeat-y 0 0; padding:10px 30px;}
.one-page .page-title{ margin:0 0 20px;}
.opc li.section {}
.opc h3, .opc h4{color:#26afd2; font-size:12px; margin:0 0 10px;}
.opc p{margin:0 0 10px;}
.opc .ul li{margin:0 0 10px}
.opc .col-2 .form-list li{margin:0 0 14px;}
.opc .buttons-set p.required{text-align:left;}
.opc .buttons-set .f-left{margin:5px 0 0 0;}

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

.opc .step-title {background:url(../images/checkout.png) no-repeat 0 -70px;padding:14px 5px; text-align:right; margin-bottom:10px;}
.opc .step-title .number { float:left; line-height:22px; margin:0 0 0 14px; font-weight:bold;}
.opc .step-title h2 { float:left; font-size:12px; font-weight:bold; margin:4px 0 0 32px;}
.opc .step-title a { display:none; float:right; }

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

.opc .active {}
.opc .active .step-title {background:url(../images/checkout.png) no-repeat 0 0;cursor:default; color:#FFF;}
/*.opc .active .step-title a { display:none; }*/

.opc .step {padding:10px; position:relative;border:1px solid #eceded; -moz-border-radius:8px;-webkit-border-radius:8px;border-radius:8px;margin-bottom: 10px;}
.opc .step .tool-tip { right:10px; }

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

/* 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 {}
.multiple-checkout .grand-total .price {}
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login { background:url(../images/full-m.png) repeat-y 0 0 #FFFFFF; padding:14px 30px 20px;}
.account-login .new-users {border:1px solid #eceded; -moz-border-radius:8px;-webkit-border-radius:8px;border-radius:8px; margin:20px 0 0;}
.account-login .registered-users {border:1px solid #eceded; -moz-border-radius:8px;-webkit-border-radius:8px;border-radius:8px; margin:20px 0 0;}

.account-login .new-users .content, .account-login .registered-users .content{padding:14px;}
.account-login h2{ font-family:'Oswald',sans-serif; font-size:14px; margin:0 0 10px;}

.account-create { background:url(../images/full-m.png) repeat-y 0 0 #FFFFFF; padding:14px 30px 20px;}
.account-create .messages li{margin:18px 0 10px;}
/* Account Login/Create Pages ============================================================ */

/* Forgot Password?
 ============================================================================= */
.forgot-pass{ background:url(../images/full-m.png) repeat-y 0 0 #FFFFFF; padding:14px 30px 20px;}


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard { background:url(../images/l-m.png) repeat-y 0 0 #FFFFFF; padding:10px 30px 20px;}
.dashboard .welcome-msg { border-bottom: 1px solid #ECEDED; margin:0 0 16px; padding:0 0 10px;}
.dashboard .page-title{ margin:0 0 12px;}
.dashboard .col2-set{ padding:10px 0 20px;}
.dashboard .box-head h2{ font-family:'Oswald',sans-serif; font-size:14px;}
.dashboard .col2-set h3, .dashboard .col2-set h4{font-size:12px;}


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

/* Block: Account Information */
.dashboard .box-info {}

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

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

/* Address Book */
.addresses-list {}
.addresses-list-additional li.item {}

/* 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 .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

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


/* Footer ================================================================================ */
.footer-container{font-size:11px; margin:30px 0 0;background:#000;}
.footer-container .copyright{color:#4e4e4e; background:#080808; text-align:left; margin:14px 0 0;}
.footer-container .copyright address{width:980px; margin:0 auto; padding:18px 0;}
.footer {width:980px; margin:0 auto; color:#666666;}
.footer h2{font-family:'Oswald',sans-serif; font-size:14px; text-transform:uppercase; color:#FFF; margin:20px 0 10px;}
.footer li{border-bottom:1px solid #161616; width:75%; margin:6px 0 0; padding:0 0 6px;}
.footer li a{color:#666666; display:block;}
.footer li a:hover{color:#ff0000;}
.footer .payment-method{background: url(../images/sprites.png) -54px -247px no-repeat; padding:0 0 0 10px; margin:16px 0 0;}
.footer .payment-method span{background: url(../images/sprites.png) -28px -405px no-repeat; display:block; padding:10px 0 9px;}
.footer .block1{width:244px; float:left;}
.footer .block2{width:492px; float:left;}
.footer .block2 li{border:0px}
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .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 { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper { background:url(../images/slider_bg.png) no-repeat; width:980px; height:352px; margin:0 auto; *position:relative;
}
#slider { position:relative; width:980px; height:335px; background:url(../images/ajax-loader.gif) no-repeat 50% 50%; }
#slider img { position:absolute; top:0px; left:0px; display:none; }
#slider a { border:0; display:block; }
.nivo-controlNav { position:absolute; left:468px; bottom:12px; z-index:10; }
.nivo-controlNav a { display:block; width:8px; height:8px;background:url(../images/directionNav.png) -87px -170px; no-repeat; text-indent:-9999px; border:0; margin-right:10px; float:left; }
.nivo-controlNav a.active { background-position:-67px -170px }
.nivo-directionNav a { display:block; width:69px; height:69px;background:url(../images/directionNav.png) 0 0 no-repeat; text-indent:-9999px; border:0; }
a.nivo-nextNav { background-position:-92px 0; right:0px; }
a.nivo-prevNav { left:0px; }
a.nivo-prevNav:hover{background-position:0px -90px;}
a.nivo-nextNav:hover {background-position:-90px -91px;}
.nivo-caption { text-shadow:none; font-family: Helvetica, Arial, sans-serif; }
.nivo-caption a { color:#efe9d1; text-decoration:underline; }
/*
 * jQuery Nivo Slider v2.5.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 *
 * March 2010
 */


/* The Nivo Slider styles */
.nivoSlider { position:relative; }
.nivoSlider img { position:absolute; top:0px; left:0px; }
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink { position:absolute; top:0px; left:0px; width:100%; height:100%; border:0; padding:0; margin:0; display:none; z-index:6; }
/* The slices and boxes in the Slider */
.nivo-slice { display:block; position:absolute; z-index:5; height:100%; }
.nivo-box { display:block; position:absolute; z-index:5; }
/* Caption styles */
.nivo-caption { position:absolute; left:0px; bottom:0px; background:#000; color:#fff; opacity:0.8; /* Overridden by captionOpacity setting */ width:100%; z-index:8; }
.nivo-caption p { padding:5px; margin:0; }
.nivo-caption a { display:inline !important; }
.nivo-html-caption { display:none; }
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a { position:absolute; top:45%; z-index:9; cursor:pointer; }
.nivo-prevNav { left:0px; }
.nivo-nextNav { right:0px; }
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a { position:relative; z-index:9; cursor:pointer; }
.nivo-controlNav a.active { font-weight:bold; }
/*====================*/

/* Special Offers & Discount */
.special{height:197px;}
.special .sblock { float:left; }

/*Slider*/
#carousel_container { height:357px; margin:20px auto 0 auto; width:920px; position:relative;}
#carousel_inner { float:left; /* important for inline positioning */ width:872px; /* important (this width = width of list item(including margin) * items shown */ overflow: hidden;  /* important (hide the items outside the div) */ /* non-important styling bellow */ background: #F0F0F0; *position:relative;
background:url(../images/pro-slider.png) 0 -367px repeat-x; height:357px; }
#carousel_ul { position:relative; left:-290px; /* important (this should be negative number of list items width(including margin) */ list-style-type: none; /* removing the default styling for unordered list items */ margin: 0px; padding: 0px; width:9999px; /* important */ /* non-important styling bellow */ z-index:100; }
#carousel_ul li { float: left; /* important for inline positioning of the list items */ width:276px;  /* fixed width, important */ /* just styling bellow*/ padding:0px; height:298px; background: #fff; margin:29px 7px; border:0px;}
#carousel_ul li img {
.margin-bottom:-4px; /* IE is making a 4px gap bellow an image inside of an anchor (<a href...>) so this is to fix that*/ /* styling */ cursor:pointer; cursor: hand; border:0px; }
#carousel_ul li a { margin:10px auto;}
#left_scroll, #right_scroll {height:58px; width:58px; position:absolute;}
#left_scroll{margin:142px 0 0 0; left:-34px;}
#right_scroll{margin:142px 0 0 0; right:-34px;}
#left_scroll img, #right_scroll img { border:0; /* remove the default border of linked image */ /*styling*/ cursor: pointer; cursor: hand; }
#left_scroll .left_arrow { background:url(../images/pro-slider.png) 0 -728px no-repeat; width:58px; height:58px; display:block; }
#left_scroll .left_arrow:hover { background-position:0 -850px; }
#right_scroll .right_arrow { background:url(../images/pro-slider.png) 0 -790px no-repeat; width:58px; height:58px; display:block; }
#right_scroll .right_arrow:hover { background-position:0 -909px;}
#carousel_container .c-left{background: url(../images/pro-slider.png) 0 0 no-repeat; float:left; width:24px; height:357px;}
#carousel_container .c-right{background: url(../images/pro-slider.png) right 0 no-repeat; float:right; width:24px; height:357px;}
#carousel_ul li div{margin:0 18px;border:1px solid #eceded; height:296px; -moz-border-radius:8px;-webkit-border-radius:8px;
border-radius:8px;}
#carousel_ul li h2{font-family:'Oswald',sans-serif; font-weight:normal; text-transform:uppercase; height:30px; padding:8px 6px; text-align:center; background:#eceded;}
#carousel_ul li h2 a{margin:0px; color:#000; text-shadow:1px 1px #FFF; display:block;}
#carousel_ul li h2 a:hover{color:#4DC1DF;}
