@font-face {
	font-family: 'Garamond Premiere Pro';	
	src: url('/css/fonts/GaramondPremrPro.eot');
    src: url('/css/fonts/GaramondPremrPro.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/GaramondPremrPro.woff') format('woff'),
         url('/css/fonts/GaramondPremrPro.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Garamond Premiere Pro Semi Bold';	
	src: url('/css/fonts/Garamond Premier Pro Semibold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
input:focus {outline:0;}
BODY, li, form, input, textarea, select {
	font-size: 16px;
	line-height: 16px;
	margin: 0px;
	font-family: 'Garamond Premiere Pro';
	color: #000000;
}
.error.shiperr{
	background-color: #e5b03c;
	color: #000000;
	padding: 5px 10px;
	font-size: 20px;
}
.arrow-left{
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #000000;
    height: 0;
    margin: 0 auto;
    width: 0;
	display: inline-block;
}
.arrow-right{
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #000000;
    height: 0;
    margin: 0 auto;
    width: 0;
	display: inline-block;
}
.arrow-up{
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #000000;
    height: 0;
    margin: 0 auto;
    width: 0;
	display: inline-block;
}
.arrow-down{
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #000000;
    height: 0;
    margin: 0 auto;
    width: 0;
	display: inline-block;
}
#modal_veil{
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	filter: alpha(opacity=25); 
	opacity: 0.25;
	background-color: #000000;
	z-index: 19;
}
#modal_wrapper{
	position: absolute;
	z-index: 20;
	display: block;
	background-color: #ffffff;
	left: 50%;
	top: 50%;
	width: 98%;
	max-width: 592px;
	height: auto;
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#modal_wrapper h1{
	margin: 10px 0 10px 0;
	font-size: 30px;
	color: #611713;
	font-weight: bold;
}
#modal_wrapper #close{
	top: 0px;
	right: 0px;
	width: 25px;
	height: 25px;
	position: absolute;
	cursor:pointer;
	font-size: 20px;
	text-align: center;
	vertical-align: middle;
	line-height: 25px;
	border: 1px solid #000000;
	border-radius: 25px;
}
#modal_wrapper input[type=textbox]{
	width: 295px;
	height: auto;
	padding: 5px 20px;
	margin: 0 0 0px 0;
	border: 2px solid #cccccc;
	outline: none;
	font-size: 26px;
	line-height: 26px;
}
#modal_wrapper select{
	outline: none;
	
}
#modal_wrapper #modalbtnsignup{
	background-color: #690d0c;
	color: #ffffff;	
	border: 1px solid #690d0c;
	border-radius: 5px;
	padding: 11px 15px;
	margin: 0;
	font-size: 26px;
	line-height: 26px;
	display: inline-block;
}
#modal_wrapper_ty{
	position: absolute;
	z-index: 20;
	width: 478px;
	height: 500px;
	left: 50%;
	top: 100px;
	margin-left: -239px;
	background: url(/images/vtc/bg_modal_ty.png) no-repeat 0px 0px;
	display: none;
}
#metah1_wrapper{
	width: 100%;
	text-align: center;
	margin: 20px 0;	
}
#metah1_text{
	width: auto;
	display: inline-block;
	text-align: left;
}
.ticker_wrapper{
	width: 100%;
	max-width: 1024px;
	position: relative;
	height: auto;
	font-family: 'Garamond Premiere Pro Semi Bold';
	font-size: 16px;
	line-height: 18px;
	background-color: #690d0c;
	color: #ffffff;
	padding: 7px 0;
	margin: 0 auto 24px auto;
}
div.ticker{
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	width: 100%;	
}
div.ticker a{
	color: #ffffff;
	text-decoration: underline;
	font-size: 12px;
}
.ticker_wrapper .ticker_modal{
	display: none;
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
	top: 30px;
	background-color: #fcf9f3;
	width: 594px;
	height: auto;
	font-size: 16px;
	line-height: 25px;
	padding: 0 24px 24px 24px;
	box-sizing: border-box;
	z-index: 1000;
	color: #000000;
	text-align: center;
	font-family: 'Garamond Premiere Pro';
}
.ticker_wrapper .ticker_modal .ticker_modal_close{
	float: right;
	height: 24px;
	font-size: 14px;
	margin: 0 -18px 0 0;
	cursor: pointer;
}
#product_modal,#product_modal_ty{
	position: absolute;
	z-index: 10;
	width: 98%;
	max-width: 600px;
	height: auto;
	left: 50%;
	top: 0;
	-moz-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
	display: block;
	background-color: #ffffff;
	border: 1px solid #333333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
}
#product_modal input,#product_modal textarea{
	
	width: 300px;
	padding: 2px;
	margin: 0px;
	outline: none;
}
#product_modal select{
	outline: none;
	
	width: 300px;
	text-transform: none;
}
img {display: inline-block;vertical-align: middle;max-width:100%;}
.AddImg img{
	vertical-align: top;	
}
/* body { background: #fff url('/images/vtc/site_bg.jpg')  top left;} */

body { 

}


input, textarea, select {
	border: 1px solid #000000;	
}
input[type=text],select {
	margin: 2px;
	padding: 0px;
	width: 150px;
	
}
a { text-decoration: none;color: #000000;}
a:hover { text-decoration: none;color: #000000;}
#csmLeft{
	float: left;
	width: 395px;
	height: 380px;
	margin: 0px 0px 0px -10px;
	padding: 10px 10px 0px 10px;
	background: transparent url("/images/vtc/paper_bg.png") no-repeat -10px 5px;
	
}
.horz_divider{
	clear: both;
	height: 0;
	margin: 0px auto 5px auto;
	padding: 0px;
	border-bottom: 2px solid #e0dfda;
}
.horz_divider_short{
	clear: both;
	background: transparent url("/images/vtc/faded_line.png") no-repeat 0px 0px;
	background-size: 800px;
	height: 7px;
	margin: 0px auto;
	padding: 0px;
}

.horz_divider_nav{
	clear: both;
	background: transparent url("/images/vtc/left_nav_horz_spacer.png") no-repeat 0px 0px;
	background-size: 138px;
	height: 8px;
	margin: 0px auto 10px 0px;
	padding: 0px;
	width: 155px;
}
.home_footer_links{

}
.home_footer_links_pad{padding:0 0 0 15px;}
.clear{clear: both;}
legend{border:none;}
.Legend {color: #1345DC;  font-weight: bold;}
.SmallLegend {color: #1345DC;  font-weight: bold;}
.LargeLegend {  padding-left: 5px;margin-bottom: 10px;border:none}
fieldset {border: none; padding: 0px;margin: 0px;}
#wrapper fieldset.custserv p {margin: 10px;}
#wrapper p{margin:10px 0px;}
fieldset p {margin: 0; padding: 0;}
ul.bullets {margin: 5px 0px 5px 25px;list-style-type: disc;}
ul.bullets li {margin: 5px 0px 5px 0px;}
#Carousel{clear: both;margin: 10px auto 25px auto;padding: 0px;height: 185px;/*width: 992px;*/}

/*#Carousel fieldseter{width: 560px;height: 250px;}
#Carousel #GalleryFeatured{width: 940px;height: 160px;}
#Carousel .tabcontent .CarouselImages{width: 940px;height: 160px;}
#Carousel .tabcontent{width: 992px;margin: 0px; padding: 0px;}
#Carousel .tabcontent .ArrowRight{height: 50px;margin-top: 50px;}
#Carousel .tabcontent .ArrowLeft{height: 50px;margin-top: 50px;}
#Carousel .tabcontent .ArrowLeft img {

display:inline;
}*/

.featured_items{
	float: left;
	width: 100%;
	overflow: hidden;
	margin: 20px auto;
	text-align: center;
	font-size: 20px;
	line-height: 20px;
}
.featured_items .featured{
	float: left;
	width: 13%;
	margin: 0 0 0 3.5%;
}
.featured_items .featured a{
	color: #000000;
}
.featured_items .featured.first{
	margin: 0 0 0 0;
}
.featured_items .featured .thumb{
	float: left;
	clear: both;
	text-align: center;
	width: 99.8%;
	position: relative;
}
.featured_items .featured .thumb img{
	width: 100%;
	height: 100%;
}
.featured_items .featured .title{
	float: left;
	clear: both;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	width: 100%;
	margin: 10px 0;
}
.featured_items .featured .overlay_content{
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 5;
	box-sizing: border-box;
	padding: 4px;
	transform: translate(0,-50%);
	-webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
	opacity: 0;
}
.featured_items .featured .overlay_bg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	background-color: #ffffff;
	-webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
	opacity: 0;
}
.featured_items .featured:hover .overlay_content,.featured_items .featured:hover .overlay_bg{
    opacity: 1;
}
#homebanner1,#homebanner2,#homebanner3{
	width: auto;
	text-align: center;
}
#homebanner1{
	clear: both;
	margin: 15px auto;
	padding: 0px;
	height: auto;
}
#homebanner2{
  clear: both;
  margin: 15px auto;
  padding: 0px;
  height: auto;
}
#homebanner3{
  clear: both;
  margin: 15px auto;
  padding: 0px;
  height: auto;
}
#homebannermini{
  clear: both;
  margin: 15px auto;
  padding: 0px;
  height: auto;
}
#myaccount{
	margin: 0px;
	padding: 0px;
}
#content .catalog_block{
	margin-top: 10px;
	float: left;
	width: 50%;	
	
}
#content.static_content .catalog_block h1{
	
	
	margin: 0px 0px 5px 0px;
}
#content.static_content .catalog_block img{
	margin-right: 5px;	
	float: left;
}
#content.static_content .catalog_block a{
	color: #941c13;
	text-decoration: underline;
}
#content.static_content .catalog_block input{
	width: auto;

	margin-top: 5px;
}
#content #prodimage #extras{
	width: 100%;
	overflow: hidden;
	text-align: left;	
	margin: 35px 0 0 0;
}
#content #prodimage #extras #relateditems{
	width: calc(100% + 32px);
}
#relatedProductsContainerTitle{
	font-size: 22px;
	font-family: 'Garamond Premiere Pro Semi Bold';	
	margin: 0 0 18px 0;
}
.relatedProductsItem{
	text-align: center;	
	width: 106px;
	margin: 0 32px 35px 0;
	float: left;
}
.relatedProductsItem #relatedProductsItemLink{
	
	margin-top: 5px;
}
.relatedProductsItem .rvi_item{
  width: 100%;
  height: auto;
  margin: 0px auto;
  vertical-align: middle;
}
#content #prodimage .relatedProductsItem .rvi_item img{
	margin: 0;
	width: 100%;	
}
#content #prodimage #extras #prod_previous_items{
	float: left;
	width: calc(100% + 32px);
}
#prod_previous_items .pvi_item{
	width: 106px;
	height: 140px;
	float: left;
	margin: 0px 32px 35px 0px;
}
#content #prodimage #prod_previous_items .pvi_item img{
	width: 100%;
	height: 100%;	
}
#prod_previous_items .pvi_item_header{
	font-size: 22px;
	font-family: 'Garamond Premiere Pro Semi Bold';	
	margin: 0 0 18px 0;
}
#category_previous_items{
	float: left;
	width: calc(100% + 32px);
}
#category_previous_items .pvi_item{
	width: 106px;
	float: left;
	margin: 0px 32px 35px 0px;
}
div.button_panel {
    margin: 10px 0 0;
    text-align: center;
}

