/* ============ Start of style_imagehover.css ============ */
/*
Image Handler 4 v4.3.2
*/
#trailimageid {
  position: absolute;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 220px;
  height: 0px;
  z-index: 1000;
}

#trailimageid div {
  padding: 5px;
  background-color: #FFF;
  border: 1px solid #888;
  text-align: center;
}

#trailimageid h1 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 2px 0px;
  text-align: left;
  width: 100%;
}

#trailimageid img {
  margin: 2px;
  border: none;
}

/* ============ End of style_imagehover.css ============ */

/* ============ Start of stylesheet.css ============ */
/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license https://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5952 2007-03-03 06:18:46Z drbyte $
 */

body {
	margin: 0;
	font-family: arial, sans-serif;
	font-size: 72.5%;
	color: #444;
	background: #f5f6f6;
	}
img {
	max-width: 100%;
	height: auto;
	width:auto;
}
a img {border: none; }

a:link, #navEZPagesTOC ul li a, .link {
	color: #0264ac;
	text-decoration: none;
	}
 
a:visited, .link:visited {
	color: #0264ac;
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover, #navMain ul li span:hover, .link:hover {
	color: #0478cc;
	}

a:active {
	color: #0478cc;
	}

h1 {
	font-size: 1.4em;
	font-weight:normal;
	}

h2 {
	font-size: 1.3em;
	font-weight:normal;
	}

h3 {
	font-size: 1.2em;
	font-weight:normal;
	}
#navSuppWrapper  h2, #navColumnOneWrapper h3, #contentMainWrapper .centerColumn h1, h2.centerBoxHeading{
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	color:#1a5478;
	font-weight:bold;
	}
.larger, LABEL{
	font-size: 1.1em;
	}
.sideBoxContent{
	font-size:12px;
	}
	h4, h5, h6, LEGEND{
	font-size: 1.3em;
	font-weight:normal;
	}
h4.optionName{
	font-size: 1em;
	}
.biggerText {
	font-size: 1.1em;
	line-height:1.8em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 0;
	}

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.3em;
	}
SELECT {padding:0.2em;}
#contactUsForm input[type="text"], #contactUsForm input[type="password"],#loginDefault input[type="text"], #loginDefault input[type="password"] {
    padding:5px;
	width:40%;
	max-width:200px;
	border:1px solid #ccc;
}
#loginDefault SELECT {
	max-width:212px;
	padding:5px;
}
TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	}

input[type=text],input[type=password], textarea, select {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  border: 1px solid #DDDDDD;
}
 
input[type=text]:focus, input[type=password]:focus,textarea:focus {
  box-shadow: 0 0 5px rgba(178, 178, 178, 1);
  padding: 3px 0px 3px 3px;
  border: 1px solid rgba(178, 178, 178, 1);
}
#navMainSearch input:focus {
	   -webkit-box-shadow:inset 0px 0px 0px 0px transparent;
    -moz-box-shadow:inset 0px 0px 0px 0px transparent;
    box-shadow:inset 0px 0px 0px 0px transparent;	
	}
FIELDSET {
    background: none repeat scroll 0 0 #F7F7F7;
    border: 1px solid #ddd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    margin: 1.5em 0;
    padding: 0.5em 0.5em 1.2em 1.2em;
}
#shoppingCartDefault FIELDSET {
    background: none repeat scroll 0 0 #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
	border-left: none;
	border-right: none;
    margin: 1.5em 0;
    padding: 0.5em 0.5em 1.2em 1.2em;
	border-radius: 0px;
	}
LEGEND {
	font-weight: bold;
	padding: 0.3em;
	color: black;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}
h4.optionName,#attribsOptionsText, #Mobtoplinkswrapper {display:none;}
LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}
a.listingBuyNowButton, .listingBuyNowButton {
	width:auto;
	float:right;
	display:none;
	}
#logo {
    background:url("https://images.staticjw.com/vvs/2993/logo.png") no-repeat scroll left center transparent;
    display:block;
	width:320px;
    height:100%;
    text-indent:-9999px;	
}
LABEL.inputLabel {
	width: 9em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 14em;
	float: left;
	padding-left: 2.5em;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
	width: 11em;
	float: left;
	}

#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
	}

P, ADDRESS {
	padding: 0.5em;
	}
P {
	line-height:1.8em;
	}
ADDRESS {
	font-style: normal;
	}
#manufacturers {
    background: none repeat scroll 0 0 #a6d5ec;
        -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    padding: 0 0 10px 10px;
}
#manufacturers select {
	padding:3px;
	border: 1px solid #72b7d8;
}
.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px dashed #dddddd;
	}
hr.footerhr {
	height: 1px;
	margin:2em 0;
	border: none;
	border-bottom: 1px solid #dddddd;
	}
/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #9a9a9a;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}
.prod_cont {
	float:left;
	}
/*wrappers - page or section containers*/
div#navMainSearch div#Content.sideBoxContent {padding:0;}
#ezPagesHeading {
    margin-bottom: 10px;
}
#mainWrapper {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    background: none repeat scroll 0 0 #FFFFFF;
    height: 100%;
    margin: 0 auto;
    padding: 20px 20px 25px 20px;
    text-align: left;
    vertical-align: top;
	overflow:hidden;
    width: 100%;
	max-width: 1140px;
    min-width: 755px;
	box-shadow: 6px 0 4px -4px #ccc , -6px 0 4px -4px #ccc;   
	-moz-box-shadow: 6px 0 4px -4px #ccc, -6px 0 4px -4px #ccc;   
	-webkit-box-shadow: 6px 0 4px -4px #ccc, -6px 0 4px -4px #ccc; 	
}
#headerWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#headerWrapper {
	position:relative;
    margin: auto auto 20px auto;
	float:left;
	width:100%;
}
#topholder {
    margin: auto;
    overflow: hidden;
    width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#logoWrapper {
    background-color: #FFFFFF;
    height: 80px;
    margin: 0 auto;
    position: relative;
    z-index: 1000;
}
.test_content{margin:10px 0;}
.scroller_anchor{height:0px; margin:0; padding:0;}
.scroller {
    background: none repeat scroll 0 0 #FFFFFF;
    float: right;
    height: 46px;
    text-align: right;
    width: 650px;
    z-index: 999;
	margin:0;
	padding:3px 0px 0 5px;
    max-width: 1088px;
    min-width: auto;
    position: relative;	
}
#floater {

    padding-top: 18px;
    width:100%;
}
#navColumnOneWrapper, #navColumnTwoWrapper{
	margin: auto;
	} 

#navColumnOneWrapper, #navColumnTwoWrapper {
    float: left;
}

#navMain {
    line-height: 3em;
    position: absolute;
    width: auto;
}
#tagline {
    color: #000000;
    float: right;
    font-size: 2em;
    text-align: center;
    vertical-align: middle;
}
#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	}

#categoriesContent {
	line-height:2em;
	color:#777;	
	}

#navSuppinner {
    background: none repeat scroll 0 0 #f1f1f1;
    border: 1px solid #DDDDDD;
        -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -khtml-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    margin: 10px auto auto auto;
    padding: 2em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#footertext {
    background: none repeat scroll 0 0 #f9f9f9;
    border: 1px solid #DDDDDD;
        -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    margin: 20px auto auto auto;

    padding: 2em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float:left;
}
#navMainWrapper, #navCatTabsWrapper {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    border: 1px solid #03437f;
    color: #fff;
    float: right;
    font-weight: bold;
    height: 46px;
        -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
	padding-right:12px;
background: #1b6589; /* Old browsers */
background: -moz-linear-gradient(top,  #1b6589 27%, #0b3351 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(27%,#1b6589), color-stop(100%,#0b3351)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1b6589 27%,#0b3351 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1b6589 27%,#0b3351 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1b6589 27%,#0b3351 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1b6589 27%,#0b3351 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b6589', endColorstr='#0b3351',GradientType=0 ); /* IE6-9 */
}
#statement {
    float: left;
    font-weight: normal;
    line-height: 21px;
   padding-right: 40px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    width: 65%;
}

#upp {
    background: url("https://images.staticjw.com/vvs/1062/upimage.png") no-repeat scroll right bottom transparent;
    bottom: 10px;
    cursor: pointer;
    display: none;
    height: 69px;
    position: fixed;
    right: 10px;
    text-align: center;
    width: 73px;
}
.refleft {
    padding-top:10px;
    width: 35%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#bannerSix {
	padding:0 0px 0px 30px;
	    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#bannerFive{
	padding:0 30px 0px 30px;
	    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#bannerThree {
    float: right;
    text-align: left;
    width: 100%;
	padding-top:10px;
}
.refright {
    padding: 0 40px;
    width: 45%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
blockquote.style1 {
    background: url("https://images.staticjw.com/vvs/2304/startquote.png") no-repeat scroll left top transparent;
    font-size: 1em;
    font-style: italic;
    font-weight: normal;
    line-height: 21px;
    margin: 5px;
    padding: 10px;
}
  blockquote.style1 div {
     display: block;
     background: url("https://images.staticjw.com/vvs/5579/endquote.png") no-repeat scroll bottom right transparent;
   }
#refwrapper {
    margin: auto;
    padding: 20px 0;
}
#customerref {
    background: url("") repeat-x scroll left bottom #F5F5F5;
    border-top: 1px solid #DDDDDD;
    display: inline-block;
    height: 150px;
    margin: 4em auto auto;
    width: 100%;
}
#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}
#navMain ul, #navSupp ul, #navCatTabs ul, div.droptop {
    font-size: 1.2em;
    list-style-type: none;
    text-align: left;
    text-transform: uppercase;
}

#navMain ul li, #navSupp ul li, #navCatTabs ul li, .white_tabs_middle a {
	display: inline;
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a, div.droptop, #navMain ul li span {
	text-decoration: none;
	padding:1px 10px 0;
	margin: 0;
	color: #FFF;
	white-space: nowrap;
	font-family: 'Open Sans', sans-serif;
	display:inline-block;
	font-size:12px;
	font-weight:bold;
	}
#topphone {
    float: left;
    left: 350px;
    position: absolute;
    top: 31px;
    z-index: 1000;
}

.phonetext {
    float: left;
    font-size: 20px;
	padding-left:10px;
}
.phoneicon {
    float: left;
}
#navMain ul li a:hover,
#navCatTabs ul li a:hover, .tabs_middle a:hover, div.droptop:hover, #navMain ul li span:hover {
    background: #15456a;
	display:inline-block;
	color:#fff;
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #9a9a9a;
	}

#navEZPagesTOC ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
	}

#navEZPagesTOC ul li {
	white-space: nowrap;
	}

#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
	}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
	}

#navMainSearch {
    float: right;
    width: 33%;
	margin-right:15px;
}
.legalCopyright {color:#888888;padding-top:10px;}
.legalCopyright a{text-decoration:underline;color:#666666;}
.searchbox {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #ddd;
        -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    color: #bbb;
    font-size: 14px;
    padding: 6px 6px 7px 6px;
    width: 160px;
}
#navBreadCrumb {
    float: left;
    font-size: 1em;
    font-weight: bold;
	margin-bottom:20px;
}
#crumbsstart li a{
	margin-top:-5px;
	font-weight:normal;
	}
