/**
 * 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 { 
	padding:0; 
	margin:0 auto; 
	background:url(../images/bodyBack.gif) top repeat-x; 
	font-family:Arial, Helvetica, sans-serif; font-size:12px;}

.clear { clear:both; padding:0; margin:0}
img { border:0}
ul, li { list-style-type:none; padding:0; margin:0}
 p {color:#666666; }
h1, h2, h3, h4, span, div, p { padding:0; margin:0;  }

h1 { font-family:Georgia, "Times New Roman", Times, serif; font-size:25px; color:#9c100f; font-weight:normal; padding-left:20px;}
h2 { font-family:Georgia, "Times New Roman", Times, serif; font-size:20px; color:#9c100f; font-weight:normal}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	text-decoration: none;
	}
 
a:visited {
	color: #E2E2C5;
	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: #CCCCCC;
	text-decoration: underline;
	}

a:active {
	color: #0000FF;
	}


.biggerText {
	font-size: 1.2em;
	}


/*  Might uncomment either or both of these if having problems with IE peekaboo bug:
h1, h2, h3, h4, h5, h6, p {
	position: relative;
	}
*html .centerColumn {
	height: 1%;
	}
*/

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #ededed;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #000000;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	color: black;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	padding-top: 10px;
	}


#logo {
	float: left;
	padding-top: 23px;
	width: 290px;
	}
LABEL.inputLabel {
	width: 11em;
	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;
	}

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 #9a9a9a;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	/* hasya 07-01-10 background-color: #797d7e;
	text-align: left;
	width: 980px;
	vertical-align: top;*/
	 width:1020px; margin:0 auto;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#logoWrapper{
	background-color: #222834;
	height:200px;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#tagline {
	padding: 5px;
	border: none;
	}

#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 {padding: 0 25px;}

.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;
	padding: 0.5em 0.2em;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	}

#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}

#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;
	}

#navCatTabs ul li a {
	color: #9a9a9a;
	}

#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;
	}

#navBreadCrumb {
	padding: 0.5em 0.5em;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	}

#navEZPagesTop {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

#navColumnOne, #navColumnTwo {
	background-color: transparent;
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

#productDescription {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}
.shippingEstimatorWrapper {
	color: #000000;
	}
.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory     {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.8em;
	}

.smallText, #siteinfoCredits, #siteinfoStatus {
	font-size: .9em;
	}
#siteinfoLegal, #siteinfoIP {
	font-size: 11px;
	padding: 10px 0;
	}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	padding: 1em;
	}

.tableHeading TH {
	border-bottom: 1px solid #9a9a9a;
	color: #000000;
	}

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	color: #000000;
	 }

#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;
	color: #000000;
	}

.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: #666666;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: ;
	
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

#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;
	color: #000000;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	font-weight: bold;
	}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	list-style-type: none;
	} 

#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 {}


.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;
	color: #000000;
	}

.productListing-rowheading {
	background-color: #abbbd3;
	/*
	background-image: url(../images/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;
	}
.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;
	}
/************************************************************************************
Style_imagehover.css
************************************************************************************/
#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;
  color: #000066;
  margin: 0;
  padding: 2px 0px 5px 0;
  text-align: left;
  background: #FFFFFF;
  width: 100%;
  clear: both;
}

#trailimageid img {
  margin: 20px 0 0 0;
  border: none;
}
/***********************************************************************************************
stylesheet_slimbox_ex.css
***********************************************************************************************/
@charset "utf-8";

/* SLIMBOX (Customized version) */
/* Don't change the dimensions without doing a backup, this CSS is not very forgiving. */

#lbOverlay, #lbCenter, #lbBottomContainer {
	z-index:1000000;
	}

#lbOverlay {
  position: absolute;
  top:0; left: 0;
  width: 100%;
  background-color:#000;
  cursor: pointer;
}

#lbCenter, #lbBottomContainer {
  position: absolute;
  left: 50%; padding:0;
  overflow: hidden;
  background-color: #fff;
  margin:0px;
  font-size:0px;
  line-height:0px;
}

