﻿/* CSS Document */

/* colors: 
 
    TODO: Josh - Add some colors

*/



/* ------------------------------------------------------------------------ */
/* START Freestyle
--------------------------------------------------------------------------- */

.fs-color1 { color: #013f88; }
.fs-color2 { color: #999999; }
.fs-color3 { color: #feea08; }

.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;
	background: url(/images/grad1-top-shad.png) repeat-x; padding-top: .75em; margin-top: 1.5em; display: block;
	font-family: sans-serif, "trebuchet MS", Verdana, Arial, trebuchet;
}

.fs-subheadingMED { 
	font-size: 1.3em;
	border-top: 1px solid #eee; padding-top: .75em; margin-top: 1.5em; display: block;
	font-family: sans-serif, "trebuchet MS", Verdana, Arial, trebuchet;
}

.fs-subheadingSM { 
	font-size: 1.2em;
	font-family: sans-serif, "trebuchet MS", Verdana, Arial, 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: 303px; }

/*html, body{ 
width:100%; 
height:100%; 
margin:0px; 
padding:0px; 
}*/ 

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; /*table-layout: fixed;*/ }
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 6px 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 th,
table.data td,
table.data-vert td,
table.data-vert 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: sans-serif, "trebuchet MS", Verdana, Arial, 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
--------------------------------------------------------------------------- */

a { color: #555555; }
a:hover { color: #111111; }

body, button, input, select, textarea { font-family: sans-serif, "trebuchet MS", Verdana, Arial, trebuchet; }

h1, h2, h3, h4 { color: #111111; font-family: sans-serif, "trebuchet MS", Verdana, Arial, trebuchet; }

h1 { padding: 2%; text-align: center; margin: 0; color: #013f88; text-transform: uppercase;
                                       -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; }

div.topBar { position: relative; top: 0; width: 100%; z-index: 1000; background: #ffffff; }
div.topBar div.contLogoNav { margin: 0 auto; padding: 28px 0; position: relative; text-align: left; max-width: 1150px;
                                       -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; }

div.topBarOuter { background: #013f88 url(/images/grad1-top-shad.png) top center repeat-x; }
div.topBarInner { position: relative; /*background: #013f88;*/ max-width: 1150px; margin: 0 auto; }

div.contactOuter { position: absolute; z-index: 100; top: 0; right: 20px; }
div.contactInner { background: #feea08 url(/images/grad2-top-shad.png) top center repeat-x; max-width: 382px; width: 100%; height: 136px; padding-top: 23px; box-sizing: border-box; line-height: 1; }

div.contactInner p.call { margin: 0 0 3px 0; font-size: 18px; letter-spacing: 1px; font-weight: bold; color: #013f88; }
div.contactInner .tel { display: block; font-size: 30px; font-weight: bold; color: #ffffff; margin-bottom: 5px; text-shadow: 1px 1px 3px #111111; }

div.contactEdge { border-top: 30px solid #feea08; border-left: 191px solid transparent; border-right: 191px solid transparent; }

a.logo { display: inline-block; position: relative; margin: 0 20px; z-index: 99; }
a.logo img { max-width: 392px; width: 100%;
                                       -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; }

/* TOP NAV STYLES */
ul.topNav li ul { position: relative; z-index: 98; width: 88%; /*height: 50px;*/ text-align: left; margin: 0 20px; padding: 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; }
ul.topNav li ul li { display: inline-block; position: relative; margin: 0 0 0 -6px; }
ul.topNav li ul li a { display: block; color: #ffffff; line-height: 50px; padding: 0 26px; font-size: 13px; 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; }
/*ul.topNav li a:hover, */
ul.topNav li ul li.selected > a,
ul.topNav li ul li:hover > a { color: #111111; background: #ffffff; }
ul.topNav li ul li:hover ul { display: block; }
ul.topNav li ul li ul { display: none; }

div.bodyContainer { background-color: transparent; }

div.pageContainer { margin: 0 auto; max-width: 100%; text-align: left; }

#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: 22%; background-color: #eee; }
#divMainContainer div.col2 { margin-left: 22%; }

div.contentContainer { padding: 0 3% 4%; display: inline-block; width: 94%; }

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; font-family: sans-serif, "trebuchet MS", Verdana, Arial, trebuchet; }
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: 0 0 1em 0; }
div.breadcrumbs a { text-decoration:none }

#divFooter { clear: both; padding: 0; color: #fff; overflow: hidden; background: #013f88; text-align: center; }
#divFooter > div { padding: 6% 1em 3%; }
#divFooter > div > p { margin: 0 0 30px 0; }
p.socialIcons > a:hover { opacity: 0.8; }
#divFooter > div > p > a { color: #ffffff; }

/* TOP NAV STYLES */
ul.bottomNav { position: relative; z-index: 98; width: 100%; max-width: 300px; /*height: 50px;*/ text-align: center; margin: 0 auto 30px; padding: 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; }
ul.bottomNav li { display: block; position: relative; margin: 0; }
ul.bottomNav > li:first-child { font-size: 30px; letter-spacing: 3px; margin-bottom: 10px; }
ul.bottomNav li a { display: block; line-height: 40px; padding: 0 7px; font-size: 14px; color: #ffffff; 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; }
/*ul.bottomNav li a:hover, */
ul.bottomNav li.selected > a,
ul.bottomNav li:hover > a { background: #FFFFFF; color: #111111; }
ul.bottomNav > li > ul > li { display: inline-block; width: 49%; }
ul.bottomNav li ul li ul { display: none; }


#divFooter > div > ul.bottomNav,
#divFooter > div > p.bottomInline { display: inline-block; max-width: 300px; width: 100%; vertical-align: top; }

div.copyright { font-size: .75em; padding: 0 1em;  }
div.copyright,
div.copyright a { color: #ffffff; text-decoration: none; }
div.copyright a:hover { color: #cccccc; }
div.copyright p { float: right; margin: 0.8em 0; }
div.copyright p:first-child { float: left; }

div.contactContainer { margin: 0; text-align: center; }
div.contactContainer > div { width: 50%; display: inline-block; text-align: center; margin: 0 0 10px 0; vertical-align: top; }

span.headingText { display: block; font-size: 30px; letter-spacing: 3px; margin-bottom: 20px; }
span.headingText_dk { display: block; font-size: 30px; letter-spacing: 3px; margin-bottom: 20px; text-align: center; color: #013f88; font-weight: bold; }
/* ---------------------- */
/* END Layout
------------------------- */

/* ------------------------------------------------------------------------ */
/* START Custom OSCAR Styles
--------------------------------------------------------------------------- */

/* categories */

.OSCAR_SubCategory-List .row,
.OSCAR_item-list .row { background: none; padding: 0; border-top: 1px solid #eee; }

.OSCAR_item,
.OSCAR_category { width: 28%;  margin-left: 3.75%; padding: 3.75% 0 3.75% 3.75%; text-align: center; border-left: 1px solid #eee; }
.OSCAR_item.first,
.OSCAR_category.first { border-left: none; margin-left: 0; padding-left: 0; }

.OSCAR_category p.fs-bodyTextLG a { font-weight: normal; font-family: sans-serif, "trebuchet MS", Verdana, Arial, trebuchet; }
.OSCAR_item p.fs-bodyTextLG { font-size: 1.25em; }

div.pag-bot { background: url(/images/grad1.gif) center top no-repeat; 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 { position: relative; }
div.cat-header h1 { position: relative; }
	
div.cat-header img.cat-image { position: absolute; top: 0; left: 0; max-height: 160px; }

div.cat-desc { padding: 1em 1.5em; text-align: center; font-style: italic; font-size: 17px; }

/* 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: 51%; }
div.OSCAR_item-detail-right { width: 46.8%; margin: 0 0 40px 0; }
div.OSCAR_item-detail-right div.inner { padding: 25px 25px 0; background: #e2e2e2; }
div.OSCAR_item-detail-right h1 { margin-bottom: .25em; }
div.OSCAR_item-detail-right table.price td p { font-size: 12px; }

span.add-to-cart input.text-button { margin-bottom: 4px; background: #c3272e 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: sans-serif, "trebuchet MS", Verdana, Arial, 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: sans-serif, "trebuchet MS", Verdana, Arial, 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: #eee; color: #888; padding: .75em 1em; }
div.sku-info a { color: #888; }
div.sku-info a:hover { text-decoration: underline; }
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: 11px; 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; }

div.categ { width: 25.1%; padding: 4%; float: left; border-left: 1px dotted #ccc; background: #f7f7f7 url(/images/grad2-top-shad.png) repeat-x; }
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: sans-serif, "trebuchet MS", Verdana, Arial, trebuchet; font-size: 14px; }

/* ---------------------- */
/* 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: #013f88; color: #fff!important; height: 28px; height: 29px; border: none; }

.text-button-lg,
button.large,
.add-to-cart input { font-size: 1.25em; padding: 0 1em; background: #013f88; height: 40px; font-weight: normal; font-family: arial, "trebuchet MS", trebuchet, verdana; 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: 1.5em 0 25px 0; background: url(/images/grad2-top-shad.png) repeat-x; }
div.search-filters div.optiongroup > p { font-size: 1.4em; font-family: sans-serif, "trebuchet MS", Verdana, Arial, trebuchet; padding-left: 15px; }
div.optiongroupHeightRestrict {height:120px;overflow:hidden;position:relative}
div.optiongroupHeightRestrict > div { padding: .5em 1em .5em 1.75em; cursor: pointer; position:absolute;top:20px;right:0; background: url(/images/more-bkg.png) left center no-repeat; font-size: .9em; }
div.btnSearch { background: #0ecffa url(/images/header-cutout-right.png) 210px bottom no-repeat; padding: 1.25em 0 1em 25px; padding: 1em 0 1em 25px; }
div.btnSearch > p { display: block; font-size: 1.5em; font-family: sans-serif, "trebuchet MS", Verdana, Arial, 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-top: 1em; }

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: sans-serif, "trebuchet MS", Verdana, Arial, 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; }

div.pagination-controls { margin: 0; }
div.pagination-controls > p,
div.pagination-controls > div { margin-bottom: .5em; }


/* ------------------------------------------------------------------------ */
/* 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; float: right; line-height: 35px; color: #999; font-weight: bold; padding: 0 10px; background: url('/images/trans60_ffffff.png'); }
.removeShippingAddress span { color: #111111;
                                       -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: 10000; width: 100%; line-height: 60px; font-size: 16px; background: #013f88; text-align: center; text-decoration: none; color: #fff; font-weight: bold; }
a.menu-toggle:hover { background: #015FCB; }
a.menu-toggle img { position: absolute; top: 16px; right: 16px; }

#mobileNav { position: relative; top: -1000px; opacity: 0; -khtml-opacity: 0; -moz-opacity: 0; height: 0; background: #013f88; padding: 0;
             -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 li {  }
#mobileNav li a { color: #fff; display: block; line-height: 50px; font-size: 16px; }
#mobileNav li a:hover { background: #015FCB; }
#mobileNav > li > ul > li > ul { margin: 0 10%; width: 80%; background: rgba(255,255,255,0.3); }

.page-top { display: none; position: fixed; bottom: 4em; right: 0px; z-index: 1001; text-decoration: none; background: #feea08; color: #111111; padding: 1em; font-size: 12px; font-weight: bold; font-family: verdana, sans-serif, "trebuchet MS", trebuchet; }
.page-top:hover { background: #013f88; color: #ffffff; }


        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%; letter-spacing: 2px; max-width: 500px; }

        @media only screen and (max-width : 860px) {
            div.getStarted { padding: 20px 0; }
            div.getStarted > div { padding: 20px 7%; }
        }

.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; }

div.blockquote { margin: 40px 5%; padding: 25px; background: #e2e2e2; background: rgba(226,226,226,0.3); transition: all 0.3s ease-in-out; }
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: #013f88; 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: #015FCB; }
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); } }


@media only screen and (max-width : 1200px) {

}

@media only screen and (max-width : 1150px) {

}

@media only screen and (max-width : 920px) {
    body { padding-top: 60px; }
    div.contLogo { height: auto; padding-top: 2%; }
    a.logo { display: block; text-align: center; }
    ul.topNav { display: none; }

    div.topBarOuter,
    div.topBarInner { background: none; }
    div.contactOuter { position: relative; right: 0; }
    div.contactInner { max-width: 100%; padding-top: 10px; height: 123px; }
    div.contactEdge { border: none; }

    a.menu-toggle { display: inline-block; }
    #mobileNav.active { position: fixed; top: 60px; z-index: 10000; width: 100%; opacity: 1; -khtml-opacity: 1; -moz-opacity: 1; height: auto; }

    div.contentContainer p { text-align: center; }

    ul.bottomNav { height: auto; }
    ul.bottomNav li { display: block; }

    .popBox { width: 92%!important; padding: 40px 4%; }
}

@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; }
}

@media only screen and (max-width : 550px) {

}

@media only screen and (max-width : 450px) {

}

/* ---------------------- */
/* END Custom Responsive Styles
------------------------- */

.g-recaptcha {
	display: table;
	margin: 0 auto;
	-webkit-transition: all .3s ease-in-out;
	-moz-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 {
		-moz-transform: scale(0.84);
		-ms-transform: scale(0.84);
		-o-transform: scale(0.84);
		-webkit-transform: scale(0.84);
		transform: scale(0.84);
		-moz-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		-o-transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
}

*/

.g-recaptcha-badge-container {
	position: relative;
	float: right;
}

div.g-recaptcha-badge-container iframe {
	max-width: none;
}

.g-recaptcha-badge-container > div {
	position: absolute;
	right: 0;
}

	.g-recaptcha-badge-container > div > div {
		display: flex;
		justify-content: flex-end;
		overflow: hidden;
		width: 70px;
		height: 60px;
		margin: 0 auto;
		-moz-box-shadow: 0 0 4px #ddd;
		-webkit-box-shadow: 0 0 4px #ddd;
		box-shadow: 0 0 4px #ddd;
		-moz-transition: linear 100ms width;
		-o-transition: linear 100ms width;
		-webkit-transition: linear 100ms width;
		transition: linear 100ms width;
	}

		.g-recaptcha-badge-container > div > div:hover {
			width: 256px;
		}

@media only screen and (max-width : 860px) {
	.g-recaptcha-badge-container {
		float: none;
		margin-top: 10px;
	}

		.g-recaptcha-badge-container > div {
			position: static;
		}
}
