﻿/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://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: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
	background-color: #e5edf5;
	}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #3300FF;
	text-decoration: none;
	}
 
a:visited {
	color: #3300FF;
	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 {
	color: #FF0000;
	}

a:active {
	color: #0000FF;
	}

h1 {
	font-size: 1.5em;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
	}

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 3px;
}

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

TEXTAREA {
/*	float: left;*/
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #F0F8FF;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	width: 11em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 15em;
	float: left;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 12em;
	float: left;
	}

P, ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #000000;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 100%;
	vertical-align: top;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 

#tagline {
	color:#0058A3;
	font-size:1em;
	text-align:left;
	padding-top:2.6em;
	}

#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;
	}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #9a9a9a;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	width: 100%;
	}

#navMain ul, #navSupp ul, #navCatTabs ul  {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #000000;
	}

#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;
	}

#navEZPagesTop {
	background-color: #ffff33;
	}

#navBreadCrumb, #navEZPagesTop {
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

#navColumnOne {
	background-color: #FFCC99;
	}

#navColumnTwo {
	background-color: #00BFBF;
	}

/*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;
	}
.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0.8em;
	}

.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 #cccccc;
	}

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

.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;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	} 

#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: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a {
	font-size: 1em;
	color: #ffffff;
	}

.leftBoxHeading, .centerBoxHeading {
	margin: 0em;
	padding: 0.5em 0.2em;
	}

.leftBoxContainer {
	border: 1px solid #ffffff;
	margin-top: 1.5em;
	}

.sideBoxContent {
	background-color: #ffffff;
	padding: 0.4em;
	}

.rightBoxHeading {
	margin: 0em;
	background-color: #663366;
	padding: 0.2em 0em;
	}

h3.leftBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 

h3.rightBoxHeading a:hover {
	color: #FF0000;
	text-decoration: none;
	}

.rightBoxContent {
	background-color: #ffffff;
	margin-bottom: 1em;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #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 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/*misc*/
.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #E8E8E8;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #F0F0F0;
	height: 1.5em;
	vertical-align: top;
	}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background-color: #cacaca;
	height: 2em;
	}

#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;
	}
.information {padding: 10px 3px; line-height: 150%;}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	}