/* MAIN LAYOUT */
input[type="button"]{}
.formbutton{ border: 1px solid #b5ad9b;	
	background-color: #f7f9f6;color: #000000;padding: 1px;border: 1px solid #cccccc;margin: 2px 0px;}
.button{ border: 1px solid #b5ad9b;	
	background-color: #f7f9f6;color: #000000;padding: 1px;border: 1px solid #cccccc;margin: 2px 0px 0px 0px;cursor: pointer;}
H1,#content h1 { font-size: 18px; padding: 0px;margin: 7px 0px 7px 0px;font-weight: normal;}
H2 {color: #000000;  padding: 0px;margin: 5px 0px 5px 0px;}
H3 { padding: 10px 0px;}
H5 {color: #000; font-weight: normal;}
#scroll_text h1.cat_title, h1.cat_title {  padding: 0px;margin: 7px 0px 7px 0px;}
#background_wrapper{margin: 0 auto;width: 100%;max-width: 1024pxpadding: 0px;position: relative;}
#content h1.maincat_title {  font-size: 33px;padding: 0px;margin: 0px;text-transform: capitalize;}
#gradient_wrapper.container{

}
#wrapper {
	width: 100%;
	max-width: 1024px;
	padding: 0 22px;	
}
#content {padding: 0px;margin: 0px;width: auto;}
#content.cat_content {padding: 0px;margin: 0px;width: 83%;max-width: 815px;float: left;}
#content.home_content{width: 100%;}
#content.static_content{margin-bottom: 50px;padding: 10px;width: 79%;float:left;}
#content.static_content a{text-decoration: underline}
#content.static_content h1{
	
	font-size: 16px;
}
#content.static_content h3{  margin-bottom: 5px; }
#content h1.titlecenter {display: inline; padding: 0;}
a.btn {border: 1px solid #ba9b6f;background-color: #f9f7ef; color: #000000;line-height: 12px;}
a.btn:hover {color: #000000;}
#content .homepagecontent {width: 574px;height: 250px;margin: 0px 0px;padding: 0px;}
#content .homepagecontent img {display: inline; padding-bottom: 20px;}
.parabtn a.btn{padding: 4px;clear: both;}
div.sitemapcolumn {overflow: hidden; width: 574px; margin-right: 5px; float: left;}
div.sitemapcolumn ul.category {width: 285px; float: left;}
div.sitemapcolumn ul.category li {padding: 8px 0 2px;}
div.sitemapcolumn ul.category li a {color: #000;  font-weight: bold;}
div.sitemapcolumn ul.category ul.subcategory {list-style-type: disc; list-style-position: inside; color: #FF0000; padding: 5px 0 2px;}
div.sitemapcolumn ul.category ul.subcategory li {padding: 2px 0 2px 7px;}
div.sitemapcolumn ul.category ul.subcategory li a {text-decoration: underline; font-weight: normal;}

/* HEADER */
#headerwrap {
	width: 100%;
	max-width: 1024px;
	padding: 20px 22px 0 22px;
	background-image: url('/images/vtc/header_bg.png');
}
#headerwrap #headerlogo_co { 
  padding: 0px;
  width: 600px;
  float: left;
  /* height: 155px; */
  height: 70px;
  cursor: pointer;
  padding-top: 25px;
 }
#headerwrap #headerlogo {
  padding: 0px;
  width: 600px;
  float: left;
  height: 70px;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
#headerwrap #headerlogo #cs_block{
	margin: 5px 0 9px 0;
}
#accountinfo {}
#accountinfo a { color: #0060E6;}
#headerwrap span#accountinfo {color: #00509a;float: left;text-align: center;width: 410px;height: 96px;margin: 0px;padding: 0px;font-size: 20px;font-weight: bold;}
#search_panel form input.search {
	font-size: 16px;
	line-height: 14px;
	vertical-align: top;
	color: #000000;
	font-family: 'Garamond Premiere Pro';
	border: 1px solid #000000;
	width: 245px;
	height:24px;
	margin: 0;
	padding: 4px 2px 2px 2px;
	border-radius: 5px;
	display: inline-block;
}
#headerwrap span#search_panel {
	color: #000000;
	margin: 0px;
	padding: 8px 0px 0px 0px;
	height: auto;
	width: auto;
	display: inline-block;
	float: right;
	clear: right;
}

#headerwrap span#search_panel #searchbox input:focus { border-color: #3b221a; }

#headerwrap span#search_panel #searchbox .search img { height: 24px;vertical-align: top;margin: 0; padding:0; }
#searchbox  #search_button{
	color: #ffffff;
	height: 24px;
	width: 24px;
	background-color: #690d0c;	
	line-height: 24px;
	vertical-align: middle;
	text-align: center;
	border-radius: 5px;
	font-size: 15px;
}

#headerwrap span#search_panel #searchbox{
/*
	background: url('/images/vtc/search_bg.gif') no-repeat 0px 2px;
	background-size: 180px 24px;
	float: right;
*/
}
#headerwrap span#search_panel a {
	color: #000000; 
	padding: 0px 5px 0px 0px; 
	font-weight: normal;
	margin: 0px;
	width: auto;
}
#headerwrap span#search_panel img {display: inline;padding: 0px;margin: 0px;}
#headerwrap span#shoppingcart {
  clear: right;
  float: right;
  width: 340px;
  color: #000; 
  margin: 0px 0px 0px 0px; 
  padding: 0px 0px 0px 0px;
  text-align: right;
  position: relative;
}
div.headerNav {
  color: #3b221a;
  font-family: 'Garamond Premiere Pro';
}
a.rednavitm { color: red; }
div.headerNav ul li { font-family: 'Garamond Premiere Pro'; color: #3b221a; } */
div.headerNav ul li.phone { font-size: 19px; }

ul.cartrow li a.cart_title { font-size: 19px; font-weight: normal; }

#headerwrap span#shoppingcart a {
	color: #000000; 
	padding: 0 5px; 
	display: inline-block;
}
#headerwrap span#shoppingcart a.btn {
	color: #000000; 
	padding: 5px; 
	margin: 0px 10px 0px 15px;
	border: 1px solid #b5ad9b;
}
#headerwrap span#shoppingcart #cart_contents{
	position: absolute;	
	width: 430px;
	right: 0px;
	top: 30px;
	z-index: 100;
	padding: 0px;
	overflow: hidden;
   -moz-transition: visibility .3s ease;
   -webkit-transition: visibility .3s ease;
   transition: visibility .3s ease;   

}
#headerwrap span#shoppingcart #cart_contents.opened{
	visibility: visible;
	z-index: 100;
}
#headerwrap span#shoppingcart #cart_contents.closed{
	visibility: hidden;
	z-index: 100;
}
#headerwrap span#shoppingcart #cart_contents #slide_container{
	height: 100%;
	border: 1px solid #ab8e75;
  border: 1px solid #ebece9;
	background-color: #f7f9f6;
	position: relative;
	z-index: 100;
	-webkit-transition:-webkit-transform .3s ease;
       -moz-transition:   -moz-transform .3s ease;
        -ms-transition:    -ms-transform .3s ease;
            transition:        transform .3s ease;
	
}
#headerwrap span#shoppingcart #cart_contents #slide_container.opened { 
    /* visible */
    -webkit-transform: translate(0, 0%);
       -moz-transform: translate(0, 0%);
        -ms-transform: translate(0, 0%);
            transform: translate(0, 0%);
}
#headerwrap span#shoppingcart #cart_contents #slide_container.closed { 
    /* completely offscreen */
    -webkit-transform: translate(0, -100%);
       -moz-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
            transform: translate(0, -100%);
}

#headerwrap span#shoppingcart #cart_contents a{
	
	padding: 0px;
	font-weight: normal;
}
#headerwrap span#shoppingcart #cart_contents .cartrow{
	padding: 5px 5px 0 5px;
	width: 330px;
}
#headerwrap span#shoppingcart #cart_contents .cartrow li {
    float: left;
	text-align: left;
	
}
#headerwrap span#shoppingcart #cart_contents .cartrow img{
	width: 65px;	
	line-height: auto;
}
#headerwrap span#shoppingcart #cart_contents .horz_divider {
/*
    background: transparent url("/images/vtc/faded_line.png") no-repeat scroll 0 0;
    clear: both;
    height: 7px;
    margin: 0 auto;
    padding: 0;
    width: 310px;
	background-size: 310px 7px;
*/
  background: none;
  clear: both;
  width: 340px;
  border-top: 3px solid #513026;
  margin-top: 10px;
  margin-bottom: 10px;
}
#headerwrap span#shoppingcart #cart_contents #cc_buttons{
	padding: 10px;	
}
#topnavleft {display: none;}
#topnavright {
  display:none;
  clear: both;
  float: right;
  width: 100%;
  height: 10px;
  /* background: url(/images/vtc/tagline.png) no-repeat right 5px; */
}