#crumbsstart a {
    background: none repeat scroll 0 0 #F3F3F3;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    color: #666666;
    float: left;
    padding: 4px 6px;
    position: relative;
    text-decoration: none;
    z-index: 1;
}
#crumbsstart a:hover{
	background: #dedede;
	color:#333;
	}

ul#crumbsstart {
    list-style: none outside none;
    width: auto;
}
#crumbsstart{
	overflow: hidden;
	}
#crumbsstart li {
    float: left;
    font-weight: normal;
    margin: 5px 10px 0 0;
}

#navCatTabsWrapper2 a.category-top {margin:0px;}
.navEZPagesTop {
    float: left;
    font-weight: normal;
    line-height: 42px;
    margin: 0;
    padding: 0;
}
#navCatTabsWrapper2 {
    float: left;
    font-weight: normal;
    line-height: 42px;
    margin: 0;
}
.navEZPagesTop ul li {
    display: inline;
}
#navColumnOne, #navColumnTwo {
	background-color: transparent;
	}
.navSplitPagesLinks a {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #CCCCCC;
    color: #333333;
    display: inline;
    padding: 5px 8px;
	margin-left:2px;
}
.navSplitPagesLinks a:hover {
    background: none repeat scroll 0 0 #eee;
}
.navSplitPagesLinks strong.current {
    background: none repeat scroll 0 0 #dddddd;
    border: 1px solid #555555;
    color: #333333;
    display: inline;
    padding: 5px 8px;
	margin-left:2px;
}
/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}
.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
#bannerOne {
    float: right;
    padding: 0;
	width:34%;
}
#bannerOne img{

	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

#prodinfo input[type="text"] {
    float: left;
    font-size: 18px;
    height: 29px;
    margin: 0 10px 0 0;
    text-align: center;
    width: 30px;
}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	padding: 1em;
	}
.tableHeading TH {
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
}
#scUnitHeading, #scTotalHeading {
    text-align: right;
}
#scProductsHeading {text-align:left;}
.tableHeading, #cartSubTotal {
	 }

#cartSubTotal {
    border-top: 1px solid #CCCCCC;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 2.2em;
    text-align: right;
}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding: 0.5em 0em;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	color: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #660099;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}
.homeicon {
    float: left;
    height: 32px;
    padding-left: 12px;
    padding-top: 12px;
    width: 35px;
}
div.navEZPagesTop ul a.homeicon{
    background:none;
	padding: 10px 0 0 10px;
}
#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}
.normalprice {color:#999999;}
.productSpecialPrice, .productSalePrice, .productSpecialPriceSale {
	font-weight:bold;
	}
.productPriceDiscount {
	font-size:11px;
	color:#999999;
	}
.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	list-style-type: none;
	}
a.listingBuyNowButton img {width:65%;}

#productsListingBottomNumber, #productsListingTopNumber, #productsListingListingBottomLinks, #productsListingListingTopLinks, #allProductsListingTopNumber, #allProductsListingTopLinks, #allProductsListingBottomNumber, #allProductsListingBottomLinks, #newProductsDefaultListingTopNumber,
#newProductsDefaultListingTopLinks, #newProductsDefaultListingBottomNumber, #newProductsDefaultListingBottomLinks, #featuredProductsListingTopNumber, #featuredProductsListingTopLinks, #featuredProductsListingBottomNumber, #featuredProductsListingBottomLinks, #specialsListingTopNumber, #specialsListingTopLinks, #specialsListingBottomNumber, #specialsListingBottomLinks {
	padding:8px 0px;
	}
#cartContentsDisplay {
	margin-top:20px;
	}
.totalamount {
    font-size: 1.2em;
    font-weight: bold;
}

.totalcart {
    font-size: 1.2em;
    line-height: 30px;
}
#toplinkswrapper {
background: #555555; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU1NTU1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzMzMzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #555555 0%, #333333 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(100%,#333333)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #555555 0%,#333333 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #555555 0%,#333333 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #555555 0%,#333333 100%); /* IE10+ */
background: linear-gradient(to bottom,  #555555 0%,#333333 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#333333',GradientType=0 ); /* IE6-8 */

    height: 40px;
    position: fixed;
    width: 100%;
    z-index: 100;
}
#toplinks {

	color: #f5f5f5;
	line-height:40px;
}

.customerbuttons {
    border-left: 1px solid #555555;
    border-right: 1px solid #555555;
    display: inline-block;
    height: 39px;
    padding: 0 15px;
}
.customerbuttonsleft {
	border-left: 1px solid #555555;
    display: block;
    float: left;
    height: 39px;
    padding: 0 15px;
}
.topcartcontent {
    float: left;
    line-height: 40px;
}
#toplinks a{
	color: #f5f5f5;
}
#ottotal {font-size:17px;}
div#ottotal div.totalBox {width:4.2em;}
#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

#cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight: bold;
	}

.totalBox {
	width: 6.5em;
	text-align: right;
	padding: 0.2em;
	}
#topsearch_header {
	background:url("https://images.staticjw.com/vvs/3837/forstoringsglas.png") no-repeat scroll left center #FFFFFF;
    color: #CCCCCC;
    font-size: 14px;
    margin: 0;
    padding-left: 37px;
    padding-right: 13px;
	width:70%;
	border:none;
}

.navmainsearch {width:84%;}
.navmainsearch input {margin:0px;}
.navmainsearch input[type="text"] {
    border-color: #DDDDDD -moz-use-text-color #DDDDDD #DDDDDD;
        -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -khtml-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    border-style: solid none solid solid;
    border-width: 1px medium 1px 1px;
    margin: 0;
    padding-left: 11px;
	height:34px;
	width:100%;
	color:#777777;
	font-size:15px;
}

#navMainSearch input[type="image"] {
    left: 9px;
    position: absolute;
    top: 9px;
}
.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}
div#otshipping div.totalBox {

	line-height:30px;
	}
.amount {
	width: 5.5em;
	}
#productMainImage {
	width:100%;
	}
/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	width:50px;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}
.addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300m {
    padding: 0;
    width: 3.5em;
	 width: 3.2em\9;
}
.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

.centerBoxWrapper {
	height: 1%;
	margin: 4em 0 0 0;
	}


h2.centerBoxHeading {
    background: none repeat scroll 0 0 white;
    border: medium none;
    bottom: 0;
    color: #555555;
    display: inline-block;
    float: left;
    font-size: 1.2em;
    left: 0;
    margin: 0;
    padding: 0 15px;
    position: absolute;
    width: auto;
	font-weight:normal;
}
h2.centerBoxHeading a {color: #1a5478;}
.centerBoxHeading{

    left: 0;
    position: relative;
    width: 99%;
}
.newprodimage {
    display: table-cell;
    height: 150px;
    overflow: hidden;
    vertical-align: middle;
	width:1%;
}
/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a, h3.rightBoxHeading, h3.rightBoxHeading a {
    text-align: left;
	color:#1a5478;
}
#featured.leftBoxContainer div.sideBoxContent {
    background: none repeat scroll 0 0 #F5F5F5;
                -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    padding: 15px;
}
#featured.leftBoxContainer div.sideBoxContent div.sideBoxContentItem {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    margin-bottom: 10px;
    text-align: center;
}
#featured.leftBoxContainer div.sideBoxContent div.sideBoxContentItem a {
	
	}


.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
    font-size: 1.3em;
    font-weight: bold;
    margin: 0;
    padding: 0 0 0.8em;
}

.leftBoxContainer, .rightBoxContainer {
	margin: 0 0 2.5em 0;
	}


.sideBoxContent a, .category-links a{
	color:#333333;
	}
.sideBoxContent {
	padding-left:5px;
	}
#siteinfoLegal a{
	color:#999999;
	}
.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #333333;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne,  #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

#bestsellers .wrapper {
	margin: 0em 0em 0em 0.4em;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading, #bannerbox2Heading, #navMobSearch {
	display:none;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

.itemPrice {
    font-size: 15px;
    font-weight: bold;
    margin-top: 5px;
    text-align: center;
}
.optionName {min-width:80px;}
#productAttributes {padding:10px 0px;}

#phone {
	padding-left:30px;
	}
.itemTitle {
    color: #000000;
    font-size: 1.2em;
    font-weight: normal;
    height: 45px;
    text-align: left;
    text-transform: none;
}
.itemTitle a{
	color:#000000;
	}
/* categories box parent and child categories */
#navCatTabsWrapper2 a.category-top {
	font-size:12px;
	color:#444;
}
A.category-top, A.category-top:visited, .category-top{
    color: #333;
    margin: 0 0 4px;
    text-decoration: none;
}
A.category-links, A.category-links:visited, .category-links {
	color: #333;
	text-decoration: none;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #777;
	text-decoration: none;
	}
SPAN.category-subs-parent {
	font-weight:bold;
	color:#555;
	}
SPAN.category-subs-selected {
	font-weight:bold;
	color:#555;
	}
.categoryListBoxContents div.prodbg a {
    border: 1px solid #DDDDDD;
    color: #444444;
    display: block;
    height: auto;
    margin: 5px;
    min-height: 108px;
    padding: 5px;
}

.catimage {
    display: block;
    min-height: 60px;
}
.categoryListBoxContents div.prodbg{
    height: auto;
	padding:0;
}
/* end categories box links */
#cartcount {
    background: none repeat scroll 0 0 #FDAA28;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    float: right;
    font-size: 0.9em;
    height: 20px;
    line-height: 18px;
    position: relative;
    right: -5px;
    text-align: center;
    top: -10px;
    width: 20px;
}
/*misc*/
.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {

	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	height: 1.5em;
	vertical-align: top;
	}
.rowEven td {
	border-bottom:1px solid #cccccc;
	}
.rowOdd td {
	border-bottom:1px solid #cccccc;
	}
#carttotals {
    float: right;
    width: 63%%;
}
#cartinfo {
    float: left;
    width: 37%;
}

#cartwrapper {
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
    height: 120px;
    padding: 10px;
}
.hiddenField, #clicktocall {
	display: none;
}
.visibleField {
	display: inline;
}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

.singleHright {
    float: right;
    font-size: 1px;
    height: 0;
    left: -10px;
    padding-right: 10px;
    position: relative;
    top: -25px;
}
.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background:#f7f7f7;
	height: 2em;
	}

.productListing-rowheading {
	background-color: #abbbd3;
	background-image: url(https://images.staticjw.com/vvs/5713/tile_back.gif);
	height: 2em;
	color: #FFFFFF;
	}

#siteMapList {
	width: 90%;
	float: right;
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #ffffff;
	}


#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	}
#sharing {
    float: right;
    width: 100%;
}
.navNextPrevWrapper {

    float:left;
}
.seDisplayedAddressLabel {
	background-color:#85C285;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}


.topcart {
	float:right;
    color: #333333;
}
.carttext {
    border-bottom: 1px solid #CCCCCC;
            -moz-border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
    -khtml-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    color: #333333;
    padding: 0 1em;
	background:#fff;
	width:160px;
}
#accountLinksWrapper h2 {
	padding:10px 0;
	}
