/*****************************
* *         FONTS          * *
******************************/
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700);
/*font-family: 'Source Sans Pro', sans-serif;*/

@import url(//fonts.googleapis.com/css?family=Muli:300,400);
/*font-family: 'Muli', sans-serif;*/

@import url(//fonts.googleapis.com/css?family=Abril+Fatface);
/*font-family: 'Abril Fatface', cursive;*/

@import url(//fonts.googleapis.com/css?family=Playfair+Display:400,700);
/*font-family: 'Playfair Display', serif;*/

html {
  overflow-y: scroll;
  height:100%;
  margin:0;
}

body {
  background: #fff;
  color: #000;
  height:100%;
  font-family: 'Source Sans Pro', 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 {
  border-top: 9px solid #293089;
  height:auto !important;
  height:100%;
  margin:0 auto -344px; /*Height of Footer, Including Top and Bottom Padding*/
  min-height:100%;
}

/*****************************
* *         HEADER         * *
******************************/

#header {
  height: 173px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: left;
  width: 960px;
}

#display_homepage_title {
  font-size: 29px;
  height: 140px;
  left: 232px;
  line-height: 46px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 24px;
  width: 495px;
}
#display_homepage_title a {
  background: url('../images/template/header_bg.png') no-repeat center top;
  color: #293089;
  display: block;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  text-indent: -9999px;
  top: 0;
  width: 100%;
}
a#homepage_title {
  background: none;
  font-size: 29px;
  line-height: 106px;
  font-weight: 400;
  text-indent: 0;
  text-transform: uppercase;
}

/*****************************
* *       SITE TOOLS       * *
******************************/

#siteTools {
  font-family: 'Muli', sans-serif;
  color: #adadad;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 36px;
  text-align: right;
  top: 22px;
  letter-spacing: 1px;
  font-size: 9px;
  text-transform: uppercase;
}
#siteTools a {
  color: #adadad;
  margin: 0 2px;
}
#siteTools a:hover {
  color: #293089;
  text-decoration: none;
}

/*****************************
* *      CART SUMMARY      * *
******************************/

#cartWrapper {
  font-weight: normal;
  position: absolute;
  right: 10px;
  top: 30px;
}

.cartLink {
  position: absolute;
  display: block;
  width: 20px;
  height: 18px;
  right: 10px;
  top: 16px;
  background: url('../images/template/cart_bg.png') no-repeat 0 0;
}



/* 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 {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 960px;
  height: 47px;
}
#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 {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  display: block;
  color: #293089;
  text-transform: uppercase;
  padding: 14px 25px 15px;
}
#topNav ul li.nav_hover a,
#topNav ul li a:hover {
  background: #293089;
  color: #fff;
  text-decoration: none;
}

/*****************************
* *       SEARCH BOX       * *
******************************/

#displaySearch {
  background: url('../images/template/search_bg.png') no-repeat 0 0;
  height: 16px;
  position: absolute;
  left: 5px;
  top: 20px;
  width: 166px;
}
#displaySearch form {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}
.searchInput {
  font-family: Georgia, serif;
  background: none;
  border: 0;
  color: #949494;
  display: block;
  float: left;
  font-size: 10px;
  font-weight: normal;
  margin: 0;
  padding: 1px 0 4px;
  text-align: left;
  width: 148px;
  outline:none; /* webkit */
}
.searchInput::-webkit-input-placeholder{color:#9f9f9f; font-style: italic;} /* webkit */

.searchInput:focus{color:#000;}
.searchInput:focus::-webkit-input-placeholder {color:#000;} /* webkit */

.searchSubmit {
  background: none;
  border: 0;
  color: white;
  cursor: pointer;
  display: block;
  float: right;
  font-size: 0;
  height: 16px;
  margin: 0;
  padding: 0;
  text-align: right;
  text-indent: -9999px;
  width: 16px;
  outline: none; /* webkit */
}

/*****************************
* *      MAILING LIST      * *
******************************/

#eList {
  background: url('../images/template/gray_pattern.jpg');
  height: 85px;
  margin: 0 auto 16px;
  padding: 0;
  width: 950px;
  position: relative;
}
#eList .title {
  font-size: 16px;
  text-transform: uppercase;
  text-align: left;
  margin: 0;
  padding: 0;
  left: 45px;
  top: 34px;
  width: 498px;
  font-weight: 200;
  position: absolute;
}
#eList .title span {
  color: #293089;
  font-weight: 400;
}