ul#topnav1 { overflow: hidden; margin: 0px auto 0px auto; width: 100%; padding: 0px; display: inline-block; width:100%; }
/* #topnav1 li {padding: 0px;height: 27px;text-align: center; margin: 0; background: url('/images/vtc/nav_bg.gif') repeat-x top center;} */
#topnav1 li { 
	padding: 0px; 
	width: auto;
	text-align: left;
	white-space: nowrap;
	margin: 0 3.3%; 
	color: #000000; 
}

#topnav1 li a:link, #topnav1 li a:active, #topnav1 li a:visited { 
	padding: 0px; 
	color: #000000; 
	font-family: 'Garamond Premiere Pro'; 
	font-size: 18px;
	
}
/* #topnav1 li a:hover { text-decoration: none;  } */
#topnav1 li a:hover { text-decoration: none; }
#topnav1 li.wide {width: 168px;}
#topnav1 li.last {margin: 0 0 0 2%;}
#topnav1 li.first {margin: 0 2% 0 0;}
#topnav1 li.divide { height: 27px; width: 15px;font-size: 16px; line-height: 14px; color: #fff; background: none; content: " | "; display: none; }

ul#topnav1 li.navitm + li.navitm:before { content: " | "; padding: 0 13px; }
ul#topnav1 li.navitm { margin-top: 12px; font-family: 'Garamond Premiere Pro'; color: #3b221a; }

#breadcrumb {
	padding: 0px;
	margin: 0 0 10px 0;
	float: left;
	font-size: 16px;
	width: auto;
}
#catbody #breadcrumb H1 {
  color: #444433;
  padding: 0px;
  
  margin: 0px;
  
  
  font-weight: bold;
  display: inline-block;
}
#breadcrumb a, #breadcrumb H1 a {
  font-size: 16px;
  color: #000000;
}
.redtxt{color:#bf0b2e;font-weight: bold;}
#topnav1 li .dropdown{
    background-color: #fcf9f3;
	border: 1px solid #e7e7e4;
    clear: both;
    margin: 0;
    padding-top: 5px;
    position: absolute;
    visibility: hidden;
    width: auto;
    z-index: 98;
}
#topnav1 li .dropdown li{
    float: left;
    padding: 2px 0px 0px 0px;
	margin: 0;
    text-align: left;
    width: auto;
	clear: both;
	height: auto;
}
#topnav1 li .dropdown li.last{
	height: 10px;	
}
#topnav1 li .dropdown li.subcat{
	margin-top: 4px;
	width: 175px;
}
#topnav1 li .dropdown li.subcat.header{
	text-transform: capitalize;
	font-size: 18px;
	margin: 0;
}
#topnav1 li .dropdown li.subsubcat{
	padding: 0px;
	width: auto;
	margin: 4px 0 0 0;
}
#topnav1 li .dropdown li.subsubcat a{
	color: #373331;
	font-size: 16px;
}
#topnav1 li .dropdown li.red a,#topnav1 li .dropdown li.red a{
	color: #930808;
}
#topnav1 li .dropdown li a:hover {text-decoration: none; }
#topnav1 li .dropdown .nav_block{
	float: left;
	border-right: 2px solid #ded7c7;
	padding: 0px 0px 0px 0px;
	margin: 10px 0 10px 20px;
	width: 200px;
}
#topnav1 li .dropdown .nav_block_nodivide{
	float: left;
	padding: 10px 20px 0px 0px;
	margin: 0px 0px 20px 20px;
	height: auto;
}
#topnav1 li .dropdown .nav_block li.subsubcat,#topnav1 li .dropdown .nav_block_nodivide li.subsubcat{
	padding: 2px 0px 2px 0px;
}

#topnav1 li #dropdown_107{
  width: 220px;
}
#topnav1 li #dropdown_107 .nav_block{
	
}
#topnav1 li #dropdown_100{
	height: 480px;/*this is so it sets a hieght for the dividing border to fill dynamically*/
}
#topnav1 li #dropdown_100 .nav_block{
	height: 93%;/*this is so it fills the hieght for the diviing border, but accounts for px margins*/
}
#topnav1 li #dropdown_108{
	margin-left: -165px;
}
#topnav1 li #dropdown_109{
	margin-left: -190px;
}
#topnav1 li #dropdown_101 {
  height: auto;
}
/* LEFT NAV */
#leftnavheader{width: 165px;margin: 20px 0px 0px 0;padding: 2px 0;text-align: center;font-weight: bold;color: #ffffff;}
#leftnavwrap {width: 17%;max-width: 165px;margin: 0;padding: 0px;}
#leftnavwrap #shopbybrand{width: auto;float: left;}
#leftnavwrap #shopbybrand h3 {color: #666666; margin: 8px 0 0 7px;}
#leftnavwrap #shopbybrand ul{}
#leftnavwrap #shopbybrand ul li {margin: 3px 0px 3px 0px;padding: 2px 0 3px 5px;}
#leftnavwrap #shopbybrand ul li.divideline {margin-top: 3px; padding-top: 3px; border-top: 1px solid #ba9b6f; width: 123px;}
#leftnavwrap #shopbybrand ul li.sub {margin-left: 10px;}
#leftnavwrap #shopbybrand ul li.first {margin: 3px 0px 3px 0px;padding: 2px 0 3px 5px;}
#leftnavwrap #shopbybrand ul li a {color: #000000;  text-decoration: none;}
#leftnavwrap #shopbybrand ul li a.cattitle {color: #000000; font-weight: bold; text-decoration: none;}
#leftnavwrap .advsearch {margin-top: 20px; width: 170px; }
#leftnavwrap #shopbybrand li{
	color: #000000;	
	padding: 2px 0px 0px 0px;
	width: auto;
	list-style-type: none;
	list-style: none;
}
#leftnavwrap #shopbybrand li.cat_active a{
		
}
#leftnavwrap #shopbybrand li.subcat{
	
}
#leftnavwrap #shopbybrand li.subcat.header{
	font-size: 18px;
	line-height: 18px;
	margin: 8px 0 0 0;
	font-family: 'Garamond Premiere Pro Semi Bold';	
}
#leftnavwrap #shopbybrand li.subcat.header.first{
	margin-top: 0px;
}
#leftnavwrap #shopbybrand li.subsubcat{
	padding: 0 0 0 4px;
	line-height: 18px;
}
#leftnavwrap #shopbybrand li.subcat a{
	
}
#leftnavwrap #shopbybrand li.subsubcat a{

}
#leftnavwrap #shopbybrand li.red a,#leftnavwrap #shopbybrand li.red a{
	color: #930808;
}
#leftnavwrap #shopbybrand li a:hover {text-decoration: none; }
/* RIGHT NAV */
#rightnavwrap {float: right; width: 125px;text-align: center;display: none;}
#rightnavwrap #rightnavcontent{width: 174px;border: 1px solid #9dc7d3;margin: 20px 10px 0px 0px;padding: 10px 7px 20px 7px;}
#rightnavwrap span#searchbox {color: #000000;font-weight: bold;height: 75px; margin: 0px;width: 200px;padding: 0px;}
#rightnavwrap span#searchbox a {color: #42ae28; text-decoration: none;}
#rightnavwrap span#searchbox img {display: inline;padding: 0px;margin: 0px;}
#rightnavwrap span#searchbox form a.search {display: none; color: #fff;float: right;margin: 3px 0px;padding: 0px;}
#rightnavwrap span#searchbox form button{ background: url('/images/vtc/bg_search.gif') repeat-x top left;color: #ffffff;padding: 1px;border: 1px solid #cccccc;}
#rightnavwrap span#searchbox form {margin: 5px 0px;padding: 0px;}
#rightnavwrap span#searchbox input {width: 150px;height: 21px;border: 1px solid #cccccc;margin: 5px 0px 0px 2px;background-color: #ffffff;}
#mailerbox{background-color: #ba9b6f;padding: 2px;}
#mailerbox form .button{ background: url('/images/vtc/bg_search.gif') repeat-x top left;color: #ffffff;margin: 2px 0px;padding: 1px;border: 1px solid #cccccc;}

