/*****************************
* *         FONTS          * *
******************************/
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/opensans-reg.eot');
    src: url('fonts/opensans-reg.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-reg.ttf') format('truetype'),
         url('fonts/opensans-reg.svg#OpenSans') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/opensans-semibold.eot');
    src: url('fonts/opensans-semibold.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-semibold.ttf') format('truetype'),
         url('fonts/opensans-semibold.svg#OpenSans') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/opensans-semibolditalic.eot');
    src: url('fonts/opensans-semibolditalic.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-semibolditalic.ttf') format('truetype'),
         url('fonts/opensans-semibolditalic.svg#OpenSans') format('svg');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/opensans-bold.eot');
    src: url('fonts/opensans-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-bold.ttf') format('truetype'),
         url('fonts/opensans-bold.svg#OpenSans') format('svg');
    font-weight: 700;
    font-style: normal;
}

body {
  background: #eeeeee url('../images/template/body-bg.gif') repeat-x center top;
  color: #000;
  font-family:'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
  text-align: center;
  overflow-y: scroll;
}

a,a:visited,a:active {outline-style: none;}
#body a {text-decoration: none;}
#body a:hover {text-decoration: underline;}
img {border: none !important;}
input, textarea {outline: none;}

/*****************************
* *        GLOBALS         * *
******************************/

.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  *zoom: 1;
}
.transition {
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.block {display: block;}
.fleft {float: left;}
.fright {float: right;}
.first {margin-left: 0;}

/*****************************
* *      PAGE WRAPPER      * *
******************************/

#pageWrapper {
  width: 1200px;
  background: #fff;
  margin:0 auto;
  -webkit-box-shadow: 0px 0px 5px rgba(193, 193, 193, 0.75);
-moz-box-shadow:    0px 0px 5px rgba(193, 193, 193, 0.75);
box-shadow:         0px 0px 5px rgba(193, 193, 193, 0.75);
}

/*****************************
* *         HEADER         * *
******************************/

#header {
  height: 127px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: left;
  width: 1148px;
}

#display_homepage_title {
  font-size: 29px;
  height: 58px;
  left: 0;
  line-height: 46px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0px;
  width: 330px;
}
#display_homepage_title a {
  background: url('../images/template/header_bg.png') no-repeat top left;
  color: white;
  display: block;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: left;
  text-indent: -9999px;
  top: 0;
  width: 100%;
}
a#homepage_title {
  background: none;
  font-size: 29px;
  line-height: 46px;
  text-indent: 0;
}
#header .header-inner{
  width:740px;
  margin:6px 17px 0 0;
}
#header .contact{
  width: 298px;
  display: inline-block;
  float: left;
  margin: 16px 0 0 16px;
}
#header .phone {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 6px 0 0 18px;
  background: url('../images/template/phone.png') no-repeat 1px 16px;
}
#header .contact span{
  color: #666666;
  line-height: 10px;
  font-weight: normal; 
  display: block;
  font-size: 11px;
}
/*****************************
* *       SITE TOOLS       * *
******************************/

.siteTools {
  color: #999999;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 236px;
  float: left;
  margin: 17px 0 0 89px;
}
.siteTools a {
  color: #999999;
  margin: 0 0px;
}
#header .siteTools a:hover{
  text-decoration: none;
  color: #152658;
}
.siteTools a:before{
  content: '\2022';
  vertical-align: middle;
  padding:0 5px;
}
.siteTools a.first:before{
  content:'';
}
.siteTools a:hover:before{
  color: #999999;
}
/*****************************
* *      CART SUMMARY      * *
******************************/

.cart-wrap {
  float:right;
  padding:3px 0px 6px 37px;
  margin: 13px 0px 0 0;
  font-size: 16px;
  line-height: 19px;
  color: #666666;
  position:relative;
  background: url('../images/template/sprite.png') no-repeat left top;
}
.cart-wrap:hover{
  cursor: pointer;
  background-position: left -46px;
}
.cart-wrap a {
  position: absolute;
  left: 0;
  top: 0;
  right:0;
  bottom: 0;
}
#display_cart_summary,
.cartsummary_full,
.cartsummary_empty {
  display: inline;
}
#view_cart_text_right {
  display: inline;
}
#display_cart_summary a {
  display: none;
}

/*****************************
* *     TOP NAVIGATION     * *
******************************/