#eList form {
  position: absolute;
  background: url('../images/template/elist_bg.png') no-repeat 0 0;
  height: 30px;
  margin: 0;
  padding: 0;
  right: 50px;
  top: 29px;
  width: 361px;
}
.elistInput {
  font-family: Georgia, serif;
  background: none;
  border: 0;
  color: #949494;
  display: block;
  float: left;
  font-size: 10px;
  font-weight: normal;
  font-style: italic;
  margin: 0;
  padding: 10px 0 3px 13px;
  text-align: left;
  width: 265px;
  outline: none; /* webkit */
}
.elistInput::-webkit-input-placeholder {color:#949494;} /* webkit */

.elistInput:focus{color:#000;}
.elistInput:focus::-webkit-input-placeholder {color:#000;} /* webkit */

.elistSubmit {
  background: none;
  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: 74px;
  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 {
  float: left;
  margin: 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
  width: 150px;
}
#leftNav .menu_title {
  text-transform: uppercase;
  color: #293089;
  font-size: 13px;
  font-weight: 400;
  margin: 25px 0 5px;
  padding: 10px 4px;
  border-bottom: 1px solid #d7d7d7;
}
#leftNav .menu_title:first-child {
  margin-top: 25px;
  padding-top: 0;
}
#leftNav .menu_title:empty {
  display: none;
}
#leftNav ul {
  color: #293089;
  font-size: 12px;
  font-weight: 400;
  list-style: none;
  margin: 0;
  padding: 0px;
  width: auto;
}
#leftNav ul li {
  margin: 0;
  padding: 0;
}
#leftNav ul li a {
  color: #293089;
  display: block;
  font-weight: 400;
  padding: 4px;
  text-decoration: none;
}
#leftNav ul li.nav_hover a,
#leftNav ul li a:hover {
  background-color: #293089;
  color: #fff;
  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 {
  float: right;
  margin: 0;
  padding: 15px;
  text-align: left;
  width: 730px;
}
#content_area table {
  text-align: left;
}

.push {
  height:344px; /*Height of Footer, Including Top and Bottom Padding*/
  margin:0;
}

/*****************************
* *         FOOTER         * *
******************************/

#footer {
  background: url('../images/template/footer-bg.png') no-repeat 0 0;
  margin: 0 auto;
  padding: 23px 0 15px;
  width: 960px;
}
#footer a {
  color: #9f9f9f;
}
#footer a:hover {
  color: #293089;
  text-decoration: none;
}
#footerTop {
  color: #9f9f9f;
  margin: 0 0 0 2px;
  padding: 0;
  width: 509px;
}
#footer h3 {
  font-family: 'Playfair Display', serif;
  color: #293089;
  font-size: 16px;
  margin: 0 0 12px;
  text-align: left;
  font-weight: normal;
}

#footer ul {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 150px;
}
#footer ul li {
  color: #9f9f9f;
  font-size: 12px;
  margin: 0 0 2px 0;
  padding: 0;
  font-weight: 500;
  text-align: left;
}
#footer ul li.title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 4px;
}
#footer ul li a {
  color: #9f9f9f;
}
#footer ul.col-1 {
  width: 118px;
}
#footer ul.col-2 {
  width: 114px;
}
#footer ul.col-3 {
  width: 139px;
}
#footer ul.col-4 {
  width: 100px;
}
#footer ul.col-5 {
  width: 150px;
}
#footer ul.col-6 {
  width: 290px;
  line-height: 17px;
}

.footerBottomWrap {
  background: #293089;
  width: 100%;
  margin: 20px 0 0;
}

#footerBottom {
  color: #fff;
  font-size: 11px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  width: 960px;
}
#footerBottom a {
  color: #fff;
}


/* SOCIAL LINKS */

.social-connect a {
  background: url('../images/template/social_btn.png') no-repeat 0 0;
  display: block;
  float: left;
  width: 25px;
  height: 25px;
  margin: 5px 7px 0 0;
}
.social-connect a.tw-ft {
  background-position: -32px 0;
}
.social-connect a.pin-ft {
  background-position: -64px 0;
}

/***************/

.badges {
  float: left;
  text-align: left;
  padding: 10px 0;
}

.ccards {
  margin: 0 0 0 15px;
}

.contact-info {}
.our-story {
  width: 290px;
}

/*****************************
* *      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;
}

.category-list span {
 color:#293089!important;
font-size:12px!important;
font-family: Georgia, serif!important;
}