/* FOOTER */
#footerleft {
	text-align: left;
	
	margin-bottom:20px;
}
#footerleft ul li{
	float: left;
    margin: 2px 0 0 0px;
    padding-right: 20px;
}
#footerright {
	text-align: right;
	margin-bottom:20px;
}
#footer .midsect{
  text-align:right;
}
#footer .midsect img{
	margin-right:8px;
}
div.hidefullsize { display:none; }
#footer {
	background: url('/images/vtc/footer_bg.png') no-repeat bottom left; 
	width: 100%;
	max-width: 1024px;
	padding: 0 22px;
	margin: 2px auto 30px auto;
}
#footer span{margin:10px 0px;padding: 2px;}
#footer #footerlinks li.foot_divide{height:18px;line-height:10px;color: #000000;}
#footer .copyright {font-style: italic; margin: 5px 0 0 0;text-align: center;}
#footer #footerlinks {
	height: auto;
	padding-bottom: 6px;
	margin: 30px 0 0 0;
}
#footer #footerlinks span {color: #000; }
#footer #footerlinks span a {color: #000;  text-decoration: none;}
#footer #footerlinks span.last {border: 0;}
#footer #footerlinks li {float: left;margin: 2px 0; }
#footer #footerlinks .dropdown{
    background-color: #f5f4ea;
    clear: both;
    margin: 0 0 0 15px;
    padding-top: 5px;
    position: absolute;
    visibility: hidden;
    width: auto;
    z-index: 98;
}
#footer #footerlinks #dropdown_ourcompany{
	margin-top: -145px;	
}
#footer #footerlinks #dropdown_cs{
	margin-top: -113px;	
}
#footer #footerlinks #dropdown_shipping{
	margin-top: -113px;	
}
#footer #footerlinks .dropdown li{
    background: none repeat scroll 0 0 #f5f4ea;
    float: left;
    
    padding: 2px 0px 0px 5px;
    text-align: left;
    width: auto;
	clear: both;
	height: auto;
}
#footer #footerlinks .dropdown li.subcat{
	line-height: 12px;
	margin-top: 10px;
}
#footer #footerlinks .dropdown li.subsubcat{
	padding: 2px 0px 2px 20px;
	line-height: 12px;
}
#footer #footerlinks .dropdown li.subsubsubcat{
	padding: 2px 0px 2px 30px;
	line-height: 12px;
}
#footer #footerlinks .dropdown .nav_block{
	float: left;
	background: #f5f4ea url('/images/vtc/nav_vert_divider.gif') no-repeat right 10px;
	padding: 10px 28px 0px 0px;
	margin-left: 20px;
	height: 310px;
}
#footer #footerlinks .dropdown .nav_block_nodivide{
	float: left;
	background-color: #f5f4ea;
	padding: 10px 20px 0px 0px;
	margin: 0px 0px 20px 20px;
	height: auto;
}
#footer #footerlinks .row .col-sm-12,#footer #footerlinks .row .col-sm-2,#footer #footerlinks .row .col-sm-3{
	padding: 0;	
}
div#footerlinks { text-align:left; }
div#footerlinks .header{font-family: 'Garamond Premiere Pro Semi Bold';text-transform:uppercase;padding: 0;}
/*div#footerlinks ul.list { width: 800px; }
div#footerlinks ul.list li { width: 180px; text-align: left; }*/
div#footerlinks ul.sublist { margin-top: 5px; font-variant: normal; }
div#footerlinks ul.sublist li { display: block; width: 165px; padding-bottom: 4px; }
#footer_phone{
  margin:0; padding:0;
  vertical-align: top; 
  float:left; width:340px;
}
#footer_phone span{
	vertical-align: middle;
	line-height: 30px;
	margin: 0;
	padding: 5px 0 0 0;
}
#footer_phone img{
	max-width: 35px;
	min-width: 35px;	
}
div.row div.emailSignupBx { 
	text-align: left; 
	color: #000000; 
	padding: 10px 15px; 
	display: inline-block; 
	width: 100%; 
	border: 1px solid #000000;
	border-radius: 8px;
	vertical-align: middle;
	background-color: #ffffff;
}
div.row div.emailSignupBx #footer_signup_button { 
	font-size: 12px;
	border: 1px solid #000000;
	border-radius: 5px;
	padding: 4px 20px 3px 20px;
	background-color: #ffffff;
	vertical-align: middle;
	float: right;
}
div.row div.emailSignupBx form { }
div.row div.emailSignupBx input.txtEmail { color: #000000; width: 70%;float: left; padding: 5px;border: none;margin: 0; }
div.row div.catalogSignupBx { 
	text-align: left; 
	color: #000000; 
	padding: 10px 15px; 
	display: inline-block; 
	width: 100%; 
	border: 1px solid #000000;
	border-radius: 8px;
	vertical-align: middle;
	background-color: #ffffff;
}
div.row div.catalogSignupBx #footer_catalog_button { 
	font-size: 12px;
	border: 1px solid #000000;
	border-radius: 5px;
	padding: 4px 20px 3px 20px;
	background-color: #ffffff;
	vertical-align: middle;
	float: right;
}
div.row div.catalogSignupBx form { }
div.row div.catalogSignupBx input.txtCatalog { color: #000000; width: 70%;float: left; padding: 5px;border: none;margin: 0; }
div.topspace10 { margin: 10px 0 0 0;padding: 10px 0 0 0;border-top: 2px solid #690d0c; }
div.rightNote { vertical-align: top;padding-right: 0px; }
#footer h2{
	font-size: 18px;
	font-family: 'Garamond Premiere Pro Semi Bold';
	text-align: left;
}
/* CATEGORY */

#catbody div.categoryHeader { width:50%; float:left; display:inline-block;}
#catbody div.categoryHeader h1 { font-size: 24px; margin: 5px 0; }
#catbody div.cat_title{
	float: left;
	width: 100%;
	text-align: left;
}
@media (max-width: 768px){
	#catbody div.cat_title{
		display: none;
	}
}
#catbody h1 { }
#catbody p {margin: -1px 0 0 0; overflow: hidden;}
#catbody .proddesc a {
  color: #463726; 
  text-decoration: none;
  
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
}
#catbody p.prices {margin: 5px 0px 8px 0px;color: #bf0b2e;font-weight: bold;}
#catbody p.prices .yourprice {color: #000000;}
#catbody p.prices .red {color: #bf0b2e;}
#catbody p.clearance {margin: 5px 0px 8px 0px;color: #bf0b2e;font-weight: bold;}
#catbody p.clearance .yourprice {color: #bf0b2e;}
.prod_pages{
	color: #2d2c28;	
	font-size: 18px;
}
.prod_pages a{
	color: #2d2c28;	
}
/* PRODUCT */
#p1Header {
    clear: both;
    font-size: 1.3em;
    overflow: hidden;
    padding: 3px;
}
#p1Header .ItemNo {
    width: 100px;
}
#p1Header div {
 
    float: left;
}
#p1Header .ProductName {
    width: 150px;
}

#p1Header .Price {
    text-align: center;
    width: 80px;
}
#p1Header .Quantity {
    text-align: center;
    width: 80px;
}
.p1Items {
    font-size: 1.2em;
    height: 55px;
    overflow: hidden;
    padding: 2px 3px;
}
.p1Items .ItemNo {
    width: 100px;
}
.p1Items div {

    float: left;
    padding-top: 6px;
}
.p1Items .Img {
    padding-top: 2px;
    width: 55px;
}

.p1Items .Desc {
    text-transform: capitalize;
    width: 415px;
}

.p1Items .Price {
    text-align: center;
    width: 80px;
}

.p1Items .Quantity {
    text-align: center;
    width: 80px;
}

.p1Items .BtnAdd {
    padding-top: 3px;
    text-align: center;
    width: 140px;
}


#catbody{width: 100%;}
#catbody.topcatbody{
	/*width: calc(100% + 35px);*/
	overflow: hidden;	
}
#content.cat_content #drawer1{
	width: 50%;
	display: inline-block;	
	float: left;
	padding: 0 5px 0 0;
	margin: 15px 0;
}
#content.cat_content #drawer2{
	width: 50%;	
	display: inline-block;
	float: left;
	padding: 0 0 0 5px;
	margin: 15px 0;
}
#content.cat_content #drawer1 img,#content.cat_content #drawer2 img{
	width: 100%;	
}
#content.cat_content .swBanner{
	width: 96%;	
}
#catbody .topcat{
	float: left;
	width: 16.5%;
	height: 190px;
	box-sizing: border-box;
	padding: 0;	
	margin: 0 0 15px 0;
	cursor: pointer;
}
#catbody .topcat.first{

}
#catbody .topcat .tc_content{
	width: 100%;
	max-width: 106px;
	/* background-color: #cccccc; */
	min-height: 140px;
	display: inline-block;
}
#catbody .topcat .tc_content img{
	width: 100%;
	max-width: 106px;
}
#catbody .topcat .tc_title{
	text-align: center;
	width: 106px;
	margin: 15px 0 0 0;
	display: inline-block;
}
#catbody p img {float: right; height: 160px;}
#catbody #catproddisplay {
	overflow: visible;
	margin: 0px 0 5px 0;
	width: 100%;
}
#catbody div.categoryHeader {
  text-align: left;
}
#catbody #catproddisplay .catimage {
	float: left; 
	margin: 0px; 
	clear: both;
}
#catbody #catproddisplay ul.subcatdir {float: left; margin-top: 10px;}
#catbody #catproddisplay ul.subcatdir li {padding: 4px 0 5px 0;}
#catbody #catproddisplay ul.subcatdir li a {color: #1144dd;}
#catbody #catproddisplay .per_row_6 {
	width: 130px;
	height: 195px;
}
#catbody #catproddisplay .per_row_6 .prodimage{
	width: 130px;
	height: 165px;
	overflow: hidden;
}
#catbody #catproddisplay .per_row_5 {
	width: 155px;
	height: 235px;
}
#catbody #catproddisplay .per_row_5 .prodimage{
	width: 155px;
	height: 200px;
	overflow: hidden;
}
#catbody #catproddisplay .per_row_5 .prodinfo{
	width: 150px;
}


#catbody #catproddisplay .per_row_6 .prodinfo{
	width: 130px;
}
#catbody #catproddisplay .prod_per_row_5 {
	width: 160px;
}
#catbody #catproddisplay .prod_per_row_5 .prodimage{
	width: 160px;
	overflow: hidden;
	height: 210px;
}
#catbody #catproddisplay .prod_per_row_5 .prodimage img{
	/*height: 200px;*/
}
#catbody #catproddisplay .prod_per_row_5.tall .prodimage{
	width: 155px;
	height: 285px;
	overflow: hidden;
}
#catbody #catproddisplay .prod_per_row_5.tall .prodimage img{
	/*height: 285px;*/
}
#catbody #catproddisplay .prod_per_row_5.compromise .prodimage{
	width: 160px;
	height: 210px;
	overflow: hidden;
}
#catbody #catproddisplay .prod_per_row_5.egreet .prodimage{
	width: 155px;
	height: 239px;
	overflow: hidden;
}
#catbody #catproddisplay .prod_per_row_4 {
	width: 24.5%;
	margin: 0 .5% 0 0;
}
#catbody #catproddisplay .prod_per_row_4 .prodimage{
	width: 100%;
	overflow: hidden;
	height: auto;
}
#catbody #catproddisplay .prod_per_row_4 .prodimage img.itemimg{
	width: 100%;
	max-width: 200px;
	height: auto;
	max-height: 232px;
}
#catbody #catproddisplay .prod_per_row_4.tall .prodimage{
	width: 200px;
	height: 359px;
	overflow: hidden;
}
#catbody #catproddisplay .prod_per_row_4.tall .prodimage img.itemimg{
	width: 200px;
	height: auto;
}
#catbody #catproddisplay .prod_per_row_4.compromise .prodimage{
	width: 200px;
	height: 259px;
	overflow: hidden;
}
#catbody #catproddisplay .prod_per_row_4.egreet .prodimage{
	width: 155px;
	height: 239px;
	overflow: hidden;
}
#catbody #catproddisplay .per_row_egreeting {
	width: 155px;
	height: 235px;
}
#catbody #catproddisplay .per_row_egreeting .prodimage{
	width: 155px;
	height: 200px;
	overflow: hidden;
}
#catbody #catproddisplay .per_row_egreeting .prodinfo{
	width: 150px;
}
#catbody #catproddisplay .per_row_egreeting .subcat_title{
	width: 155px;
}

