/**
 * 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: Arial;
	font-size: 62.5%;
	color: #000000;
	}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #2a66b1;
	text-decoration: none;
	}
 
a:visited {
	color: #2a66b1;
	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, #productsListingListingBottomLinks ul li a:hover, #productsListingBottomNumber  ul li a:hover, a.subcat ul li a:hover{
	color: #2a66b1;
	text-decoration: underline;
	}

a:active {
	color: ##2a66b1;
	}

.row:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.row {display: inline-block;}  /* for IE/Mac */

  .row {
    zoom: 1;     /* triggers hasLayout */
    display: block;     /* resets display for IE/Win */
    }  /* Only IE can see inside the conditional comment
    and read this CSS rule. Don't ever use a normal HTML
    comment inside the CC or it will close prematurely. */

h1 {
	font-size: 1.5em;
	font-family: Arial;
	color: #1d446f;
	}

h2 {
	font-size: 1.5em;
	font-family: Arial;
	color: #000000;
	}




h3 {
	font-size: 1.3em;
	font-family: Arial;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .larger{
	font-family: Arial;
	font-size: 1.1em;
	}

.biggerText {
	font-family: Arial;
	font-size: 1.2em;
	}

.listingPrice {
	font-family: Arial;
	font-size: 1.4em;
	font-weight: bold;
	color: black;
	text-align:left;
	padding-left:5px;
}

#navMain a.headCartLink {
	color: #2966BC;
}



h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 0;
	}

/*  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, 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: #E4FEF5;
	}

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

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;
font-size:12px;
	}

LABEL.radioButtonLabelPayPal {
font-size:12px;
	}


#logo, .centerBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;

	}


#freeship {
	float: right;
	}

#customerservice {
	float: right;
	}

LABEL.inputLabel {
	width: 9em;
	float: left;
	font-size:11px;
	}

LABEL.inputLabelDiscount {
	width: 13em;
	float: left;
	font-size:12px;
	}

LABEL.inputLabelPayment {
	width: 14em;
	float: left;
	padding-left: 2.5em;
	}

LABEL.inputLabelLogin {
	font-size:8px;
}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
	width: 11em;
	float: left;
	}

#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
	}

P, ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-family: Arial;
	font-style: normal;

	}

ADDRESS.nonBold {
	font-weight:normal;
}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
//	border-bottom: 1px solid #9a9a9a;
	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: #003d00;
	}

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

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

/*wrappers - page or section containers*/
#mainWrapper {
	text-align: left;
	width: 830px; /* 800px */
	vertical-align: top;
	}

body {
    margin: 0;
    font-family: Arial;
    font-size: 62.5%;
    color: #000000;
    Background-position: left;
    background-attachment: fixed;
    background-repeat: repeat-x;
 
}

#RSSFeedLink, #socialize {
	text-align:center;
	display: inline;
	}


/*  background-color:#ccc; this is gray */
    }

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

#logoWrapper{
	margin: 0em;
	padding: 0em;
	background-repeat: repeat-x;
	background-color: #ffffff;
	height:83px;
	position:relative;
	}

/*#taglineWrapper {display:none;}*/
#slogan{
	height:16px;
	width: 344px;
	float: right;
	background-image: url(../images/slogan.jpg);
	Background-position: bottom;
	vertical-align: bottom;

	}


#chatlive{
	height:60px;
	width:142px;
	align:right;
	float:right;
	}


#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0.5em;
	margin-right: 0.5em;
	}
	
#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}







/*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;
	}
#navCatTabsWrapper {
display:none;
	margin: 0em;
	padding: 0.5em 0.2em;
	font-weight: bold;
	font-family: Arial;
	color: #9a9a9a;
	height: 1%;
	}
#navMainWrapper, #navSuppWrapper {
	margin: 0em;
	padding: 0.5em 0.2em;
	font-weight: bold;
	font-family: Arial;
	color: #9a9a9a;
	height: 1%;
	}



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

#navSuppWrapper {
	background-color: #1d446f;
	padding: 0px;
	height: 20px;
	_height: 1%;
	background-image: url (/images/assets/bg_footer.gif);
	margin-bottom: 20px;
}

#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;
	font-family: Arial;
	padding: 0em 0.5em;
	margin: 0;
	color: #236b84;
	white-space: nowrap;
	}

#navSupp ul {
	padding: 0px;
	padding-top:2px;
}

#navSupp ul li a:link,
#navSupp ul li a:visited,
#navSupp ul li a:hover,
#navSupp ul li a:active {
	color: #fff;
	font-weight: normal;
}

#navSupp ul li a:hover{
	text-decoration: underline;
}
#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: left;
	padding-top:7px;
	padding-left: 8px;
	}

#navBreadCrumb {
	width:660px;
padding: 0.5em 0.5em;
	background-color: #fff;
border-bottom: 1px solid #d8d7d1;
	font-size: 1em;
	font-weight: normal;
	margin-top:0.8em;
	}

#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, .additionalImages, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	font-family: Arial;
	padding: 0.5em;

	}
	
.content {
	width: 670px;
}

#productDescription {
	float: right;
	padding: 0.5em;
	width: 60%;
	font-color: #808080;
}




.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
font-size:12px;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn {
	padding:0.5;
}


#bannerOne, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.8em;
	}

#bannerTwo { padding: 0.2em;}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	font-family: Arial;
	}

/*Shopping Cart Display*/
#cartAdd {
	float: left;
	text-align: center;
	margin: 1em;

	padding: 1em;
	}

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

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

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	font-family: Arial;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
font-size:12px;
font-weight:bold;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding: 0.75em .25em;
	font-size:12px;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