.lbLoading {
  background: #fff url(../images/slimbox/sb_loading.gif) no-repeat center;
}

#lbCanvas {
  border: 9px solid #fff;
}

#lbCanvas iframe, #lbCanvas img {
  border:1px solid #999;
  margin:0; padding:0;
}

#lbPrevLink, #lbNextLink {
  display: block;
  position: absolute;
  top: 10px;
  width: 70px;
  background:url(../images/slimbox/sb_anchor_spacer.gif);
}

#lbPrevLink {
  left: 0;
}

#lbNextLink {
  right: 0;
}

#lbPrevLink:hover {
  background: transparent url(../images/slimbox/sb_prevlabel.gif) no-repeat;
  cursor:pointer;
}

#lbNextLink:hover {
  background: transparent url(../images/slimbox/sb_nextlabel.gif) no-repeat;
  cursor:pointer;
}

#lbPrevLinkVar, #lbNextLinkVar {
  top:0;
  display: block;
  position: absolute;
  width: 70px;
}

#lbPrevLinkVar {
  left: 0;
  background: transparent url(../images/slimbox/sb_prevvar.gif) no-repeat;
}

#lbNextLinkVar {
  right: 0;
  background: transparent url(../images/slimbox/sb_nextvar.gif) no-repeat;
}

#lbPrevLinkVar:hover, #lbNextLinkVar {
  cursor:pointer;
}

#lbBottom {
  font-size:12px;
  font-family: Verdana, Helvetica, sans-serif;
  color: #666;
  text-align: left;
  margin:0 0 0 10px; padding:0;
}

#lbCloseLink, #lbCloseLinkVar {
  display: block;
  float: right;
  width: 66px;
  line-height:18px;
  background: transparent url(../images/slimbox/sb_closelabel.gif) no-repeat center;
  margin:0; padding:0;
  cursor:pointer;
}

#lbCloseLinkVar {
  background: transparent url(../images/slimbox/sb_closevar.gif) no-repeat center;
}

#lbNCWrapper {
	float:left;
}

#lbNumber {
	padding-top:5px;
	font-size:9px;
	clear:left;
	line-height:12px;
}

#lbCaption {
  font-weight: bold;
  color:#444;
  font-size:11px;
  padding:0px;
  margin:0px;
  line-height:16px;
}

#lbBottomContainer {
  clear:none;
  margin:0;
  padding:0;
}

#slimboxWrapper {
  padding:0px;
  margin:0px;
  border:none;
  border-collapse:collapse;
  display:none;
  visibility:hidden;
  clear:none;
  background-color:inherit;
}
/*****************************************************************************************************8
Stylesheet_news.css
******************************************************************************************************/
/* News */
.newsHeadlineText { text-align: center; width: 100%; height: 15px; font-size: 1em; background: #222934; border-left: 1px solid #9a9a9a; border-right: 1px solid #9a9a9a; border-top: 1px solid #9a9a9a; border-bottom: 5px solid #9a9a9a; padding: 3px 0 0 0; margin-top: 10px;}
.newsHeadlineText IMG { vertical-align: middle; }
.newsHeader { background: #797D7E; height: 40px; font-size: 16px; text-align: center; padding: 0; margin: 5px 0 0 0; }
.newsHeader h1{background :#797D7E;}
p.articleHeading { font-weight: bold; margin: 0; padding: 0; }
span.articleHeading { font-weight: bold; }

p.articleByLine { font-size: 1.1em; 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; background: #FFFFFF; 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: #f2f1ee; padding: 3px; }
.commentsBody { background: #FFFFFF; padding: 3px; }
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; background: #f2f1ee; border: 1px solid #e7e6e0; padding: 1em; margin: 10px 0 0 0; }
fieldset.commentsFieldSet legend { padding: 0.2em 0.5em; border: 1px solid #c96e29; 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 { height: 1px; background: #9a9a9a; padding: 0; margin: 0; }
.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; }

/**********************************************************************************************88
stylesheet for the Static Side Box Added Here
***********************************************************************************************/
#staticRSSText {
  font-weight: bold;
}
.staticRSSArticles {
  text-align: left;
  margin: 5px 0 0 0;
  list-style: none;
}
.staticRSSArticle {
  margin: 0;
  /* remove/comment out the following line if using a defined delimiter */
	background: url(../images/sidebox-bulletin.jpg)no-repeat;
  padding: 0px 0px 0px 20px; 
}
/****************************************************************************************************
Stylesheet Header Menu CSS
****************************************************************************************************/
#dropMenu {
	height: 40px;
	background: #055592;
	}
body {  
	behavior: url(includes/csshover.htc);
	}
div#dropMenu ul.level1 {
	padding: 0;
	margin: 0;
	height: 40px;
	text-align:center;
	z-index:1000;
	float:left;
	}
div#dropMenu li {
	position:relative;
	list-style:none;
	margin:0;
	display:block;
	float:left;
	border-right:2px #222834 solid;
	width: 120.5px;
	}
div#dropMenu li a {
	color:#FFFFFF;
	text-decoration: none;
	font-size:1.1em;
	font-weight:bold;
	display:block;
	height:28px;
	padding-top: 12px;
	}	