#catbody #catproddisplay .proddisplay {
	float: left;
}
#catbody #catproddisplay .prodimage span img {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-moz-transition: opacity .3s ease-in-out;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	width: 100%;
	max-width: 200px;
	max-height: 232px;
}
@media (min-width: 767px){
	#catbody #catproddisplay .prodimage:hover span img {
		opacity: 1;
	}
}
#catbody #catproddisplay .subcat_title{
	
	font-weight: bold;
	font-variant: small-caps;
	
	margin-top: 15px;
	float: left;
}
#catbody #catproddisplay .prodinfo {
	width: 100%;
	margin: 5px auto;
	text-align: center;
	padding: 5px 0 0 0;
	font-weight: bold;
	overflow: hidden;
	float: none;
	height: 70px;
}
#catbody #catproddisplay .prodimage {
	text-align: center; 
	padding-top: 0px;
	margin: 0px;
	cursor: pointer;
	width: auto;
}
#catbody #catproddisplay .prodimage img{
	margin-left: 0px;
}
#wrapper .proddisplay .prodimage {
	text-align: center; 
	padding-top: 10px;
	margin: 0 auto;
	cursor: pointer;
}
#wrapper .proddisplay .prodimage_hover {
	text-align: center; 
	padding-top: 0px;
	margin: 0px;
	z-index: 100;
	cursor: pointer;
	visibility: hidden;
}
#wrapper .proddisplay .prodimage_hover img{overflow: hidden;}
#wrapper .proddisplay .prodimage img{overflow: hidden;}
#wrapper .proddisplay .prodinfo {text-align: center; padding: 0px;margin: 0 auto;}
.stepcarousel .belt .proddisplay{
	width: 240px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.stepcarousel .belt .proddisplay .prodimage {
	width: 230px; 
	text-align: center; 
	height: 150px;
	padding-top: 10px;
	margin: 0 auto;
	background: url('/images/vtc/theme_bg.png') no-repeat 2px 0px;
	position: relative;
	cursor: pointer;
}
.stepcarousel .belt .proddisplay .prodimage_hover {
	width: 230px; 
	text-align: center; 
	height: 150px;
	padding-top: 0px;
	margin: 0px;
	position: absolute;
	z-index: 100;
	cursor: pointer;
	visibility: hidden;
}
.relatedprod{width: 120px;}
.relatedprod .prodimage{float: left;width: 120px;}
.relatedprod .prodimage img{border: 1px solid #e1e1e1;}
.relatedprod .prodinfo{float: left;width: 120px;}
.relatedprod .prodinfo p.proddesc a{}
.relatedprod span.yourprice{}
.relatedprod .prodinfo p{padding: 0px;margin: 0px;}
.proddisplay .prodinfo p.proddesc {padding: 0;}
.proddisplay .prodinfo p.proddesc a{color: #bf0b2e; text-decoration: underline;font-weight: bold;}
.proddisplay .prodinfo p.prodsku { color: #666;}
.proddisplay .prodinfo p {margin: 4px 0;}
#catbody #catproddisplay .proddisplay .prodinfo a.btn {display: none;}
#catbody #catproddisplay .proddisplay .prodinfo a.btn:hover {color: #0aa8d2;}
#proddesc H2 { font-weight: normal; color: #000; padding-left: 0;}
span.wasprice {color: #000000;}
.proddisplay .prices span.yourprice {color: #666666; font-weight: bold; margin-left: 4px !important;}
#proddesc p.prices .yourprice{}
#proddesc p.prices .wasprice{font-style: italic;}
#proddesc p.prices .red{color: #b93830;}

.clearance span.wasprice {color: #000000;}
.proddisplay .clearance span.yourprice {color: #BF0B2E;}
#proddesc p.clearance .red{color: #BF0B2E;}
#proddesc p.clearance .yourprice{color: #BF0B2E;}


#proddesc h1{margin: 0px 0px 0px 0px;font-size: 33px;font-weight: normal;text-transform:none;}
#proddesc h2{margin: 0px 0px 0px 0px;}
#content #proddesc .tab_title.active {
	color: #464646;
}
#content #proddesc .tab_title {
	font-family: 'Garamond Premiere Pro Semi Bold';	
	font-size: 18px;
	line-height: 18px;
	background-color: #e0dfda;
	width: 100%;
	text-transform: uppercase;
	padding: 15px;
	cursor: pointer;
	border-radius: 5px;
	margin: 0 0 15px 0;
}
#content #proddesc .tab_title .arrow-down, #content #proddesc .tab_title .arrow-right{
	line-height: 18px;
	vertical-align: middle;
	margin: -5px 0 0 0;
	width: 12px;
}
#content #proddesc .tab_text {
	display: none;
	padding: 0;
	margin: 0 0 15px 0;
}

#chooseoptions{ float: left;width: 250px;}
#chooseoptions .frmSmallStyle{margin: 0;}
#chooseoptions .frmSmallStyle .frmrow #PriceDisplay{float: left;padding-top: 3px;}
#chooseoptions .frmSmallStyle .frmrow{float: left;width: auto;clear: none;}
.color_option_txt, .color_option{
	width: 41px;
	height: 41px;
	display: inline-block;
	border: 1px solid #ffffff;	
	border-radius: 41px;
}
.color_option_txt span{
	width: 33px;
	height: 33px;
	display: inline-block;
	line-height: 36px;
	vertical-align: middle;
	text-align: center;
	margin: 3px;
	border-radius: 33px;
}
.color_option_txt.active span{

}
.color_option_txt.active, .color_option.active{
	border: 1px solid #000000;	
	border-radius: 41px;
	
}
#chooseoptions .frmrow select {
	margin: 2px;
	padding: 5px 8px;
	width: auto;
	min-width: 100px;
	font-size: 18px;
	font-family: 'Garamond Premiere Pro Semi Bold';
	border: 1px solid #000000;
	border-radius: 5px;
}
#proddesc #btnaddtocart{
	background-color: #690d0c;
	color: #ffffff;	
	border: 1px solid #690d0c;
	border-radius: 5px;
	padding: 10px 25px;
	margin: 0 0 10px 0;
	display: inline-block;
}
#content #prod_banner{width:100%;max-width: 980px;margin: 0 auto 10px auto;}
#content #prod_banner img{width:100%;}
#content #prodthumbs{display: inline-block;width:100%;margin: 0;overflow: hidden;text-align: left;}
#content #prodthumbs #Alt_Default{
	width: calc(100% + 15px);
}
#content #prodimage {margin: 0px 0px; padding: 0;width:40%;float: left;}
#content #prodimage #ProductZoom{width:100%;max-width: 384px;margin: 0 auto;}
#content #prodimage #Alt_Default img {
	width: 64px;
	margin: 0 15px 8px 0;
}
#content #prodimage #sc2 #zoomimage img {max-height: 500px; max-width: 500px;}
#content #prodimage .prod_img_tall{
	height: 700px;
	overflow: hidden;
}
#content #prodimage .prod_img_cards{ 
	width: 100%;
	max-width: 384px;
	margin: 0 auto;
 }
#content #prodimage .prod_img_cards img#sc2 { max-width: 245px; height: auto; margin-left: -5px; }
#content #prodimage .prod_img_normal{
	height: 500px;
	overflow: hidden;
}
#content #prodimage #prodarrowleft{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	z-index: 20;
	cursor: pointer;
}
#content #prodimage #prodarrowright{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
	z-index: 20;
	cursor: pointer;
}
#content #prodimage #prodarrowleft .arrow-left{
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #000000;
}
#content #prodimage #prodarrowright .arrow-right{
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #000000;
}
#content #proddesc {
	padding: 0; 
	background: #fff; 
	width: 54%;
	margin: 0 0 0 6%; 
	height: auto;
	color: #000;
	position: relative;
	float: right;
}
#content #proddesc p {}
#content #proddesc p.prices {display: inline-block;font-size: 33px;}
#content #proddesc #surcharge{float: left;margin: 7px 0;color: #930808;line-height: 24px;vertical-align: middle;}
#content #proddesc label, #content #proddesc h2 {color: #000;}
#content #proddesc #prodhead {
	clear: both; 
	overflow: hidden; 
	float: left; 
	width: 100%; 
	margin: 0px;
}
#content #proddesc #prodhead h1 {
	color: #431e16; 
	line-height: 18px;
}
#content #proddesc #coloroptions .swatch{
	margin-right: 5px;
}
#content #proddesc #prod_sku {
	display: inline-block;
	color: #000000;
	margin: 0 15px 0 0;
	font-size: 33px;
	line-height: 33px;
}
#content #proddesc img#prodrisk {float: left; width: 160px;}
#content .multichart {clear: both; overflow: hidden; width: 574px;}
#content .multichart ul#chartlabel {clear: both; overflow: hidden; width: 574px;}
#content .multichart ul#chartlabel li {float: left; width: 112px; padding: 8px 0; margin: 1px; background-color: #0068ae; font-weight: bold; color: #fff; text-align: center;}
#content .multichart ul#deliverychart {clear: both; overflow: hidden; width: 574px;}
#content .multichart ul#deliverychart li {float: left; width: 112px;  padding: 10px 0 9px; margin: 1px; background-color: #cc0000; font-weight: bold; color: #fff; text-align: center;}
#content .multichart ul#deliverychart li.tworows {padding: 2px 0;}
#content .multichart ul.chartrow {clear: both; overflow: hidden; width: 574px;}
#content .multichart ul.chartrow li {float: left; width: 112px; padding: 8px 0; margin: 1px; background-color: #e0e0e0; font-weight: bold; text-align: center;}
#content .multichart ul.chartrow li.saveprice {color: #1177c3;}
#content .multichart ul.chartrow li.totalprice {color: #fe0302;}
#content .multichart ul.chartrow li.btn {padding: 6px 0 7px;}
#content .multichart ul.chartrow li.btn a.btn {border: 1px solid #013b6a; background: url('/images/vtc/bg_button.gif') repeat-x top left;  color: #fff;}
.parabtn {margin-left: 0px;padding: 0px;}
#content #prod_extra_info{width: 574px; border-top: 1px solid #ccc; float: left; clear: both; margin: 12px 0 0;}
#content #prod_extra_info ul{list-style-type: disc;margin-left: 50px;}
#content #prodimage #extra_images{margin-top: 20px;}
#content #prodimage #extra_images img{cursor: pointer;float: left;margin: 2px;border: 1px solid #cccccc;}
#content #proddesc #social_bar {
	margin-top: 5px;
	position: absolute;
	bottom: 5px;

	left: 15px;
	height: 20px;
}
#content #proddesc #long_desc_wrap {
	margin: 0px 0px 30px 0px;
}
#content #proddesc #long_desc_wrap .bullet_list{
	list-style-type: disc;
	margin: 10px 20px;
}
#content #proddesc #long_desc_wrap .bullet_list li{
	margin: 5px 0;
}

