﻿/* CSS Document */

/* colors: 
 
    Dark Green: #006126
    Med Gray: #e2e2e2;

*/

/* ------------------------------------------------------------------------ */
/* START Freestyle
--------------------------------------------------------------------------- */

.fs-color1 { color: #f56719; } /*orange*/
.fs-color2 { color: #333333; } /*gray*/
.fs-color3 { color: #B04207; } /*dark orange*/

.fs-white { color: #ffffff; }
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:  Arial, verdana, sans-serif, "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:  Arial, verdana, sans-serif, "trebuchet MS", trebuchet;
}

.fs-subheadingSM { 
	font-size: 1.2em;
	font-family:  Arial, verdana, sans-serif, "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.6; color: #000; font-size: 15px; background: #ffffff; min-width: 323px; }

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: 2.5em; }
h2 { font-size: 1.75em; text-align: center; margin: 2% 0 2% 0; }
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/red_bullet.gif) top 10px left 0.2em no-repeat; padding-left: 1em; }
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:  Arial, verdana, sans-serif, "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
--------------------------------------------------------------------------- */

a { color: #000000; }
a:hover { color: #999999; }

body, button, input, select, textarea { font-family:  Arial, verdana, sans-serif, "trebuchet MS", trebuchet; }

h1, h2, h3, h4 { color: #000000; font-family:  Arial, verdana, sans-serif, "trebuchet MS", trebuchet; }

h1 { padding: 10px 0 10px 0; margin: 3% 0 35px 0; /*background: #ca1413 url(/images/footer-bkg01.png);*/ text-align: center; font-weight: normal; /*color: #ffffff;*/
     font-family: "Arial Black", Arial, verdana, sans-serif, "trebuchet MS", trebuchet; }

div.contHeader { position: relative; padding: 0; margin: 0; padding: 0; }

a.logo { display: block; max-width: 284px; position: relative; float: left; margin: -56px 0 0 0; padding: 6px 18px; z-index: 100; background: #ffffff;
         -webkit-box-shadow: 0px 0px 10px 0px #333333;
            -moz-box-shadow: 0px 0px 10px 0px #333333;
                 box-shadow: 0px 0px 10px 0px #333333;
                 border-radius: 8px 8px 8px 8px;
            -moz-border-radius: 8px 8px 8px 8px;
         -webkit-border-radius: 8px 8px 8px 8px; }
a.logo img { max-width: 284px; width: 100%; }

div.topContact { position: relative; max-width: 1350px; width: 100%; margin: 9px auto 42px auto; }
div.topContactInner { position: relative; font-size: 14px; text-align: right; padding: 0 20px 0 0; }
div.topContact a { position: relative; display: inline-block; text-decoration: none; margin: 0 3px; line-height: 28px; }
div.topContact a.topPhone { margin-left: 1%; background: #f0b310; padding: 0 12px;
                            border-radius: 12px;
                       -moz-border-radius: 12px;
                    -webkit-border-radius: 12px; }
div.topContact a.topPhone:hover { color: #ffffff; }
div.topContact a img { -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.topContact a:hover img { opacity: 0.5; }

div.bodyContainer { /*background-color: #ffffff;*/ }

div.pageContainer { margin: 0 auto; max-width: 100%; text-align: left; /*border-top: solid 10px #ffffff;*/ position: relative; }

#divMainContainer { margin: 0 auto; z-index: auto; max-width: 1000px; width: 100%; }   /*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 { margin: 0 2% 5% 2%; display: inline-block; width: 96%; position: relative; }
/*div.contentContainer img { border-radius: 8px; }*/

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:  Arial, verdana, sans-serif, "trebuchet MS", 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 }

/* TOP NAV STYLES */
div.contTopNav { position: relative; background: #ca1413 url(/images/pixel40_ffffff.png) top center repeat-x; margin: 0; border-top: 2px solid #111111; border-bottom: 2px solid #111111; }
div.contTopNavInner { position: relative; max-width: 1350px; width: 100%; margin: 0 auto; }
ul.topNav { position: relative; z-index: 99; width: 100%; height: 50px; text-align: right;
                                       -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 { display: inline-block; position: relative; margin: 0 0 0 -6px; padding: 0; }
ul.topNav > li:hover {  }
ul.topNav > li > a { display: block; color: #ffffff; line-height: 50px; padding: 0 22px; font-size: 15px; font-weight: bold; text-shadow: 2px 2px 5px #777777; text-shadow: 2px 2px 5px rgba(17,17,17,0.45);
                                       -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.selected > a,
ul.topNav > li:hover > a { background: #111111; background: rgba(0,0,0,0.5); }
ul.topNav > li:hover > ul { display: block; }
ul.topNav > li > ul { text-align: left; display: none; position: absolute; top: 50px; left: 0; background: url(/images/trans80_000000.png); background: rgba(0,0,0,0.8); z-index: 1001; min-width: 100%; padding: 0; }
ul.topNav > li > ul > li { display: block; margin: 0; background: none!important; position: relative; }
ul.topNav > li > ul > li:first-child { margin-top: 10px; }
ul.topNav > li > ul > li:last-child { margin-bottom: 20px; }
/*ul.topNav li ul li a:hover,*/
ul.topNav > li > ul > li.selected > a,
ul.topNav > li > ul > li > a:hover { background: #000000; color: #f3c240; }
ul.topNav > li > ul > li > a { display: block; color: #fff; font-weight: bold; white-space: nowrap; font-size: 13px; line-height: 1.6; padding: 1em 2em; }

/*ul.topNav > li > ul > li:hover > ul { display: block; }*/
ul.topNav > li > ul > li > ul { text-align: left; display: none; position: absolute; top: -10px; left: 233px; background: url(/images/trans80_000000.png); background: rgba(0,0,0,0.8); z-index: 1001; min-width: 100%; padding: 0 1em; }
ul.topNav > li > ul > li > ul > li { display: block; margin: 0; background: none!important; }
ul.topNav > li > ul > li > ul > li:first-child { margin-top: 10px; }
ul.topNav > li > ul > li > ul > li:last-child { margin-bottom: 20px; }
/*ul.topNav li ul li a:hover,*/
ul.topNav > li > ul > li > ul > li.selected > a,
ul.topNav > li > ul > li > ul > li > a:hover { background: #ffffff; color: #000000; }
ul.topNav > li > ul > li > ul > li > a { display: block; color: #fff; white-space: nowrap; font-size: 13px; line-height: 1.6; padding: 1em 2em; }

div.contTopContent {  }

div.bottomGrayBar { height: 20px; background: #cccccc; }

div.contBottomInfo { background: #ca1413 url(/images/footer-bkg01.png); width: 100%; border-top: solid 1px #F8B4B4; }
div.innerBottomInfo { max-width: 1150px; width: 100%; margin: 0 auto; text-align: center; }

div.bottomContactInfo { display: inline-block; color: #fff; position: relative; }
div.bottomContactInfo div.contMainImage { display: inline-block; margin: 50px 0 50px 0; background: #f0b310; padding: 0 22px; height: 330px;
                                          -webkit-box-shadow: 0px 0px 10px 0px #111111;
                                             -moz-box-shadow: 0px 0px 10px 0px #111111;
                                                  box-shadow: 0px 0px 10px 0px #111111; }
div.bottomContactInfo div.contMainImage img.mainImage { margin: -10px 0 0 0; vertical-align: top; padding: 0; display: inline-block;
                                                        -webkit-box-shadow: 0px 0px 10px 0px #111111;
                                                           -moz-box-shadow: 0px 0px 10px 0px #111111;
                                                                box-shadow: 0px 0px 10px 0px #111111; }
div.bottomContactInfoInner { background: url(/images/trans60_000000.png); background: rgba(17,17,17,0.6); width: 390px; height: 290px; display: inline-block; vertical-align: top; margin: 70px 0 0 0;
                             -webkit-box-shadow: 0px 0px 10px 0px #111111;
                                -moz-box-shadow: 0px 0px 10px 0px #111111;
                                     box-shadow: 0px 0px 10px 0px #111111;}

ul.bottomNav { margin: 0; padding: 0; text-align: left; margin: 20px 46px; }
ul.bottomNav li { background: none; display: block; margin: 0; padding: 0; position: relative; }
ul.bottomNav li a { display: block; font-family: "Arial Black", Arial, sans-serif, Verdana; font-weight: bold; color: #ffffff; font-size: 14px; line-height: 36px; }
ul.bottomNav li a:hover { color: #cccccc; text-decoration: underline; }
ul.bottomNav > li > ul { display: none; }
ul.contactInfo { margin: 0; padding: 0; text-align: left; margin: 60px 26px 60px 46px; }
ul.contactInfo li { background: none; display: block; margin: 0; padding: 0; position: relative; }
ul.contactInfo li p { position: absolute; top: 8px; left: 94px; margin: 0; padding: 0; font-family: "Arial Black", Arial, sans-serif, Verdana; font-weight: bold; font-size: 14px; }
ul.contactInfo li a { color: #ffffff; }
ul.contactInfo li a:hover { color: #cccccc; }

a.red-button { display: block; background: #B70306; margin: 0 auto 20px auto; text-align: center; text-decoration: none; color: #fff; font-size: 21px; line-height: 72px; max-width: 200px; width: 100%;
    -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; }
a.red-button:hover { background: #5c5c5c; font-size: 23px; }

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); }

.fine-print { font-size: 12px; }

#divFooter { clear: both; padding: 1em; background: #111111; color: #fff; overflow: hidden; }

div.copyright { font-size: .75em; width: 100%; margin: 0 auto; }
div.copyright,
div.copyright a { color: #ffffff; text-decoration: none; }
div.copyright a:hover { color: #cccccc; }
div.copyright p { float: right; margin: 0; }
div.copyright p:first-child { float: left; }

ul.FSNavLinks { margin: 0; }
ul.FSNavLinks li { background: none; padding: 0; margin: 0 auto; text-align: center; background: #ca1413; max-width: 700px; }
ul.FSNavLinks li a { display: block; font-size: 24px; text-decoration: none; color: #fff; padding: 2% 4%; margin: 0 auto 0.5em auto; text-shadow: 2px 2px 5px #777777; text-shadow: 2px 2px 5px rgba(17,17,17,0.45);
                                       -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.FSNavLinks li a:hover { background: #333333; background: rgba(0,0,0,0.5); }
ul.FSNavLinks li a span { font-size: 15px; }
ul.FSNavLinks li a img { display: inline!important; margin-top: -2px; }
ul.FSNavLinks 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); } }

/* ---------------------- */
/* 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: 'titilliumbold', sans-serif; }
.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 { min-height: 160px; position: relative; }
div.cat-header h1 { color: #fff; font-size: 47px; text-shadow: 0 0 10px #666; position: absolute; right: 70px; bottom: -26px; }
	
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: 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: #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:  Arial, verdana, sans-serif, "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:  Arial, verdana, sans-serif, "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: #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:  Arial, verdana, sans-serif, "trebuchet MS", 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: #ca1413; color: #fff!important; height: 28px; height: 29px; border: none; font-weight: bold; }

.text-button-lg,
button.large,
.add-to-cart input { font-size: 1.25em; padding: 0 1em; background: #ca1413; height: 40px; font-weight: bold; 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:  Arial, verdana, sans-serif, "trebuchet MS", 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:  Arial, verdana, sans-serif, "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 { width: 46.8%; float: right; 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 */
div.announce-widget-container { width: 60%; position: absolute; top: 82px; right: 50px; }
div.announce-widget-body a { display: block; line-height: 43px; max-height: 43px; overflow: hidden; margin-left: 16px; font-family: sans-serif, verdana, "trebuchet MS", trebuchet; font-size: 18px; color: #fff; text-decoration: none; text-align: left; }
div.announce-widget-body a:hover { text-decoration: underline; }
p.widget-heading { color: #0a1434; font-size: 20px; overflow: hidden; display: block; font-family:  Arial, verdana, sans-serif, "trebuchet MS", trebuchet; }
p.widget-heading span { float: left; font-size: 15px; font-family: sans-serif, verdana, "trebuchet MS", trebuchet; line-height: 33px; font-weight: bold; margin-left: 15px; }
p.widget-heading a { float: right; display: inline-block; background: #aac2b4; padding: 0 20px; font-size: 13px; text-decoration: none; line-height: 33px; }
p.widget-heading a:hover { background: #297849; color: #fff; }

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; 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
------------------------- */

       h2.galleryName { text-align: center; margin: 2% 0 5% 0; }

       p.text_height_conform { text-align: center; }

       div.PG-category { margin: 0 3% 26px 3%; height: auto!important; display: inline-block; max-width: 210px; vertical-align: top; }
       div.PG-category p { height: auto!important; }
       div.PG-category-list div.row { text-align: center; }
       div.PG-category-list a { display: inline-block; }
       div.PG-category:hover a { text-decoration: none; opacity: 0.85; filter: alpha(opacity =85); }
       div.pnlPhotos { text-align: center; margin: 0 auto 5%; max-width: 1250px; }
       div.pnlPhotos a { display: inline-block; margin-bottom: 0.5%; }
       div.pnlPhotos a:hover { opacity: 0.85; filter: alpha(opacity =85); }

       div.PG-category img { /*min-width: 210px; max-width: 210px;*/ border-radius: 8px;
                             -moz-border-radius: 8px;
                             -webkit-border-radius: 8px; }

       div.pnlPhotos img { /*min-width: 280px;*/ border-radius: 8px;
                           -moz-border-radius: 8px;
                           -webkit-border-radius: 8px; }

/* ---------------------- */
/* END Custom Module Styles
------------------------- */



/* ------------------------------------------------------------------------ */
/* START Custom Responsive Styles
--------------------------------------------------------------------------- */

/* mobile nav triggers*/
a.menu-toggle { display: none; position: relative; z-index: 100; width: 100%; line-height: 60px; font-size: 16px; background: #ca1413; text-align: center; text-decoration: none; color: #fff; font-weight: bold; }
a.menu-toggle:hover { background: #830C0C; }
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: #111111; 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: #ca1413; }
#mobileNav > li > ul { display: none; margin: 0 10%; width: 80%; background: rgba(255,255,255,0.3); }

.page-top { display: none; position: fixed; bottom: 4em; right: 0px; text-decoration: none; background: #f0b310; color: #fff; padding: 1em; font-size: 12px; font-weight: bold;
            font-family:  Arial, verdana, sans-serif, "trebuchet MS", trebuchet;
            border-radius: 12px 0 0 12px;
            -moz-border-radius: 12px 0 0 12px;
            -webkit-border-radius: 12px 0 0 12px; }
.page-top:hover { background: #f3c240; color: #ffffff; }


@media only screen and (max-width : 1250px) {
    a.menu-toggle { display: inline-block; }
    #mobileNav.active { top: 0; opacity: 1; -khtml-opacity: 1; -moz-opacity: 1; height: auto; }

    div.contHeader { padding: 0 0 5% 0; }

    div.topContact { padding: 2% 0; width: 96%; margin: 0 auto; }
    div.topContactInner { text-align: center; padding: 0; }

    a.logo { float: none; margin: -10px auto 0 auto; display: inline-block; }

    div.contTopNav { border: none; margin: 20px 0 0 0; }
    div.contTopNavInner { height: 142px; }
    ul.topNav { display: none; }

    div.contentContainer { margin: 3% 2%; }
    div.contentContainer > div > div { float: none!important; margin: 0 auto; }
    div.contentContainer > div > div > p { margin: 20px auto; padding: 0!important; }
    div.contentContainer > div > img { float: none!important; margin: 0 auto; }
    div.contentContainer img { float: none!important; display: block; margin: 40px auto!important; }
    div.contentContainer p { text-align: center; }
    
    h1 { margin-left: 0; margin-right: 0; }
}

@media only screen and (max-width : 1105px) {

    div.bottomContactInfo img.mainImage { margin-bottom: 0; }
    div.bottomContactInfoInner { width: 100%; max-width: 500px; height: auto; padding: 0; margin: 0;
                                 border-radius: 12px 12px 0 0!important;
                            -moz-border-radius: 12px 12px 0 0!important;
                         -webkit-border-radius: 12px 12px 0 0!important; }

    div.contBottomNav { display: none; }

    ul.contactInfo { margin: 20px; }
    ul.contactInfo li { text-align: center; }
    ul.contactInfo li p { position: relative; left: 0; top: 8px!important; }
    div.copyright { text-align: center; }
    div.copyright p { float: none!important; }
}

@media only screen and (max-width : 860px) {
}

@media only screen and (max-width : 760px) {

}

@media only screen and (max-width : 660px) {
    div.contTopContent { margin-bottom: 0; }
}

@media only screen and (max-width : 550px) {
    a.wrapperStore { width: 100%; }
    div.bottomSocial { float: none; width: 100%; text-align: center; padding-top: 50px; }
    div.innerSocial { margin: 0; }
    div.bottomContactInfo { width: 100%; }
}

@media only screen and (max-width : 450px) {
    div.bottomContactInfoInner { font-size: 12px; }
}

/* ---------------------- */
/* END Custom Responsive Styles
------------------------- */