div#dropMenu li:hover {
	background: #C0C0C0;
	color: #333333;
	}
div#dropMenu li a:hover {
	color: #333333;
	}
div#dropMenu ul a {
	width: auto;
	z-index:1000;
	}
div#dropMenu ul ul {
	display: none;
	}
div#dropMenu ul ul li {
	border-bottom: 1px solid #CCC; 
	width:130px;
	z-index:1000;
	}
div#dropMenu ul.level1 li.submenu:hover ul.level2 {
	float: left;
	margin: 0;
	padding: 0;
	position: absolute; 
	width: 130px;
	display:block;
	z-index:1000;
	}
div#dropMenu ul.level2 {
	background: #0463A7;
	z-index:1000;
	position:absolute;
	left:0;
	}
div#dropMenu ul.level2 a {
	color: #333333; 
	text-transform:none;
	}  /* this is text color on drop-down submenu */
div#dropMenu ul.level2 a:hover {
	background: #C0C0C0;
	color:#333;
	width: 130px;
	}
#dropMenu .noLine {
	border:none;
	background: #B51900;
	padding-left: 2px;
	}
#dropMenu .noLine:hover {
	background: #CCCCCC;
	}
#dropMenu .noLine a:hover {
	color: #000000;
	}
.clearBoth {
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
	}
/****************************************************************************************************
CSS Files That Control The Sideboxes And CenterBoxes
****************************************************************************************************/
/**********************************list box contents************************************************/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch {
	margin: 1em 0em;
	}

.centerBoxWrapper {
	height: 1%;
/*	margin: 1.1em 0;*/
	}

h2.centerBoxHeading {
	font-size: 1.4em;
	color: #ffffff;
	text-align: left;
	padding: 23px 0 0 25px;
	}
.centerColumn , .centerBoxWrapper{
	/*background: transparent url(../images/bg-centerbox-content.jpg) repeat-y fixed top;*/
	}
.centerColumn {
	padding: 0 2px;
	font-size: 12px;
	width:580px;
	}
/*
.centerBoxHeading {
	margin:0;
	background:#797d7e url(../images/bg-centerbox-header.jpg) no-repeat top left;
	height: 27px;
	}
*/
/*
.centerBoxFooter {
	background: url(../images/bg-centerbox-footer.jpg) no-repeat;
	height: 20px;
	}
*/
.centerBoxWrapperContents {
	padding: 0 30px 0 27px;
	}

 
.centerBoxContentsNew, .centerBoxContentsFeatured, .centerBoxContentsSpecials, .centerBoxContentsProducts, .specialsListBoxContents {
	background: #FFFFFF;
	margin: .5em 0em;
	color: #000000;
	padding-bottom: 5px;
	border: 3px solid #b1d3df;
	height:210px;
	}
