/*****************************
* *         FONTS          * *
******************************/
/* * * NORMAL * * */
@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;
}
/* * * NORMAL ITALIC* * */
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans-regitalic.eot');
    src: url('../fonts/opensans-regitalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regitalic.ttf') format('truetype'),
         url('../fonts/opensans-regitalic.svg#OpenSans') format('svg');
    font-weight: 400;
    font-style: italic;
}
/* * * BOLD * * */
@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;
}

html {
  overflow-y: scroll;
}

body {
  background: #fff url('../images/template/bodybg.jpg') repeat-x center top;
  color: #3a3a3a;
  font-family:'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
  text-align: center;
}

a,a:visited,a:active {outline-style: none;}
a {text-decoration: none;}
a:hover {text-decoration: underline;}
img {border: none !important;}
input, textarea {outline: none;}
h1, h2, h3, h4, h5, h6, p {margin:0; padding:0;}

/*****************************
* *        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 {
  min-width: 960px; /* Adjust */
  background: url('../images/template/page-wrapper.png') repeat-x top center;
}

/*****************************
* *         HEADER         * *
******************************/

#header {
  height: 120px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  width: 960px;
position: relative;
}

#display_homepage_title {
font-size: 29px;
height: 89px;
left: 0;
line-height: 46px;
margin: 0;
padding: 0;
position: absolute;
top: 13px;
width: 189px;
}
#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;
}

/*****************************
* *       SITE TOOLS       * *
******************************/

#siteTools {
  color: #000;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 10px;
}
#siteTools a {
  color: #000;
  margin: 0 10px;
}

/*****************************
* *      CART SUMMARY      * *
******************************/

#cartWrapper {
font-weight: normal;
position: absolute;
right: 0px;
top: 0px;
}



/* OLD CART */
/* #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: none;
margin: -42px auto 0;
text-align: center;
width: 700px;
padding: 0 0 0 260px;
text-align: center;
}
#display_menu_1 {
margin: 0;
padding: 0;
width: auto;
float: right;
}
#topNav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: auto;
}
#topNav ul li {
  display: block;
  float: right;
  text-align: center;
}
#topNav ul li a {
  color: #0091d7;
  padding: 6px 15px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#topNav ul li.nav_hover a,
#topNav ul li a:hover {
  color: #0091d7;
  text-decoration: none;
}

/*****************************
* *       SEARCH BOX       * *
******************************/
.search {
	position: absolute;
	right:32px;
	top:0;
}

.search .input {
	display: block;
	-webkit-transition: all 0.15s ease-in;
	-moz-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	-ms-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
	border: none;
	color: #444;
	cursor: pointer;
	font: italic 14px/30px Arial, sans-serif;
	height: 30px;
	padding: 0 30px 0 0;
	text-align: left;
	text-indent: -9999px;
	width: 0;
	background: #fff url(../images/template/searchbg.jpg) no-repeat right center;
}

.search .input:focus {
	width: 154px;
	text-indent: 8px;
}

.search .submit {
	display: block;
    background: none;
    border: none;
    height: 0;
    padding: 0;
    text-indent: -9999px;
    width: 0;
}

/*****************************
* *      MAILING LIST      * *
******************************/

#eList {
  background: url('../images/template/news-bg.png') no-repeat 0 0;
  height: 30px;
  margin: 26px 0 15px;
  padding: 0;
  width: 345px;
  float: right;
}
#eList .title {
  font-size: 16px;
  margin: 4px 0 0 0;
  padding: 0;
  float: left;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#eList form {
  height: 20px;
  margin: 0;
  padding: 0;
  width: 182px;
  float: right;
}
.elistInput {
  background: #f6f6f6;
  border: 0;
  color: #74747e;
  display: block;
  float: left;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  padding: 5px 0 5px 10px;
  text-align: left;
  width: 142px;
  height: 20px;
  outline:none; /* webkit */
}
.elistInput::-webkit-input-placeholder {color:#949494;} /* webkit */

.elistInput:focus{color:#000;}
.elistInput:focus::-webkit-input-placeholder {color:#000;} /* webkit */

.elistSubmit {
  background: url(../images/template/elistsubmit.png) no-repeat;
  border: 0;
  color: white;
  cursor: pointer;
  display: block;
  float: right;
  font-size: 0;
  height: 30px;
  margin: 0;
  padding: 0;
  text-align: right;
  text-indent: -9999px;
  width: 30px;
  outline:none; /* webkit */
}
.elistSubmit:hover{
  background: url(../images/template/elistsubmithover.png) no-repeat;
}
/*****************************
* *         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 {
  background: #aaaaaa;
  float: left;
  margin: 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
  width: 200px;
}
#leftNav .menu_title {
  background: #919191;
  color: #333;
  font-size: 16px;
  padding: 10px;
}
#leftNav .menu_title:first-child {
  margin-top: 0;
  padding-top: 0;
}
#leftNav .menu_title:empty {
  display: none;
}
#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 {
  color: #000;
  display: block;
  padding: 4px 10px;
  text-decoration: none;
}
#leftNav ul li.nav_hover a,
#leftNav ul li a:hover {
  background-color: #666;
  color: #eeeeee;
  text-decoration: none;
}

/*****************************
* *       PROMOTIONS       * *
******************************/

#display_promotions_999 {
  margin: 0px;
  padding: 10px 0;
  text-align: center;
  vertical-align: middle;
}

/*****************************
* *      CONTENT AREA      * *
******************************/

#contentWrap {
  margin: 0 auto;
  padding: 0;
  text-align: left;
  width: 960px;
}
#content {
  width: 960px;
}
#content_area {
  background-color: #fff;
  float: right;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 960px;
}
#content_area table {
  text-align: left;
}