.seDisplayedAddressLabel {
	background-color:#85C285;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}

#mainWrapper{background-color:transparent;width:960px}
body{behavior: url(includes/csshover.htc);font-family:arial, verdana, helvetica, sans-serif;font-size:72.5%;color:#555555;background-color:#FEFEFE;background-image:url('../images/body_bg.gif');background-repeat:repeat-x}
#navMainWrapper{margin:0em;background-color:#D6D6D6;width:100%;background-image:url('../images/top_bg.png');height:36px}
#navMainSearch{float:left;margin-left:1.6em;background:url('../images/top-search-icon.gif') no-repeat left top;margin-top:5px;padding-left:22px} 
.searchHeaderInput{width:250px;border:1px solid #bbb;margin:0;background:#fff url(../images/input-bg.gif) repeat-x left top;font-size:12px;font-family:arial, helvetica;height:1.24em;padding:2px}
.searchHeaderSubmit, .newsletterSubmit{background:url(../images/gradient.png) repeat-x 0 100% #8ed2d4;border:1px solid #3A9804;padding:1px 5px;color:#444;font:bold 11px arial, sans-serif !important;color:#FFFFFF;  cursor:pointer;text-transform:uppercase;text-align:center;margin:0}
#logo img{padding:4px 0}
#navColumnTwo{background-color:transparent}
h3.rightBoxHeading, h3.rightBoxHeading a{font-size:1.1em;color:#444444;text-transform:uppercase}
.rightBoxHeading{margin:0em;background-color:#F0F2F3;padding:0.2em 0em;border-top:1px #9BC6E8 solid}
.sideBoxContent{background-color:#F0F2F3;border-bottom:1px #9BC6E8 solid;padding:.4em 16px 1em 16px}
.rightBoxContainer{margin-top:1em}
span.browseProducts,span.compareProducts{color:#DF3B02;line-height:18.2px;font-size:14px}
a.category-links{color:#0065B1;font-size:12.6px}
a:link, #navEZPagesTOC ul li a{color:#0065B1;text-decoration:none} 
a:visited{color:#0065B1;text-decoration:none}
a:active{color:#0065B1}
span.textCategory{font-size:12px;font-weight:bold;line-height:2em}
.sideBoxInnerContent{padding-left:6px;line-height:1.4em}
.sideBoxInnerContent img{padding-bottom:3px;padding-right:3px}
h1{font-size:28px;line-height:33px;color:#002D53;font-weight:normal;font-family:Arial, Helvetica, sans-serif}
.centerBoxFooter, .centerBoxHeader{width:670px}
.centerBoxWrapper{background-position: -670px;margin-bottom:0;background-color:transparent;background-image: url('../images/centerBoxbg.png');background-repeat: repeat-y}
div.centerBoxFooter{background-position: -1340px bottom;margin-bottom: 2em;background-color: #F7F7F7;background-image: url('../images/centerBoxbg.png');height: 18px;background-repeat: no-repeat}
.centerBoxHeader{background-image: url('../images/centerBoxbg.png');height:8px;background-repeat: no-repeat}
.centerBoxHeading{font-size:14px;text-align:left;padding-left:1em;color:#222222}
#productColumnLeft{width:38%;margin-left:0;float:left}
#productMainImage img{border:1px #BBBBBB solid}
#productColumnRight{padding-left:1em;float:left}
table#productDetails{width:400px}
table#productDetails td{font-size:11px;line-height:18.6px;color:#2D2E30;border-top:1px #E7E7E7 solid;padding:3px 0}
table#productDetails td.columnL{padding-left:12px;font-weight:bold}
table#productDetails td a{font-weight:bold}
#productsDisclaimer{font-size:11px;color:red;padding-bottom:1em}
#navBreadCrumb{margin-bottom:17px;/*border-bottom:1px solid #ccc;*/background-color:transparent;width:95%;float:left; font-size:11px; color:#444; padding:15px 0 4px 5px; }
#navBreadCrumb img{padding:0 0 1px 4px}
#navBreadCrumb a:hover{color:#444444}
#navBreadCrumb a{font-weight:normal}
.productListing-data{vertical-align:top;text-align:left;border-bottom:1px #CDCDCD solid;padding:1em}
.centerColumn{width:670px}
.listingProductImage{border:1px #CDCDCD solid}
div#filterResults{font-size:11px;font-weight:bold;background-color:#EEEEEE;text-align:right;padding:0.4em;vertical-align:middle;color:black;margin-bottom:1em}
.productListing-Image{width:160px;text-align:center}
.navSplitPagesResult{margin:1.4em	0}
#cartAdd{border-width:0}
#productQuestions{font-weight:normal;background:url(../images/bubble.png) no-repeat left;padding-left:2.2em}
#productNotifications{background:url(../images/pencil.png) no-repeat left;padding:1em 0 1em 2.2em}
.rowBottom{background-color:#EAFDE9;border-bottom:1px #DBDBDB solid}
td.rowBottom h2{font-weight:normal}
div.productGeneral{padding:1em}
.tabcontent{border-bottom:2em}
#viewDemo{background-image:url('../images/viewDemobg.png');border:0;text-align:left;margin-bottom:2em;padding:1em 0 1.1em 2em}
#viewDemo a{background:url(../images/rArrow.png) no-repeat left;padding-left:2em;font-size:14px;font-weight:bold}
#rsssideboxHeading{display:none;visibility:hidden}
#rsssideboxContent{background-image:url('../images/rss-sb-bg.png');border:0;height:22px;background-color:transparent;padding:4px;padding-left:2em}
.newsletterText{margin-bottom:0}
#navSuppWrapper {margin:2em 0}
FIELDSET {border: 1px solid #DDDDDD}
#testimonialDefault{margin:0 5px;padding:8px;text-align:left;}
#testimonialDefault h1{margin:0;padding:10px 0;font-size:1.5em;font-weight:700;}
blockquote {margin:0 !important;padding:0 !important;border:1px solid #DDDDDD;height:1%}
blockquote div {padding:38px 56px;height:1%}
.testimonialImage {margin: 0;padding: 0;text-align: center}
fieldset {padding: 0.5em;margin: 0.5em 0;display:block;border:1px solid #DDDDDD}
fieldset ol {padding: .5em .5em 0 .5em;list-style: none}
fieldset li {padding-bottom: .5em}
fieldset #personal, fieldset #order, fieldset #write{padding:0;border:1px solid #DDDDDD;border-width: 1px 0 1px 0}
legend {padding: 0.3em;color: #000;font-weight:bold}
select {margin: 0.1em}
textarea {margin: auto;padding:0.5em;display: inline;width: 60%;border:1px solid #DDDDDD;overflow:auto}
label.inputLabel {width: 11em;float: left;color: #000}
/*News*/
.newsHeadlineText IMG{vertical-align: middle}
p.articleHeading{font-weight: bold; margin: 0; padding: 0;}
span.articleHeading{font-weight: bold;}
p.articleByLine{font-size: .9em; padding: 0 0 0 20px; margin: 0;}
p.articleByLine SPAN.author{font-style: normal;}
p.articleByLine SPAN.comments{font-style: italic;}
p.articleByLine A{text-decoration: underline}
div.articleTextBlock{clear: both; padding: 0; margin: 0}
div.articleText, p.articleText{margin: 0; padding: 0}
IMG.articleImage{border: 3px double #9a9a9a; padding: 0; margin: 10px 10px 10px 10px}
p.newsListingDate{font-weight: bold; text-align: center; margin: 0; padding: 0}
ul.articleLinkList{list-style-type: none; line-height: 1.5em; padding: 10px 0 0 0; margin: 0}
ul.archiveLinkList{list-style-type: none; line-height: 1.5em; padding: 0; margin: 0}
ul.articleLinkList li, ul.archiveLinkList li{background-image: url("../images/icons/news_link.gif"); background-repeat: no-repeat; background-position: 17px 2px; padding: 0 0 0 35px}
ul.articleLinkList li.articleStoreLink{background-image: url("../images/icons/news_link_2.gif"); background-repeat: no-repeat; background-position: 17px 4px; padding: 0 0 0 35px}
ul.articleLinkList li.articleProductLink{background-image: url("../images/icons/cart.gif"); background-repeat: no-repeat; background-position: 17px 0px; padding: 0 0 0 35px}
ul.articleLinkList a, ul.archiveLinkList a{text-decoration: underline}
.commentsHeading{background: #F0F2F3; border-top: 1px solid #9bc6E8;padding: 3px}
.commentsBody{background: #F0F2F3; border-bottom: 1px solid #9bc6E8;padding: 3px;margin-bottom:0.8em}
p.backLink{float: right; margin: 0; padding: 0; clear: right}
.commentsAuthor{text-align: left; float: left; margin: 0; width: 45%}
.commentsSubject{font-weight: bold}
.commentsDate{text-align: right; float: right; padding: 0; margin: 0}
div.commentsBody p{clear: both; padding: 0 10px 10px 10px; margin: 0}
fieldset.commentsFieldSet{text-align: left;vertical-align:top;background: #F0F2F3; border-top: 1px solid #9bc6E8; border-bottom: 1px solid #9bc6E8;border-left:0;border-right:0; padding: 1em; margin: 10px 0 0 0}
fieldset.commentsFieldSet legend{padding: 0.2em 0.5em; border: 1px solid #9bc6E8; background: #fff; color: #000; text-align: right;}
fieldset.commentsFieldSet label{display: block; text-align: left; margin: 3px;}
fieldset.commentsFieldSet label input{display: block}
.commentsSubmit{text-align: right}
.splitSolid{height: 1px; background: #000000; padding: 0; margin: 0}
.splitSolidGray{display:none}
.clearSplit{height: 10px; padding: 0; margin: 0}
.splitSolid hr, .splitSolidGray hr, .clearSplit hr{display: none}
.clearboth{clear: both; height: 1px; width: 100%}
.clearboth hr{display: none}
/*Footer Menu*/
#footer {clear:both;margin:0;}
#navSuppWrapper {margin: 10px 5px 0;padding:10px 0 5px 5px;background-color:#DDEECC;color:#334422;border:1px #88CC33 solid;width:952px;margin:auto}	
dl.footerMenu {margin: 0 0 3px 0;padding:0;clear:both;height:120px;width:952px;font-weight:normal;color:#555555}
dl.footerMenu a{color:#555555}
dt {margin-bottom:.3em;font-weight:normal}
dd {margin:0;padding:0;float:left;width:24.3%}
dl.footerMenu ul {margin:0;padding:0;list-style: none;}
dl.footerMenu li {margin:0;padding:0;}
dl.footerMenu li a {margin:0;padding-left:2em;display:block;}
.menuTitle {margin:0;padding-bottom:.3em;text-align:center;font-size:1.1em;}
#siteinfoLegal {margin:0 auto;padding: .5em 0 0;font-size: 0.9em;text-align:center;width:100%;line-height:normal;clear:both}
#siteinfoLegal a {padding: 0 0.5em 0 0.5em;color: #000;white-space: nowrap; }
.newsletterEntry{color:#555555;padding:1em;font-weight:normal}
span.newsletterHeading{text-transform:uppercase;font-weight:bold;line-height:2em}
/*HeaderMenu*/
#cssDropMenu {background: transparent url(../images/header-addons-bg.png) repeat-x right bottom;height: 28px;width: 100%;text-align: right;font-size:12px}
#dropMenu {position: relative;float: left;margin: 0;padding: 0;list-style-type: none;z-index: 100;background: transparent url(../images/menu-bg.png) repeat-x left top;text-align: left}
#dropMenu li {position: relative;float: left;height: 28px}
#dropMenu ul li.subMenu a {background: transparent url(../images/sub-menu-icon.gif) no-repeat 100% 50%}
#dropMenu ul li.subMenu li a {background-image: none}
#dropMenu li a {display: block;float: left;background: url(../images/menu-separator.png) no-repeat right top;padding: 6px 7px 3px;color: #fff;font-weight: bold;text-decoration: none;white-space: nowrap;text-align: left}
#dropMenu li ul {position: absolute;visibility: hidden;top: 28px;left: 1px;width: 180px;margin: 0;padding: 0;background-color: #F0F5FB;z-index: 10000;border: 1px solid #77A9E4;border-bottom: 2px solid #0058A3;border-top: 0;padding: 3px 0 7px 0}
#dropMenu li:hover ul {visibility: visible}
#dropMenu li:hover ul ul {visibility: hidden;top: -2px;left: 150px}
#dropMenu li li:hover ul {visibility: visible}
#dropMenu ul li {float: none;margin: 0;padding: 3px 0 0 0;height: auto}
#dropMenu ul li.bottom a {border: 0}
#dropMenu ul li a {display: block;height: auto;float: none;font-weight: normal;color: #000;background-image: none;padding: 0;margin: 0 10px;line-height: 23px;border-bottom: 1px solid #d4d4d4}
#dropMenu ul li a:hover {color: #ee382a;height: auto}
#dropMenu ul li a:hover .hover-red {color: #414141}
#dropMenu .navLeft {background: transparent url(../images/menu-start.png) no-repeat left top;width: 7px;height: 28px}
#dropMenu .navLevel {padding: 0;margin: 0}
#dropMenu li.grayBg {background: transparent url(../images/menu-gray-bg.png) repeat-x left top}
#dropMenu li.grayBg a, #dropMenu li.grayBg a:hover {background: transparent url(../images/menu-gray-separator.png) no-repeat right top;color:#0058A3}
#dropMenu li.grayBg li a, #dropMenu li.grayBg li a:hover {background-image: none}
#dropMenu li.menuBlue2Gray {background: transparent url(../images/menu-bl2gray.png) no-repeat left top;width: 34px}
#dropMenu li.menuRed2White {background: transparent url(../images/menu-gr2wh.png) no-repeat left top;width: 34px}
#dropMenu li a.default {cursor: default!important}
#dropMenu ul li.bottom a {border: 0 !important}
#dropMenu ul li {display: inline}
.nav-users{font-weight: bold;vertical-align: middle}
#nav ul li.sub  a {background:transparent url(../images/sub-menu-icon.gif) no-repeat 100% 50%}
.clearBoth {clear:both;height:0;font-size:0;line-height:0}
/*LoginBox*/
.mMenubg{background:transparent url(../images/downArrow.gif) no-repeat right top}
.mMenubg-hover{background:transparent url(../images/hover.png) no-repeat right top}
.mMenubg2-hover{background:transparent url(../images/toggleClose.png) no-repeat right top}
.mMenubg-st-hover{background:transparent url(../images/borderLeft.png) no-repeat left top}
.mMenubg-st-hover,.mMenubg{padding:0 20px 2px 10px}
.login-menu,.member-menu{border:1px solid #77A9E4;background:#FFFFFF;position:absolute;z-index:10001;margin-top:-2px}
.login-menu{padding:15px;background:#F0F5FB;width:245px;text-align:right}
.login-menu a{color:#1980cf}
.loginBoxBtn{margin:1em	0	1em	0}
.member-menu{width:160px;z-index:99999;border:1px solid #77AE94;border-bottom:2px solid #0058A3;border-top:0;padding:6px 10px 7px 10px;background:#F0F5FB url(../images/member-menu-top.gif) no-repeat right top}
.member-menu li{background:none;float:none;border-bottom:1px solid #d9d9d9;width:94%}
.member-menu li,.toggleMenu{padding:0}
.member-menu li a{display:block;color:#444;padding:3px 0}
.toggleMenu,.toggleMenu ul{float:right}
.toggleMenu{width:450px;line-height:1.5em;font-size:12px;margin-right:1em}
.toggleMenu img{vertical-align:text-bottom}
.toggleMenu li{list-style-type:none;float:left;padding:0 4px}
.toggleMenu li a{color:#555;text-decoration:none}
.toggleMenu li a:hover{color:#ee382a}
.toggleMenu{padding-top:2.4em}
ul.member-menu li.bottom {border: 0 !important}
/*RSS*/
rss {display: block;margin: 10px auto 10px auto;width: 96%;background: #FFF;font-family: Verdana, arial, sans-serif;font-size: small}
channel {display: block;margin-bottom: 10px;border: 1px solid #CCC;padding: 10px}
channel>title {display: block;font-size: large;font-weight: bold}
channel>description {display: block}
channel>copyright {display: block;font-size: x-small;color: #666}
channel>lastBuildDate {display: block;text-align: right}
channel>language,channel>image,channel>managingEditor,channel>webMaster,channel>generator,channel>docs,channel>ttl {display: none}
item {display: block;padding: 5px;margin-top: 10px;border: 1px solid #CCC;background: #EEE}
item>title {display: block;margin-right: 5px;font-weight: bold}
item>description {display: block;margin-right: 5px;color: #666}
item>pubDate {display: block;margin-right: 5px;font-size: x-small;color: #666;white-space: nowrap}
item>link,item>comments {display: block;margin-right: 5px;font-size: x-small;color: #666}
item>category,item>author,item>guid {display: none}
#footer{margin-top:4em}
#slidetabsmenu {float:left;width:100%;font-size:93%;border-bottom:1px solid #24618E;line-height:normal;}
#slidetabsmenu ul {margin:0;padding:10px 10px 10px 10px;list-style:none;}
#slidetabsmenu li {display:inline;margin:0;padding:0;font-weight: bold;}
#slidetabsmenu a {float:left;background:url("../images/tableft33.gif") no-repeat left top;margin:0;padding:0 0 0 4px;text-decoration:none;}
#slidetabsmenu a span {float:left;display:block;background:url("../images/tabright33.gif") no-repeat right top;padding:5px 12px 4px 6px;color:#24618E;}
#slidetabsmenu a:hover {background-position:0% -42px;}
#slidetabsmenu a:hover span {color:#FFF;background-position:100% -42px;}
#slidetabsmenu a.current {background-position:0% -42px;}
#slidetabsmenu a.current span {background-position:100% -42px;color:#FFF;}
.tabcontent{clear:both;float: left;width: 100%;border-bottom:0;background: white;color: black;display:none;}
#getSatisfaction{padding-left:0;width:670px;padding-top:1em}
.wishpot_form{float:right;padding-right:2em}
div#gsfn_search_widget img { border: none }
div#gsfn_search_widget /*{ font-size: 12px;border: 6px solid #DDD; padding: 10px;}*/
div#gsfn_search_widget a.widget_title { color: #000; display: block; margin-bottom: 10px; font-weight: bold; }
div#gsfn_search_widget .powered_by { margin-top: 8px; padding-top: 8px; border-top: 1px solid #DDD; } 
div#gsfn_search_widget .powered_by a { color: #333 }      
div#gsfn_search_widget form { margin-bottom: 8px; }
div#gsfn_search_widget form label { margin-bottom: 5px; display: block}
div#gsfn_search_widget form #gsfn_search_query { width: 60%; }
div#gsfn_search_widget div.gsfn_content { }
div#gsfn_search_widget div.gsfn_content li { text-align:left; margin-bottom:6px; }
div#gsfn_search_widget div.gsfn_content a.gsfn_link { line-height: 1; }
div#gsfn_search_widget div.gsfn_content span.time {padding-left: 3px; }
div#gsfn_search_widget div.gsfn_content p.gsfn_summary { margin-top: 2px }
label.gsfn_label {font-size:11px}
#messageSuccessLeft {width: 94px;margin-left: 6px;float: left;border-right-style: dashed;border-right-color: #DDDDDD;border-right-width: 1px;text-align:center;padding:10px 0}
#messageSuccessRight {width: 244px;padding-left:6px;float: left}
#messageSuccessBottom{margin-top:1em;padding:0.5em}
.addedToCart, #messageSuccessProductName{margin: 0.4em 0}
.messageStackSuccess {color: #000000;position:absolute}
.highslide-image {height:220px}
.messageCheckout{text-align:right}
#messageSuccessProductName{font-weight:bold}
#messageSuccessRight{line-height:2em;font-size:11px}
#messageSuccessCount{font-size:11px;padding:0.4em 0;border:1px	#9BC6E8 solid;border-left:0;border-right:0;background-color:#EAFDE9;text-align:center;color:#0065B1;margin-top:0.4em}
.closeMessageSuccessButton {position: relative;width: 30px;height: 30px;cursor: pointer;background: url(../images/close.png)}
#messageSuccessCart{font-size:11px;padding:0.4em 0;border-style: solid;border-width: 0 0 1px 0;border-color: #CCCCCC;background-color: #F0F2F3;color: #444444;text-align:center}
.messageCheckout{padding-left:6em}
#messageSuccessCoupon{text-align:center;font-size:11px;padding:1em 0}
#betterTogetherDiscountPolicy{padding:0.4em 0;/*background: url(../images/betterTogetherBG.png) left;*/border:1px #9BC6E8 solid;color:#444444;margin-top:0.4em;width:452px;margin:2em auto;height:152px;background-repeat:no-repeat}
#betterTogetherLeft {width: 40%;margin-left: 2%;float: left}
#betterTogetherRight {width: 55%;padding-left: 1em;float: left}
.plusSign img {padding:3em 0.4em}
td.cartBoxLeft, td.cartBoxRight {padding:.4em;vertical-align:top;font-size:11px}
#recentlyviewedContent img{padding:.4em}
#recentlyviewedContent {vertical-align:top;font-size:11px}
#addthisHeading{display:none}
#addthisContent{background-color:transparent;border-bottom:0px;padding-left:25px}
td.compare{width:20%;text-align:center}
td.compareLeft,.compare{padding:6px	0;border-top:1px #E7E7E7 solid}
td.noBorder{border:0}
td.compareLeft{padding-left:10px;width:40%}
.lineHeight{line-height:1.6em}
.bottomRow{border-bottom:1px #E7E7E7 solid}
#compare{margin-bottom:2em}
.rowDark{background-color:#F8F8F8}
.rowLight{background-color:#FEFEFE}
#contactUsHeader{color:#555555;float:right;padding-right:1em;padding-top:0.6em;font-weight:normal;font-size:11.4px;line-height:2em}
#contactUsHeader img{vertical-align:middle;padding-right:0.4em;padding-bottom:0.2em}
.aboutTD{vertical-align:top}
.manufacturerInfofont-style:italic;padding-left:2em}