/**
 * 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, Helvetica, sans-serif;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #535353;
	background-repeat: repeat-x;
	background-position: center top;
	line-height: 1.4em;
	}

a img {
border: none;
}
a:hover img {
	text-decoration:none;
}
a:focus {
	outline:none;
}

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

a:active {
	color: #af3891;
	}

h1 {
	font-size: 1.2em;
	color: #000000;
	}

h2 {
	font-size: 1em;
	}

h3 {
	font-size: 1.2em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1em;
	}

legend{
	font-size: 1em;
}

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 2px;
	margin-top: 0px;
	}

/*  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-family:Verdana, 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 {
	}

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

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

 h4.optionName {
	line-height: 1.5em;
	padding-top: 15px;
	}

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

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}
LABEL {
	padding-top: 3px;
	margin-bottom:10px;
}
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;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #5e3e56;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #9a9a9a;
	}

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

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

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

/*wrappers - page or section containers*/
#mainWrapper {
	text-align: left;
	width: 852px;
	vertical-align: top;	
	}
#logo {
	height: 66px;
	float: left;
	padding-left: 145px;
	font-weight: bold;
	color: #C27FBC;
	padding-top: 33px;
	width: 500px;
}
	
#headerWrapper {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	}

#contentMainWrapper{
	clear: both;
}



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

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0.5em;
	margin-right: 0.5em;
	}

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

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


/*navigation*/




.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:0px;
	font-weight: bold;
	color: #ffffff;
	}

#navCatTabsWrapper {
	color: #9a9a9a;
	background-image:none;
	padding-left: 3px;
	clear: both;
	width: 850px;
}

#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	list-style-type: none;
	padding: 0px;
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	float: left;
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}
#navCatTabs ul{
	float: left;
	display: block;
}
#navCatTabs {
	float: left;
}

#navCatTabs ul li a {
	color: #af1d8b;
	font-size: 1em;
	font-weight: bold;
	padding-right: 16px;
	padding-left: 14px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	display: block;
	float: left;
	}
#navCatTabs ul li a#contact {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navCatTabs ul li a:hover {
	color: #5e0c4a;
	text-decoration: none;
}

#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{
	margin: 0.5em;
	}

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

#navEZPagesTop {
	background-color: #abbbd3;
	
	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;
	}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}
	
#navMain{
	padding-left: 450px;
	font-size: 0.85em;
	float: left;
	width: 390px;
	font-weight:bold;
}
#navMain  ul li a {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	padding-left: 15px;
	padding-right: 14px;
	display: block;
	float: left;
	padding-top: 4px;
}
#navMain ul li a#cart {
	padding-left: 35px;
	background-image: url(../images/shopcart.gif);
	background-position: 8px 4px;
}
#navMain ul li a:hover {
	
	color: #ffffff;
}

.alert {
	color: #D1009E;
	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 {
	
	}

.tableHeading TH {
	border-bottom: 1px solid #5e3e56;
	color:#5e3e56;
	}

.tableHeading, #cartSubTotal {
	background-color: #5e3e56;
	 }
	 
	 
	 
#scQuantityHeading{
padding-left:10px;
}

#cartProdTitle{
font-weight:bold;
}

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

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

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #D100AB;
	}

.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, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch,  .centerBoxContentsNew {
	margin: 1em 0em;
	}

.centerBoxWrapper {
	height: 1%;
	clear: both;
	margin-top: 1.1em;
	margin-right: 0;
	margin-bottom: 1.1em;
	margin-left: 0;
	}

h2.centerBoxHeading {
	font-size: 1.3em;
	color: #ffffff;
	}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1em;
	
	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}

 .centerBoxHeading, .rightBoxHeading {
	margin: 0em;
	
	
	padding: 0.5em 0.2em;
	}
	
.leftBoxHeading{
	padding-top:0.5em;
	padding-bottom:0.2em;
	
	}

.leftBoxContainer, .rightBoxContainer {
	margin-top: 4px;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	}

.sideBoxContent {
	
	font-size: 0.85em;
	font-weight: bold;
	}

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

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



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

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */
A.category-top, A.category-top:visited, #ezpagesHeading {
	color: #5E3E56;
	text-decoration: none;
	font-size: 1.2em;
	margin-top: 2px;
	letter-spacing: 0.01em;
	}
