/* RESETS */
body { font-size: 12px; }
.container_12 { width: 100%!important; margin: 0!important; }
.header, .section { margin: 0 auto; width: 960px; }
.subFooter { background: none; border: none; }
.header { margin-bottom: 20px; }
.fullWidthHeaderZone { width: 940px; margin: 0 auto; background: url(images/headertop-bg.png) top center repeat-x; }

/* LOGO */
.Logo { clear: both; background: url(images/logo-bg.png) top center repeat-y; width:940px;  padding: 10px 0; line-height: 1em; }
.logo { display: table-cell; vertical-align: middle; text-align: center; width: 940px;  padding:0; }
.logo a { display: inline-block; font-size: 24px; font-weight: bold; line-height: 1em; }

/* LINKS */
a, a:link, a:visited, a:hover, a:active { text-decoration: none; color: #ae1f30; }
a:hover { text-decoration: underline; }
.styledtxt { color: #ae1f30; }

/* HEADERS */
h3, h4, h5, h6 { margin-bottom: 5px; }
h3 { font-size: 16px; }

/* ICO BOX */
.next .icoBox, .previous .icoBox{ background:url(images/btn-prev-next.png) no-repeat; width:22px; height:22px; }
.icoBox.iArrowRight, 
a:hover .icoBox.iArrowRight{ background-position:0 0; }
.icoBox.iArrowLeft, 
a:hover .icoBox.iArrowLeft{ background-position:0 -22px; }

/* TOP MENU */
.headerWrap { background: url(images/header-bg.png) center top repeat-x; }
.menuWrap { border: 2px solid white; }
.header .Menu { margin-bottom: 20px; }
.header .Menu .moduleContainer:after, .header .Banner:after { content: " "; display: block; background: url(images/UnderNav-bg.png) no-repeat left top; width: 940px; height: 7px; overflow: hidden; }
.header .Menu .menu { background: #ae1f30; float: none; height: auto; width: 930px; line-height: auto; margin: 0; border: 3px solid #d34f5e; }
.header .Menu .menu>ul { list-style-type: none; padding:0; margin: 0; }
.header .Menu .menu .tabs>li>a { color: #FFFFFF; font-size: 14px; }
.header .Menu .menu>ul li { display: inline-block; width: 19.89%; float: none; text-align: center; margin: 0; position: relative; padding: 0; text-transform:uppercase; margin:0; border-right: 1px solid #d34f5e; }
.header .Menu .menu>ul li:last-child { border-right: none; }
.header .Menu .menu .tabs>li>a:hover, 
.header .Menu .menu .tabs>li>a.current{ color: #FFF;
    background: #ae1f30;
    background: -moz-linear-gradient(top,  #ae1f30 0%, #750000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ae1f30), color-stop(100%,#750000));
    background: -webkit-linear-gradient(top,  #ae1f30 0%,#750000 100%);
    background: -o-linear-gradient(top,  #ae1f30 0%,#750000 100%);
    background: -ms-linear-gradient(top,  #ae1f30 0%,#750000 100%);
    background: linear-gradient(top,  #ae1f30 0%,#750000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae1f30', endColorstr='#750000',GradientType=0 );                    
}
.header .Menu .menu>ul li a  { color: #FFF; font-weight: bold; width: 100%; height: 40px; line-height: 40px; display: block; }
.header .Menu .menu>ul li a.divider { padding: 0; }
.header .Menu .menu>ul li a:hover, 
.header .Menu .menu>ul li a.current { border: none; text-decoration: none; }

/* HEADER DROP MENU */
.header .Menu .menu ul.dropdown { display: none; position: absolute; left: 0; top: 100%; min-width: 150px; background: #FFF; border: 1px solid #B3B3B3; -moz-box-shadow: 0px 0px 5px #A4A4A5; -webkit-box-shadow: 0px 0px 5px #A4A4A5; box-shadow: 0px 0px 5px #A4A4A5; white-space: nowrap !important; z-index: 999; }
.header .Menu .menu ul.dropdown li { display: block; float: none; margin:0; font-size: 12px; clear: left; text-align: left; border: none; text-transform: none; width: auto; }
.header .Menu .menu ul.dropdown li span { float: none; }
.header .Menu .menu ul.dropdown li a { display: block; font-weight: normal; color: #4D4D4D; line-height: normal; padding: 5px; margin:0; border-radius: 0; text-shadow: none; float:none; height: auto; width: auto; }
.header .Menu .menu ul.dropdown li a:hover, ul.dropdown li a:hover { background: #F2F2F2; display:block; cursor:pointer; border: none; color: #ae1f30; }
.header .Menu .menu ul.dropdown ul { left: 95%; top: 0; width: auto; }
.header .Menu .menu ul.dropdown li a:hover span, ul.dropdown li a:hover span { background:none; }

/* END USER STATUS */
.EndUserStatus, .Menu { clear:both; }
.EndUserStatus .menuWrap { border: none; margin: 0; }
.EndUserStatus { clear:none; float:right; }
.EndUserStatus .menu a { padding: 0 10px; border-right: 1px solid #7c121f; font-weight: bold; }
.EndUserStatus .divider { display: none; }
.EndUserStatus .menu > ul li { padding: 0; }
.EndUserStatus .menu { height: auto; line-height: 20px; background: none; margin:0; padding: 5px 0 18px 0; }
.EndUserStatus .menu ul { border-right: none; padding: 0; }
.EndUserStatus .menu>ul li a { text-transform: none; float: left; color: #FFFFFF; }

/* SECTION MENU */
.section .menu, .section .menu ul { margin: 0; background: none; width: auto; }
.section .menu a.current, .section .menu a:hover { text-shadow: none; }
.section .menu ul.dropdown { left: 100%; top: 0; z-index: 100000; background: #FFF; }
.section .menu ul.dropdown li { padding: 0; }

/* VERT MENU */
.menu.vertical { height: auto; }
.menu.vertical>ul li { clear: left; float:left; display: block; }
.header .menu.vertical ul.dropdown, .section .menu.vertical ul.dropdown { left: 100%; top: 0; }

/* FORMS */
a.btnLink { display: inline-block; margin-right:4px; padding: 0.25em 0 0.16em; text-decoration: none; font-weight: bold; line-height: 1.0em; position: relative; cursor: pointer; }
a.btnLink:hover .btnTxt {text-decoration:underline;}
.buttons { padding: 0.3em 8px; border: 0 none; }
a.btn { font-size: 15px; vertical-align: middle; color: #FFFFFF; font-weight: bold; text-decoration: none; display: inline-block; padding: 8px; line-height: 15px; position: relative;
    border-color: #1a1a1a;
    background: #c1272d;
    background: -moz-linear-gradient(top,  #c1272d 0%, #87272d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c1272d), color-stop(100%,#87272d));
    background: -webkit-linear-gradient(top,  #c1272d 0%,#87272d 100%);
    background: -o-linear-gradient(top,  #c1272d 0%,#87272d 100%);
    background: -ms-linear-gradient(top,  #c1272d 0%,#87272d 100%);
    background: linear-gradient(top,  #c1272d 0%,#87272d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1272d', endColorstr='#87272d',GradientType=0 );
}
a.btn:hover, a.btn:active { 
    color: #FFF;
    text-decoration: none;
    background-color: #87272d; 
    background-position: 0 -15px; 
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -ms-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear; 
}
a.btn:hover .btnTxt { text-decoration: none; }

/* FORM - INLINE */
.formLayout.inline { overflow: hidden; zoom: 1; }
.formLayout.inline .flGrp{ float: left; display: inline-block; clear: none; overflow: hidden; padding: 0 8px; }
.formLayout.inline label.lblTitle { float: left; margin: 0.2em 0.5em 0 0;}
.formLayout.inline .flGrp.buttons{ padding: 0.3em 8px; border: 0 none; }
.formLayout.inlineTitle { padding: 0; }
.formLayout.inlineTitle .info { display: inline-block; float: left; margin: 0; padding: 2px 0; border-bottom: 0 none; }
.formLayout.inlineTitle .info h2 { font-size: 2em; line-height: 1.0em; margin: 0; clear: left; }

/* ADDRESS | Header */
.header .Address { float: right; font-size: 1em; margin: 0; line-height: 20px; padding: 5px 0 18px 0; }
.address.inline h3,
.address.inline div {display:none;}
.address.inline .phone,
.address.inline .email, 
.address.inline .phone span,
.address.inline .email a { color: #FFFFFF; text-decoration: none; }
.address.inline .email a:hover { text-decoration: underline; }
.address.inline .email, .address.inline .phone { float: left; padding: 0 10px; border-right: 1px solid #7c121f; display: inline; }
.address.inline .email span { float:left; }

/* ADDRESS | Body */
.section .Address { padding: 15px 10px 15px 10px;           
    background:-moz-linear-gradient(0% 100% 90deg,#DDDDDD, #FFFfff); 
    background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFfff), to(#DDDDDD));
    background-image: none;
    border-bottom-style: none; border-left-style: none; border-right-style: none; border-top-style: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFfff', endColorstr='#DDDDDD'), gradientType='0');
}
.section .address .map {-moz-box-shadow: 1px 1px 5px #CCC; -webkit-box-shadow: 1px 1px 5px #CCC; box-shadow: 1px 1px 5px #CCC; background-color: #FFFFFF; border: 1px solid #B3B3B3; overflow: hidden; padding: 8px 0 0 8px; float:left; margin-right: 10px; margin-bottom: 5px; }
.section .address:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.section .address h3 { margin-bottom: 2px;}

/* SOCIAL LINKS */
.social li a { vertical-align: middle; }
.social li a:after { content: ' >'; }

/* FOOTER */
.footerWrap { border-top: 1px solid #FFF; }
.footer { color: #FFF; border-top: 3px solid #bfbfbf; border-bottom: 1px solid #d34f5e; background:#383838; }
.footer .innerWrapper { margin: 0 auto; width: 960px; padding: 20px 0px; }
.footer .asiModule .email a { white-space: -moz-pre-wrap; white-space: -hp-pre-wrap; white-space: -o-pre-wrap; white-space: -pre-wrap; white-space: pre-wrap; white-space: pre-line; word-wrap: break-word;}
.footer h3, .footer p, .footer span, .footer .contentModule { color: #FFF; margin: 0px; }
.footer h3,
.footer h3 span, 
.footer a { color:#FFF; }
.footer a.btn { color: #FFFFFF; }
.footer h3 { text-transform: uppercase; padding-bottom: 4px; border-bottom: 3px solid #ae1f30; margin-bottom: 10px; font-size: 15px; }
.footer p { font-weight: normal; margin-bottom: 10px; line-height: 18px;}
.footer .txt { clear: both; display: block; }
.footer .newsletter .formLayout input.text { padding: 3px; width:250px; height: 25px; border: 1px solid #4d4d4d; background:#fff; }
.footer .newsletter .formLayout, .newsletter .formLayout .flGrp { margin: 0; padding: 4px 0 0 0; }
.footer .newsletter .formLayout.inline .flGrp.buttons { padding-right: 0pt; }
.footer .socialLinks { margin-top: 10px; }
.footer .socialLinks .social { list-style: none outside none !important; margin: 0; padding: 0; }
.footer .socialLinks li { margin-left: 0px; margin-bottom: 4px; padding-bottom: 4px; border-bottom: 1px dashed #666666;}
.footer .socialLinks li.inline { border-bottom: none; }
.footer .socialLinks .social li a {color: #FFF; font-weight: normal; text-decoration: none; vertical-align: middle; line-height: 21px; }
.footer .address .map { background-color: #FFFFFF; margin-bottom: 8px; overflow: hidden; padding: 8px 0 0 8px; border: 1px solid #000; }
.footer .errorMessage, .footer .successMessage { background: #a2eaff; border: none; padding: 5px; color: #0189dd; }

/* SOCIAL FEED */
.fbConnectWidgetTopmost { border-top: none!important; }
.footer .socialFeed ul.ui-tabs-nav { margin-bottom: 0!important; }
.section ul.ui-tabs-nav li.ui-state-default a { color:#ae1f30; }
ul.ui-tabs-nav li.ui-tabs-selected a, .socialFeed ul.ui-tabs-nav li.ui-tabs-selected { color:#FFFFFF!important; }
.socialFeed ul.ui-tabs-nav { margin-bottom: 0!important; }
.socialFeed ul.ui-tabs-nav li.ui-tabs-selected { color:#FFFFFF; background: #ae1f30; border: 2px solid #d34f5e; }
.socialFeed .ui-tabs .ui-tabs-panel { padding: 10px; border: 1px solid #ccc; border-top: 0; background: #fff; }

/* FOOTER SOCIAL FEED */
.footer .SocialFeed p, .footer .SocialFeed span, .footer .SocialFeed div { text-shadow: none; }
.footer .socialFeed ul.ui-tabs-nav li.ui-tabs-selected { border: 1px solid; border-top: 0; background: #fff; }
.footer .socialFeed ul.ui-tabs-nav { margin-left: -1px; border-bottom: 1px solid #1a1a1a!important; }
.footer ul.ui-tabs-nav li.ui-tabs-selected a, .footer .socialFeed ul.ui-tabs-nav li.ui-tabs-selected { color:#4d4d4d!important; }
.footer ul.ui-tabs-nav li a { color: #FFF; }
.footer .socialFeed ul li { border-color: #1a1a1a; }
.footer .socialFeed { 
    background: #c1272d;
    background: -moz-linear-gradient(top,  #c1272d 0%, #87272d 8%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c1272d), color-stop(8%,#87272d));
    background: -webkit-linear-gradient(top,  #c1272d 0%,#87272d 8%);
    background: -o-linear-gradient(top,  #c1272d 0%,#87272d 8%);
    background: -ms-linear-gradient(top,  #c1272d 0%,#87272d 8%);
    background: linear-gradient(to bottom,  #c1272d 0%,#87272d 8%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1272d', endColorstr='#87272d',GradientType=0 );
    border: 1px solid #1a1a1a;
}
.footer .socialFeed .ui-tabs .ui-tabs-panel { border: none; }

/* COPYRIGHT */
div[id$="FullWidthSubFooterZone"] { background: #ae1f30; }
div[id$="FullWidthSubFooterZone"] .asiModule.Content { color: #ddafb6; font-size: 11px; width: 940px; margin: 10px auto; padding: 0; line-height: 2em; }
div[id$="FullWidthSubFooterZone"] a { color: #ddafb6; font-size: 11px; }

/* CONTENT */
.section .asiModule { margin-bottom: 20px; }
.section .FeaturedVideos,
.section .Video,
.section .ProductSetAutoUpdate,
.section .ProductOfTheDay,
.section .grid_3 .Content { } 
.section .grid_12 .asiModule { padding: 0; border: none; }
.section h2 { margin: 0 0 10px 0; padding: 10px; line-height: 1; color:#FFFFFF; background: #ae1f30; border: 2px solid #d34f5e; font-size: 15px; text-transform: uppercase; }
.sectionWrap { background: url(images/section-bg.png) bottom left repeat-x #FFF; }

/* SHOPPING CART | Header */
.shoppingCart-container { clear:both; float: right; padding: 0; height: 17px; line-height: 17px; }
.Cart { background: none; }
.Cart .scTrigger { background: none; position: relative; border-right: 1px solid #1a1a1a; border-left: 1px solid #1a1a1a; margin-left: 10px; }
.Cart .btnLink { float: left; display: inline-block; font-weight: bold; }
.Cart .scTrigger .btnTxt { background:url(images/ico-cart.png) left top no-repeat; padding: 3px 5px 4px 37px; margin: 4px 14px; color: #FFF; display: block; }
.Cart a.btnLink { border: none; background: none; padding: 9px 20px 14px; color: #FFF; margin: 0; border-right: 1px solid #1a1a1a; }
.Cart .btnLink:hover .btnTxt { text-decoration: underline; }

/* SHOPPING CART Menu | Header */
#shoppingCart { -moz-box-shadow: 0px 0px 5px #A4A4A5; -webkit-box-shadow: 0px 0px 5px #A4A4A5; box-shadow: 0px 0px 5px #A4A4A5; }
#shoppingCart { position: absolute; right: -1px; top: 100%; }
#shoppingCart .scTop {border-bottom: 1px solid #CCCCCC; height: 35px; }
#shoppingCart-empty td {padding: 2px 0 5px 10px;}
#shoppingCart .menu ul.tabs li a  {color: #5d5d5d; font-weight: normal; border-left: 1px solid #CCCCCC;}
#shoppingCart .menu ul.dropdown li a  {color: #4d4d4d; font-weight: normal; border-left: none;}
#shoppingCart .menu ul.tabs .divider span {display: none;}
#shoppingCart .menu ul.tabs li a:hover {background: #E6E6E6; color: #0085DB; cursor: pointer;}

/* QUICK SEARCH / Product Search */
.QuickSearchBasic .quickSearch { position: relative; float: right; margin-bottom: 15px; }
.quickSearch .formLayout { float: right; line-height: 30px; }
.quickSearch .formLayout.inlineTitle .info { background: none; border: none; }
.quickSearch .formLayout.inlineTitle .info h2,
.quickSearch .formLayout.inline span { color: #999999; font-size: 12px; font-weight: bold; line-height: inherit; border: none;}
.quickSearch .formLayout input.text { padding: 2px; height: 25px; margin-left: 5px; border: 1px solid #262626; background:#FFF; color:#808080; font-size: 13px; }
.quickSearch .formLayout .flGrp.Xxxx input { width: 150px; margin-left: 0; color: #808080; }
.quickSearch .formLayout.inline .flGrp span  { float: none; }
.quickSearch .formLayout.inline .flGrp.price span:before { content: "Price Range"; }
.quickSearch .formLayout.inline .flGrp label { display: none; }
.quickSearch .formLayout.inline a.btn { text-transform: uppercase; float: right; font-size: 16px; }
.quickSearch .formLayout.inline .flGrp.price span + span:before  { content: ""; }
.quickSearch .formLayout.inline .flGrp.price .field  { color: #808080; font-size: 13px; width: 80px; }
.quickSearch .formLayout.inline .flGrp.price .symbol { display: none; }
.quickSearch .formLayout.inline .flGrp.buttons { padding:0; margin:0; }
.quickSearch .formLayout.inline .flGrp.buttons div { float: left; padding: 4px 5px 0 0;}
.quickSearch .formLayout.inline .flGrp { overflow: visible; }
.quickSearch .errorMessage { display: block; position: absolute; top: 100px; right: 0; margin-right: 10px; text-align: left; }
.quickSearch a.btn { font-size: 16px; vertical-align: middle; color: #FFFFFF; font-weight: bold; text-decoration: none; display: inline-block; padding: 8px; line-height: 15px; position: relative;
    border-color: #1a1a1a;
    background: #c1272d;
    background: -moz-linear-gradient(top,  #c1272d 0%, #87272d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c1272d), color-stop(100%,#87272d));
    background: -webkit-linear-gradient(top,  #c1272d 0%,#87272d 100%);
    background: -o-linear-gradient(top,  #c1272d 0%,#87272d 100%);
    background: -ms-linear-gradient(top,  #c1272d 0%,#87272d 100%);
    background: linear-gradient(top,  #c1272d 0%,#87272d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1272d', endColorstr='#87272d',GradientType=0 );
}
.quickSearch a.btn:hover, .quickSearch a.btn:active {
    background: #87272d;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -ms-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear; 
}

/* BANNER */
.Ad, .Banner { padding: 0 20px; margin: 0 -20px 0; clear: left; }
.adSlider { padding: 10px; background: #FFF; border: 1px solid #FFF; box-shadow: 0px -4px 10px white; }
.adSlider .inner { padding: 2px; background: #FFF; position: relative; height: 214px; }
.adSlider .pagerBtn { display: none; }
.adSlider .icoBox,
.adSlider a:hover .icoBox { background:url(images/btn-prev-next-banner.png) no-repeat 0 0; position:absolute; top: 50%; margin-top:-25px; width:32px; height:50px; }
.adSlider .icoBox.iArrowRight { left:-12px; background-position: 0 0; }
.adSlider .icoBox.iArrowLeft,
.adSlider a:hover .icoBox.iArrowLeft{ right:-12px; background-position: -32px 0;}

/* PRODUCT SET AUTO */
#productset-content.carousel { padding:0; margin-top: 35px; }
#productset-content.carousel .dataTables_info { position: absolute; top: -44px; right: 10px; text-align: right; width: 300px; color: #FFFFFF; }
#productset-content.carousel .fg-toolbar.ui-widget-header { border: 0; background: none; position: absolute; top: -27px; right: 0; padding: 0 4px;}
#productset-content.carousel .pagination-links { display: none; }
#productset-content.carousel a.previous { margin-right: 10px; }
#productset-content.carousel li { padding: 0; }
#productset-content.carousel .mask { margin-top: -8px; }
#productset-content.carousel .big { font-size: 13px; }
#productset-content.carousel .allLinks { position: absolute; left: 5px; top: -27px; font-size: 10px; }
#productset-content.carousel .allLinks a { padding: 0 5px 0 0; margin-right: 3px; }

/* PROD SET */
.prodSet { border-bottom: 2px solid #d34f5e; }
.prodSet .tabs li a { background:none;  }
.prodSet li .prodImg { border: 1px solid #CCC; }
.prodSet .tabs li a:hover { background:none; }
.prodSet li .prodName { width:98%; left:2px; bottom:2px; line-height: 1.5em; }

/* POTD */
.PODay { position: relative; border: none; }
.PODay .prodInfo { float: right; width: 60%; }
.PODay .prodImg { float: left; width: 35%; border:1px solid #CCC; }
.PODay .prodLink { font-size: 15px; font-weight: bold; font-size: 18px; }
.PODay img { float: left; width: 100%; }
.PODay h2 { margin: 0; }
.PODay h4 { margin: 0; font-size: 16px; }
.PODay p { margin: 0 0 10px 0; }
.PODay btn { border: none; background: none; }
.PODay .socialLinks { position: absolute; right: 6px; top: 6px; padding: 5px; background:#d34f5e; background: rgba(255,255,255,.5); }
.grid_3 .PODay .socialLinks { top: 40px; }

/* PROD DETAILS */
.configOptions { position: absolute; left: -42px; top: 100px; z-index: 200; width: 27px; }
.configOptions .configHandle { position: absolute; width: 200px; height: 26px; line-height: 24px; color: #FFF; text-align: center; z-index: 199;
    font-weight: bold;
    font-size: 16px; 
    border: 2px solid #d34f5e;
    background: #ae1f30;
    left: -84px; top: 100px; 
    -webkit-transform:rotate(270deg);
    -moz-transform:rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
}
@media \0screen {
.configOptions .configHandle { position: absolute; width: 200px; height: 24px; line-height: 24px; color: #FFF; text-align: center; z-index: 199;
    font-weight: bold;
    font-size: 16px; 
    border: 2px solid #d34f5e;
    background: #ae1f30;
    left: -84px; top: 100px; 
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); 
    top: 0px;
    left: 0px; }
}
.configOptions .configHandle:hover { cursor:pointer; }
.configOptions .configHolder { overflow: hidden; position: relative; margin-left: 32px; height: auto; width: auto; }
.configOptions .config { position: relative; background: #FFF; margin: 0 0 0 10px; left:-240px; width: 210px; border: none;
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.3); 
	box-shadow: 0 0 8px rgba(0,0,0,0.3); 
}

/* PROD TILE */
.productList { border-top: 1px dashed #666; }
.prodTile { border: none; background: #f2f2f2; }
.prodTile .prodName a { color: #4D4D4D; }
.prodTile .prodName a:hover { text-decoration: underline; }
.prdrebConfig .fieldsetInner { border: none; }
.prdrebConfig .ui-widget-header, .YouMayAlsoLike .ui-widget-header { background: #ae1f30; padding: 7px 10px 7px; color:#FFFFFF; border: 2px solid #d34f5e; font-size: 12px; text-transform: uppercase; }
.prdrebConfig .ui-widget-header h5, .YouMayAlsoLike .ui-widget-header h5 { font-size: 14px; padding: 0; line-height: inherit; }
.YouMayAlsoLike .gridFooter { border-bottom: 1px dashed #b2b2b2; border-top: none; background: #f2f2f2; }
.YouMayAlsoLike .fieldsetInner { border: none; }

/* PRICE GRIDS */
.priceGrid { border-left: 1px dashed #676767; border-top: 1px dashed #676767; }
.priceGrid th { background: #373737; color: #b1b1b1; }
.priceGrid th, .priceGrid td { border-right: 1px dashed #676767; border-bottom: 1px dashed #676767; }

/* FEATURED VIDS */
.featureVideo h6 { margin-bottom: 5px; margin-top: -6px; font-weight: normal; }
.featureVideoSet ul { margin: 0 -5px; }
.featureVideoSet ul li { float: left; padding:0; }
.featureVideoSet .tile { padding: 5px; border: 1px solid #CCC; margin: 5px; }
.featureVideoSet .title { margin: 5px; text-align: center; font-size: 11px; }
.featureVideoSet ul li:first-child { width: 100%; display: block; }
.featureVideoSet ul li:first-child .tile { border: none; margin: 0; }
.featureVideoSet ul li:first-child .title { text-align: left; float: none; font-size: 14px; font-weight: bold; }

/* ARTICLES */
.article { float: left; display: inline-block; margin: 0 20px 20px 0; line-height: inherit; }
.article:last-child { margin-right: 0px; }
.article h3 { margin-bottom: 8px; padding-bottom: 4px; line-height: normal; color:#464646; border-bottom: 4px solid #d34f5e; }
.article .readmore { padding: 8px 0 0 0; width: inherit; font-weight: bold; }
.article .readmore a:after { content:" >";}

.ui-accordion .ui-accordion-header, .attributesContainer { background: none; }