.carttext a, .toplogin a{
    color: #333333;
}
.carttext a:hover, .toplogin a:hover{
    text-decoration: underline;
}
.cartsymbol {
    background: url("https://images.staticjw.com/vvs/5137/cartsymbol_dark.png") no-repeat scroll left top transparent;
    display: block;
    height: 39px;
    width: 43px;
	margin-right:10px;
}
.toplogin {

    margin-right: 20px;
    padding: 0 4em 0 0;
}
.shopbutton{
    margin-left: 15px;
}


.slider-wrapper {
    display: inline-block;
    margin: 0 auto;
}
#startimages {
    float: right;
    text-align: right;
    width: 77%;
}
#productDetailsList {
	padding-left:20px;
	}
.footer_headings {
	float:left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}
.pay {
	margin-top:35px;
	}
#navSupp {
    border-top: 1px solid #DDDDDD;
    margin-top: 1.6em;
    padding-top: 1.6em;
}
.footer_headings li  {
    display: block;
    line-height: 16px;
    padding: 0 0px 8px 3px;
    vertical-align: middle;
}

.footerfacebook {
    background: url("https://images.staticjw.com/vvs/6174/ikon_facebook.png") no-repeat scroll right center transparent;
    height: 18px;
    position: absolute;
    width: 18px;
}
.footertwitter {
    background: url("https://images.staticjw.com/vvs/5911/ikon_twitter.png") no-repeat scroll right center transparent;
    height: 18px;
    position: absolute;
    width: 18px;
}
.footer_headings span {
    display: block;
    /*padding-left: 24px;*/
}
.footer_headings a{
    color: #111111;

}

.footer_headings {
	width:20%;
    font-weight: normal;
    margin-bottom: 30px;
	line-height:1.6em;
}
.footer_headings.contact, .footer_headings.paytypes {
	width:30%;

}
.footer_heading {
    margin-bottom: 10px;
	color:#1a5478;
}
.footer_links {
	font-weight:normal;
	color:#888;
	}
.footer_links a{
	font-weight:normal;
	color:#888;
	}
#tabcontentcontainer h2.centerBoxHeading {
	text-align:left;
	padding-left:0;
	}
#tabcontentcontainer .centerColumn {
	border:none;
	}
#mainimage {
    float: left;
    width: 48%;
}

#prodinfo {
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    float: right;
    padding: 15px;
    width: 50%;
}
H1.productGeneral {
    font-size: 1.5em;
    font-weight: normal;
    margin: 0;
    padding-bottom: 15px;
}
H2.productGeneral {
    color: #333333;
    font-size: 30px;
}
div#prodinfo .productGeneral span.productSpecialPrice {
    font-size: 30px;
}

  #topCartContents {
    width: 340px;
    background-color: #f5f5f5;
    position: absolute;
    top: 44px;
    right:0;   
    border: 1px solid #CCCCCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    color: #333333;
    padding: 10px;        
    display:none;
	z-index:999;
	text-align:left;
}

#topCartContents > a {
	float:right;
}

.topcart {
	cursor:pointer;
}

#topCartContentsList td {
	border-bottom: 1px dashed #CCCCCC;
	height: 60px;
	padding:0 5px;
}

.decreaseItem, .increaseItem, .removeItem {
	font-weight: bold;
	font-size: 1.2em;
	cursor:pointer;
}

#suggestions{
    width: 300px;
    background-color: #f5f5f5;
    position: fixed;
    top: 82px;
    /*margin-left: 642px;    */
    border: 1px solid #CCCCCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align:left;
    color: #333333;
    padding: 10px;        
    display:none;
}


#suggestions hr { 
	padding: 0px;
	margin: 0px;
	border: none;
	border-bottom: #CCC dashed 1px;
}
.suggestion { 
	width:300px; 
	background-color: #f5f5f5;
	font-size:12px; 
}
.suggestion a { 
	display:block; 
	clear:left; 
	text-decoration:none; 
	padding: 6px;
	color: #333;
}
.suggestion a:hover { 
	/*color:#0080C0;*/
	background-color:#eee;
}

.suggestion a img {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    float: left;
    padding: 5px;
	margin-right:10px;
}
.suggestionName {
	font-weight:bold;
}
.suggestionModel {
	display:block;
}
.suggestionBrand {
	display:block;
}
.suggestionPrice {
	display:block;
}

#suggestionPaging {
	background-color:#6CF;
	color:#FFF;
	height: 18px;
	font-size:12px;
	font-weight:bold;
	padding: 2px;
}
#suggestionCount {
	text-align:center;
	display:block;
	font-weight:normal;
}
#suggestionPrev {
	display: block;
	cursor:pointer;
	text-align: left;
	float:left;
}

#suggestionNext {
	display: block;
	float:right;
	text-align:right;
	cursor:pointer;
}

#suggestionPrev:hover, #suggestionNext:hover {
	text-decoration: underline;
}

#suggestionMore {
	text-align: center;
}
/* CSS Resets */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,ol,ul,li,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;margin:0;padding:0}article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object{display:block}a img{border:0}figure{position:relative}figure img{width:100%}


/* ==================================================================================================================== */
/* ! The 1140px Grid V2 by Andy Taylor \ https://cssgrid.net \ https://www.twitter.com/andytlr \ https://www.andytlr.com */
/* ==================================================================================================================== */

.prodimage {
    display: table-cell;
    height: 16em;
    text-align: center;
    vertical-align: middle;
	width:50%;
}

#dropDownHeader {display:none;}
.listingDescription{
    color: #777777;
    line-height: 1.5em;
	display:none;
	font-size:11px;
	text-align:left;
}


.centerBoxContentsNew, .centerBoxContentsFeatured, .centerBoxContentsSpecials {

    border-bottom: 1px solid #DDDDDD;
    float: left;
    height: 280px;
    margin: 0px;
    position: relative;
    width: 25%;

}
.centerBoxContentsProducts {
    float: left;
    height: 280px;
    position: relative;
    width: 25%;
	border-bottom: 1px solid #EEEEEE;
	margin:10px 0px;
}
.centerBoxContentsCrossSell .prodbg, .additionalImages .prodbg , .productListing-data .prodbg, .centerBoxContentsAlsoPurch .prodbg, div.productListing-data div.prodbg:hover{
    background: none;
    border: none;
    height: auto;
    overflow: hidden;
    position: static;
	-moz-box-shadow: 0 0 0px transparent;
-webkit-box-shadow: 0 0 0px transparent;
box-shadow: 0 0 0px transparent;
padding:0px;
margin:0px;
border-radius:0px;
width:auto;
}
.centerBoxContentsCrossSell .itemTitle {
	text-align:center;
	}
.prodbg {
    height: 260px;
    padding: 0 15px;

}
.prodbg:hover {

	z-index:10;
	background:#ffffff;

}

.prodbg:hover a.listingBuyNowButton {
	display:block;
	}
.prodbg:hover .listingDescription {
	display:none;
	}
#navColumnOneWrapper {
    width:23%;
	padding-right:20px;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


.centerColumn {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    float: left;
    padding: 0;
    width: 76.9%;
	*width: 75%; /* IE 7 and below */
	min-height:30em;
}
#contentMainWrapper {
    margin: 0 auto;

    width: 100%;

}
.container {
padding-left: 20px;
padding-right: 20px;
}

.row {
width: 100%;

margin: 0 auto;
overflow: hidden;
}

img, object, embed {
max-width: 100%;
}

img {
height: auto;
}


#indexHomeBody .centerBoxContentsNew, #indexHomeBody .centerBoxContentsFeatured,#indexHomeBody  .centerBoxContentsSpecials {
	border:none;
}





.centerBoxContentsProducts , .prod_cont{
    	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    margin: 3px

    padding: 5px 10px 10px;
    width: 25%;

	height:280px;
}

.prodimage {
    height: 17em;
    text-align: center;
    width: 50%;
}

.row, body, .container {
width: 100%;
min-width: 0;
margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;

}

.row .onecol, .row .twocol, .row .threecol, .row .fourcol, .row .fivecol, .row .sixcol, .row .sevencol, .row .eightcol, .row .ninecol, .row .tencol, .row .elevencol, .row .twelvecol {
width: auto;
float: none;
margin-left: 0px;
margin-right: 0px;
padding-left: 20px;
padding-right: 20px;
}


}
 @media only all and (max-width: 900px)  {
 .centerBoxContentsProducts , .prod_cont{

    width: 48%;

}
 }
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////*/
 @media only all and (max-width: 800px)  {
 body {font-size:16px;}
#toplinkswrapper, #navCatTabsWrapper2, .topcart, .footer_headings.information {
display:none;
}
.centerBoxWrapper {
	margin: 1em 0 0 0;
	}
h1 {
	font-size: 1.1em;

	font-weight:normal;
	}

h2 {
	font-size: 1em;

	
	font-weight:normal;
	}

h3 {
	font-size: 0.9em;

	font-weight:normal;
	}
h2.centerBoxHeading {
    font-size: 0.9em;
}
.larger, LABEL{
	font-size: 1em;
	
	}

	h4, h5, h6, LEGEND{
	font-size: 1.1em;
	

	font-weight:normal;
	}
h4.optionName{
	font-size: 1em;
	}
.biggerText {
	font-size: 1.1em;
	line-height:1.8em;
	}
.footer_headings {
    margin-bottom: 0;
}

#footertext {
    width: 100%;
}
.categoryListBoxContents div.prodbg a {
    font-size:0.7em;
}

#startimages {
    float: left;
    text-align: left;
    width: 100%;
}

#topphone {
    float: left;
    left: 30%;
    position: absolute;
    top: 19px;
    z-index: 1000;
}
#toplinks, #floater {
    display:none;
}
#upp {
    background: url("https://images.staticjw.com/vvs/1062/upimage.png") no-repeat scroll right bottom / 100% auto transparent;
    height: 36px;
    width: 38px;
}
.carttext a, .toplogin a{
    color: #444444;
}