A.category-top:hover {
	color: #5E3E56;
}
#ezpagesHeading {
	font-size: 1em;
	padding-bottom: 2px;
}	

A.category-links, A.category-links:visited {
	color: #af3891;
	text-decoration: none;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #af3891;
	text-decoration: none;
	}
A.category-products:hover {
	color: #af3891;
}
#navColumnOneWrapper a:hover {
	text-decoration: underline;
}
#categorylistboxContent a.category-top {
	line-height: 2.5em;
	display: block;
	margin-top: 6px;
}
#categorylistboxContent a.category-products {
	display: block;
	background-image: url(../images/nav_line.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-bottom: 0px;
	line-height: 1.4em;
	background-position: 0px -2px;
}
#ezpages #ezpagesContent a {
	display: block;
	background-image: url(../images/nav_line.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-bottom: 0px;
	line-height: 1.4em;
	background-position: 0px -2px;
}
#navColumnOneWrapper li {
	display: inline;
}
SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	}
/* end categories box links */

/*misc*/
.back {
	margin: 0px;
	padding: 0px;	
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #ffeefc;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #fff9ff;
	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: #ffffff;
	height: 2em;
	}

.productListing-rowheading {
	background-color: #abbbd3;
	
	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;
	}
#categorylistboxHeading{
	display:none;
}
#ezpagesContent a {
	color: #888B99;
}

#featuredProducts .centerBoxHeading {
	display: none;
}
#productListing {
	padding-top: 25px;
}
#navColumnOneWrapper form {
	display: none;
}
#categorylistbox {
	margin-top: -7px;
}
#navMainSearch form{
	display: inline;
}
html > body   #navMainSearch #keyword, x:-moz-any-link {
	margin-top: -19px;	
	} 
	
	html > body  #navMainSearch #search_submit, x:-moz-any-link{
	margin-top: -19px;	
	} 

#navMainSearch {
	display: block;
	float: left;
	text-align: right;
	width: 145px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
#navMainSearch #keyword {
	color: #DC7CBB;
	border: 1px solid #e582cb;
	font-size: 11px;
	font-weight: bold;
	padding-left:5px;
	padding-right: 5px;
	padding-bottom: 4px;
	width: 110px;
	padding-top: 2px;
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#navMainSearch #search_submit {
	height: 22px;
	width: 25px;
	display: block;
	float: left;
	margin-top: -2px;
}

/* Footer styles */

#siteinfoLegal {
	font-size: 0.85em;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #5E3E56;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 40px;
	margin-right: 20px;
	margin-left: 13px;
	margin-top: 0px;
}
#siteinfoLegal a{
	font-weight: bold;
	color: #666666;
}
#footer1{
	padding-right: 20px;
}
#footer2{
	padding-right: 20px;
}
#footer3{
	padding-right: 20px;
}
#footer4{
	padding-right: 20px;
}
#footerright{
	float: right;
}
#navColumnOne {
	padding-left: 8px;
}
#content a{
	font-size: 0.9em;
	font-weight: bold;

}

#content p{
	font-size: 0.9em;
	font-weight: normal;

}


#indexDefaultMainContent {
	display: inline;
}
#indexDefaultMainContent p{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
a#special_offers_button {
	background-image: url(../images/special-offers.gif);
	background-repeat: no-repeat;
	display: block;
	float: right;
	height: 154px;
	background-position: 0px 130px;
	width: 110px;
	margin-bottom: 15px;
	margin-top: -25px;
	margin-right: 37px;
	margin-left: 25px;
}
a#special_offers_button:hover {
	background-position: -109px 130px;
}
#special_offers_button img {
}
#featuredProducts {
	color: #5e3e56;
}

#featuredProducts img {
}


/* Home page styles */
.centerBoxContentsFeatured{
	float: left;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 1.2em;
	margin-bottom: 20px;
	padding-right: 10px;
	width:150px;
}
.centerBoxContentsFeatured table{
	border: 1px solid #DEDEDE;
	height: 135px;
	width: 150px;
}


.categoryListBoxContents a{
	font-size: 1em;
	font-weight: bold;
}