#topNav {
  background:#dddddd url('../images/template/topnav.png') no-repeat left top;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 1200px;
  height: 40px;
}
#topNav .menu{
  float: left;
  width: 778px;
  margin-left: 60px;
}
#display_menu_1 {
  margin: 0;
  padding: 0;
  width: auto;
}
#topNav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: auto;
}
#topNav ul li {
  display: block;
  float: left;
  text-align: center;
}
#topNav ul li a {
  color: #000;
  padding: 6px 15px;
}
#topNav ul li.nav_hover a,
#topNav ul li a:hover {
  color: #666;
  text-decoration: none;
}
#banner{
  width: 1200px;
  height: 58px;
  margin:1px 0;
  background: url('../images/template/banner.png') no-repeat left top;
}
#banner:hover{
  cursor: pointer;
}
#banner p{
  margin:0;
  padding: 0;
  float: left;
  vertical-align: middle;
}
#banner .fleft{
  margin-left:215px;
}
#banner p.free, #display_promotions_999 .shipping p.free {
  color: #f94a28;
  font-weight: 600;
  font-size: 37px;
  text-transform: uppercase;
  line-height: 22px;
  margin: 8px 0;
}
#banner p.free span,
#display_promotions_999 .shipping p.free span{
  display: block;
  font-size: 14px;
}
#banner p.days, #display_promotions_999 .shipping p.days {
color: #333333;
font-size: 42px;
line-height: 44px;
text-transform: uppercase;
margin: 4px 0 0 17px;
}
#banner p.amount, #display_promotions_999 .shipping p.amount {
  color: #333;
  font-size: 10px;
  line-height: 12px;
  text-align: left;
  margin: 15px 0 0 3px;
}
#banner .fright{
  color: #333;
  font-size: 13px;
  margin: 8px 266px 0 0;
  text-align: left;
}
#banner .fright span.same{
  color: #3c6dfe;
  display: block;
  line-height: 25px;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 1px;
}
/*****************************
* *       SEARCH BOX       * *
******************************/

#displaySearch {
  background:#fff; 
  float: right;
  border:2px #c9c9c9 solid;
  width: 212px;
  margin: 8px 102px 0 0;
}
#displaySearch form {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}
.searchInput {
  background:#fff;
  border: 0;
  color: #666666;
  display: block;
  float: left;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
  padding: 3px 5px 1px;
  text-align: left;
  width: 182px;
  outline:none; /* webkit */
}
.searchInput::-webkit-input-placeholder{color:#949494;} /* webkit */

.searchInput:focus{color:#000;}
.searchInput:focus::-webkit-input-placeholder {color:#000;} /* webkit */

.searchSubmit {
 background: url('../images/template/search.png') no-repeat left 3px;
  border: 0;
  color: white;
  cursor: pointer;
  display: block;
  float: right;
  font-size: 0;
  height: 20px;
  margin: 0;
  padding: 0;
  text-align: right;
  text-indent: -9999px;
  width: 20px;
  outline:none; /* webkit */
}


/*****************************
* *         SHOP BY        * *
******************************/

#DropDown_ShopBy_Manufacturer select,
#DropDown_ShopBy_Category select,
#DropDown_ShopBy_Price select {
  font-size: 11px;
  margin: 8px 0;
  padding: 0;
  width: 160px;
}

/*****************************
* *        LEFT NAV        * *
******************************/
.leftnav-wrap {
    float: left;
    height: auto;
    margin-left:100px;
    min-height: 200px;
    position: relative;
    width: 200px;
    background: #fff url('../images/template/nav-shadow.png') repeat-y right top;
}
.leftnav-wrap img.shadow{
  position: absolute;
  right:5px;
  z-index: 999;
}
.leftnav-wrap img.top{top:0;}
.leftnav-wrap img.bottom{
  bottom:0;

}
#leftNav {
   
  float: left;
  margin: 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
  width: 175px;
}
#leftNav p, #categoryname  {
  color: #152658;
  font-size: 18px;
  border-bottom:2px solid #ddd;
  margin: 0px;
  font-weight:700;
  padding: 12px 0px 5px 5px;
}
#leftNav ul {
  color: #999999;
  font-size: 12px;
  font-weight: normal;
  list-style: none;
  margin: 0;
  padding: 0px;
  width: auto;
}
#leftNav ul li {
  margin: 0;
  padding: 0;
}
#leftNav ul li a, #display_menu_s ul li a {
  color: #333333;
  font-weight: 600;
  font-size: 14px;
  display: block;
  padding: 4px 10px;
  text-decoration: none;
}
#leftNav ul li.nav_hover a,
#leftNav ul li a:hover,
#display_menu_s ul li.nav_hover a,
#display_menu_s ul li.nav_selected a {
  color: #152658;
  text-decoration: none;
}

