/* NOTE: general site breakpoint is 768px */

/* first for IE 4–8 */
@font-face {
  font-family: BauWeb-SuperItalic;
  src: url("fonts/BauWeb-SuperItalic.eot");
}
@font-face {
  font-family: BauWeb-Bold;
  src: url("fonts/BauWeb-Bold.eot");
}
@font-face {
  font-family: BauWeb-Medium;
  src: url("fonts/BauWeb-Medium.eot");
}
@font-face {
  font-family: BauWeb;
  src: url("fonts/BauWeb.eot");
}
/* then for WOFF-capable browsers */
@font-face {
  font-family: BauWeb-SuperItalic;
  src: url("fonts/BauWeb-SuperItalic.woff") format("woff");
}
@font-face {
  font-family: BauWeb-Bold;
  src: url("fonts/BauWeb-Bold.woff") format("woff");
}
@font-face {
  font-family: BauWeb-Medium;
  src: url("fonts/BauWeb-Medium.woff") format("woff");
}
@font-face {
  font-family: BauWeb;
  src: url("fonts/BauWeb.woff") format("woff");
}



/* go on with normal style definitions */
body { 
  
}
*, *:before, *:after { box-sizing:border-box; }
* { margin:0; padding:0; }

body          { background:url(../images/site_bkg.jpg) repeat 50% 0; font:12px/1.35 BauWeb, sans-serif; color:#000; text-align:center; }

img           { border:0; vertical-align:top; max-width:100%; }

a           { color:#D81F26; text-decoration:none; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all  0.2s ease; }
a:hover     { color:#000; text-decoration:underline; }
a:focus     { outline:0; }

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

/* 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; }
@media(max-width:767px) {
	.desktop-only { display: none !important; }
}
@media(min-width:768px) {
	.mobile-only { display: none !important; }
}
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper { background:url(../images/site_bkg2.jpg) repeat-x 50% 0; }
.page { text-align:left; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:20px; text-align:left; }
.main-container {}
.main { margin:0 auto;}

/* Base Columns */
/*.col2-left-layout { background:url(../images/page_bkg_2left.gif) repeat-y 50% 0; }*/
.col2-right-layout { background:url(../images/page_bkg_2right.gif) repeat-y 50% 0; }
.col3-layout { background:url(../images/page_bkg_3col.gif) repeat-y 50% 0; }

.col-left { padding:0; background:#E5E5E5; }
.col-main { position:relative; }
.col-right { float:right; width:244px; padding:0; background:#E5E5E5;  }

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

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

/* 3 Columns Layout */
.col3-layout .col-main { width:518px; }
.col3-layout .col-wrapper { float:left; width:762px; }
.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%; }

.col1-layout .col2-set .col-1 { width:458px; }
.col1-layout .col2-set .col-2 { width:458px; }
.col1-layout .col2-set .col-narrow { width:294px; }
.col1-layout .col2-set .col-wide { width:622px; }

.col2-left-layout .col2-set .col-1 { width:336px; }
.col2-left-layout .col2-set .col-2 { width:336px; }
.col2-left-layout .col2-set .col-narrow { width:214px; }
.col2-left-layout .col2-set .col-wide { width:485px; }

.col2-right-layout .col2-set .col-1 { width:336px; }
.col2-right-layout .col2-set .col-2 { width:336px; }
.col2-right-layout .col2-set .col-narrow { width:214px; }
.col2-right-layout .col2-set .col-wide { width:485px; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:13px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#fff; border:1px solid #ccc; }
input.input-text,textarea { padding:5px; }
select { padding:4px; }
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;
}
.data-table input.qty {
    text-align: center;
}

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:27px; padding:0; font:normal 12px/29px BauWeb-Bold, sans-serif; text-align:center; white-space:nowrap; color:#ffcf06; background:#d92027; text-transform:uppercase; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all  0.2s ease; }
button.button span span { padding:0 10px; }
button.button span:hover { color:#000; background:#ffcf06; }
button.disabled {}
button.disabled span {}

a.button { display:block; text-decoration:none; }
a.button span { float:left; height:27px; background:#d92027; font:normal 12px/29px BauWeb-Bold, sans-serif; text-align:center; white-space:nowrap; color:#ffcf06; text-transform:uppercase; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all  0.2s ease; }
a.button span span { padding:0 10px;  }
a.button span:hover { color:#000; background:#ffcf06; }

button.btn-cart span { color:#fff; text-transform:none; height:36px; font:normal 16px/40px BauWeb-Bold, sans-serif;}

button.button.alt span { background:#000; }
button.button.alt span:hover { color:#000; background:#ffcf06;}

a.button.alt span { background:#000; }
a.button.alt span:hover { color:#000; background:#ffcf06;}

button.button.small span { font:normal 10px/22px BauWeb-Medium, sans-serif; height:20px; }

a.button.small span { font:normal 10px/22px BauWeb-Medium, sans-serif; height:20px; }

button.btn-checkout span { font:normal 16px/36px BauWeb-bold, sans-serif; height:32px; }
button.btn-checkout span span { padding:0 15px; }
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;
}*/
.form-list label {
    color: #111;
    font-weight: bold;
    position: relative;
    z-index: 0;
}
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
/*.form-list .control label { float:none; }
.form-list .control input.radio,
.form-list .control input.checkbox { margin-right:6px; }
.form-list .control .input-box { clear:none; display:inline; width:auto; }*/
.control label { float:none; }
.control input.radio,
.control input.checkbox { margin-right:6px; }
.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box {
    margin-bottom: 15px;
}
.form-list .field { float:left; width:296px; }
.form-list input.input-text {
    width: 100%;
}
.form-list textarea { width:254px; height:10em; }
.form-list select {
    width: 100%;
}
/*.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; }
.buttons-set .back-link {
    float: left;
    margin-right: 10px;
}
/*.buttons-set button.button { float:right; margin-left:5px; }*/
.buttons-set button.button {
    margin-bottom: 10px;
}
.form-buttons {
    text-align: right;
}
.buttons-set a.button { float:right; margin-left:5px; }
.buttons-set p.required { margin:0 0 5px; }

.buttons-set-order {}

.fieldset {  padding: 20px 0; margin:0; background: url(../images/box_title_bkg.gif) repeat-x 0 3px; }
/*.fieldset .legend { font-weight:normal; font-size:13px; border:1px solid #fefefe; background:#fff; display:inline; color:#333; margin: 0; padding-right: 15px; position:relative; text-transform: uppercase; color: #D92027; font-size: 15px; font-family: BauWeb-Medium, sans-serif; position:relative; top:-20px; }*/

.legend {
    font-weight: normal;
    font-size: 13px;
    border: 1px solid #fefefe;
    background: #fff;
    display: inline;
    color: #333;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    color: #D92027;
    font-size: 15px;
    font-family: BauWeb-Medium, sans-serif;
    position: relative;
    top: -20px;
    margin-left: -15px;
    padding-right: 15px;
    padding-left: 15px;
}

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

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

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { 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 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#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:15px; margin:0; background:#B2B2B2; color:#ebebeb; text-transform:uppercase; }
.breadcrumbs li { display:inline; }
.breadcrumbs li a { color:#FFF; text-decoration:none; }
.breadcrumbs li a:hover { color:#000; }

/* Page Heading */
.page-sub-title { border:0; margin:0 0 5px; padding:0; }
.page-sub-title h1,
.page-sub-title h2 { font-size:18px; color:#D81F26; text-transform:uppercase; font-family: BauWeb-Bold, sans-serif; padding:0 0 20px;}
.page-title { border:0; padding:0 0 30px; margin:0; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; position:relative; top:-67px; }
.page-title .link-rss:hover { color:#fff; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }
.title-buttons a { font-family: BauWeb-Medium, sans-serif; }

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

.series-title { background: url(../images/box_title_bkg.gif) repeat-x 0 28px; clear:both }
.series-info { margin:0px 0 20px; }
.series-info .series-author { font-size:18px; color:#D81F26; }
.series-info .series-synopsis { font-size:16px; }
.series-player { background: url(../images/placeholders/audio_player_series.jpg) repeat-x 50% 0; height:352px; margin-bottom:15px; }

/* Pager */
.pager { margin:15px 0; }
.pager .amount { float:right; margin-left:40px; }
.pager .limiter { float:right; }

.pager .pages { }
.pager .pages ol { display:inline; padding:0 5px; font-size:13px; font-family: BauWeb-Bold, sans-serif; }
.pager .pages li { display:inline; padding:0 5px; font-size:13px; font-family: BauWeb-Bold, sans-serif; }
.pager .pages .current {}

/* Sorter */
.sorter { }
.sorter .limiter {
    float: right;
    margin-left: 15px;
    margin-right: 10px;
}
.sorter-select {
    min-width: 140px;
    margin-bottom: 5px;
}
.sorter .sort-by { float:right; margin-left:15px; }
.sorter .view-mode { float:right; }

.sorter .link-feed {}

/* Toolbar */
.toolbar-top {
}
.toolbar-top .pager { display:none; }
.toolbar-bottom { margin-top:30px; }
.toolbar-bottom .pager {
    margin: 0;
    float: left;
}

/* Data Table */
.data-table { width:100%; }
.data-table th { padding:5px; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; }
.data-table thead { background-color:#f2f2f2; }
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { background-color:#f6f6f6; }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:normal; font-family: BauWeb-Bold, sans-serif; }
.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; }
.links li.first {
    padding-left:0 !important;
    margin-right: 0.618em;
}
.links li.last { background:none !important; padding-right:0 !important; }
.links li.last a { margin-right:0 !important; }

.link-cart { font-weight:bold; color:#f00; }
.link-wishlist { font-weight:bold; }
.link-reorder { font-weight:bold; }
.link-compare { font-weight:bold; }
.link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
.link-rss { background:url(../images/i_rss.png) 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-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; }

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

/* Reward Points */
.rewards { margin:-10px 0 20px; }
.reward-message { display:block; margin:0 0 15px; background:#F2F2F2 url(../images/bkg_rewards.gif) 5px 3px no-repeat; padding:3px 5px 3px 32px; font:normal 12px/20px Arial, Helvetica, sans-serif; color:#000; }
.reward-message p { display:inline; margin:0 !important; }
.reward-message .limit { display:block; font-size:11px; line-height:1.15; }
.reward-message a { color:#D92027; text-decoration:none; }
.reward-message a:hover { color:#000; text-decoration:underline; }
.reward-message .price { font-size:1em; font-weight:normal; }
/* Reward Points types rewrites */
.reward-review,
.reward-tag,
.reward-checkout { margin:0; }

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

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


/* Header ================================================================================ */
.logo > img {
    margin-top: -24px;
    max-width: 300px;
}
@media(max-width:767px) {
	.logo > img {
	    margin-top: 0;
	    width: 100%;
	}
}
.header .quick-access {
    padding-top: 20px;
    padding-left: 15px;
    line-height: 2em;
}
/*.header-container { background:url(../images/nav_bkg.gif) no-repeat 50% 55px; height:170px; }*/
.header { margin:0 auto; }
.header .logo strong,
.header .logo-h1 strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header .logo-h1 { margin:0; padding:0; }
@media(max-width:767px) {
	.header .logo-h1 {
		float: left;
		width: 50%;
		padding: 6px 20px;
	}
}
.header .welcome-msg { font-weight:bold; text-align:right; }
.header .welcome-msg a {}
.header .header-cart {
    font-family: BauWeb-Bold, sans-serif;
    margin-top:3px;
}
.header .header-cart a {
    color:#ffcf06;
    text-decoration:none;
    font-size:15px;
    text-transform:uppercase;
}
.header .header-cart a:hover { color:#fff; }
.header .header-cart a.cart-link { margin-right:5px; }
.header .header-cart .amount { background:#d92027; margin-right:5px; padding:5px 7px 0; -moz-border-radius: 15px; border-radius: 15px; }
.header .header-cart .amount a { margin:0; }
.header .links {
    font-family: BauWeb-Bold, sans-serif;
    margin-top:3px;
}
.header .links li a {
    color:#ffcf06;
    text-decoration:none;
    font-size:15px;
    text-transform:uppercase;
}
.header .links li a:hover { color:#fff; }
.header .links li.last a { color:#d92027; margin-right:20px; }
.header .links li.last a:hover { color:#fff; }
.header .form-search { margin:13px 0; }
.header .form-search label { display:none; }
.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { 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 { float:left; margin:13px 10px 13px 0; }
.header .form-language label { display:none; float:left; color:#fff; line-height:30px; font-family: BauWeb-Bold, sans-serif; text-transform: uppercase; font-size: 11px; margin-right:10px; }
.header .form-language a { height:27px; padding-left:37px; line-height:27px; float:left; overflow:hidden; margin-right:10px; color:#FFCF06; text-decoration:none; -webkit-transition:none; -moz-transition: none; -o-transition: none; transition: none;  }
.header .form-language a.store-1 { background:url(../images/store_us_ca.gif) no-repeat 0 0;  width:80px; }
.header .form-language a.store-3 { background:url(../images/store_international.gif) no-repeat 0 0; width:70px; }
.header .form-language a:hover { background-position:0 50%; color: #D92027; }
.header .form-language a.selected { background-position:0 100%; color: #fff; }
.header .header-top {
    position: relative;
    background-color: #FFCF06;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
}
.header .header-callout {
    background: url("../images/header_callout_placeholder.png") no-repeat scroll 35px 11px/280px rgba(0, 0, 0, 0);
    color:#fff;
    font-family: BauWeb-Bold, sans-serif;
    font-size:15px;
    position: relative;
    padding-top: 10px;
}
.header-callout-icon {
    margin-right: 5px;
    margin-top: -3px;
}
.header .header-callout span { color:#ffcf06; }
.header-container .top-container { clear:both; text-align:right; }

/* header call-out */
.header_promo {
   color: #000000;
   background-color: #FFCE05;
   position: relative;
   font-weight: 600;
   padding: 15px 50px;
   font-size: 1.5em;
   font-family: BauWeb-Medium, sans-serif;
}
.header_promo .close:hover {
   cursor: pointer;
}
.header_promo span.code {
   font-family: BauWeb-Bold, sans-serif;
   text-transform: uppercase;
}
.header_promo a,
.header_promo a:hover {
   color: #d92027;
   text-transform: uppercase;
   font-family: BauWeb-Bold, sans-serif;
   white-space: normal;
   margin-left: 40px;
}
.header_promo .callout {
	line-height: 1em;
}
.header .header-callout .subtitle {
    color: #ffffff;
    text-transform: uppercase;
    position: absolute;
    font-family: BauWeb-Medium, sans-serif;
}
@media(min-width:390px) {
.header .header-callout span.app {
   position: absolute;
   right: 20px;
   transform: translateY(-50%);
   
}
}
@media(min-width:975px) {
   .header .header-callout {
          min-height: 58px;
   }
   .header .header-callout .subtitle {
      left: 50%;
      top: 50%;
    transform: translate(-50%, -50%);
   }
   
   .header .header-callout span.app {
     top: 50%;
   }

}
@media(min-width:675px) and (max-width:974px) {
   .header .header-callout .subtitle {
      bottom: 10px;
      left: 40px;
   }
   .header-callout {
      min-height: 80px;
   }   
   .header .header-callout span.app {
     top: 25px;
   }
}
@media(max-width:674px) {
   .header .header-callout .subtitle {
      bottom: 50px;
      left: 40px;
   }
   .header .header-callout span.app {
      text-align: left;
      bottom: 0px;
      left: 40px;
   }
   .header-callout {
      min-height: 120px;
   }   
}
@media(max-width:389px){
   .header-callout .subtitle {
      position: relative;
      display: block;
   }
   .header .header-callout span.app {
      position: relative;
      display: block;
      margin-top: 30px;
      left: 0;
      margin-bottom: 10px;
   }
}
@media(max-width:767px) {

   .header_promo {
   	  background-color: #fff;
   	  text-transform: uppercase;
   	  font-weight: 800;
   	  font-size: 1em;
   	  padding: 10px 20px;
   	  font-family: BauWeb, sans-serif; 
   }
   .header_promo span.code,
   .header_promo a,
   .header_promo a:hover {
	    font-family: BauWeb, sans-serif;
	    text-transform: inherit;
	    color: #000;
	    font-weight: 100;
   }
   .header_promo .close {
	  display: none;
      font-size: 2.5em;
      font-weight: 100;
      position: absolute;
      right: 5px;
      top: -5px;
      color: #d92027;
   }
   .header_promo a,
   .header_promo a:hover {
	   margin-left: 0px;
	   text-transform: capitalize;
	   text-decoration: underline;
   }
   .header_promo .callout {
	   line-height: 1.3em;
   }
}

.header_promo .callout {
   display: inline-block;
}

.header_promo a,
.header_promo a:hover {

}
.header_promo button {
   padding: 10px 40px;
   background-color: #FFCE05;
   text-transform: uppercase;
   border: none;
   font-weight: 600;
   font-size: 1em;
}
@media(max-width:649px) {
    .header_promo .callout {
      width: 100%;
      display: block;
   }
   .header_promo .callout:first-child {
      margin-bottom: 20px;
      text-align: center;
   }
   .header_promo .callout:last-child {
      text-align: center;
   }
}
@media(min-width:650px) {

   .header_promo .close {
    font-size: 2.5em;
    position: absolute;
    right: 20px;
    top: 0;
    color: #d92027;
   }
   
   .header_promo button {
      float: right;
      margin-right: 20px;
   }
   .header_promo .callout {
      display: inline;
      text-align: center;
   }
   
   .header_promo .callout:first-child {
      width: 50%;
      display: inline-block;
      text-align: center;
      transform: translateX(20%);
   }
   .header_promo .callout:last-child {
      width: 50%;
      text-align: right;
   }
}

/********** Navigation */
.clickMenu-active {
    z-index: 9999 !important;
}
.main-nav-submenu.clickMenu-active {
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    left: 0;
}
.main-nav {
    color: #888 !important;
    font-size: 12px;
    font-family: BauWeb-Medium, sans-serif;
    text-decoration: none;
}
.nav-head {
    font-family: BauWeb-SuperItalic, sans-serif; 
    font-size: 18px;
    display: block;
    color: #000;
}
/* 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; }
#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 */
.main-nav-item {
    position: relative;
    margin: 10px 10px 0;
}
.nav-controllers,
.link {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.link:hover {
    text-decoration: underline;
}
/*#nav li.last a { padding-right:0; background:none; }
#nav li a:hover { color:#d92027; }
#nav li.over a  { color:#d92027; }
#nav li.active a { color:#d92027; }  */
/* #nav li.arrow { width:57px; height:28px; background:url(../images/nav_arrow.png) no-repeat 50% 100%; position:absolute; top:-28px; left:50%; } */

.main-nav-sub-container li {
    margin-bottom: 8px;
}
.main-nav-sub-container li, .main-nav-sub-container li > a {
    color: #888888;
}
.submenu-title {
    padding: 15px 30px;
    font-size: 20px;
}
/* 2nd Level */
.main-nav-sub-container {
    background: #fff;
    -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.39);
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.39);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.39);
    left: -10000px;
}
.main-nav-submenu {
    position: absolute;
    background: #fff;
    -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.39);
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.39);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.39);
    min-width: 320px;
}
.main-nav-sub-container-inner {
    padding: 0!important;
}
.submenu-list-wrap {
    padding-left: 30px;
}
/*#nav div ul { position:static; width:auto; border:none; }*/



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

/*#nav ul li { width:130px; float:left; }*/
/*#nav ul li.nav-11 { width:200px; }
#nav ul ul li { float:none; width:auto; }
#nav ul li.nav-title { float:none; width:260px; font-family: BauWeb-Bold, sans-serif; text-transform:uppercase; font-size:15px; border-bottom:8px solid #ffcf06; line-height:40px; margin-bottom:15px; }

#nav ul li a {
    color: #888;
}
#nav ul li a:hover { color:#000 !important; }
#nav ul li.active > a,
#nav ul li.over > a { color:#000 !important; }*/

/* Show menu */
/*#nav li ul.shown-sub,
#nav li div.shown-sub { left:-340px; z-index:999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:100px; }


#nav li.nav-callout { float:right; width:189px; height:214px; margin-left:30px; }*/
/*#nav li.nav-callout strong { display:block; font-family: BauWeb-Bold, sans-serif; font-size:15px; margin-bottom:7px; color:#d92027 }*/
.main-nav .nav-callout strong {
    display: block;
    font-family: BauWeb-Bold, sans-serif;
    font-size: 15px;
    margin-bottom: 7px;
    color: #d92027;
}
.main-nav-sub-container .nav-title {
    border-bottom: 8px solid #ffcf06;
    display: block;
    font-family: BauWeb-Bold,sans-serif;
    font-size: 15px;
    line-height: 40px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #000;
}
/*#nav li.nav-callout p { font-size:13px; margin-top:10px; }
#nav li.nav-callout a.view-more-link { font-family: BauWeb-Bold, sans-serif; background:none; padding:0; text-align:right; color:#d92027 !important; display:block; margin-top:10px; }
#nav li.nav-callout a.view-more-link:hover { color:#000  !important; }

#nav li.nav-callout2 { float:right; width:189px; height:214px; margin-left:30px; }
#nav li.nav-callout2 strong { display:block; font-family: BauWeb-Bold, sans-serif; text-transform:uppercase; font-size:15px; border-bottom:8px solid #ffcf06; line-height:40px; margin-bottom:15px; }
#nav li.nav-callout2 img { float:left; }
#nav li.nav-callout2 p { margin-left:86px; font-size:13px; }
#nav li.nav-callout2 a.view-more-link { font-family: BauWeb-Medium, sans-serif; background:none; padding:0; text-align:left; color:#888888 !important; display:block; margin-top:8px; }
#nav li.nav-callout2 a.view-more-link:hover { color:#000  !important; }*/
.ps-link {
    webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease; 
}

.three-columns {
  /*height: 587px;*/
  white-space: normal;
/*  -moz-column-count: 3;
  -moz-column-gap: 0px;
  -moz-column-width: auto;
  -moz-column-rule-color: #ccc;
  -moz-column-rule-style: solid;
  -moz-column-rule-width: 0px;
  -webkit-column-count: 3;
  -webkit-column-gap: 0px;
  -webkit-column-width: auto;
  -webkit-column-rule-color: #ccc;
  -webkit-column-rule-style: solid;
  -webkit-column-rule-width: 0px;

  column-count: 3;
  column-gap: 0px;
  column-width: auto;
  column-rule-color: #ccc;
  column-rule-style: solid;
  column-rule-width: 0px;*/

}

.three-columns div, .two-columns div  {
  position: static !important;
  background: none !important;
  padding: 0px !important;
  -webkit-box-shadow: 0px 0px 0px !important;
  -moz-box-shadow: 0px 0px 0px !important
  box-shadow: 0px 0px 0px !important;
}

#nav .two-columns {
width: 590px !important;
height: 587px;
white-space: normal;
/*-moz-column-count: 2;
-moz-column-gap: 0px;
-moz-column-width: 100px;
-moz-column-rule-color: #ccc;
-moz-column-rule-style: solid;
-moz-column-rule-width: width;
-webkit-column-count: 2;
-webkit-column-gap: 0px;
-webkit-column-width: auto;
-webkit-column-rule-color: #ccc;
-webkit-column-rule-style: solid;
-webkit-column-rule-width: 0px;

column-count: 2;
column-gap: 0px;
column-width: auto;
column-rule-color: #ccc;
column-rule-style: solid;
column-rule-width: 0px;*/
}
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { margin:0 0 10px; }
.block .block-title { padding:15px;}
.block .block-title strong {
    font-size:14px;
    font-weight:normal;
    text-transform:uppercase;
    font-family: BauWeb-Bold;
}

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

.block li.odd {}
.block li.even { background-color:#f6f6f6; }

.box { margin-bottom:30px; }
.box-title { background:url(../images/box_title_bkg.gif) repeat-x 0 3px; margin-bottom:15px;  }
.box-title h1,
.box-title h2,
.box-title h3,
.box-title h4 { padding-right:15px; background:#fff; display:inline; text-transform:uppercase; color:#d92027; font-size:15px; font-family: BauWeb-Medium, sans-serif; }
.box-content { margin-bottom:30px; }
.box-title a { float:right; background:#fff; padding-left:15px; font-family: BauWeb-Medium, sans-serif; }


/* Mini Products List */
.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:50px; padding:5px; }
.mini-products-list .product-details { margin-left:75px; }
.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 ul { border-top:1px solid #ccc; }
.block-account li { font-size: 14px; font-family: BauWeb-Medium, sans-serif; line-height:26px; border-bottom:1px solid #ccc; }
.block-account li a { display:block; }

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

 /* Block: Layered Navigation */
.block-layered-nav { list-style:none; }
.block-layered-nav dt { padding:0; margin:0; text-transform:uppercase; }
.block-layered-nav dd { padding:0; margin:0 15px 15px; }
.block-layered-nav dd li { font-size:11px; color:#666; }
.block-layered-nav dd li a { font-size:14px; color: #D81F26; }
.block-layered-nav dd li a:hover { color: #000; }
.block-layered-nav .currently {}
.block-layered-nav .btn-remove { float:left; margin:2px 3px 0 0; }

/* Block: Cart */
.block-cart {}
.block-cart .summary {}
.block-cart .amount {}
.block-cart .subtotal { text-align:center; }
.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 {}

/* Block: Related */
.block-related { border-top:5px solid #F0F0F0; padding-top:30px }
.block-related li {  }
.block-related .product { }
.block-related .product-image { }
.block-related .product .product-details {  }
.block-related .product-name { text-transform: uppercase; color: #D92027; font-size: 15px; font-family: BauWeb-Bold, sans-serif; }
.block-related .product-desc { margin-top:9px; }
.block-related .price-box {  }
/*.block-related .product-options-bottom { float: right; width: 272px; }*/

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

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

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

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

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

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

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

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

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

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


/* Category Page ========================================================================= */
.category-title { border:0; padding:0 0 15px; margin:0; }
.category-title h1,
.category-title h2 { font-size:30px; }
.category-image { width:100%; overflow:hidden; margin:0 0 30px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {}
.subcat-listing { margin-bottom:15px; }

.category-grid { position:relative; margin:-15px -15px 0; }
.category-grid .item { position:relative; float:left; width:214px; height:214px; padding:0; margin:15px; }
.category-grid h2.category-name { position:absolute; bottom:0; margin:0; width:100%; }
.category-grid h2.category-name a { text-decoration:none; color:#fff; background-color: rgba(0,0,0,0.6); display:block; padding:15px; font-family:BauWeb-Medium, sans-serif; 
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all  0.3s ease;  }
.category-grid .item:hover h2.category-name a { background-color: rgba(0,0,0,1); color: #FFCF06; }
/* Styles for IE */
.category-grid .item>a {
  display: block;
  width: 214px;
  height: 214px;
}
.category-grid .item>a>img {
  width: 214px;
  height: 214px;
}
/* View Type: Grid */
.products-grid { position:relative; margin-bottom:30px }
.products-grid.last { border-bottom:0; margin-bottom:0; }
.products-grid .item {
    max-width: 275px;
}
.products-grid .item-inner {
    position:relative;
}
/*.item-inner .product-image img {
    width: 210px;
    height: 210px;
}*/
.products-grid .product-image {
    display: block;
    /*width: 214px;
    height: 214px;*/
    margin: 0;
}
.products-grid .product-name a {}
.products-grid .price-box { margin:5px 0; }
.products-grid .availability { line-height:21px; }
.products-grid h2.product-name { position:absolute; width:100%; bottom:0; margin:0; }
.products-grid h2.product-name a { text-decoration:none; color:#fff; background-color: rgba(0,0,0,0.6); display:block; padding:15px; font-family:BauWeb-Medium, sans-serif; 
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all  0.3s ease;  }
.products-grid h2.product-name .series-name { text-transform:uppercase; }
.products-grid h2.product-name .episode-name { color:#ffcf06; }
.products-grid .item:hover h2.product-name a { background-color: rgba(0,0,0,1); color: #FFCF06; }
.products-grid .new-img { position:absolute; top:0; left:0; text-indent:-999px; overflow:hidden; width:76px; height:76px; background:url(../images/icon_new.png) no-repeat 0 0; ;  }

/* View Type: List */
.products-list .item { position:relative; border-bottom: 8px solid #FFCF06; padding-bottom:26px; margin-bottom:26px; }
.products-list .item.last { border-bottom:0; padding-bottom:0; margin-bottom:0; }
.products-list .product-image { float:left; width:336px; height:336px; margin:0; }
.products-list .product-shop { margin-left:366px; }
.products-list h2.product-name { margin-bottom:15px; }
.products-list h2.product-name a { text-decoration:none; }
.products-list h2.product-name .series-name { text-transform:uppercase; color:#D81F26; font-family:BauWeb-Bold, sans-serif; font-size:16px; -webkit-transition: color 0.3s ease; -moz-transition: color 0.3s ease; -o-transition: color 0.3s ease; transition: color  0.3s ease; }
.products-list h2.product-name .episode-name { color:#000; font-family: BauWeb-SuperItalic; font-size:26px; }
.products-list h2.product-name:hover .series-name  { color:#000; }
.products-list .ratings { margin-bottom:15px; }
.products-list .product-author { color:#D81F26; margin-bottom:5px; }
.products-list .product-releasedate { margin:15px 0; }
.products-list .price-box { margin-bottom:15px; }
.products-list .price-box .regular-price { font-size:16px; }
.products-list .btn-cart { }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding: 0; margin:0 0 15px; line-height:1.35; }
.products-list .desc .link-learn { font-size:11px; }
.products-list .new-img { position:absolute; top:0; left:0; text-indent:-999px; overflow:hidden; width:76px; height:76px; background:url(../images/icon_new.png) no-repeat 0 0; ;  }
/* ======================================================================================= */


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

.ratings { font-size:11px; line-height:19px; margin:0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; line-height:19px; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:95px; height:19px; 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:19px; 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:19px; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; line-height:19px; }

/* Availability */
.availability { margin:0; }
.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 {}

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

/* series */
.series {
	font-size: 15px;
	color: #D81F26;
	margin-bottom: 10px;
}

.series a:hover {
	color: #D81F26;
}

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

.price-box {}
.price-box .price { font-family: BauWeb-Bold, sans-serif; }

/* Regular price */
.regular-price {}
.regular-price .price { font-family: BauWeb-Bold, sans-serif; }

/* Old price */
.old-price { color:#666; white-space:nowrap; }
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-family: BauWeb-Bold, sans-serif; text-decoration:line-through; }

/* Special price */
.special-price { white-space:nowrap; }
.special-price .price-label { white-space:nowrap; }
.special-price .price { font-family: BauWeb-Bold, sans-serif; }

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

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

/* Excluding tax */
.price-excluding-tax { 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-family: BauWeb-Bold, sans-serif; }

/* Configured price */
.configured-price { white-space:nowrap; }
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-family: BauWeb-Bold, sans-serif; }

/* 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-family: BauWeb-Bold, sans-serif; }

/* Price range */
.price-from { white-space:nowrap; }
.price-from .price-label { font-family: BauWeb-Bold, sans-serif; white-space:nowrap; }

.price-to { white-space:nowrap; }
.price-to .price-label { font-family: BauWeb-Bold, sans-serif; white-space:nowrap; }

/* Price notice next to the options */
/*.price-notice { padding-left:20px; }*/
.price-notice .price { font-family: BauWeb-Bold, sans-serif; }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label { font-family: BauWeb-Bold, sans-serif; white-space:nowrap; }

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

/* Tier Prices */
.tier-prices .price { font-family: BauWeb-Bold, sans-serif; }
.tier-prices .benefit {}

.tier-prices-grouped {}

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

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

/* Add to Links + Add to Cart */
.product-shop-tools { position:relative; margin-bottom:2px; }
.product-shop-tools .giftcard-amount-form { background:none; padding-top:0; }
.product-shop-tools .giftcard-send-form {}
/*.product-shop-tools .giftcard-send-form .form-list .input-box { display: block; clear: both; width: 200px; }*/
/*.product-shop-tools .giftcard-send-form .form-list .field { float: left; width: 220px; }*/
.product-shop-tools .giftcard-send-form .form-list input.input-text { width: 180px; }

.add-to-box {  }
.add-to-box .add-to-cart { }
.add-to-box .link-wishlist { float: right; clear: right; width: 113px; text-align: center; margin-top: 15px; }
.add-to-box .qty-container { line-height:30px; top:5px; position:relative; }
.product-shop-tools .availability { display:none;  }
.product-shop-tools .price-box {
    text-align: center; 
}
.product-shop-tools .price-box .price-label { display:none; }
.product-shop-tools .price-box .price { font-size: 18px; }

.product-shop.bundle {}
.product-shop.bundle .product-options { border-top: 5px solid #F0F0F0; padding-top: 30px; margin-top:30px; }
.product-shop.bundle .price-box { position:static; }
.product-shop.bundle .product-shop-tools .availability { position:static; margin-bottom:5px; }
.product-shop.bundle .product-options .qty-holder { display:block; margin-top:10px; }
.product-shop.bundle .product-options { float:none; width:100%; }
.product-shop.bundle .product-options dd { margin:9px 0 30px 0 ; }
.product-shop.bundle .product-options-bottom { float:none; width:100%; background: url(../images/box_title_bkg.gif) repeat-x 0 3px; padding-top:30px; }

.product-shop.configurable {}
.product-shop.configurable .product-options { border-top: 5px solid #F0F0F0; padding-top: 30px; margin-top:30px; }
.product-shop.configurable .price-box { position:static; }
.product-shop.configurable .product-shop-tools .availability { position:static; margin-bottom:5px; }
.product-shop.configurable .product-options .qty-holder { display:block; margin-top:10px; }
.product-shop.configurable .product-options { float:none; width:100%; }
.product-shop.configurable .product-options dd { margin:9px 0 30px 0 ; }
.product-shop.configurable .product-options-bottom { float:none; width:100%; background: url(../images/box_title_bkg.gif) repeat-x 0 3px; padding-top:30px; }

.product-view {}

.product-essential { margin-bottom:30px; }

.product-collateral .box-collateral { margin:0 0 15px; }

/* Product Images */
.product-view .product-img-box {margin-bottom:30px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .media-player {
    margin-top: 30px;
    max-width: 458px;
}
.product-view .product-img-box .social-buttons { margin-top:30px; }
.product-view .product-img-box .social-buttons .social-tweet { float:left; }
.product-view .product-img-box .product-image { }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.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:-4px }
.product-view .product-img-box .more-views li { float:left; padding:1px; background-color:#ddd; margin:0 0 8px 4px ; }

.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 { margin-bottom:30px; }

.product-view h1.product-name { margin-bottom:15px; }
.product-view h1.product-name .series-name { text-transform:uppercase; color:#D81F26; font-family:BauWeb-Bold, sans-serif; font-size:16px; -webkit-transition: color 0.3s ease; -moz-transition: color 0.3s ease; -o-transition: color 0.3s ease; transition: color  0.3s ease; }
.product-view h1.product-name .episode-name { color:#000; font-family: BauWeb-SuperItalic; font-size:24px; }
.product-view h1.product-name:hover .series-name  { color:#000; }
.product-view .ratings { margin-bottom:15px; }
.product-view .product-author { color:#D81F26; margin-bottom:5px; }
.product-view .mini-attributes { margin:15px 0; }

.product-view .description { margin-bottom:25px; font-size:15px; }

.product-view .product-copyright { margin-bottom:25px; }

.product-view .box-reviews dt { line-height:25px; }
.product-view .box-reviews dt .ratings-table { float:left; }
.product-view .box-reviews dt .review-info { margin-left:115px; }
.product-view .box-reviews dt .review-info .review-title { font-family: BauWeb-Bold, sans-serif; color:#d92027; }
.product-view .box-reviews dt .review-info .review-author span { font-family: BauWeb-Bold, sans-serif; text-transform:uppercase; }
.product-view .box-reviews dd { margin-bottom:30px; }

/* Product Options */
.product-options-wrap { 
    padding-left: 30px;
    padding-right: 30px;
}

.product-options-inner {
    background: #f0f0f0;
    padding: 30px;
    min-height: 230px;
    margin-bottom: 20px;
}

@media(max-width:480px){
  .product-options-innner .add-to-cart{width:100%;}
  .catalog-product-view .product-options-inner .product-options{margin-bottom:5px;}
  .catalog-product-view .product-options-inner .product-options-bottom .add-to-cart{width:100%;}
  .catalog-product-view .product-options-inner .product-options-bottom .add-to-cart button{float:left; margin-top:10px; margin-left:0px;}
  .catalog-product-view .product-options-inner .product-options-bottom .link-wishlist,
  .catalog-product-view .product-options-inner .product-options-bottom .download-learn-more-link{float:left; width:auto;}
  .catalog-product-view .product-options-inner .product-options-bottom .link-wishlist{text-align:left; padding-bottom: 20px;}
}

@media(max-width:767px){
  .product-options-inner .caption-row {margin-top:1rem;}
  .product-options-inner .caption-row .col-sm-9{width:75%;float:left;}
  .product-options-inner .caption-row .col-sm-3{width:25%;float:right;}
}
   
.product-options-inner .caption-row .caption{font-family: BauWeb, sans-serif; font-size:13px; font-style:italic; text-transform:uppercase;}

.product-options-inner .product-info, .product-options-inner .product-options {
    margin-bottom: 20px;
} 
.product-options-inner .block-related {
    padding-top: 0;
    border-top: none;
}
.product-options-inner .block-related .price-label {
    display: none;
}
.product-shop-bottom .product-options { float:left; width: 280px; margin-right: -150px; }
.product-shop-bottom .product-options .qty-holder { display:block; margin-top:10px; }
.product-shop-bottom .product-options-bottom { float:right; width:200px; }

.product-shop-bottom.bundle {}
.product-shop-bottom.bundle .product-options { float:none; width:100%; }
.product-shop-bottom.bundle .product-options dd { margin:9px 0 30px 0 ; }
.product-shop-bottom.bundle .product-options-bottom { float:none; width:100%; background: url(../images/box_title_bkg.gif) repeat-x 0 3px; padding-top:30px; }

.product-shop-bottom.configurable {}
.product-shop-bottom.configurable .product-options { float:none; width:100%; }
.product-shop-bottom.configurable .product-options dd { margin:9px 0 30px 0 ; }
.product-shop-bottom.configurable .product-options-bottom { float:none; width:100%; background: url(../images/box_title_bkg.gif) repeat-x 0 3px; padding-top:30px; }

.product-options-bottom { }
.product-options-bottom .download-learn-more-link {
    background: url(../images/icon_info.gif) no-repeat 0 1px;
    padding-left: 17px;
    line-height: 16px;
    color: #979797;
    font-size: 10px;
    text-align: left;
    width: 120px;
    float: right;
    clear: both;
}
.product-shop-bottom.downloadable .product-options-bottom .download-learn-more-link { display:block; }
.product-shop.downloadable .product-shop-tools { display:none; }
/*.product-options-bottom .price-box { float:left; margin-top:-2px; }*/
.product-options-bottom .price-box {
    display: inline-block;
}
.product-shop-bottom .product-options-bottom .price-box .price-label { display:none; }
.product-options-bottom .price-box .price { font-size:14px; }
.product-options-bottom .old-price .price { color:#999; font-size:12px; }
/*.product-options-bottom .add-to-cart { float:right; margin-top:-8px; }*/
/*.product-options-bottom .link-wishlist { float:right; clear:right; width:113px; text-align:center; margin-top:15px; }*/
.product-options-bottom .add-to-cart {
    float: right;
}
.product-options-bottom .link-wishlist {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 120px;
    float: right;
    clear: both;
}
.product-options-bottom .qty-container { display:none; }
/*.product-options-bottom .add-to-cart button.button { float:none; margin:0; }*/
.product-related-bottom .block-related { padding-top:0; border-top:0; }
.product-related-bottom .item { margin-top:30px; }
.product-related-bottom .item.first { margin-top:0; }
.product-related-bottom .product-info { float:left; width:156px; }
.product-related-bottom .product-info .product-name { text-transform: uppercase; color: #D92027; font-size: 15px; font-family: BauWeb-Bold, sans-serif; }
.product-related-bottom .product-info .product-desc { margin-top:9px; line-height:16px; }
.product-related-bottom .product-options-bottom { float:right; width:200px; }
.product-related-bottom .product-options-bottom .price-box .price-label { display:none; }

.bundle-notice { text-align:center; margin-top:30px; font-size:13px; }
.bundle-notice span { font-family: BauWeb-Bold, sans-serif; text-transform:uppercase; color:#D92027; }
.bundle-notice strong { font-family: BauWeb-Bold, sans-serif; }

.product-options { }

.product-options dt h3,
.product-options dt label { text-transform: uppercase; color: #D92027; font-size: 15px; font-family: BauWeb-Bold, sans-serif; }
.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 { }
.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 { margin-top:9px; }
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:0 -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options .options-list .label label { float:left; width: 155px; margin-bottom: 10px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { display:none; }

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

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

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

/* Block: Upsell */
.product-view .box-up-sell {
  clear: both;

}
.product-view .box-up-sell .products-grid .item { }
.product-view .box-up-sell .products-grid .product-image { }

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

/* Block: Reviews */
.product-graphic-audio-gift-certificate .product-reviews-container,
.category-e-gift-card .product-reviews-container,
.product-graphic-audio-gift-certificate .rewards-special-review-summary,
.category-e-gift-card .rewards-special-review-summary { display:none; }

.product-view .box-reviews .pager { background: url(../images/box_title_bkg.gif) repeat-x 0 3px; margin-bottom: 30px; }
.product-view .box-reviews .pager .amount { background:#fff; margin:0; padding-left:20px; }
.product-view .box-reviews .pager .limiter { background:#fff; padding-left:20px; }
.product-view .box-reviews .pager .pages { background:#fff; padding-right:20px; float:left; }
.product-view .box-reviews .review-add-callout { float:left; font-size:18px; width:212px; font-family: BauWeb-Bold, sans-serif; }

.product-view .box-reviews .form-add .form-list { clear:both; }
#product-review-table #buttons-wrap { display:none; }
#product-review-table td { padding:0 0 10px 0; }
#product-review-table .stars {
	display: block;
	width: 19px;
	height: 18px;
	background: transparent url('../images/bkg_rating.gif') 0 0 no-repeat;
	float: left;
}
#product-review-table .stars.hovered {
	background: transparent url('../images/bkg_rating.gif') 0 50% no-repeat;
	cursor: pointer;
}

#review-form p.required {
  clear:both;
}

#product-review-table .stars.clicked {
	background: transparent url('../images/bkg_rating.gif') 0 100% no-repeat;
	cursor: pointer;
}
.product-view .box-reviews .form-add .review-summary-table thead { display:none; }
.product-view .box-reviews .form-add label {
  display: none;
 }

.value .radio {
  position: relative;
  overflow: hidden;
  left: -9999px;
}
 .headphone-rating {
    display: block !important;
    width: 19px;
    height: 18px;
    background: transparent url('../images/bkg_rating.gif') 0 0 no-repeat;
    float: left;
 }
.product-view .box-reviews .form-add textarea,
.product-view .box-reviews .form-add .input-box {
    width: 100%;
}
.product-view .box-reviews .form-add .buttons-set { float:right; }

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


/* Content Styles ================================================================= */
.product-name { font-size:1em;  }
.product-name a {}

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

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

.catalogsearch-result-index .page-title h1 { font-size:16px; line-height:23px; }

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}
.list-dashed:before {
  display: inline-block;
  content: "-";
}
.cms-page {

}
.cms-page dd {
    padding-left: 0;
}
.list-title {
    margin-bottom: 0;
}
.cms-page .list-style-minimum {
    padding-left: 0;
}
.cms-page .list-style-minimum > li {
    list-style: none;
}
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-bottom: 20px;
}
.video-wrapper > iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
}
/* 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 {}

/* Checkout Types */
.cart .checkout-types { text-align:right; }
.cart .title-buttons .checkout-types li {  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; }

/* Shopping Cart Table */
.cart-table td { padding:15px 5px; }
.cart-table .input-text.qty {
    margin-top: -14px;
    margin-bottom: -14px;
}
.cart-table .cart-product-image { padding:0 25px 0 0; }
.cart-table .item-msg { font-size:10px; }
.cart-table .product-name {
    text-transform: uppercase;
    color: #D81F26;
    font-family: BauWeb-Bold, sans-serif;
    font-size: 16px;
}
.cart-table .shopping-cart-item-message {
    color: #DF280A;
    font-size: 11px;
    font-weight: bold;
    margin: 5px 0;
}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:30px 0; }
/* Discount Codes & Estimate Shipping and Tax Boxes */

/* .cart .shipping { float:left; width:294px; margin:30px 30px 0 0; }
.cart .rewards-box-spend-minicart { float:left; width:294px; margin:30px 30px 0 0 }
.cart .discount { float:right; width:294px; margin:30px 0 0 0; } */

/*.cart .shipping { float:left; width:294px; margin:0 30px 0 0; }
.cart .discount { float:right; width:294px; margin:0 0 0 0; }
.cart .discount .input-text { width:280px; }*/

/* Shopping Cart Totals */
.cart .totals table tfoot { font-size:16px; border-top:9px solid #FFCF06; font-family: BauWeb-Bold, sans-serif; }
/* 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 .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:30px; top:7px; }
.col-right .truncated .show .item-options  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/* One Page */
.checkout-onepage-index .col-main { padding: 0; }

/*.opc-wrapper { background: url(../images/page_bkg_2left.gif) repeat-y 50% 0; }*/
.opc-wrapper .page-title {
    padding: 0;
}
.opc-wrapper .page-title h1 { padding:30px; }
.opc-wrapper .page-title .callout {
    font-family: BauWeb-Bold, sans-serif;
    font-size: 13px;
    line-height:35px;
    color:#D92027;
}
.opc-wrapper .page-title .callout span { color: #FFCF06; }
.opc-wrapper .page-title .payment-callout {
    font-family: BauWeb, sans-serif;
    font-size: 12px;
    line-height:35px;
    color:#000;
}

/* Block: Checkout Progress */
.opc-progress-container {
    background-color: #E5E5E5;
}
.checkout-login-options {
    margin: 0 auto;
    max-width: 400px;
    padding: 20px;
}
/*.opc-progress-container .opc-block-progress {  }
.opc-progress-container .opc-block-progress .block-title {  }
.opc-progress-container .opc-block-progress .block-title strong {  }
.opc-progress-container .opc-block-progress .block-content { }*/
.opc-progress-container .opc-block-progress dt { text-transform: uppercase; padding:5px 0; color: #ccc; }
.opc-progress-container .opc-block-progress dt.complete { color: #000; }
.opc-progress-container .opc-block-progress dt.complete a { font-weight:normal; text-transform:lowercase; }
.opc-progress-container .opc-block-progress dd.complete { padding:10px 15px; color: #666 }
.opc-progress-container .block-progress .cards-list dd { padding:0; }
.opc-progress-container .block-progress .cards-list .info-table th { font-weight:normal; }

/*.opc { float:right; width:762px; margin-bottom:30px; }*/
.opc .section {
    position: relative;
}
.opc .step-title {
    background: url(../images/box_title_bkg_alt.gif) repeat-x 0 3px;
    margin: 15px 0;
}
.opc .step-title .number { color: #FFCF06; padding-right: 5px;  }
.opc .step-title h2 { padding-right: 15px; background: #FFF; display: inline; text-transform: uppercase; font-size: 15px; font-family: BauWeb-Medium, sans-serif; color: #B2B2B2; }
.opc .allow { }
.opc .allow .step-title { background: url(../images/box_title_bkg_alt2.gif) repeat-x 0 3px; cursor:pointer }
.opc .allow .step-title h2 { color:#000;  cursor:pointer  }
.opc .active {}
.opc .active .step-title { background: url(../images/box_title_bkg.gif) repeat-x 0 3px; }
.opc .active .step-title h2 { color: #D92027;  }
.opc .step {
    font-size: 12px;
    border-top: 0;
    padding-bottom: 50px;
}
.opc .step .tool-tip { right:10px; }
.opc .order-review {}
.opc .order-review .authentication { margin:0 auto; width:570px; }
.opc .order-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }
.opc .step .fieldset { background:none; }

/* Steps */
/*.opc .form-alt .input-box { width:695px; }
.opc .form-alt .input-box select { width:695px; }*/

/*#checkout-step-login { height:auto !important; min-height:0 !important; padding:0; }*/
/*#checkout-step-login .col2-set { padding:30px; height:auto !important; min-height:0 !important; }*/
/*#checkout-step-login .login-only { background-image:none; }*/
#checkout-step-login h4 { font-size:16px; color:#000; font-weight:normal; margin:0 0 15px; }
/*#checkout-step-login .col2-set .col-1 { width:336px; }
#checkout-step-login .col2-set .col-2 { width:336px; }
#checkout-step-login .col2-set .col-2 .radio { margin-right:5px; }
#checkout-step-login .col2-set .col-2 li { padding-left:10px; background:url(../images/bkg_bulletsm.gif) no-repeat 0 0.5em; }
#checkout-step-login .col2-set .col-2 .form-list li { background:none; padding-left:0; }*/
#checkout-step-login .form-list label,
#checkout-step-login .form-list .label { float:none; }
#checkout-step-login .btn-only { padding:0 0 0 105px; text-align:left; width:214px; }
#checkout-step-login .btn-only .button { float:right; }
#checkout-step-login p { margin:0 0 15px; }
#checkout-step-login .form-list p { padding-left:105px; margin:0; }
/*#checkout-step-login .form-list .input-text { width:336px; }
#checkout-step-login .form-list input.input-text { width:324px; }*/
#checkout-step-login .form-list .forgot-password-link { float:right; }
#checkout-step-login .form-list .remember-me-link { float:left; }

#checkout-step-login .form-list li.note { width:auto; clear:left; }
#checkout-step-login .form-list li.control { clear:left; }
#checkout-step-login .form-list li.control .input-box { margin-left:105px; }
#checkout-step-login .form-list li.buttons-set { float:right; clear:none; }

.checkout-app {
	margin-top: 50px;
}
.checkout-app > h3 {
	margin-bottom: 20px;
}

@media (min-width: 1024px) {
    .checkout-app-2-col {
      text-align: right;
    }
}

.newcustomer-success img {
	margin-left: 10px;
	margin-bottom: 10px;
}

@media (max-width: 1024px) {
    .newcustomer-success {
      width: 400px;
    }
}

.newcustomer-success ol {
	list-style-type: decimal;
	margin-left: 15px;
	margin-bottom: 10px;
}

.newcustomer-success ol li {
	margin-bottom: 5px;
}

/*.opc .buttons-set*/
.opc .form-buttons { width:auto; text-align:right; }
.opc .buttons-set p.back-link { text-align:left; }
.opc .form-buttons { width:auto; text-align:right; }
/*.opc .buttons-set .button,
.opc .form-buttons .button { float:right; margin:0; }*/
.opc p.required { text-align:right; width:auto; padding-left:0; }

.checkout-onepage-payment-additional-customerbalance { margin-bottom:5px; }
.checkout-onepage-payment-additional-customerbalance .checkbox { margin-left:0; }

/*
#checkout-step-shipping_method .buttons-set,
#opc-payment .buttons-set { width:521px; margin-top:10px; margin-bottom:0; }
#checkout-step-shipping_method .buttons-set .back-link,
#opc-payment .buttons-set .back-link { width:245px; padding-right:15px; float:left; text-align:right; }
#checkout-step-shipping_method .buttons-set .back-link a,
#opc-payment .buttons-set .back-link a { display:inline; float:none; }
#checkout-step-shipping_method p.required,
#opc-payment p.required { padding:0 0 0 260px; }
#opc-payment p.note { padding:10px 0; font-size:11px; }
*/

#checkout-step-review {  }
#checkout-step-review .data-table { border:0; font-size:12px; }
#checkout-step-review .data-table .item-options { font-size:11px; }
#checkout-step-review .data-table thead th { vertical-align:bottom; font-size:11px; }
#checkout-step-review .data-table .product-name { font-size:12px; }
#checkout-step-review .data-table tfoot tr.last strong { font-size:14px; }
#checkout-step-review #checkout-review-table-totals { border-top: 9px solid #FFCF06; }
#checkout-step-review #checkout-review-table-totals tr.last { background:none; border-top: 1px solid #FFCF06; font-size: 16px; font-family: BauWeb-Bold, sans-serif; }

#checkout-step-review .buttons-set { padding:30px 0 0; margin:0; }

.opc .checkout-agreements { margin:20px; }

#checkout-review-questions {

}

#checkout-review-questions .note {
	color: #d81f26;
}
#checkout-review-questions h4 {
	margin: 10px 0 0 0;
}

/* Multiple Addresses Checkout */
.checkout-progress,
.checkout-progress li.first span,
.checkout-progress li.last span { background-image:url(../images/bkg_crumbs.gif); background-repeat:no-repeat; }
.checkout-progress { padding:0 0 0 0; border-bottom:1px solid #cfcfcf; background-color:#ededed; text-align:center; margin:-21px -21px 5px; font-size:11px; font-weight:bold; text-transform:uppercase; width:940px; position:relative; z-index:2; }
.checkout-progress li { float:left; width:20%; text-align:center; color:#888; line-height:20px; }
.checkout-progress li span { display:block; text-align:center; border-right:1px solid #cfcfcf; }
.checkout-progress li.first span { background-position:0 0; }
.checkout-progress li.last span { background-position:100% 0; border:0; }
.checkout-progress li.active span { color:#fff; background-color:#d12c01; }

.multiple-checkout { position:relative; z-index:1; }
.multiple-checkout .data-table thead th { vertical-align:bottom; }
.multiple-checkout .col3-set .actions { border:1px solid #e4e4e4; padding:3px 9px 4px; float:left; }
.multiple-checkout .col3-set address { padding:10px; clear:both; }
.multiple-checkout .col3-set,
.multiple-checkout .col2-set { margin:0 0 15px; }
.multiple-checkout .buttons-set { padding:15px 0; clear:both; width:auto; }
.multiple-checkout .buttons-set .button { float:right; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-weight:normal; font-size:18px; color:#cd3800; text-align:right; display:block; margin:10px 0 15px; }
.multiple-checkout .grand-total .price-label { font-weight:normal; }
.multiple-checkout .grand-total .price { font-weight:bold; }
.multiple-checkout .sp-methods { font-size:12px; }
.multiple-checkout .checkout-multishipping-payment-customerbalance { font-size:12px; margin-bottom:7px; }
.multiple-checkout .fieldset label { font-size:11px; }
.multiple-checkout .gift-item .fieldset { font-size:11px; width:380px; }

/* Review Details */
#checkout-step-review .data-table .btn-remove,
.checkout-multishipping-overview .data-table .btn-remove,
#details-table .btn-remove { display:-moz-inline-stack; display:inline-block; vertical-align:middle; }

/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods {
    max-width: 280px;
    margin-bottom: 10px;
}
.sp-methods dt { text-transform: uppercase; font-family: BauWeb-Medium, sans-serif; color: #d92027; margin-bottom:5px; }
.sp-methods dd { margin-bottom:20px; }
.sp-methods dd li { margin-bottom:5px; }
.sp-methods .price { font-family: BauWeb-Medium, sans-serif; }
.sp-methods .form-list { margin:30px; }
.sp-methods .form-list .input-text {  }
.sp-methods .form-list select { }
.sp-methods .form-list label { }

.sp-methods select.month { width:150px; margin-right:10px; }.sp-methods input.cvv { width:3em !important; }
.sp-methods .input-box { line-height:21px; }
.sp-methods .radio,
.sp-methods .checkbox {}
.sp-methods .v-fix .validation-advice { margin-right:-250px; position:relative; z-index:1; width:250px; }
.sp-methods .adv-container { padding-left:170px; }
.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

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

.checkmo-list li { margin:0 0 4px; }
.checkmo-list label { padding-top:0; }
.checkmo-list address { float:left; }

.please-wait { position:absolute; z-index:99; top:50%; left:50%; margin:-34px 0 0 -90px; border:5px solid #FFCF06; font-size:12px; color:#D92027; font-weight:bold; background:#fff; padding:20px; white-space:nowrap; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Payment Bridge */
.pbridge-reload { display:block; text-align:right; }
.pbridge-reload a { color:#1e75b4; font-size:11px; }

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

/* Gift Messages */
.add-gift-message { padding:20px 0; }
.add-gift-message h3 { font-size:16px; font-weight:normal; color:#000; line-height:19px; margin:0 0 10px; }
.add-gift-message p { margin:10px 0; }

.gift-message-form { border:1px solid #d1d1d1; background:#f5f5f5 url(../images/bkg_block.gif) repeat-x 0 0; }
.gift-message-form .fieldset { padding:10px 0 10px; }
.gift-message-form .fieldset .input-text,
.gift-message-form .fieldset textarea { width:200px; }
.gift-message-form .fieldset textarea { width:200px; height:8em; }
.gift-message-form .inner-box { padding:0; height:300px; overflow:auto; }
.gift-message-form .inner-box h5,
.gift-message-form .inner-box h4 { font:14px/1.25 Arial, Helvetica, sans-serif; padding:0 20px; color:#222; margin:17px 0; }
.gift-message-form .inner-box p { margin:10px 0; padding:0 20px; }
.gift-message-form .gift-item { padding:5px 0 0; background:url(../images/bkg_dots.gif) repeat-x 0 100%; }
.gift-message-form .gift-item .number { padding:5px 20px 5px; margin-bottom:0; background:url(../images/bkg_dots.gif) repeat-x 0 100%; color:#adadad; font-weight:bold; }
.gift-message-form .gift-item .product-img-box { background:url(../images/bkg_dots.gif) repeat-y 100% 0; float:left; width:150px; padding-right:15px; }
.gift-message-form .gift-item .product-image { text-align:center; margin:20px; }
.gift-message-form .gift-item .product-name { font-size:12px; margin:20px 0 5px; text-align:center; }
.gift-message-form .gift-item .fieldset { float:left; background:url(../images/bkg_dots.gif) repeat-y 0 0; padding:20px 0 10px 10px; margin:0 0 0 -2px; }
.gift-message-form .gift-item .fieldset label { width:80px; }
.gift-message-form .gift-item .gift-wrapping-form { padding:0 20px; }

.gift-options-for-order { padding:0 40px; }
.gift-options-for-order .fieldset { padding:0; }
.gift-options-for-order .fieldset p { padding:0; }
.gift-options-for-order .fieldset label { width:80px; }
.gift-options-for-order .fieldset .input-text,
.gift-options-for-order .fieldset textarea { width:340px; }

.gift-wrapping-form { padding:0 0 10px; }
.gift-wrapping-form img { border:1px solid #ccc; float:left; margin-right:10px; }
.gift-wrapping-form label { margin-right:10px; vertical-align:middle; }
.gift-wrapping-form .gift-wrapping-design { overflow:hidden; padding:10px 0 0; width:100%; }

.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; width:13px; height:12px; background:url(../images/gift-message-close.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #d8cea8; font-size:11px; background-color:#fffdef; padding:15px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:10px 0; font-size:12px; font-weight:bold; }
.checkout-agreements .agree .checkbox { margin-right:5px; }

/* Centinel */
.centinel { margin:10px 0; }
.centinel p { margin:0 0 10px; }
.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; }

.opc .centinel { margin:0; padding:20px; }

/* Checkout Success */
.checkout-onepage-success .col-main { font-size:12px; }
.checkout-onepage-success .col-main p { margin:0 0 10px; }
/********** Common Checkout Styles > */
/* ======================================================================================= */

/* Account Login/Create Pages ============================================================ */
.account-login {}
/*.account-login .fieldset { padding:0; background:none; }*/
/*.account-login .new-users { padding: 20px 0; margin: 0; background: url(../images/box_title_bkg.gif) repeat-x 0 3px; }*/
/*.account-login .new-users p { margin-bottom:15px; height:74px; }*/
.account-login .new-users p {
    margin-bottom: 15px;
}
/*.account-login .registered-users { padding: 20px 0; margin: 0; background: url(../images/box_title_bkg.gif) repeat-x 0 3px; }*/

.account-login .registered-users p { margin-bottom:15px; }
.account-login .registered-users .form-list li.input-email { width:296px; float:left; }
.account-login .registered-users .form-list li.input-email .input-box { width:296px; }
.account-login .registered-users .form-list li.input-email .input-text { width:284px; }
.account-login .registered-users .form-list li.input-password { width:296px; float:right; }
.account-login .registered-users .form-list li.input-password .forgot-password-link { float:right; }
.account-login .registered-users .form-list li.input-password .input-box { width:296px; }
.account-login .registered-users .form-list li.input-password .input-text { width:284px; }
/*.account-login .registered-users .form-list .remember-me-link { float:left; }*/
.remember-me-link {
    margin-top: 10px;
    margin-bottom: 10px;
}
.account-login .registered-users .form-list li.buttons-set { }

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

/* Popup Dialog Block */
.window-overlay { background:#000; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }
.window-overlay { position:absolute; top:0; left:0; min-height:100%; background:#000; opacity:0.5; width:100%; z-index:990; display:none; }
.window-overlay.active { display:block; }
.popup-block { border:1px solid #cfcfcf; left:50%; top:40%; position:absolute; margin:-85px 0 0 -250px; width:500px; text-align:left; -moz-box-shadow:0 0 6px #000; -webkit-box-shadow:0 0 6px #000; box-shadow:0 0 6px #000; z-index:1000; position:fixed; display:none; }
.popup-block.active { display:block; }
.popup-block .block-title { background:url(../images/bkg_page-title.gif) repeat-x scroll 0 0 #F6F6F6; border-bottom:1px solid #CFCFCF; padding:17px 17px 10px; }
.popup-block div.btn-close { background:url(../images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:19px; right:17px; height:15px; width:15px; text-indent:-9999em; cursor:pointer; }
.popup-block .block-title strong { color:#D92027; font-size:16px; font-weight:normal; }
.popup-block .block-content { padding:17px 17px 25px; background:url(../images/bkg_block.gif) repeat-x 0 100% #fff; font-size:12px;  }
.popup-block .block-content .form-list label { width:180px; }
.popup-block .block-content .form-list .input-text { width:230px; }
.popup-block .block-content .form-list .control .input-box { margin-left:195px; }
.popup-block .block-content .form-buttons { width:auto; padding-left:188px; padding-top:10px; }
.popup-block .block-content .form-buttons .button { float:left; }
.popup-block.loading .block-content * { text-align:left; text-indent:-99999em; overflow:hidden; position:relative; margin-left:-9999em; }
.popup-block.loading .block-content:before { content:''; display:block; background:url(../images/opc-ajax-loader.gif) no-repeat 0 50%; position:absolute; z-index:99; top:50%; left:50%; line-height:16px; padding:16px; text-indent:0!important; }
/* Remember Me Popup ===================================================================== */


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

/* Item Section */

.item-order-date-header {
  float: right;
}

.item-link-row {
	position: relative;
}

.item-link-row td {
  border-bottom: 1px solid #f6f6f6;
}

.item-link-row:hover {
  background: #f6f6f6;
}

.my-item-link:hover, .my-item-link .series-name:hover {
  text-decoration: none;
  color: #000;
}

.my-item-link .series-name, .my-item-date {
  font-family: BauWeb-Medium, sans-serif;
  font-size: 1.2em;
  text-transform: uppercase;
  
}

.my-item-date {
  float: right;
}

.my-item-link .number, .my-item-link .title {
  font-family: BauWeb-SuperItalic;
  font-size: 1.6em;
  color: #000;
}
.customer-account-forgotpassword .form-list { margin-top:10px; }
.customer-account-forgotpassword .form-list input.input-text {
    padding: 10px;
    font-size: 17px;
}

.customer-account-resetpassword .fieldset { margin-top:0 !important; }
.customer-account-resetpassword .col-main { padding: 70px 205px; }
.customer-account-resetpassword .form-list { margin-top:10px; }
.customer-account-resetpassword .form-list .input-box { width: 295px; }
.customer-account-resetpassword .form-list .field { width: 295px; }
.customer-account-resetpassword .form-list input.input-text { width: 255px; padding: 10px; font-size: 17px; }

/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg { margin:0 0 30px; }
.dashboard .welcome-msg h2.sub-title { background:none; }

.dashboard .subtitle,
.dashboard .sub-title { background:url(../images/box_title_bkg.gif) repeat-x 0 3px; margin:15px 0; }
.dashboard .subtitle h2,
.dashboard .sub-title h2 {
    padding-right: 15px;
    padding-left: 15px;
    margin-left: -15px;
    background: #fff;
    display: inline;
    text-transform: uppercase;
    color: #D92027;
    font-size: 15px;
    font-family: BauWeb-Medium, sans-serif;
}

.dashboard .table-caption { background:url(../images/box_title_bkg.gif) repeat-x 0 3px; margin:15px 0; }
.dashboard .table-caption h2 { padding-right: 15px; background: #fff; display: inline; text-transform: uppercase; color: #D92027; font-size: 15px; font-family: BauWeb-Medium, sans-serif; }

.dashboard .box-head { background:url(../images/box_title_bkg.gif) repeat-x 0 3px; margin:15px 0; }
.dashboard .box-head h2 { padding-right: 15px; background: #fff; display: inline; text-transform: uppercase; color: #D92027; font-size: 15px; font-family: BauWeb-Medium, sans-serif; }

.dashboard .box-title { background:none; }
.dashboard .box-title h3 { background:none; font-weight: bold; font-family: BauWeb-Bold, sans-serif; color:#000; font-size:12px; }

.dashboard .sub-title a,
.dashboard .subtitle a,
.dashboard .table-caption a,
.dashboard .box-head a,
.dashboard .box-title a {
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: -15px;
    font-family: BauWeb-Medium, sans-serif;
}

.dashboard .recent-orders { margin:0 0 30px; }
.dashboard .account-information { margin:0 0 30px; }
.dashboard .account-address { margin:0 0 30px; }
.dashboard .account-downloads { margin:0 0 30px; }

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

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

/* Block: Reviews */



/* 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 .sub-title { background: url(../images/box_title_bkg.gif) repeat-x 0 3px; margin: 15px 0; }
.addresses-list .sub-title h2 { padding-right: 15px; background: white; display: inline; text-transform: uppercase; color: #D92027; font-size: 15px; font-family: BauWeb-Medium, sans-serif; }
.addresses-list .box-title { background:none; }
.addresses-list .box-title h3 { background: none; font-weight: bold; font-family: BauWeb-Bold, sans-serif; color: black; font-size: 12px; }
.addresses-list .box-title a { float: right; background: white; padding-left: 15px; font-family: BauWeb-Medium, sans-serif; }
.addresses-list .box-content { margin-bottom:15px; }
.addresses-additional .item { margin-bottom:15px; }




/* Store credit */
.storecredit .account-balance { margin:0 0 20px; padding:0 0 10px; font-size:12px; border-bottom: 3px solid #F0F0F0; }
.storecredit .account-balance .price { font-weight:bold; }
.giftcard-redeem { padding-bottom:20px; }
.giftcard-redeem .input-box { margin-right:5px; }

/* Gift card */
.giftcardaccount { position:relative; z-index:1; padding-top:1px; }
.giftcard-status .messages,
.giftcardaccount .messages { margin-bottom:10px; }
.giftcardaccount p { margin:15px 0; font-size:12px; }
.giftcardaccount .fieldset { margin:0; }
.giftcardaccount .btn-only { margin:0 0 15px; }

/* Gift Card Status Check */
.giftcard-status .gift-card-info,
.giftcard-status p.error-msg,
.giftcardaccount #giftcard_balance_lookup .gift-card-info,
.giftcardaccount #giftcard_balance_lookup p.error-msg { margin:10px 0 20px; }
.gift-card-info { margin:10px 0; padding:10px 10px 5px; border:1px dashed #d9d9d9; background:#fcf7f5; }
.gift-card-info p { font-size:12px; margin:0 0 5px; }
.gift-card-info .giftcard-number { font-weight:bold; }
.gift-card-info .form-list label {}
.gift-card-info .btn-only { padding-left:0; }

/* Reward Points */
.my-rewards .box { margin:0 0 30px; }
.my-rewards .info-box .box-title {  }
.my-rewards .info-box .box-content {  }
.my-rewards p.error { display:inline; color:#d91a00; }
.my-rewards dl { font-size:12px; }
.my-rewards dl dt { font-weight:bold; font-size:13px; margin-top:10px; }
.my-rewards dl dt span { color:#D92027; }
.my-rewards dl dd.last { margin:7px 0 0; }
.my-rewards .form-list label { width:auto; }
.my-rewards .form-list .control .input-box { position:static; margin:0 5px 0 0; }
.my-rewards .data-table small { display:block; font-size:1em; color:#808080; }

.my-rewards .sub-title { background: url(../images/box_title_bkg.gif) repeat-x 0 3px; margin: 15px 0; }
.my-rewards .sub-title h2 { padding-right: 15px; background: white; display: inline; text-transform: uppercase; color: #D92027; font-size: 15px; font-family: BauWeb-Medium, sans-serif; }

/* Order View */
.order-page h1 { font-size:22px; }
/*.order-info { height:30px; border-bottom:3px solid #F0F0F0; margin-bottom:30px; }*/
.order-info dt { display:none; }
.order-info li { 
    margin-right:5px;
}
.order-info li a { display:block; padding:2px 10px 0; background: #F0F0F0; font-size: 12px; color: #000; font-family: BauWeb-Bold, sans-serif; line-height: 28px; text-transform: uppercase; }
.order-info li a:hover { text-decoration:none; background: #333333; color:#fff; }
.order-info li strong { display:block; padding:2px 10px 0; background: #333333; font-size: 12px; color: #fff; font-family: BauWeb-Bold, sans-serif; line-height: 28px; text-transform: uppercase;  }

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

.order-info-box {}

.order-items { width:100%; overflow-x:auto; }
.order-items .table-caption { background:url(../images/box_title_bkg.gif) repeat-x 0 3px; margin:15px 0; }
.order-items .table-caption h2,
.order-items .table-caption h3 { padding-right: 15px; background: #fff; display: inline; text-transform: uppercase; color: #D92027; font-size: 15px; font-family: BauWeb-Medium, sans-serif; }
.order-items .data-table h3.product-name { font-size: 1em; font-weight: normal; font-family: BauWeb-bold; }

.order-items .table-caption a,
.order-items .subtitle a,
.order-items .sub-title a,
.order-items .table-caption a,
.order-items .box-head a,
.order-items .box-title a { float:right; background:#fff; padding-left:15px; font-family: BauWeb-Medium, sans-serif; }

.order-items .sub-title { background:url(../images/box_title_bkg.gif) repeat-x 0 3px; margin:15px 0; }
.order-items .sub-title h2 { padding-right: 15px; background: #fff; display: inline; text-transform: uppercase; color: #D92027; font-size: 15px; font-family: BauWeb-Medium, sans-serif; }

.order-items .box-title { background:none; }
.order-items .box-title h3 { background: none; font-weight: bold; font-family: BauWeb-Bold, sans-serif; color: black; font-size: 12px; }

.order-additional { margin:15px 0; }

.my-account .data-table h2.product-name { font-size: 1em; font-weight: normal; font-family: BauWeb-bold; }
.product-reviews-container {
    margin-bottom: 30px;
}
.product-review {}
/*.product-review .product-img-box { float:left; width:285px; }
.product-review .product-details { float:right; width:400px; }*/
.product-review .product-img-box .product-image { display:block; margin:0 0 15px; }
.product-review .product-img-box .label { font-family: BauWeb-Medium, sans-serif; margin-bottom:5px; }
.product-review .product-details .product-name { font-size:15px; font-weight:bold; color:#151515; line-height:19px; margin:0 0 10px; }
.product-review .product-details p.date { font-size:12px; font-style:italic; }
.product-review .product-details p { margin:10px 0; }
.product-review .product-details .ratings-table { margin:0 0 10px 0; }
/*.product-review .buttons-set { clear:both; padding:25px 0 0; }*/
.product-review .buttons-set {
    margin-top: 30px;
}

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

/* Wishlist */
.my-wishlist textarea { width:99%; height:3.9em; resize:vertical; line-height:1.3em; overflow:auto; }
.my-wishlist .product-name { font-size: 1em; font-weight: normal; font-family: BauWeb-bold; margin-bottom:8px; }
#wishlist-table .price-box { margin:3px 0; }
#wishlist-table td .description { margin:10px 0; max-height:3.9em; line-height:1.3em; overflow:hidden; word-wrap:break-word; max-width:345px; }
#wishlist-table td .description .inner { overflow:hidden; }
#wishlist-table td { padding:15px 10px; }
#wishlist-table th:first-child,
#wishlist-table td:first-child { padding-left:10px; padding-right:0; }
#wishlist-table td p { margin:5px 0 15px; }
#wishlist-table td.last { padding:4px 2px; width:1px; }
#wishlist-table td .price-box { font-size:12px; }
#wishlist-table td .price-box p { margin:0 0 5px; }
/*#wishlist-table td .truncated { float:left; width:auto; margin:5px 10px 15px 0; }*/
#wishlist-table .truncated {
    display: inline;
}
#wishlist-table .qty {
    height: 36px;
    margin-left: 0;
}
#wishlist-table td .truncated .show .item-options { top:-40px; right:100%; left:auto; margin-right:15px; line-height:1.2; }
#wishlist-table td .truncated .truncated_full_value .item-options dl { background-position:100% 0; }
#wishlist-table .item-manage { margin:0 0 0 0; float:left; }
#wishlist-table .item-manage .split-button { margin:10px 9px 0 0; }
#wishlist-table .item-manage .split-button .change { margin-left:2px; }
#wishlist-table .item-manage .split-button:last-child { margin-right:0; }
#wishlist-table .action-links-list {
    margin-top: 15px;
}
#wishlist-table .action-links-li {
    display: inline-block;
}
.wishlist-empty { font-size:12px; padding:15px 10px; text-align:center; }
p.wishlist-empty {border:1px solid #d0d0d0;}

.storecredit {}
.storecredit .sub-title { background: url(../images/box_title_bkg.gif) repeat-x 0 3px; margin: 15px 0; }
.storecredit .sub-title h2 { padding-right: 15px; background: white; display: inline; text-transform: uppercase; color: #D92027; font-size: 15px; font-family: BauWeb-Medium, sans-serif; }

.storecredit .table-caption { background: url(../images/box_title_bkg.gif) repeat-x 0 3px; margin: 15px 0; }
.storecredit .table-caption h2 { padding-right: 15px; background: white; display: inline; text-transform: uppercase; color: #D92027; font-size: 15px; font-family: BauWeb-Medium, sans-serif; }
/* Multiple Wishlist */

/* My Recommendations */
@media (max-width: 1023px) {
	.your-purchases img {
		width: 100px;
		display: inline;
		margin: 0 10px 0 0;
	}
	
	.your-purchases {
		margin-bottom: 20px;
	}
	.recommendations-scroller {
		margin-bottom: 20px;
	}
}

@media (min-width: 1024px) {
	.your-purchases img {
	  width: 100px;
	  display: block;
	  margin: 0 auto 10px;
	}
}
.view-more:hover{
	cursor: pointer;
}

.recommendations-scroller {
	position: relative;
	z-index: 1000;
	-webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}

.viewBox {
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.recommendations {
  position: relative;
  white-space: nowrap;
}

.recommendations img {
  width: 210px;
}

.recommendations span:hover {
  cursor: pointer;
}
.view-more {
	height: 30px;
	width: 30px;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	background-color: black;
	border-radius: 15px;
	position: absolute;
	top: 90px;
	z-index: 1000;
}
.view-more.backward {
	background-image: url('../images/arrows.png');
	background-position: top left;
	left: -15px;;
}

.view-more.forward {
	background-image: url('../images/arrows.png');
	background-position: right;
	right: -15px;
}

/* My Items / Title Search */
#title_search {
	background-color: #f2f2f2;
	padding: 10px;
	position: relative;
}

#title_search h3 {
	font-size: 1.8em;
	margin-bottom: 5px;
}

#title_search p {
	margin-bottom: 5px;
}

#title_search input[name=search_term] {
	height: 100%;
	padding-left: 5px;
	margin-right: 1px;
	display: inline;
	border-radius: 0;
	border: 1px solid #ccc;
	width: 200px;
}

#title_search button {
	height: 100%;
	border:1px solid  #D81F26;
}

#title_search .form-search {
	height: 28px;
	display: inline-block;
}

#title_search ul {
	margin-top: 10px;
}

#title_search li {
	display: inline;
	list-style: none;
	white-space: nowrap;
}

#title_search li input {
	margin-right: 5px;
}

#title_search_results {
	width: 100%;
}

#title_search_results_head {
	background-color: #f2f2f2;
	width: 100%;
	padding: 5px;
	font-weight: bold;
	white-space: nowrap;
}

#title_search_results_head #image-title {
	width: 110px;
	display: inline-block;
}

#results_product_list{
	height: 200px;
	overflow-y: scroll;
	overflow-x: hidden;
	width: 100%;
}

#results_product_list img {
	width: 100px;
}

#results_product_list h2 {
	position: relative;
	left: 120px;
	top: -90px;
	padding: 0;
}

#results_product_list h2 a {
	background: none;
}

#results_product_list li {
	position: relative;
	height: 100px;
	margin-top: 10px;
	display: block;
	padding: 0;
	
}

.no-br {
	white-space: nowrap;
}

span.toggle-myitem {
	border: 1px solid #e5e5e5;
	padding: 5px 10px;
	color: #888888;
	position: absolute;
	right: 5px;
	bottom: 5px;
}

.order-dates{
	width: 200px;
	margin: 0;
	padding: 0;
	text-align: right;
	position: relative;
}

.my-item-date {
	margin-left: 10px;
}
.item-main {
	position: relative;
}

.toggle-myitem {
	position: absolute;
	bottom: 5px;
	right: 5px;
	max-width: 170px;
}	

@media(max-width: 1023px){
	button.remove-myitem {
		bottom: 0 !important;
	}
	td.toggle-td {
		display: block;
		clear: both;
		position: absolute;
		bottom: -27px;
	}
	.item-link-row {
		padding-bottom: 20px;
	}
	.item-link-row td {
		border: none;
	}
	.description-container {
		margin-bottom: 10px;
	}
}

	td.toggle-td > .toggle-myitem {
		bottom: 10px;
	}

button.toggle-myitem {
	height: 27px;
	background-color: #D81F26;
	color: #ffcf06;
	padding: 5px;
	font-weight: bold;
	border: 1px solid #D81F26;
	-webkit-transition: 0.5s; /* Safari */
	transition-property: all;
    transition:  0.5s;
}

button.toggle-myitem.remove {
	color: #D81F26;
	background-color:#E5E5E5;
	border: 1px solid #D81F26;
}

button.toggle-myitem:hover {
	border: 1px solid #D81F26;
	background: #e5e5e5;
	color: #D81F26;
}

button.toggle-myitem.remove:hover {
	background: #D81F26;
	color: #e5e5e5;
}

button.remove-myitem {
 	color: #D81F26;
 	font-weight: bold;
	background-color:#E5E5E5;
	padding: 5px 10px;
	white-space: nowrap;
	border: 1px solid #D81F26;
	-webkit-transition: 0.5s; /* Safari */
	transition-property: all;
    transition:  0.5s;
    position: absolute;
    bottom: 10px;
    right: 0;
}

button.remove-myitem:hover{
	color: #e5e5e5;
	background-color: #D81F26;	
}

#results_product_list li:hover{
	background-color: #f2f2f2;
}

#results_product_list .series-name {
	color: #d81f26;
	font-family: BauWeb-Medium,sans-serif;
	font-size: 1.2em;
}

#results_product_list .episode-name {
	color: #000;
	font-family: BauWeb-SuperItalic;
	font-size: 1.6em;
}

td.toggle-td{
	border: none;
	position: relative;
	border: none;
}

#results_product_list button {
	position: absolute;
	right: 15px;
    bottom: 0;
    color: #ffcf06;
    background-color: #d81f26;
    text-transform: uppercase;
    padding: 5px 10px;
    font-weight: bold;
    }

#title_search_results hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #e2e2e2;
	margin: 1em;
	padding: 0;
}

#title_search_message {
	padding: 5px;
	padding-top: 10px;
	border: 2px solid #d92027;
	border-radius: 3px;
	margin-top: 10px;
	font-size: 1.2em;
}

.description-toggle:hover{
	cursor: pointer;
}

/* Footer ================================================================================ */
.footer-container {}
.footer {
    margin: 20px auto;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}
.footer .block-content {
    padding-left: 10px;
    padding-right: 10px;
}
/*.footer .block-subscribe { width:244px; float:left; margin-right:30px; }*/
.footer .block-subscribe .input-text { width:115px; }
/*.footer .block-subscribe .content { padding:15px 0; }*/
/*.footer .block-contact { width:214px; float:left; margin-right:30px; }*/
/*.footer .block-contact .content { color:#ffcf06; padding:15px 0; text-transform:uppercase; font-family: BauWeb-Medium, sans-serif; font-size:14px;  }*/
/*.footer .block-contact .content a { color:#ffcf06; text-decoration:none; }*/
/*.footer .block-contact .content a:hover { color:#fff; }*/
.footer .content a {
    color: #ffcf06;
    text-decoration: none;
}
.footer .content a:hover {
    color: #fff;
}
/*.footer .block-policies { width:214px; float:left; margin-right:30px; }*//*
.footer .block-policies .content { color:#ffcf06; padding:15px 0; text-transform:uppercase; font-family: BauWeb-Medium, sans-serif; font-size:14px;  }*/
/*.footer .block-policies .content a { color:#ffcf06; text-decoration:none; }*/
/*.footer .block-policies .content a:hover { color:#fff; }*/
/*.footer .block-social { width:244px; float:left; }*/
.footer .content {
    color: #ffcf06;
    padding: 15px 0;
    text-transform: uppercase;
    font-family: BauWeb-Medium, sans-serif;
    font-size: 14px;
}
/*.footer .block-social .social-links { margin:15px 0; }*/
.footer .social-links {
    margin: 15px 0;
    display: table;
    margin: 0 auto;
}

.footer .block-social .social-link { width:32px; height:30px; float:left; margin-right:3px; }
/*.footer .block-social .social-link a { display:block; width:32px; height:30px; overflow:hidden; text-indent:-999px; }*/
.footer .block-social .social-link a {
    display: block;
    width: 32px;
    height: 30px;
    overflow: hidden;
    text-indent: -999px;
    background-image: url(../images/socialsprite.png);
    background-repeat: no-repeat;
    background-size: 32px;
}
/*.footer .block-social .social-soundcloud a {background:url(../images/social_soundcloud.gif) no-repeat 50% 0%; }
.footer .block-social .social-facebook a {background:url(../images/social_facebook.gif) no-repeat 50% 0%; }
.footer .block-social .social-twitter a {background:url(../images/social_twitter.gif) no-repeat 50% 0%; }
.footer .block-social .social-rss a {background:url(../images/social_rss.gif) no-repeat 50% 0%; }
.footer .block-social .social-tumblr a {background:url(../images/social_tumblr.gif) no-repeat 50% 0%; }
.footer .block-social .social-flickr a {background:url(../images/social_flickr.gif) no-repeat 50% 0%; }
.footer .block-social .social-pinterest a {background:url(../images/social_pinterest.gif) no-repeat 50% 0%; }
.footer .block-social .social-google a {background:url(../images/social_google.gif) no-repeat 50% 0%; }*/
.footer .block-social .social-link a:hover { background-position:50% 100%; }
.footer .block-social .social-soundcloud a {
    background-position: 0 1px;
}
.footer .block-social .social-facebook a {
    background-position: 0 -72px;
}
.footer .block-social .social-twitter a {
    background-position: 0 -145px;
}
.footer .block-social .social-flickr a {
    background-position: 0 -218px;
}
.footer .block-social .social-pinterest a {
    background-position: 0 -290px;
}
.footer .block-social .social-tumblr a {
    background-position: 0 -363px;
}
.footer .block-social .social-youtube a {
    background-position: 0 -435px;
}
.footer .block-social .social-instagram a{
	background-position: 0 -507px;
}


.footer .block-social .social-soundcloud a:hover {
    background-position: 0 -29px;
}
.footer .block-social .social-facebook a:hover {
    background-position: 0 -102px;
}
.footer .block-social .social-twitter a:hover {
    background-position: 0 -175px;
}
.footer .block-social .social-flickr a:hover {
    background-position: 0 -248px;
}
.footer .block-social .social-pinterest a:hover {
    background-position: 0 -320px;
}
.footer .block-social .social-tumblr a:hover {
    background-position: 0 -393px;
}
.footer .block-social .social-youtube a:hover {
    background-position: 0 -465px;
}
.footer .block-social .social-instagram a:hover{
	background-position: 0 -537px;
}

.footer .block-social .social-rss a {background:url(../images/social_rss.gif) no-repeat 50% 0%; }
.footer .block-social .social-google a {background:url(../images/social_google.gif) no-repeat 50% 0%; }
.footer .block-social .social-google { margin-right:0; }

.footer .title { font-family: BauWeb-Bold, sans-serif; text-transform:uppercase; font-size:15px; border-bottom:8px solid #ffcf06; line-height:40px; }
.footer .copyright { text-align:center; display:block; font-size:13px; }
/* ======================================================================================= */

.cms-home {}
/*.cms-home .products-grid { margin:0; }
.cms-home .products-grid .item { width:132px; height:132px; }
.cms-home .products-grid .item a { width:132px; height:132px; }
.cms-home .products-grid h2.product-name a { width:102px; overflow:hidden; }
.cms-home .widget-new-products .widget-title { margin:25px 0; }*/
/*.cms-home .widget-products .product-image {
    width: inherit;
    height: inherit;
}*/
.cms-home .featured-products { margin-bottom:15px;}
.cms-home .featured-products .widget-product-link { float:right; margin:0 0 0 30px; }
/*.cms-home .featured-nav { float:left; width:214px; height:214px; padding-top:10px; }*/
/*.cms-home .featured-nav {
    text-align:center;
    width: 214px;
    height: 214px; 
 }*/
.cms-home .featured-nav li {
    padding: 17.1px 10px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: BauWeb-Bold, sans-serif;
    font-size: 15px;
    background: #FFCE05;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.cms-home .featured-nav li:not(:first-child) {
    margin-top: 5px;
}
.cms-home .featured-nav li:hover { background:#d92027; }
.cms-home .featured-nav li a { display:block; color:#000; text-decoration:none; }
.cms-home .featured-nav li a:hover { text-decoration:none; }
.cms-home .featured-nav li:hover a { color:#fff; }
.cms-home .banner { margin-bottom:30px; }


.theme-default .nivoSlider {
	position:relative;
	background:#fff url(../images/loading.gif) no-repeat 50% 50%;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	position:absolute;
	top:30px;
	left:30px;
	background:#fff;
	padding:3px 5px;
	z-index:900;
	-moz-border-radius: 0 0 15px 0;
	border-radius: 0 0 15px 0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-controlNav { opacity: 0.5; }
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}


/* 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 .item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.subcat-listing:after,
.products-grid:after,
.products-list .item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews .item:after,
.box-tags .item:after,
.product-view .box-reviews dt: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,
.product-reviews-container:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell .item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.opc-wrapper: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; }
/* ======================================================================================= */
/* DEV ONLY */
/*.item-inner {
    outline: solid thin #ccc;
}*/
#layered-nav-toggler,
.layered-nav-toggle-label,
.layered-nav-close-wrap {
    display: none;
}


/* styles to override pds survey box */
.pds-box {
    width: auto!important;
    max-width: 650px;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    
}
/* Responsive Layered Navigation */
@media (max-width: 767px) {

    .main-nav-sub-container {
        width: 320px;
    }
    .main-nav-sub-container-inner-mobile ul{
		padding: 0;
		margin: 0;
		font-family: BauWeb, sans-serif; 
		font-weight: 800;
    }
    .main-nav-sub-container-inner-mobile ul.account-other {
	    background-color: #000;
	    padding: 0;
    }
    .main-nav-sub-container-inner-mobile ul.account-other li {
	    padding: 15px 0;
	    border-bottom: 2px solid #262626;
    }
    .main-nav-sub-container-inner-mobile ul.account-other li:last-child {
	    border-bottom: none;
    }
    .main-nav-sub-container-inner-mobile ul.account-other li a,
    .main-nav-sub-container-inner-mobile ul.account-other li a span {
	    color: #fff;
    }
    .main-nav-sub-container-inner-mobile ul li {
	    text-align: center;
	    padding: 10px 0;
	    font-size: 16px;
	    text-transform: uppercase;
	    cursor: pointer;
    }
    .header .header-callout .main-nav-sub-container-inner-mobile ul li ul li span,
    .header .header-callout .main-nav-sub-container-inner-mobile .nav-callout2 ul li a {
	    font-weight: 100;
	    color: #000;
    }
    .header .header-callout .main-nav-sub-container-inner-mobile ul li ul li .main-nav-submenu-mobile {
	    border-top: 2px solid #f4f4f4;
	    border-bottom: 2px solid #f4f4f4;
	    margin-top: 10px;
    }
    .main-nav-sub-container-inner-mobile > ul.secondary-menu > li:first-child,
    .main-nav-sub-container-inner-mobile .nav-callout2 span {
	    background-color: #FFCE05;
	    border-bottom: 2px solid #E6B200;
    }
    .main-nav-sub-container-inner-mobile > ul.secondary-menu > li:first-child > span,
    .main-nav-sub-container-inner-mobile .nav-callout2 span {
	    color: #000;
    }
    .main-nav-sub-container-inner-mobile > ul.secondary-menu > li:first-child {
	    padding: 0;
    }
    .main-nav-sub-container-inner-mobile > ul.secondary-menu > li:first-child > span {
	    padding: 10px 0;
	    display: block;
    }
    .main-nav-sub-container-inner-mobile > ul.secondary-menu > li:first-child > ul {
	    background-color: #fff;
    }
    .main-nav-sub-container-inner-mobile ul li.no-padding {
	    padding: 0;
    }
    .main-nav-sub-container-inner-mobile .nav-callout2 {
	    padding: 0;
	    margin: 0;
    }
    .main-nav-sub-container-inner-mobile .nav-callout2 span {
	    display: block;
	    padding: 10px 0;
    }
    .main-nav-sub-container-inner-mobile .nav-callout {
	    display: none;
    }
    .submenu-list-wrap {
	    padding: 0;
    }
    .main-nav-submenu.clickMenu-active {
        top: 0;
    }
    .main-nav-submenu {
        height: 293px;
        left: 0;
        top: 0;
        transition: transform 0.15s linear 0s;
        -moz-transition: -moz-transform 0.15s linear 0s;
        -webkit-transition: -webkit-transform 0.15s linear 0s;

        transform: translateX(-120%);
        -moz-transform: translateX(-120%);
        -webkit-transform: translateX(-120%);
    }
    .main-nav-submenu-list {
        transition:  0.15s linear 0s;
        -moz-transition: 0.15s linear 0s;
        -webkit-transition: 0.15s linear 0s;
    }
   /* iPads (portrait and landscape) ----------- */
    
    .nav-controllers-container {
        border-top: solid 1px #000;
        border-bottom: solid 1px #000;
    }
    .nav-controllers+.nav-controllers {
        border-left: solid 1px #000;
    }
    .nav-controllers {
        background-color: #ffcf06;
        color: #000;
        float: left;
        width: 33.3333333%;
        padding: 10px;
        font-size: 1.2em;
        text-align: center;
    }
    .nav-controllers:active,
    .nav-controllers:focus {
        color: #fff;
    }
    .collapse {
        display: none;
    }
    .collapse-menu {
        position: absolute;
        left: 0;
        width: 100%;
        z-index: 500;
    }
    .anchor-title:hover {
        cursor: pointer;
    }
    .burger {
        background-color: #ffcf06;
        display: block;
        height: 3px;
        margin-bottom: 2px;
        width: 20px;
    }
    .block .anchor-title strong {
        color: #FFCF06;
        transition: all 0.2s ease 0s;
        -moz-transition:  all 0.2s ease 0s;
        -o-transition:  all 0.2s ease 0s;
    }
    .block .anchor-title strong:hover {
        color: #fff;
    }
    .anchor-title {
        color: #ffcf06;
        background: #333;
    }
    .account-menu {
        background-color: #E5E5E5;
        padding-left: 30px;
    }
    .account-menu > li a {
        display: inline-block;
    }
    .layered-nav-toggle-label, .layered-nav-close-wrap {
        display: block!important;
    }
    .block-layered-nav {
        height: 480px;
        min-height: 100%;
        left: -999px;
        max-width: 320px;
        overflow-y: auto;
        position: fixed;
        top: 0;
        z-index: 999;
        background-color: #E5E5E5;
        transition: all 0.3s linear 0s;
        -moz-transition: all 0.3s linear 0s;
        -webkit-transition: all 0.3s linear 0s;
    }
    #layered-nav-toggler:checked+.block-layered-nav {
        left: 0!important;
    }
    .layered-nav-close-wrap {
        float: right;
    }
    .layered-nav-toggle-label {
        background-color: #000000;
        color: #ffcf06;
        text-align: right;
    }
    .layered-nav-toggle-label:hover {
        cursor: pointer;
        color: #fff;
    }
    .search-by-filter {
        margin-left: -15px;
        margin-right: -15px;
        padding: 7px 15px 5px;
    }
    .layered-nav-close-wrap .layered-nav-toggle-label {
        margin-left: -85px;
        margin-top: 10px;
        position: fixed;
        padding: 8px 7px 5px;
        letter-spacing: 1px;
        font-size: 14px;
    }
    #narrow-by-list {
        padding-bottom: 300px;
    }
    /* Footer Mobile */
    .footer {
	    padding: 0;
	    margin: 0;
	    background-color: #FFCE05;
    }
    .footer .row {margin: 0;}
    .footer .block-content {padding: 0; text-align: center;}
    .footer .block-content .title {
	    font-family: BauWeb, sans-serif;
	    font-size: 18px;
    }
    .footer .block-content .block-subscribe {}
    .footer .block-content .block-subscribe .title {
	    background-color: #000;
	    border-bottom: none;
	    line-height: 50px;
	    font-family: BauWeb-Medium, sans-serif;
    }
    .footer .block-content .block-subscribe .content {
	    padding: 0;
	    -webkit-box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.3);
	    -moz-box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.3);
	    box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.3);
    }
    .footer .block-content .block-subscribe .content form {
        position: relative;
		display: block;
    }
    .footer .block-content .block-subscribe .content form .input-text {
	    width: 100%;
	    padding: 5px 10px;
	    font-size: 20px;
	    height: 44px;
	    font-family: BauWeb, sans-serif;
	    border: none;
	    border-top: 3px solid #DEDEDE;
    }
    .footer .block-content .block-subscribe .content form button {
	    position: absolute;
	    top: 0;
	    right: 0;
    }
    .footer .block-content .block-subscribe .content form button span {
	    height: auto;
    }
    .footer .block-content .block-subscribe .content form button span span {
	    height: auto;
	    font-family: BauWeb-Medium, sans-serif;
	    font-size: 14px;
	    color: #fff;
	    display: block;
	    line-height: 44px;
		padding: 0 20px;
    }
    .footer .block-content.toggle {
	    margin: 20px 0;
    }
    .footer .block-content.block-contact {
	    border-bottom: 2px solid #E6B200;
    }
    .footer .block-content.toggle .title {
	    color: #000;
    }
    .footer .block-content.toggle .title span:after {
		content: "\f107";
		font-family: FontAwesome;
		padding-left: 10px;
		font-size: 20px;
		line-height: 18px;
	}
	.footer .block-content.toggle .title.open span:after {
		content: "\f106";
		font-family: FontAwesome;
	}
    .footer .block-content.toggle .content {
	    display: none;
	    border-top: 2px solid #f4f4f4;
		border-bottom: 2px solid #f4f4f4;
		background-color: #fff;
    }
    .footer .block-content.toggle .content.open {
	    display: block;
    }
    .footer .block-content.toggle .content a {
	    color: #000;
    }
    .footer .block-content.toggle .content ul li {
	    padding: 10px 0;
	    font-family: BauWeb, sans-serif;
	    font-size: 16px;
    }
    .footer .block-content.block-social .title {
	    display: none;
    }
    .footer .social-links {
	    margin: 0 auto;
	}
	
	.footer .block-social .social-link { width:30px; height:30px; float:left; margin: 0 10px; }
	.footer .block-social .social-link a {
	    display: block;
	    width: 30px;
	    height: 30px;
	    overflow: hidden;
	    border-radius: 15px;
	    padding-top: 4px;
	    color: #FFCE05;
	    background-color: #3B2F01;
	    text-indent: inherit;
	    background-image: none;
	    font-size: 18px;
	}
	.footer .block-social .social-link a:before { 
		width: inherit;
	    height: inherit;
	    display: inline-block;
	    font-family: FontAwesome;
	    text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "";
	}
	.footer .block-social .social-soundcloud a:before {
	    content: "\f1be";
	}
	.footer .block-social .social-facebook a:before {
	    content: "\f09a";
	}
	.footer .block-social .social-twitter a:before {
	    content: "\f099";
	}
	.footer .block-social .social-flickr a:before {
	    content: "\f16e";
	}
	.footer .block-social .social-pinterest a:before {
	    content: "\f231";
	}
	.footer .block-social .social-tumblr a:before {
	    content: "\f173";
	}
	.footer .block-social .social-youtube a:before {
	    content: "\f16a";
	}
	.footer .block-social .social-instagram a:before {
	    content: "\f16d";
	}

    .footer .copyright {color: #000; padding-bottom: 20px;}
}
@media (min-width: 600px) {
    .main-nav-sub-container.clickMenu-active {
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        left: 50%;
    }
    .main-nav-sub-container {
        position: absolute;
        top: 40px;
    }
    .form-list li.wide input.input-text,
    .form-list li.wide textarea,
    .form-list li.wide select {
        width: 60%
    }
}
@media (max-width: 599px) {
    .main-nav-sub-container {
        position: fixed;
        top: 0;
    }
    .form-list li.wide input.input-text,
    .form-list li.wide textarea,
    .form-list li.wide select {
        width: 100%;
    }
    .main-nav-sub-container.clickMenu-active {
        left: 0;
        width: 100%;
    }
    .main-nav-submenu {
        width: 100%;
        display: inline-block;
    }
     .footer .block-content .block-subscribe .title {
	    font-size: 15px;
    }
}
/* Media Queries */
@media (min-width: 320px) and (max-width: 479px) {
}

@media (min-width: 480px) and (max-width: 767px) {

}

@media (min-width: 768px) and (max-width: 1023px) {
    .main-nav-sub-container {
        width: 600px;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
}

@media (min-width: 320px) {}
@media (min-width: 480px) {
    /*.main-nav-sub-container:before {
        left: 0;
    }*/
    .header .header-top {
        padding-left: 30px;
        padding-right: 30px;
    }
    #nav li a {
        /*background:url(../images/nav_div.gif) no-repeat 100% 50%;*/
    }
    .after-divider:after {
        content: "/";
        display: inline-block;
        margin: 0 0.618em;
    }
}
@media (min-width: 481px) {
    .col-main {
        padding: 30px;
    }
    .products-grid .item {
        padding: 10px 10px 0;
    }
    .header .header-cart, .header .links {
       float: right;
    }
    .header .header-cart .checkout-link:after {
        color: #d92027;
        content: "/";
        display: inline-block;
        margin: 0 .618em;
    }
    .page-title h1, .page-title h2 {
        font-size: 35px;
    }
    .dashboard .sub-title a, .dashboard .subtitle a, .dashboard .table-caption a, .dashboard .box-head a, .dashboard .box-title a {
        float: right;
    }
    .header .header-callout {
    }
}
@media (min-width: 768px) {
    .order-info {
        border-bottom: 3px solid #F0F0F0;
        margin-bottom: 30px;
    }
    .order-info li { 
        float: left;
    }
    .three-columns {
        min-width: 600px;
        -webkit-column-count: 3; /* Chrome, Safari, Opera */
        -moz-column-count: 3; /* Firefox */
        column-count: 3;
    }
    .main-nav-item {
        float: left;
    }
    .main-nav-sub-container:before {
        content:"";
        display: table;
        width:57px;
        height:28px;
        background:url(../images/nav_arrow.png) no-repeat 50% 100%;
        position:absolute;
        top:-28px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .main-nav-sub-container {
        padding: 30px;
    }
    .main-nav-sub-container-inner {
        padding-left: 30px;
        padding-right: 30px;
    }
    .main-nav-submenu {
        left: -10000px;
    }
    .nav-controllers-container {
        display: none;
    }
    .t-label {
        display: none;
    }
    .opc-progress-container {
        position: absolute;
        height: 100%;
        max-width: 25%;
        background-color: #E5E5E5;
    }
    .customer-account-forgotpassword .col-main {
        max-width: 600px;
        margin: 0 auto;
    }
    .opc.opc {
        padding-left: 80px;
    }
    .col2-left-layout .col-main {
        float: right;
    }
    .col2-left-layout .main {
        position: relative;
    }
    .wallpaint {
        position: absolute!important;
        top: 0;
        bottom: 0;
        background-color: #E5E5E5;
    }
}
@media (min-width: 1024px) {
    .main-nav-sub-container {
        width: 720px;
    }
    .btn-remove2 {
        display: block;
        width: 16px;
        height: 16px;
        font-size: 0;
        line-height: 0;
        background: url(../images/btn_remove.gif) 0 0 no-repeat;
        text-indent: -999em;
        overflow: hidden;
    }
    .t-right {
        text-align: right;
    }
    .t-center {
        text-align: center;
    }
}
@media (min-width: 1200px) {
    .header .form-search .input-text {
        width: 120px;
    }
}
@media (max-width: 320px) {
    .header .header-top {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px;
    }
}
@media (max-width: 479px) {
    .header .header-cart {
        clear: both;
    }
    .products-grid .item {
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 480px) {
    .products-grid .item {
        padding: 5px;
    }
    .page-title h1, .page-title h2 {
        font-size: 30px;
    }
    .dashboard .sub-title a, .dashboard .subtitle a, .dashboard .table-caption a, .dashboard .box-head a, .dashboard .box-title a {
        display: block;
        text-align: right;
    }
    .header .header-callout {
    }
    .mobile-sm-none {
        display: none!important;
    }
    .header .audio-e {
	    font-size: 11px;
    }
}
@media (max-width: 767px) {
    .table-specs > tbody > tr,
    .table-specs > tbody > tr > td {
        display: block;
    }
    .product-img-box {
        margin-bottom: 30px;
    }
    body:not(.cms-home) .col-main {
        padding: 25px 0;
    }
    body.cms-home .col-main {
        padding: 0;
    }
    .header .quick-access {
        padding-bottom: 10px;
    }
    .header .header-top {
	    background-image: url(../images/tag-background.png);
	    background-repeat: no-repeat;
	    background-size: 50% 100%;
	    background-position: right top;
	    padding: 0;
    }
    .header .header-top .tag-line-wrap {
		width: 50%;
		padding: 3% 20px 0 6%;
    }
    .header .header-callout {
	    background-image: none;
	    background-color: #fff;
	    padding-top: 0;
	    min-height: 50px;
	    border-bottom: 4px solid #DEDEDE;
    }
    .main-nav-item {margin: 0;}
    .main-nav-item .col-xs-1 {
	    text-align: center;
		font-size: 20px;
		padding: 15px 0 0;
		color: #000;
		height: 50px;
		width: 12.5%;
		position: static;
    }
    .main-nav-item .col-xs-1 a,
    .main-nav-item .col-xs-1 a:hover {
	    color: #000;
    }
    .main-nav-item .col-xs-1.mobile-cart-wrap a {position: relative;}
    .main-nav-item .col-xs-1 span.amount {
	    background-color: #D81F26;
	    -webkit-border-radius: 12px;
	    -moz-border-radius: 12px;
	    -ms-border-radius: 12px;
	    -o-border-radius: 12px;
	    border-radius: 12px;
	    display: inline-block;
	    top: 2px;
	    position: absolute;
	    z-index: 5;
	    width: 12px;
	    left: 12px;
	    height: 12px;
	    color: #FFFFFF;
	    font-size: 7px;
	    line-height: 14px;
		text-align: center;
    }
    .main-nav-item .catagory-nav.open,
    .main-nav-item .mobile-search-icon.open {
	    background-color: #000;
	    color: #fff;
    }
    .header .audio-e {
	    color: #D81F26;
	    text-align: center;
	    font-family: BauWeb-Medium, sans-serif;
	    text-transform: uppercase;
	    border-right: 1px solid #DEDEDE;
	    font-size: 14px;
	    height: 50px;
	    border-left: 1px solid #DEDEDE;
	    padding: 18px 5px 0 5px;
	    width: 50%;
    }
    .clickMenu-menu-target-mobile,
    .nav-callout2 ul {
	    display: none;
	    clear: both;
    }
    .clickMenu-menu-target-mobile.open,
    .nav-callout2 ul.open {
	    display: block;
    }
    .mobile-search-wrap {display: none;}
    .mobile-search-wrap.open {
	    display: block;
	    position: absolute;
	    z-index: 10;
	    top: 0;
	    height: 50px;
	    background-color: #fff;
	    left: 0;
	    width: 88%;
	}
	.secondary-menu > li > span:after,
	.secondary-menu > li > ul > li.parent > span:after,
	.main-nav-sub-container-inner-mobile .nav-callout2 > span:after {
		content: "\f107";
		font-family: FontAwesome;
		padding-left: 10px;
		font-size: 20px;
		line-height: 18px;
	}
	.secondary-menu > li > span.open:after,
	.secondary-menu > li > ul > li.parent > span.open:after,
	.main-nav-sub-container-inner-mobile .nav-callout2 > span.open:after {
		content: "\f106";
		font-family: FontAwesome;
	}
	.header .mobile-search-wrap .form-search {
		text-align: center;
	}
	.header .mobile-search-wrap .form-search .input-text {
		max-width: inherit;
		width: 70%;
	}
}
@media (max-width: 500px) {
    .header .audio-e {
	    font-size: 10px;
    }
}
@media (max-width: 1023px) {
    .main-nav-sub-container li > a,
    .main-nav-sub-container .link {
        font-size: 14px;
    }
    /* Data Tables */
    .data-table > tbody {
        border-bottom: solid 1px #ccc;
    }
    .data-table > tbody > tr:before,
    .data-table > tbody > tr:after {
        content: "";
    }

    .data-table > tbody > tr:after {
        clear: both;
        display: block;
    }

    .data-table > tbody > tr {
        display: block;
        margin-bottom: 10px;
    }
    .data-table > tbody > tr > [data-th]:before {
        content: attr(data-th);
    }
    .table-a-left > tbody > tr > [data-th]:before {
        display: inline-block;
        text-align: left;
        width: 35%;
        vertical-align: top;
    }
    .table-a-left .td-value {
        display: inline-block;
        width: 50%
    }
    .table-a-right > tbody > tr > td {
        text-align: right;
    }
    .table-a-right .td-value {
        display: inline-block;
        margin-left: 20px;
        min-width: 100px;
        text-align: left;
    }
    .data-table > thead {
        display: none;
    }
    .data-table > tbody > tr > td {
        float: left;
        width: 100%;
    }
    .data-table tfoot {
        display: table-row;
        float: right;
    }
    /* Give borders to TD */
    .td-border > tbody > tr > td {
        border-left: solid thin #ccc;
        border-right: solid thin #ccc;
        border-top: solid thin #ccc;
    }
    .td-border td.last {
        border-bottom: solid thin #ccc;
    }

    /* TD columns */
    .data-table .td-col-2 {
        width: 50%;
    }
    .td-border .td-col-2:nth-child(even) {
        border-left: none;
    }
    .data-table .td-col-3 {
        width: 33.3333333333%;
    }
    .td-border .td-col-3:nth-child(even) {
        border-left: none;
        border-right: none;
    }
    
/* @media (max-width: 1023px) */
    .cart-shipping {
        margin-bottom: 40px;
    }
    .data-table .cart-price,
    .data-table .qty {
        display: inline-block;
        min-width: 50px;
        margin-left: 10px;
    }
    .btn-remove2 {
        background: url("../images/btn_remove.gif") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
        display: inline-block;
        padding-left: 15px;
    }
    .toolbar-bottom .pager {
        width: 100%;
        text-align: right;
        margin-bottom: 10px;
    }
    #wishlist-table .product-image {
        display: block;
        text-align: center;
    }
}
@media (min-width: 600px) and (max-width: 1023px) {
    /* TR columns */
    .table-col-2 [data-th="Product Name"] {
        min-height: 140px;
    }
    .table-col-2 > tbody > tr {
        float: left;
        width: 49%;
        margin-top: 1%;
        margin-bottom: 1%;
    }
    .table-col-2 > tbody > tr.odd {
        margin-right: 2%;
    }

    .td-title {
        min-height: 70px;
    }
}
@media (max-width: 1024px) {}
@media (max-width: 1200px) {
    .header .form-search {
        clear: both;
        text-align: left;
    }
    .header .form-search .input-text {
        width: 65%;
        max-width: 320px;
        max-width: 630px;
    }
}
/* End Media Queries */

/* Twitter Bootstrap grid system - TW 10/09/2014 */
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.row.reduced-padding {
    margin-left: -5px;
    margin-right: -5px;
}
@media (max-width: 767px) {
	.row,
	.row.reduced-padding {
	    margin-left: 0;
	    margin-right: 0;
	}
}
.row:before,
.row:after {
    display: table;
    content: "";
}
.row:after {
    clear: both;
}
.main { background-color:#fff; }
@media (min-width:768px) and (max-width:967px) { .main, .header, .footer { width: 768px; } }
@media (min-width: 1024px) and (max-width:1199px) { .main, .header, .footer { width: 992px; } }
@media (min-width: 1200px) { .main, .header, .footer { max-width: 1024px; } }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12,
.col-smh-1, .col-smh-2, .col-smh-3, .col-smh-4, .col-smh-5, .col-smh-6, .col-smh-7, .col-smh-8, .col-smh-9, .col-smh-10, .col-smh-11, .col-smh-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.reduced-padding .col-xs-1, .reduced-padding .col-sm-1, .reduced-padding .col-md-1, .reduced-padding .col-lg-1, .reduced-padding .col-xs-2, .reduced-padding .col-sm-2, .reduced-padding .col-md-2, .reduced-padding .col-lg-2, .reduced-padding .col-xs-3, .reduced-padding .col-sm-3, .reduced-padding .col-md-3, .reduced-padding .col-lg-3, .reduced-padding .col-xs-4, .reduced-padding .col-sm-4, .reduced-padding .col-md-4, .reduced-padding .col-lg-4, .reduced-padding .col-xs-5, .reduced-padding .col-sm-5, .reduced-padding .col-md-5, .reduced-padding .col-lg-5, .reduced-padding .col-xs-6, .reduced-padding .col-sm-6, .reduced-padding .col-md-6, .reduced-padding .col-lg-6, .reduced-padding .col-xs-7, .reduced-padding .col-sm-7, .reduced-padding .col-md-7, .reduced-padding .col-lg-7, .reduced-padding .col-xs-8, .reduced-padding .col-sm-8, .reduced-padding .col-md-8, .reduced-padding .col-lg-8, .reduced-padding .col-xs-9, .reduced-padding .col-sm-9, .reduced-padding .col-md-9, .reduced-padding .col-lg-9, .reduced-padding .col-xs-10, .reduced-padding .col-sm-10, .reduced-padding .col-md-10, .reduced-padding .col-lg-10, .reduced-padding .col-xs-11, .reduced-padding .col-sm-11, .reduced-padding .col-md-11, .reduced-padding .col-lg-11, .reduced-padding .col-xs-12, .reduced-padding .col-sm-12, .reduced-padding .col-md-12, .reduced-padding .col-lg-12 {
  padding-left: 5px;
  padding-right: 5px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.a-xs-right { text-align: right; }
.a-xs-center { text-align: center; }
.col-xs-12 {width: 100%;}
.col-xs-11 {width: 91.66666666666666%;}
.col-xs-10 {width: 83.33333333333334%;}
.col-xs-9 {width: 75%;}
.col-xs-8 {width: 66.66666666666666%;}
.col-xs-7 {width: 58.333333333333336%;}
.col-xs-6 {width: 50%;}
.col-xs-5 {width: 41.66666666666667%;}
.col-xs-4 {width: 33.33333333333333%;}
.col-xs-3 {width: 25%;}
.col-xs-2 {width: 16.666666666666664%;}
.col-xs-1 {width: 8.333333333333332%;}
.col-xs-pull-12 {right: 100%;}
.col-xs-pull-11 {right: 91.66666666666666%;}
.col-xs-pull-10 {right: 83.33333333333334%;}
.col-xs-pull-9 {right: 75%;}
.col-xs-pull-8 {right: 66.66666666666666%;}
.col-xs-pull-7 {right: 58.333333333333336%;}
.col-xs-pull-6 {right: 50%;}
.col-xs-pull-5 {right: 41.66666666666667%;}
.col-xs-pull-4 {right: 33.33333333333333%;}
.col-xs-pull-3 {right: 25%;}
.col-xs-pull-2 {right: 16.666666666666664%;}
.col-xs-pull-1 {right: 8.333333333333332%;}
.col-xs-push-12 {left: 100%;}
.col-xs-push-11 {left: 91.66666666666666%;}
.col-xs-push-10 {left: 83.33333333333334%;}
.col-xs-push-9 {left: 75%;}
.col-xs-push-8 {left: 66.66666666666666%;}
.col-xs-push-7 {left: 58.333333333333336%;}
.col-xs-push-6 {left: 50%;}
.col-xs-push-5 {left: 41.66666666666667%;}
.col-xs-push-4 {left: 33.33333333333333%;}
.col-xs-push-3 {left: 25%;}
.col-xs-push-2 {left: 16.666666666666664%;}
.col-xs-push-1 {left: 8.333333333333332%;}
.col-xs-offset-12 {margin-left: 100%;}
.col-xs-offset-11 {margin-left: 91.66666666666666%;}
.col-xs-offset-10 {margin-left: 83.33333333333334%;}
.col-xs-offset-9 {margin-left: 75%;}
.col-xs-offset-8 {margin-left: 66.66666666666666%;}
.col-xs-offset-7 {margin-left: 58.333333333333336%;}
.col-xs-offset-6 {margin-left: 50%;}
.col-xs-offset-5 {margin-left: 41.66666666666667%;}
.col-xs-offset-4 {margin-left: 33.33333333333333%;}
.col-xs-offset-3 {margin-left: 25%;}
.col-xs-offset-2 {margin-left: 16.666666666666664%;}
.col-xs-offset-1 {margin-left: 8.333333333333332%;}

/* an added grid breakpoint patched between sm and xs. smh for "small-half" - TW 12/04/2014 */
@media (min-width: 480px) {
  .col-smh-1, .col-smh-2, .col-smh-3, .col-smh-4, .col-smh-5, .col-smh-6, .col-smh-7, .col-smh-8, .col-smh-9, .col-smh-10, .col-smh-11, .col-smh-12 {
    float: left;
  }
  .f-smh-right { float: right!important; }
  .f-smh-left { float: left!important; }
  .a-smh-right { text-align: right; }
  .a-smh-center { text-align: center; }
  .col-smh-12 {width: 100%;}
  .col-smh-11 {width: 91.66666666666666%;}
  .col-smh-10 {width: 83.33333333333334%;}
  .col-smh-9 {width: 75%;}
  .col-smh-8 {width: 66.66666666666666%;}
  .col-smh-7 {width: 58.333333333333336%;}
  .col-smh-6 {width: 50%;}
  .col-smh-5 {width: 41.66666666666667%;}
  .col-smh-4 {width: 33.33333333333333%;}
  .col-smh-3 {width: 25%;}
  .col-smh-2 {width: 16.666666666666664%;}
  .col-smh-1 {width: 8.333333333333332%;}
  .col-smh-pull-12 {right: 100%;}
  .col-smh-pull-11 {right: 91.66666666666666%;}
  .col-smh-pull-10 {right: 83.33333333333334%;}
  .col-smh-pull-9 {right: 75%;}
  .col-smh-pull-8 {right: 66.66666666666666%;}
  .col-smh-pull-7 {right: 58.333333333333336%;}
  .col-smh-pull-6 {right: 50%;}
  .col-smh-pull-5 {right: 41.66666666666667%;}
  .col-smh-pull-4 {right: 33.33333333333333%;}
  .col-smh-pull-3 {right: 25%;}
  .col-smh-pull-2 {right: 16.666666666666664%;}
  .col-smh-pull-1 {right: 8.333333333333332%;}
  .col-smh-push-12 {left: 100%;}
  .col-smh-push-11 {left: 91.66666666666666%;}
  .col-smh-push-10 {left: 83.33333333333334%;}
  .col-smh-push-9 {left: 75%;}
  .col-smh-push-8 {left: 66.66666666666666%;}
  .col-smh-push-7 {left: 58.333333333333336%;}
  .col-smh-push-6 {left: 50%;}
  .col-smh-push-5 {left: 41.66666666666667%;}
  .col-smh-push-4 {left: 33.33333333333333%;}
  .col-smh-push-3 {left: 25%;}
  .col-smh-push-2 {left: 16.666666666666664%;}
  .col-smh-push-1 {left: 8.333333333333332%;}
  .col-smh-offset-12 {margin-left: 100%;}
  .col-smh-offset-11 {margin-left: 91.66666666666666%;}
  .col-smh-offset-10 {margin-left: 83.33333333333334%;}
  .col-smh-offset-9 {margin-left: 75%;}
  .col-smh-offset-8 {margin-left: 66.66666666666666%;}
  .col-smh-offset-7 {margin-left: 58.333333333333336%;}
  .col-smh-offset-6 {margin-left: 50%;}
  .col-smh-offset-5 {margin-left: 41.66666666666667%;}
  .col-smh-offset-4 {margin-left: 33.33333333333333%;}
  .col-smh-offset-3 {margin-left: 25%;}
  .col-smh-offset-2 {margin-left: 16.666666666666664%;}
  .col-smh-offset-1 {margin-left: 8.333333333333332%;}
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .f-sm-right { float: right!important; }
  .f-sm-left { float: left!important; }
  .a-sm-right { text-align: right; }
  .a-sm-center { text-align: center; }
  .col-sm-12 {width: 100%;}
  .col-sm-11 {width: 91.66666666666666%;}
  .col-sm-10 {width: 83.33333333333334%;}
  .col-sm-9 {width: 75%;}
  .col-sm-8 {width: 66.66666666666666%;}
  .col-sm-7 {width: 58.333333333333336%;}
  .col-sm-6 {width: 50%;}
  .col-sm-5 {width: 41.66666666666667%;}
  .col-sm-4 {width: 33.33333333333333%;}
  .col-sm-3 {width: 25%;}
  .col-sm-2 {width: 16.666666666666664%;}
  .col-sm-1 {width: 8.333333333333332%;}
  .col-sm-pull-12 {right: 100%;}
  .col-sm-pull-11 {right: 91.66666666666666%;}
  .col-sm-pull-10 {right: 83.33333333333334%;}
  .col-sm-pull-9 {right: 75%;}
  .col-sm-pull-8 {right: 66.66666666666666%;}
  .col-sm-pull-7 {right: 58.333333333333336%;}
  .col-sm-pull-6 {right: 50%;}
  .col-sm-pull-5 {right: 41.66666666666667%;}
  .col-sm-pull-4 {right: 33.33333333333333%;}
  .col-sm-pull-3 {right: 25%;}
  .col-sm-pull-2 {right: 16.666666666666664%;}
  .col-sm-pull-1 {right: 8.333333333333332%;}
  .col-sm-push-12 {left: 100%;}
  .col-sm-push-11 {left: 91.66666666666666%;}
  .col-sm-push-10 {left: 83.33333333333334%;}
  .col-sm-push-9 {left: 75%;}
  .col-sm-push-8 {left: 66.66666666666666%;}
  .col-sm-push-7 {left: 58.333333333333336%;}
  .col-sm-push-6 {left: 50%;}
  .col-sm-push-5 {left: 41.66666666666667%;}
  .col-sm-push-4 {left: 33.33333333333333%;}
  .col-sm-push-3 {left: 25%;}
  .col-sm-push-2 {left: 16.666666666666664%;}
  .col-sm-push-1 {left: 8.333333333333332%;}
  .col-sm-offset-12 {margin-left: 100%;}
  .col-sm-offset-11 {margin-left: 91.66666666666666%;}
  .col-sm-offset-10 {margin-left: 83.33333333333334%;}
  .col-sm-offset-9 {margin-left: 75%;}
  .col-sm-offset-8 {margin-left: 66.66666666666666%;}
  .col-sm-offset-7 {margin-left: 58.333333333333336%;}
  .col-sm-offset-6 {margin-left: 50%;}
  .col-sm-offset-5 {margin-left: 41.66666666666667%;}
  .col-sm-offset-4 {margin-left: 33.33333333333333%;}
  .col-sm-offset-3 {margin-left: 25%;}
  .col-sm-offset-2 {margin-left: 16.666666666666664%;}
  .col-sm-offset-1 {margin-left: 8.333333333333332%;}
}
@media (min-width: 1024px) {
  .f-md-right {float: right!important}
  .f-md-left {float: left!important}
  .a-md-right { text-align: right; }
  .a-md-center { text-align: center; }
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {width: 100%;}
  .col-md-11 {width: 91.66666666666666%;}
  .col-md-10 {width: 83.33333333333334%;}
  .col-md-9 {width: 75%;}
  .col-md-8 {width: 66.66666666666666%;}
  .col-md-7 {width: 58.333333333333336%;}
  .col-md-6 {width: 50%;}
  .col-md-5 {width: 41.66666666666667%;}
  .col-md-4 {width: 33.33333333333333%;}
  .col-md-3 {width: 25%;}
  .col-md-2 {width: 16.666666666666664%;}
  .col-md-1 {width: 8.333333333333332%;}
  .col-md-pull-12 {right: 100%;}
  .col-md-pull-11 {right: 91.66666666666666%;}
  .col-md-pull-10 {right: 83.33333333333334%;}
  .col-md-pull-9 {right: 75%;}
  .col-md-pull-8 {right: 66.66666666666666%;}
  .col-md-pull-7 {right: 58.333333333333336%;}
  .col-md-pull-6 {right: 50%;}
  .col-md-pull-5 {right: 41.66666666666667%;}
  .col-md-pull-4 {right: 33.33333333333333%;}
  .col-md-pull-3 {right: 25%;}
  .col-md-pull-2 {right: 16.666666666666664%;}
  .col-md-pull-1 {right: 8.333333333333332%;}
  .col-md-push-12 {left: 100%;}
  .col-md-push-11 {left: 91.66666666666666%;}
  .col-md-push-10 {left: 83.33333333333334%;}
  .col-md-push-9 {left: 75%;}
  .col-md-push-8 {left: 66.66666666666666%;}
  .col-md-push-7 {left: 58.333333333333336%;}
  .col-md-push-6 {left: 50%;}
  .col-md-push-5 {left: 41.66666666666667%;}
  .col-md-push-4 {left: 33.33333333333333%;}
  .col-md-push-3 {left: 25%;}
  .col-md-push-2 {left: 16.666666666666664%;}
  .col-md-push-1 {left: 8.333333333333332%;}
  .col-md-offset-12 {margin-left: 100%;}
  .col-md-offset-11 {margin-left: 91.66666666666666%;}
  .col-md-offset-10 {margin-left: 83.33333333333334%;}
  .col-md-offset-9 {margin-left: 75%;}
  .col-md-offset-8 {margin-left: 66.66666666666666%;}
  .col-md-offset-7 {margin-left: 58.333333333333336%;}
  .col-md-offset-6 {margin-left: 50%;}
  .col-md-offset-5 {margin-left: 41.66666666666667%;}
  .col-md-offset-4 {margin-left: 33.33333333333333%;}
  .col-md-offset-3 {margin-left: 25%;}
  .col-md-offset-2 {margin-left: 16.666666666666664%;}
  .col-md-offset-1 {margin-left: 8.333333333333332%;}
}
@media (min-width: 1200px) {
  .f-lg-right {float: right!important; }
  .f-lg-left {float: left!important; }
  .a-lg-right { text-align: right; }
  .a-lg-center { text-align: center; }
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {float: left;}
  .col-lg-12 {width: 100%;}
  .col-lg-11 {width: 91.66666666666666%;}
  .col-lg-10 {width: 83.33333333333334%;}
  .col-lg-9 {width: 75%;}
  .col-lg-8 {width: 66.66666666666666%;}
  .col-lg-7 {width: 58.333333333333336%;}
  .col-lg-6 {width: 50%;}
  .col-lg-5 {width: 41.66666666666667%;}
  .col-lg-4 {width: 33.33333333333333%;}
  .col-lg-3 {width: 25%;}
  .col-lg-2 {width: 16.666666666666664%;}
  .col-lg-1 {width: 8.333333333333332%;}
  .col-lg-pull-12 {right: 100%;}
  .col-lg-pull-11 {right: 91.66666666666666%;}
  .col-lg-pull-10 {right: 83.33333333333334%;}
  .col-lg-pull-9 {right: 75%;}
  .col-lg-pull-8 {right: 66.66666666666666%;}
  .col-lg-pull-7 {right: 58.333333333333336%;}
  .col-lg-pull-6 {right: 50%;}
  .col-lg-pull-5 {right: 41.66666666666667%;}
  .col-lg-pull-4 {right: 33.33333333333333%;}
  .col-lg-pull-3 {right: 25%;}
  .col-lg-pull-2 {right: 16.666666666666664%;}
  .col-lg-pull-1 {right: 8.333333333333332%;}
  .col-lg-push-12 {left: 100%;}
  .col-lg-push-11 {left: 91.66666666666666%;}
  .col-lg-push-10 {left: 83.33333333333334%;}
  .col-lg-push-9 {left: 75%;}
  .col-lg-push-8 {left: 66.66666666666666%;}
  .col-lg-push-7 {left: 58.333333333333336%;}
  .col-lg-push-6 {left: 50%;}
  .col-lg-push-5 {left: 41.66666666666667%;}
  .col-lg-push-4 {left: 33.33333333333333%;}
  .col-lg-push-3 {left: 25%;}
  .col-lg-push-2 {left: 16.666666666666664%;}
  .col-lg-push-1 {left: 8.333333333333332%;}
  .col-lg-offset-12 {margin-left: 100%;}
  .col-lg-offset-11 {margin-left: 91.66666666666666%;}
  .col-lg-offset-10 {margin-left: 83.33333333333334%;}
  .col-lg-offset-9 {margin-left: 75%;}
  .col-lg-offset-8 {margin-left: 66.66666666666666%;}
  .col-lg-offset-7 {margin-left: 58.333333333333336%;}
  .col-lg-offset-6 {margin-left: 50%;}
  .col-lg-offset-5 {margin-left: 41.66666666666667%;}
  .col-lg-offset-4 {margin-left: 33.33333333333333%;}
  .col-lg-offset-3 {margin-left: 25%;}
  .col-lg-offset-2 {margin-left: 16.666666666666664%;}
  .col-lg-offset-1 {margin-left: 8.333333333333332%;}
}

.cancel-col-padding {
    padding-left: 0!important;
    padding-right: 0!important;
}
