/* TEMPLATE 19 */
/* RESETS */
body { background: #C0C0C0; font-size: 12px; }
.container { background: #fff; padding: 10px; box-shadow: 0 0 20px #fff; }

/* LOGO */
.header .Logo { width: 400px; height:130px; padding: 0; line-height: 1em; }
.header .logo { display: table-cell; vertical-align: middle; width: 400px; height: 120px; padding:0; }
.header .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: #62b411; }
a:hover { text-decoration: underline; }
.styledtxt { color: #62b411; }

/* HEADERS */
h1, h2, h3, h4, h5, h6 { margin-bottom: 5px; color: #555; font-weight: 300; }
h3 { font-size: 22px; }
h5 { font-size: 18px; }
.section h1,
.section h2,
.section h3 { color: #555; border-bottom: 1px solid #ddd; line-height: 1.2em; padding-bottom: 5px; font-weight: 300; margin-bottom: 10px; }
.ui-dialog .ui-dialog-title { color: #555; font-size: 16px; line-height: 1.2em; margin: 0; }

.menu.vertical li a.menu-header, 
.menu.vertical li a.menu-header:hover { color: #000; cursor: default; border-radius: 8px 8px 0 0; border-bottom: 1px solid #ccc;
    background: #EEEEEE;
    background: -moz-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#EEEEEE));
    background: -webkit-linear-gradient(top,  #FFFFFF 0%,#EEEEEE 100%);
    background: -o-linear-gradient(top,  #FFFFFF 0%,#EEEEEE 100%);
    background: -ms-linear-gradient(top,  #FFFFFF 0%,#EEEEEE 100%);
    background: linear-gradient(to bottom,  #FFFFFF 0%,#EEEEEE 100%);
}

.headerZone4 { clear: left; border: none; box-sizing: border-box; padding-top: 5px; border-radius: 8px; margin-bottom: 20px;
    background: #4F8B13;
    background: -moz-linear-gradient(top, #62b411 0%, #4F8B13 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#62b411), color-stop(100%,#4F8B13));
    background: -webkit-linear-gradient(top, #62b411 0%,#4F8B13 100%);
    background: -o-linear-gradient(top, #62b411 0%,#4F8B13 100%);
    background: -ms-linear-gradient(top, #62b411 0%,#4F8B13 100%);
    background: linear-gradient(to bottom, #62b411 0%,#4F8B13 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62b411', endColorstr='#4F8B13',GradientType=0 );
}

/* MENUS */
.menu { background: none; height: auto; margin-bottom: 0; }

/* TOP MENU */
.header .headerZone1 .Menu { float: left; }
.header .headerZone1 .menu { background: none; height: auto; margin: 0 0 0 20px; }
.header .headerZone1 .menu ul { font-size: 12px; color: #05a; margin: 0; list-style-type: none; padding: 0; }
.header .headerZone1 .menu > ul li { display: table-cell; float: left; margin: 0 20px 0 0; position: relative; padding: 0; }
.header .headerZone1 .menu > ul li a { color: #05a; display: inline-block; }
.header .headerZone1 .menu > ul li a.divider { padding: 0; }

.header .headerZone4 .Menu .menu { float: left; line-height: 1; margin: 0; margin-right: 20px; background: none; z-index: 901; }
.header .headerZone4 .Menu .menu > ul { margin: 0; }
.header .headerZone4 .Menu .menu > ul > li { color: #fff; display: inline-block; margin: 0; position: relative; padding: 0; }
.header .headerZone4 .Menu .menu > ul > li > a { padding: 10px 20px; display: inline-block; border-right: 1px solid #A8DD74; color: #fff; }
.header .headerZone4 .Menu .menu > ul > li > a:hover, 
.header .headerZone4 .Menu .menu > ul > li > a.current{ color: #fff; text-decoration: none; }

/* HEADER DROP MENU */
.header .menu ul.dropdown,
.footer .menu ul.dropdown { background: #4F8B13; left: 0; top: 100%; border-radius: 0 0 8px 8px; border: none; min-width: 100%; white-space: nowrap !important; z-index: 999; padding-bottom: 10px; }
.header .menu ul.dropdown li { display: block; float: none; margin: 0; font-size: 12px; clear: left; }
.header .menu ul.dropdown li a,
.footer .menu ul.dropdown li a { display: block; font-weight: normal; color: #fff; line-height: normal; padding: 5px; margin: 0; border-radius: 0; text-shadow: none; float: none; }
.header .menu ul.dropdown li:hover a { color: #fff; }
.footer .menu ul.dropdown li { padding: 0 5px; }
.header .menu ul.dropdown ul { left: 100%; top: -1px; width: auto; }

/* QUICK SEARCH / Product Search */
.QuickSearchBasic { float: right; color: #fff; margin-right: 10px; }
.QuickSearchBasic a.btn { background: #A8DD74; border-color: #A8DD74; }
.QuickSearchBasic a.btn:hover { background: #39680C; border-color: #39680C; }
.quickSearch .formLayout.inlineTitle .info { background: none; border: none; }
.quickSearch .formLayout.inlineTitle .info h2 { display: none; }
.quickSearch .formLayout input.text { padding: 3px 8px; height: 25px; border-color: #A8DD74; }
.quickSearch .formLayout.inline .inlineLabel { font-size: 12px; }
.quickSearch .formLayout .flGrp.Xxxx input { width: 130px; margin-left: 0; }
.quickSearch .formLayout.inline .flGrp span { float: none; }
.quickSearch .formLayout.inline .flGrp.price { margin-left: 10px; }
.quickSearch .formLayout.inline .flGrp.price span:before { content: "Price: "; }
.quickSearch .formLayout.inline .flGrp label { display: none; }
.quickSearch .formLayout.inline .flGrp.price span + span:before { content: ""; }
.quickSearch .formLayout.inline .flGrp.price .field { color: #222222; font-size: 12px; width: 70px; line-height: 2em; }
.quickSearch .formLayout.inline .flGrp.price .symbol { display: none; }
.quickSearch .formLayout.inline .flGrp.buttons { padding: 0; margin: 0; }
.quickSearch .formLayout.inline .flGrp.buttons div { display: inline-block; padding: 0 0 0 10px; position: absolute; right: 0; bottom: -22px; color: #000;}
.quickSearch .formLayout.inline .flGrp { overflow: visible; }
.quickSearch .errorMessage { display: inline; float: right; margin-right: 10px; text-align: left; }

/* 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: 12px; vertical-align: middle; color: #000!important; font-weight: bold; text-decoration: none; display: inline-block; padding: 8px; margin-top: 0px; line-height: 15px; position: relative; text-shadow: none;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    background: #EEEEEE;
    background: -moz-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#EEEEEE));
    background: -webkit-linear-gradient(top, #FFFFFF 0%,#EEEEEE 100%);
    background: -o-linear-gradient(top, #FFFFFF 0%,#EEEEEE 100%);
    background: -ms-linear-gradient(top, #FFFFFF 0%,#EEEEEE 100%);
    background: linear-gradient(to bottom, #FFFFFF 0%,#EEEEEE 100%);
}
.QuickSearchBasic a.btn,
.NewsletterSignup a.btn { border-radius: 0 4px 4px 0; border-width: 1px 1px 1px 0;}
a.btn:hover, a.btn:active { color: #FFF!important; text-decoration: none; background-color: #39680C; }
a.btn:hover .btnTxt { text-decoration: none; }

/* FORM - INLINE */
.formLayout.inline { zoom: 1; }
.formLayout.inline .flGrp { float: left; display: inline-block; clear: none; overflow: hidden; padding: 0 0 5px; }
.formLayout.inline label.lblTitle { float: left; margin: 0.2em 0.5em 0 0; }
.formLayout.inline .flGrp.buttons { padding: 0; border: 0 none; }
.formLayout.inlineTitle { padding: 0; float: left; position: relative;}
.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; }

/* END USER STATUS */
.header .EndUserStatus { float: right; clear: both; }
.header .EndUserStatus .menuWrap { padding-left: 0px; }
.header .EndUserStatus .loginModule .menu ul { border-right: none; padding: 0; }
.header .EndUserStatus .loginModule .menu li { padding: 0; margin: 0; }
.header .EndUserStatus .loginModule .noLink.divider { display: none; }
.header .EndUserStatus .loginModule ul.tabs li:first-child { margin-right: 15px; }
.header .EndUserStatus .loginModule ul.tabs li:first-child a { padding-right: 15px; }
.header .EndUserStatus .loginModule .menu li a { color: #464646; }
.header .EndUserStatus .loginModule .menu li a:hover { background: none!important; }
.header .EndUserStatus .loginModule .menu { border: none; }

/* SHOPPING CART | Header */
.shoppingCart-container { float: right; margin-top: 10px;}
.Cart { margin: 0 5px 0 0; padding: 0 10px 0 0; }
.Cart .btnLink { border: none; display: inline-block; line-height: 1em; background: none; padding: 0; font-weight: normal; color: #464646; }
.Cart .btnLink.scTrigger { margin-right: 15px; padding-right: 15px; position: relative; cursor: pointer; }
.Cart .btnLink:hover { background: none; }
.Cart .btnLink:hover .btnTxt { text-decoration: none; }

/* SHOPPING CART Menu | Header */
#shoppingCart { position: absolute; right: -1px; top: 100%; border-radius: 8px; box-shadow: 0 2px 4px 0 rgba(0,0,0,0.13);}
#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; }

/* PRODUCT RESULTS */
.ui-widget-header { border: none; background: none; }
.ui-widget-header h5 { line-height: 1em; padding: 20px 0 5px; }
.fieldsetInner { border-color: #ddd; border-radius: 5px; }
.prodTile { border-radius: 8px; border-color: #ddd; }

/* EVENT PLANNER */
.EventPlannerList .ui-widget-header { padding: 0; }
.EventPlannerList .ui-widget-header h3 { margin-bottom: 0; float: none; }
.EventPlannerList .ui-widget-header > a { margin-top: -25px; line-height: 20px; }

/* ARTICLES */
.article { float: left; display: inline-block; margin: 0 20px 20px 0; line-height: inherit; }
.grid_3 .article,
.article:last-child { margin-right: 0px; }
.article h3 { margin-bottom: 8px; line-height: normal; }
.article .readmore { padding: 8px 0 0 0; width: inherit; font-weight: bold;  text-align: right; }
.article .readmore a:after { content: ">"; }
.article, .article img { max-width: 100%; }

/* EVENT PLANNER */
.EventPlanner .leftcol { border: none; width: 180px; margin-right: 20px; }
.EventPlanner .leftcol .content { padding: 0; }
.grid_9 .EventPlanner .rightcol { width: 490px; }
.EventPlanner .pnlStep { clear: both; margin-top: 20px; border-bottom: 1px solid #ccc; margin-bottom: 5px; }
.EventPlanner .rightcol .imgPanel { border: none; padding: 5px 5px 20px; }
.EventPlanner .pnlSpacing,
.EventPlanner .clear { display: none; }

/* SECTION MENU */
.section .menu, 
.section .menu ul { margin: 0; background: none; width: auto; }
.section .menu a.current { 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; border: 1px solid #CCCCCC; border-radius: 8px; }
.menu.vertical > ul li { clear: left; padding: 0; display: block; width: 100%; }
.menu.vertical > ul li:hover > a { text-decoration: underline; }
.menu.vertical > ul li a { color: #464646; display: block; padding: 0 20px; }
.menu.vertical > ul li .dropdown li a { line-height: 25px; }
.menu.vertical > ul li a:hover { text-decoration: none; }
.header .menu.vertical ul.dropdown, 
.section .menu.vertical ul.dropdown { left: 100%; top: 0; }

/* ADDRESS | Header */
.header .Address { font-size: 1em; float: right; }
.header .Address h3 { display: none; }
.header .Address div { text-align: right; }
.header .Address .phone, 
.header .Address .email, 
.header .Address .phone span, 
.header .Address .email a { text-decoration: none; font-weight: bold; font-size: 13px; }
.header .addressline { display: none!important; }
.address.inline .email a:hover { text-decoration: underline; }
.address.inline .email { 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 */
.footerWrap { position: relative; margin: 20px 0 0; border-top: 1px solid #DDD;}
.footer { width: 960px; margin: 0 auto; }
.footer .innerWrapper { padding: 20px 0; }
.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 { font-size: 16px; }
.footer p { font-weight: normal; margin-bottom: 10px; line-height: 18px; }
.footer .txt { clear: both; display: block; }
.footer .newsletter .formLayout input.text { padding: 3px 8px; width: 275px; height: 25px; border-color: #CCCCCC }
.footer .grid_4 .newsletter .formLayout input.text { width: 195px!important; }
.footer .newsletter .formLayout, 
.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 #8D0000; }
.footer .address .map { background-color: #FFFFFF; height: 100px; margin-bottom: 8px; overflow: hidden; padding: 8px 0 0 8px; width: 210px; border: 1px solid #8D0000; -moz-box-shadow: 1px 1px 5px #8D0000; -webkit-box-shadow: 1px 1px 5px #8D0000; box-shadow: 1px 1px 5px #8D0000; }
.footer .errorMessage, 
.footer .successMessage { background: #a2eaff; border: none; padding: 5px; color: #0189dd; }
.footer .menu { background: none; height: auto; line-height: 35px; }
.footer .menu>ul>li { border-bottom: 1px solid #fff; display: inline-block; margin-right: 30px; padding: 0;}
.footer .menu>ul>li li a { color: #464646; }
.footer .menu ul.tabs .dropdown { left: 100%; top: -1px; }

/* 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-bottom: 0; margin-left: -1px; border: 1px solid #efefef; }
.footer .socialFeed ul li { border-color: #efefef; }
.footer .socialFeed { background: #efefef; border: 1px solid #efefef; color: #464646 }
.footer .socialFeed .ui-tabs .ui-tabs-panel { border: none; }

/* COPYRIGHT */
.fullWidthFooterZone { color: #fff; font-size: 11px; margin: 10px 0; }
.fullWidthFooterZone .asiModule { width: 940px; margin: 0 auto; text-align: center; }
.fullWidthFooterZone a { color: #fff}

/* SOCIAL FEED */
.fbConnectWidgetTopmost { border-top: none!important; }
.section ul.ui-tabs-nav li.ui-state-default a { color: #C20001; }
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; }

/* CONTENT */
.section .asiModule,
.footer .asiModule { margin-bottom: 20px; border: none; }
.section .FeaturedVideos, 
.section .Video,
.section .ProductOfTheDay, 
.section .grid_3 .Content { padding: 10px; border: 1px solid #DDD; border-radius: 8px; }

/* BANNER */
.Ad, 
.Banner { margin: 0 auto 40px!important; }
.adSlider { background: #FFF; padding: 4px; }
.adSlider .inner { background: #FFF;  }
.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: #ccc; border-radius: 4px; 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: #4F8B13; }
.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 { }
.PODay .prodImg { margin: 0 auto; width: 61%; }
.PODay .prodLink { font-weight: bold; font-size: 15px; }
.PODay img { 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_9 .PODay p { display: none!important; 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_9 .PODay .prodNum { display: none; }

.YouMayAlsoLike.ymalProd { background: #fff; margin-top: 50px; }

/* PROD DETAILS */
.configOptions { position: absolute; right: -46px; top: 140px; z-index: 205; width: 30px; }
.configOptions .configHandle { position: absolute; width: 215px; height: 30px; line-height: 30px; color: #FFF; text-align: center; text-transform: uppercase; z-index: 199; font-weight: bold; font-size: 15px; border: 1px solid #fff; border-width: 1px 1px 0; right: -98px; top: 0px; background: #464646; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); -ms-transform: rotate(90deg); }
.configOptions .configHandle .icoBox { display: none; }
@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 #b11111; right: -80px; top: 80px; }
}
.configOptions:hover .configHolder #config { left: -2px!important; }
.configOptions .configHolder #config { left: -250px!important; }
.configOptions .configHandle:hover { cursor: pointer; }
.configOptions:hover .configHolder { height: auto; }
.configOptions .configHolder { overflow: hidden; height: 0; top: -98px; position: relative; margin-left: 5px; padding: 0 10px 10px; width: auto; }
.configOptions .config { position: relative; background: #FFF; margin: 0 0 0 14px; right: -240px; top: 5px; width: 210px; border: 1px solid #fff; -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: #464646; padding: 10px; }
.configOptions .configHolder .ui-widget-header h5 { color: #fff; font-size: 13px; line-height: 1em; padding: 0px; }
.configOptions .fieldsetInner { border: none; }

/* PROD TILE */
.prodTile .prodName a { color: #464646; }
.prodTile .prodName a:hover { text-decoration: underline;; }
.prodSet li .prodName { font-size: 12px; line-height: 2; border-radius: 0 0 8px 8px; height: auto; position: relative; background: #fff; color: #464646; text-shadow: none;}
.prodSet .tabs li a:hover { text-decoration: none; background: none;}
.prodSet .tabs li a:hover .prodName { background: none; text-decoration: none; }
.prodSet .tabs li a { background-color: #fff; border-radius: 8px; margin: 10px 0px; }
.prodSet li .prodImg { margin: 0; }
.prodSet li { border-radius: 8px; }
.grid_9 .prodSet li img { height: 100px; max-width: 100px; }

/* 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; }

/* FILTER */
.grid_9 .ProductResultsBasic .prdrebConfig { position: relative; width: 100%; }
.grid_9 .ProductResultsBasic .prdrebProducts { margin-left: 0; margin-right: 10px!important; }
.grid_9 .ProductResultsBasic .prdrebFilters strong,
.grid_9 .ProductResultsBasic .prdrebConfig h5 { font-size: 13px; padding: 0; display: inline-block; line-height: 22px; float: left; clear: left; margin-right: 10px;}
.grid_9 .ProductResultsBasic .prdrebFilters strong:after,
.grid_9 .ProductResultsBasic .prdrebConfig h5:after { content: ': '; }
.grid_9 .ProductResultsBasic .prdrebConfig .ui-widget-header { background: none; border: none; float: left; }
.grid_9 .ProductResultsBasic .prdrebFilters { border: 0; padding: 0; }
.grid_9 .ProductResultsBasic .prdrebFilters li { float: left; margin-right: 10px; }
.grid_9 .ProductResultsBasic .prdrebFilters ul { float: left; }
.grid_9 .ProductResultsBasic .prdrebFilters a.btnLink { float: left; clear: both; }
.grid_9 .ProductResultsBasic .prdrebConfig .ui-widget-header.noBorderBot.noBorderTop { display: none; }
.grid_9 .ProductResultsBasic .prdrebDimensions:hover { display: block; width: 300px; padding-bottom: 200px; }
.grid_9 .ProductResultsBasic .prdrebDimensions:hover .prdrebDimensionGroup { display: block; height: auto; z-index: 319; }
.grid_9 .ProductResultsBasic .prdrebDimensions { position: absolute; right: -10px; top: 50px; border: none; z-index: 320; }
.grid_9 .ProductResultsBasic .prdrebDimensions:before { content: 'Search Filters'; width: 130px; z-index: 320; cursor: pointer; color: #fff; font-weight: bold; text-transform: uppercase; font-size: 15px; padding: 5px 20px; float: right; border: 1px solid #fff; border-width: 1px 1px 0; positioN: absolute; right: -113px; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); -ms-transform: rotate(90deg); }
.grid_9 .ProductResultsBasic .prdrebDimensionGroup { display: none; position: relative; right: -19px; top: -69px; background: #fff; width: 270px; padding: 10px; border: 1px solid #fff; -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); z-index: 300;}

.grid_9 .ProductResultsBasic .prdrebDimensions:before,
.configOptions .configHandle {
    background: #000000;
    background: -moz-linear-gradient(top,  #62b411 0%, #4F8B13 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#62b411), color-stop(100%,#4F8B13));
    background: -webkit-linear-gradient(top, #62b411 0%,#4F8B13 100%);
    background: -o-linear-gradient(top, #62b411 0%,#4F8B13 100%);
    background: -ms-linear-gradient(top, #62b411 0%,#4F8B13 100%);
    background: linear-gradient(to bottom, #62b411 0%,#4F8B13 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62b411', endColorstr='#4F8B13',GradientType=0 );
    border-radius: 8px 8px 0 0;
 }

/* PRODUCT DETAILS */
.attributesContainer { border-top: none; }
.attributesContainer h1.sectionHeader { font-size: 16px; padding: 0; line-height: 34px; font-weight: bold; }
.grid_9 .ProductDetailsBasic .grid_8 { width: 690px; float: none; }
.grid_9 .ProductDetailsBasic .grid_8 > div:first-child { width: 370px; display: table; float: right; }
.grid_9 .ProductDetailsBasic .grid_8 > div:first-child .prodDetailInfo { display: table-header-group; float: right; }
.grid_9 .ProductDetailsBasic .grid_8 > div:first-child .YouMayAlsoLike { display: table-footer-group; float: none; background: #fff; margin: 0; }
.grid_9 .ProductDetailsBasic .grid_8 > div:first-child .YouMayAlsoLike .gridFooter { width: 50%; float: left; padding: 0; border-top: 0;}
.grid_9 .ProductDetailsBasic .grid_8 > div:first-child .YouMayAlsoLike .gridFooter .prodPanel { padding: 10px; float: left; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; border-top: 1px solid #ccc; min-height: 130px; margin-right: -1px; margin-bottom: -1px;}
.grid_9 .ProductDetailsBasic .grid_8 > div:first-child .YouMayAlsoLike .fieldsetInner { float: left; }
.grid_9 .ProductDetailsBasic .attributesContainer { clear: both; }

/* LOGIN */
.grid_9 .EndUserLogin .grid_6 { width: 340px; }

/* OVERRIDES */
.fg-button.ui-button.ui-state-default { color: #3780D4; }

body{font-family:Times,"Times New Roman", Georgia, serif;}