/*****************************
* *       PROMOTIONS       * *
******************************/

#display_promotions_999 {
  margin: 0px;
  padding: 10px 0;
  text-align: center;
  vertical-align: middle;
  clear: both;
  margin-bottom:305px;
}
#display_promotions_999 .promo{
  border-top:2px solid #ddd;
  padding:20px 0;
}
#display_promotions_999 .shipping p{
  padding: 0;
  margin: 0;
  color: #333;
  border:none;
  text-align:left;
}
#display_promotions_999 .shipping1{
   background: url('../images/template/boxes.png') no-repeat left 10px;
}
#display_promotions_999 .shipping p.free{
  font-size: 30px;
  text-align: right;
  margin:0;
padding-right: 11px;

}
#display_promotions_999 .shipping p.days{
  font-size:20px;
  font-weight: normal;
  line-height: 20px;
  margin: 0;
}
#display_promotions_999 .shipping p.amount{
  font-size: 8px;
  margin:2px 0 0;
}
#display_promotions_999 .shipping2{
  padding:20px 0 30px 0;
   background: url('../images/template/shipping-logos.png') no-repeat left bottom;
}
#display_promotions_999 .shipping2 p span{
  color: #3c6dfe;
  font-size: 24px;
  margin-bottom:8px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}
#display_promotions_999 .shipping2 p{
  font-size:10px;
}
#display_promotions_999 .fb{
  height: 119px;
   background: url('../images/template/facebook-bg.png') no-repeat left 20px;
}
#display_promotions_999 .seals img{
  display: block;
  margin:0 auto;
} 
#display_promotions_999 .seals img.seal1{margin-bottom:28px;}
#display_promotions_999 .seals img.seal2{margin-bottom:25px;}
#display_promotions_999 .seals img.seal3{margin-bottom:22px;}
#display_promotions_999 .like-btn{
margin: 80px 0 0 49px;}
/*****************************
* *      CONTENT AREA      * *
******************************/

#contentWrap {
  margin: 0 auto;
  padding: 0;
  text-align: left;
  width: 1200px;
}
#content {
  width: 1200px;
}
#content_area {
  background-color: #fff;
  float: right;
  margin: 0;
  padding: 15px 120px 15px 15px;
  text-align: left;
  width: 764px;
}
#content_area table {
  text-align: left;
}

/*****************************
* *         FOOTER         * *
******************************/

#footer {

  margin: 0 auto;
  padding: 0;
  width: 1000px;
}

#footerTop {
  margin: 0 auto;
  width: 1000px;
  color: #152658;
  padding: 36px 0 49px 0;
  font-size: 14px;
  text-align: left;
  border-bottom: 3px solid #cccccc;
}
#footerTop a{
  color: #152658;
}
#footerTop .title{
  color: #222;
  font-size: 24px;
  padding:2px 0 0px 40px;
  display: block;
  margin-bottom:8px;
  font-weight: 700;
}
#footerTop .col{
  float:left;
}
#footerTop .col1 {
width: 434px;
margin-left: 14px;
}
#footerTop .col2{width: 414px;}
#footerTop .col3{
  width: 136px;
  float: right;
}
#footerTop .col1 .title{
   background: url('../images/template/rss.png') no-repeat left center;
}
#footerTop .col2 .title{
   background: url('../images/template/comp.png') no-repeat left center;
}
#footerTop .col3 .title{
  padding-left:0;
}
#footerTop .col3 a{
  height: 26px;
  width: 26px;
  display: inline-block;
  float: left;
  margin: 3px 0 0 12px;
  background: url('../images/template/sprite.png') no-repeat;
}
#footerTop .col3 a.fb{background-position: left -100px;margin-left: 0}
#footerTop .col3 a.fb:hover{background-position: left -133px;}
#footerTop .col3 a.tw{background-position: -38px -100px;}
#footerTop .col3 a.tw:hover{background-position: -38px -133px;}
#footerTop .col3 a.yt{background-position: -76px -100px;}
#footerTop .col3 a.yt:hover{background-position: -76px -133px;}
#footer ul {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 150px;
}
#footer ul li {
  color: #000;
  font-size: 12px;
  margin: 0 0 2px 0;
  padding: 0;
  text-align: left;
}
#footerMiddle ul li a{
  color: #666666;
}
#footerMiddle ul li a:hover{
  color: #152658;
  text-decoration: none;
}
#footerMiddle{
  padding-bottom: 31px;
  border-bottom: 3px solid #cccccc;
}
#footerMiddle .title {
  font-size: 14px;
  font-weight: bold;
  margin: 24px 0 8px 0;
  color: #222;
}
/*****************************
* *      MAILING LIST      * *
******************************/