font-size:12px;

	}

#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;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

.productSpecialPriceSale {
	text-decoration: line-through;
font-size:.85em;
color:#9A9A9A;

	}

.productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #2A66B1;
	font-family: Arial;
font-weight:bold;
text-align:left;
	}

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

/*list box contents*/
.centerBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	font-family: Arial;
	}





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

	}

h2.centerBoxHeading {
	font-size: 1.2em;	
	color: #2a66b1;
	text-align:left; !important
	padding-bottom: 3px;
	/*border-bottom: 1px solid #ccc;*/
	text-transform: uppercase;
	width: 667px;
	}

/*sideboxes*/
.columnLeft {
	vertical-align: top;
}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1.1em;
	font-family: Arial;
	color: #03408a;
	}

#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	font-family: Arial;
	color: #ffffff;
}


.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;
	padding: 0.5em 0em;
	}



.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	margin-top: 1.0em;
	}



.sideBoxContent {
	background-color: #ffffff;
	padding: 0.4em;
	padding-top: 0;
	}



h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #FFFFFF;
	}

.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, .categoryListBoxContents, .additionalImages, .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;
	font-family: Arial;
}

#upDateHeading {
	text-align: right;
}


/*misc*/
.back {
	float: right;
	}

.backAttribs {
	float:left;
	margin-left:1em;
	width:16em;
}

.backAttribs SELECT {
width:200px;
}

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

.productListing-rowheading {
	background-color: #abbbd3;
	font-family: Arial;
	background-image: url(../images/tile_back.gif);
	border: 1px solid #9a9a9a;
	border-bottom: 1px solid #9a9a9a;
	height: 3em;
	color: #003d00;
	}


#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 {
	color:#ffffff;
	background-color:#2A66B1;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}

a.category-subs,
a.category-products {
	font: normal 12px arial, sans-serif;
	color: #666;
}

/* updated styles */
.banner_specials {
	padding-bottom: 5px;
}

.centerBoxWrapper,
h2.centerBoxHeading {
	margin-top:10px;
	padding-top:0px;
}

.headerBannersWrapper {
position:absolute;
top:0;
right:0;
}
ul.header_banners {
	margin-bottom: 0px;
	height: 40px;
	width: 363px;
	margin-top: 12px;

}

ul.header_banners li {
	display: inline;
	float: left;

	padding: 0px 10px;
	border-right: 1px solid #ccc;
	height: 30px;

}

ul.header_banners li.last {
	border-right: none;
	padding-right: 0px; !important

}

ul.header_banners p {
	padding: 0px;
	margin: 0px;

}

.headline {
position:absolute;
top:40px;
right:0;
	padding-top: 15px;
	/*border-top: 1px solid #ccc; */
	padding-bottom: 10px;
	/*padding-bottom: 10px;*/
	width: 354px;
}

#navMain {
	background: url(/images/assets/bg_hdr_search.gif) top left no-repeat;
	width: 830px;
	height: 31px;
}

#logo {
	*margin-top: 10px;
}

ul.back {
	padding-right: 8px;
	text-transform: uppercase;
	color: #666;
}

ul.back li {
	border-right: 1px solid #666;
	padding: 0 5px;
}

ul.back li.last {
	border-right: none;
}

.back  a:link,
.back  a:visited,
.back  a:hover,
.back  a:active, {
	color: #666;
}

.betterCategories {
	*height: 1%;
	border-bottom: 1px solid #d8d7d1;
	padding: 5px 0px;
}

.cart {
	background: url('/images/buttons/btn_cart.gif') top left no-repeat;
	padding-left: 18px;
	color:#2966BC;

}

a.cart_link:link,
a.cart_link:visited,
a.cart_link:hover,
a.cart_link:active, {
	color:#2966BC;
}


.product_display {
	float: left;
	width: 33%;
}

