﻿/* CSS Document */

/* colors: 
 


*/

/* ------------------------------------------------------------------------ */
/* START Freestyle
--------------------------------------------------------------------------- */

.fs-color1 { color: #e56d2c; }
.fs-color2 { color: #004f25; }
.fs-color3 { color: #ead4a5; }

.fs-white { color: #fff; }
nobr .fs-white { text-shadow: -1px -1px 3px #333; background: #ddd; display: inline-block; padding: .25em .5em; }

.fs-float-left { float: left; margin: 0 1.25em .5em 0; }
.fs-float-right { float: right; margin: 0 0 .5em 1.25em; }
.fs-img-border { display: inline-block; padding: 4px; background: #fff; border: 1px solid #aaa;
	             -moz-box-shadow: 0px 0px 6px #ccc;
	          -webkit-box-shadow: 0px 0px 6px #ccc;
	                  box-shadow: 0px 0px 6px #ccc; }
.fs-img-border img { display: block; }

.fs-subheadingLG { 
	font-size: 1.4em;
	padding-top: .75em; margin-top: 1.5em; display: block;
	font-family: Helvetica, Verdana, sans-serif, arial, "trebuchet MS", trebuchet;
}

.fs-subheadingMED { 
	font-size: 1.3em;
	border-top: 1px solid #eee; padding-top: .75em; margin-top: 1.5em; display: block;
	font-family: Helvetica, Verdana, sans-serif, arial, "trebuchet MS", trebuchet;
}

.fs-subheadingSM { 
	font-size: 1.2em;
	font-family: Helvetica, Verdana, sans-serif, arial, "trebuchet MS", trebuchet;
}

.fs-bodyTextLG { 
	font-size: 1.1em;
}

.fs-bodyTextSM { 
	font-size: .9em;
}

/* ---------------------- */
/* MFT Defaults
------------------------- */

html { overflow-y: scroll; font-size: 100%; }
body { text-align: center; /*IE6 center page fix*/ margin: 0; line-height: 1.35; background-color: #ffffff; color: #111111; font-size: 15px; min-width: 293px; }

img,
video,
canvas,
object { max-width: 100%; }
img { -ms-interpolation-mode: bicubic; vertical-align: middle; }
a img { border: none; }

embed, object, iframe { position: relative; z-index: 0; }

h1 a,
h1 a:hover { text-decoration: none; }
h1,
h2,
h3,
p { margin: 0 0 .8em 0; }
h1,
h2,
h3 { line-height: 1.15; }
h1 { font-size: 2em; }
h2 { font-size: 1.75em; }
h3 { font-size: 1.5em; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

table { border-collapse: collapse; border-spacing: 0; }
th { vertical-align: bottom; }
td { vertical-align: middle; }
blockquote { margin-left: 2em; }
ul { margin: 0 0 1em 2em; padding: 0; list-style: none; }
ul li { background: url(/images/bullet.png) top 8px left 0.2em no-repeat; padding: 0 0 0 14px; }
ul li,
ol li { margin-bottom: .5em; }
ol li ol li { list-style: lower-alpha; margin: .5em 0; }
ol li ol li ol li { list-style: lower-roman; }

table.data,
table.data-vert { border-collapse: collapse; width: 100%; margin: 1em 0 2em; background: #fff; }
table.data tr:hover td { background: #f7f7f7; cursor: default; }
table.data>tbody>tr>th,
table.data tbody tr td,
table.data-vert>tbody>tr>td,
table.data-vert>tbody>tr>th { padding: .5em 1em; vertical-align: top; border: 1px solid #ddd; }
table.data tr:first-child td,
table.data tr/*:first-child*/ th { font-weight: normal; background: #eee; }
table.data tr:first-child th { vertical-align: bottom; }
table.data td:first-child,
table.data-vert th { background: #f7f7f7; }
table.data.noheader tr:first-child td {background: inherit; vertical-align: inherit; }

table.layout { border-collapse: collapse; width: 100%; margin: 1em 0 2em; }
table.layout th,
table.layout td { padding: 1em; vertical-align: top; }

ul.Menu {  }
ul.Menu li {  }
ul.Menu a { text-decoration: none; }
ul.Menu.horizontal { /*float:left;*/ width:100%; padding: 0; margin: 0; list-style-type: none!important; font-weight: bold; font-family: Helvetica, Verdana, sans-serif, arial, "trebuchet MS", trebuchet; font-size: 1.2em; text-align:right }
ul.Menu.horizontal > li { display: inline; padding: 20px; position: relative; top: 50%; transform: translateY(50%); }
ul.Menu.horizontal ul { display: none; }
ul.Menu vertical {  }

.nav,
ul.nav ul,
ol.nav ol { margin: 0; padding: 0; }
.nav li { margin: 0; padding: 0; background: none; }
ol.nav li { list-style: none; }
.nav li a,
.nav li a:hover { text-decoration: none; }

hr { border : none; border-top : 1px solid #ccc; height : 0; margin : 1em 0; display: inline-block; width: 100%; clear: both; }

a {  }
a:hover { text-decoration: none; cursor: pointer;
	        -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out, border .2s ease-in-out, padding .2s ease-in-out;
	           -moz-transition: background-color .2s ease-in-out, color .2s ease-in-out, border .2s ease-in-out, padding .2s ease-in-out;
	            -ms-transition: background-color .2s ease-in-out, color .2s ease-in-out, border .2s ease-in-out, padding .2s ease-in-out;
	             -o-transition: background-color .2s ease-in-out, color .2s ease-in-out, border .2s ease-in-out, padding .2s ease-in-out;
                    transition: background-color .2s ease-in-out, color .2s ease-in-out, border .2s ease-in-out, padding .2s ease-in-out; }

.fine-print { font-size: .75em; }

div.callout2 { background: #f7f7f7 url(/images/grad1-top-shad.png) repeat-x; padding: 3%; overflow: hidden; border: 1px solid #eee; margin-bottom: 2em; }

/* ------------------------------------------------------------------------ */
/* START Layout
--------------------------------------------------------------------------- */

.fixed {position: fixed!important;}
.absolute {position: relative!important;}

#divMainContainer { overflow: hidden; position: relative; }
#sideColumn { width: 18%; float: left; }
#mainColumn { float: right; width: 76%; }

a { color: #555555; }
a:hover { color: #000000; }

body, button, input, select, textarea { font-family: Helvetica, Verdana, sans-serif, arial, "trebuchet MS", trebuchet; }

h1, h2, h3, h4 { color: #000000; font-family: Helvetica, Verdana, sans-serif, arial, "trebuchet MS", trebuchet; }
h1 { font-size: 36px; color: #ffffff; background: #0060a9; line-height: 1; display: block; padding: 0 10px 10px; margin: 0 auto 3%; /*font-weight: normal;*/ text-align: center;
                                       -webkit-transition: all .3s ease-in-out;
	                                      -moz-transition: all .3s ease-in-out;
	                                       -ms-transition: all .3s ease-in-out;
	                                        -o-transition: all .3s ease-in-out;
	                                           transition: all .3s ease-in-out;
                                               border-radius: 0 0 12px 12px;
                        -moz-border-radius: 0 0 12px 12px;
                        -webkit-border-radius: 0 0 12px 12px;
}

div.topBar { position: relative; top: 0; width: 100%; z-index: 2000; background: #ffffff; }

div.topBlueBar { background: #e0ecf5; text-align: right; line-height: 35px; position: relative; z-index: 10; color: #116baf; font-weight: bold; }
div.topBlueContainer { max-width: 1250px; box-sizing: border-box; padding: 0 10px; margin: 0 auto; }

div.topBlueContainer > ul.nav { display: inline-block; background: #0060a9; padding: 0 12px; margin: 0 0 0 10px; font-size: 0; line-height: 0;
                                border-radius: 0 0 12px 12px;
                        -moz-border-radius: 0 0 12px 12px;
                        -webkit-border-radius: 0 0 12px 12px; }
div.topBlueContainer > ul.nav li { display: inline-block; margin: 0; padding: 0; }
div.topBlueContainer > ul.nav li a { display: block; font-size: 15px; color: #ffffff; font-weight: normal; padding: 0 10px; border-left: 2px dotted #003b30; line-height: 35px; }
div.topBlueContainer > ul.nav li:first-child a { border-left: none; }
div.topBlueContainer > ul.nav li.selected a,
div.topBlueContainer > ul.nav li:hover a { background: #00457A; }
div.topBlueContainer > ul.nav li ul { display: none; }


div.topBar div.contLogoContact { max-width: 1250px; margin: -30px auto 0; padding: 0 10px; position: relative; box-sizing: border-box; text-align: left;
                                       -webkit-transition: all .3s ease-in-out;
	                                      -moz-transition: all .3s ease-in-out;
	                                       -ms-transition: all .3s ease-in-out;
	                                        -o-transition: all .3s ease-in-out;
	                                           transition: all .3s ease-in-out; }

a.logo { display: inline-block; position: relative; left: 0; top: 0; margin: 0; z-index: 101; }
a.logo img { max-width: 246px; 
                                       -webkit-transition: all .3s ease-in-out;
	                                      -moz-transition: all .3s ease-in-out;
	                                       -ms-transition: all .3s ease-in-out;
	                                        -o-transition: all .3s ease-in-out;
	                                           transition: all .3s ease-in-out; }

span.tagline { position: absolute; top: 72px; /*right: 346px;*/ right: 28%; color: #ffffff; font-size: 16px; font-weight: bold; background: #003b30; padding: 10px 74px 10px 20px;
               border-radius: 12px;
                        -moz-border-radius: 12px;
                        -webkit-border-radius: 12px; }
span.tagline img { position: absolute; bottom: 0; right: 10px; }

span.callus { position: absolute; top: 64px; /*right: 86px;*/ right: 8%; color: #0060a9; font-size: 16px; font-weight: bold; text-align: center; }
span.callus span.tel,
span.callus a.tel { color: #003b30; font-size: 24px; }

/* TOP NAV STYLES */
div.contTopNav { margin-top: -28px; border-bottom: 10px solid #0060a9;
                 /*-webkit-box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.8);
                -moz-box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.8);
                box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.8);*/ }
div.contTopNav > ul.nav { position: relative; z-index: 98; width: 100%; /*height: 50px;*/ text-align: right; max-width: 1250px; margin: 0 auto; padding: 0; font-size: 0; line-height: 0;
                                       -webkit-transition: all .15s ease-in-out;
	                                      -moz-transition: all .15s ease-in-out;
	                                       -ms-transition: all .15s ease-in-out;
	                                        -o-transition: all .15s ease-in-out;
	                                           transition: all .15s ease-in-out; }
div.contTopNav ul.nav li { display: inline-block; position: relative; margin: 0px; }
div.contTopNav ul.nav li a { display: block; color: #000000; line-height: 30px; padding: 0 18px; font-size: 15px; font-weight: bold;
                                       -webkit-transition: all .15s ease-in-out;
	                                      -moz-transition: all .15s ease-in-out;
	                                       -ms-transition: all .15s ease-in-out;
	                                        -o-transition: all .15s ease-in-out;
	                                           transition: all .15s ease-in-out; }
div.contTopNav > ul.nav > li > a { border-radius: 8px 8px 0 0;
                        -moz-border-radius: 8px 8px 0 0;
                        -webkit-border-radius: 8px 8px 0 0; }
/*div.contTopNav ul.nav li a:hover, */
div.contTopNav > ul.nav > li.selected > a { background: #0060a9; color: #ffffff; }
div.contTopNav > ul.nav > li:hover > a { background: #003b30; color: #ffffff; }

div.contTopNav > ul.nav > li > ul { text-align: left; display: block; opacity: 0; height: 0; position: absolute; top: 30px; left: 0; background: #003b30; z-index: 1001; min-width: 100%; padding: 0;
                              -webkit-transition: all .15s ease-in-out; overflow: hidden;
	                                      -moz-transition: all .15s ease-in-out;
	                                       -ms-transition: all .15s ease-in-out;
	                                        -o-transition: all .15s ease-in-out;
	                                           transition: all .15s ease-in-out; 
                                               border-radius: 0 0 12px 12px;
                        -moz-border-radius: 0 0 12px 12px;
                        -webkit-border-radius: 0 0 12px 12px;
}
div.contTopNav > ul.nav > li:last-child > ul { right: 0; left: auto; }
div.contTopNav > ul.nav > li:hover > ul { font-size: 14px; opacity: 1; height: auto;  }

div.contTopNav > ul.nav > li > ul > li { display: block; margin: 0; background: none!important; }

div.contTopNav > ul.nav > li > ul > li a {  }

div.contTopNav > ul.nav > li > ul > li > a { display: block; text-align: left; color: #ffffff; white-space: nowrap; font-size: 15px; line-height: 1.2; padding: 10px 18px; font-weight: normal; }
div.contTopNav > ul.nav > li > ul > li.selected > a,
div.contTopNav > ul.nav > li > ul > li:hover > a { background: #007C67; }

div.contTopNav > ul.nav > li > ul > li > ul { display: none; }

/*div.contTopNav > ul.nav > li > ul > li > ul { display: block; padding-bottom: 10px; }
div.contTopNav > ul.nav > li > ul > li > ul > li { display: block; }

div.contTopNav > ul.nav > li > ul > li > ul > li > a { display: block; line-height: 1.5; background: #E4C88B; color: #111111; padding-left: 15%; border-left: 10px solid #E4C88B; }
div.contTopNav > ul.nav > li > ul > li > ul > li.selected > a,
div.contTopNav > ul.nav > li > ul > li > ul > li:hover > a { background: #EAD4A5; border-left: 10px solid #F3E7CD; }*/

div.bodyContainer { background-color: transparent; }

div.pageContainer { position: relative; margin: 0 auto; max-width: 100%; text-align: left; background: #ffffff; }

#divMainContainer { margin: 0 auto;  text-align: left; background: transparent;  z-index: auto; max-width: 1150px; }  /*overflow: hidden; removed so oscar item image admin popups dont get cut off */

#divMainContainer div.col1 { float: left; width: 18%; background-color: #f0f0f0; }
#divMainContainer div.col2 { /*float: right;*/ width: 76%; }

div.contTopContent { position: relative; }

div.contentContainer { padding: 0 3% 4%; display: inline-block; width: 94%; background: #ffffff; }

div.col1 div.nav ul { background: url(/images/grad2-top-shad.png) repeat-x; padding: 1.4em 0; }
div.col1 div.nav > ul > li > span { font-size: 1.4em; }
div.col1 div.nav ul li a { font-size: 1.125em; }
div.col1 div.nav ul li a,
div.col1 div.nav ul li span { display: block; padding: .45em .75em .45em 24px; }
div.col1 div.nav ul li a:hover { background: #fff; }
div.col1 div.nav ul li ul { background: none; padding: 0; }

div.breadcrumbs { font-size: .8em; margin: 20px 0 10px; }
div.breadcrumbs a { text-decoration:none }


div.serving { background: #003b30; color: #ffffff; text-align: center; font-size: 18px; padding: 10px; letter-spacing: 2px; position: relative;
              -webkit-box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.8);
                -moz-box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.8);
                box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.8); }
.admin div.serving { display: none; }

#divFooter { clear: both; padding: 0 1em; color: #fff; overflow: hidden; background: #0060aa; text-align: center; font-weight: bold; font-size: 16px; }

#divFooter > ul { display: block; max-width: 1300px; margin: 60px auto; padding: 0; list-style-type: none; background: none; }
#divFooter > ul > li { display: inline-block; margin: 0; padding: 40px 3%; box-sizing: border-box; background: none; vertical-align: top; text-align: left; min-height: 280px; }
#divFooter ul.nav li a { color: #ffffff; text-decoration: underline; }
#divFooter ul.nav li a:hover { color: #e56d2c; text-decoration: none; }
#divFooter span.tel,
#divFooter a.tel { font-size: 24px; color: #ffffff; }

p.footerHeading { font-size: 24px; color: #00d8fc; letter-spacing: 2px; font-weight: normal; margin-bottom: 25px; }

table.footerHours { width: 100%; }
table.footerHours tr td { text-align: right; }

p.disclaimer { font-size: 13px; margin: 0; }


div.copyright { font-size: .75em;  }
div.copyright,
div.copyright a { color: #ffffff; text-decoration: none; }
div.copyright a:hover { color: #cccccc; }
div.copyright p { float: right; margin: 30px 0; }
div.copyright p:first-child { float: left; }


div.contLogoContact ul.social { position: absolute; right: 18px; top: 30px; }
ul.social { margin: 0; padding: 0; list-style-type: none; background: none; }
ul.social li { display: inline-block; margin: 0; padding: 0; margin-left: 8px; margin-bottom: 8px; background: none; }
ul.social li a:hover { opacity: 0.8; }


div.contContactForm { position: absolute; left: 8%; top: 10px; width: 244px; z-index: 100; margin: 0 10px; }
div.contContactForm > div.contactForm { background: url(/images/trans80_000000.png); padding: 34px 0 24px; }
div.contContactForm > div.contactForm > div { margin: 10px 0; }

div.addThis { position: absolute; right: 10px; top: 15px; z-index: 101; }

.admin div.contContactForm { display: none; }

ul.newsletter {  }
ul.newsletter li { display: inline-block; background-image: url(/images/bullet_ffffff.png); margin-left: 5%; }


/* ---------------------- */
/* END Layout
------------------------- */

/* ------------------------------------------------------------------------ */
/* START Custom OSCAR Styles
--------------------------------------------------------------------------- */

/* categories */

div.pag-bot { padding-top: 30px; margin-top: 10px; }

/*div.cat-header { position: relative; margin-top: 5px; background: url(/images/oscar-category-header.jpg) right top no-repeat; display: inline-block; width: 100%; }
div.cat-header div.overlay { min-height: 160px; position: relative; }*/
/*div.cat-header h1 { font-size: 47px; }*/
div.cat-header img.cat-image { position: absolute; top: 0; left: 0; max-height: 160px; }
div.cat-desc { padding: 1em 1.5em; }

/* item detail */

div.zoomPad { z-index: auto; } /* fixes main nav overlay issue */

body.product-detail div.contentContainer { padding-top: 1em; }

div.OSCAR_item-detail-left { width: auto; float: none; }
div.OSCAR_item-detail-right { width: 49%; float: left; margin: 10px auto 0; }
div.OSCAR_item-detail-right div.inner { padding: 10px 25px 0; background: #f0f0f0; }
div.OSCAR_item-detail-right h1 { margin-bottom: .25em; }
div.OSCAR_item-detail-right table.price td p { font-size: 15px; }

div.contItemDescription  { width: 48.5%; float: right; margin-left: 2%; margin-top: 10px; }

span.add-to-cart input.text-button { margin-bottom: 4px; background: #777 url(/images/icon-cart-button.png) center left repeat-y; text-align: left; padding-left: 60px; }
span.add-to-cart input.text-button:hover { background-color: #ccc; }
a.mboneclklink:link { font-family: inherit; color: inherit; font-weight: normal; font-size: inherit; }
a.mboneclklink:hover { text-decoration: inherit; }
a.wishlist,
div.mybuysbutton a { display: block; text-decoration: none; white-space: nowrap; line-height: 27px; background: #bbb url(/images/icon-wishlist-button.png) center left no-repeat; padding: 0 1em 0 60px; margin: 4px 0; font-weight: normal; }
div.mybuysbutton a { background-image: url(/images/icon-mybuys-button.png); }
a.wishlist:hover,
div.mybuysbutton a:hover { background-color: #e2e2e2; }

div#mybuyspagezone2 {  }
div.MB_PRODUCTSLOT {  }

div#mybuyspagezone1,
div#ctl00_ctl00_ctl00_MainContent_Body_Body_divMyBuys { margin: 30px 0 0; overflow: hidden; }
div#mybuyspagezone1 ul li,
div#ctl00_ctl00_ctl00_MainContent_Body_Body_divMyBuys ul li,
div#ctl00_ctl00_ctl01_MainContent_Body_Body_divMyBuys ul li { background: none; }

div.addthis_toolbox { margin-bottom: .5em; height: 25px; }
.OSCAR_RatingStars { display: none; }

div.OSCAR_item-detail-right table td { padding: 5px; }
div.OSCAR_item-detail-right table td:first-child { font-weight: bold; text-align: right; }
div.OSCAR_item-detail-right table tr.cart-buttons td:first-child { text-align: left; }

ul.ui-tabs-nav > li > a span { display: inline-block; padding: .75em 1.125em; }
div.oscar-item-tabs ul.ui-tabs-nav > li > a span { background: url(/images/icon-desc.png) left center no-repeat; padding-left: 45px; }
li.tab-desc a span { background-image: url(/images/icon-desc.png)!important; }
li.tab-rate a span { background-image: url(/images/icon-rate.png)!important; }
li.tab-vids a span { background-image: url(/images/icon-vids.png)!important; background-position: 3px center!important; }
li.tab-size a span { background-image: url(/images/icon-size.png)!important; }
li.tab-ship a span { background-image: url(/images/icon-ship.png)!important; padding-left: 50px!important; }

a#AuthorizeNetText { text-align: center; font-size: 10px; display: inline-block; *display: inline; margin-top: .5em; max-width: 90px; }

div.banner1 { background: #e2e2e2; padding: .8em 1.35em; overflow: hidden; margin: 1em 0; font-family: Helvetica, Verdana, sans-serif, arial, "trebuchet MS", trebuchet; min-height: 32px; }
div.banner1 p { margin: 0; }
div.banner1 strong { font-size: 1.5em; line-height: 1; font-style: normal; }
div.banner1 strong em { font-size: 1.5em; font-style: normal; margin: -2px .125em 0; font-family: Helvetica, Verdana, sans-serif, arial, "trebuchet MS", trebuchet; text-transform: uppercase; display: inline-block; *display: inline; vertical-align: middle; }
div.banner1 li.panel { width: 100%; }
div.banner1 li.panel div { zoom: 1; text-align: justify; text-justify: distribute-all-lines; }
div.banner1 li.panel div:after { content: ""; display: inline-block; width: 100%; }
div.banner1 li.panel div * { display: inline-block; *display: inline; text-align: left; zoom: 1; vertical-align: middle; }
div.banner1 li.panel div span.field1 { max-width: 90%; }
div.banner1 li.panel div a.field2 { display: inline-block!important; *display: inline!important; color: #0a1434; font-size: .9em; }

div.sku-info { background: #e56d2c; color: #ffffff; padding: .75em 1em; }
div.sku-info a { color: #ffffff; text-decoration: underline; }
div.sku-info a:hover { text-decoration: none; }
div.sku-info ul { zoom: 1; text-align: justify; text-justify: distribute-all-lines; font-size: 0; }
div.sku-info ul:after { content: ""; display: inline-block; width: 100%; }
div.sku-info li { display: inline-block; *display: inline; font-size: 15px; margin: 0; text-align: left; zoom: 1; vertical-align: middle; }
div.sku-info li:first-child	{ max-width: 90%; }

/* mfg page */
div#ctl00_ctl00_ctl00_MainContent_Body_Body_divDescription table,
div#ctl00_ctl00_ctl00_MainContent_ContentTop_ContentTop_divDescription table { width: 100%!important; }
div#ctl00_ctl00_ctl00_MainContent_Body_Body_divDescription table div,
div#ctl00_ctl00_ctl00_MainContent_ContentTop_ContentTop_divDescription table div { width: auto!important; height: 118px!important; overflow: hidden!important; overflow-y: auto!important; padding: .5em; }

div.searchCat { margin: 2em -3%; overflow: hidden; background: #f7f7f7; font-size: 0; text-align: center; }

div.categ { width: 33%; box-sizing: border-box; padding: 4%; display: inline-block; border-left: 1px dotted #ccc; vertical-align: top; border-right: 1px dotted #ccc; background: #f7f7f7 url(/images/grad2-top-shad.png) repeat-x; font-size: 14px; }
div.categ.first { clear: both; }
div.categ h3 a { display: block; padding: .5em 1em; background: #fff; text-decoration: none; }
div.categ > h3 a { text-align: center; padding: 2em 1em; margin-top: 2em; }
div.categ h3 a:hover { background: #eee; }
div.categ div h3 { font-family: Helvetica, Verdana, sans-serif, arial, "trebuchet MS", trebuchet; font-size: 14px; }

div.attributeCategory { display: inline-block; width: 49.5%; vertical-align: top; }
div.attributeCategory > div { width: 40%; text-align: right; display: inline-block; }

/* ---------------------- */
/* END Custom OSCAR Styles
------------------------- */

/* ------------------------------------------------------------------------ */
/* START Custom Form Styles
--------------------------------------------------------------------------- */

.form-FieldsetDescription { margin-bottom: 1.25em; font-size: 1.125em; }
.form-commentBox { margin-left: 1em; }

input,
select,
textarea,
button,
.text-button,
.text-button-lg,
.text-button-sm,
.text-buttond { padding: 8px; background-color: #FAFAFA; }

input,
select,
textarea,
button { border: 1px solid #ccc; }

input[type='text'],
input[type='password'],
textarea,
select,
.popBox {  }

input[type='submit'],
input[type='checkbox'],
button,
.text-button,
.text-button-lg,
.text-button-sm,
.text-buttond,
#divProcessing {  }

button,
.text-button,
.text-button-lg,
.text-button-sm,
.text-buttond { background: #ff6600; color: #fff!important; height: 28px; height: 29px; border: none; 
                border-radius: 8px;
                        -moz-border-radius: 8px;
                        -webkit-border-radius: 8px; }

.text-button-lg,
button.large,
.add-to-cart input { font-size: 16px; padding: 0 1em; background: #ff6600; height: 33px; font-weight: normal; font-family: Helvetica, Verdana, sans-serif, arial, "trebuchet MS", trebuchet; border: none; }

a.text-button-lg,
a.text-buttond.large { font-size: 1.15em; line-height: 38px; }

.text-button-sm { line-height: 20px; height: auto; font-size: .8em; padding: 0 .5em; }
a.text-button, a.text-buttond { line-height: 26px; color: #fff; text-decoration: none; }
.text-buttond { background-color: #333; }

.text-button:hover,
.text-button-lg:hover,
.text-button-sm:hover,
.text-buttond:hover,
button:hover { background-color: #e2e2e2; color: #000!important; }

select.text-box-list,
select.text-box-100 { padding: 4px; }

input:focus,
select:focus,
textarea:focus { border-color: #ccc; }

/* ---------------------- */
/* END Custom Form Styles
------------------------- */


/* ------------------------------------------------------------------------ */
/* START Custom Module Styles
--------------------------------------------------------------------------- */

/* OSCAR search filters */
div.search-filters table { font-size: .85em; width: 100%; }
div.search-filters table td { padding: .25em 10px .25em 20px; max-width: 90px; min-width:50% }
div.search-filters table td:hover { background: #e7e7e7; }

div.search-filters table label { display: inline-block; *float: left; *display: block; white-space: normal; word-wrap: break-word; }
div.search-filters table label * { vertical-align: middle; }
div.search-filters table span.check { margin: 0; }
div.search-filters table span.check input { *float: left; }
div.search-filters table *:hover { cursor: default; }
div.search-filters table.twoCol label { max-width: 5.5em; *width: 5.5em; margin-top: 1px; }

div.search-filters div.optiongroup { padding: 7px 0 10px; background: url(/images/grad2-top-shad.png) repeat-x; }
div.search-filters div.optiongroup > p { font-size: 1.4em; font-family: Helvetica, Verdana, sans-serif, arial, "trebuchet MS", trebuchet; padding-left: 15px; cursor: pointer; }
div.optiongroupHeightRestrict {height:120px;overflow:hidden;position:relative}
div.optiongroupHeightRestrict > div { padding: 6px 0; cursor: pointer; position:absolute;bottom:0px; background: #f5f5f5; 
 background: -webkit-linear-gradient(left, #eee, #fff, #eee); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #eee, #fff, #eee); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #eee, #fff, #eee); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #eee, #fff, #eee); /* Standard syntax */ text-align:center; width:100%; font-size: .9em; }
div.btnSearch { background: #e56d2c; padding: 1em 5px; color: #ffffff; text-align: center; }
div.btnSearch > p { display: block; font-size: 1.5em; font-family: Helvetica, Verdana, sans-serif, arial, "trebuchet MS", trebuchet; line-height: 1; margin: 0; }

/* OSCAR widgets - featured items AND related items */
div.OSCAR_featured-item-image { height: 100px; border: 1px solid #ddd; background: #fff; }
div.OSCAR-featured-items ul.elastislide-list,
div.OSCAR-featured-items ul.elastislide-list li { max-height: none!important; }
div.OSCAR-featured-items ul.elastislide-list > li { max-width: 170px!important; }

/* OSCAR item detail page */
body.product-detail div.breadcrumbs { margin: 10px 0; }
body.product-detail div.starRating { margin: 7px 0 13px 0; text-align: right; }
div.ui-tabs { margin-top: 20px; clear: both; }

ul.ui-tabs-nav { margin: 0; }
ul.ui-tabs-nav li { display: inline-block; *display: inline; margin-left: .25em; vertical-align: bottom; margin-bottom: -1px; }
ul.ui-tabs-nav li:first-child { margin-left: 0; }
ul.ui-tabs-nav li a { display: inline-block; background: #ccc; color: #333; text-decoration: none; -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; }
ul.ui-tabs-nav li a:hover { background-color: #eee; }
ul.ui-tabs-nav li.ui-tabs-active a { background: #eee; }

div.ui-tabs-panel { background: #eee url(/images/grad1-bot-shad.png) bottom repeat-x; padding: 2em; }
.tabs { height: 0; /*overflow: hidden;*/ }

a.lnkGoreTex { display: block; position: absolute; top: 30px; left: 30px; }

/* widgets */
p.widget-heading { color: #0a1434; font-size: 20px; overflow: hidden; display: block; font-family: Helvetica, Verdana, sans-serif, arial, "trebuchet MS", trebuchet; }
p.widget-heading span { float: left; }
p.widget-heading a { float: right; display: inline-block; background: #fff; padding: .25em .5em; font-size: 10px; text-decoration: none; }
p.widget-heading a:hover { background: #ffd51a; }

div.news-widget-container { float: right; width: 33%; margin-left: 10%; }
div.news-widget-inner { height: 210px; height: 150px; }



/* ------------------------------------------------------------------------ */
/* START Checkout Index Styles
--------------------------------------------------------------------------- */

span.check label { line-height: 40px; }
label.col1 { line-height: 40px; font-size: 16px; }

.validationSummary { color: red; font-weight: bold; }
span.validationSummary { margin-left: 31%; }

div.addressContainer { width: 65%; margin: 0 auto 25px auto; padding: 0 10px; }
div.addressContainer:hover { background: url('/images/trans02_000000.png'); }
div.storePickupContainer { margin: 0 auto; padding: 10px 10px 40px 10px; }

div.headerSectionContainer { background: #e2e2e2; padding: 5px 10px 5px 40px; width: 100%; margin: 0 0 0 -22.5px; position: relative; }
h3.headerSectionTitleText { line-height: 35px; padding: 0; margin: 0; font-size: 19.5px; }

#divBillingAddress { padding: 15px 0; margin: 0 auto; }

.removeShippingAddress { text-decoration: none; text-decoration: none; float: right; line-height: 35px; color: #999; font-weight: bold; padding: 0 10px; background: url('/images/trans60_ffffff.png'); }
.removeShippingAddress span { color: #000;
                                       -webkit-transition: all .1s ease-in-out;
	                                      -moz-transition: all.1s ease-in-out;
	                                       -ms-transition: all.1s ease-in-out;
	                                        -o-transition: all.1s ease-in-out;
	                                           transition: all.1s ease-in-out; }
.removeShippingAddress:hover span { color: red; }
.removeShippingAddress:hover { background: none; color: red; background: url('/images/trans80_ffffff.png'); }

/* ---------------------- */
/* END Checkout Index Styles
------------------------- */

/* ---------------------- */
/* END Custom Module Styles
------------------------- */



/* ------------------------------------------------------------------------ */
/* START Custom Responsive Styles
--------------------------------------------------------------------------- */

/* mobile nav triggers*/
a.menu-toggle { display: none; position: fixed; top: 0; left: 0; z-index: 10001; width: 100%; line-height: 60px; font-size: 16px; background: #003b30; text-align: center; text-decoration: none; color: #fff; font-weight: bold; }
a.menu-toggle:hover { background: #ff6600; }
a.menu-toggle img { position: absolute; top: 16px; right: 16px; }
a.menu-toggle > span:before { content: "Menu"; }

#filter-toggle { display: none; }

#mobileNav { position: fixed; top: -1000px; left: 0; right: 0; opacity: 0; -khtml-opacity: 0; -moz-opacity: 0; height: 0; padding: 0;  background: url(/images/trans80_000000.png); overflow: hidden;
             -webkit-transition: all .5s ease;
                -moz-transition: all .5s ease;
                -ms-transition: all .5s ease;
                 -o-transition: all .5s ease;
                    transition: all .5s ease; }
#mobileNav > ul { margin: 0; padding: 15px 0; max-width: 440px; margin: 0 auto;  background: #003b30; }
#mobileNav ul li {  }
#mobileNav ul li a { color: #fff; display: block; line-height: 50px; font-size: 16px; }
#mobileNav ul li.selected a,
#mobileNav ul li a:hover { background: #ff6600; }
#mobileNav > ul > li > ul { margin: 0 10%; width: 80%; background: url(/images/trans60_000000.png); }

.page-top { display: none; position: fixed; bottom: 4em; right: 0px; text-decoration: none; background: #ff6600; color: #ffffff; padding: 1em; font-size: 12px; font-weight: bold; }
.page-top:hover { background: #e2e2e2; color: #111111; }

        div.imageScroll { background-attachment: fixed; background-position: 50%; background-size: cover; background-repeat: no-repeat; top: 0; bottom: 0; left: 0; right: 0; overflow: hidden; }

        div.relative { position: relative; }
        div.lightSep { position: relative; z-index: 1; background: url(/images/trans60_ffffff.png); background: rgba(255,255,255,0.6); padding: 0!important; min-height: 25px; box-sizing: border-box; }
        div.darkSep { position: relative; z-index: 1; background: url(/images/trans80_000000.png); background: rgba(0,0,0,0.8); padding: 0!important; min-height: 25px; box-sizing: border-box; }

        div.moduleSep { position: relative; z-index: 1; background: #111111; padding: 6px 0; box-sizing: border-box; }

        div.getStarted { padding: 2% 0; text-align: center; }
        div.getStarted > div { background: url(/images/trans80_000000.png); margin: 0 auto; padding: 2% 7%; max-width: 540px; }

        @media only screen and (max-width : 860px) {
            div.getStarted { padding: 20px 0; }
            div.getStarted > div { padding: 20px 7%; }
        }

div.contactContainer { margin: 0; text-align: center; }
div.contactContainer > div.contactField { width: 50%; display: inline-block; text-align: center; margin: 0 0 10px 0; vertical-align: top; }

.borderButton { border: 2px solid #ffffff; color: #ffffff; padding: 15px 30px; margin: 10px 0; text-decoration: none; font-size: 20px; background: none;
                       -webkit-transition: all .3s ease-in-out;
	                                      -moz-transition: all .3s ease-in-out;
	                                       -ms-transition: all .3s ease-in-out;
	                                        -o-transition: all .3s ease-in-out;
	                                           transition: all .3s ease-in-out; }
.borderButton:hover { padding: 25px 40px; background: rgba(17,17,17,0.6); margin: 0;
                            border-radius: 12px 12px 12px 12px;
                        -moz-border-radius: 12px 12px 12px 12px;
                        -webkit-border-radius: 12px 12px 12px 12px; }

.plainHeading { display: block; letter-spacing: 2px; margin: 0.4em 0 10px; font-size: 31px; line-height: 1; }
.borderHeading_green { font-size: 32px; /*border: 2px solid #004f25;*/ color: #004f25; line-height: 1; display: table; padding: 6px 14px 4px; margin: 6px auto 12px; font-weight: bold; }
.borderHeading { font-size: 32px; /*border: 2px solid #e56d2c;*/ color: #e56d2c; line-height: 1; display: table; padding: 6px 14px 4px; margin: 6px auto 12px; font-weight: bold; }
.headingText { display: block; font-size: 30px; letter-spacing: 3px; margin-bottom: 20px; }
.headingText_dk { display: block; font-size: 30px; letter-spacing: 3px; margin-bottom: 20px; text-align: center; color: #004f25; font-weight: bold; }

div.blockquote { margin: 40px 5%; padding: 25px; background: #e0ecf5; border-radius: 12px 12px 12px 12px;
                        -moz-border-radius: 12px 12px 12px 12px;
                        -webkit-border-radius: 12px 12px 12px 12px; }
div.blockquote2 { margin: 40px 5%; padding: 25px; background: #003b30; color: #ffffff; border-radius: 12px 12px 12px 12px;
                        -moz-border-radius: 12px 12px 12px 12px;
                        -webkit-border-radius: 12px 12px 12px 12px; }
div.blockquote2 a { color: #ffffff; text-decoration: underline; }

/*div.blockquote:hover { background: #e2e2e2; background: rgba(226,226,226,0.65); }*/

ul.blogLinks { margin: 0; text-align: center; }
ul.blogLinks li { background: none; padding: 0; margin: 0 auto; text-align: center; display: inline; }
ul.blogLinks li a { display: inline-block; font-size: 15px; text-decoration: none; color: #fff; background: #004f25; padding: 2% 0; width: 100%; max-width: 200px; margin: 0 auto 0.5em auto;
                                       -webkit-transition: none;
	                                      -moz-transition: none;
	                                       -ms-transition: none;
	                                        -o-transition: none;
	                                           transition: none; }
ul.blogLinks li a:hover { background: #007A39; }
ul.blogLinks li a span { font-size: 7px; }
ul.blogLinks li a img { display: inline!important; margin-top: -2px; }
ul.blogLinks li a:hover img{ -webkit-animation: spin 0.75s ease-in-out;
                                 -moz-animation: spin 0.75s ease-in-out;
                                      animation: spin 0.75s ease-in-out; }

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.g-recaptcha { display: table; margin: 0 auto; -webkit-transition: all .3s ease-in-out;
	                                      -moz-transition: all .3s ease-in-out;
	                                       -ms-transition: all .3s ease-in-out;
	                                        -o-transition: all .3s ease-in-out;
	                                           transition: all .3s ease-in-out; }

        @media screen and (max-width: 450px) {
            #rc-imageselect,
            .g-recaptcha { transform: scale(0.84);
                           -webkit-transform:scale(0.84);
                           transform-origin:0 0;
                           -webkit-transform-origin:0 0; }
        }

@media only screen and (max-width : 1300px) {
}

@media only screen and (max-width : 1150px) {
    body { padding-top: 60px; }

    h1 { padding: 10px; border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px; }

    div.topBlueContainer { text-align: center; }
    div.topBlueContainer > ul.nav { display: none; }

    div.topBar div.contLogoContact { text-align: center; margin-top: -5px; }
    a.logo {  }

    span.tagline { position: static; top: 0; right: 0; padding: 3px 8px; display: block; max-width: 505px; margin: 0 auto; }
    span.tagline img { display: none; }
    span.callus { position: static; top: 0; right: 0; display: block; margin: 5px auto 0; }

    div.contTopNav { display: none; }

    a.menu-toggle { display: inline-block; }
    a.menu-toggle.active > span:before { content: "close"; }
    #mobileNav.active { top: 0; bottom: 0; padding: 60px 0; z-index: 10000; width: 100%; opacity: 1; -khtml-opacity: 1; -moz-opacity: 1; height: auto; overflow: auto; }


    #divMainContainer div.col2 { width: 94%; float: none; margin: 15px auto; }

    div.btnSearch { display: none; }
    #filter-toggle { display: block; position: fixed; right: 0; top: 125px; z-index: 2002; background: #e56d2c; color: #ffffff; text-decoration: none; padding: .5em; text-align: center; font-weight: bold;
                                border-radius: 8px 0 0 8px;
                                -moz-border-radius: 8px 0 0 8px;
                                -webkit-border-radius: 8px 0 0 8px; }
    #filter-toggle:before { content: "Filter Results"; }
    #filter-toggle:hover { background: #C85619; }
    #filter-toggle.active { position: relative; margin-bottom: 30px; top: 0; font-size: 18px;
                              border-radius: 8px;
                              -moz-border-radius: 8px;
                              -webkit-border-radius: 8px; }
    #filter-toggle.active:before { content: "Close Filter Menu"; }

    #sideColumn { float: none!important; width: 90%!important; max-width: 300px; position: fixed; top: 60px; margin: 0!important; right: -200%; bottom: 0; z-index: 2003; padding: 5%; display: block; overflow-y: scroll; background: #ffffff; background: rgba(255,255,255,0.92);
                -webkit-transition: all .3s ease;
                -moz-transition: all .3s ease;
                -ms-transition: all .3s ease;
                -o-transition: all .3s ease;
                transition: all .3s ease;
                -webkit-overflow-scrolling: touch;
                -webkit-box-shadow: 0px 0px 50px -10px #000000;
                -moz-box-shadow: 0px 0px 50px -10px #000000;
                box-shadow: 0px 0px 50px -10px #000000; }
    #sideColumn.active { right: 0;
                            -moz-opacity: 1;
                            -khtml-opacity: 1;
                            opacity: 1; }
}

@media only screen and (max-width : 1050px) {
    #divFooter > ul {  }
    #divFooter > ul > li { width: 50%!important; border-left: none; min-height: 0; }
}

@media only screen and (max-width : 860px) {
    div.contContactForm { display: none; }

    div.contentContainer p { text-align: center; }

    .mobileNoFloat { float: none!important; display: block; margin: 0 auto 10px!important; text-align: center; }
    .mobileTableStack td { display: block; width: 100%!important; }

    ul.bottomNav { height: auto; }
    ul.bottomNav li { display: block; }

    .popBox { width: 92%!important; padding: 40px 4%; }

    div.OSCAR_item-detail-right { width: auto; float: none; margin: 10px auto 0; }

    div.contItemDescription  { width: auto; float: none; margin: 0; }
}

@media only screen and (max-width : 760px) {

}

@media only screen and (max-width : 660px) {
    div.copyright { text-align: center; }
    div.copyright p { float: none!important; }

    div.categ { width: auto; display: block; }
}

@media only screen and (max-width : 550px) {
    #divFooter > ul { margin: 30px auto; }
    #divFooter > ul > li { display: block; width: auto!important; max-width: 300px; margin: 0 auto; text-align: center; }
}

@media only screen and (max-width : 450px) {

}

/* ---------------------- */
/* END Custom Responsive Styles
------------------------- */