#footerMiddle .elist-wrap {
  margin: 0;
  padding: 0;
  width: 282px;
  float: right;
  text-align: left;
}

.elist-wrap form {
  margin: 0;
  padding: 0;
  width: 242px;
}
.elistInput {
  background: #fff;
  border: 2px #d1d1d1 solid;
  border-right:none;
  color: #949494;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 2px 0 3px 10px;
  text-align: left;
  width: 196px;
  outline:none; /* webkit */
}
.elistInput::-webkit-input-placeholder {color:#949494;} /* webkit */

.elistInput:focus{color:#000;}
.elistInput:focus::-webkit-input-placeholder {color:#000;} /* webkit */

.elistSubmit {
  background:#f94a28;
  border: 2px #d03f22 solid;
  color: white;
  text-transform: uppercase;
  cursor: pointer;
  display: block;
  float: right;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  height: 26px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 34px;
  outline:none; /* webkit */
}


#footer ul.col-1 {
  width: 174px;
  margin-left: 9px;
}
#footer ul.col-2 {
  width: 166px;
}
#footer ul.col-3 {
  width: 170px;
}
#footer ul.col-4 {
  width: 150px;
}
#footer ul.col-5 {
  width: 150px;
}
#footerBottom {
  color: #666666;
  font-size: 10px;
  margin: 0 auto;
  padding: 23px 0;
  text-align: center;
  width: 960px;
  font-weight: 700;
}

#footerBottom .top{
  width: 870px;
  margin: 0 auto;
}
#footerBottom .top a{
  margin-left:96px;
  display: inline-block;
  float:left;
}
#footerBottom .top a.first{
  margin-left: 0;
}
#footerBottom .AuthorizeNetSeal{
  float:left;
  display: inline-block;
  width: auto
}
#footerBottom .AuthorizeNetSeal img{
  width: 65px;
  height: 50px;
}
#footerBottom .security{
  margin-top:15px;
}
#footerBottom .row{
  min-height: 107px;
  display: block;
  clear:both;
}
/*****************************
* *      NO JS WARNING     * *
******************************/

#no-js-notice {
  background: #333333;
  color: white;
  font-size: 15px;
  font-weight: bold;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}

/*****************************
* *     CHECKOUT FIXES     * *
******************************/

#v65-onepage-CheckoutForm {
  margin: 0 auto;
  overflow: hidden;
  width: 755px;
}
#billing-header,
#shipping-header,
#v65-checkout-payment-header {
  padding-bottom: 0 !important;
}
#v65-onepage-cartsummary-label {
  padding-left: 25px !important;
}
.productnamecolorLARGE,
a.productnamecolorLARGE {
  font-size: 28px;
  font-weight: bold;
  text-decoration: none;
}
#v65-cart-shipping-details-text nobr {
  white-space: normal !important;
}

/*****************************
* *         FIXES          * *
******************************/

#v65-onepage-ContentTable {margin: 0 auto;}
#table_checkout_cart3 li {list-style: inside;}
#v65-onepage-ContentTable td br:first-child {display: none;}
#v65ModalOverlay {position: fixed !important;}
#content_area .v65-cart-giftcert-details-row td font,
#content_area .v65-cart-giftcert-details-row td font b {color: #666666 !important;}
#v65-cart-shipping-details-text nobr {white-space: normal !important;}
.next_page_img,.previous_page_img {width: auto !important;height: auto !important;}
/* FIXES SHIPPING DROPDOWN ON SHOPPINGCART.ASP PAGE */
#v65-cart-shipping-details-wrapper #v65-cart-shipping-details select,#v65-cart-shipping-details-wrapper #v65-cart-shipping-details input {width:auto ! important;}