/* Product listing styles */
#categoryImgListing  {
	display:none;
	
}
.buttonRow{
	
	padding-bottom: 0px;
	}
	
.listingProductImage {
}
.productListing-data .itemTitle {
	padding-left: 10px;
}
.listingDescription {
	width: 400px;
	font-weight: normal;
	padding-left: 10px;
}
#indexProductList table {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#indexProductList table table{
	border: 1px solid #dedede;
}
#indexProductList {
	width: 650px;
}
#productListing tr.productListing-rowheading {
	color: #FFFFFF;
	background-color: #FFFFFF;
}
.productListing-data .itemTitle a {
	font-size: 0.8em;
	font-weight: bold;
}

#productsListingTopNumber, #productsListingBottomNumber {
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
}
#productListing {
	padding-top: 0px;
}
#indexProductListCatDescription {
	font-weight: normal;
}
#indexProductList {
	font-size: 0.95em;
	font-weight: bold;
}

.inputLabel {
	font-size: 0.9em;

}

#indexProductList select {
	border: 1px solid #CCCCCC;
	font-size: 0.9em;
}
#indexProductList form {
	display: block;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#indexProductList .clearBoth {
	line-height: 1px;
	height: 1px;
}
#productListing tr.productListing-rowheading a {
	color: #FFFFFF;
	background-color: #FFFFFF;
}
.productListing-data {
	font-weight: bold;
}

/* Product page styles */
#product_images {
	float: right;
}
#productDescription {
	font-size: 1em;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#productName {
	font-size: 1.3em;
}
#productTellFriendLink {
	float: none;
}
#productMainImage {
	text-align: right;

}
#productMainImage img {
	border: 1px solid #CCCCCC;
}
#productPrices {
	padding-top: 30px;
	font-size: 0.95em;
	font-weight: bold;
	padding-right: 10px;
	color: #5e3e56;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -5px;
}
#cartAdd {
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#product_left_col, #product_right_col {
	padding-top:12px;
}
#product_left_col {
	width: 370px;
	padding-right: 20px;
	vertical-align: top;
	padding-left: 10px;
}

#product_left_col h1{
	margin-left: 0px;
	padding-left: 0px;
}
#product_left_col h3{
	font-size:0.95em;
	color: #000000;
}
#product_right_col a:hover {
text-decoration:none;


}
#product_right_col a span {
	text-align: right;
	display: block;
}

#product_right_col #main_img {
	border: 1px solid #D6D6D6;
}
#productAdditionalImages{
	display: inline;
}
#productAdditionalImages img{
}
#productAdditionalImages table {
	border: 1px solid #D6D6D6;
	float: left;
	margin-top: 15px;
}
#product_left_col #float_right {
	text-align: right;
	margin-top: -35px;
}
.clear_both{
	clear: both;
	height: 20px;
}
td .cartProductDisplay img{
	float: left;

}
td.cartQuantity{
	padding-left: 10px;
}
.categoryListBoxContents{
	display: inline;
	width: 25%;
	font-size: 0.9em;
}
#indexCategories br{
	display:none;

}
.categoryListBoxContents table{
	height: 135px;
	width: 150px;
	border: 1px solid #dedede;
	margin-bottom: 15px;
}


#wholesale{
	width:108px;
	height:102px;
	background-image: url(../images/wholesale-n.gif);
	background-repeat: no-repeat;
	margin-right:50px;
	margin-top:20px;
	padding: 18px 0px 0px 0px;
	float: right;
	font-weight:bold;
	color:#5e3e56;
	font-size:0.9em;
}
#product_left_col select {
	border: 1px solid #CCCCCC;
}
/* Shopping cart styles */

td.cartUnitDisplay, td .cartTotalDisplay{
	text-align: left;

}
#cartImage{
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}
.cartProductDisplay .cartAttribsList {
	margin: 0px;
	padding: 0px;
}
.cartProductDisplay .cartAttribsList li {
	margin: 0px;
	padding: 0px;
}
#loginDefault .inputLabel{
	font-size: 0.95em;
	
	
}
.hidden{
	display:none;
}
a#spec_link{
	background-image: url(../images/nav_line.gif);
	background-repeat: no-repeat;
	background-position: 0px 27px;
}

a#special_offers_button {
	height: 170px;
	
}