.product_image {
	float: left;
	margin-bottom: 8px;
	background: url('/images/assets/product_border.png') top left no-repeat;
	width: 214px;
	height: 150px;
}

.product_image img {
	padding-top: 20px;
}

.product_name,
.product_price {
	float: left;
	text-align: left;
	color: #fc8800;
	clear: both;
	width: 87%;
	font-weight:bold;
}

.product_name {
padding:0 0 5px 5px;
font-size:12px;
}

.product_name a:link,
.product_name a:visited,
.product_name a:hover,
.product_name a:active {
	font-weight: bold;
	color: #000;
}
.centerBoxContentsNew .product_price {
	margin-top: 3px;
	font-size:1em;
}

.special_price {
	background-color: #f2f2f0;
	padding: 5px;
	width: 93%;
	/**width: 83%;*/
	font-size:1em;
}

/*.product_price .productSpecialPrice,*/
.product_price, .productPriceDiscount {
	color: #2A66B1;
	font-weight: bold;
	font-size:1.1em;
text-align:left;
}
.productPriceDiscount {
	display:none;
}
.product_cta {
	float: left;
	text-align: left;
	clear: both;
	padding-top:10px;
}

.cta {
	display: block;
	background: #fff url('/images/assets/cta_arrow.gif') no-repeat 100% 50%;
	float: right;
	*float: left;
	padding-right: 8px;

}

a.cta {
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: underline;
}

.back.search_links a:link,
.back.search_links a:visited,
.back.search_links a:hover,
.back.search_links a:active {
	color: #666 !important;
}

.hero {
	padding-bottom: 10px;
}

.centerColumn {
	padding-left: 5px;
	width:672px;
}

#navMainWrapper {
	height: 31px;
}

#navMainSearch form,
#navMainSearch input {
	margin: 0;
}

#navMainWrapper ul.back {
	*padding-top: 7px;
	padding-top: 8px;
}

#featuredProducts {
	width: 689px;
}

/* product info page h2 pricing */
#productPrices {
	color: #2A66B1;
	font-size: 3em;
	font-family: Arial;
}

/* product info page title */
.productName {
	color: black;
	font-size: 1.3em;
	font-family: Arial;
}

/* product info attributes changes */



/* steps 1 and 2 of checkout which are contained in .floatingBox */
#billingaddressbox, #shippingaddressbox {
	text-align: left;
	width: 45%;
	padding: 10px 15px 25px 5px;
font-size:11px;
}

#checkoutShipto, #checkoutBillto {
	text-align: left;
	color: #1d446f;
	font-weight: bold;
	width:48%;
margin-left:10px;
}

#checkoutBilltoconfirm, #checkoutShiptoconfirm {
	text-align: left;
	float: left;
	color: #1d446f;
	width:40%;
	margin-left: 10px;
margin-right:35px;
margin-bottom:20px;
}






.left_nav {
	margin-top: 14px;
}

.left_nav ul {
	margin: 0 0 8px 0;
	padding: 0 0 0 3px;
}

.left_nav ul li {
	list-style-type: none;
	border-bottom: 1px solid #D8D7D1;
	padding: 5px 0;
	width: 140px;
}

.left_nav ul li.last {
	border-bottom: none;
}

.left_nav ul li a {
	font-size: 12px;
	color: #666;
}

.left_nav ul li a.category-top {
	font: bold 12px arial, sans-serif;
	text-transform: uppercase;
	color: #2A66B1;
}

.left_nav ul li.last a.cta {
	color: #666;
	font-style:italic;
font-weight:normal;
text-decoration:none;
}

.leftnav_cta {
	float: left;

}

.productInfoSpecialPrice, .productInfoPriceDiscount {
	font-size: 24px;
	color: #fc8800;
}

.productInfoNormalPrice {
	font-size: 22px;
}

h2.productPrices {
font-size:1em;
}

/*#productDetailsList {

	border-right: 0px solid #666;
	float:right;
}*/

.floatingBoxmodel {

	margin-top: 2em;
margin-bottom:2em;
	width: 35%;
	float:right;
font-size:1.2em;
}

.gray{
	display: block;
	background: #fff url('/images/assets/gray_arrow.gif') no-repeat 100% 50%;
	float: left;
	*float: left;
	padding-right: 8px;
}

a.gray {
	font-size: 1.1em;
	font-style:italic;
}


/* subcat css commented out for now 
.subcat{	
	display: block;
	background: #fff url('/images/assets/cta_arrow.gif') no-repeat 100% 50%;
	float: left;
	*float: center;
	padding-right: 8px;

}
*/

a.subcat{

	font-size: 14px;
	font-weight:bold;


}

.main {font-size: 1.2em;}