#veil {
    background: #666666 none repeat scroll 0 0;
    display: none;
}
#item_added{
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	/*background: url('/images/vtc/bg_itemadded.jpg') no-repeat center center;*/
	background-color: #fcf7f1;
	border: 2px solid #988066;
	-webkit-box-shadow: 0px 0px 15px 5px rgba(102,102,102,1);
	-moz-box-shadow: 0px 0px 15px 5px rgba(102,102,102,1);
	box-shadow: 0px 0px 15px 5px rgba(102,102,102,1);
	max-width: 600px;
	height: auto;
	width: 100%;	
	display: none;
	text-align: center;
	z-index: 51;
}
#item_added .item_content_img{
	text-align:left;
	float:left;
	height: 140px;
	margin-right:5px;
	margin-left:20px;
	overflow: hidden;	
}
#item_added .item_content_data{
	float: left;
	text-align: left;
	width:220px;	
}
#item_added .item_content_cart{
	float: left;	
}
#item_added .contshop{
	margin: 5px 30px 5px 57px;
	display: inline-block;
	color:#000;
	float:left;	
}
#item_added .iacheckout{
	float:right;
	margin: 0 55px 8px 0;
	cursor: pointer;
	display: inline-block;	
}
#adding_item{
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
	max-width: 600px;
	height: 285px;
	font-size: 16px;
	vertical-align: center;
	line-height: 285px;
	/*background: url('/images/vtc/bg_itemadded.jpg') no-repeat;*/
	background-color: #fcf7f1;
	border: 2px solid #988066;
	text-align: center;
	display: none;
	-webkit-box-shadow: 0px 0px 15px 5px rgba(102,102,102,1);
	-moz-box-shadow: 0px 0px 15px 5px rgba(102,102,102,1);
	box-shadow: 0px 0px 15px 5px rgba(102,102,102,1);
	z-index: 51;
}
#item_added #itemadded_close{
	position: absolute;
	top: -10px;
	right: -10px;
	width: 20px;
	height: 20px;
	line-height: 16px;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	border: 2px solid #ab8e75;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	cursor: pointer;
	background-color: #f7f9f6;
	overflow: hidden;
}
#item_added #item_header{	
	text-align: left;
	padding: 5px;
	
}
#item_added #item_content{
	padding: 0px 5px 0px 5px;
	margin: 0px;
	width: auto;
	display: inline-block;
  width: 90%;
}
#item_added #item_content div{
	margin: 0 5px 5px 0;
	max-width: 300px;
}
#item_added #item_buttons{
	padding: 0px;
	text-align: center;
	margin: 5px 0;
	margin-top: 10px;
	width: 100%;
	clear: both;
}
#item_added #prodimg{
	width: 110px;	
}
/* CART */
#content #frmcart {clear: both;margin: 15px 0 0 0; ;}
#content #cartbody { margin: 0px;}
#content #cartbody h1.cartheader { font-size: 30px; font-variant: small-caps; margin: 10px 0 0 0; color: #5d4e49; font-weight: bold; }


#cartlabel {color: #444433;width: 100%;}
.cartrow { padding-top: 7px;width: 100%;}
.cartrow input{width: auto;max-width:100%;}
.cartrow li a { font-weight: bold;}
#cart_body_footer {margin: 7px 0px; padding-bottom: 15px;width: 100%;}
.cartsubtotal {text-align: right;font-weight: normal;padding: 0px 5px 0px 0px;margin: 0px;width: auto;display: inline-block;}
.cartsubtotal span{
	display: inline-block;
	margin: 5px 0;
	clear: both;
	float: right;
}
.cartsubtotal span input{
	padding: 2px;
}
#updateqtybtn {float: none;}
#cartlabel li.xlargetxt{width: 395px;}
#cartlabel li.largetxt{width: 115px;}
#cartlabel li.smalltxt{width: 60px;}
#cartlabel li{width: 50px;}
.cartrow li.xlargetxt{width: 395px;}
.cartrow li.largetxt{width: 115px;}
.cartrow li.smalltxt{width: 60px;text-align: left;}
.cartrow li{width: 50px;}
#cartlabel li {
    font-weight: bold;
    padding-bottom: 0px;
    text-align: left;
    width: 130px;
}
.cartrow img {
    display: inline;
	width: 110px;
}

#ship_est{
  text-align: left;
  border: 2px solid #bcb0ab;
  background-color: #f8f8f0;
  padding: 10px 10px 10px 30px;
}
#ship_est h1 { color: #513026; font-size: 22px; }
/* CHECKOUT */
#dvCheckout {background-color: none; padding: 0px;margin: 0 auto;}
#dvCheckout div, #dvCheckout form {
	
}

div.orderReviewSection { color: #000; font-family: 'Garamond Premiere Pro'; font-weight: normal; color: #000; }


#dvCheckout #checkoutcerts H3,
#dvCheckout H3 {
  background-image: url('/images/vtc/checkout-header-bkg.png');
  background-color: #e9eae7;

  background: url('/images/vtc/checkout-header-bkg.png') no-repeat center center fixed;
  webkit-background-size: cover;
  moz-background-size: cover;
  o-background-size: cover;
  background-size: cover;
  
  color: #000;
	padding: 4px 10px;
	font-weight: normal;
	font-variant: small-caps;
}
#dvCheckout .frmrow select#bcountry, #dvCheckout .frmrow select#p_bstate_list { width: 240px; }
#dvCheckout input.largetxt { width: 240px; }
#dvCheckout #shipinfo .frmrow input.largetxt { width: 240px; }
#dvCheckout #shipinfo .frmrow select.largetxt { width: 240px; }
#dvCheckout .frmCheckoutStyle .frmrow input { margin-top: -4px; border: 2px solid red; }

/* #dvCheckout  #billinfo {width: auto;float:none; height: auto; border: 1px solid #ba9b6f; background-color: #f9f7ef;margin: 5px 5px 10px 5px;} */
/* #dvCheckout  #shipinfo {width: auto;float:none; height: auto; border: 1px solid #ba9b6f; background-color: #f9f7ef;margin: 5px 0px 10px 5px;} */

div.checkout-right div#cart_contents div.horz_divider { background: none; width: 100%; }
div.checkout-right div#cart_contents div.horz_divider2 { background: none; width: 95%; border-top: 2px solid #513026; margin: 0 auto; }
#dvCheckout #checkoutheader #shipinfo { width: 453px; }
#dvCheckout #billinfo {width: 453px; float:none; height: auto; border: 3px solid #e9eae7; background-color: #f7f9f6; margin: 5px 5px 10px 5px;}
#dvCheckout #checkoutcerts { width: 453px; float: none; height: auto; border: 3px solid #e9eae7; background-color: #f9f7ef; margin: 5px 0px 10px 5px;}
#dvCheckout #shipinfo { width: 453px; float:none; height: auto; border: 3px solid #e9eae7; background-color: #f7f9f6; margin: 5px 0px 10px 5px;}
#dvCheckout #checkoutaccount input, #dvCheckout #checkoutcomments input, #dvCheckout #shipinfo input, 
#dvCheckout #billinfo input, #dvCheckout #checkoutship input, #dvCheckout #checkoutpayment div.frmCheckoutStyle input,
#dvCheckout #checkoutcerts .frmrow input { background-color: #fff; border: 1px solid #bdbeba; height: 28px; padding-left: 5px; }
#dvCheckout #shipinfo select, #dvCheckout #billinfo select, #dvCheckout #checkoutpayment div.frmCheckoutStyle select { background-color: #fff; border: 1px solid #bdbeba; height: 28px; }

#dvCheckout #checkoutcerts .frmrow input { width: 140px; }

#dvCheckout #checkoutship #shipmethod_display input { background-color: #fff; border: 1px solid #bdbeba; height: 28px; }
#dvCheckout #checkoutaccount div.frmrow label { text-transform: none; }
#dvCheckout #checkoutcerts .frmrow label { color: #000; font-weight: bold; margin-top: 5px; text-transform: none; }
#dvCheckout #shipinfo div.frmCheckoutStyle label { color: #000; font-weight: bold; margin-top: 0px; text-transform: none; }
#dvCheckout #billinfo div.frmCheckoutStyle label { color: #000; font-weight: bold; margin-top: 5px; text-transform: none; }
#dvCheckout #checkoutpayment div.frmCheckoutStyle label { width: 150px; color: #000; font-weight: bold; margin-top: 5px; text-transform: none; }

#dvCheckout .checkoutcontent div#checkoutcerts div.frmCheckoutStyle { background-color: #f7f9f6; }

#dvCheckout #checkoutcomments div.frmrow label { color: #000; font-weight: bold; margin-top: 5px; text-transform: none; }

#dvCheckout #shipmethod_display ul li div { padding:0; margin-left: 0px; margin-top: 12px; width: 95%; float: right;}
#dvCheckout #shipmethod_display ul li { margin:0; padding:0; height: 30px; }

#dvCheckout #checkoutregister {border: 1px solid #ba9b6f; }
#dvCheckout #checkoutaccount { border: 3px solid #e9eae7; width: 453px; float:none;background-color: #f7f9f6; margin: 5px 0px 10px 5px; }

#dvCheckout #checkoutcomments { border: 3px solid #e9eae7; width: 453px; float:none; background-color: #f7f9f6; margin: 5px 0px 10px 5px; }
#dvCheckout #checkoutcoupon {border: 1px solid #ba9b6f; background-color: #f7f9f6; width: 831px;margin: 0px 4px 4px 4px;}
#dvCheckout #checkoutproduct .headerlabel { margin-top: 10px; }
#dvCheckout #checkoutproduct .headerlabel li { color: #000; font-weight: bold; }
#dvCheckout #checkoutproduct .headerlabel li, #dvCheckout #checkoutproduct .productrow li { margin-left: 5px; }

