/* Template: Template 01 - Advantage */

/* RESETS */
body { background: none; font-size: 12px; background-color: #E6E6E6; }
.subFooter { background: none; border: none; }
.container { background: url('images/headerBG-top.png') top left repeat-x #FFF; border: 1px solid #A8A8A8; padding: 0 10px; margin-top: 10px; 
    -moz-box-shadow: none; 
    -webkit-box-shadow: none; 
    box-shadow: none; 
}
.headerRow2 { width: 960px; padding: 0 10px; margin-left: -10px; background: url('images/headerBG-bot.png') bottom left repeat-x; }

/* LOGO */
.Logo { display: table-cell; vertical-align: middle; text-align: center; width: 220px; height: 100px; }
.logo { display: inline-block; font-size: 24px; font-weight: bold; max-width: 220px; line-height: 1em; }
.logo a { color: #F6921E; }
img[id$="imgLogoLnk"] { width: 240px !important; height: 140px !important;}

/* LINKS */
a, a:link, a:visited, a:hover, a:active { text-decoration: none; color: #F6921E; }
a:hover { text-decoration: underline; }
.styledtxt { color: #F6921E }

/* HEADERS */
h3, h4, h5, h6 { margin-bottom: 5px; }
.section h3 { font-size: 18px; }
.header { margin-bottom: 20px; }

/* TOP MENU */
.header .Menu { padding-left: 13px; background: url('images/sprite.png') 0 -12px no-repeat; height: 38px; }
.header .grid_9>div:first-child .menuWrap { padding-right: 14px; background: url('images/sprite.png') right -12px no-repeat; height: 38px; }
.header .menu { background: none; border-top: 1px solid #1A1A1A; }
.header .menu ul { font-size: 1.0em; color: #FFF; height: 36px; margin: 0;
	background: #1A1A1A url('images/menuBG.png') repeat-x top; 
	background: -moz-linear-gradient(19% 100% 90deg, #1A1A1A, #666666); 
	background:	-webkit-gradient(linear, 0% 0%, 0% 100%, from(#666666), to(#1A1A1A));
	list-style-type: none; padding:0; margin: 0;
	border-top: 1px solid #B3B3B3;
	border-bottom: 1px solid #595959;
}
.header .EndUserStatus .menu>ul { border-left: 2px solid #1A1A1A; }
.header .menu>ul li { display: table-cell; float: left; margin: 0; position: relative; line-height: 32px; padding: 0; }
.header .menu>ul li a { color: #FFFFFF; font-weight: bold; padding: 0 8px; text-shadow: 0 1px 4px #000000; }
.header .menu>ul li a.divider { padding: 0; }
.header .menu>ul li a:hover, .menu>ul li a.current { background: none; border: none; text-decoration: none; color: #F6981E; text-shadow: 0 1px 4px #000000; }

/* END USER STATUS */
.header .EndUserStatus, .header .Menu { float: right; margin-top:-6px; }
.header .EndUserStatus { margin-right: -10px; }
.header .EndUserStatus .menuWrap { padding-left: 0px; }
.header .EndUserStatus .menu ul { border-right: none; padding: 0; }

/* HEADER DROP MENU */
.header .menu ul.dropdown { display: none;  height: auto; position: absolute; left: 0; top: 100%; min-width: 100%; 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 ul.dropdown li { display: block; float: none; margin:0; font-size: 12px; clear: left; }
.header .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; }
.header .menu ul.dropdown li a:hover, ul.dropdown li a:hover { background: #F2F2F2; display:block; cursor:pointer; border: none; color: #F6921E; }
.header .menu ul.dropdown ul { left: 95%; top: 0; width: auto; }

/* 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; 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: #FFF!important; font-weight: bold; text-decoration: none; display: inline-block; padding: 8px; margin-top:1px; line-height: 15px; position: relative;
	border: 1px solid #B13A00;
	background-color: #FF8119;
	background-image: -moz-linear-gradient(top, #FFCA00, #FF8119);
	background-image: -ms-linear-gradient(top, #FFCA00, #FF8119);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFCA00), to(#FF8119));
	background-image: -webkit-linear-gradient(top, #FFCA00, #FF8119);
	background-image: -o-linear-gradient(top, #FFCA00, #FF8119);
	background-image: linear-gradient(top, #FFCA00, #FF8119);
	background-repeat: repeat-x;
	text-shadow:none;}
a.btn:hover, a.btn:active { 
	color: #FFF!important;
	text-decoration: none;
	background-color: #FF8119; 
	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.6em 0 0.6em 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: 7px 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; padding: 8px 20px; font-size: 1em; }
.address.inline h3,
.address.inline div {display:none;}
.address.inline .phone,
.address.inline .email, 
.address.inline .phone span,
.address.inline .email a { color: #808080; text-decoration: none;}
.address.inline .phone,
.address.inline .email { display: inline; float: left; }
.address.inline .email a:hover {text-decoration: underline;}
.address.inline .email { border-left: 1px solid #808080; margin-left: 5px; padding-left: 10px; }

/* ADDRESS | Body */
.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; margin-bottom:10px; }
.section .address:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }

/* SOCIAL LINKS */
.social li a { vertical-align: middle; }
.social li a:after { content: ' >'; }

/* FOOTER */
.footer { color: #FFF; margin:0 -10px; 
	border: 1px solid #1A1A1A;
	background: #1A1A1A;
	background:-moz-linear-gradient(19% 75% 90deg, #1A1A1A, #666666); 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#666666), to(#1A1A1A)); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#1A1A1A', gradientType='0'); 
}
.footer .innerWrapper { padding: 20px 10px; border-top: 1px solid #B3B3B3; border-bottom: 1px solid #595959; }
.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: #FFFFFF; margin: 0px; text-shadow: 0 1px 4px #000000; }
.footer h3 { font-size: 19px; }
.footer p { font-weight: normal; margin-bottom: 10px; line-height: 18px;}
.footer a, .footer a:link, .footer a:visited, .footer a:active { color: #FFFFFF; }
.footer a:hover { color: #F6981E; }
.footer .txt { clear: both; display: block; }
.footer .newsletter .formLayout input.text { padding: 3px 8px; width: 275px; height: 25px; border: 1px solid #000000; }
.footer .grid_4 .newsletter .formLayout input.text {width: 195px!important; }
.footer .newsletter .formLayout, .newsletter .formLayout .flGrp { margin: 0; padding: 4px 0 0 0; }
.footer .newsletter .formLayout.inline .flGrp.buttons { padding-right: 0pt; }
.footer .NewsletterSignup { margin-bottom: 10px; }
.footer .socialLinks .social { list-style: none outside none !important; margin: 0; padding: 0; }
.footer .socialLinks li { margin-left: 0px; margin-bottom: 4px; }
.footer .socialLinks .social li a {color: #FFF; font-size: 13px; font-weight: normal; text-decoration: none; vertical-align: middle; text-shadow: 0 1px 4px #000000; }
.footer .address .map { background-color: #FFFFFF; height: 100px; margin-bottom: 8px; overflow: hidden; padding: 8px 0 0 8px; width: 210px; 
	border: 1px solid #000000;
	-moz-box-shadow: 1px 1px 5px #000000; 
	-webkit-box-shadow: 1px 1px 5px #000000; 
	box-shadow: 1px 1px 5px #000000;
}
.footer .errorMessage, .footer .successMessage { background: #a2eaff; border: none; padding: 5px; color: #0189dd; }

/* COPYRIGHT */
div[id$="FullWidthSubFooterZone"] { color: #999999; font-size: 11px; width: 940px; margin: 10px auto; padding-bottom: 10px; }
div[id$="FullWidthSubFooterZone"] a { color: #999999; font-size: 11px; }

/* 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:#F6921E; }
ul.ui-tabs-nav li.ui-tabs-selected a, .socialFeed ul.ui-tabs-nav li.ui-tabs-selected { color:#4d4d4d!important; }
.socialFeed ul.ui-tabs-nav { margin-bottom: 0!important; }
.socialFeed ul.ui-tabs-nav li.ui-tabs-selected { border-top: 1px solid #ccc; }
.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-top: 0; }
.footer .socialFeed ul.ui-tabs-nav { margin-left: -1px; border-bottom: 1px solid #B13A00!important; }
.footer ul.ui-tabs-nav li a { color: #FFF; }
.footer .socialFeed ul li { border-color: #B13A00; }
.footer .socialFeed { 
    background: #FFCA00;
    background: -moz-linear-gradient(top,  #FFCA00 0%, #FF8119 8%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFCA00), color-stop(8%,#FF8119));
    background: -webkit-linear-gradient(top,  #FFCA00 0%,#FF8119 8%);
    background: -o-linear-gradient(top,  #FFCA00 0%,#FF8119 8%);
    background: -ms-linear-gradient(top,  #FFCA00 0%,#FF8119 8%);
    background: linear-gradient(to bottom,  #FFCA00 0%,#FF8119 8%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFCA00', endColorstr='#FF8119',GradientType=0 );
    border: 1px solid #B13A00;
    -moz-box-shadow: 1px 1px 5px #000000; 
    -webkit-box-shadow: 1px 1px 5px #000000; 
    box-shadow: 1px 1px 5px #000000;
}
.footer .socialFeed .ui-tabs .ui-tabs-panel { border: none; }

/* CONTENT */
.section .asiModule { margin-bottom: 20px; }
.section .FeaturedVideos,
.section .Video,
.section .ProductSetAutoUpdate,
.section .ProductOfTheDay,
.section .grid_3 .Content { padding:10px; border: 1px solid #CCCCCC; } 
.section .grid_12 .asiModule { padding: 0; border: none; }
.section h2 { border-bottom: 1px solid #CCC; font-size: 18px; line-height: 1em; margin-bottom: 10px; padding-bottom: 10px; }

/* SHOPPING CART | Header */
.shoppingCart-container { clear: both; float: right; }
.Cart { padding: 3px 0 17px 0; }
.Cart .btnLink {color: #808080; font-weight: bold; display: inline-block; line-height: 1em; font-size: 1.2em; background: none; padding: 5px 10px 5px 10px; border: 1px solid #999999; }
.Cart a.btnLink { vertical-align: top; }
.Cart .btnLink.scTrigger { margin-right: 8px; position: relative; }
.Cart .btnLink:hover {background-color:#E6E6E6;}
.Cart .btnLink:hover .btnTxt {text-decoration: none;}

/* 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: #464646; 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 { margin: 0 -20px; width:1010px; position:relative; left: -16px; 
	-moz-box-shadow: 0px 1px 4px rgba(0,0,0,.66); 
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,.66); 
	border: 1px solid #1A1A1A; 
	background: #1A1A1A;
	background:-moz-linear-gradient(19% 75% 90deg, #1A1A1A, #666666); 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#666666), to(#1A1A1A)); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#1A1A1A', gradientType='0'); 
}
.QuickSearchBasic:before,.QuickSearchBasic:after { top: -16px; content: ""; position: absolute; display: block; border-style: solid; width: 7px; height: 0; }
.QuickSearchBasic:before { left: -7px; border-width: 15px 15px 0 0; border-color: transparent #000000 transparent transparent; }
.QuickSearchBasic:after { right: -7px; border-width: 15px 0 0 15px; border-color: transparent transparent transparent #000000; }
.QuickSearchBasic .quickSearch { width: 1010px !important; height:64px; padding-top: 6px; text-align: right;
	border-top: 1px solid #B3B3B3; 
	border-bottom: 1px solid #595959;
}
.quickSearch .formLayout { float: right; margin: 5px 10px 0 0; }
.quickSearch .formLayout.inlineTitle .info { background: none; border: none; }
.quickSearch .formLayout.inlineTitle .info h2,
.quickSearch .formLayout.inline span { color: #FFFFFF; font-size: 16px; font-weight: bold; line-height: 2em; border: none; text-shadow: 0px 1px 4px #000000; }
.quickSearch .formLayout input.text { padding: 3px 8px; height: 25px; margin-left: 5px; border: 1px solid #000000; }
.quickSearch .formLayout.inline .inlineLabel { font-size: 14px; }
.quickSearch .formLayout .flGrp.Xxxx input { width: 300px; margin-left: 0; }
.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 { float: right; font-size: 16px; }
.quickSearch .formLayout.inline .flGrp.price span + span:before  { content: ""; }
.quickSearch .formLayout.inline .flGrp.price .field  { color: #222222; font-size: 12px; width: 80px; line-height: 2em; }
.quickSearch .formLayout.inline .flGrp.price .symbol { display: none; }
.quickSearch .formLayout.inline .flGrp.buttons { padding-right: 0pt; margin-top: 3px; }
.quickSearch .formLayout.inline .flGrp.buttons div { float: left; margin: 6px 10px 0 0; }
.quickSearch .formLayout.inline .flGrp { overflow: visible; }
.quickSearch .errorMessage { display: inline; float: right; margin-right: 10px; text-align: left; width: 150px; }

/* BANNER */
.Ad, .Banner { background: url("images/bannerBG.png") repeat-x left top #CCCCCC; padding: 10px 20px; margin: 0 -20px; }
.adSlider { background: #FFF; padding: 4px; -moz-box-shadow: 0px 1px 5px #737373; -webkit-box-shadow: 0px 1px 5px #737373; box-shadow: 0px 1px 5px #737373; border: 1px solid #A5A5A5; }
.adSlider .inner { background: url("images/bannerInnerBG.png") repeat-x left bottom #FFF; padding: 8px 8px 30px 8px; }
.adSlider .pagerBtn { float: left; clear: both; overflow: hidden; margin: 10px 0 0 20px;bottom:21px; }
.adSlider .pagerBtn ul, ol { list-style: none outside none; margin: 0; padding: 0; }
.adSlider .pagerBtn .pagination li { float: left; margin: 0 7px 0 0; }
.adSlider .pagerBtn .pagination li a { background: url("images/sprite.png") no-repeat scroll 0 -143px transparent; float: left; font-size: 0; height: 11px; width: 11px; line-height: 0; overflow: hidden; }
.adSlider .pagerBtn .pagination li a:hover,
.adSlider .pagerBtn .pagination li.active a { background-position: 0 -132px; }
.adSlider .btns { height: 17px; margin-top: 6px; float: right; }
.adSlider .btns a { margin-right: 15px; }

/* PRODUCT SET AUTO */
#productset-content.carousel { padding:0; margin-top: 35px; }
#productset-content.carousel .dataTables_info { position: absolute; top: -38px; right: 1px; text-align: right; width: 300px; }
#productset-content.carousel .ui-toolbar.ui-widget-header { line-height: 15px;} 
#productset-content.carousel .fg-toolbar.ui-widget-header { border: 0; background: none; position: absolute; top: -24px; 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; }

/* POTD */
.PODay { position: relative; }
.PODay .prodInfo { float: right; width: 60%; }
.PODay .prodImg { float: left; width: 35%; }
.PODay .prodLink { font-weight: bold; font-size: 15px; }
.PODay img { float: left; width: 100%; }
.PODay h4 { margin: 0 0 5px 0; line-height: 1.2; font-size: 15px; }
.PODay h4 a { color: #464646; }
.PODay p { margin: 0 0 5px 0; }
.PODay btn { border: none; background: none; }
.PODay .socialLinks { position: absolute; right: 0px; top: 2px; }
.grid_3 .PODay .socialLinks { position: relative; height: 20px; }
.grid_3 .PODay p { margin: 0 0 5px 0; }
.grid_3 .PODay .prodInfo { width: 100%; }
.grid_3 .PODay .prodImg { width: 110px; margin-left: 45px; margin-top: 12px; }
.grid_3 .PODay h4, .grid_3 .PODay .prodLink, .grid_3 .PODay p { display: block; text-align: center; }
.grid_3 .PODay .prodNum { display: none;}

/* PROD DETAILS */
.configOptions { position: absolute; left: -35px; top: 230px; z-index: 200; width: 27px; }
.configOptions .configHandle { position: absolute; width: 184px; height: 25px; line-height: 22px; color: #FFF; text-align: center; z-index: 199;
	font-weight: bold;
	font-size: 16px; 
    border: 1px solid #1A1A1A; border-width: 1px 0;
    left: -80px; top: 100px; 
	background: url('images/menuBG.png') left top repeat-x #1A1A1A; 
	background: -moz-linear-gradient(19% 100% 90deg, #1A1A1A, #666666); 
	background:	-webkit-gradient(linear, 0% 0%, 0% 100%, from(#666666), to(#1A1A1A));
	-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: 25px; line-height: 24px; color: #FFF; text-align: center; z-index: 199;
	font-weight: bold;
	font-size: 16px; 
    border: 1px solid #1A1A1A;
    left: -80px; top: 100px; 
	background: url('images/menuBG.png') left top repeat-x #1A1A1A; 
	background: -moz-linear-gradient(19% 100% 90deg, #1A1A1A, #666666); 
	background:	-webkit-gradient(linear, 0% 0%, 0% 100%, from(#666666), to(#1A1A1A));
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); 
	top: 0px;
	left: 0px; }
}
.configOptions .configHandle:hover { cursor:pointer; }
.configOptions .configHandle:before, .prdrebConfig .configHandle:after { content:' '; display: block; position: absolute; top:-1px; width: 13px; height:27px; background:url(images/sprite.png) 0 0 no-repeat; }
.configOptions .configHandle:before { background-position: 0 -52px; left: -13px; }
.configOptions .configHandle:after { background-position: -22px -52px; right: -12px; }
.configOptions .configHolder { overflow: hidden; position: relative; margin-left: 12px; padding: 10px; 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); }
.configOptions .configHolder .ui-widget-header { color: #fff;
	background: #1A1A1A;
	background:-moz-linear-gradient(19% 75% 90deg, #1A1A1A, #666666); 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#666666), to(#1A1A1A)); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#1A1A1A', gradientType='0'); 
}
.configOptions .configHolder .ui-widget-header h5 { color: #fff; }

/* PROD TILE */
.prodTile .prodName a { color: #464646; }
.prodTile .prodName a:hover { text-decoration: underline; }
.prodSet li .prodName { font-size: 14px; line-height: 2; }
 
/* 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; line-height: normal; height: 25px; overflow: hidden; }
.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; height: 18px; }

/* 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; line-height: normal; font-size: 16px; }
.article .readmore { padding: 8px 0 0 0; width: inherit; font-weight: bold; }
.article .readmore a:after { content:">";}
.article, .article img { max-width:100%; }

/* OVERRIDES */
.fg-button.ui-button.ui-state-default { color: #3780D4; }

@media only screen and (max-width: 1040px) {
	.QuickSearchBasic { margin: 0 -5px; width:980px; }
	.QuickSearchBasic:before,.QuickSearchBasic:after { border: none; }
	.QuickSearchBasic .quickSearch { width: 980px !important; }
}

/* MOBILE */
@media only screen and (max-width: 480px) {
    body.mobile nav.mobile-menu { color: #fff; background: #1A1A1A; }

    .headerRow2 { width: 100%; padding: 0; margin-left: 0; }
    .container { border: none; margin-top: 0; padding: 0; }
    .section .FeaturedVideos, .section .Video, .section .ProductSetAutoUpdate, .section .ProductOfTheDay, .section .grid_3 .Content { box-sizing: border-box; }

    .logo { margin: 0 auto; }

    .ShoppingCart .Cart .btnLink { padding: 10px 0; }

    .QuickSearchBasic { left: 0; }
    .QuickSearchBasic .quickSearch { width: 100%!important; }
    .QuickSearchBasic .formLayout.inline .search-keyword { padding-left: 0; }

    .footer { margin: 0; border-right: none; border-left: none; }
    .footer .innerWrapper { padding: 20px 0; }
    
    div[id$="FullWidthSubFooterZone"] { width: 100%; }
}
body{font-family:Arial, Helvetica, sans-serif;}