#navMobSearch {
    display: block;
    float: right;
    padding-right: 22px;
    padding-top: 9px;
    width: 24%;
    z-index: 2;
}
.navmainsearch input[type="text"] {
    border: 1px solid #CCCCCC;
        -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    color: #777777;
    font-size: 15px;
    height: 34px;
    margin: 0;
    padding-left: 11px;
    width: 100%;
}
#Mobtoplinkswrapper {
	background: #e6e6e6; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6) to(#cccccc)); /*old webkit*/
    background: -webkit-linear-gradient(#e6e6e6, #cccccc); /*new webkit*/
    background: -moz-linear-gradient(#e6e6e6, #cccccc); /*gecko*/
    background: -ms-linear-gradient(#e6e6e6, #cccccc); /*IE10*/
    background: -o-linear-gradient(#e6e6e6, #cccccc); /*opera 11.10+*/
    background: linear-gradient(#e6e6e6, #cccccc); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#e6e6e6, #cccccc); /*PIE*/
	background-color:#e6e6e6;
	font-size:13px;
    height: 39px;
    position: fixed;
    width: 100%;
    z-index: 105;
	display:block;
}
#Mobtoplinks {
    margin: auto;
	color: #f5f5f5;
	line-height:40px;
}
 .prodbg:hover {

	z-index:0;
	background:#ffffff;

}
#topsearch_header {
	background:url("https://images.staticjw.com/vvs/3837/forstoringsglas.png") no-repeat scroll left center #FFFFFF;
    color: #444444;
    font-size: 16px;
    margin: 0;
    padding-left: 37px;
    padding-right: 13px;
	width:100%;
	border:none;
		-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


.prodbg {padding:0px;}
.prodbg:hover a.listingBuyNowButton {
	display:block;
	}
.prodbg:hover .listingDescription {
	display:none;
	}
a.listingBuyNowButton {
    display: block;
    float: right;
    width: auto;
}
.itemPrice {
    font-size: 1em;
    font-weight: normal;
}
.footer_headings{
	width:100%;

}
.footer_headings.contact, .footer_headings.paytypes {
	width:100%;

}
a.listingBuyNowButton img {width:100%;}
#navSuppinner {min-width:0;}
.languages {
    float: left;
    text-align: center;
    width: 100%;
}
blockquote.style1 {
    color: #444444;
    font-size: 1em;
    font-weight: normal;
}
.refright, .refleft {width:100%;padding:0;}
#bannerSix {
    padding: 20px 0;
    text-align: center;
    width: 100%;
}
#bannerFive{
    padding: 0 0 0 30px;
		-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#bannerThree {
    text-align: left;
    width: 100%;
	float:left;
	margin:0 0 15px 0;
}
#refwrapper {
    margin: auto;
    padding: 20px 0;
	min-width:0;
	float:left;
	width:100%;
}
#customerref {
	width:100%;
    float: left;
    height: auto;
	overflow:hidden;
}
.productSpecialPrice {
    font-size: 1em;
    font-weight: normal;
}
#clicktocall {
	display: inline;
}
#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
    line-height: 55px;
    padding: 0 10px;
}
.biggerText {
	font-size: 0.9em;
	line-height:1.5em;
	}
.shopbutton{
    display:none;
}
#navSuppWrapper {
	padding:1.5em 0.2em;
		-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow:hidden;
	}
.prodbg {
    height: auto;
}
#statement, #bannerOne {
    display:none;
}
#cartwrapper {
    height: 100px;
}
.navSplitPagesLinks {
    float: left;
    margin: 5% 0;
    text-align: center;
    width: 100%;
}

div.optionmenu select {
    height: 2.6em;
    padding: 0.4em;
	margin:0;
	width:99%;
	display:block;
}
div#otshipping select {
    padding:4px;
}
.optionmenu {
	width:100%;
	}
.navSplitPagesLinks a {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #CCCCCC;
    color: #333333;
    display: inline;

    margin-right: 2px;
    padding: 4%;
}
.navSplitPagesLinks strong.current {
    background: none repeat scroll 0 0 #dddddd;
    border: 1px solid #555555;
    color: #333333;
    display: inline;

    margin-right: 2px;
    padding: 4%;
}

#topsearchbutton, h4.optionName{
    display:none;
}

#contactUsForm input[type="text"], #contactUsForm input[type="password"],#loginDefault input[type="text"], #loginDefault input[type="password"],#loginDefault SELECT {
    padding: 5px;
	width:70%;
	max-width:280px;
}
#navMainWrapper, #navCatTabsWrapper {
	border:none;
	height:auto;
	background:none;
	}
#loginDefault SELECT {
	height:2em;
	}
#shoppingCartDefault FIELDSET {
    background: none repeat scroll 0 0 #F7F7F7;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    font-size: 11px;
    margin: 1.5em 0;
    padding: 8px;
}
FIELDSET {
    border: medium none;
    margin: 1.5em 0;
    padding: 0;
	background:transparent;
}
#cartcount {
    background: none repeat scroll 0 0 #FDAA28;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    float: right;
    font-size: 0.7em;
    height: 20px;
    line-height: 19px;
    position: relative;
    right: 6px;
    text-align: center;
    top: 6px;
    width: 20px;
}
H1.productGeneral {
    font-size: 1.5em;
}
.addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300m {
    padding: 0;
    width: 3em;
}
.newprodimage {
    height: 150px;

}

.navEZPagesTop ul li {

    padding: 0;
}

.footer_headings {
    padding: 1em 0;
    width: 100%;
}

.footer_headings li {
    box-shadow: none;
    display: block;
    line-height: 20px;
    padding: 12px 25px 10px 0px;
    vertical-align: middle;
	width:100%;
}
.iosSlider {
	height: auto;
	padding-bottom:45%;
	}
 .centerColumn {
    float: right;
    margin: auto;
    width: 100%;
	padding:0.8em 0.4em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border:none;
	min-height:5em;
}

#navColumnOneWrapper {
    border: medium none;
}
.toplogin {
    display:none;
}


#logoWrapper {
    display: block;
    float: left;
    height: 60px;
    margin: 0;
    width: 100%;
	z-index:1;
}


#logo {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    background-size: 50% auto;
    float: left;
    padding: 0;
    text-align: center;
    width: 53%;
	height:60px;
}

.cartsymbol {
    background: url("https://images.staticjw.com/vvs/2698/cartsymbol_big.png") no-repeat scroll center center transparent;
    border-left: 1px solid #ccc;
    display: block;
    height: 80px;
    text-align: center;
    width: 5em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


.topcart {
    color: #FFFFFF;
    float: right;
    height: 100%;
	padding:0px;
	margin:0px;
}
.carttext {
    left: 50%;
    margin-left: -25%;
    padding: 0 10px;
    position: absolute;
	border:none;
	background:none;
	width:180px;
}
.cartbutton {

}
#navColumnOne {display:none;}
#indexHomeBody #navColumnOne {display:block;}
A.category-top, A.category-top:visited {
    border-bottom: 1px dashed #999999;
    color: #333333;
    display: block;
    margin: 0 0 4px;
    padding: 10px 10px 16px;
    text-decoration: none;
}
#navMain ul, #navSupp ul, #navCatTabs ul {
    font-size: 1.1em;
    line-height: 50px;
    list-style-type: none;
    text-align: center;

}
#navMain {

background: #1b6589; /* Old browsers */
background: -moz-linear-gradient(top,  #1b6589 27%, #0b3351 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(27%,#1b6589), color-stop(100%,#0b3351)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1b6589 27%,#0b3351 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1b6589 27%,#0b3351 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1b6589 27%,#0b3351 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1b6589 27%,#0b3351 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b6589', endColorstr='#0b3351',GradientType=0 ); /* IE6-9 */

    border-bottom: 1px solid #03437f;
    border-top: 1px solid #03437f;

    height: auto;
    margin-bottom: 10px;
	float:left;
    width: 100%;
	}

#navMain {
    padding: 0;
    text-align: center;
    width: 100%;
}
#navMainSearch {
    padding: 0;
    width: 96%;
    margin: 0 2%;
    position: absolute;
    top: 200px;
	left:0;
}

.navmainsearch {
    width: 100%;
}
#navMainWrapper {
    border-radius: 0 0 0 0;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
	background:none;
	height:130px;
}

#headerWrapper {
    background: #e6e6e6; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6) to(#ffffff)); /*old webkit*/
    background: -webkit-linear-gradient(#e6e6e6, #ffffff); /*new webkit*/
    background: -moz-linear-gradient(#e6e6e6, #ffffff); /*gecko*/
    background: -ms-linear-gradient(#e6e6e6, #ffffff); /*IE10*/
    background: -o-linear-gradient(#e6e6e6, #ffffff); /*opera 11.10+*/
    background: linear-gradient(#e6e6e6, #ffffff); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#e6e6e6, #ffffff); /*PIE*/
	background-color:#e6e6e6;
	behavior: url();
    border-bottom: 1px solid #ccc;
    height: auto;
    margin-bottom: 20px;
	padding-top:0;
	float:none;
}
.searchbox {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    border: 2px solid #5d533f;
    font-size: 1em;
    padding: 10px;
    width: 96%;
	margin:0 2%;
	background:#FFFFFF;
}
#navColumnOneWrapper {
    display:none;
}
 .centerBoxContentsProducts, .prod_cont {
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #EEEEEE;
        -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    margin: 1%;
	position: relative;
    width: 48%;
	padding:10px;
}
#indexHomeBody .centerBoxContentsNew, #indexHomeBody .centerBoxContentsFeatured,#indexHomeBody  .centerBoxContentsSpecials {
	border-bottom: 1px solid #EEEEEE;
}
.centerBoxContentsNew, .centerBoxContentsFeatured, .centerBoxContentsSpecials {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #EEEEEE;
        -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
    height: auto;
    margin: 1.5%;
    overflow: hidden;
    position: relative;
    width: 47%;
	padding:5px 15px 10px 15px;
}
#dropDownHeader {
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    background: url("https://images.staticjw.com/vvs/6637/select_bg.png") no-repeat scroll right center #FFFFFF;
    border: 2px solid #dddddd;
        -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -khtml-border-radius: 0.5em;
    border-radius: 0.5em;
    display: block;
    float: left;
    margin: 9px;
    overflow: hidden;
    padding: 10px;
    width: 97%;
}

#dropDownHeader SELECT {
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    font-size: 1.2em;
    margin: 0;
    padding: 0;
    width: 115%;
	color: #666666;
}
.itemTitle {
    color: #555555;
    font-size: 0.8em;
    font-weight: normal;
    height: 2.3em;
	margin:10px 0 5px;
}
.prodimage {
    height: 10em;
    text-align: center;
    width: 50%;
}

#contentMainWrapper {
width: 99%;
min-width: 0;
margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}
.navEZPagesTop {width:100%;}
/*
#mainWrapper {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 0 0 0 0;
    margin: 0;
    max-width: 1000px;
    min-width: 0;
    overflow: hidden;
    padding: 0;
    text-align: left;
    vertical-align: top;
    width: 100%;
	box-shadow:none;
}
*/
div#informationContent.sideBoxContent ul li  {
    float: left;
    padding-right: 10px;
}
.homeicon {
	display:none;
	}
#cartImage, #help, #mega-wrapper, #mega-wrapper .mega-menu {
	display:none;
	}
#prodinfo {
	font-size:0.8em;
	}
.larger {
    font-size: 13px;
}
.totalBox {
	width: 4.5em;
	}
#navMain {
	position:relative;
	}
ul.shopmenu {
	display:none;
	}



 }

 
 
/*////////////////////////////////////////////////////////////////////////////////////////////////////*/ 
 @media only all and (max-width: 480px) {
    /* Insert your rules for smaller screens here */
	body {
	font-size:13px;
	background:none;
	}
.centerBoxContentsNew, .centerBoxContentsFeatured, .centerBoxContentsSpecials {
	padding:5px 15px;
}
#sharing {font-size:16px;}
#dropDownHeader {
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    background: url("https://images.staticjw.com/vvs/6637/select_bg.png") no-repeat scroll right center #FFFFFF;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -khtml-border-radius: 0.5em;
    border-radius: 0.5em;
    display: block;
    float: left;
    margin: 9px;
    overflow: hidden;
    padding: 10px;
    width: 95.6%;

}
#navSuppinner {padding:1em;}
#navSuppWrapper {
	margin-top:1.5em;
	}
#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
    line-height: 48px;
    padding: 0 10px;
}
#clicktocall {
	display: block;
}
.addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300m {
    padding: 0;
    width: 2.6em;
}
h2.centerBoxHeading {
	font-size:1.1em;
	}