#dvCheckout #checkoutproduct { border: 3px solid #e8e9e6; margin-top: 0px; background-color: #f7f9f6; }
#dvCheckout #giftcert {border: 1px solid #233b47;}

#dvCheckout #checkoutship { border: 3px solid #e9eae7; width: 453px; float:none; background-color: #f7f9f6; margin: 5px 0px 10px 5px; }
#dvCheckout #checkoutship #shipmethod_display ul { margin-left: 10px; }
#dvCheckout #checkoutpayment { border: 3px solid #e9eae7; width: 453px; float:none; background-color: #f7f9f6;margin: 5px 0px 10px 5px;}

#dvCheckout #checkoutpayment .error {
    color: #c72361;
	
	padding: 3%;
	width: 94%;
	text-align: center;
}

#dvCheckout #checkoutpayment .frmCheckoutStyle .paymenttype {clear: both; overflow: hidden; float: left; font-weight: bold;margin-right: 100px;float: right;}
#dvCheckout #checkoutpayment.frmCheckoutStyle .paymenttype input {margin-right: 6px;}
#dvCheckout #checkoutpayment .frmCheckoutStyle .ppimage {width: 24px; font-weight: normal;}
#dvCheckout #checkoutpayment .frmCheckoutStyle .ppimage input {margin-right: 0;}
#dvCheckout #checkoutpayment .frmCheckoutStyle .paylpalimage {float: left; margin-top: 10px;}
#dvCheckout #checkoutpayment .frmCheckoutStyle .paylpalimage a {}
#checkoutproduct .headerlabel li.largefield {width: 419px;}
#checkoutproduct .productrow li.largefield {width: 419px;}
#checkoutproduct #totalslabel { color: #000; font-weight: bold; }
#displayinfo #billinfo { display: inline-block; width: 453px; background-color: #f7f9f6; border: 3px solid #e8e9e6;margin: 10px 5px 10px 5px; }
#displayinfo #shipinfo { display: inline-block; width: 453px; background-color: #f7f9f6; border: 3px solid #e8e9e6;margin: 10px 0px 10px 5px; float: right; }
#checkoutproduct .headerlabel{}
#checkoutproduct .productrow{color: #373331;}
.checkout_title{
	color: #2c0d0a;
  color: #513026;
	font-size: 18px;
	display: block;
	clear: both;
  margin: 10px 0 20px 0;
  font-weight: bold;
}
.checkout_title a{
  color: #0c8712;
  font-weight: normal;
}
.frmCheckoutStyle div.frmrow label {
    color: #81623c;
  color: #000;
  font-weight: bold;
    padding: 5px 10px 0 0;
    width: 140px;
	text-transform: uppercase;
}
#dvCheckout .checkout_step_button{
	float: right;
	clear: both;
	padding: 5px;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #c69c6c;
	border: none;
	
	cursor: pointer;
}
#dvCheckout .checkout_order_button{
	padding: 5px;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #8f1a10;
	border: none;
	
	width: 99%;
}
.frmrow {
    clear: both;
    width: auto;
}
.frmrow input[type=text]{
	height: 18px;
}
.frmrow input.largetxt {
    width: 282px;
}
.frmrow .greencheck{
	color: #007a00;
	font-size: 18px;
}
.frmrow em{
	color: #ff0000;	
}

.frmrow select.largetxt {
    width: 285px;
}

/*  ?????????  */

#dvCheckout .checkout-right .horz_divider { 
  background: none;
  clear: both;
  width: 340px;
  border-top: 3px solid #513026;
  margin-top: 10px;
  margin-bottom: 10p;
}

#dvCheckout .horz_divider {
  /* background: transparent url("/images/vtc/faded_line.png") no-repeat scroll 0 0; */
  background: none;
  border-top: 2px solid #513026;
    clear: both;
    height: 18px;
  /* margin: 10px auto 5px; */
  margin: 8px 0;
padding-right:38px;
margin-right:38px;
width:453px;float:right;
}


#dvCheckout #cart_contents{
	background-color: #f7f9f6;
	width: 440px;
	border: 1px solid #ba9b6f;
}
#dvCheckout #cart_contents a{
	
	padding: 0px;
	font-weight: normal;
}
#dvCheckout #cart_contents .cartrow{
	padding: 5px 5px 0 5px;
}
#dvCheckout #cart_contents .cartrow li {
    float: left;
	text-align: left;
	
	
}
#dvCheckout #cart_contents .cartrow img{
	width: 65px;	
	line-height: auto;
}
#dvCheckout #cart_contents .horz_divider {
  /* background: transparent url("/images/vtc/faded_line.png") no-repeat scroll 0 0; */
    clear: both;
    height: 7px;
    margin: 0 auto;
    padding: 0;
    width: 310px;
	background-size: 310px 7px;
}
/* MY ACCOUNT */
#myaccount h3 {padding: 10px 0 0 25px;}
#myaccount h5 {padding-left: 25px;}

/* wishlist */
.horz_divider_wishlist{
	clear: both;
	background: transparent url("/images/vtc/faded_line.png") no-repeat 0px 0px;
	background-size: 700px;
	height: 7px;
	margin: 0px auto;
	padding: 0px;
	width: 700px;
}
.horz_divider_sendlist{
	clear: both;
	background: transparent url("/images/vtc/faded_line.png") no-repeat 0px 0px;
	background-size: 270px;
	height: 7px;
	margin: 0px auto;
	padding: 0px;
	width: 270px;
}
#wishlist {float: left; width: 100%; padding: 0px;}
#wishlist h1 {display: block;}
#wishlistbox {float: left; width: 715px; margin-bottom: 10px;}
#wishlistheader {width: 100%; overflow: hidden;}
#wishlistheader li {float: left; width: 60px; text-align: center; padding: 2px 0 2px 0;}
#wishlistheader .largeli {width: 265px; text-align: left;}
#wishlistheader .medli {width: 165px; text-align: left; }
#wishlistheader .sixty { width: 60px; text-align: center; }
#wishlistheader .alnright { text-align: right; }
#wishlistheader .prodli { width:190px; }
.wishlistgroup {float: left; width: 100%; overflow: hidden;}
.wishlistimage {float: left; padding: 5px 0px; text-align: center; width: 165px; vertical-align: top; }
.wishlistimage img { max-width: 160px;}
.wishlistdesc {float: left; padding: 5px 0px; width: 535px;}
.wishlistrow {overflow: hidden; clear: both;}
.wishlistrow li { float: left; width: 60px; text-align: center; padding-top: 3px; }
.wishlistrow .largeli {width: 265px; text-align: left; }
.wishlistrow .medli {  width: 165px; text-align: left; }
.wishlistrow .sixty {  width: 60px; text-align: center; }
.wishlistrow .eighty { width: 85px; text-align: left; }
.wishlistrow .alnright { text-align: right; }
.wishlistrow .prodli { width:190px; }
#wishbuttons { float: right; padding: 5px;margin-right: 10px;}
/* #sendlist {float: left; width: 270px; margin-left: 10px;} */
#sendlist {float: left; width: 240px; margin-left: 7px;background-color: #f9f7ef;}
#sendlist H3 {padding: 2px 0 2px 8px; margin: 0;}
#emptycart {text-align: center; width: 700px; height: 150px; padding-top: 70px; }
#wishlistbox {background-color: #f9f7ef;}
#sendlist H3 {}
/*order history*/
.order_row{
	float: left;
	background-color: #f5f4ea;
	width: 100%;
	padding: 5px;
}
#frmSearch {height: 0; }

#search_form #suggest_box{
  position: absolute;
  width: 280px;
  top: 55px;
  right: 5px;
  height: auto;
  display: none;
  background: none repeat scroll 0 0 #f7f9f6; /* ab8e75 */
  border: 1px solid #513026;
  z-index: 999;
  padding: 0px;
  margin: 0px 0px 0px 0px;
  text-align: left;
  color: #442c1f;
  text-transform:capitalize;
}
#search_form_mobile #suggest_box_mobile{
  position: absolute;
  width: 260px;
  top: 25px;
  left: 50%;
  transform: translate(-50%,0);
  height: auto;
  display: none;
  background: none repeat scroll 0 0 #f7f9f6; /* ab8e75 */
  border: 1px solid #513026;
  z-index: 999;
  padding: 0px;
  margin: 0px 0px 0px 0px;
  text-align: left;
  color: #442c1f;
  text-transform:capitalize;
}
#search_form #suggest_box .suggest_row, #search_form_mobile #suggest_box_mobile .suggest_row{
  clear: both;
  cursor: pointer;
  border-bottom: 1px solid #dfe0da;
  vertical-align: top;
}

#search_form #suggest_box #suggest_terms .suggest_row, #search_form_mobile #suggest_box_mobile #suggest_terms .suggest_row{
  padding: 5px;
}
#search_form #suggest_box #suggest_items .suggest_row, #search_form_mobile #suggest_box_mobile #suggest_items .suggest_row{
  padding: 16px 5px;
    line-height: 18px;
}
#search_form #suggest_box #suggest_items .suggest_row .red, #search_form_mobile #suggest_box_mobile #suggest_items .suggest_row .red{
  color: #ff0000;
}
#search_form #suggest_box #suggest_items .suggest_row .wasprice, #search_form_mobile #suggest_box_mobile #suggest_items .suggest_row .wasprice{
  font-style: italic;
}
#search_form #suggest_box .suggest_row:hover, #search_form_mobile #suggest_box_mobile .suggest_row:hover{
  background-color: #f6efdd;

}
#search_form #suggest_box .suggest_row .suggest_row_img, #search_form_mobile #suggest_box_mobile .suggest_row .suggest_row_img{
  float: left;
  width: 25%;
  height: auto;
  box-sizing: border-box;
  line-height: 0;
  vertical-align: top;
}
#search_form #suggest_box .suggest_row .suggest_row_img img, #search_form_mobile #suggest_box_mobile .suggest_row .suggest_row_img img{
 	vertical-align: top;
}
#search_form #suggest_box .suggest_row .suggest_row_link, #search_form_mobile #suggest_box_mobile .suggest_row .suggest_row_link{
  float: left;
  width: 75%;
  padding: 0 0 0 5px;
  box-sizing:border-box;
}
#search_form #suggest_box .suggest_row .suggest_price, #search_form_mobile #suggest_box_mobile .suggest_row .suggest_price{
	font-weight: bold;
	font-size: 16px;
}
#search_form #suggest_box a, #search_form_mobile #suggest_box_mobile a{
  color: #009DBF;
}
#search_form #suggest_box #suggest_items, #search_form_mobile #suggest_box_mobile #suggest_items{
  float: left;
  width: 100%;
}

