/**

/* COLORS:
link blue: 35517e
hover blue:
light blue
*/

@import url("plugins/jquery.mCustomScrollbar.css");
@import url("gumby.css");
@import url("../fonts/mc-icons/mc-icons.css");
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,700,700italic,500);
/* @import url("at-media.css"); */


/* Reset ================================================================================= */
* { margin:0; padding:0;}

body          { background-color:#333; font:12px/1.55 Roboto, Helvetica, sans-serif; color:#111; text-align:center; }

.pin-stripes { z-index: -1; position: absolute; top: 140px; bottom: 1px; width: 100%; height: auto; background-image:url('/skin/frontend/gumby/gumby2/_img/mcd_tile.gif'); opacity: 0.2; }

.splash-bg { z-index: -3; position: fixed; width: 100%; height: /*686px*/ 100%;  background-size: 100% 100%; }

.mask-gradient
{
  z-index: -2;
  height: /*200px*/ 100%;
  /*margin-top: 486px;*/
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzMzMzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(51,51,51,0) 0%, rgba(51,51,51,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,51,51,0)), color-stop(100%,rgba(51,51,51,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00333333', endColorstr='#333333',GradientType=0 ); /* IE6-8 */
}

.header-bg { position: relative; z-index: 2; background-color: #000; opacity: 0.6; width: 100%; min-width:500px; min-height:140px; }

.footer-bg { z-index: 2; background-color: #000; opacity: 0.6; width: 100%; min-height: 225px; padding-top: 20px; text-align: left; }

.static-bg { background: #ADADAD; opacity: 0.8; }
.static-width { width: 960px !important; }

img           { border:0; vertical-align:top; }

a				{ color:#fff; font-weight:bold; text-decoration:underline; }
a:visited     { color:#fff; }
a:hover       { text-decoration:none; color:#fff; opacity: 0.8;}
:focus        { outline:0; }

/* Headings */

h1,h2,h3,
h4,h5,h6      { line-height:1em; font-family: roboto; text-align: left; }

h1,h2,h3, .price, .msrp		{ color: #fff; text-transform:uppercase; text-shadow: 0.5px 1px 2px #000; }

h1            { font-size:30px; font-weight: 800; }
h2, .price  		{ font-size:30px; font-weight: 400; }
h3, .msrp  		{ font-size:16px; font-weight: 400; }
h4            { font-size:18px; font-weight:bold; color: #000;}
h5            { font-size:12px; font-weight:bold; color: #000;}
h6            { font-size:10px; font-weight:bold; color: #000;}

.msrp { padding: 0 0 0 20px; }
.price-label { float: left; }	/*	TEMP-REWORK ME	*/


/*#h3_white	{ line-height:1em; text-transform:uppercase; font-size:16px; font-weight:normal; color: #FFFFFF; text-shadow:0px 0 0 #000 !important; letter-spacing: .14em; word-spacing: .1em;}
*/

/* 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 */
p             { }
strong        { font-weight:bold; }
address       { font-style:normal; line-height:1.35; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1.3em; }
sup           { font-size:.6em; 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        { width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */

/* Tools by DR */

.hide { visibility: hidden; }
.hide2 { display: none; }
.list-product-container { margin: 0 0 6px 14px; }
.list-product-container2 { margin: 0 0 -15px 14px; }
.list-product-description { max-height: 220px; overflow: hidden; }
.alpha-fix { margin-left: 0px; }

.ias_loader { text-align:center; margin: 5px 0; }

/* Layout ================================================================================ */
.wrapper { position: relative; /*background:#e0e8f6 url(../images/bg_body-container.jpg) repeat-y top center;*/}
.page { position: relative; /*background:url(../images/bg_top-wrap.jpg) no-repeat top center;*/}
.page-print { background:#fff; text-align:left; }
.page-empty { background:#fff; text-align:left; }
.page-popup { background:#fff; text-align:left; }
.main-container { position: relative; /* background: url(../images/bg_cwrap.png) repeat-y 50% 0; */}
.main { min-height:25px; text-align:left; /* background: url(../images/bg_cwrap-top.jpg) no-repeat 50% 0; margin-top: 13px; */ }

.catalog-category-view .main,
.catalogsearch-result-index .main { background:url(../images/bg_main.png) repeat-y; margin:30px auto 0; }

.cms-home { overflow-x:hidden; }

/* Base Columns */
.col-left {  width:194px; position: relative; z-index: 999; top: -7px; }
.cms-page-view .col-left { width:215px; }

.col-right {  width:195px; }

/* 1 Column Layout */
/*.col1-layout .col-main { padding:25px 0 0;  width:auto; }*/
/*.cms-home .col1-layout .col-main { background:none; padding:0; width:1000px; margin: 0; }*/
/*.catalog-product-view .col1-layout .col-main, .review-product-list .col1-layout .col-main { padding:25px 0 0; }*/
.customer-account-login .col1-layout .col-main {  }


/* Footer ================================================================================ */

.footer, .twocol-left.catalog-category-view .footer, .twocol-left.catalogsearch-result-index .footer { background: url(../images/bg_footer-container.png) no-repeat bottom center; width:1017px; height: 76px; }
.footer .footer-content { color: #fff;}
.footer .footer-content a, .footer .footer-content p {color: #fff;}
.footer .store-switcher { display:inline;  color:#35517e; }
.footer .store-switcher label { font-weight:bold; vertical-align:middle; }
.footer .store-switcher select {  vertical-align:middle; }
.footer-bg a { color:#fff; text-decoration:none; padding-right: 10px; }
.footer-bg a:hover { text-decoration:underline; }
.footer .bugs {  color:#35517e; }
.footer .bugs a { color:#35517e; text-decoration:underline; }
.footer .bugs a:hover { text-decoration:none; }
.footer-bg address { color:#fff; font-size: 10px;}
.footer-bg address a { color:#35517e; text-decoration:underline; }
.footer-bg address a:hover { text-decoration:none; }
.footer-bg ul { display:inline;  }
.footer-bg ul.links { display:block; }
.footer-bg li { display:inline; /*background:url(../images/bkg_pipe2.gif) 100% 60% no-repeat;*/ font-weight: bold; font-family: roboto; }
.footer-bg li.last { background:none !important; }

.footer .site-credits { }
.footer-container .bottom-container {  }


/* Form Elements */
input,select,textarea,button { font:12px/15px Arial, Helvetica, sans-serif; /*vertical-align:middle; */color:#2f2f2f; }
input.input-text,select,textarea { background:#fff url(../images/bg_search-field.png) repeat-x; border:1px solid #858585; }

input.input-text:focus, textarea:focus { -moz-box-shadow:0 2px 3px #777; -webkit-box-shadow:0 2px 3px #777; box-shadow:0 2px 3px #777; }

select option { background:#fff; }
select.multiselect option { border-bottom:1px solid #b6b6b6; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }

input.qty { width:2em !important; text-align: center;}
button.button::-moz-focus-inner { border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; background:transparent; cursor:pointer; }
button.button span { display:block; -moz-border-radius:5px; -webkit-border-radius:3px; border-radius:3px; padding:3px 8px 2px; text-align:center; white-space:nowrap; color:#fff; text-transform:uppercase; }
button.button span span { border:0; padding:0; background:none; margin: 5px; }
button.disabled span { border-color:#bbb !important; background:#bbb !important; }

button.btn-checkout span span {
	border-radius: 5px;
  border: 0px;
  background: #ff832f /* url(../images/button-background.png) repeat-x */;
  box-shadow: 0.5px 1px 2px 0px #000;
  font-size: 14px;
  font-family: "Roboto";
  color: #fff;
  text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
  text-transform: uppercase;
  text-align: center;
  padding-top: 8px;
  cursor: pointer;
  float: left;
  width: 223px;
  height: 34px;
  position: relative;
  left: -13px;


/* font-size:16px; background:#d03a3a url(../images/bg_button-join.png) repeat-x; */
}

button.btn-checkout span span:hover { background-color: #fc732e; }

.btn-cart { background: url("../images/btn_cart.png") no-repeat;	overflow: hidden; width: 90px; height: 36px;	border: none; }
.btn-cart:hover { opacity: 0.8; }

#vip-email-signup input.input-text { width: 155px;}
.cms-home #vip-email-signup input.input-text { width:225px; }
#vip-email-signup input.btn {cursor:pointer; width:21px; overflow:hidden; line-height:0; font-size:0; border:none; background:url(../images/img_vip-signup-button.png) no-repeat;}
.col-left #vip-email-signup input.input-text {width: 150px; }
.col-left #vip-email-signup input.btn {width:24px; }

.form-list label {  color:#000; font-weight:bold; position:relative; z-index:0; }

.form-list label.required em {  font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }

.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:260px; }
.form-list .field {  width:275px; }
.form-list input.input-text { width:254px; margin: 5px 0 5px 0; padding: 5px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; }
.form-list li.additional-row .btn-remove {  }
.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 {  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; text-align:left; margin-top: 10px; margin-bottom: 20px;}

.buttons-set-register { clear:both; margin-top: 10px; margin-bottom: 10px;}

.buttons-set .back-link { font-size:16px; font-family: roboto; text-transform:uppercase; text-decoration:none; }

.fieldset .legend { font-size:16px; margin: 10px 0 10px 0; }

/* Form Validation */

.validation-advice { clear:both; min-height:13px; font-size:11px; font-weight:bold; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 0 no-repeat; color:#eb340a; }
.validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important; }

p.required { font-size:11px; text-align:left; color:#EB340A; }
p.required-register { font-size:11px; color:#EB340A; }
/* Expiration date and CVV number validation fix */

.v-fix .validation-advice { display:block; width:12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#df280a; font-weight:bold; }
.notice { color:#e26703; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }

.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; 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; margin-bottom: 10px; Margin-top: 10px; padding-bottom: 8px; padding-left: 35px; padding-top: 8px; padding-right: 6px; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/i_msg-note.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs { font-size:11px; line-height:1.25; margin:0 0 13px; }
.breadcrumbs li { display:inline; }
.breadcrumbs li strong { font-weight:bold; }

/* Page Heading */
.page-title h1,
.page-title h2 { font-size:22px; float: left; }
.catalogsearch-result-index .page-title h1 { color:#222; font-size:16px; font-weight:bold; margin:0; }
.page-title .link-rss {  margin:7px 0 0; }
.title-buttons { text-align:right; }


.subtitle { clear:both;  font-size:15px; font-weight:bold; color:#e25203; }

/* Amount */
.amount { font-family: roboto; /* text-shadow: 0 1px 0 #FFF; */ text-transform:uppercase; }
.amount .total { color:#111; }

/* Pager */
.pager .amount { clear:both;color:#555; }
.pager .limiter label { vertical-align:middle; }
.pager .limiter select {  vertical-align:middle; }
.pager .pages { text-align:right; /*   display:inline; */}
.pager .pages span { font-family: roboto; font-size:12px; /* text-shadow: 0 1px 0 #FFF; */ text-transform:uppercase;  display:inline-block; width:100px; }
.pager .pages ol { display:block;  }
.pager .pages li { display:inline; margin:0; /* text-shadow: 0 1px 0 #FFF; */ font-family: roboto; color:#666; font-size:14px; }
.page .pages a, .page .pages .current {  text-decoration:none; margin:2px 5px 0 0; }
.page .pages a:hover { color:#000; }

/* Sorter */
.sorter .sort-by label { /* text-shadow: 0 1px 0 #FFF; */ vertical-align:middle; font-size:12px; font-family: roboto; text-transform:uppercase; }
.sorter .sort-by select { font-size:13px; vertical-align:middle; width:125px; vertical-align:middle; border:1px solid #555; }

/* Toolbar */
.toolbar {  position:relative; width:100%; margin-bottom: 20px;}
.toolbar .pager {  text-align:right; }


/* Data Table */
.data-table { width:100%; border:1px solid #333; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; }
.checkout-cart-index .data-table { -moz-box-shadow:0 3px 7px #777; -webkit-box-shadow:0 3px 7px #777; box-shadow:0 3px 7px #777; }
.data-table .odd  { background:#fff; }
.data-table .even { background:#f5f5f5; }
.data-table td.last,
.data-table th.last { border-right:0; }
.data-table tr.last th,
.data-table tr.last td { border-bottom:0 !important; }
.data-table th { font-weight:bold; }

.data-table thead th { font-weight:bold; border-right:1px solid #333; color:#111; white-space:nowrap; vertical-align:middle; padding: 4px 8px; }
.data-table thead th.wrap { white-space:normal; }
.data-table thead th a,
.data-table thead th a:hover { color:#fff; }
.data-table thead {background:#f9f9f9; -moz-border-radius-topleft:5px; -moz-border-radius-topright:5px; -webkit-border-top-right-radius:5px; -webkit-border-top-left-radius:5px; border-top-left-radius:5px; border-top-right-radius:5px;}
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot { border-bottom:1px solid #d9dde3; }
.data-table tfoot tr.first td { background:#f9f9f9; border-top:1px solid #333; -moz-border-radius-bottomleft:5px; -moz-border-radius-bottomright:5px; -webkit-border-bottom-left-radius:5px; -webkit-border-bottom-right-radius:5px; border-radius:5px; }
.data-table tfoot tr { background-color:#dee5e8 !important; }
.data-table tfoot td { border-bottom:0; border-right:1px solid #d9dde3; }
.data-table tfoot strong { font-size:16px; }

.data-table tbody th,
.data-table tbody td { border-right:1px solid #333; padding: 6px; }
/* Bundle products tables */
.data-table tbody.odd tr { background:#f8f7f5 !important; }
.data-table tbody.even tr { background:#f6f6f6 !important; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }

.data-table tbody td .option-label { font-weight:bold; font-style:italic; }

/* Generic Info Box */
.info-box { background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; }
.info-box h2 { font-weight:bold; font-size:13px; }

.info-table th { font-weight:bold; }

/* Shopping cart total summary row expandable to details */

tr.summary-total { cursor:pointer; }
tr.summary-total .summary-collapse {  text-align:right; background:url(../images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -52px; }
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-total { display:block;  background:url(../images/bkg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-total-expanded { background-position:100% -52px; }

.std ol.ol { list-style:decimal outside; }
.std ul.disc, .member-text ul { list-style:disc outside; }
.std dl dt { font-weight:bold; }
.std ul { list-style:disc outside;  }
.std ol { list-style:decimal outside; }
.std ul ul { list-style-type:circle; }
.std dt { font-weight:bold; }
.std blockquote { font-style:italic;}
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }

/* Misc */
.links { height: 0; }

.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { color:#dc6809 !important; font-weight:bold; }
.link-wishlist { font-weight:bold; }
.link-reorder { font-weight:bold; color:#dc6809 !important; }
.link-compare { font-weight:bold; }
.link-print { /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#dc6809; }
.link-rss { background:url(../images/i_rss.gif) 0 2px no-repeat; line-height:14px; white-space:nowrap; }
.btn-remove { display:inline-block; width:15px; height:15px; font-size:0; line-height:0; background:url(../images/btn_window_close.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; float: right; }
.btn-remove-small { display:inline-block; width:15px; height:15px; font-size:0; line-height:0; background:url(../images/btn_remove.png) 0 0 no-repeat; text-indent:-999em; overflow:hidden; float: right; }
.btn-remove2 { display:block; width:12px; height:13px; font-size:0; line-height:0; background:url(../images/btn_remove.png) 0 0 no-repeat; text-indent:-999em; overflow:hidden; position: relative; margin-top: 44px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; background:url(../images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:950px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
/* ======================================================================================= */


.sub-store-buttons { width: 800px; margin-left: -21px; margin-bottom: 20px; }

ul.sub-store { margin-bottom: 8px; }

.sub-store li { display: inline; list-style: none; padding-right: 5px; padding-bottom: 8px; }
.sub-store li a { text-decoration: none !important; }

.sub-store-h2 { margin-top: 20px; }

.sub-store-hr { height: 1px; width: 720px; margin-bottom: 20px; }


/* Header ================================================================================ */

.header h2 { position:relative; width:161px;}
.header h2 a:link img, .header h2 a:visited img
{
	display:block;
	position:relative;
	width:161px;
	overflow:hidden;
	font-size:0%;
	line-height:0%;
	border:0;
	text-decoration:none;
	background:url(../images/logo_main-mill.png) no-repeat;
	height:0px;
}
.header h2 a:hover, .header h2 a:active {border:0;text-decoration:none;}
.header ul.top-navigation { /* padding-left: 28px; margin-top: -8px; */ }
.header .top-navigation li { display:inline; line-height:18px;  padding-right: 5px; padding-left: 5px; border-right:2px solid #bbb; padding-top: 8px; padding-bottom: 2px;  letter-spacing: 1px; }
.header .top-navigation li:last-child { border-right: none; }

.header .top-navigation li a {  color:#fff; font-size:19px; font-weight: bold; text-decoration:none; text-transform:uppercase; font-family: roboto;}
.header .top-navigation li a:hover { color:#BFDCFF; }
.header .top-navigation li.social-network { border:none; }
.header .top-navigation li.social-network a {   width:23px; font-size:0; line-height:0; overflow:hidden; text-indent:-9999px; }
.header .top-navigation li.social-network a.twitter { background:url(../images/btn_twitter.png) no-repeat; }
.header .top-navigation li.social-network a.facebook { background:url(../images/btn_facebook.png) no-repeat; }
.header .quick-access {/*  width:600px; padding:30px 0 0; height:37px;*/  padding: 0; }
.header .welcome-msg { color:#fff; text-align:right; clear:both; }
.header #search_mini_form { position:relative;  width:193px; height:30px; }
.header .nav-search { width: 782px; }
.header .form-search label { display:none; /*  width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden; */ }
.header .form-search input { background:#fff url(../images/bg_search-field.png) repeat-x; border:1px solid #858585; }
.header .form-search input.input-text {  width:215px; height: 28px; padding-left: 5px; margin-left: 0; font-family: roboto; float: right; }
.header .form-search input.input-text:focus { -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; }
.header .form-search button.button {  }
.header .form-search button.button span { font:11px/21px "Arial Black", Arial, sans-serif; padding:0 0 0 0; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0;}
.header .form-search button.button span span { background: #333; margin: 0 !important; }
.header .form-search .search-autocomplete { z-index:999; left:40px !important; top:22px !important; }
.header .form-search .search-autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0; }
.header .form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #f4eee7; cursor:pointer; }
.header .form-search .search-autocomplete li .amount {  font-weight:bold; }
.header .form-search .search-autocomplete li.odd { background-color:#fffefb; }
.header .form-search .search-autocomplete li.selected { background-color:#f7e8dd; }
.header .form-language { clear:both; text-align:right; }
.header .form-language label { font-weight:bold; color:#a7c6dd; vertical-align:middle; }
.header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; }
.header .links li {  font-size:10px; /* background:url(../images/bkg_pipe1.gif) 100% 60% no-repeat; */ padding-right: 2px;}

.header li.first {  }
.header li.last {  }

.header .links a { color:#fff; font-weight:normal; text-transform: uppercase; text-decoration: none; float: right; padding-right: 8px; }
.header .links a:hover { color:#fff;  text-decoration: underline;}
.header .custom-header-image { display:block; height:125px; width: 811px; }
.header-container .top-container { clear:both; text-align:right; }
.header-container .top-container a { font-size:11px; color:#ebbc58; }

.welcome-msg { margin-bottom: 20px; }


/* IE6 Browser Notice */
.browser-notice { background:#444; width:100%; color:#fff; font-size:13px; }
.browser-notice p { width:850px; text-align:left; background:url(../images/bg_browser-alert.jpg) no-repeat;}
.browser-notice p a { color:#ffb94a; }

/********** < Navigation */

.nav-bar li { display: inline; list-style-type: none; }

.nav-bar li a { color: #fff; font-size: 14px; font-weight: bold; text-decoration: none; text-transform: uppercase;	font-family: roboto; }

.footer-links li { display: inline; list-style-type: none; }

.search-form label { display:none; /*  width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden; */ }
.search-form input { background:#fff url(../images/bg_search-field.png) repeat-x; border:1px solid #858585; }
.search-form input.input-text {  width:240px; height: 26px; }
.search-form input.input-text:focus { -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; }
.search-form button.button span { padding: 0 0 0 0; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0;}
.search-form button.button span span { background: #333; height: 23px; padding-top: 0px; border-top-width: 1px; }
.search-form .search-autocomplete { z-index:999; left:40px !important; top:22px !important; }
.search-form .search-autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0; }
.search-form .search-autocomplete li { text-align:left; border-bottom:1px solid #f4eee7; cursor:pointer; }
.search-form .search-autocomplete li .amount {  font-weight:bold; }
.search-form .search-autocomplete li.odd { background-color:#fffefb; }
.search-form .search-autocomplete li.selected { background-color:#f7e8dd; }

.search-form-submit { position: absolute !important; margin: 3px 0 0 198px; /* relative; top: 3px; left: 214px; */ background-color: #000 !important; opacity: 0.8; }

.mini-search { height: 29px; }

#nav { width:918px; font-size:13px; }

/* All Levels */ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#nav li.over { z-index:998; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }
#nav ul li.parent a { background:url(../images/bkg_nav2.gif) 100% 100% no-repeat; }
#nav ul li.parent li a { background-image:none; }

/* 0 Level */

#nav li.active a { color:#d96708; }
#nav a {  color:#a7c6dd; font-weight:bold; }
#nav li.over a,
#nav a:hover { color:#d96708; }

/* 1st Level */
#nav ul li,
#nav ul li.active {  background:#ecf3f6 url(../images/bkg_nav1.gif) 0 100% repeat-x; }
#nav ul li.last { background:#ecf3f6; }

#nav ul a,
#nav ul a:hover {  padding:0; background:none; }
#nav ul li a { font-weight:normal !important; }

/* 2nd Level */
#nav ul,
#nav div { position:absolute; width:15em; top:27px; left:-10000px; border:1px solid #899ba5; }
#nav div ul { position:static; width:auto; border:none; }

/* 3rd+ Level */

#nav ul ul,
#nav ul div { top:5px; }

#nav ul li a { background:#ecf3f6; }
#nav ul li a:hover { background:#d5e4eb; }
#nav ul li a,
#nav ul li a:hover { color:#2f2f2f !important; }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:0; z-index:999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:100px; }
/********** Navigation > */
/* ======================================================================================= */

/* Homepage ============================================================================== */
.splash-image { width:620px;  display:inline; position: relative; }
.splash-image p {margin:0;}

.home-right-col {width:300px; height:290px;  background:url(../images/bg_home-right-col.png) no-repeat; color:#000;}
.home-right-col p {color:#111; font-size:12px; line-height:1.4em;}
.home-right-col .callout-top {height:150px; }
.home-right-col .callout-top h3 {font-size:13px;}
.home-right-col .callout-bottom h3 {background:url(../images/bg_vip-signup-h3.png) repeat; font-size:14px; }
.home-right-col .callout-bottom p { line-height:1.35em; }

.home-left-col { position: relative; width: 215px; height: 880px; float: left; z-index: 999; }

/* #mc-embedded-subscribe-form {padding:0 15px 15px;} */
#mc-embedded-subscribe-form input { background:#FFFFFF url(../images/bg_search-field.png) repeat-x scroll 0 0; border:1px solid #333; width:195px; }
#mc-embedded-subscribe-form label { font-weight:bold;  }
#mc-embedded-subscribe .button.vip-signup { cursor:pointer; width:21px; overflow:hidden; line-height:0; font-size:0; border:none; background:url(../images/img_vip-signup-button.png) no-repeat;}
#mc-embedded-subscribe-form button.vip-signup span span {background:none;}
.response { display: none; z-index: 1; width: 80%; -moz-box-shadow:0 3px 5px #444; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; }
#mce-success-response.response { background: #E3FBE4; color: #529214;  border:1px solid #529214; }
#mce-error-response { background: #FBE3E4; color: #D12F19; border:1px solid #D12F19; }

.featured-products {/**/ clear: right;  /*width:1000px;*/  }
.featured-products h2 {color:#35517e; text-transform:uppercase; font-size:24px; font-family: roboto; padding-top: 8px; padding-left: 30px; padding-bottom: 15px; }
.featured-products h2 span {text-transform:none; color:#666;}
.featured-products .category-products { position: relative; /* background:url(../images/bg_millcreek_home_new-releases.png) no-repeat top left; */ padding: 5px; padding-left: 8px; margin-bottom: 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #999;
	box-shadow: inset 0px 0px 5px  #999;
     height: 270px;

}

.col1-layout .featured-products .products-grid { width:886px; overflow:visible !important; }
.std .featured-products ul { list-style-type:none; }
.featured-products .products-grid li.item img {max-width: 130px; max-height: 188px;}

.featured-products .products-grid li.feat-item img {max-width: 130px; max-height: 188px;}

.catalog-category-view .social, .catalogsearch-result-index .social { display:none; }
.social { width: 215px;  z-index: 10;}
.social li { position: relative; display: inline; }

.social div.social-block { /* background: url(../images/bg_sidebar-social.png) no-repeat top left; */ border:1px solid #DEE4EA; -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; min-height: 381px; padding: 15px; margin-top: 10px;}
.social div.social-block ul {  width: 100%;}
.social div.social-block ul li {display: inline; }
.social div.social-block p {font-size: 14px; color: #333; line-height: 16px;}
.social div.social-block h2, .social div.social-block h3 {background:none; font-family: roboto; font-size: 24px;  font-weight: normal;}

.social-block { /* background: url(../images/bg_sidebar-social.png) no-repeat top left; */ border:1px solid #DEE4EA; -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; min-height: 381px;}
.social-block ul {  width: 100%;}
.social-block ul li {display: inline; }
.social-block p {font-size: 14px; color: #333; line-height: 16px;}
.social-block h2, .social div.social-block h3 {background:none; font-family: roboto; font-size: 24px;  font-weight: normal;}

.featured-all { position:absolute; top:18px; left:625px; width: 70px; height: 16px; }
.featured-all a { font-family: roboto; text-transform:uppercase; font-size:14px; text-decoration:none; display:block; }


.featured-products { position: relative; left: -20px; overflow: hidden; width: 740px; margin-bottom: -30px; }

li.feat-item { float: left; list-style: none; padding-right: 10px; padding-left: 4px; }

ul#newreleases-carousel { padding-top: 0px; padding-left: 5px; padding-bottom: 3px; }
ul#onsale-carousel { padding-top: 0px; padding-left: 10px; padding-bottom: 3px; }


.featured-product-prev
{
	position: relative;
	width: 62px;
	height: 16px;
	top:-28px;
	left:465px;
	background: url(../images/btn_carousel-back.png) no-repeat;
}

.featured-product-next
{
	position: relative;
	width: 62px;
	height: 16px;
	top:-44px;
	left:539px;
	background: url(../images/btn_carousel-more.png) no-repeat;
}

/* Sidebar =============================================================================== */

.block .actions { text-align:right; }
.block li.odd { background-color:#f4f3f3; }
.block li.even { background-color:#fafafa; }

/* VIP Signup Form */
.col-left #vip-email-signup {}

.col-left h3 { background:url(../images/bg_vip-signup-h3.png) repeat; font-size:14px; }
.col-left p {  line-height:1.4em; }
.col-left #vip-email-signup input {width:115px;}

/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login { font-size:11px; line-height:1.25; }
.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong {  background-position:0 0; background-repeat:no-repeat; }

/* Mini Products List */
.mini-products-list .product-image {  width:50px; border:1px solid #a9a9a9; }

/* Block: Account */
.block-account .block-title strong { font-size:16px; font-family: roboto; text-transform:uppercase; /* text-shadow: 0 1px 0 #FFF; */ }
.block-account .block-content { padding:7px 0; }
.block-account .block-content li a { display:block; border-bottom:1px solid #bbb; color:#993333; text-decoration:none !important; }
.block-account .block-content li a:hover { color:#6F0000; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { border-bottom:1px solid #bbb; color:#333; }
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Currency Switcher */
.block-currency { border:0; background:url(../images/bkg_block-currency.gif) 0 0 no-repeat; height:51px; }
.block-currency .block-title { background:none; border:0;  }
.block-currency .block-title strong { font:bold 13px/21px Arial, Helvetica, sans-serif; background:url(../images/i_block-currency.gif) 0 50% no-repeat; text-transform:none; color:#fff; }
.block-currency .block-content { background:none;  }
.block-currency .block-content select { width:100%;  }

/* Block: Layered Navigation */

.block-layered-nav { border:0; text-align: left; }
/* .col-left .block-title h3 {background: url(../images/bg_h3_layered-nav-block-title.png) no-repeat top center; color: #fff; font-weight: normal; padding: 5px 15px 3px 10px; font-family: roboto; font-size: 18px;} */
.block-layered-nav .block-title { border:0; padding:0; height:24px; overflow:hidden;}

/* .block-layered-nav .block-subtitle { background: url(../images/bg_filter.png) repeat-x top left; font-family: roboto; font-size: 14px; text-transform: uppercase; color: #35517e; height: 22px; margin: 0;} */

.block-layered-nav .block-subtitle { font-family: roboto; font-size: 1rem; text-transform: uppercase; height: 22px; margin: 0; color: #fff; font-weight: 400; }

.block-layered-nav .block-content { padding-top:7px; /* background:url(../images/bg_catnav.png) repeat; */ }
.blog .block-content {  }
.block-layered-nav ul.filter { border-bottom: none; /* margin: 0 0 7px; */ }
.block-layered-nav dt { /* padding:7px 10px 0 12px; */ font-weight:bold; text-transform:uppercase; color: #fff; font-family: Roboto; font-weight: 400; }
.block-layered-nav dd { /* padding:0 12px 12px; background:url(../images/bkg_block-layered-dd.gif) 0 100% repeat-x; */ }
.block-layered-nav dd.last { background:none; }
.block-layered-nav ol { margin-left: 0px; }
/*
.block-layered-nav ol li { border: 1px solid #000; background: #fff; opacity: 0.8; }
.block-layered-nav ol li a { color: #000; }
.block-layered-nav ol li a:visited { color: #000; }
.block-layered-nav ol li a:hover { color: #000; }
*/
.block-layered-nav li { display: block;}
.block-layered-nav li.title { text-transform:uppercase; font-weight: bold; /* padding:0 10px; */ }
.block-layered-nav .currently li { background:#fff; color: #000; opacity: 0.75; font-family: roboto; font-size: 14px; border-style: solid; border-width: 1px; border-color: #000; padding: 0 5px 0 5px ; text-transform: uppercase; }
.block-layered-nav .currently li:hover { opacity: 0.55; }

.block-layered-nav .currently .label { font-weight:bold; padding-left:15px; text-transform:uppercase; }
.block-layered-nav .currently .btn-remove { margin:3px 0 0; }
.block-layered-nav .actions { font-size:11px; text-align:right; padding-right: 10px; }
.block-layered-nav .actions a, .block-layered-nav .actions a:visited, .block-layered-nav .actions a:hover { float:none; color: #fff; }



.block-layered-nav li.option select {width:100%; /* padding:5px 10px 4px 6px; */ font-weight:bold; text-transform:uppercase; color:#35517E; border-style:none none solid; border-width:medium medium 1px; border-color:#eee; background:transparent url(../images/bg_active_filter.png) repeat-x;}

.block-layered-nav li.option select:hover { color:#1d252f; }
.block-layered-nav li.option select option { font-weight:normal; color:#35517E;  }

.catalogsearch-result-index .block-layered-nav ul.filter.category-filter { display:none; }

/* Block: Cart */
.block-cart .block-title { /*border-bottom:0;*/ }
.block-cart .block-title strong { background-image:url(../images/i_block-cart.gif); }
.block-cart .summary { background:#fff; position:relative; z-index:1; }
.block-cart .amount a { font-weight:bold; }
.block-cart .subtotal { background:#fbebd9; text-align:center; }
.block-cart .subtotal { font-weight:bold; }
.block-cart .actions { border-bottom:1px solid #c2c2c2; }

/* Block: Wishlist */
.block-wishlist .block-title strong { background-image:url(../images/i_block-wishlist.gif); }
.block-wishlist .actions { text-align:right; }

/* Block: Related */
.block-related .block-title strong { background-image:url(../images/i_block-related.gif); background-position:0 1px; }

/* Block: Compare Products */
.block-compare .block-title strong { background-image:url(../images/i_block-list.gif); background-position:0 1px; }
.block-compare button.button span { border-color:#406a83; background:#618499; }
.page-popup .link-print { background:url(../images/i_print.gif) 0 2px no-repeat; font-weight:bold; color:#1e7ec8; }
.compare-table { border:0; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { border:0; background:none; font-size:0; line-height:0; }
.compare-table .btn-remove {  background-image:url(../images/btn_remove2.gif); width:72px; height:15px; }
.compare-table tbody th { background:#d9e5ee url(../images/bkg_th-v.gif) 100% 0 repeat-y; }
.compare-table tbody th,
.compare-table tbody td {border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; }
.compare-table tbody td.last { border-right:1px solid #ccc; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
.compare-table tr.add-to-row td { background:#fffada; text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name { font-size:13px; font-weight:bold; color:#203548; }
.compare-table tr.first td .product-name a { color:#203548; }
.compare-table tr.first td .ratings { width:69px; }

/* Block: Recently Viewed */
.block-viewed .block-title strong { background-image:url(../images/i_block-viewed.gif); }

/* Block: Recently Compared */
.block-compared .block-title strong { background-image:url(../images/i_block-list.gif); background-position:0 1px; }

/* Block: Poll */
.block-poll .block-title strong { background-image:url(../images/i_block-poll.gif); }
.block-poll .block-subtitle { font-size:12px; }
.block-poll label { color:#777; font-weight:bold; }
.block-poll .label { display:block;  }
.block-poll button.button span { border-color:#406a83; background:#618499; }
.block-poll .answer { font-weight:bold; }

/* Block: Tags */
.block-tags .block-title strong { background-image:url(../images/i_block-tags.gif); }
.block-tags .block-content ul { font-size:12px; }
.block-tags .block-content li { display:inline; }
.block-tags .block-content a { color:#1b2d3b; }
.block-tags .actions { text-align:right; }

/* Block: Subscribe */
.block-subscribe .block-title strong { background-image:url(../images/i_block-subscribe.gif); }
.block-subscribe label { font-weight:bold; color:#666; }
.block-subscribe input.input-text { display:block; width:167px; margin:3px 0; }
.block-subscribe .actions { background:none; text-align:left; }
.block-subscribe .actions button.button span { border-color:#406a83; background:#618499; }

/* Block: Reorder */
.block-reorder .block-title strong { background-image:url(../images/i_block-list.gif); }

/* Block: Banner */
.block-banner { border:0; }
.block-banner .block-content { text-align:center; }

/* Block: Login */
.block-login .block-title strong { background-image:url(../images/i_ma-info.gif); }
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; }
.block-login .actions { background:none; }
.block-login .actions button.button span { border-color:#406a83; background:#618499; }

/* Paypal */
.sidebar .paypal-logo { display:block;  text-align:center; }

/* ======================================================================================= */

/* Category Page ========================================================================= */
.category-title { border:0; display:none; }
.category-image { width:100%; overflow:hidden; text-align:center; }

.products-grid { }
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:left; padding:12px 0; margin-right:35px; }
.products-grid li.item.last { margin-right:0; }
.products-grid .product-image { display:block; margin:0; position: relative; z-index: 999; margin-top: 10px; }
.products-grid .product-name { /*min-height:2.7em;*/ margin:16px 0 5px; padding:0; font-weight:bold; font-size:13px; color:#203548; }
.products-grid .product-name a {  }
.products-grid { margin:5px 0; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { position:absolute; bottom:12px; }
.col2-left-layout .products-grid { width:100%; position:relative; margin:0 auto; clear:both; }
.col2-right-layout .products-grid { width:632px; margin:0 auto; }
.col1-layout .products-grid { width:1080px; margin:0 auto; }

/* View Type: List */
.products-list li.item { border-bottom:1px solid #d9ddd3; padding-top: 10px; padding-bottom: 10px; min-height: 150px;}
.products-list li.item.last { border-bottom:0; }
.products-list li.feat-item { border-bottom:1px solid #d9ddd3; padding-top: 10px; padding-bottom: 10px; min-height: 150px;}
.products-list li.feat-item.last { border-bottom:0; }
.products-list .product-image {  width:135px; height:135px; }
.products-list .product-name { font-weight:bold; font-size:13px; color:#203548; }
.products-list .product-name a { color:#fff; }
.products-list .desc { clear:both; line-height:1.35; padding-bottom: 15px; padding-top: 15px;}
.products-list .desc .link-more { font-size:11px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; }
/* ======================================================================================= */

/* Product View ========================================================================== */
/* Tabs */
#tabs1 { clear:both; }
.tabset_tabs { /* zoom:1; */ position:relative; z-index:500;}
.tabset_tabs li { cursor:pointer; float:left; margin-right:1px; padding-bottom: 0px !important; }
.tabset-tabs li.first { margin-right:0; margin-left:0; }
.tabset_tabs li.active {}
.tabset_tabs li a:link, ul.tabset_tabs li a:visited {
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    background:#5C5C5C;
    display:block;
    font-family: roboto;
    text-transform:uppercase;
    padding:10px 15px;
    text-decoration:none;
    color:#fff;
    border-top:1px solid #333;
    border-right:1px solid #333;
    border-left:1px solid #333;
    padding:5px 15px;
}
.tabset_tabs li a:hover, ul.tabset_tabs li a:active, ul.tabset_tabs li a:focus {  }
.tabset_tabs li.active a:link, ul.tabset_tabs li.active a:visited { opacity: 0.8; background:#ADADAD; border-bottom:1px solid #ADADAD; border-top:1px solid #333; border-left:1px solid #333; border-right:1px solid #333; color:#000; cursor:pointer; }
.tsc_wfix { width: 940px !important;}
.tabset_content_container
{
    min-height:344px;
    height: 570px;
    background:#ADADAD;
    opacity: 0.8;
    border:1px solid #333;
    clear:both;
    padding:10px;
    margin-top:-1px;
    float:left;
    position:relative;
    width:556px;
    -moz-box-shadow:0 3px 7px #777;
    -webkit-box-shadow:0 3px 7px #777;
    box-shadow:0 3px 7px #777;
    /*
    -moz-border-radius-topright:5px;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-bottomleft:5px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    border-top-right-radius:5px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px; */
    overflow: hidden;
    overflow-y: scroll;
}
.tabset_content { padding:15px 20px; }
.tabset_content .notice-msg { margin:5px 0; }
.toggletext { background:#EAEBEE; cursor:pointer; padding-left:0.8em; }
.toggled { background:#EAEBEE; }

.tabset_content .notice-msg { margin:5px 0; }
#tab-three ul { margin-left:10px; }
#tab-three ul li { list-style-type:disc; text-transform:uppercase; font-size:11px; font-weight:normal; }

/* Rating */
.ratings {  font-size:11px; line-height:1.25; }
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating {  height:13px; background:url(../images/bkg_rating.gif) 0 100% repeat-x; }

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15;}
.ratings-table th { font-weight:bold; }

/* Rating - product view */
.review-product-list .product-actions { display:none; }
.product-actions .ratings { float:left; font-size:11px; line-height:1.25; margin:0; padding:6px 15px 0 15px; border-left:1px solid #777; border-right:1px solid #777; height:35px; }
.product-actions .rating-links, .product-actions .no-review-link { font-size:11px; text-transform:uppercase; text-align:center; }
.product-actions .rating-box { float:none; margin:5px auto 0; }

/* Availability */
.availability span { font-weight:bold; }
.availability.out-of-stock span { color:#d83820; }

.availability-only { line-height:16px; background:url(../images/i_availability_only.gif) 0 50% no-repeat; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; color:#000; cursor:help; }
.availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#be2c00; }

.availability-only-details th { background:#d2d6d9; font-size:10px; }
.availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; }
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }

.product-view { width:auto; }
.product-view .product-shop .availability { font-size:11px; }
.product-view .product-shop .availability span { font-weight:normal; }

/* Alerts */
.alert-price { font-size:11px; }
.alert-stock { font-size:11px; }

/********** < Product Prices */

/* Regular price */
.regular-price { color:#c76200; }
.block .regular-price,
.block .regular-price { color:#2f2f2f; }
.product-shop { font-size:22px;  font-family: roboto; color:#2d537f; /* text-shadow: 0 1px 0 #FFF; */}

.product-shop { font-size:12px; font-weight:bold; /* white-space:nowrap; */ color:#222; }
.product-shop { font-weight:normal; font-size:13px; font-family: roboto; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee { font-size:11px; font-weight:normal; }

/********** Product Prices > */

/* Tier Prices */
.tier-prices { background-color:#f4f7f7; border:1px solid #dadddd; }
.tier-prices li { line-height:1.4; background:url(../images/i_tier.gif) no-repeat 0 3px; color:#424242; }
.tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.tier-prices { font-weight:bold; color:#2f2f2f; }

.tier-prices-grouped li { color:#e26703; }
.tier-prices-grouped li { font-weight:bold; }

/********** < Product Actions area*/
.product-actions { float:left; width:100%; background:#fff; /* border:1px solid #333; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; -moz-box-shadow:0 3px 7px #777; -webkit-box-shadow:0 3px 7px #777; box-shadow:0 3px 7px #777; */ padding-top:6px; padding-left:6px; margin-bottom: 50px; }
/* ShareThis links */
.product-head .share, .product-head .sell-sheet {display:block; float:right; height:35px; padding-right:0px; border-right:none; margin-right:0;}
.product-head .share h3 { display:block; width:60px; text-align:right; text-transform:uppercase; line-height:1em; color:#000033; font-size:14px; font-weight: normal;}

.product-head .sell-sheet h3 {background:url(../images/btn_pdf.png) no-repeat top right;  display:block; width:85px; text-align:right; text-transform:uppercase; line-height:1em; color:#000033; font-size:14px; font-weight: normal;}
.product-head .sell-sheet h3 a {display: block; padding: 0 25px 0 0; font-weight: normal; color: #000;}

.share { display:block;  height:35px; border-right:1px solid #777; }
.share h3 {  display:block; width:60px; text-align:right; text-transform:uppercase; line-height:1em; color:#777; font-size:15px; float: left; }
.share .stButton { line-height:0; }
.share .stButton span {  height:31px; width:31px; font-size:0; text-indent:-9999px; overflow:hidden; line-height:0; }
.share .stButton span span { background:none; border:none; }
.share .stButton .st-facebook-counter { background:url(../images/btn_fb-sm.png) no-repeat !important; }
.share .stButton .st-twitter-counter { background:url(../images/btn_tw-sm.png) no-repeat !important; }
.share .stButton .stButton_gradient { background:url(../images/btn_email-sm.png) no-repeat; border:none; }
.share .stButton .stTwbutton:hover, .share .stButton .stFb:hover, .share .stButton .st_email_button:hover { background-position:0 0; }

/* Add to Links */
.add-to-links { font-size:11px; /*float: left;*/ }
.add-to-links .separator { display:none; float: left; }

/* Add to Links */
.add-to-links { font-size:11px; }
.add-to-links .separator { display:none; }

/********** Product Actions > */

/* Add to Cart */
.add-to-cart label { color:#000000;  font-size:14px; font-weight:normal; text-transform:uppercase; }
.add-to-cart .qty { position: relative; font-size:14px; background:#fff url(../images/bg_search-field.png) repeat-x; border:1px solid #666; top: 6px; }
.add-to-cart button.button
{

	display:block;
	position:relative;
	width:85px;
	height:25px;
	overflow:hidden;
	font-size:0%;
	line-height:0%;
	border:0;
	text-decoration:none;
	background:url(../images/btn_cart.png) no-repeat top left;
}
.add-to-cart button.button:hover, .add-to-cart button.button:active  { /*background-position: 0 -44px; */}
.add-to-cart .paypal-logo { clear:left; text-align:right; }

/* Add to Links + Add to Cart */
.add-to-box { display:block; float: left; }
.add-to-box .or {  font-weight:bold; color:#666; }
.add-to-box .add-to-links {  font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
.add-to-box .add-to-links li { display:block !important; }
.add-to-box .add-to-links li .separator { display:none !important; }

.product-essential h2 { font:bold 13px/1.35 Arial, Helvetica, sans-serif; }
.product-collateral { margin-top: -20px; }
.product-collateral .box-collateral { /* background:#eee; */ -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; }

/* Program Details - attribute output */
.program-details { float: left; }
.packaging-details { float: right; }

.product-view .program-details { padding: 0 5% 3% 0; }
.product-view .program-details,
.product-view .packaging-details {  width:45%; }
.product-view .packaging-details {  padding: 0 0 3% 0; }

.product-view .program-details h4,
.product-view .packaging-details h4 { border-bottom:1px solid #e2e2e2; font-size:12px; }
.product-view .program-details span,
.product-view .packaging-details span  { display:block; }
.product-view .back-link.general { background:url(../images/i_pager-prev.png) no-repeat 0 0; text-transform:uppercase;  width:290px; font-family: roboto; padding-left: 25px; }

/* Product Images */
#img-box { z-index: 999; position: relative; }
.product-view .product-img-box {  display:inline; width:310px; }
#slide-loader{ display:none; }
.product-view .product-img-box .product-image-zoom { position:relative; z-index:9; height:443px; overflow:hidden; padding-top: 15px; padding-bottom: 15px; }
.product-view .product-img-box .zoom-notice { font-size:11px; text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }

.product-view .product-img-box .more-views { clear:both; }
.product-view .product-img-box .more-views h2 { font-size:11px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; }
.product-view .product-img-box .more-views ul { margin-left:-9px }
.product-view .product-img-box .more-views li { float:left; margin:0 0 8px 9px; }
.product-view .product-img-box .more-views li a { float:left; width:75px; height:75px; border:1px solid #35517e; background:#fff; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; padding:10px 0; }
.product-view .product-img-box .more-views li a:hover, .product-view .product-img-box .more-views li.slide-current a { border:1px solid #333; }

.product-image-popup .nav { font-weight:bold; text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label { font-size:13px; font-weight:bold; color:#2f2f2f; }

.hires-image-link a { background:#2D537F; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; color:#fff; font-weight:bold;  width:77px; font-size:10px; text-transform:uppercase; line-height:1.1em; text-align:center; text-decoration:none; }

/* Product Shop */
.product-view .product-shop {   }
.col1-layout .product-view .product-shop {  width:595px; }
.col3-layout .product-view .product-shop {  width:auto; }

.product-view .product-shop .product-name h1 {  font:bold 22px/1.1 Arial Black; color:#333; text-transform:uppercase; /* text-shadow: 0 1px 0 #FFF; */ }

.product-view .product-shop .short-description { background:url(../images/bkg_divider1.gif) 0 0 repeat-x; }
.product-view .product-shop .purchase-info { position:relative; width:100%;  }
.product-view .product-shop { line-height:1.5em; clear:left; display:block; width:60%; }
.product-view .product-shop { font-size: 22px; font-family: roboto; color: #3B83C0; /* text-shadow: 0 1px 0 #FFF; */ }
.product-view .product-shop .msrp {  display:block; color:#222; font-size:13px;}
.product-view .product-shop .msrp .msrp-price { text-decoration:line-through; }

.msrp-price { text-decoration:line-through; color: red;}

.product-view .product-shop .product-head {  width: 100%;}
.product-view .product-shop .product-head .msrp {color: #000033; font-size: 14px; font-family: roboto;}
.product-view .product-shop .product-head .msrp .msrp-price {text-decoration: none; font-size: 24px; font-family: roboto;}

.product-view .product-shop .add-to-links h3 { color:#777777; display:block;  font-size:14px; line-height:1em; text-align:right; text-transform:uppercase; }

.product-view .product-shop .add-to-links a.link-wishlist
{
     display:block;
	background:url(../images/btn_wish.png) no-repeat;
	width: 90px;
     height: 22px;
     margin-top: 2px;
}

.product-view .product-shop .add-to-links a.link-wishlist:hover { /*background-position: 0 -44px;*/ }

/* Product Options */
.product-options { background-color:#f6f6f6; border:1px solid #e4e4e4; }
.product-options dt { font-weight:normal; }
.product-options dt label { font-weight:bold; color:#2f2f2f; }
.product-options dt span.required { color:#eb340a; }
.product-options dt .qty-holder {  margin-right:15px; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; color:#2f2f2f; }
.product-options dd { border-bottom:1px solid #e4e4e4; }
.product-options dl.last dd.last { border-bottom:0; }
.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; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:99%; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height:1.5; }

.product-options ul.options-list .label { display:block; }
.product-options ul.options-list label { font-weight:normal; }

.product-options p.note { font-size:11px; }

.product-options-bottom { background-color:#fffada; border:1px solid #e4e4e4; border-top:0; }
.product-options-bottom .tier-prices {  border:0; background:0; }
.product-options-bottom .tier-prices li { background:0; color:#e26703; }
.product-options-bottom .tier-prices .benefit { color:#e26703; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both;  }

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height:1.25; }

/* Block: Upsell */
.product-view .box-up-sell h2 { border-bottom:0;  }
.product-view .box-up-sell .products-grid { width:100%; margin-top: 10px; }
.product-view .box-up-sell .products-grid td { width:25%; line-height:1.6em; }
.product-view .box-up-sell .products-grid .product-image { text-align:center; width:100%;}
.product-view .box-up-sell .products-grid td.empty { border-right:0; background:#ccc; }
.product-view .box-up-sell .products-grid .ratings .rating-box {  display:block; }

/* Block: Tags */
.product-view .box-tags h3 { font-size:13px; }
.product-view .box-tags .product-tags { display:block;}
.product-view .box-tags .product-tags li { display:inline; background:url(../images/bkg_pipe3.gif) 100% 4px no-repeat; }
.product-view .box-tags .product-tags li.last { background:none; }
.product-view .box-tags .form-add label { display:block; font-size:13px; font-weight:bold; color:#0a263c;}
.product-view .box-tags .form-add .input-box {  width:305px; background:url(../images/i_tag_add.gif) 0 2px no-repeat; }
.product-view .box-tags .form-add input.input-text { width:299px; }
.product-view .box-tags .form-add button.button span { border-color:#406a83; background:#618499; }
.product-view .box-tags .note { font-size:11px; }

/* Block: Reviews */
.product-view .box-reviews dt a,
.product-view .box-reviews .rating-col {  display:inline; }
.product-view .box-reviews dt span { font-weight:bold; }
.product-view .box-reviews dd { border-bottom:1px solid #999; }
.product-view .box-reviews dd small { font-style:italic; }
.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 { font-size:12px; }
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:0;  }
.product-view .box-reviews .form-add .form-list .input-box { width:360px; }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:354px; }
#review-form { display:block; width:94%; background:url(../images/bg_stripes-lgray.png) repeat; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; -moz-box-shadow:0 3px 7px #777; -webkit-box-shadow:0 3px 7px #777; box-shadow:0 3px 7px #777; }
.product-view .box-reviews .buttons-set { border:none;  }

/* Send a Friend */
.send-friend .form-list { width:615px; overflow:hidden; }
.send-friend .form-list .field { width:315px; }
.send-friend .form-list .input-box { width:300px; }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea { width:294px; }
.send-friend .form-list li.wide .input-box { width:612px; }
.send-friend .form-list li.wide textarea { width:609px; }
.send-friend .buttons-set .limit {  font-size:11px; line-height:21px; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { margin:0; font-size:1em; font-weight:normal; padding-top: 5px; padding-bottom: 10px; }
.product-name a { text-decoration:none; color: #000; }

/* Product Tags */
.tags-list { display:block; font-size:13px; border:1px solid #c1c4bc; background:#f8f7f5; }
.tags-list li { display:inline !important; }
.tags-list li a { color:#1b2d3b; }

/* Advanced Search */
.advanced-search .form-list label { width:160px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range {  clear:none; }
.advanced-search-summary { border:1px solid #e9d7c9; background:#fff6f1;}
.advanced-search-summary ul {  width:49%; }
.advanced-search-summary strong { color:#E17C24; background:url(../images/i_search_criteria.gif) 0 3px no-repeat; }
.advanced-search-summary p { clear:both; font-weight:bold; }

/* styles for menuTree plugin */
.menuTree { text-decoration: none; }

#catnav {
     position:relative;
     z-index: 999;
     background:url(../images/bg_catnav.png) repeat;
     border:1px solid #DEE4EA;
     padding-top:7px;
     -moz-border-radius-bottomleft:7px;
     -moz-border-radius-bottomright:7px;
     -webkit-border-bottom-left-radius:7px;
     -webkit-border-bottom-right-radius:7px;
     border-bottom-left-radius:7px;
     border-bottom-right-radius:7px;
     box-shadow: 2px 2px 8px #000;
}
h3.catnav-title, .cms-company h3.catnav-title, .col-left .block-title h3 { position: relative; z-index: 999; text-transform:uppercase; background: #003A67; margin:0; color: #fff; font-weight: normal; padding: 5px 10px 3px; font-family: roboto; font-size: 18px; -moz-border-radius-topleft:5px; -moz-border-radius-topright:5px; -webkit-border-top-left-radius:5px; -webkit-border-top-right-radius:5px; border-top-left-radius:5px; border-top-right-radius:5px; }
.social #catnav li { position:relative; z-index:999; display:block; float:none; padding:0; margin:0; }
#catnav li span.menuTree { margin:0 0 4px; padding:7px 10px 7px 10px; display:block; background:#DDDCDC url(../images/bg_active_filter.png) repeat-x; }
#catnav li a { display:block; text-transform:uppercase; text-decoration:none; line-height:1em; padding:0 6px 6px 10px; color:#35517e; font-weight:bold; }
#catnav li a:hover { color:#1D252F; }
#catnav li a.menuTree { margin:0 0 4px; padding:7px 10px 7px 10px; display:block; background:#DDDCDC url(../images/bg_active_filter.png) repeat-x; }
#catnav li a.menuTree.expanded .arrow { display:block; height:9px; width:11px; background:url(../images/bg_catnav-collapsed-arrow.png) no-repeat; }
#catnav li a.menuTree .arrow { float:right; display:block; height:9px; width:11px; background:url(../images/btn_catnav-expanded-arrow.png) no-repeat; }
#catnav li li a, #catnav li ul li a { font-weight:normal; /*padding:0 6px 6px 0;*/}

.social #catnav ul { margin:0 0 0 10px; }
.collapsed { display: none; }

a[href='#test'] { display: none; }

/* Distributor Table */

table.distributorTable tr.even {background-color: #eee;}

/* Company Page */
.cms-company h2, .cms-company h3  { clear:both; }
.cms-company h3 { font-size:14px; text-transform:none; font-weight:normal; }

/* 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 a { color:#1b2d3b; }
.page-sitemap .sitemap li.level-0 { font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }

/* RSS */
.rss-title h1 { background:url(../images/i_rss-big.png) 0 4px no-repeat; }
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
/* ======================================================================================= */

/* Shopping Cart ========================================================================= */
.cart .page-title h1 { margin-top: 10px; }

.cart .page-title { border-bottom:0; }

/* Checkout Types */
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .title-buttons .checkout-types { float:right; }
.cart .title-buttons .checkout-types li { display:none; /*float:left; margin:0 0 5px 5px;(*/ }

/* Shopping Cart Table */
.cart-table .product-name { font-weight:bold; color:#2f2f2f; }
.cart-table .item-msg { font-size:11px; font-weight:bold; color:#df280a; }
.cart-table .btn-continue span,
.cart-table .btn-update span { background:none; color:#35517e; border:none; font-size:13px; }
.cart-table .btn-continue span:hover,
.cart-table .btn-update span:hover { color:#333; }
.cart-table td { padding: 10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding-top: 30px; padding-bottom: 30px; }
.cart .cart-collaterals .col2-set {   }
.cart .cart-collaterals .col2-set .col-2 { width:294px; }
.cart .crosssell { height: 210px; margin-bottom: 20px; }
.cart .crosssell li.item { /* border-bottom:1px solid #555; */ float: left; margin-left: 10px; margin-right: 24px; }
.cart .crosssell li.item.last { border-bottom:none; }
.cart .crosssell h2 { font-size:13px; font-weight:bold; margin-bottom: 15px; }
.cart .crosssell { color:#000; }
.cart .crosssell .product-image {  width:75px; height:75px; }
.cart .crosssell .product-name { font-weight:bold; }
.cart .crosssell .add-to-links .link-wishlist { color:#333; }
.cart .crosssell .add-to-links .link-wishlist:hover { color:#000;}

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount, .cart .shipping { /*background:transparent url(../images/bg_stripes-lgray.png) repeat;*/ width:91%; }
.cart .discount h2, .cart .shipping h2 { font-size:15px; }
.cart .discount .buttons-set,
.cart .shipping .buttons-set { border:0; text-align:left; }

.cart .discount h2 { background-image:url(../images/i_discount.gif); }
.cart .discount .input-box { width:260px; }
.cart .discount input.input-text { width:254px; }

.cart .shipping h2 { background-image:url(../images/i_shipping.gif); }
.cart .shipping .sp-methods { background:#f2f2f2; -moz-border-radius:5px; -webkit-border-radius:5px; -border-radius:5px; padding: 10px;}
.sp-methods { padding: 10px; }


/* Shopping Cart Totals */
.cart .totals {  /* width:268px; */ background:#fff; border:1px solid #333; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; -moz-box-shadow:0 3px 7px #777; -webkit-box-shadow:0 3px 7px #777; box-shadow:0 3px 7px #777; }
.cart .totals table { width:100%;}
.cart .totals tfoot td { padding-top: 5px; padding-bottom: 5px; }
.cart .totals td { padding: 1px 15px 1px 7px; }
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-size:15px; }
.cart .totals .checkout-types { font-size:13px; text-align:right; padding: 5px 15px 15px; }
.cart .totals .checkout-types li { clear:both; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:15px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-family: roboto; text-transform:uppercase; }
.sp-methods label { font-weight:bold; color:#444; }
.sp-methods label span { color:#666; font-size: 25px; }
.sp-methods { font-weight:bold; }
.sp-methods select.month { width:154px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }
.sp-methods .checkmo-list label { width:135px; text-align:right; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.please-wait img { vertical-align:middle; }
.cvv-what-is-this { font-size:11px; cursor:help; }

/* Tooltip */
.tool-tip { border:1px solid #7BA7C9; background:#EAF6FF; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .btn-close a { display:block; width:15px; height:15px; background:url(../images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { }

/* Gift Messages */
.gift-messages h3 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages p.control { color:#8e8d8b; }
.gift-messages-form { position:relative; }
.gift-messages-form label {  position:static !important; }
.gift-messages-form h4 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages-form .item .product-img-box {  width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; color:#8a8987; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; }
.gift-messages-form .item .details .form-list .field { width:255px; }
.gift-messages-form .item .details .form-list .input-box { width:240px; }
.gift-messages-form .item .details .form-list input.input-text { width:234px; }
.gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
.gift-messages-form .item .details .form-list li.wide textarea { width:494px; }

.gift-message-link { font-size:11px; background:url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row { background:#f2efe9; }
.gift-message-row .btn-close {  width:16px; height:16px; background:url(../images/btn_gm-close.gif) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:12em; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold; color:#666; }

.opc .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 30px; }
.opc .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; }

/* Centinel */
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.opc .checkout-agreements li { margin:20px 0 0; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; border:0 !important; }
.opc .checkout-agreements .agree { padding-left:6px; }

.opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; }

/* Generic Info Set */
.info-set { background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; }
.info-set h2 { font-size:13px; font-weight:bold; }
.info-set h3, .info-set h4 { font-size:13px; font-weight:bold; color:#E26703; }
.info-set h2 a, .info-set h3 a, .info-set h4 a { font-weight:normal; }
.info-set h2.legend { background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.info-set h3.legend { color:#0a263c; }
.info-set .divider { position:relative; }
.info-set .box h2 { color:#e26703; }
.info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.info-set .data-table .product-name a { font-weight:bold !important; }
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress { border:0;}
.block-progress .block-title {text-transform:uppercase; font-size: 14px; font-family: roboto; /* text-shadow: 0 1px 0 #FFF; */ }
.block-progress .block-content { background:none; }
.block-progress dt { color:#222; font-size:13px; font-weight:bold;}
.block-progress dd.complete { border-top:1px solid #444; }

.opc { position:relative; }
.opc .buttons-set .back-link small { display:none; }
.opc .buttons-set .back-link a { background:url(../images/i_arrow-top.gif) 0 50% no-repeat; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .ul { list-style:disc outside;  }
.opc .step-title { border-width:1px; border-style:solid; border-color:#777 #333 #333; background:#555; text-align:left; padding: 4px 8px 6px; }
.opc .step-title .number {  background:#ccc; border:1px solid #ccc; font:bold 11px/14px "Arial Black", Arial, sans-serif; color:#555; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; float: left; padding: 0 4px; margin: 0 5px 0 0; }
.opc .step-title h2 {  text-shadow:0 1px 0 #111; font-size:14px; line-height:17px; color:#ccc; }
.opc .step-title a { display:none;  font-size:11px; line-height:16px; }

.opc .allow .step-title { background:#35517e; border-color:#35517e #333333 #25395a; border-width:1px; border-style:solid; color:#9bb9ea; cursor:pointer; }
.opc .allow .step-title .number { background:#9bb9ea; border:1px solid #25395a; color:#35517e; float: left; padding: 0 4px; margin: 0 5px 0 0; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; }
.opc .allow .step-title h2 { color:#9bb9ea; }

.opc .active .step-title { background:#222; border:1px solid #333; color:#fff; cursor:default; padding-bottom: 5px; }
.opc .allow.active .step-title .number { background:#fff; border:1px solid #fff; color:#222; }
.opc .active .step-title h2 { color:#fff; text-shadow:none; }

.opc .step { border:1px solid #333; border-top:0; background:#fff; position:relative; padding: 15px 25px 15px 25px; }
.opc .step .tool-tip { right:30px; }

#opc-login .buttons-set { border-top:0; }
#opc-login h3 { font-size:13px; border-bottom:1px solid #e4e4e4; text-transform:uppercase; }
#opc-login h4 { font-size:1em; font-weight:bold; color:#2f2f2f; }

#opc-shipping_method .buttons-set { border-top:0; }
.opc .gift-messages-form { margin:0 -30px; background:#f6f1eb; border:1px solid #e9e4de; border-width:1px 0; }
.opc .gift-messages-form .inner-box { height:260px; overflow:auto; }

#opc-review .step { padding:0; }
#opc-review .product-name { font-size:.95em; }
#opc-review .buttons-set { border:1px solid #d9dde3; border-width:0 1px 1px; }
#opc-review .buttons-set p { line-height:40px; }
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }

/* Multiple Addresses Checkout */
.checkout-progress li {  width:19%; border-top:10px solid #999; font-weight:bold; text-align:center; color:#abb5ba; }
.checkout-progress li.active { border-top-color:#e96200; color:#e96200; }

.multiple-checkout h2 { font-size:13px; font-weight:bold; }
.multiple-checkout h3, .multiple-checkout h4 { font-size:13px; font-weight:bold; color:#E26703; }
.multiple-checkout h2 a, .multiple-checkout h3 a, .multiple-checkout h4 a { font-weight:normal; }
.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.multiple-checkout .data-table .product-name a { font-weight:bold !important; }

.multiple-checkout .tool-tip { top:50%; right:20px; }

.multiple-checkout .col2-set,
.multiple-checkout .col3-set { background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5;  }
.multiple-checkout .col2-set h2.legend { background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.multiple-checkout .col2-set h3.legend {color:#0a263c; }
.multiple-checkout .col2-set .divider {  position:relative; }
.multiple-checkout .box { margin:0 0 15px; }
.multiple-checkout .box h2 { color:#e26703; }

.multiple-checkout .place-order .grand-total {  height:71px; font-size:1.5em; background:url(../images/bkg_grand-total.gif) 0 0 no-repeat; overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner {  height:57px;  background:url(../images/bkg_grand-total.gif) 100% 0 no-repeat; }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; }
.multiple-checkout .place-order .grand-total button.button span { font-size:16px; }

/* Step 1 */
.multiple-checkout .title-buttons button.button span { border-color:#406a83; background:#618499; }
#multiship-addresses-table tfoot button.button span { border-color:#406a83; background:#618499; }

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
.multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #d9d2be; background:#f9f3e3; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-20px; right:-40px; width:178px; height:41px; background:url(../images/bkg_sp-methods.gif) 0 0 no-repeat; overflow:hidden; }

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
#checkout-review-table.data-table, #checkout-review-table.data-table tfoot tr.first td { border:none; -moz-border-radius:none; -webkit-border-radius:none; border-radius:none; }
#checkout-review-table.data-table thead th, #checkout-review-table.data-table tbody td { border-right:none; }
#checkout-review-table.data-table tfoot td { border-bottom:none; border-right:none; }
/* ======================================================================================= */

/* Account Login/Create Pages ============================================================ */

.customer-login-left {  display:inline;  }
.account-login { width:200px;  display:inline; }
.account-login .content h2, .account-login .content h3, .member-text h4  { /* text-shadow: 0 1px 0 #FFF; */ }

.registered-users { /*width: 250px; */ padding: 5px; }
.account-login .registered-users h2 { background-image:url(../images/i_page2.gif); }
.account-login .registered-users .form-list .input-box { width:250px; margin: 5px 0 5px 0; }
.account-login .registered-users .form-list .input-text { width:250px; padding: 5px; }
.account-login .buttons-set { border:none; text-align:center; }
.account-login .small { font-size:10px; }

.account-login .new-users { text-align:center;  border-top:1px solid #111; width: 250px; margin: 0 0 20px 0; }
.account-login .new-users .button span { font-size:26px; }
.account-login .new-users .button span span { background:none; }

.member-text {  width:650px; margin: 0 0 0 20px; }
.member-text p { font-size:12px; line-height:1.5em; }

.customer-account-login .customer-login-right { width:304px;  border-left:1px solid #333; min-height:350px;  }
.customer-account-login .customer-login-right h3 { background:url(../images/bg_vip-signup-h3.png) repeat; font-size:14px; }
.customer-account-login .customer-login-right form input { width:185px; }

#form-validate, .recurring-profiles, .addresses-list { display:block; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; padding-bottom: 0px; }

/* Account Login/Create Pages ============================================================ */

/* My Account ============================================================================= */

/* General Box */
.box-account { -moz-box-shadow:0 3px 7px #777; -webkit-box-shadow:0 3px 7px #777; box-shadow:0 3px 7px #777; background:#f2f2f2; display:block; width:94%; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; padding: 20px; }
.box-account .box-head { /*text-align:right;*/ }
.box-account .box-head h2 {  font-size:16px; color:#e65505; }

.dashboard .box .box-title { margin:0 0 20px; /*text-align:right;*/ }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 {  font-size:13px; font-weight:bold; }

/* Block: Account Information */
.dashboard .box-info h4 { font-size:11px; font-weight:bold; text-transform:uppercase; padding-bottom: 10px }

.dashboard .box-reviews .number {  font-size:10px; font-weight:bold; line-height:1; color:#fff; background:#0a263c; }

.dashboard .box-tags .box-head h2 { background-image:url(../images/i_ma-tags.gif); }
.dashboard .box-tags .number {  font-size:10px; font-weight:bold; line-height:1; color:#fff; background:#0a263c; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

.addresses-list h2 { font-weight:bold; font-size:16px; color:#e26703; text-transform:uppercase; }
.addresses-list h3 { font-weight:bold; font-size:13px; }
.addresses-list a { font-weight:bold; }
.addresses-list .link-remove { color:#646464; }
.addresses-list li.empty { background:none; border:0;}
.addresses-list li.empty p { font-weight:bold; }
.addresses-list .addresses-additional li.item { background:none; border:0;}

/* Order View */
.order-info { background:#dee5e8; border:1px solid #d0cbc1; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:bold; }

.order-info-box { background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; }
.order-info-box h2 { font-weight:bold; font-size:13px; }
.order-info-box .box-payment th { font-weight:bold;  }

.order-items { width:100%; overflow-x:auto; }
.order-items h2,
.order-items h3 { font-weight:bold; font-size:13px; }
.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
.order-items .link-print {  color:#1e7ec8; font-weight:normal; }

.gift-message dt strong { color:#666; }
.gift-message dd {  font-size:13px; }

.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; }

.tracking-table th { font-weight:bold; white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }

/* Order Print Pages */

.page-print h1 { font-size:16px; font-weight:bold; }
.page-print h2,
.page-print h3 { font-size:13px; font-weight:bold; }
.page-print h2.h2 { font-size:16px; font-weight:bold; }
.page-print .order-date { background:url(../images/bkg_divider1.gif) 0 100% repeat-x; }

/* My Wishlist */

.my-wishlist .product-image { display:block; width:113px; height:113px; }
.my-wishlist textarea { display:block; width:97%; height:109px; }
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span { border-color:#000; background:#2D537F; }
#wishlist-table .add-to-links { white-space:nowrap; }

/* My Tags */

#my-tags-table { clear:both; }
#my-tags-table .add-to-links { white-space:nowrap; }

.product-review .product-img-box {  width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; }
.product-review .product-img-box .ratings .rating-box {  display:block; }
.product-review .product-name { font-size:16px; font-weight:bold; }
.product-review h3 { font-size:12px;  color:#2f2f2f; }

.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; }

/* Tooltip - Structure */
.tooltip
{
	display:none;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    -moz-box-shadow:0 4px 9px #111;
    -webkit-box-shadow:0 4px 9px #444;
    box-shadow:0 4px 9px #444;
    background-color:#FFFFFF;
    border:1px solid black;
    font-size:12px;
    width:320px;
    min-height:150px;
    z-index:1000;
}

.tooltip.top .tooltip-arrow { background:url(../images/img_tooltip-arrow.png) no-repeat 0 50px; height:150px; }
.tooltip.top.left .tooltip-arrow { background:url(../images/img_tooltip-arrow-right.png) no-repeat 0 50px; height:150px; }
.tooltip.bottom .tooltip-arrow { background:url(../images/img_tooltip-arrow.png) no-repeat 0 0; height:150px; }
.tooltip.left .tooltip-arrow { background:url(../images/img_tooltip-arrow-right.png) no-repeat; height:150px;  }
.productdata { /* display:block; */ }
.tooltip-arrow { background:url(../images/img_tooltip-arrow.png) no-repeat; height:67px; width:46px; position:absolute; display:block;}

/* Tooltip - Content */
.products-grid .tooltip .product-name { color:#fff; text-shadow:none; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; -webkit-border-top-left-radius:4px; -webkit-border-top-right-radius:4px; border-top-left-radius:4px; border-top-right-radius:4px; background:#2d537f; }
.tooltip h3 { font-size:11px; color:#333; }
.tooltip .synopsis { display:block; font-size:11px; line-height:1.3em; }

/* Billing Agreements */
.billing-agreements .table-caption { font-weight:bold; font-size:13px; }
/* ======================================================================================= */

/* Footer ================================================================================ */
.footer-container { /*background:#333;*/ background: none; clear: both;}
.footer, .twocol-left.catalog-category-view .footer, .twocol-left.catalogsearch-result-index .footer { background: url(../images/bg_footer-container.png) no-repeat bottom center; width:1017px; height: 76px; }
.footer .footer-content { color: #fff;}
.footer .footer-content a, .footer .footer-content p {color: #fff;}
.footer .store-switcher { display:inline;  color:#35517e; }
.footer .store-switcher label { font-weight:bold; vertical-align:middle; }
.footer .store-switcher select {  vertical-align:middle; }
.footer a { color:#fff; text-decoration:none; padding-right: 10px; }
.footer a:hover { text-decoration:underline; }
.footer .bugs {  color:#35517e; }
.footer .bugs a { color:#35517e; text-decoration:underline; }
.footer .bugs a:hover { text-decoration:none; }
.footer address { color:#fff; font-size: 10px;}
.footer address a { color:#35517e; text-decoration:underline; }
.footer address a:hover { text-decoration:none; }
.footer ul { display:inline;  }
.footer ul.links { display:block; }
.footer li { display:inline; /*background:url(../images/bkg_pipe2.gif) 100% 60% no-repeat;*/ font-weight: bold; font-family: roboto;}
.footer li.last { background:none !important; }

/* ======================================================================================= */

/* Catalog Download Popup ================================================================ */
.popup .wrapper { background:#f9f9f9; width:260px; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; }
.popup li a
{
     -moz-border-radius:5px;
     -webkit-border-radius:5px;
     border-radius:5px;
     background:#2D537F;
     color:#FFFFFF;
     display:block;
     font-family: roboto;
     text-decoration:none;
     text-transform:uppercase;
     width:260px;
}

/* ======================================================================================= */
.canassSignupForm { margin: 0 auto; padding: 14px; width: 400px; }

.dealerText { margin: -12px 0 0 500px; padding-top: 40px; }

#dealerSignUp
{
	/*border: solid 2px #2D537F;*/
	padding: 14px;
	width: 385px;
	/*height: 385px;*/
	margin-left: 555px;
	/*margin-top: 210px;*/
	margin-top: 10px;
}

#dealerSignUp label{
     display:block;
     font-weight:bold;
     text-align:right;
     width:140px;
     float:left;
}

#dealerSignUp .small{
     color:#666666;
     display:block;
     font-size:11px;
     font-weight:normal;
     text-align:right;
     width:140px;
}

#dealerSignUp input{
     float:right;
     font-size:12px;
     padding:4px 2px;
     border:solid 1px #000;
     width:200px;
/*margin:2px 0 20px 10px;*/
}

#dealerSignUp button{
     clear:both;
     margin-left:150px;
     width:125px;
     height:31px;
     /*background:#666666 url(img/button.png) no-repeat;*/
     text-align:center;
     line-height:31px;
     color:#FFFFFF;
     font-size:11px;
     font-weight:bold;
}

.b2b { background: url(../images/b2bBKG.jpg) no-repeat bottom center; width: 960px; }
.dealerLogin { padding: 10px; padding-left: 1px; width: 960px; margin-bottom: 0px; }

.login-box input { margin-right: 30px; width: 235px; }

.login-box button { /*margin-left: 6px;*/ margin-right: 30px; }

.login-box label { margin-right: 5px; }

.msg_list { visibility: hidden; }

.msg_head { cursor: pointer; }

.msg_head:hover { cursor: pointer; opacity: 0.8; }

.msg_body { padding: 20px 0 0 20px; /*visibility: hidden; height: 0px;*/ }

.dlr-form-hr { border: 0; height: 1px; background-color: #000; width: 98%; }

#appFormCompanyName { position: relative; width: 671px; height: 25px; }
#appFormCompanyType { position: relative; width: 205px; height: 25px; }
#appFormFedID { position: relative; width: 155px; height: 25px; }
#appFormStateID { position: relative; width: 145px; height: 25px; }
#appFormCompanyAge { position: relative; width: 103px; height: 25px; }
#appFormStateResaleCert { position: relative; width: 123px; height: 25px; }
#appFormStateOfIssue { position: relative; width: 155px; height: 25px; }
#appFormCompanyAddress { position: relative; width: 671px; height: 25px; }
#appFormCompanyCity { position: relative; width: 238px; height: 25px; }
#appFormCompanyState { position: relative; width: 187px; height: 25px; }
#appFormCompanyZip { position: relative; width: 145px; height: 25px; }
#appFormContactFirst { position: relative; width: 196px; height: 25px; }
#appFormContactLast { position: relative; width: 189px; height: 25px; }
#appFormContactPhone { position: relative; width: 196px; height: 25px; }
#appFormContactFax { position: relative; width: 182px; height: 25px; }
#appFormContactEmail { position: relative; /*width: 140px;*/ height: 25px; }
#appFormPromoCode { position: relative; width: 196px; height: 25px; }
#appFormSubscribe { position: relative; width: 189px; height: 25px; }
#appFormSubmit { position: relative; width: 133px; height: 37px; height: 38px; width: 96px; padding-top: 15px; padding-bottom: 12px; margin-top: 20px;}

#slider-frame { width: 724px; }

#feat-slider { position: relative; height: 10px; margin: 5px; background: #777; }

.ui-slider-handle {
  width: 8px;
  height: 14px;
  position: absolute;
  top: -4px;
  background: #478AFF;
  border: solid 1px black;
}

#content-holder { width: 1470px; }

.scrollable {
  /* required settings */
  position:relative;
  overflow:hidden;
  width: 675px;
  height: 218px;
  left: -2px;
}

.scrollable .items {
  /* this cannot be too large */
  width: 2200px;
  height: 260px;
  position:absolute;
}

.scroll-group { width: 675px; float: left; }
.scrollable-prev { position: relative; left: -8px; top: -53px; width: 25px; height: 282px; background-color: #35517E; float: left; border-bottom-left-radius: 10px; border-top-left-radius: 10px; }
.scrollable-next { position: relative; left: 5px; top: -53px; width: 25px; height: 282px; background-color: #35517E; float: right; border-bottom-right-radius: 10px; border-top-right-radius: 10px; }

.scrollable-prev-img { position: relative; top: 50%; left: 50%; height: 32px; width: 21px; margin-top: -8px; margin-left: -10px; background:url("/skin/frontend/default/gumby2/images/btn_scrollable.png") 21px 0;  }
.scrollable-next-img { position: relative; top: 50%; left: 50%; height: 32px; width: 21px; margin-top: -8px; margin-left: -8px; background:url("/skin/frontend/default/gumby2/images/btn_scrollable.png") 0 0; }

.scrollable-prev-img2 { position: relative; top: 50%; left: 50%; height: 16px; width: 16px; margin-top: -8px; margin-left: -8px; background:url("/skin/frontend/default/gumby2/css/custom-theme/images/ui-icons_ffffff_256x240.png") -96px 0px;  }
.scrollable-next-img2 { position: relative; top: 50%; left: 50%; height: 16px; width: 16px; margin-top: -8px; margin-left: -8px; background:url("/skin/frontend/default/gumby2/css/custom-theme/images/ui-icons_ffffff_256x240.png") -32px 0px; }

#demo-frame > div.demo { padding: 10px !important; }
.scroll-pane { overflow: auto; width: 99%; float:left; }
.scroll-content { width: 2440px; float: left; }
.scroll-content-item { width: 100px; height: 100px; float: left; margin: 10px; font-size: 3em; line-height: 96px; text-align: center; }
* html .scroll-content-item { display: inline; } /* IE6 float double margin bug */
.scroll-bar-wrap { clear: left; padding: 8px 12px 0px 12px; /*margin: 0 -1px -1px -1px;*/ }
.scroll-bar-wrap .ui-slider { background: none; border:0; height: 20px; margin: 0 auto;  }
.scroll-bar-wrap .ui-handle-helper-parent { position: relative; width: 100%; height: 100%; margin: 0 auto; }
.scroll-bar-wrap .ui-slider-handle { top:.2em; height: 10px; }
.scroll-bar-wrap .ui-slider-handle .ui-icon { margin: -8px auto 0; position: relative; top: 50%; }

#content-scroll_two { width: 720px; overflow: hidden; }
#content-holder_two { width: 1470px; }
#slider-frame_two { width: 724px; }
#feat-slider_two { position: relative; height: 10px; margin: 5px; background: #777; }

.scroll-bar-wrap_two { clear: left; padding: 8px 12px 0px 12px; /*margin: 0 -1px -1px -1px;*/ }
.scroll-bar-wrap_two .ui-slider { background: none; border:0; height: 20px; margin: 0 auto;  }
.scroll-bar-wrap_two .ui-handle-helper-parent { position: relative; width: 100%; height: 100%; margin: 0 auto; }
.scroll-bar-wrap_two .ui-slider-handle { top:.2em; height: 10px; }
.scroll-bar-wrap_two .ui-slider-handle .ui-icon { margin: -8px auto 0; position: relative; top: 50%; }

.search-title { margin-top: 110px; }
.search-title h1 { text-align: center !important; font-size: 22px; }

.page-title { padding-bottom: 20px; }
.my-account { padding-bottom: 20px; }
.box-content { padding-bottom: 20px; }

.inline-catalog
{
	margin: 15px 0 0 20px;
	padding: 15px 5px 15px 5px;
	text-align: center;
	width: 448px;
}

.inline-catalog li a {
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
background:#2D537F;
color:#FFFFFF;
display:block;
font-family: roboto;
padding:5px 15px;
text-decoration:none;
text-transform:uppercase;
width: 260px;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 77px;
}

.canvas-copy { text-transform: none; margin-top: 15px; }

.new-account { position: relative; padding: 30px; }

.dealer-app-headline
{
	color: #000;
	text-decoration: none !important;
	text-shadow: none !important;
	padding-bottom: 30px;
	font-size: 28px;
	text-align: center;
	font-weight: bold;
}

.msg-body

.required { margin-right: 10px; font-size: 14px; margin-right: 15px; }

.required-left { float: right; font-size: 14px; margin-bottom: 10px; line-height: 29px; }

.required-left-s { float: right; font-size: 14px; margin-bottom: 10px; line-height: 29px; }

.new-account-input { margin-bottom: 15px; margin-right: 15px; float: left; }

.new-account-input-right { float: right; margin-bottom: 10px; }

.new-account-submit { float: right; margin-bottom: 10px; margin-top: 20px; }

.heavy-text { font-weight: bold; }

.form-line-spacer { min-height: 40px; }

.fix-fed-id { margin-left: 3px; }
.fix-cert { margin-left: 13px; }
.fix-cert-box { margin-right: 12px; }
.fix-state { margin-right: 5px; }
.fix-lname { margin-left: 2px; }
.fix-fax { margin-left: 47px; }

.add-cart-prices-layout li { float: left; display: inline; width: 150px; margin-right: 15px; }

.case-pack-style { text-transform: uppercase; }

.egg_cart { background: #FFA11B url("../images/btngrad35_orange.png") repeat-x left top; width: 135px; }

#ajax_loader, #ajax_loaderCase { position: relative; top: 5px; }

#cart-msgs { background: #FFCC33; position: relative; top: 38px; left: 110px; border: 1px solid #2F547E; height: 20px; width: 465px; }
#cart-msg-text { position: absolute; color: #2F547E; padding-top: 1px; text-align: center; width: 435px;}

.mcd-twitter { height: 426px; margin-top: 20px; border: 1px solid #999; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; box-shadow: inset 0px 0px 5px #999; }

#mcd-twitter-feed { height:384px; width:auto; overflow:hidden; padding-top: 8px; }

.tweet { padding:5px; margin:0 8px 8px; border:1px solid #F0F0F0; background:url(img/transparent.png); width:auto;	overflow:hidden; }
.tweet .avatar, .tweet .user, .tweet .time { float:left; }
.tweet .time { text-transform:uppercase; font-size:10px; color:#AAAAAA;	white-space:nowrap; }
.tweet .avatar img { width:36px; height:36px; border:2px solid #eeeeee; margin:0 5px 5px 0; }
.tweet .txt { clear:both; }
.tweet .user { font-weight:bold; }

.page-search { position: absolute; top: 0; z-index: 999; }

.page-category-header
{
     position: relative;
     overflow: hidden;
     width: 1004px;
     height: 215px;
     padding-bottom: 10px;
     left: -38px;
}

.addthis_mcd_home_style { margin-top: 20px; margin-left: 28px; }

.social-side-tab { position: absolute; top: -894px; left: -82px; background:url("/skin/frontend/default/gumby2/images/socialtab/social_tab.png") 0 0 no-repeat; width: 60px; height: 199px; }
.social-side-tab-ul { position: relative; left: 12px; list-style: none; padding-top: 2px; }
.social-side-tab-ul li { top: 5px; }

/************************************************************************************************/
/******************                     LEGIT STYLES             ********************************/
/************************************************************************************************/
.top-social-row { margin: -5px 0 0px 0; }

.g_showcase { height: 394px; margin-top: -34px; margin-left: -8px; background-image:url('/skin/frontend/gumby/gumby2/_img/showcase_placeholder.png'); }
.g_featprod { height: 320px; background-color: #ccc; }
.g_collections { height: 250px; background-color: #eee; margin-top: 20px; z-index: 400; }

.g_detail-social-text
{
     color: #fff;
     float: left;
     margin-left: 2px;
     padding: 2px 2px 0px 0px;
     color: #eee; opacity: 0.75;
     font-size: 1.5em;
     font-family: roboto;
     font-weight: 200;
     text-decoration: none;
     text-transform: uppercase;
     margin-top: 1px;
}

.g_top-social-text
{
     color: #fff;
     float: left;
     margin-left: 32px;
     padding: 2px 2px 0px 0px;
     color: #eee; opacity: 0.75;
     font-size: 1.25em;
     font-family: roboto;
     /*font-weight: 200;*/
     text-decoration: none;
     text-transform: uppercase;
     margin-top: 3px;
}

.g_top-social-first
{
     color: #fff;
     float: left;
     margin-left: 3px;
     padding: 2px 5px 0px 4px;
     color: #eee; opacity: 0.75;
     font-size: 1.75em;
     font-family: roboto;
     font-weight: 200;
     text-decoration: none;
     text-transform: uppercase;
}

.g_top-social { float: left; margin-left: 3px; padding: 2px 5px 0px 0px; color: #eee; opacity: 0.75; font-size: 1.75em; }
.g_top-social-last { float: left; margin-left: 3px; padding: 2px 0px 0px 0px; color: #eee; opacity: 0.75; font-size: 1.75em; }

.g_top-social a, .g_top-social-first a, .g_top-social-last a { text-decoration: none; }
.g_top-social a i, .g_top-social-first a i, .g_top-social-last a i { margin-top: 2px; }


.g_top-social-first a:link, .g_top-social-first a:visited, .g_top-social-first a:hover { color: #fff; }
.g_top-social a:link, .g_top-social a:visited, .g_top-social a:hover { color: #fff; }

.header-tag-blue { background-color: #359dc4; text-transform: uppercase; height: 40px; min-width: 90px; margin: -55px 0 0 -50px; padding: 5px; font-size: 150%; }
.header-tag-yellow { background-color: #e6c72f; text-transform: uppercase; height: 40px; min-width: 90px; margin: -55px 0 0 -50px; padding: 5px; font-size: 150%; }

.header-tag-left-blue { background-color: #359dc4; text-transform: uppercase; height: 40px; min-width: 90px; margin: 110px 0 0 -60px; padding: 10px; padding-top: 7px !important; font-size: 150%; float: left; font-weight: 700; }
.header-tag-right-blue { background-color: #359dc4; text-transform: uppercase; height: 40px; min-width: 90px; margin: 110px -60px 0 0; padding: 10px; padding-top: 7px !important; font-size: 150%; float: right; font-weight: 700;  }

.header-tag-left-shadow
{
     -moz-box-shadow: 1px 1px 3px #333;
     -webkit-box-shadow: 1px 1px 3px #333;
     box-shadow: 1px 1px 3px #333;

     /* For IE 8 */
     -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000')";
     /* For IE 5.5 - 7 */
     filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000');
}

.header-tag-right-shadow
{
     -moz-box-shadow: -1px 1px 3px #444;
     -webkit-box-shadow: 1px -1px 3px #444;
     box-shadow: -1px 1px 3px #444;

     /* For IE 8 */
     -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=225, Color='#000000')";
     /* For IE 5.5 - 7 */
     filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=225, Color='#000000');
}

.arrow-left
{
     float: left;
     margin-top: 120px;
     margin-left: -60px;
     width:0px;
     height:0px;
     border-top:40px solid transparent;
     border-bottom:40px solid transparent;
     border-right:40px solid #cccccc;
     cursor:pointer;
     opacity: 0.25;
}

.arrow-right
{
     float: right;
     margin-top: -210px;
     margin-right: -60px;
     width:0px;
     height:0px;
     border-top:40px solid transparent;
     border-bottom:40px solid transparent;
     border-left:40px solid #cccccc;
     cursor:pointer;
     opacity: 0.25;
}

.arrow-backtop
{
     border-right:40px solid transparent;
     border-left:40px solid transparent;
     border-bottom:40px solid #cccccc;
}

.feat-gradient
{
     height: 330px;
     width: 960px;
     background-image: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0.40) 0%, rgba(255, 255, 255, 0) 100%);
     background-size: auto;
     background-position: 0% 0%;
     background-repeat: repeat repeat;
}

.feat-gradient-new2
{
     background: -moz-linear-gradient(top,  rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.25) 25%, rgba(255,255,255,0) 75%, rgba(255,255,255,0) 100%); /* FF3.6+ */
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.25)), color-stop(25%,rgba(255,255,255,0.25)), color-stop(75%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
     background: -webkit-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.25) 25%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
     background: -o-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.25) 25%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
     background: -ms-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.25) 25%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%); /* IE10+ */
     background: linear-gradient(to bottom,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.25) 25%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%); /* W3C */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.feat-gradient-new
{
     background: -moz-linear-gradient(top,  rgba(85,85,85,0.25) 0%, rgba(77,77,77,0.25) 25%, rgba(60,60,60,1) 75%, rgba(51,51,51,1) 100%); /* FF3.6+ */
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(85,85,85,0.25)), color-stop(25%,rgba(77,77,77,0.25)), color-stop(75%,rgba(60,60,60,1)), color-stop(100%,rgba(51,51,51,1))); /* Chrome,Safari4+ */
     background: -webkit-linear-gradient(top,  rgba(85,85,85,0.25) 0%,rgba(77,77,77,0.25) 25%,rgba(60,60,60,1) 75%,rgba(51,51,51,1) 100%); /* Chrome10+,Safari5.1+ */
     background: -o-linear-gradient(top,  rgba(85,85,85,0.25) 0%,rgba(77,77,77,0.25) 25%,rgba(60,60,60,1) 75%,rgba(51,51,51,1) 100%); /* Opera 11.10+ */
     background: -ms-linear-gradient(top,  rgba(85,85,85,0.25) 0%,rgba(77,77,77,0.25) 25%,rgba(60,60,60,1) 75%,rgba(51,51,51,1) 100%); /* IE10+ */
     background: linear-gradient(to bottom,  rgba(85,85,85,0.25) 0%,rgba(77,77,77,0.25) 25%,rgba(60,60,60,1) 75%,rgba(51,51,51,1) 100%); /* W3C */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40555555', endColorstr='#333333',GradientType=0 ); /* IE6-9 */

}

.related-prod-gradient
{
     background: -moz-linear-gradient(top,  rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 50%);
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(50%,rgba(255,255,255,0)));
     background: -webkit-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 50%);
     background: -o-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 50%);
     background: -ms-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 50%);
     background: linear-gradient(to bottom,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 50%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=0 );
}

.related-prod-gradient2
{
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(50%,rgba(255,255,255,0)));
     background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 80%,rgba(255,255,255,0) 100%);
}

#feat_roundabout { position: absolute; margin-top: 134px; }

#roundAbout-title
{
  font-family: roboto;
  font-size: 10.6em;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  opacity: 0.15;
  position: absolute;
  margin: -35px 0 0 16px;

}

#roundAbout-title2
{
  font-family: roboto;
  font-size: 7em;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  opacity: 0.15;
  position: absolute;
  margin: -19px 0 0 40px;

}

#roundAbout a:hover { text-decoration:none; opacity: 1;}

#topMenuFlat { padding-top: 25px; }

#topMenuFlat a
{
  font-family: roboto;
  font-size: 1.95em;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px 20px 5px 20px;
}

#topMenuFlat a:hover { background-color: #333; color: #fff; opacity: 0.3; }

.drawerNode a
{
  font-family: roboto;
  font-size: 1.4em;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px 20px 5px 20px;
}

.drawerNode a:hover { background-color: #333; color: #fff; opacity: 0.3; }

.collection-block { width: 100%; margin-bottom: 7px; }

.collection-block a img { margin-right: 7px; }

.collections-header
{
  color: #aaa;
  font-family: roboto;
  font-size: 2em;
  font-weight: 200;
  text-decoration: none;
  text-transform: uppercase;
}

.collect-header { width: 805px; height: 210px; }
.collect-header2 { width: 960px; height: 210px; }
.collection-page-content { position: relative; left: 5px; }

#collection-title { position: absolute; top: 0px; }

.collection-title-text
{
    font-family: roboto;
    font-size: 10.6em;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    opacity: 0.15;
    position: absolute;
    margin: -35px 0 0 0;
    width: 805px;
}

.collection-title-text7
{
    font-family: roboto;
    font-size: 7.6em;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    opacity: 0.15;
    position: absolute;
    margin: -5px 0 0 0;
    width: 805px;
}

.collection-title-text960
{
    font-family: roboto;
    font-size: 7.6em;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    opacity: 0.15;
    position: absolute;
    margin: -20px 0 0 0;
    width: 960px;
}

.collection-title-text960w
{
    font-family: roboto;
    font-size: 10.6em;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    opacity: 0.15;
    position: absolute;
    margin: -20px 0 0 0;
    width: 960px;
    height: 210px;
}

.collection-header-spacer { min-height: 75px; }

.collections-hr-thin { border: 0; background: #777; height: 1px; }

.details-header
{
  color: #666;
  font-family: roboto;
  font-size: 1.5em;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 0 20px 0;
}

.details-hr-thin { border: 0; background: #666; height: 1px; }


.callout-tag-glass
{
  background: #fff;
  font-family: roboto;
  font-size: 1.25em;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  cursor:pointer;
  opacity: 0.25;
  height: 94px;
  min-width: 38px;
  margin: 20px -38px 0 0;
  padding: 10px 3px 3px 3px;
  float: right;
  -webkit-border-radius: 0px 10px 10px 0px;
  -moz-border-radius: 0px 10px 10px 0px;
  border-radius: 0px 10px 10px 0px;
  line-height: 1.25em;
  box-shadow: inset 2px 0px 5px #000;
  color: #000;
}

.contents-item a { color: #000; }

.links li
{
  font-family: roboto;
  font-size: 1em;
  font-weight: 200;
  text-decoration: none;
  text-transform: uppercase;
  cursor:pointer;
}

.links li a { text-decoration: none; }

.links .first { padding-right: 16px; }


@font-face {
	font-family: 'icomoon';
	src:url('https://d53xc6gg1gd7c.cloudfront.net/4/6/f.eot');
	src:url('https://d53xc6gg1gd7c.cloudfront.net/4/6/f.eot?#iefix') format('embedded-opentype'),
		url('https://d53xc6gg1gd7c.cloudfront.net/4/6/f.woff') format('woff'),
		url('https://d53xc6gg1gd7c.cloudfront.net/4/6/f.ttf') format('truetype'),
		url('https://d53xc6gg1gd7c.cloudfront.net/4/6/f.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.icon-spinner:before, .icon-spinner-2:before, .icon-spinner-3:before, .icon-spinner-4:before, .icon-spinner-5:before, .icon-spinner-6:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-spinner:before { content: "\e000"; }
.icon-spinner-2:before { content: "\e001"; }
.icon-spinner-3:before { content: "\e002"; }
.icon-spinner-4:before { content: "\e003"; }
.icon-spinner-5:before { content: "\e004"; }
.icon-spinner-6:before { content: "\e005"; }

@keyframes anim-rotate {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}
.spinner {
    display: inline-block;
    font-size:4em;
    height: 1em;
    line-height: 1;
    margin: .5em;
    animation: anim-rotate 2s infinite linear;
    color: #fff;
    text-shadow: 0 0 .25em rgba(255,255,255, .3);
}
.spinner--steps { animation: anim-rotate 1s infinite steps(8); }

.user-nav
{
    color: #eee;
    opacity: 0.75;
    font-size: 1.5em;
    float: right;
    margin-top: 4px;
    margin-right: 4px;
}

.user-nav i { margin-left: 6px; }
.user-nav a { text-decoration: none; }

.tooltipsy
{
  font-family: roboto;
  font-weight: 400;
  text-transform: uppercase;
  padding: 3px 5px 3px 5px;
  max-width: 350px;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 3px;
  opacity: 1;
}

/* ======================================================================================= */

.btn-cart-add, .btn-cart-direct, .account-create button, .account-login button {
     position: relative;
     border-radius: 5px;
     border: 0px;
     background: #ff832f /* url(../images/button-background.png) repeat-x */;
     box-shadow: 0.5px 1px 2px 0px #000;
     width: 140px;
     height: 30px;
     font-size: 14px;
     font-family: "Roboto";
     color: #fff;
     text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
     text-transform: uppercase;
     text-align: center;
     margin-right: 10px;
     cursor: pointer;
     float: left;
}

.btn-cart-direct { width: 220px; }

.btn-cart-add:hover, .account-create button:hover, .account-login button:hover { background-color: #fc732e; }

.boxbtn, .imgsel, .vidselbtn
{
    border-style: solid;
    border-width: 1px;
    border-color: #000;
    background-color: #fff;
    font-size: 14px;
    font-family: "Roboto";
    color: #000;
    text-transform: uppercase;
    text-align: center;
    opacity: 0.25;
    cursor: pointer;
}
.boxbtn.active, .imgsel.active, .vidselbtn.active { opacity: 0.75; }
.boxbtn.num, .imgsel.num { width: 22px; height: 22px; }

.vidselbtn.num { width: 22px; height: 22px; float: left; margin-right: 10px; }
.boxbtn.virtnav { border-bottom: none; }
.virtnav.last { border-bottom: solid 1px; }
.boxbtn-dl, .boxbtn-contents
{
    border-style: solid;
    border-width: 1px;
    border-color: #000;
    background-color: #fff;
    font-size: 14px;
    font-family: "Roboto";
    color: #000;
    text-transform: uppercase;
    text-align: center;
    opacity: 0.75;
    cursor: pointer;
}

.nav-filter-button
{
    border-style: solid;
    border-width: 1px;
    border-color: #000;
    background-color: #fff;
    font-size: 14px;
    font-family: "Roboto";
    color: #000;
    text-transform: uppercase;
    opacity: 0.3;
    cursor: pointer;
    padding-left: 5px;
    font-weight: 400;
}
.nav-filter-button.active { opacity: 0.75; }


.group-price-block { position: absolute; top: 126px; }
.add-to-block { position: absolute; top: 182px; }
.soc-share-bar { position: absolute; top: 232px; opacity: 0.5; z-index: 999; }
.soc-share-bar:hover { opacity: 1; }

/* ======================================================================================= */

.video1 { margin-top: 15px; }
.video2, .video3, .video4, .video5 { visibility: hidden; margin-top: -176px; }
.player-box { width:307px; height:172px; }

.cart-row-label { text-transform: uppercase; }
.cart-product-title {  color: #000; text-transform: uppercase; text-align: left; font-family: roboto; text-shadow: none; font-weight: 500; }

.cart-product-sub { font-weight: 400; font-size: 14px; text-transform: uppercase; text-align: left; }

a.h3.cart-product-title { text-decoration: none; }

.gridview-height-fix { height: 172px; vertical-align: bottom; display: table-cell; padding-bottom: 0px !important; }
.gridview-height-fix2 { height: 233px; vertical-align: bottom; display: table-cell; padding-bottom: 0px !important; }

.gridview-height-fix a img { vertical-align: bottom }

.list-product-img { padding-bottom: 15px; }

.uppercase { text-transform: uppercase; }

.cart-hr-thin { width: 100%; border: 0; background: #000; height: 1px; margin: 10px 0 10px 0;}

#country.validate-select, #region_id.validate-select { float: left; width: 200px; height: 23px; margin-bottom: 15px; }
#postcode.input-text { height: 23px; }
#coupon_code.input-text { height: 23px; }

label.required { float: left; margin-right: 10px; }

#firstname.input-text { float: left; width: 250px; margin-left: 22px; height: 23px; }
#lastname.input-text { float: left; width: 250px; margin-left: 22px; height: 23px; }
#email.input-text { float: left; width: 250px; height: 23px; }
#email_address.input-text { float: left; width: 250px; height: 23px; }
#telephone.input-text { float: left; width: 250px; height: 23px; margin-left: 25px; }
#fax.input-text { float: left; width: 250px; height: 23px; margin-left: 83px; }
#company.input-text { float: left; width: 250px; height: 23px; margin-left: 46px; }

#street_1.input-text { float: left; width: 250px; height: 23px; margin-left: 18px; }
#street_2.input-text { float: left; width: 250px; height: 23px; margin-left: 121px; }
#city.input-text { float: left; width: 250px; height: 23px; margin-left: 86px; }
#zip.input-text { float: left; width: 250px; height: 23px; margin-left: 10px; }

#current_password.input-text { float: left; width: 180px; height: 23px; margin-left: 36px; }
#password.input-text { float: left; width: 230px; height: 23px; }
#confirmation.input-text { float: left; width: 180px; height: 23px; }

#send2 { background-color: #ff832f; padding-bottom: 1px; }

.account-region_id { float: left; width: 250px !important; height: 23px; margin-left: 17px; }
.account-country #country.validate-select { float: left; width: 250px; height: 23px; margin-left: 62px; }

.related-links { color: #000; }
.related-links:visited { color: #000; }
.related-links:hover { color: #000; }

.top-pad { margin-top: 20px; }
.top-pad2 { margin-top: 15px; }
.top-pad3 { margin-top: 40px; }

.top-padding { padding-top: 20px; }

.bottom-pad { margin-bottom: 20px; }
.bottom-pad2 { margin-bottom: 15px; }

.left10 { position: relative; margin-right: 10px; }

.menuNode, .subNode { float: left; }
.drawerNode { float: left; visibility: hidden; position: absolute; top: 60px; }

#media-col { height: 546px; }

#content-drop { position: relative; margin-top: -228px; opacity: 0.5; background-color: #fff; padding-bottom: 5px; box-shadow: -37px 0px 30px -22px #000, 37px 0px 30px -22px #000; }

#scroll-pane { overflow-y: scroll; overflow-x: hidden; height: 600px }

.pdrj { text-align: right; font-weight: 700; }
.pdlj { text-align: left; }

.details-header-hr { padding: 10px 0 20px 0; }

.text-left { text-align: left; }

.text-wrap { white-space: normal; }

.scroll-pane-bpad { min-height: 480px; }

.plain-link { text-decoration: none; }

.list-product-hr { margin: 25px 0 0px 0; }


/* dl #narrow-by-list dd .odd ol li { border: 1px solid #000; }
dl #narrow-by-list dd .even ol li { border: 1px solid #000; } */

/*
.nav-filter-button { border: 1px solid #000; background: #fff; opacity: 0.8; padding: 1px 0 3px 10px; }
.nav-filter-button-active { border: 1px solid #000; background: #fff; opacity: 0.6; padding: 1px 0 3px 10px; }
*/
.nav-filter-button a { color: #000; }
.nav-filter-button a:visited { color: #000; }
.nav-filter-button a:hover { color: #000; }

.nav-dealer-button { background: #222; opacity: 0.8; font-family: roboto; font-size: 1em; font-weight: 400; color: #fff; cursor: pointer; }
.nav-dealer-link { text-decoration: none; }

.msrp-tag { color: #fff; font-size: 16px; }

.img-select-label { font-size: 14px; font-family: Roboto; }


#scalecontainer
{
				-moz-transform-origin: left top;
				-webkit-transform-origin: left top;
				-ms-transform-origin: left top;
				-o-transform-origin: left top;
				transform-origin: left top;
				width: 1080px;
				margin: 0 auto;
}

#roundAbout
{
				-moz-transform-origin: left top;
				-webkit-transform-origin: left top;
				-ms-transform-origin: left top;
				-o-transform-origin: left top;
				transform-origin: left top;
				width: 960px;
}


.showcase_container { margin-top: -40px; position: relative; z-index: 999; }

.roundAbout_container { margin-top: 20px; position: relative; }


.video-block { min-height: 213px; }

.cross-sell-addcart
{
     /background: #ff832f /* url(../images/button-background.png) repeat-x */ !important;
     box-shadow: 0.5px 1px 2px 0px #000;
     text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
     width: 95px;
     height: 25px;
     padding-top: 5px !important;
}

.cart-crosssell { height: 325px; }

.cart-backdrop { background: #222; opacity: 1; margin-left: 0; padding-top: 15px; height: 180px; }

.cart-block { display: inline-block; margin-left: auto; margin-right: auto; }

.cross-product-name { margin:10px 0 0 0; font-size:1em; font-weight:normal; padding-top: 5px; padding-bottom: 10px; min-height: 55px; text-shadow: none; }
.cross-product-name a { text-decoration:none; color: #000; }


.upsell-block { display: inline-block; margin-left: auto; margin-right: auto; }

.related-foundin-links, .related-foundin-links:hover, .related-foundin-links:visited { color: #000; }


.toolbar {visibility: hidden; }

#prod-list-container { margin-left: 2px; }
#prod-list-container404 { margin-left: 10px; }


.partners-content { padding: 15px; }

.partners-content .odd { background-color: #A5A5A5; padding: 10px 0 10px 0; }
.partners-content .even { background-color: #5A5A5A; padding: 10px 0 10px 0; }


.company-content { padding: 15px; }


.company-content h2 { margin-top: 25px; margin-bottom: 10px; }

.contact-content a, .contact-content a:visited, .contact-content a:hover, .company-content a, .company-content a:visited, .company-content a:hover { color: #000; }

.contact-content { padding: 15px; }
.contact-content p { text-align: left; }


#messages_product_view { padding: 15px; }

.postWrapper { padding: 15px; }

.postWrapper .postTitle a, .postWrapper .postTitle a:visited, .postWrapper .postTitle a:hover { color: #fff; text-decoration: none; }

.postContent p, .postContent ul { text-align: left; }

.upsell-header { color: #222; font-size: 4em; position: relative; margin-top: -59px; margin-bottom: -15px; margin-left: 20px; text-shadow: none; }
.upsell-header-cart { color: #222; font-size: 4em; position: relative; margin-top: -59px; margin-bottom: -15px; margin-left: 20px; text-shadow: none; top: 6px; z-index: -1; }

.cart-upsell-header2 { color: #222; font-size: 4em; position: relative; margin-top: -59px; margin-bottom: -15px; margin-left: 20px; text-shadow: none; top: 6px; z-index: -1; }

.mcd-custServ-content { padding: 5px; text-align: left; }

.filter-button-active:hover { opacity: 0.7; }
.filter-button-inactive:hover { opacity: 0.7; }


.active-btn-remove-fix { position: relative; top: 3px; right: 4px; }

.top-active-filter-fix { color: #000; text-decoration: none; font-weight: 400; }

.clear-all { text-transform: uppercase; text-decoration: none; opacity: 0.7; font-weight: 400; margin-bottom: 20px; }

.filter-hr { background: #fff; opacity: 0.5; border: 0; height: 1px; margin: 5px 0 20px 0 !important; }

.genre_button
{
     border-style: solid;
     border-width: 1px;
     border-color: #000;
     background-color: #fff;
     font-size: 18px;
     font-family: "Roboto";
     color: #000;
     text-transform: uppercase;
     opacity: 0.3;
     cursor: pointer;
     padding-left: 5px;
     font-weight: 400;
     width: 186px;
     margin: 0 5px 5px 0;
     float: left;
}

.genre_button:hover { opacity: 0.7; }

.collection-block a { text-decoration: none; }

.search-catalog-container { position: relative; top: -60px; }

.four-oh-four { text-align: center; margin-top: -75px; margin-bottom: -50px; }


.black-btn { background-color: #000 !important; border-radius: 5px; }

.ship_label { position: relative; top: -8px; font-size: 1rem; margin: 0 0 0 30px !important; width: 180px; }

.ship_label span.price { font-size: 20px !important; float: right; }


.cart-totals-block { text-transform: uppercase; margin: 10px 0 0 -14px; font-weight: 700; position: relative; top: -5px; }
.cart-totals-block span.price { margin: 0 0 0 30px; position: relative; top: 5px; }

.grand-total strong { position: relative; left: -14px; top: -5px; text-transform: uppercase; }
.grand-total span.price { position: relative; top: 5px; margin-left: 30px; }

#cart-under-table { margin-bottom: 20px; }


/*  one step style fixes */

.name-firstname.input-box.input, .name-lastname.input-box.input { height: 27px; }

.sp-methods label { margin-bottom: 0px !important; }

.sp-methods.v-fix { float: left !important; }

.omxudoa_expiration_yr { margin-left: 20px; }

.shipping-calc-offset { position: relative; top: -230px; left: 37px; }

.coupon-calc-offset { position: relative; top: -230px; left: 66px; }


.ab-b-rq { text-align: left; float: none !important; margin: 10px 10px 0px 0px !important; }









#ab-alt0-firstname,
#ab-alt0-lastname,
#ab-alt0-company,
#ab-alt0-street_1,
#ab-alt0-street_2,
#ab-alt0-city,
#ab-alt0-state,
#ab-alt0-postcode,
#ab-alt0-telephone,

#ab-alt1-firstname,
#ab-alt1-lastname,
#ab-alt1-company,
#ab-alt1-street_1,
#ab-alt1-street_2,
#ab-alt1-city,
#ab-alt1-state,
#ab-alt1-postcode,
#ab-alt1-telephone,

#ab-alt2-firstname,
#ab-alt2-lastname,
#ab-alt2-company,
#ab-alt2-street_1,
#ab-alt2-street_2,
#ab-alt2-city,
#ab-alt2-state,
#ab-alt2-postcode,
#ab-alt2-telephone,

#ab-alt3-firstname,
#ab-alt3-lastname,
#ab-alt3-company,
#ab-alt3-street_1,
#ab-alt3-street_2,
#ab-alt3-city,
#ab-alt3-state,
#ab-alt3-postcode,
#ab-alt3-telephone,

#ab-alt4-firstname,
#ab-alt4-lastname,
#ab-alt4-company,
#ab-alt4-street_1,
#ab-alt4-street_2,
#ab-alt4-city,
#ab-alt4-state,
#ab-alt4-postcode,
#ab-alt4-telephone,

#ab-alt5-firstname,
#ab-alt5-lastname,
#ab-alt5-company,
#ab-alt5-street_1,
#ab-alt5-street_2,
#ab-alt5-city,
#ab-alt5-state,
#ab-alt5-postcode,
#ab-alt5-telephone,

#ab-new-firstname,
#ab-new-lastname,
#ab-new-company,
#ab-new-street_1,
#ab-new-street_2,
#ab-new-city,
#ab-new-state,
#ab-new-postcode,
#ab-new-telephone,

#ab-ship-firstname,
#ab-ship-lastname,
#ab-ship-company,
#ab-ship-street_1,
#ab-ship-street_2,
#ab-ship-city,
#ab-ship-state,
#ab-ship-postcode,
#ab-ship-telephone,
#ab-bill-firstname,
#ab-bill-lastname,
#ab-bill-company,
#ab-bill-street_1,
#ab-bill-street_2,
#ab-bill-city,
#ab-bill-state,
#ab-bill-postcode,
#ab-bill-telephone { height: 27px; float: left; width: 254px; }


#ab-alt0-firstname,
#ab-alt0-lastname,

#ab-alt1-firstname,
#ab-alt1-lastname,

#ab-alt2-firstname,
#ab-alt2-lastname,

#ab-alt3-firstname,
#ab-alt3-lastname,

#ab-alt4-firstname,
#ab-alt4-lastname,

#ab-alt5-firstname,
#ab-alt5-lastname,

#ab-new-firstname,
#ab-new-lastname,

#ab-ship-firstname,
#ab-ship-lastname,
#ab-bill-firstname,
#ab-bill-lastname { width: 114px; }

.new-address-button
{

}



.violator
{
     position: fixed;
     width: 100%;
     z-index: 99999999;
     height: 9px;
     background-image: url('/skin/frontend/gumby/gumby2/_img/offerbar_tile.png');
}

.violator-tab
{
     position: relative;
     z-index: 99999999;
     height: 47px;
     background-image: url('/skin/frontend/gumby/gumby2/_img/offerbar.png');
     background-repeat: no-repeat;
     background-position: center;
     width: 725px;
     margin-left: -370px;
     left: 50%;
}

.lbl-ovrd, .dash-board label { float: none !important; text-align: left; margin-bottom: 0px; }
.dash-board #firstname,
.dash-board #lastname,
.current-password #current_password { margin-left: 0px !important; }

.new-password #password { width: 180px; }

.wl-header { background-color: #000; display: none; height: 200px; opacity: 0.6; }
.wl-header-img { display: none; background-position: center; background-repeat: no-repeat; height: 200px; }

.promo-text-block { position: relative; top: 180px; left: -64px; color: #fff; text-transform: uppercase; font-weight: 500; font-size: 1em; }

.mobile-nav-list { display: none; }

/* @Media ================================================================================ */
/* #### Mobile Phones Portrait #### */
@media screen and (max-device-width: 480px) and (orientation: portrait)
{
     /***************************************/
     /*****    Global Adjustments       *****/
     .header-bg { min-width: 320px; }
     /* .top-padding { padding-top: 10px; } */
     #topMenuFlat { padding-top: 5px; }
     .footer-bg { margin-top: 20px; }
     .foot-list { margin-left: 14px !important; }
     .search-box { margin-top: 10px !important; left: -25px !important; position: relative !important; }
     .search-form-submit { margin-left: 214px !important; }
     .mobile-nav-list { display: inline; }
     #mobile-menu { width: 215px; height: 28px; margin-top: 10px; position: relative; left: 7px; padding-left: 30%; }
     p { font-size: small !important; line-height: 1.25 em !important; }
     /* .sp-methods label span  { color: #fff } */


     /***************************************/
     /*****    Static Page              *****/
     .static-width { width: 266px !important; }


     /***************************************/
     /*****    Home Page                *****/
     .collection-block img { margin-bottom: 10px !important; }
     .collection-block { margin-bottom: 0px !important; }
     .last-collection-block { margin-bottom: 10px; }
     .genre_button { width: 100%; }
     .home-featured { display: block !important; }


     /***************************************/
     /*****    Product Details Page     *****/
     .format-icon { width: 25% !important; }
     #content-drop { margin-top: 20px !important; margin-bottom: 40px !important; }
     .product-name-block { margin-top: -130px !important; }
     .group-price-block { top: 80px !important; position: static !important; }
     .add-to-block { position: static !important; margin-top: 10px !important; }
     .soc-share-bar { position: static !important; margin-top: 20px !important; }
     /*** Details Panel ***/
     #anchor-details, #anchor-synop { width: 96% !important; }
     .text-left { padding-left: 10px !important; }
     .pdrj { float: left !important; }
     .boxbtn-dl { width: 97% !important; }
     .text-wrap { padding-right: 10px !important; left: -20px !important; width: 100% !important; }
     #scroll-pane { height: 100% !important; }
     /* .text-wrap p { font-size: 0.9rem !important; } */
     .product-name .title { font-size: 28px !important; }
     .product-name .sub { font-size: 14px !important; }
     #media-col { height: 370px !important; }


     /***************************************/
     /*****    Product List             *****/
     .collect-header { display: none !important; }
     .list-product-container { width: 100px !important; float: left !important; }
     .columns:first-child, .alpha { margin-left: 14px !important; }
     .button-label { width: 200px !important; left: 40px !important; }
     .button-label-container { width: 0px !important; left: 0 !important; }
     .awac-catalog-container { top: -70px !important; }
     .list-product { position: relative; margin-bottom: -26px !important; }
     .list-product a img { height: auto; }


     /***************************************/
     /*****    Shopping Cart            *****/
     .messages_block { margin-right: 12px !important; }
     .error-msg { background-position: 5px 5px !important; padding: 5px 0px 0px 25px !important; }
     .cart_remove_button_container { width: 20px !important; float: right !important; margin-right: 40px !important; }
     .cart_product_img_container { width: 100% !important; /* left: -40px !important; top: -60px !important; */ margin-left: -80px !important; margin-bottom: 60px !important; }

     .cart_product_img_container a img { height: auto !important; }

     .cart_product_title_container { margin-left: 20px !important; margin-top: -50px !important; /* width: 20px !important; */ }
     .cart_price_container { margin-left: 0px !important; width: 135px !important; padding-top: 0px !important; }
     .cart_price_container .price { font-size: 20px !important; }

     .cart_qty_container { float: left !important; margin-left: 20px !important; padding-top: 0px !important; }

     .cart_subtotal_container { float: right !important; margin-right: 20px !important; padding-top: 0px !important; }
     .cart_subtotal_container .price { font-size: 20px !important; }

     .shipping-calc-offset { display: none !important; top: 0px !important; left: 0px !important; }
     .coupon-calc-offset { top: 0px !important; left: 35px !important; width: 175px !important; }

     .cart-hr-thin { width: 95% !important; margin-top: 0px !important; margin-bottom: 0px !important; }

     .btn-update { width: 95% !important; margin-right: 5% !important; }
     .btn-checkout { padding-top: 10px !important; left: 6px !important; position: relative !important; }


     /***************************************/
     /*****    Check out                *****/

     .aw-onestepcheckout-row .aw-onestepchekocut-column.aw-onestepchekocut-column-left, .aw-onestepcheckout-row .aw-onestepchekocut-column.aw-onestepchekocut-column-middle, .aw-onestepcheckout-row .aw-onestepchekocut-column.aw-onestepchekocut-column-right { display: block !important; }

     .aw-onestepcheckout-row .aw-onestepchekocut-column.aw-onestepchekocut-column-left, .aw-onestepcheckout-row .aw-onestepchekocut-column.aw-onestepchekocut-column-right { background: none !important; }

     #aw-onestepcheckout-address .customer-name .field .input-box, #aw-onestepcheckout-address .customer-name .field .input-box input, .aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-wide .input-box input, #aw-onestepcheckout-address .customer-name .field, .aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-left .input-box input, .aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-right .input-box input, .aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-right .input-box select { width: 205px !important; }

     .aw-onestepcheckout-general-form-field select { width: 205px !important; }
     .aw-onestepcheckout-number { padding-top: 10px !important; }
     #aw-onestepcheckout-place-order-button { left: 0px !important; margin-bottom: 0px !important; width: 210px !important; }
     .aw-onestepcheckout-place-order-title  { font-size: 32px !important; }
     .aw-onestepcheckout-general-form-field select { width: 205px !important; }
     #aw-onestepcheckout-review-coupon .input-box input.with-buttons { width: 220px !important; margin-top: 10px !important; margin-bottom: 20px !important; }
     /* .validation-advice { margin-bottom: 40px !important; margin-top: -45px !important; text-align: center !important; } */
     #coupon_code { margin-bottom: 20px !important; }


     /***************************************/
     /*****    Disabled Elements        *****/
     .violator-tab, .violator, .upsell-foot, .top-social-row, .roundAbout_container, .showcase_container, .product-downloads, .block-layered-nav, #awac-back-to-top, .fullmenu-bar, .img-select-label, .img-select-block, .video-block, #pd-related-bar { display: none !important; }
}


/***********************      Styles copied to all @media types: 4/1/2015       ****************************************/


/* #### Mobile Phones Landscape #### */
@media screen and (max-device-width: 640px) and (orientation: landscape)
{
     /***************************************/
     /*****    Global Adjustments       *****/
     .header-bg { min-width: 320px; }
     /* .top-padding { padding-top: 10px; } */
     #topMenuFlat { padding-top: 5px; }
     .footer-bg { margin-top: 20px; }
     .foot-list { margin-left: 14px !important; }
     .search-box { margin-top: 10px !important; left: -28% /*-149px */ !important; position: relative !important; }
     .search-form-submit { margin-left: 339px !important; }
     .mobile-nav-list { display: inline; }
     #mobile-menu { width: 215px; height: 28px; margin-top: 10px; position: relative; left: 7px; /* padding-left: 30%; */ }
     p { font-size: small !important; line-height: 1.25 em !important; }


     /***************************************/
     /*****    Static Page              *****/
     .static-width { width: 514px !important; }


     /***************************************/
     /*****    Home Page                *****/
     .collection-block img { margin-bottom: 10px !important; }
     .collection-block { margin-bottom: 0px !important; }
     .last-collection-block { margin-bottom: 10px; }
     .genre_button { width: 100%; }


     /***************************************/
     /*****    Product Details Page     *****/
     .format-icon { width: 25% !important; }
     #content-drop { margin-top: 20px !important; margin-bottom: 40px !important; }
     .product-name-block { margin-top: -90px !important; }
     .group-price-block { top: 80px !important; position: static !important; }
     .add-to-block { position: static !important; margin-top: 10px !important; }
     .soc-share-bar { position: static !important; margin-top: 20px !important; }
     /*** Details Panel ***/
     #anchor-details, #anchor-synop { width: 96% !important; }
     .text-left { padding-left: 10px !important; }
     .pdrj { float: left !important; }
     .boxbtn-dl { width: 97% !important; }
     .text-wrap { padding-right: 10px !important; left: -20px !important; width: 100% !important; }
     #scroll-pane { height: 100% !important; }
     /* .text-wrap p { font-size: 0.9rem !important; } */
     .product-name .title { font-size: 28px !important; }
     .product-name .sub { font-size: 14px !important; }


     /***************************************/
     /*****    Product List             *****/
     .collect-header { display: none !important; }
     .list-product-container { width: 145px !important; float: left !important; margin-bottom: 60px !important; }
     .columns:first-child, .alpha { margin-left: 14px !important; }
     .button-label { width: 200px !important; left: 40px !important; }
     .button-label-container { width: 0px !important; left: 0 !important; }
     .awac-catalog-container { top: -70px !important; }
     .list-product { position: relative; margin-bottom: -26px !important; }
     .list-product a img { height: auto; }


     /***************************************/
     /*****    Check out                *****/

     .aw-onestepcheckout-row .aw-onestepchekocut-column.aw-onestepchekocut-column-left, .aw-onestepcheckout-row .aw-onestepchekocut-column.aw-onestepchekocut-column-middle, .aw-onestepcheckout-row .aw-onestepchekocut-column.aw-onestepchekocut-column-right { display: block !important; }

     .aw-onestepcheckout-row .aw-onestepchekocut-column.aw-onestepchekocut-column-left, .aw-onestepcheckout-row .aw-onestepchekocut-column.aw-onestepchekocut-column-right { background: none !important; }

     #aw-onestepcheckout-address .customer-name .field .input-box, #aw-onestepcheckout-address .customer-name .field .input-box input, .aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-wide .input-box input, #aw-onestepcheckout-address .customer-name .field, .aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-left .input-box input, .aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-right .input-box input, .aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-right .input-box select { width: 205px !important; }

     .aw-onestepcheckout-general-form-field select { width: 205px !important; }
     .aw-onestepcheckout-number { padding-top: 10px !important; }
     #aw-onestepcheckout-place-order-button { left: 0px !important; margin-bottom: 0px !important; width: 210px !important; }
     .aw-onestepcheckout-place-order-title  { font-size: 32px !important; }
     .aw-onestepcheckout-general-form-field select { width: 205px !important; }
     #aw-onestepcheckout-review-coupon .input-box input.with-buttons { width: 220px !important; margin-top: 10px !important; margin-bottom: 20px !important; }
     /* .validation-advice { margin-bottom: 40px !important; margin-top: -45px !important; text-align: center !important; } */
     #coupon_code { margin-bottom: 20px !important; }


     /***************************************/
     /*****    Disabled Elements        *****/
     .violator-tab, .violator, .upsell-foot, .top-social-row, .roundAbout_container, .showcase_container, .product-downloads, .block-layered-nav, #awac-back-to-top, .fullmenu-bar, .img-select-label, .img-select-block, .video-block, #pd-related-bar { display: none !important; }
}


/* #### Mobile Phones Portrait or Landscape #### */
@media screen and (max-device-width: 640px)
{
}


/* #### iPhone 4+ Portrait or Landscape #### */
@media screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2)
{
}

/* #### iPhone 2 - 4s Portrait #### */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation : portrait)
{
     /***************************************/
     /*****    Global Adjustments       *****/
     .header-bg { min-width: 320px; }
     /* .top-padding { padding-top: 10px; } */
     #topMenuFlat { padding-top: 5px; }
     .footer-bg { margin-top: 20px; }
     .foot-list { margin-left: 14px !important; }
     .search-box { margin-top: 10px !important; left: -25px !important; position: relative !important; }
     .search-form-submit { margin-left: 214px !important; }
     .mobile-nav-list { display: inline; }
     #mobile-menu { width: 215px; height: 28px; margin-top: 10px; position: relative; left: 7px; padding-left: 30%; }
     p { font-size: small !important; line-height: 1.25 em !important; }
     .user-nav { float: none !important; }


     /***************************************/
     /*****    Static Page              *****/
     .static-width { width: 266px !important; }


     /***************************************/
     /*****    Home Page                *****/
     .collection-block img { margin-bottom: 10px !important; }
     .collection-block { margin-bottom: 0px !important; display: block !important; }
     .last-collection-block { margin-bottom: 10px; display: block !important;  }
     .genre_button { width: 100%; }


     /***************************************/
     /*****    Product Details Page     *****/
     .format-icon { width: 25% !important; }
     #content-drop { margin-top: 20px !important; margin-bottom: 40px !important; }
     .product-name-block { margin-top: -130px !important; }
     .group-price-block { top: 80px !important; position: static !important; }
     .add-to-block { position: static !important; margin-top: 10px !important; }
     .soc-share-bar { position: static !important; margin-top: 20px !important; }
     /*** Details Panel ***/
     #anchor-details, #anchor-synop { width: 96% !important; }
     .text-left { padding-left: 10px !important; }
     .pdrj { float: left !important; }
     .boxbtn-dl { width: 97% !important; }
     .text-wrap { padding-right: 10px !important; left: -20px !important; width: 100% !important; }
     #scroll-pane { height: 100% !important; }
     /* .text-wrap p { font-size: 0.9rem !important; } */
     .product-name .title { font-size: 28px !important; }
     .product-name .sub { font-size: 14px !important; }


     /***************************************/
     /*****    Product List             *****/
     .collect-header { display: none !important; }
     .list-product-container { width: 100px !important; float: left !important; }
     .columns:first-child, .alpha { margin-left: 14px !important; }
     .button-label { width: 200px !important; left: 40px !important; }
     .button-label-container { width: 0px !important; left: 0 !important; }
     .awac-catalog-container { top: -70px !important; }
     .list-product { position: relative; margin-bottom: -26px !important; }
     .list-product a img { height: auto; }


     /***************************************/
     /*****    Check out                *****/

     .aw-onestepcheckout-row .aw-onestepchekocut-column.aw-onestepchekocut-column-left, .aw-onestepcheckout-row .aw-onestepchekocut-column.aw-onestepchekocut-column-middle, .aw-onestepcheckout-row .aw-onestepchekocut-column.aw-onestepchekocut-column-right { display: block !important; }

     .aw-onestepcheckout-row .aw-onestepchekocut-column.aw-onestepchekocut-column-left, .aw-onestepcheckout-row .aw-onestepchekocut-column.aw-onestepchekocut-column-right { background: none !important; }

     #aw-onestepcheckout-address .customer-name .field .input-box, #aw-onestepcheckout-address .customer-name .field .input-box input, .aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-wide .input-box input, #aw-onestepcheckout-address .customer-name .field, .aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-left .input-box input, .aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-right .input-box input, .aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-right .input-box select { width: 205px !important; }

     .aw-onestepcheckout-general-form-field select { width: 205px !important; }
     .aw-onestepcheckout-number { padding-top: 10px !important; }
     #aw-onestepcheckout-place-order-button { left: 0px !important; margin-bottom: 0px !important; width: 210px !important; }
     .aw-onestepcheckout-place-order-title  { font-size: 32px !important; }
     .aw-onestepcheckout-general-form-field select { width: 205px !important; }
     #aw-onestepcheckout-review-coupon .input-box input.with-buttons { width: 220px !important; margin-top: 10px !important; margin-bottom: 20px !important; }
     /* .validation-advice { margin-bottom: 40px !important; margin-top: -45px !important; text-align: center !important; } */
     #coupon_code { margin-bottom: 20px !important; }


     /***************************************/
     /*****    Disabled Elements        *****/
     .violator-tab, .violator, .upsell-foot, .top-social-row, .roundAbout_container, .showcase_container, .product-downloads, .block-layered-nav, #awac-back-to-top, .fullmenu-bar, .img-select-label, .img-select-block, .video-block, #pd-related-bar { display: none !important; }
}


/* #### iPhone 2 - 4s Landscape #### */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation : landscape)
{
     /***************************************/
     /*****    Global Adjustments       *****/
     .header-bg { min-width: 320px; }
     /* .top-padding { padding-top: 10px; } */
     #topMenuFlat { padding-top: 5px; }
     .footer-bg { margin-top: 20px; }
     .foot-list { margin-left: 14px !important; }
     .search-box { margin-top: 10px !important; left: -24% /*-149px */ !important; position: relative !important; }
     .search-form-submit { margin-left: 293px !important; }
     .mobile-nav-list { display: inline; }
     #mobile-menu { width: 215px; height: 28px; margin-top: 10px; position: relative; left: 7px; /* padding-left: 30%; */ }
     p { font-size: small !important; line-height: 1.25 em !important; }


     /***************************************/
     /*****    Static Page              *****/
     .static-width { width: 514px !important; }


     /***************************************/
     /*****    Home Page                *****/
     .collection-block img { margin-bottom: 10px !important; }
     .collection-block { margin-bottom: 0px !important; }
     .last-collection-block { margin-bottom: 10px; }
     .genre_button { width: 100%; }


     /***************************************/
     /*****    Product Details Page     *****/
     .format-icon { width: 25% !important; }
     #content-drop { margin-top: 20px !important; margin-bottom: 40px !important; }
     .product-name-block { margin-top: -90px !important; }
     .group-price-block { top: 80px !important; position: static !important; }
     .add-to-block { position: static !important; margin-top: 10px !important; }
     .soc-share-bar { position: static !important; margin-top: 20px !important; }
     /*** Details Panel ***/
     #anchor-details, #anchor-synop { width: 96% !important; }
     .text-left { padding-left: 10px !important; }
     .pdrj { float: left !important; }
     .boxbtn-dl { width: 97% !important; }
     .text-wrap { padding-right: 10px !important; left: -20px !important; width: 100% !important; }
     #scroll-pane { height: 100% !important; }
     /* .text-wrap p { font-size: 0.9rem !important; } */
     .product-name .title { font-size: 28px !important; }
     .product-name .sub { font-size: 14px !important; }
     .list-product a img { height: auto; }


     /***************************************/
     /*****    Product List             *****/
     .collect-header { display: none !important; }
     .list-product-container { width: 145px !important; float: left !important; margin-bottom: 60px !important; }
     .columns:first-child, .alpha { margin-left: 14px !important; }
     .button-label { width: 200px !important; left: 40px !important; }
     .button-label-container { width: 0px !important; left: 0 !important; }
     .awac-catalog-container { top: -70px !important; }
     .list-product { position: relative; margin-bottom: -26px !important; }


     /***************************************/
     /*****    Check out                *****/

     .aw-onestepcheckout-row .aw-onestepchekocut-column.aw-onestepchekocut-column-left, .aw-onestepcheckout-row .aw-onestepchekocut-column.aw-onestepchekocut-column-middle, .aw-onestepcheckout-row .aw-onestepchekocut-column.aw-onestepchekocut-column-right { display: block !important; }

     .aw-onestepcheckout-row .aw-onestepchekocut-column.aw-onestepchekocut-column-left, .aw-onestepcheckout-row .aw-onestepchekocut-column.aw-onestepchekocut-column-right { background: none !important; }

     #aw-onestepcheckout-address .customer-name .field .input-box, #aw-onestepcheckout-address .customer-name .field .input-box input, .aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-wide .input-box input, #aw-onestepcheckout-address .customer-name .field, .aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-left .input-box input, .aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-right .input-box input, .aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-right .input-box select { width: 205px !important; }

     .aw-onestepcheckout-general-form-field select { width: 205px !important; }
     .aw-onestepcheckout-number { padding-top: 10px !important; }
     #aw-onestepcheckout-place-order-button { left: 0px !important; margin-bottom: 0px !important; width: 210px !important; }
     .aw-onestepcheckout-place-order-title  { font-size: 32px !important; }
     .aw-onestepcheckout-general-form-field select { width: 205px !important; }
     #aw-onestepcheckout-review-coupon .input-box input.with-buttons { width: 220px !important; margin-top: 10px !important; margin-bottom: 20px !important; }
     /* .validation-advice { margin-bottom: 40px !important; margin-top: -45px !important; text-align: center !important; } */
     #coupon_code { margin-bottom: 20px !important; }


     /***************************************/
     /*****    Disabled Elements        *****/
     .violator-tab, .violator, .upsell-foot, .top-social-row, .roundAbout_container, .showcase_container, .product-downloads, .block-layered-nav, #awac-back-to-top, .fullmenu-bar, .img-select-label, .img-select-block, .video-block, #pd-related-bar { display: none !important; }
}


/* #### iPad Portrait #### */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation : portrait)
{
     /***************************************/
     /*****    Global Adjustments       *****/
     .header-bg { min-width: 320px; }
     /* .top-padding { padding-top: 10px; } */
     #topMenuFlat { padding-top: 5px; }
     .footer-bg { margin-top: 20px; }
     .foot-list { margin-left: 14px !important; }
     .search-box { margin-top: 10px !important; left: -50% /*-149px */ !important; position: relative !important; }
     .search-form-submit { margin-left: 183px !important; margin-top: 2px !important; }
     .mobile-nav-list { display: inline; }
     #mobile-menu { width: 215px; height: 28px; margin-top: 10px; position: relative; left: -84px; /* padding-left: 30%; */ }
     p { font-size: small !important; line-height: 1.25 em !important; }


     /***************************************/
     /*****    Static Page              *****/
     .static-width { width: 646px !important; }
     .company-col1 { width: 300px !important; }
     .company-col2 { width: 282px !important; }


     /***************************************/
     /*****    Home Page                *****/
     .collection-block img { margin-bottom: 10px !important; }
     .collection-block { margin-bottom: 0px !important; }
     .last-collection-block { margin-bottom: 10px; }
     .genre_button { width: 100%; }


     /***************************************/
     /*****    Product Details Page     *****/
     .format-icon { width: 25% !important; }
     #content-drop { /* margin-top: 20px !important; */ margin-bottom: 40px !important; }
     .product-name-block { /* margin-top: -90px !important; */ }
     .group-price-block { top: 80px !important; position: static !important; }
     .add-to-block { position: static !important; margin-top: 10px !important; }
     .soc-share-bar { position: static !important; margin-top: 20px !important; }
     /*** Details Panel ***/
     #anchor-details, #anchor-synop { width: 96% !important; }
     .text-left { padding-left: 10px !important; }
     .pdrj { float: left !important; }
     .boxbtn-dl { width: 97% !important; }
     .text-wrap { padding-right: 10px !important; left: -20px !important; width: 100% !important; }
     #scroll-pane { height: 100% !important; width: 618px !important; }
     /* .text-wrap p { font-size: 0.9rem !important; } */
     .product-name .title { font-size: 28px !important; }
     .product-name .sub { font-size: 14px !important; }


     /***************************************/
     /*****    Product List             *****/
     .collect-header { display: none !important; }
     .list-product-container { width: 152px !important; float: left !important; margin-bottom: 60px !important; }
     .columns:first-child, .alpha { margin-left: 14px !important; }
     .button-label { width: 200px !important; left: 155px !important; }
     .button-label-container { width: 0px !important; left: 0 !important; }
     .awac-catalog-container { /* top: -70px !important; */ }
     .list-product { position: relative; margin-bottom: -26px !important; }
     #product-list-container { margin-left: 20px !important; }
     .list-product a img { height: auto; }


     /***************************************/
     /*****    Check out                *****/

     .aw-onestepcheckout-row .aw-onestepchekocut-column.aw-onestepchekocut-column-left, .aw-onestepcheckout-row .aw-onestepchekocut-column.aw-onestepchekocut-column-middle, .aw-onestepcheckout-row .aw-onestepchekocut-column.aw-onestepchekocut-column-right { display: block !important; }

     .aw-onestepcheckout-row .aw-onestepchekocut-column.aw-onestepchekocut-column-left, .aw-onestepcheckout-row .aw-onestepchekocut-column.aw-onestepchekocut-column-right { background: none !important; }

     #aw-onestepcheckout-address .customer-name .field .input-box, #aw-onestepcheckout-address .customer-name .field .input-box input, .aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-wide .input-box input, #aw-onestepcheckout-address .customer-name .field, .aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-left .input-box input, .aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-right .input-box input, .aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-right .input-box select { width: 205px !important; }

     .aw-onestepcheckout-general-form-field select { width: 205px !important; }
     .aw-onestepcheckout-number { padding-top: 10px !important; }
     #aw-onestepcheckout-place-order-button { left: 0px !important; margin-bottom: 0px !important; width: 210px !important; }
     .aw-onestepcheckout-place-order-title  { font-size: 32px !important; }
     .aw-onestepcheckout-general-form-field select { width: 205px !important; }
     #aw-onestepcheckout-review-coupon .input-box input.with-buttons { width: 220px !important; margin-top: 10px !important; margin-bottom: 20px !important; }
     /* .validation-advice { margin-bottom: 40px !important; margin-top: -45px !important; text-align: center !important; } */
     #coupon_code { margin-bottom: 20px !important; }


     /***************************************/
     /*****    Disabled Elements        *****/
     .violator-tab, .violator, .upsell-foot, .top-social-row, .roundAbout_container, .showcase_container, .product-downloads, /* .block-layered-nav, */ #awac-back-to-top, .fullmenu-bar, .img-select-label, .img-select-block, .video-block, #pd-related-bar { display: none !important; }
}


/* #### iPad Landscape #### */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation : landscape)
{
     /***************************************/
     /*****    Global Adjustments       *****/
     .header-bg { min-width: 320px; }
     /* .top-padding { padding-top: 10px; } */
     #topMenuFlat { padding-top: 5px; }
     .footer-bg { margin-top: 20px; }
     .foot-list { margin-left: 14px !important; }
     .search-box { margin-top: 10px !important; left: -10% /*-149px */ !important; position: relative !important; }
     .search-form-submit { margin-left: 189px !important; margin-top: 2px !important; }
     .mobile-nav-list { display: inline; }
     #mobile-menu { width: 215px; height: 28px; margin-top: 10px; position: relative; left: -17px; /* padding-left: 30%; */ }
     p { font-size: small !important; line-height: 1.25 em !important; }


     /***************************************/
     /*****    Static Page              *****/
     .static-width { width: 908px !important; }
     .company-col1 { width: 420px !important; }
     .company-col2 { width: 420px !important; }


     /***************************************/
     /*****    Home Page                *****/
     .collection-block { margin-bottom: 0px !important; }
     .last-collection-block { margin-bottom: 10px; }
     .collection-block img { margin-bottom: 10px !important; width: 200px !important; height: auto !important; }
     .genre_button { width: 160px; }


     /***************************************/
     /*****    Product Details Page     *****/
     .format-icon { width: 25% !important; }
     #content-drop { margin-top: -110px !important; margin-bottom: 40px !important; }
     .product-name-block { /* margin-top: -90px !important; */ }
     .group-price-block { top: 80px !important; position: static !important; }
     .add-to-block { position: static !important; margin-top: 10px !important; }
     .soc-share-bar { position: static !important; margin-top: 20px !important; }
     /*** Details Panel ***/
     #anchor-details, #anchor-synop { width: 96% !important; }
     .text-left { padding-left: 10px !important; }
     .pdrj { float: left !important; }
     .boxbtn-dl { width: 97% !important; }
     .text-wrap { padding-right: 10px !important; left: -20px !important; width: 100% !important; }
     #scroll-pane { height: 100% !important; width: 855px !important; }
     /* .text-wrap p { font-size: 0.9rem !important; } */
     .product-name .title { font-size: 28px !important; }
     .product-name .sub { font-size: 14px !important; }
     .mob-collapse { width: 120px !important; }
     .mob-ljust { width: 90px !important; text-align: left; }
     .mob-ljust2 { margin-left: 2px; }



     /***************************************/
     /*****    Product List             *****/
     .collect-header { display: none !important; }
     .list-product-container { width: 100px !important; float: left !important; /* margin-bottom: 60px !important; */ }
     .columns:first-child, .alpha { margin-left: 14px !important; }
     .button-label { width: 200px !important; left: 272px !important; }
     .button-label-container { width: 0px !important; left: 0 !important; }
     .awac-catalog-container {  top: -48px !important; }
     .list-product { position: relative; margin-bottom: -26px !important; }
     #product-list-container { margin-left: 20px !important; }
     .list-product a img { height: auto; }


     /***************************************/
     /*****    Disabled Elements        *****/
     .violator-tab, .violator, .upsell-foot, .top-social-row, .roundAbout_container, .showcase_container, .product-downloads, /* .block-layered-nav, */ #awac-back-to-top, .fullmenu-bar, .img-select-label, .img-select-block, .video-block, #pd-related-bar { display: none !important; }
}


/* #### iPad 3 & 4 Portrait #### */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2)
{
     /***************************************/
     /*****    Global Adjustments       *****/
     .header-bg { min-width: 320px; }
     /* .top-padding { padding-top: 10px; } */
     #topMenuFlat { padding-top: 5px; }
     .footer-bg { margin-top: 20px; }
     .foot-list { margin-left: 14px !important; }
     .search-box { margin-top: 10px !important; left: -50% /*-149px */ !important; position: relative !important; }
     .search-form-submit { margin-left: 183px !important; margin-top: 2px !important; }
     .mobile-nav-list { display: inline; }
     #mobile-menu { width: 215px; height: 28px; margin-top: 10px; position: relative; left: -84px; /* padding-left: 30%; */ }
     p { font-size: small !important; line-height: 1.25 em !important; }


     /***************************************/
     /*****    Static Page              *****/
     .static-width { width: 646px !important; }
     .company-col1 { width: 300px !important; }
     .company-col2 { width: 282px !important; }


     /***************************************/
     /*****    Home Page                *****/
     .collection-block img { margin-bottom: 10px !important; }
     .collection-block { margin-bottom: 0px !important; }
     .last-collection-block { margin-bottom: 10px; }
     .genre_button { width: 100%; }


     /***************************************/
     /*****    Product Details Page     *****/
     .format-icon { width: 25% !important; }
     #content-drop { /* margin-top: 20px !important; */ margin-bottom: 40px !important; }
     .product-name-block { /* margin-top: -90px !important; */ }
     .group-price-block { top: 80px !important; position: static !important; }
     .add-to-block { position: static !important; margin-top: 10px !important; }
     .soc-share-bar { position: static !important; margin-top: 20px !important; }
     /*** Details Panel ***/
     #anchor-details, #anchor-synop { width: 96% !important; }
     .text-left { padding-left: 10px !important; }
     .pdrj { float: left !important; }
     .boxbtn-dl { width: 97% !important; }
     .text-wrap { padding-right: 10px !important; left: -20px !important; width: 100% !important; }
     #scroll-pane { height: 100% !important; width: 618px !important; }
     /* .text-wrap p { font-size: 0.9rem !important; } */
     .product-name .title { font-size: 28px !important; }
     .product-name .sub { font-size: 14px !important; }


     /***************************************/
     /*****    Product List             *****/
     .collect-header { display: none !important; }
     .list-product-container { width: 152px !important; float: left !important; margin-bottom: 60px !important; }
     .columns:first-child, .alpha { margin-left: 14px !important; }
     .button-label { width: 200px !important; left: 155px !important; }
     .button-label-container { width: 0px !important; left: 0 !important; }
     .awac-catalog-container { /* top: -70px !important; */ }
     .list-product { position: relative; margin-bottom: -26px !important; }
     #product-list-container { margin-left: 20px !important; }
     .list-product a img { height: auto; }


     /***************************************/
     /*****    Check out                *****/

     .aw-onestepcheckout-row .aw-onestepchekocut-column.aw-onestepchekocut-column-left, .aw-onestepcheckout-row .aw-onestepchekocut-column.aw-onestepchekocut-column-middle, .aw-onestepcheckout-row .aw-onestepchekocut-column.aw-onestepchekocut-column-right { display: block !important; }

     .aw-onestepcheckout-row .aw-onestepchekocut-column.aw-onestepchekocut-column-left, .aw-onestepcheckout-row .aw-onestepchekocut-column.aw-onestepchekocut-column-right { background: none !important; }

     #aw-onestepcheckout-address .customer-name .field .input-box, #aw-onestepcheckout-address .customer-name .field .input-box input, .aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-wide .input-box input, #aw-onestepcheckout-address .customer-name .field, .aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-left .input-box input, .aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-right .input-box input, .aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-right .input-box select { width: 205px !important; }

     .aw-onestepcheckout-general-form-field select { width: 205px !important; }
     .aw-onestepcheckout-number { padding-top: 10px !important; }
     #aw-onestepcheckout-place-order-button { left: 0px !important; margin-bottom: 0px !important; width: 210px !important; }
     .aw-onestepcheckout-place-order-title  { font-size: 32px !important; }
     .aw-onestepcheckout-general-form-field select { width: 205px !important; }
     #aw-onestepcheckout-review-coupon .input-box input.with-buttons { width: 220px !important; margin-top: 10px !important; margin-bottom: 20px !important; }
     /* .validation-advice { margin-bottom: 40px !important; margin-top: -45px !important; text-align: center !important; } */
     #coupon_code { margin-bottom: 20px !important; }


     /***************************************/
     /*****    Disabled Elements        *****/
     .violator-tab, .violator, .upsell-foot, .top-social-row, .roundAbout_container, .showcase_container, .product-downloads, /* .block-layered-nav, */ #awac-back-to-top, .fullmenu-bar, .img-select-label, .img-select-block, .video-block, #pd-related-bar { display: none !important; }
}


/* #### iPad 3 & 4 Landscape #### */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2)
{
     /***************************************/
     /*****    Global Adjustments       *****/
     .header-bg { min-width: 320px; }
     /* .top-padding { padding-top: 10px; } */
     #topMenuFlat { padding-top: 5px; }
     .footer-bg { margin-top: 20px; }
     .foot-list { margin-left: 14px !important; }
     .search-box { margin-top: 10px !important; left: -10% /*-149px */ !important; position: relative !important; }
     .search-form-submit { margin-left: 189px !important; margin-top: 2px !important; }
     .mobile-nav-list { display: inline; }
     #mobile-menu { width: 215px; height: 28px; margin-top: 10px; position: relative; left: -17px; /* padding-left: 30%; */ }
     p { font-size: small !important; line-height: 1.25 em !important; }


     /***************************************/
     /*****    Static Page              *****/
     .static-width { width: 908px !important; }
     .company-col1 { width: 420px !important; }
     .company-col2 { width: 420px !important; }


     /***************************************/
     /*****    Home Page                *****/
     .collection-block { margin-bottom: 0px !important; }
     .last-collection-block { margin-bottom: 10px; }
     .collection-block img { margin-bottom: 10px !important; width: 200px !important; height: auto !important; }
     .genre_button { width: 160px; }


     /***************************************/
     /*****    Product Details Page     *****/
     .format-icon { width: 25% !important; }
     #content-drop { margin-top: -110px !important; margin-bottom: 40px !important; }
     .product-name-block { /* margin-top: -90px !important; */ }
     .group-price-block { top: 80px !important; position: static !important; }
     .add-to-block { position: static !important; margin-top: 10px !important; }
     .soc-share-bar { position: static !important; margin-top: 20px !important; }
     /*** Details Panel ***/
     #anchor-details, #anchor-synop { width: 96% !important; }
     .text-left { padding-left: 10px !important; }
     .pdrj { float: left !important; }
     .boxbtn-dl { width: 97% !important; }
     .text-wrap { padding-right: 10px !important; left: -20px !important; width: 100% !important; }
     #scroll-pane { height: 100% !important; width: 855px !important; }
     /* .text-wrap p { font-size: 0.9rem !important; } */
     .product-name .title { font-size: 28px !important; }
     .product-name .sub { font-size: 14px !important; }
     .mob-collapse { width: 120px !important; }
     .mob-ljust { width: 90px !important; text-align: left; }
     .mob-ljust2 { margin-left: 2px; }



     /***************************************/
     /*****    Product List             *****/
     .collect-header { display: none !important; }
     .list-product-container { width: 100px !important; float: left !important; /* margin-bottom: 60px !important; */ }
     .columns:first-child, .alpha { margin-left: 14px !important; }
     .button-label { width: 200px !important; left: 272px !important; }
     .button-label-container { width: 0px !important; left: 0 !important; }
     .awac-catalog-container {  top: -48px !important; }
     .list-product { position: relative; margin-bottom: -26px !important; }
     #product-list-container { margin-left: 20px !important; }
     .list-product a img { height: auto; }


     /***************************************/
     /*****    Disabled Elements        *****/
     .violator-tab, .violator, .upsell-foot, .top-social-row, .roundAbout_container, .showcase_container, .product-downloads, /* .block-layered-nav, */ #awac-back-to-top, .fullmenu-bar, .img-select-label, .img-select-block, .video-block, #pd-related-bar { display: none !important; }
}


/* #### Desktops #### */
@media screen and (max-height: 1200px)
{
}


@media screen and (min-width: 768px) and (max-width: 1023px)
{
     /***************************************/
     /*****    Global Adjustments       *****/
     .header-bg { min-width: 320px; }
     /* .top-padding { padding-top: 10px; } */
     #topMenuFlat { padding-top: 5px; }
     .footer-bg { margin-top: 20px; }
     .foot-list { margin-left: 14px !important; }
     .search-box { margin-top: 10px !important; left: -10% /*-149px */ !important; position: relative !important; }
     .search-form-submit { margin-left: 189px !important; margin-top: 2px !important; }
     .mobile-nav-list { display: inline; }
     #mobile-menu { width: 215px; height: 28px; margin-top: 10px; position: relative; left: -17px; /* padding-left: 30%; */ }
     p { font-size: small !important; line-height: 1.25 em !important; }


     /***************************************/
     /*****    Static Page              *****/
     .static-width { width: 908px !important; }
     .company-col1 { width: 420px !important; }
     .company-col2 { width: 420px !important; }


     /***************************************/
     /*****    Home Page                *****/
     .collection-block { margin-bottom: 0px !important; }
     .last-collection-block { margin-bottom: 10px; }
     .collection-block img { margin-bottom: 10px !important; width: 200px !important; height: auto !important; }
     .genre_button { width: 160px; }


     /***************************************/
     /*****    Product Details Page     *****/
     .format-icon { width: 25% !important; }
     #content-drop { margin-top: -110px !important; margin-bottom: 40px !important; }
     .product-name-block { /* margin-top: -90px !important; */ }
     .group-price-block { top: 80px !important; position: static !important; }
     .add-to-block { position: static !important; margin-top: 10px !important; }
     .soc-share-bar { position: static !important; margin-top: 20px !important; }
     /*** Details Panel ***/
     #anchor-details, #anchor-synop { width: 96% !important; }
     .text-left { padding-left: 10px !important; }
     .pdrj { float: left !important; }
     .boxbtn-dl { width: 97% !important; }
     .text-wrap { padding-right: 10px !important; left: -20px !important; width: 100% !important; }
     #scroll-pane { height: 100% !important; width: 855px !important; }
     /* .text-wrap p { font-size: 0.9rem !important; } */
     .product-name .title { font-size: 28px !important; }
     .product-name .sub { font-size: 14px !important; }
     .mob-collapse { width: 120px !important; }
     .mob-ljust { width: 90px !important; text-align: left; }
     .mob-ljust2 { margin-left: 2px; }



     /***************************************/
     /*****    Product List             *****/
     .collect-header { display: none !important; }
     .list-product-container { width: 98px !important; float: left !important; /* margin-bottom: 60px !important; */ }
     .columns:first-child, .alpha { margin-left: 14px !important; }
     .button-label { width: 200px !important; left: 272px !important; }
     .button-label-container { width: 0px !important; left: 0 !important; }
     .awac-catalog-container {  top: -48px !important; }
     .list-product { position: relative; margin-bottom: -26px !important; }
     #product-list-container { margin-left: 20px !important; }
     .list-product a img { height: auto; }


     /***************************************/
     /*****    Disabled Elements        *****/
     .violator-tab, .violator, .upsell-foot, .top-social-row, .roundAbout_container, .showcase_container, .product-downloads, /* .block-layered-nav, */ #awac-back-to-top, .fullmenu-bar, .img-select-label, .img-select-block, .video-block, #pd-related-bar { display: none !important; }
}








/* Clears ================================================================================ */
.clearer:after, .header-container:after, .header-container .top-container:after, .header:after,
.header .quick-access:after, #nav:after, .main:after, .footer:after, .footer-container .bottom-container:after,
.col-main:after, .col2-set:after, .col3-set:after,
.col4-set:after, .search-autocomplete li:after, .block .block-content:after, .block .actions:after,
.block li.item:after, .block-poll li:after, .block-layered-nav .currently li:after, .page-title:after,
.products-grid:after, .products-list li.item:after, .box-account .box-head:after, .dashboard .box .box-title:after,
.box-reviews li.item:after, .box-tags li.item:after, .pager:after, .sorter:after, .ratings:after, .add-to-box:after,
.add-to-cart:after, .product-essential:after, .product-collateral:after, .product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after, .product-options .options-list li:after, .product-options-bottom:after,
.product-review:after, .cart:after, .cart-collaterals:after, .cart .crosssell li.item:after, .opc .step-title:after,
.checkout-progress:after, .multiple-checkout .place-order:after, .group-select li:after, .form-list li:after,
.form-list .field:after, .buttons-set:after, .page-print .print-head:after, .advanced-search-summary:after,
.gift-messages-form .item:after, .send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