.cartsymbol {
    height: 60px;
	margin:0;
}
#topholder {margin:0;background:#f5f5f5;}
.newprodimage {
    height: 100px;
}
div.newprodimage a img {max-height:100px;width:auto;}
FIELDSET {
    border: medium none;
    margin: 1.5em 0;
    padding: 0;
	background:none;
}

#logo {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    background-size: 100% auto;
    float: left;
    padding: 0;
    text-align: center;
    width: 45%;
	height:52px;
	
}
#headerWrapper {
    background: #e6e6e6; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6) to(#ffffff)); /*old webkit*/
    background: -webkit-linear-gradient(#e6e6e6, #ffffff); /*new webkit*/
    background: -moz-linear-gradient(#e6e6e6, #ffffff); /*gecko*/
    background: -ms-linear-gradient(#e6e6e6, #ffffff); /*IE10*/
    background: -o-linear-gradient(#e6e6e6, #ffffff); /*opera 11.10+*/
    background: linear-gradient(#e6e6e6, #ffffff); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#e6e6e6, #ffffff); /*PIE*/
	background-color:#e6e6e6;
	behavior: url();
    border-bottom: 1px solid #ccc;
    height: auto;
    margin-bottom: 20px;
}
.itemTitle {
    font-size: 1em;
}

hr {display:none;}
#navSupp {

    padding-top: 0.4em;
}

#dropDownHeader SELECT {
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    font-size: 1.2em;
    margin: 0;
    padding: 0;
    width: 115%;
}
html body#productsnewBody div#mainWrapper div#headerWrapper div#topholder div#navMainWrapper.gradient div#navMain div#dropMenu ul.shopmenu, #attribsOptionsText, #navBreadCrumb, .navEZPagesTop,#navMain, #footertext,.footer_headings.paytypes, #topphone {
	/*display:none;*/
	}
#contentMainWrapper {
width: 100%;
min-width: 0;
margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#navColumnOneWrapper {
    display:none;
}

#navMobSearch {
    display: block;
    float: right;
    padding-right: 0;
    padding-top: 9px;
    width: 40%;
    z-index: 2;
}
.navmainsearch {width:96%;}
.navmainsearch input {margin:0px;}
.navmainsearch input[type="text"] {
    border:1px solid #ddd;
        -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    margin: 0;
    padding-left: 11px;
	height:34px;
	width:100%;
	color:#777777;
	font-size:15px;
	    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.centerColumn {
    float: left;
    margin: auto;
    width: 100%;
	border:none;

}

 .centerBoxContentsProducts, .prod_cont,.centerBoxContentsNew, .centerBoxContentsFeatured, .centerBoxContentsSpecials {
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #EEEEEE;
	border-top: none;
	border-right: none;
	border-left: none;
    height: auto;
    margin: 1% 0;
    position: relative;
    width: 100%;
	padding:
}
.prodimage {
    height: auto;
    text-align: center;
    width: 50%;
}

.itemPrice {
    font-size: 1.4em;
    font-weight: normal;
}
.productSpecialPrice {
    font-size: 1em;
    font-weight: normal;
}
#navMain ul, #navSupp ul, #navCatTabs ul {
    line-height: 45px;
    list-style-type: none;
    text-align: center;
	font-size:0.8em;
}

#logoWrapper {
    width: 100%;
	height:40px;
	margin-bottom:8px;
	padding-left:8px;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#navMainWrapper {
    margin: 0;
    padding: 0;
    width: 100%;
	height:60px;
}


#prodinfo {
    float: right;
    padding: 0 0 1em;
    text-align: center;
    width: 100%;
	font-size:0.8em;
	background:none;
}
#mainimage {
    float: left;
    width: 100%;
}
#cartDefaultHeading {font-size:1.2em;}
#cartContentsDisplay {font-size:10px;}
.cartQuantityUpdate, .continueshop {display:none;}
div#otshipping div.lineTitle select {font-size:0.8em;padding:4px 0px;margin:0px;}
#carttotals {
    width: 90%;
}
#cartinfo {width:10%;margin:0px;}
div#cartinfo div.buttonRow, div#cartinfo input {margin:0px;}
.totalBox {
	width: 3.5em;
	}
.larger {
    font-size: 12px;
}
.homeicon, ul.shopmenu {
	display:none;
	}
  }
/*
     FILE ARCHIVED ON 03:05:06 May 27, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:54:54 Apr 03, 2019.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 38.274 (3)
  esindex: 0.006
  captures_list: 54.499
  CDXLines.iter: 10.278 (3)
  PetaboxLoader3.datanode: 70.431 (4)
  exclusion.robots: 0.236
  exclusion.robots.policy: 0.227
  RedisCDXSource: 3.736
  PetaboxLoader3.resolve: 26.994
  load_resource: 64.867
*/
/* ============ End of stylesheet.css ============ */

/* ============ Start of stylesheet_cat_tabs_drop.css ============ */
dl, li dt, dd {
    border: 0 none;
    font-style: normal;
    list-style: none outside none;
    margin: 0;
    padding: 0;
	line-height:22px;
}

div.drop a.category-top {
	text-transform:none;
	font-weight:normal;
	}
div.droptop {
	position: relative;
}

div.dropWrapper {
    display: none;
    position: absolute;
    z-index: 30000;
}

#navCatTabsWrapper2 div.dropWrapper {
    left: 0;
    top: 28px;
    z-index: 50000;
}

#navCatTabsWrapper2 div.dropWrapper div.drop {
	background-color:#FFF;
	-webkit-border-radius:0px 0px 5px 5px;
	-moz-border-radius:0px 0px 5px 5px;
	border-radius:0px 0px 5px 5px;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.80);
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.80);
	padding:10px 10px 20px 10px;
}

#navCatTabsWrapper2 div.dropWrapper div.drop table td dl {
    display: inline-block;
    line-height: 1.5em;
    margin-right: 10px;
    position: relative;
    white-space: nowrap;
}
#navCatTabsWrapper2 div.dropWrapper div.drop table td dl.line-break {
    white-space: normal;
    width: 122px;
}
#navCatTabsWrapper2 div.dropWrapper div.drop table td dt {
    color: #CF1D5F;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 0.5em;
    padding-left: 10px;
	text-transform:none;
}
#navCatTabsWrapper2 div.dropWrapper div.drop table td dd {
    padding-left: 10px;
}
#navCatTabsWrapper2 div.dropWrapper div.drop table td dd a {
    color: #000000;
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
	display:block;
}

#navCatTabsWrapper2 div.dropWrapper div.drop table td dd.current a {
    color: #CF1D5F;
}
div#navMainWrapper.gradient div#navMain div#navCatTabsWrapper2 div.back div.dropWrapper div.drop table tbody tr td dl dt a.category-top {
    background: none repeat scroll 0 0 transparent;
    color: #333333;
    font-size: 1em;
    font-weight: bold;
}
#navCatTabsWrapper2 div.dropWrapper div.drop table td dd a:hover {
    color: #444;
	background:#f5f5f5;
}
#navCatTabsWrapper2 div.dropWrapper div.drop table td {
    height: 100%;
    vertical-align: top;
}
#navCatTabsWrapper2 div.dropWrapper div.drop .offers {
    border-left: 1px solid #E0E0E0;
}
#navCatTabsWrapper2 div.dropWrapper div.drop .offers div.offer-container {
    width: 122px;
	font-size:0.9em;
}

#navCatTabsWrapper2 div.dropWrapper div.drop .offers div.offer-container a {
    color: #000000;
    line-height: 15px;
}


#navCatTabsWrapper2 div.dropWrapper div.drop .offers div.carousel {
    margin: 25px 15px 0 21px;
    position: relative;
    width: 71px;
}
#navCatTabsWrapper2 div.dropWrapper div.drop .offers div.carousel-items {
    height: 171px;
    width: 81px;
}
#navCatTabsWrapper2 div.dropWrapper div.drop .offers div.carousel-items img.ajax-loader {
    border: 0 none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
#navCatTabsWrapper2 div.dropWrapper div.drop .offers .carousel-next {
    right: -17px;
    top: 50px;
}
#navCatTabsWrapper2 div.dropWrapper div.drop .offers .carousel-previous {
    left: -17px;
    top: 50px;
}
#navCatTabsWrapper2 div.dropWrapper div.drop .offers ul li {
    background: none repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 171px;
    line-height: normal;
    width: 71px;
}
#navCatTabsWrapper2 div.dropWrapper div.drop .offers a:hover {
    text-decoration: none;
	background:none;
}
.offer-container {
padding:13px 8px 8px;
text-align:center;
}
#navCatTabsWrapper2 div.dropWrapper div.drop .offers span.name:hover {
    text-decoration: underline;
}
#navCatTabsWrapper2 div.dropWrapper div.drop .offers span.price {
    font-size: 13px;
    font-weight: normal;
}
#navCatTabsWrapper2 div.dropWrapper div.drop .offers span.price * {
    display: block;
}
#navCatTabsWrapper2 div.dropWrapper div.drop .offers span.info {
    color: #CF1D5F;
    font-weight: normal;
    text-decoration: underline;
}
#navCatTabsWrapper2 div.dropWrapper div.drop .offers span.info:hover {
    text-decoration: none;
}
#navCatTabsWrapper2 div.dropWrapper div.drop .popular {
    background: url("") no-repeat scroll 0 -683px transparent;
    height: 59px;
    position: absolute;
    right: -5px;
    top: -5px;
    width: 114px;
}
/*
     FILE ARCHIVED ON 08:49:37 May 27, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:54:58 Apr 03, 2019.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 90.006 (3)
  esindex: 0.01
  captures_list: 112.865
  CDXLines.iter: 15.893 (3)
  PetaboxLoader3.datanode: 70.346 (4)
  exclusion.robots: 0.281
  exclusion.robots.policy: 0.268
  RedisCDXSource: 3.457
  PetaboxLoader3.resolve: 144.03
  load_resource: 173.013
*/
/* ============ End of stylesheet_cat_tabs_drop.css ============ */

/* ============ Start of stylesheet_css_buttons.css ============ */
/**
 * CSS Buttons Stylesheet
 *
 * Thanks to paulm for much of the content of the CSS buttons code
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license https://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet_css_buttons.css 2765 2006-01-01 21:15:45Z birdbrain $
 */