/*****************************
* *         FOOTER         * *
******************************/

#footer {
  background: url('../images/template/footer-bg.png') no-repeat 0 0;
  border-top: solid 8px #3998d7;
  margin: 20px auto 0;
  padding: 0;
  width: 960px;
}
#footer a {
  color: #999999;
}
#footerTop {
  color: #7b7b7b;
  margin: 20px 0 0 0;
  padding: 0;
}

#footerTop ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: auto;
}
#footerTop ul li {
  display: block;
  float: left;
  text-align: center;
}
#footerTop ul li a {
  color: #7b7b7b;
  padding: 6px 20px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .5px;
}
#footerTop ul li.nav_hover a,
#footerTop ul li a:hover {
  color: #0091d7;
  text-decoration: none;
}
#social {
	margin: 30px 0 20px;
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	float: left;
}
#social span.title{
	float: left;
	margin-right: 20px;
}
#social a{
	float: left;
	margin: 0 10px;
	color:#838383;
	text-align: left;
}
#social a:hover{
	text-decoration: none;
}
#social a.facebook {
	background: url(../images/template/facebook.jpg) no-repeat right center;
	width: 115px;
}
#social a.twitter {
	background: url(../images/template/twitter.jpg) no-repeat right center;
	width: 97px;
}
#social a.youtube {
	background: url(../images/template/youtube.png) no-repeat right center;
	width: 105px;
}
#social a.facebook:hover {
	background: url(../images/template/facebookhover.jpg) no-repeat right center;
}
#social a.twitter:hover {
	background: url(../images/template/twitterhover.jpg) no-repeat right center;
}
#social a.youtube:hover {
	background: url(../images/template/youtubehover.jpg) no-repeat right center;
}
#footerBottom {
	color: #7b7b7b;
	font-size: 10px;
	margin: 0 auto;
	padding: 16px 0;
	text-align: left;
	width: 960px;
	position: relative;
	height: 17px;
}
#footerBottom a {
  color: #7b7b7b;
}
#footerBottom a:hover{
	color: #3998d7;
	text-decoration: none;
}
#copyright{
	float: left;
}
#creditcards {
	position: absolute;
	right:0;
	bottom:6px;
}
#creditcards img{
	float: right;
	margin: 3px 0 0 15px;
}
#creditcards img.cc{
	margin: 5px 0 0 0;
}

/*****************************
* *      NO JS WARNING     * *
******************************/

#no-js-notice {
  background: #333333;
  color: white;
  font-size: 15px;
  font-weight: bold;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
}

/*****************************
* *     CHECKOUT FIXES     * *
******************************/

#v65-onepage-CheckoutForm {
  margin: 0 auto;
  overflow: hidden;
  width: 700px;
}
#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          * *
******************************/

/* HTML 5 SPECIFIC FIXES */
td > img{float:left;}
#v65-cart-checkout-table td img, a img {float:none;}
/* --- Fixes Floating Loading Div --- */
#please_wait_div img { float: none; }
img[src$="/preparing_pleasewait.gif"], img[src$="/preparing_progressbar.gif"] { float: none; }
article, aside, figure, footer, header, hgroup, menu, nav, section {display: block;}

#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;}
#table_checkout_cart0 {margin-top: 5px;}
/* 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;}

/* ERROR MESSAGES */
#content_area .v65-error-list-container {
  background-color: #f6c1ac !important;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 1px 1px 6px 0px rgba(1, 1, 1, 0.4);
  box-shadow: 1px 1px 6px 0px rgba(1, 1, 1, 0.4);
  border: 1px solid #e0ad93;
}
#content_area .v65-error-list-image {
  opacity: .5;
}

#content_area .v65-error-list-text {
  color: #6c4836;
}

#EditRegionModal .v65pageTextModalTitle {
  font-size: 18px !important;
  color: #6c4836;
}