.featuredTitle, .newTitle, .categoriesTitle, .specialsTitle {
	background: #8CA2AF;
	padding: 5px 0;
	}
.featuredTitle a, .newTitle a, .categoriesTitle a, .specialsTitle a, .specialsListBoxContents a {
	color: #990000;
	font-weight: bold;
	}
.itemTitle {
	margin: 0;
	padding: 5px 2px;
	background: #ffffff;
	/*
	background-image:url(http://www.elitecarcovers.com/includes/templates/elitecarcovers/buttons/english/product_topbox_img.gif); background-repeat:no-repeat;
	*/
	font-size:12px;
	}
.itemTitle a {
	color: #990000;
	}

/**********************************************sideboxes*****************************************************/
.columnLeft a, .columnRight a, .columnLeft a:visited, .columnRight a:visited, .columnLeft a:active, .columnRight a:active {
	color: #666666; 
	}
.columnLeft a:hover, .columnRight a:hover {
	text-decoration: underline;
	}
h3.leftBoxHeading {
	text-align: left;
	padding-left: 11px;	
	padding-top: 8px;
	color: #000000;
	font-family:Georgia, "Times New Roman", Times, serif; text-transform:uppercase; font-size:13px; font-weight:700;
	line-height: 1.3em
	}

h3.leftBoxHeading a {
	font-size: 1em;
	padding-top: 15px;
	color: #ffffff;
	font-weight: bold;
	line-height: 1.3em
	}

h3.rightBoxHeading {
	text-align: left;
	padding-left: 11px;	
	padding-top: 8px;
	color: #000000;
	font-family:Georgia, "Times New Roman", Times, serif; text-transform:uppercase; font-size:11px; font-weight:700;
	line-height: 1.3em

	}
/*
h3.rightBoxHeading a {
	font-size: 1em;
	padding-top: 15px;
	color: #000000;
	font-weight: bold;
	line-height: 1.3em
	}
*/
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading  {
	text-align: left;
	font-size: 1.2em;
	padding: 5px 0 0 8px;
	font-weight: bold;
	line-height: 1.3em
	color: #000000;
	font-family:Georgia, "Times New Roman", Times, serif; text-transform:uppercase; font-size:13px; font-weight:700;
	}
.leftBoxHeading {
	margin: 0em;
	/*hasya 08-01-10*/
	/*background: url(../images/bg-left-sidebox-header.jpg) no-repeat;*/
	height: 32px;
	}

/*
.rightBoxHeading {
	margin: 0em;
	background: url(../images/bg-right-sidebox-header.jpg) no-repeat;
	height: 32px;
	}
*/

.rightBoxHeading {
	margin: 0em;
	background: url(../images/title-back.gif) no-repeat;
	height: 32px;
	}


.leftBoxContainer {
	margin: 0em;
	/* hasya 08-01-10 background: url(../images/bg-left-sidebox-content.jpg) repeat-y top;*/
	margin-top: 1em;
	margin-bottom: 1em;
	}
.rightBoxContainer {
	margin: 0em;
	background: url(../images/bg-right-sidebox-content.jpg) repeat-y top;
	margin-top: 1em;
	margin-bottom: 1em;
	}
.sideBoxContent {
	padding: 5px 8px 5px 5px;
	}
h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #000000;
	text-decoration: none;
	} 
.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #000000;
	}
/*
.leftSideBoxFooter {
	background: url(../images/bg-left-sidebox-footer.jpg) no-repeat;
	height: 14px;
	}
*/

/*
.rightSideBoxFooter {
	background: url(../images/bg-right-sidebox-footer.jpg) no-repeat;
	height: 14px;
	}
*/	
/********************** categories box parent and child categories ******************************/
/*A.category-top, A.category-top:visited {
	padding-left: 20px;
	background: url(../images/sidebox-bulletin.jpg) no-repeat;
	}
A.category-links, A.category-links:visited {
	color: #004080;
	text-decoration: none;
	}*/
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #41AAFC;
	text-decoration: none;
	font-size:10px;
	background: transparent url(http://elitecarcovers.com/includes/templates/elitecarcovers/images/subcat-link.jpg) no-repeat;

	}
SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	}
/*********************************** end categories box links ************************************/

******************************************************************************************************
Additional CSS Files Added By Sami www.coolcarpartsonline.com
******************************************************************************************************/
#rightHeader {
	float: right;
	background: #D3D3D3;
	width: 247px;
	height: 200px;
	}
#cart-info {
	background: url(../images/bg-shopping-cart-header.jpg) no-repeat;
	height: 25px;
	width: 227px;
	color: #FFFFFF;
	text-align: right;
	padding-top: 4px;
	padding-right: 20px;
	font-size: 1.4em;
	font-weight: bold;
	}
#buttonsHeader {
	text-align: center;
	padding-top: 10px;
	}
.newsletterHeader {
	text-align: center;
	color: #000000;
	}
#newsletterHeaderTitle {
	background: url(../images/bg-newsletter-header.jpg) no-repeat;
	width: 247px;
	height: 25px;
	padding-top: 4px;
	color: #FFFFFF;
	font-size: 1.5em;
	font-weight: bold;
	}
#header-banner {
	background: url(../images/big-header-banner.jpg) no-repeat;
	height: 247px;
	}
#logoWrapperOuter {
	/*border-bottom: 8px solid #DC0402;*/
	}
#RSSFeedLink {
	text-align: center;
	} 
	/*
.siteFooter {
	background: #000000;
	background:url(../images/footer-back.gif) repeat-x;
	}
#siteFooter a:hover {
	color: #CCCCCC;
	}
	*/
.content {
	padding: 0 15px;
	color: #000000;
	width:540px;
	}
h1_ {
	font-size: 1.5em;
	color: #ffffff;
	background: transparent url(../images/bg-centerbox-header.jpg) no-repeat;
	padding: 20px 0 0 20px;
	height: 30px;
	margin-top:0;
	}
	
#indexProductList .inputLabel {
	padding-left: 33px;
	}
#specialsListing .buttonRow {
	padding-left: 15px;
	}
.new_products {
	float: left;
	width: 168px;
	text-align: center;
	background: #F3F4CE;
	border: 5px solid #5C5C5C;
	margin: 10px 0 10px 17px;
	color: #3333CC;
	font-weight: bold;
	}
.new_products a{
	color: #000000;
	padding: 2px;
	}
.navSplitPagesResult, #sorter {
	padding-left: 30px;
	}
.centerColumn a, .centerColumn a:visited {
	text-decoration: none;
	color: #333333;
	}
.centerColumn a:hover {
	color: #3366CC;
	}
table #cartContentsDisplay {
	color: #000000;
	}
.articleText a {
	font-size: 1.1em;
	font-weight: bold;
	}
.price {
	color: #99CCFF;
	font-weight: bold;
	}
.priceCenterBox {
	color: #3333CC;
	font-weight: bold;
	}
.buttons {
	display: inline;
	padding-left: 120px;
	}
.priceAdd {
	float: right;
	}
#informationContent {
	padding: 10px 15px;
	}
#maintenanceDefault #newsletterHeaderTitle {
	background: #8E96A1;
	}
#shop-by-car h3 {
	margin: 0em;
	padding: 0em;
	padding:20px 0 5px 20px;
	background: transparent url(../images/bg-shop-by-car-header.jpg) no-repeat;
	height: 25px;
	}
#shop-by-car-content {
	background: transparent url(../images/bg-shop-by-car-content.jpg) repeat-y;
	padding-top: 10px;
	text-align: center;
	}
.shopByCarText {
	background: transparent url(../images/bg-shop-by-car-content.jpg) repeat-y;
	padding-left: 5px;
	color: #ffffff;
	font-size: 1.1em;
	font-weight: bold;
	}
	