/* css buttons */
.cssButton, .cssButtonHover {
	background: #ffffff; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff) to(#e6e6e6)); /*old webkit*/
    background: -webkit-linear-gradient(#ffffff, #e6e6e6); /*new webkit*/
    background: -moz-linear-gradient(#ffffff, #e6e6e6); /*gecko*/
    background: -ms-linear-gradient(#ffffff, #e6e6e6); /*IE10*/
    background: -o-linear-gradient(#ffffff, #e6e6e6); /*opera 11.10+*/
    background: linear-gradient(#ffffff, #e6e6e6); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#ffffff, #e6e6e6); /*PIE*/
	background-color:#ffffff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:none;
	display:inline-block;
	color:#444;
	font-family:arial;
	font-size:14px;
	font-weight:normal;
	padding:6px 11px;
	text-decoration:none;
	behavior: url();
	position:relative;
	border:1px solid #ddd;

}

.cssButtonHover {
    background: #e6e6e6; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6) to(#ffffff)); /*old webkit*/
    background: -webkit-linear-gradient(#e6e6e6, #ffffff); /*new webkit*/
    background: -moz-linear-gradient(#e6e6e6, #ffffff); /*gecko*/
    background: -ms-linear-gradient(#e6e6e6, #ffffff); /*IE10*/
    background: -o-linear-gradient(#e6e6e6, #ffffff); /*opera 11.10+*/
    background: linear-gradient(#e6e6e6, #ffffff); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#e6e6e6, #ffffff); /*PIE*/
	background-color:#e6e6e6;
	behavior: url();
position:relative;
}

.button_prev {
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    border-radius: 0;
    font-size: 27px;
    font-weight: normal;
    padding: 1px 5px;
	behavior: url();
position:relative;
}

.button_next {
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    border-radius: 0;
    font-size: 27px;
    font-weight: normal;
    padding: 1px 5px;
	behavior: url();
position:relative;
}

.button_return_to_product_list {
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    border-radius: 0;
    font-size: 27px;
    font-weight: normal;
    padding:1px 5px;
	behavior: url();
position:relative;
}
.button_checkout {
background: #58b33c; /* Old browsers */
background: -moz-linear-gradient(top,  #58b33c 1%, #37901c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#58b33c), color-stop(100%,#37901c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #58b33c 1%,#37901c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #58b33c 1%,#37901c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #58b33c 1%,#37901c 100%); /* IE10+ */
background: linear-gradient(to bottom,  #58b33c 1%,#37901c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58b33c', endColorstr='#37901c',GradientType=0 ); /* IE6-9 */

	display:inline-block;
	color:#FFF;
	font-family:arial;
	font-size:14px;
	font-weight:normal;
	padding:7px 11px;
	border:1px solid #31a22c;
	behavior: url();
position:relative;
	}
.button_checkoutHover {
background: #2c9f26; /* Old browsers */
background: -moz-linear-gradient(top,  #2c9f26 0%, #5bd355 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c9f26), color-stop(100%,#5bd355)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #2c9f26 0%,#5bd355 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #2c9f26 0%,#5bd355 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #2c9f26 0%,#5bd355 100%); /* IE10+ */
background: linear-gradient(to bottom,  #2c9f26 0%,#5bd355 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c9f26', endColorstr='#5bd355',GradientType=0 ); /* IE6-9 */

}
.button_topcheckout {
background: #58b33c; /* Old browsers */
background: -moz-linear-gradient(top,  #58b33c 1%, #37901c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#58b33c), color-stop(100%,#37901c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #58b33c 1%,#37901c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #58b33c 1%,#37901c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #58b33c 1%,#37901c 100%); /* IE10+ */
background: linear-gradient(to bottom,  #58b33c 1%,#37901c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58b33c', endColorstr='#37901c',GradientType=0 ); /* IE6-9 */

	display:inline-block;
	color:#FFF;
	font-family:arial;
	font-size:14px;
	font-weight:normal;
	padding:7px 11px;
	border:1px solid #31a22c;
	behavior: url();
position:relative;
	}
.button_topcheckoutHover {
background: #2c9f26; /* Old browsers */
background: -moz-linear-gradient(top,  #2c9f26 0%, #5bd355 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c9f26), color-stop(100%,#5bd355)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #2c9f26 0%,#5bd355 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #2c9f26 0%,#5bd355 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #2c9f26 0%,#5bd355 100%); /* IE10+ */
background: linear-gradient(to bottom,  #2c9f26 0%,#5bd355 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c9f26', endColorstr='#5bd355',GradientType=0 ); /* IE6-9 */

}
.small_edit {margin-right:20px;}
#topsearchbutton {
background: #cccccc; /* Old browsers */
background: -moz-linear-gradient(top,  #cccccc 1%, #666666 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#cccccc), color-stop(100%,#666666)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cccccc 1%,#666666 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cccccc 1%,#666666 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cccccc 1%,#666666 100%); /* IE10+ */
background: linear-gradient(to bottom,  #cccccc 1%,#666666 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#666666',GradientType=0 ); /* IE6-9 */

    border: medium none;
    border-radius: 0 5px 5px 0;
    color: #333;
    display: inline;
    font-family: arial;
    font-size: 14px;
    font-weight: normal;
    position: relative;
    text-decoration: none;
	cursor:pointer;
	width:16%;
	height:42px;
	float:right;
	border:none;
}
#topsearchbutton:hover{
background: #666666; /* Old browsers */
background: -moz-linear-gradient(top,  #666666 0%, #cccccc 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(99%,#cccccc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #666666 0%,#cccccc 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #666666 0%,#cccccc 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #666666 0%,#cccccc 99%); /* IE10+ */
background: linear-gradient(to bottom,  #666666 0%,#cccccc 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */

}
.button_mobedit {
	background: #e6e6e6; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6) to(#cccccc)); /*old webkit*/
    background: -webkit-linear-gradient(#e6e6e6, #cccccc); /*new webkit*/
    background: -moz-linear-gradient(#e6e6e6, #cccccc); /*gecko*/
    background: -ms-linear-gradient(#e6e6e6, #cccccc); /*IE10*/
    background: -o-linear-gradient(#e6e6e6, #cccccc); /*opera 11.10+*/
    background: linear-gradient(#e6e6e6, #cccccc); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#e6e6e6, #cccccc); /*PIE*/
	background-color:#e6e6e6;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	border-right:1px solid #cccccc;
	display:inline-block;
	color:#666;
	font-family:arial;
	font-size:14px;
	font-weight:normal;
	padding:0px 6px;
	height:37px;
	behavior: url();
position:relative;

	}
.button_mobeditHover {
    background: #cccccc; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#cccccc) to(#e6e6e6)); /*old webkit*/
    background: -webkit-linear-gradient(#cccccc, #e6e6e6); /*new webkit*/
    background: -moz-linear-gradient(#cccccc, #e6e6e6); /*gecko*/
    background: -ms-linear-gradient(#cccccc, #e6e6e6); /*IE10*/
    background: -o-linear-gradient(#cccccc, #e6e6e6); /*opera 11.10+*/
    background: linear-gradient(#cccccc, #e6e6e6); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#cccccc, #e6e6e6); /*PIE*/
	background-color:#cccccc;
}
.button_in_cart {
background: #58b33c; /* Old browsers */
background: -moz-linear-gradient(top,  #58b33c 1%, #37901c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#58b33c), color-stop(100%,#37901c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #58b33c 1%,#37901c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #58b33c 1%,#37901c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #58b33c 1%,#37901c 100%); /* IE10+ */
background: linear-gradient(to bottom,  #58b33c 1%,#37901c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58b33c', endColorstr='#37901c',GradientType=0 ); /* IE6-9 */

	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	display:inline-block;
	color:#FFF;
	font-family:arial;
	font-size:17px;
	font-weight:normal;
	padding:6px 11px;
width:80%;
margin:0px;
border:1px solid #31a22c;
	behavior: url();
position:relative;
}
.button_in_cartHover {

background: #2c9f26; /* Old browsers */
background: -moz-linear-gradient(top,  #2c9f26 0%, #5bd355 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c9f26), color-stop(100%,#5bd355)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #2c9f26 0%,#5bd355 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #2c9f26 0%,#5bd355 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #2c9f26 0%,#5bd355 100%); /* IE10+ */
background: linear-gradient(to bottom,  #2c9f26 0%,#5bd355 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c9f26', endColorstr='#5bd355',GradientType=0 ); /* IE6-9 */

}
.button_buy_now, .button_info {
	font-size:13px;
	font-weight:normal;
	padding:3px 6px;
	color:#444;
}
.button_buy_now{
background: #58b33c; /* Old browsers */
background: -moz-linear-gradient(top,  #58b33c 1%, #37901c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#58b33c), color-stop(100%,#37901c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #58b33c 1%,#37901c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #58b33c 1%,#37901c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #58b33c 1%,#37901c 100%); /* IE10+ */
background: linear-gradient(to bottom,  #58b33c 1%,#37901c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58b33c', endColorstr='#37901c',GradientType=0 ); /* IE6-9 */

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
border:1px solid #31a22c;
	display:inline-block;
	color:#FFFFFF;
	font-family:arial;
	font-size:14px;
	font-weight:normal;
	padding:4px 8px;
	text-decoration:none;
	behavior: url();
position:relative;
}
.button_buy_nowHover {
background: #2c9f26; /* Old browsers */
background: -moz-linear-gradient(top,  #2c9f26 0%, #5bd355 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c9f26), color-stop(100%,#5bd355)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #2c9f26 0%,#5bd355 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #2c9f26 0%,#5bd355 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #2c9f26 0%,#5bd355 100%); /* IE10+ */
background: linear-gradient(to bottom,  #2c9f26 0%,#5bd355 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c9f26', endColorstr='#5bd355',GradientType=0 ); /* IE6-9 */

}
/*////////////////////////////////////////////////////////////////////////////////////////////////////*/ 
 @media only all and (max-width: 800px) {
.button_prev, .button_next, .button_return_to_product_list {
	padding: 0px;
	}
#topsearchbutton {
	display:none;
}

.button_topcheckout {
    border-radius: 0 0 0 0;
    height: 37px;
    padding: 0 11px;
}
 }
/*////////////////////////////////////////////////////////////////////////////////////////////////////*/ 

 }
/*
     FILE ARCHIVED ON 08:53:10 May 27, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:55:01 Apr 03, 2019.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 22.805 (3)
  esindex: 0.007
  captures_list: 300.273
  CDXLines.iter: 10.036 (3)
  PetaboxLoader3.datanode: 35.023 (4)
  exclusion.robots: 0.277
  exclusion.robots.policy: 0.248
  RedisCDXSource: 265.172
  PetaboxLoader3.resolve: 691.829
  load_resource: 1008.373
*/
/* ============ End of stylesheet_css_buttons.css ============ */

/* ============ Start of stylesheet_dotline.css ============ */
.vDotLine
{
    background-color: transparent;
    background-image: url(https://images.staticjw.com/vvs/7784/delim_v.gif);
    background-repeat: repeat-y;
    background-attachment: scroll;
    width: 20px;
    font-size: 1px;
}

.hDotLine
{
    background-image: url(https://images.staticjw.com/vvs/7784/delim_v.gif);
    padding:1px 0;
}
/*
     FILE ARCHIVED ON 23:21:00 May 26, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:55:02 Apr 03, 2019.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 57.706 (3)
  esindex: 0.016
  captures_list: 92.074
  CDXLines.iter: 18.874 (3)
  PetaboxLoader3.datanode: 78.562 (4)
  exclusion.robots: 0.598
  exclusion.robots.policy: 0.581
  RedisCDXSource: 10.384
  PetaboxLoader3.resolve: 35.29
  load_resource: 93.389
*/
/* ============ End of stylesheet_dotline.css ============ */

/* ============ Start of stylesheet_ezpages_improved_menus.css ============ */
/**
 * @copyright Copyright 2010 Glenn Herbert
 * @license https://www.gnu.org/licenses/ GNU Public License V3.0
 * /includes/templates/your_template/css/stylesheet_ezpages_improved_menus.css
 * Ezpages Improved Menus by Glenn Herbert (gjh42) 2010-12-28
 */

.navEZPagesTop .activeEZPage, .navEZPagesTop .activeILPage, #ezpages .activeEZPage, #ezpages .activeILPage{
    background: #0b3250; /*fallback for non-CSS3 browsers*/

	display:inline-block;
	color:#fff;
    }


.category-subs-selected {


	}
html body#indexBody div#containerr div#headerWrapper div#menu div#navCatTabsWrapper2 div.back div.dropWrapper div.drop table tbody tr td dl dd a.category-top,
html body#indexBody div#containerr div#headerWrapper div#menu div#navCatTabsWrapper2 div.back div.dropWrapper div.drop table tbody tr td dl dt a.category-top {	background:none;
	border:none;}
html body#indexBody div#containerr div#headerWrapper div#menu div#navCatTabsWrapper2 div.back div.dropWrapper div.drop table tbody tr td.offers div.offer-container a {padding:none;border:none;margin:none;}
 /*header*/


.navEZPagesTop ul {
    color: #FFFFFF;
    margin: 0;
    padding: 0;
}



/*sidebox*/
.ezpagesList {margin: 0; padding: 0; list-style-type: none;}

h4.ezpagesSubhead {}

.ezpagesLink {}

.ezpagesComment {display: block; margin-left: 1.0em; color: #aabbcc;}

/*
     FILE ARCHIVED ON 03:23:10 May 27, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:55:03 Apr 03, 2019.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 273.663 (3)
  esindex: 0.006
  captures_list: 298.555
  CDXLines.iter: 12.686 (3)
  PetaboxLoader3.datanode: 261.88 (4)
  exclusion.robots: 0.231
  exclusion.robots.policy: 0.221
  RedisCDXSource: 9.567
  PetaboxLoader3.resolve: 41.442
  load_resource: 66.525
*/
/* ============ End of stylesheet_ezpages_improved_menus.css ============ */

/* ============ Start of stylesheet_header_menu.css ============ */
	
/*green*/
div#dropMenu li a:hover, div#dropMenu li.submenu li.submenu:hover {color: #111111}


/*blue
div#dropMenu li a:hover, div#dropMenu li.submenu li.submenu:hover, div#dropMenu ul.level2 a:hover {color: #ffffff!important;background:#6C99D9;}
*/ 

/*red 
div#dropMenu li a:hover, div#dropMenu li.submenu li.submenu:hover, div#dropMenu ul.level2 a:hover {color: #ffffff!important;background:#DC262E;}
*/ 

/*grey 
div#dropMenu li a:hover, div#dropMenu li.submenu li.submenu:hover, div#dropMenu ul.level2 a:hover {color: #4f4f4f!important;background:#D5D5D5;}
*/

#dropMenuWrapper {
	background-image: url();
	padding-left:19px;
	padding-right:15px;
	margin:0;
	font-size:15px;
	font-weight:bold;
	float:left;
	width:950px;

	}
	
div#dropMenu {
  

    text-align:center;
	z-index:99;
	position:relative;
	float:left;
	margin-right:4px;
	}

div#dropMenu ul {
	margin: 0; 
	padding: 0;

	}
	
div#dropMenu li {
	position: relative; 
	list-style: none; 
	margin: 0; 
	float: left; 
	line-height: 1em;

	}
	
div#dropMenu ul.level1 { 
	margin:0 auto; 
	text-align:center;
		z-index:99;
	float:left;	
	}
div#dropMenu ul.level1:hover { 
	color:#111;	
	}
	
div#dropMenu li:hover {}
div#dropMenu li.submenu {}
div#dropMenu li.submenu:hover,div#dropMenu li a:hover { 

	}
div#dropMenu ul.level1 li.submenu a {
	    display: inline-block;
    font-weight: normal;
    line-height: 42px;
	}
div#dropMenu ul.level2 li.submenu a {
	    display: block;
    font-weight: normal;
    line-height: 15px;
	}
div#navMain div#dropMenu ul.level1 li.submenu ul.level2 li a {
	    display: block;
    font-weight: normal;
    line-height: 15px;
	}
div#dropMenu li a {

    display: block;
    font-weight: normal;
    line-height: 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
div#dropMenu>ul a {width: auto;}

div#dropMenu ul ul {position: absolute; width: 18em;display: none;font-size:10px;}
div#dropMenu ul ul li {width:18em;font-size:10px;}
div#dropMenu li.submenu li.submenu {}
div#dropMenu ul.level1 li.submenu:hover ul.level2, 
div#dropMenu ul.level2 li.submenu:hover ul.level3,
div#dropMenu ul.level3 li.submenu:hover ul.level4,
div#dropMenu ul.level4 li.submenu:hover ul.level5 {display:block;z-index:1000;}

div#dropMenu ul.level2 {
    background: none repeat scroll 0 0 #f8f8f8;
    border: 1px solid #ddd;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -khtml-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    box-shadow: 4px 3px 5px -4px #111111;
    font-size: 10px;
    top: 44px;
    z-index: 1000;
}

div#dropMenu ul.level3, div#dropMenu ul.level4, div#dropMenu ul.level5 {
	top: 0; 
	left: 18em; 
    background: none repeat scroll 0 0 #f8f8f8;
    border: 1px solid #CCCCCC;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 4px 3px 5px -4px #111111;
    font-size: 10px;
    z-index: 1000;
}
div#dropMenu ul.level2 a {padding: 0.7em 0; font-size:12px; text-transform:none;padding-left:10px; text-align:left;}  /* this is text color on drop-down submenu */
div#dropMenu ul.level2 a:hover {color:#000;background:#eee;text-decoration:none;}
div#navMain div#dropMenu ul.level1 li.submenu ul.level2 li a:hover {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
}

/*
     FILE ARCHIVED ON 00:37:33 May 27, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:55:05 Apr 03, 2019.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 57.573 (3)
  esindex: 0.005
  captures_list: 77.646
  CDXLines.iter: 12.394 (3)
  PetaboxLoader3.datanode: 60.811 (4)
  exclusion.robots: 0.286
  exclusion.robots.policy: 0.275
  RedisCDXSource: 5.098
  PetaboxLoader3.resolve: 40.39
  load_resource: 49.247
*/
/* ============ End of stylesheet_header_menu.css ============ */

/* ============ Start of stylesheet_infomenu.css ============ */
#infoMainMenu {display:none;}
@media only all and (max-width: 480px)  {

#infoMainMenu {
   		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
           -moz-box-sizing: border-box;    /* Firefox, other Gecko */
                box-sizing: border-box;
    display: inline;
    left: 0;
    margin: 2%;
    position: absolute;
    z-index: 100;
	top:45px;
}
	#infoMainMenu .sub0 > a {
	    padding-left: 15px;
	}
	#infoMainMenu .sub1 > a {
	    padding-left: 30px;
	}
	#infoMainMenu .sub2 > a {
	    padding-left: 45px;
	}
	#infoMainMenu ul {
	    list-style: none;
		float:left;
	}

#infoMainMenu li {
   		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
           -moz-box-sizing: border-box;    /* Firefox, other Gecko */
                box-sizing: border-box;
    
    display: block;
}
#infoMainMenu ul li.topMenu ul.menuCollasped li {
    padding: 0 35px 0 5px;
}
#infoMainMenu  .menuCollasped {
	   		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
           -moz-box-sizing: border-box;    /* Firefox, other Gecko */
                box-sizing: border-box;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #cccccc;
    border-radius: 4px 4px 4px 4px;
	font-size:13px;
	margin-top:5px;
	}
div#infoMainMenu ul li.topMenu ul.menuCollasped li {
border-top: 1px solid #CCCCCC;
}
div#infoMainMenu ul li.topMenu {

}
	#infoMainMenu li a:hover {

	}
	
#infoMainMenu li a {
    color: #666666;
    display: block;
    line-height: 40px;
    padding-left: 5px;
}
	

#infoMainMenu li > span {
    background: url("https://images.staticjw.com/vvs/8221/menu_bg.png") no-repeat scroll center center transparent;
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    color: transparent;
    cursor: pointer;
    display: block;
    font-family: courier;
    line-height: 40px;
    width: 55px;
	float:left;
}
	
	#infoMainMenu .menuCollasped {
		display:none;
	}
	
}
/*
     FILE ARCHIVED ON 02:47:28 May 27, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:55:06 Apr 03, 2019.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 80.256 (3)
  esindex: 0.014
  captures_list: 106.143
  CDXLines.iter: 17.268 (3)
  PetaboxLoader3.datanode: 101.922 (4)
  exclusion.robots: 0.511
  exclusion.robots.policy: 0.493
  RedisCDXSource: 2.857
  PetaboxLoader3.resolve: 39.147 (2)
  load_resource: 80.793
*/
/* ============ End of stylesheet_infomenu.css ============ */

/* ============ Start of stylesheet_mobilemenu.css ============ */
#mobileMainMenu {display:none;}
@media only all and (max-width: 800px)  {
	
#mobileMainMenu {
   		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
           -moz-box-sizing: border-box;    /* Firefox, other Gecko */
                box-sizing: border-box;
    display: inline;
    float: right;
    margin: 2%;
    position: absolute;
    right: 0;
    width: 96%;
    z-index: 100;
	font-size:15px;
	top:120px;
}

	#mobileMainMenu .sub0 > a {
	    padding-left: 15px;
		font-size:12px;
		
	}
	#mobileMainMenu .sub1 > a {
	    padding-left: 35px;
		font-weight:normal;
		font-size:12px;
	}
	#mobileMainMenu .sub2 > a {
	    padding-left: 50px;
		font-weight:normal;
		font-size:11px;
	}
	#mobileMainMenu ul {
	    list-style: none;
		border:none;
	}
.menuCollasped {
	margin-top:0px;
	}
#mobileMainMenu li {
   		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
           -moz-box-sizing: border-box;    /* Firefox, other Gecko */
                box-sizing: border-box;
    background-color: #FFFFFF;
    border-top: 1px solid #CCCCCC;
    display: block;
}
div#mobileMainMenu ul li.topMenu {
   		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
           -moz-box-sizing: border-box;    /* Firefox, other Gecko */
                box-sizing: border-box;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #cccccc;
    border-radius: 4px 4px 4px 4px;
}
	#mobileMainMenu li a:hover {
		background-color: #f5f5f5;
	}

#mobileMainMenu li a {
    color: #666666;
    display: block;
    line-height: 40px;
    padding-left: 5px;
	font-size:15px;
}
	
	#mobileMainMenu li > span {

		display:block;
		float:right;
		line-height: 40px;
    	padding-left: 20px;    	
    	padding-right: 20px;		
    	background-color: #eee;
    	cursor:pointer;
    	font-size: 28px;
    	width: 15px;
    	font-family: courier;
		color:#888;
	}
	
	#mobileMainMenu .menuCollasped {
		display:none;
	}
	
}
@media only all and (max-width: 480px)  {

#mobileMainMenu {
   		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
           -moz-box-sizing: border-box;    /* Firefox, other Gecko */
                box-sizing: border-box;
    display: inline;
    float: right;
    margin: 2%;
    position: absolute;
    right: 0;
    width: 76%;
    z-index: 100;
	font-size:15px;
	top:45px;
}
}
/*
     FILE ARCHIVED ON 04:56:13 May 27, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:55:08 Apr 03, 2019.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 628.786 (3)
  esindex: 0.007
  captures_list: 652.465
  CDXLines.iter: 14.122 (3)
  PetaboxLoader3.datanode: 648.033 (4)
  exclusion.robots: 0.236
  exclusion.robots.policy: 0.225
  RedisCDXSource: 6.59
  PetaboxLoader3.resolve: 341.98
  load_resource: 364.306
*/
/* ============ End of stylesheet_mobilemenu.css ============ */