/*.productGeneral span{
font-size:.8em;
color:#2A66B1;
}*/

#shoppingCartButtons {
margin-top:10px;
padding-bottom:4em;
}

#cartProdTitle {
	font-size:12px;
color:#000;
}

.changeAddress {
float:right;
margin-top:10px;
}

.plainText, .termsdescription {font-size:12px;}

.confirmText {font-size:1.1em;}

.ccinfo {
font-size:12px;
padding-bottom:15px;
}

h4#confirmHeading {
color:#000000;
}

.paymentFloat {float:left}


/* clum: additional styles added 4.6.2009 */

.itemTitle a,
.specialsListBoxContents a
 {color:#000;}

h3.itemTitle a {
font-size:12px;
padding:0 0 5px 5px;
float:left;
	text-align: left;
}


#specialsListing {
	padding-right: 0;
}


#alertReq {
	color: #FF0000;
	float: right;
	display: inline;
}
.productName a {
height:25px;
padding:0 0 5px 5px;
float:left;
font-size:12px;
	text-align:left;
	clear:both;
	color:#000;
	font-weight:bold;
}
.centerBoxContentsProducts {
	/*text-align: center;*/
	font-family: Arial;
	padding-bottom: 0.2em;
	padding-top: 0.55em;
	padding-left: 0.1em;
	padding-right: 0.1em;
	border-top: 0.1em solid #d8d7d1;
	border-left: 0.1em solid #d8d7d1;
	border-right: 0.1em solid #d8d7d1; 
	border-bottom: 0.1em solid #d8d7d1;
	margin-right: -0.06em; /* add more negative value if the cell drop to lower line */
	margin-left: -0.06em; /* add more negative value if the cell drop to lower line */
	max-height: 290px;
	width:32.5% !important;
	float:left;
	vertical-align: top;
}
.specialsListBoxContents, .centerBoxContentsSpecials, .centerBoxContentsCrossSell {
	font-family: Arial;
	padding-bottom: 0.2em;
	padding-top: 0.55em;
	padding-left: 0.1em;
	padding-right: 0.1em;
	border-top: 0.1em solid #d8d7d1;
	border-left: 0.1em solid #d8d7d1;
	border-right: 0.1em solid #d8d7d1; 
	border-bottom: 0.1em solid #d8d7d1;
	margin-right: -0.06em; /* add more negative value if the cell drop to lower line */
	margin-left: -0.06em; /* add more negative value if the cell drop to lower line */
	max-height: 285px;
	width:32.5% !important;
	float:left;
	vertical-align: top;
}

/*declarations for MSRP */

.productPricing {
margin-top:28px;
clear:both;
	width:auto;
	height:110px;
font-weight:bold;
position:relative;
}
.productListPricing {
margin-top:25px;
text-align:left;
clear:both;
	width:auto;
	height:121px;
font-weight:bold;
position:relative;
}
.productFeaturedPrice {
	float: left;
	text-align: left;
	color: #fc8800;
	clear: both;
	width: 87%;
	font-weight:bold;
position:relative;
}

.finalPrice {color:#656565;font-size:10px;width:auto;}
/*.discountPrices {float: left;color:#656565;font-size:10px;width:48%;}	*/

.normalprice {
	font-weight: bold;
	color:#2A66B1;
	padding: 5px 2px 0 6px;
text-align:left;
font-size:1.1em;
white-space: nowrap;
float:left;
clear:both;
}

.normalPrice {
	font-weight: bold;
	color: #2A66B1;
	padding: 4px 2px 0 6px;
text-align:left;
font-size:1.1em;
display:none;
}
.productSpecialPrice {
padding-top:4px;
padding-left:5px;
color: #DF4E00;
font-size:1.1em;
font-family: Arial;
font-weight:bold;
text-align:left;
float:left;
clear:both;
}
.msrpNormalPrice{
padding: 5px 2px 0 6px;
font-size:1.1em;
font-weight: normal;
color: #666;
white-space: nowrap;
clear:both;
float:left;
}
.msrpPriceDiscount {display:none;clear:both;margin-top:2px;color:transparent;font-weight:bold;}
.freeShippingIcon {clear:both;margin:3px 0;padding-left:5px;float:left;height:26px;}
.listingBuyNowButton a {margin:3px 0;padding-left:5px;clear:both;float:left;}
.productDetails{margin:3px 0;padding-left:5px;clear:both;float:left;height:27px;}
.listingProductImage {text-align:center;}
.cCardList {text-align: center;}
#productsListingListingBottomLinks, #productsListingBottomNumber {font-size:1.1em;margin-top:20px;}
#productsListingListingTopLinks, #productsListingTopNumber {font-size:1.1em;margin-bottom:5px; a:hover text-decoration: underline;}
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