/* begin additional stylesheet felix@ferolen.com 190309 */	
#maintenanceDefault p {
	padding:0 30px;
	color:#000;
}
#maintenanceDefault fieldset {
	margin: 0 30px;
	color:#000;
}
#productMainImage {
	width:300px;	
}
div.priceAdd {
	width:200px;	
}
#cartAdd {
	margin:0;
	padding:1em 0;
	border:none;
	width:100%;
	text-align:left;
}
.centerColumn , .centerBoxWrapper{
	zoom:1;
}
#taglineWrapper {
	float:left;
	width:435px;
}
div.newsletterHeader form, div.newsletterHeader input {
	margin:0;
}
#tagline {
	padding:0;
}

/*hasya 07-01-10*/
/*

.header{ width:100%; height:228px; background:url(../images/car-header.jpg) top no-repeat; position:relative; top:-15px; }
*/
/*
.header_sub{ width:100%; height:228px; background:url(../images/car-header.jpg) top no-repeat; position:relative; top:-15px; }
.header_sub .top-part{ width:100%; height:187px; padding:0; margin:0  }
.header_sub .top-part .main-logo{ width:180px; float:left; margin-top:20px; }
.header_sub .top-part .flash-header{ width:630px; float:left; height:170px; padding-top:10px; }
.header_sub .top-part .right-part{ width:200px; height:185px; float:right; }
.header_sub .top-part .right-part .top-part2{ width:100%; height:65px;
*/

.header{ width:100%; height:228px; position:relative; top:-15px; }
.header .top-part{ width:100%; height:187px; padding:0; margin:0  }
.header .top-part .main-logo{ width:180px; float:left; margin-top:20px; }
.header .top-part .flash-header{ width:630px; float:left; height:170px; padding-top:10px; }
.header .top-part .right-part{ width:200px; height:185px; float:right; }
.header .top-part .right-part .top-part2{ width:100%; height:65px;

	
/* hasya 07-01-10*/
margin:0px;
padding:0px;
background:url(../images/shopping-cart.gif) 0 15px no-repeat;

 }
.header .top-part .right-part .top-part2 ul li { width:auto; background:url(../images/top-divider.png) center right no-repeat;  float:left; height:16px; padding:0 8px; margin-top:5px; }
.header .top-part .right-part .top-part2 ul li a{ text-decoration:none; color:#FFFFFF; }
.header .top-part .right-part .top-part2 ul li a:hover{ text-decoration:underline; }

.header .top-part .right-part .bottom-part{ width:100%; height:110px; color:#FFFFFF;  }
ul, li { list-style-type:none; padding:0; margin:0}
.header .bottom-part{ width:100%; height:26px; }
.header .bottom-part .search-box{ width:229px; float:left; height:24px; background:url(../images/search-back.gif) no-repeat; color:#FFFFFF; padding:3px 0 0 15px; font-weight:700;
margin-top:15px; 
.header .bottom-part .search-box .part{ float:left; margin-right:6px; }
.search-btn { width:32px; background:url(../images/go-btn.gif) 0 -21px no-repeat; position:relative; left:-13px; height:21px; border:0; cursor:pointer }
.search-btn:hover { background:url(../images/go-btn.gif) 0 0 no-repeat; }

.header .bottom-part .navigate{ width:605px; float:right; overflow:hidden; margin-top:13px;  }
.header .bottom-part .navigate ul li{ width:auto; margin-right:2px; float:left; }

.vehicle-covers { width:auto; margin-left:15px; }
.vehicle-covers img{ width:auto; margin-bottom:7px; }
.vehicle-covers ul li,A.category-top, A.category-top:visited { width:auto; }
.vehicle-covers ul li a,A.category-top, A.category-top:visited{ text-decoration:none; color:#666666; font-weight:700; background:url(../images/left-link.jpg) no-repeat; display:block; width:165px; height:22px; padding:5px 0 0 10px;}
.vehicle-covers ul li a:hover{ text-decoration:none; color:#000; }