/* ============ Start of stylesheet_rl_invoice3.css ============ */
/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license https://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet_rl_invoice3.css 3 2008-12-10 20:33:18Z hugo13 $
 */

.rl-invoice3-hlink {
    color: red;
    font-size: 90%;
    background-color: yellow;
    padding: 10px 1px;
}      

.rl-invoice3-hlink-text {
    font-weight: bold;
}
/*
     FILE ARCHIVED ON 22:09:42 May 26, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:55:10 Apr 03, 2019.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 72.512 (3)
  esindex: 0.008
  captures_list: 89.706
  CDXLines.iter: 11.623 (3)
  PetaboxLoader3.datanode: 38.734 (4)
  exclusion.robots: 0.242
  exclusion.robots.policy: 0.231
  RedisCDXSource: 2.92
  PetaboxLoader3.resolve: 298.003 (2)
  load_resource: 267.935
*/
/* ============ End of stylesheet_rl_invoice3.css ============ */

/* ============ Start of stylesheet_tpp.css ============ */
#slidetabsmenu {
  float:left;
  width:100%;
  font-size:93%;
  border-bottom:1px solid #cccccc;
  line-height:32px;
  }
#slidetabsmenu ul {
  margin:0;
  padding:10px 10px 10px 10px;
  list-style:none;
  }
 @media only all and (max-width: 480px) {
 #slidetabsmenu ul {
  margin-top:10px;
  padding:0px;
  list-style:none;
  }
 #slidetabsmenu a span {
	font-size:10px;
	}
 }