#search_form #suggest_box #suggest_terms, #search_form_mobile #suggest_box_mobile #suggest_terms{
  float: left;
  clear: left;
  width: 100%;
  padding: 10px 0;
  background-color: #e4e3df;
}
#search_form #suggest_box .suggest_header, #search_form_mobile #suggest_box_mobile .suggest_header{
  padding: 5px;
  background-color: #e4e3df;
  font-weight: bold;
}
 
div.headerNav { margin-top: 5px; }
div.headerNav ul { display:inline; font-size:11pt; margin-top: 10px; }
div.headerNav ul li { display: inline; margin: 0; padding: 0; text-decoration: none; }
div.headerNav ul li a { text-decoration: none; color: #5c5656; }
div.headerNav ul li.leftside { margin-left: 5px; margin-right: 350px; }
div.headerNav ul li.leftside a { color: #7d0e25; font-weight: bold; }
div.static_content ul { 
  margin-left: 15px;
  padding-left: 15px;
}
div.noresults h1 a { color: #836146; }
div.noresults h1 a:hover { text-decoration: underline; }
div#printlogo { display: none; }
div#checkout-other { display: inline-block; float: right; width: auto; }
div#checkout-other a {display: inline-block; padding: 0; color: #fff; }
span#stock_blurb { color:#467c11; font-weight:bold; display:inline-block;}
div#sortby div.filterOpt { width: auto; margin: 5px 0 5px 10px; padding: 2px; text-align:right; float: right; }
div#sortby div.filterOpt a {  font-weight: normal; color: #362f2d; }
div#sortby div.filterOpt div.filterOptPopup {  position:absolute; width: 145px; border:1px solid #816446; background-color:#f2ecd9; padding:5px; z-index:999; opacity:0.9; filter:alpha(opacity=90); margin-left: -3px; }
div#sortby div.filterOpt div.filterOptPopup p {  text-align: left; float: left; width: 100%; font-weight: normal; }
div#sortby div.filterOpt div.sortFilterOptPopup { width: 100px; margin-left: -30px; }
div#pricing_inside p { text-align: left; float: left; width: 100%; font-weight: normal; }
div#sortby_inside  { position:absolute; border:1px solid #816446; background-color:#f2ecd9; padding:5px; z-index:999; opacity:0.9; filter:alpha(opacity=90); margin-left: -3px }
div#pricing_inside { position:absolute; border:1px solid #816446; background-color:#f2ecd9; padding:5px; z-index:999; opacity:0.9; filter:alpha(opacity=90); margin-left: -3px; width: 105px; }
#slider.vtc{width:100%!important;}
#slider-ext{position: relative;}
.jcarousel-wrapper {position: relative;padding:0 26px;}
.jcarousel-wrapper .col-xs-10{position: relative;}
#GalleryFeatured{padding:0;}
/** Carousel **/
.jcarousel {position: relative; overflow: hidden;width: 100%;}
.jcarousel ul { width: 20000em;position: relative;list-style: none;margin: 0;padding: 0;}
.jcarousel li {float: left;position:relative;}
.jcarousel li a.hover{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;display:none;}
.jcarousel li:hover a.hover{display:block;}
.jcarousel img {display: block;max-width: 100%;height: auto !important;}

/** Carousel Controls **/
.jcarousel-control-prev,
.jcarousel-control-next {position: absolute; top: 50%;margin-top: -21px;width:26px;height:42px;}
.jcarousel-control-prev {left: 0;background:url(http://vtc.bi1tspyakbh4frq6pd1dkakl9n7hjflhje.netdna-cdn.com/images/vtc/btn_left.png) no-repeat 0 0;}
.jcarousel-control-next {left: auto;right:0;background:url(http://vtc.bi1tspyakbh4frq6pd1dkakl9n7hjflhje.netdna-cdn.com/images/vtc/btn_right.png) no-repeat 0 0;}
.left-column{float: left;margin-right: 50px;}
.catalog_div{margin: 0 15px 0 15px;padding: 5px;float: left;text-align: center;font-size: 16px;}
.catalog_div_form{float: left;}
.cart-bottom-left{float: left;text-align: center;width:390px;}
.cart-bottom-shipping{width: 575px; min-width: 533px; float: right;text-align: right;}
.cartrow .largetxt.label-img,#cartlabel .largetxt.label-img{width:115px;}
.cartrow .largetxt.label-sku,#cartlabel .largetxt.label-sku{width: 190px; font-size: 16px; }
.cartrow .largetxt.label-gift,#cartlabel .largetxt.label-gift{text-align: center;width: 90px;}
.cartrow .largetxt.label-move,#cartlabel .largetxt.label-move{width: 150px;}
.cartrow .largetxt.label-spacer,#cartlabel .largetxt.label-spacer { width: 50px; }
.cartrow .smalltxt.label-remove,#cartlabel .smalltxt.label-remove{width: 135px; width: 185; }
.cartrow .smalltxt.label-price,#cartlabel .smalltxt.label-price{width:60px;}
.cartrow .smalltxt.label-qty,#cartlabel .smalltxt.label-qty{width:60px;}
.cartrow .smalltxt.label-update,#cartlabel .smalltxt.label-update{width: 50px;}
.cartrow .smalltxt.label-total,#cartlabel .smalltxt.label-total{text-align: right;width: 110px;}
.cartrow .combine,#cartlabel .combine{float:left;}
.check_all{display:inline-block;margin-left:320px;text-align:center;}
.check_giftwrap_note {display:inline-block;margin-left:200px;text-align:center;}
.cartrow .notice{color: #ff0000;margin-top: 10px;}
.shipping_note{margin: 5px 0 0 0;font-size:11px;clear:both;}
.shipping_left{float: left;width:310px;}
.shipping_right{float: right;text-align: right;font-size:22px;}
.shipping_column{float: left;}

div.coCartLnk a { text-decoration: underline; }
div.coCartLnk a:hover { text-decoration: none; }

#myaccount .frmSmallStyle.frmSmallStyleLeft{margin: 10px 10px 0px 0px; padding-top: 25px; float: left; width: 436px;}
#myaccount .frmSmallStyle.frmSmallStyleRight{float: left;margin: 10px 0px 0px 0px;width: 436px;text-align: center;}
#myaccount .col-or{float: left;margin: 10px 0px 0px 0px;width: 100px;text-align: center;padding-top: 50px;}
#myaccount .frmSmallStyle.frmSmallStyleLeft .frmrow{width: 310px;float: left;}
.checkout-left{float: left;width: 496px;}
.checkout-right{float: right;width: 446px;margin-left: 38px;}
.checkout-bottom{float: right;margin: 0 0 0 30px;padding-top: 75px;text-align: center;width: 466px;}
.frmNote{margin-left: 150px;color:#373331;padding:0 20px 0 0;}
.frmrow.input-right{text-align:left;margin:0 0 0 150px;padding:0;}
#dvCheckout #checkoutheader{float:none;width: auto;}
.our_guarantee{clear: both;margin: 50px 48px;text-align: center;}
#leftside{float: left;width: 100%;}
.view_larger{text-align: left;margin-top: 10px;width: 100%;font-weight: bold;}
.help-phone{width:230px;float:right;}
#long_desc{line-height:1.35;height: 125px;width: 425px;overflow-y: scroll;}
#dropship_blurb{line-height:1.35;color: #7d0e25;margin:10px 0;font-size:12px;display:none;}
.prod_pages{
float:right;
margin:0 10px 0 0;

}
.prod_pages #page_links{
	display: inline-block;
}
.mobile-categories{display:none;}
#sortby{
	vertical-align:top;
	width:auto;
	float:left;
	margin:0 10px 15px 0;
}
.mobile-div-inner form{display:block;}
.mobile-div-inner form .search{float:right;line-height:32px;}
.mobile-div-inner form input{float:left;width:100%;background:none;-ms-box-sizing: border-box; /* ie8 */
    -khtml-box-sizing: border-box; /* konqueror */
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    box-sizing: border-box;color:#fff;border:none;line-height:30px;text-indent:5px;}
.mobile-div-inner form .input-wrapper{margin:0 31px 14px 0;height:33px;border-bottom:1px solid #fff;}
.mobile-div-inner .mobile-menu{clear:both;}
#custom_form{float: right;width: 150px;}
#contactform textarea{width:100%;max-width:550px;}
.checkout-right .cartrow.headings .col1{width: 70px;}
.checkout-right .cartrow.headings .col2{width: 220px; }
.checkout-right .cartrow.headings .col3{width: 60px;text-align: right;}
.checkout-right .cartrow.headings .col4{width: 74px;text-align: right;}
.checkout-right .cartrow .col1{width: 70px;}
.checkout-right .cartrow .col2{width: 220px;line-height: 16px;vertical-align: top;}
.checkout-right .cartrow .col3{width: 60px;text-align: right;}
.checkout-right .cartrow .col4{width: 74px;text-align: right;}
.checkout-right .cartrow .col5{width: 360px;}


div#scroll_wrapper img.swBanner { margin-bottom: 16px; }

div#signupform { display: inline-block;margin: 15px auto 0 auto }
div.footerBlog { display:inline-block; vertical-align:bottom; padding-top:5px; float:right; }

div.footerBtmRight { display: inline-block; width: 475px;  }

div.no-rt-margin { margin-right: 0px; }
div.no-rt-padding { padding-right: 0px; }


div#popvideo video#productMovie { max-width: 100%; height: auto; }
div#popvideo { text-align: center; margin: 0 auto; }

div#topnavright_co { background-color: #e4e5e1; height: 12px; width: 100%; }

div#checkoutbuttons a#continueshop { color: #000; font-size: 16px; font-weight: normal; }
div#checkoutbuttons a#continueshop:hover {  }