#slidetabsmenu li {
  display:inline;
  margin:0;
  padding:0;
  font-weight: bold;
  }
#slidetabsmenu a {
  float:left;
  background:url("") no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
  top:1px;
  position: relative;
  }
#slidetabsmenu a span {
  float:left;
  display:block;
  background:url("") no-repeat right top;
  padding:0px 12px 1px 6px;
  color:#333333;
  margin-right:2px;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#slidetabsmenu a span {float:none;}
/* End IE5-Mac hack */
#slidetabsmenu a:hover {
  background-position:0% -42px;
  }
#slidetabsmenu a:hover span {
  color:#333333;
  background-position:100% -42px;
  }
#slidetabsmenu a.current {
	  background-position:0% -42px;
  }
#slidetabsmenu a.current span {
	  background-position:100% -42px;
  }
.tabcontent{
  clear: both;
  float:left;
  width:100%;
  background: white;
  color: #555555;
  display:none;
  padding:16px 0px 30px 0px;
  
  }

.alignright {
  display:inline;
  float:right;
  margin-bottom:4px;
  margin-left:10px;
  overflow:hidden;
  border: 1px solid black;
}

.alignleft {
  display:inline;
  float:left;
  margin-bottom:4px;
  margin-right:10px;
  overflow:hidden;
}
 
/* ============ End of stylesheet_tpp.css ============ */

/* ============ Start of stylesheet_zen_lightbox.css ============ */
/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(https://images.staticjw.com/vvs/8036/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;

}

#lbPrevLink:hover {
	background: transparent url(https://images.staticjw.com/vvs/8986/prevlabel.gif) no-repeat 0 0%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(https://images.staticjw.com/vvs/2903/nextlabel.gif) no-repeat 100% 0%;
}
.nextNoHover {
	background: transparent url(https://images.staticjw.com/vvs/2903/nextlabel.gif) no-repeat 100% 0%;
}
.prevNoHover {
	background: transparent url(https://images.staticjw.com/vvs/8986/prevlabel.gif) no-repeat 0 0%; 
}
#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(https://images.staticjw.com/vvs/1703/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/*
     FILE ARCHIVED ON 08:00:35 May 27, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:55:12 Apr 03, 2019.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 95.752 (3)
  esindex: 0.013
  captures_list: 123.306
  CDXLines.iter: 19.809 (3)
  PetaboxLoader3.datanode: 101.688 (4)
  exclusion.robots: 0.279
  exclusion.robots.policy: 0.268
  RedisCDXSource: 3.279
  PetaboxLoader3.resolve: 34.092
  load_resource: 42.746
*/
/* ============ End of stylesheet_zen_lightbox.css ============ */

/* ============ Start of index_home.css ============ */
.theme-default .nivoSlider {
	position:relative;
	background:#fff url("https://images.staticjw.com/vvs/8109/loading.gif") no-repeat 50% 50%;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	padding: 20px 0;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url("https://images.staticjw.com/vvs/9437/default-bullets.png") no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}
/*
.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url("https://images.staticjw.com/vvs/8792/default-arrows.png") no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
*/
.nivo-directionNav a{ color: transparent;}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:2px;
}
.theme-default a.nivo-prevNav {
	left:2px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
.theme-light.slider-wrapper {
    background: #fff;
    padding: 10px;
}
.theme-light .nivoSlider {
	position:relative;
	background:#fff url("https://images.staticjw.com/vvs/8109/loading.gif") no-repeat 50% 50%;
    margin-bottom:10px;
    overflow: visible;
}
.theme-light .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-light .nivoSlider a {
	border:0;
	display:block;
}

.theme-light .nivo-controlNav {
	text-align: left;
	padding: 0;
	position: relative;
	z-index: 10;
}
.theme-light .nivo-controlNav a {
	display:inline-block;
	width:10px;
	height:10px;
	background:url("https://images.staticjw.com/vvs/4989/light-bullets.png") no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-light .nivo-controlNav a.active {
	background-position:0 100%;
}

.theme-light .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background: url("https://images.staticjw.com/vvs/9824/light-arrows.png") no-repeat;
	text-indent:-9999px;
	border:0;
	top: auto;
	bottom: -36px;
	z-index: 11;
}
.theme-light .nivo-directionNav a:hover {
    background-color: #eee;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.theme-light a.nivo-nextNav {
	background-position:160% 50%;
	right:0px;
}
.theme-light a.nivo-prevNav {
    background-position:-60% 50%;
    left: auto;
	right: 35px;
}

.theme-light .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-light .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-light .nivo-caption a:hover {
    color:#fff;
}

.theme-light .nivo-controlNav.nivo-thumbs-enabled {
	width: 80%;
}
.theme-light .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-light .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
.theme-dark.slider-wrapper {
    background: #222;
    padding: 10px;
}
.theme-dark .nivoSlider {
	position:relative;
	background:#fff url("https://images.staticjw.com/vvs/8109/loading.gif") no-repeat 50% 50%;
    margin-bottom:10px;
    overflow: visible;
}
.theme-dark .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-dark .nivoSlider a {
	border:0;
	display:block;
}

.theme-dark .nivo-controlNav {
	text-align: left;
	padding: 0;
	position: relative;
	z-index: 10;
}
.theme-dark .nivo-controlNav a {
	display:inline-block;
	width:10px;
	height:10px;
	background:url("https://images.staticjw.com/vvs/7719/dark-bullets.png") no-repeat 0 2px;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-dark .nivo-controlNav a.active {
	background-position:0 100%;
}

.theme-dark .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background: url("https://images.staticjw.com/vvs/1939/dark-arrows.png") no-repeat;
	text-indent:-9999px;
	border:0;
	top: auto;
	bottom: -36px;
	z-index: 11;
}
.theme-dark .nivo-directionNav a:hover {
    background-color: #333;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.theme-dark a.nivo-nextNav {
	background-position:-16px 50%;
	right:0px;
}
.theme-dark a.nivo-prevNav {
    background-position:11px 50%;
    left: auto;
	right: 35px;
}

.theme-dark .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-dark .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-dark .nivo-caption a:hover {
    color:#fff;
}

.theme-dark .nivo-controlNav.nivo-thumbs-enabled {
	width: 80%;
}
.theme-dark .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-dark .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
.theme-bar.slider-wrapper {
    position: relative;
    border: 1px solid #333;
    overflow: hidden;
}
.theme-bar .nivoSlider {
	position:relative;
	background:#fff url("https://images.staticjw.com/vvs/8109/loading.gif") no-repeat 50% 50%;
}
.theme-bar .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-bar .nivoSlider a {
	border:0;
	display:block;
}

.theme-bar .nivo-controlNav {
    position: absolute;
    left: 0;
    bottom: -41px;
    z-index: 10;
    width: 100%;
    height: 30px;
	text-align: center;
	padding: 5px 0;
	border-top: 1px solid #333;
	background: #333;
    background: -moz-linear-gradient(top,  #565656 0%, #333333 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#565656), color-stop(100%,#333333)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #565656 0%,#333333 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #565656 0%,#333333 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #565656 0%,#333333 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #565656 0%,#333333 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
    opacity: 0.5;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-bar:hover .nivo-controlNav {
    bottom: 0;
    opacity: 1;
}
.theme-bar .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url("https://images.staticjw.com/vvs/9437/default-bullets.png") no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 5px 2px 0 2px;
}
.theme-bar .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-bar .nivo-directionNav a {
	display:block;
	border:0;
	color: #fff;
	text-transform: uppercase;
	top: auto;
	bottom: 10px;
	z-index: 11;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	opacity: 0.5;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-bar a.nivo-nextNav { right: -50px; }
.theme-bar a.nivo-prevNav { left: -50px; }
.theme-bar:hover a.nivo-nextNav { 
    right: 15px; 
    opacity: 1;
}
.theme-bar:hover a.nivo-prevNav { 
    left: 15px; 
    opacity: 1;
}
.theme-bar .nivo-directionNav a:hover { color: #ddd; }

.theme-bar .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-bar:hover .nivo-caption {
    bottom: 41px;
}
.theme-bar .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-bar .nivo-caption a:hover {
    color:#fff;
}

.theme-bar .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-bar .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-bar .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
.nivoSlider {
	position:relative;
	float:left;
	width:auto;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	display:none;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

 @media only all and (max-width: 800px)  {
.nivoSlider {
	position:relative;
	float:left;
	width:100%;
}
}
 
/* ============ End of index_home.css ============ */

/* ============ Start of print_stylesheet.css ============ */
/**
 * CSS Stylesheet for printing
 *
 * @package templateSystem
 * @copyright Copyright 2003-2006 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license https://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: print_stylesheet.css 4530 2006-09-16 04:00:24Z drbyte $
*/
/*
body {background-color: #ffffff;}
#contentMainWrapper {background-color: #ffffff;}
.messageStackWarning, #navMainWrapper, #navMainSearch, #navCatTabsWrapper, #navEZPagesTop, 
#navColumnOne.columnLeft, #navColumnTwo.columnRight, 
.navMainSearch,
#navSupp, .banners, #navBreadCrumb, .buttonRow { display: none;}
 */
 
/* ============ End of print_stylesheet.css ============ */