/**
 * 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: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
	background-color: #ffffff;
	}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #0000CC;
	text-decoration: underline;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navCatTabs ul li a:hover {
	color: #0000CC;
	text-decoration:underline;
	}
	
a:visited, #navEZPagesTOC ul li a:visited, #navCatTabs ul li a:visited {
	color: #0000CC;
	text-decoration:underline;
	}

a:active, #navEZPagesTOC ul li a:active, #navCatTabs ul li a:active {
	color: #0000CC;
	text-decoration:underline;
	}
	
.pseudolink { text-decoration: underline; color: #0000CC; }

#navSupp ul li a {
	color: #FFFFFF;
	font-weight:bold;
	}

#navSupp ul li a:hover {
	color: #0099FF;
	font-weight:bold;
	}
	
#navSupp ul li a:visited {
	color: #FFFFFF;
	font-weight:bold;
	}

h1 {
	font-size: 1.3em;
	}

h2 {
	font-size: 1.2em;
	}

h3 {
	font-size: 1.1em;
	}

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

.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 {
	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;
	font-weight:bold;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .centerBoxContentsCrossSell, .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;
	}
	
.sideBoxContent label { 
	font-size:1.1em !important;
	font-style:normal;
	line-height:normal;
}

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:#FFCC00;
	color: #000000;
	text-align:center;
	}

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

.messageStackCaution {
	background-color: #FFCC00;
	color: #000000;
	text-align:center;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	vertical-align: top;
	}

.top {
	height: 10px;
	background-color:#000000;
	}

#headerWrapper {
 	background-color: #ff6600;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	border: 1px solid #000000;
	margin-right: 5px;
	margin-left: 5px;  
	}

TR.productListing-rowheading {
	background-color: #000000;
	height: 20px;
	}

TR.productListing-rowheading a {
	color: #FFFFFF;
	}

TR.productListing-rowheading a:hover {
	color:#0099FF;
	}

TR.productListing-rowheading a:visited {
	color: #0099FF;
	}

TH.productListing-heading {
	color: #FFFFFF;
	text-align:center;
	}
  
TH.productListing-heading-prodname {
	width:auto;
	}

TH.productListing-heading-shortdesc {
	color: #FFFFFF;
	}
	
TD.productListing-shortdesc {
	width:auto;
	}
	
TH.productListing-heading-shortdesc {
	color: #FFFFFF;
	width:auto;
	}
	
#navMainWrapper {
  height: 30px;
  background-color: #000000;
}

#navMain {
  vertical-align: middle;
  letter-spacing:1px;
  padding: 5px;
}

#navMainWrapperCart A, #navMainWrapperCart A:visited, 
#navMain A, #navMain A:visited {
  vertical-align: middle;
  letter-spacing:1px;
  padding: 5px;
  color: #FFFFFF;
  text-decoration:underline;
}

#navMainWrapperCart a:hover,
td.footertop a:hover, #navMain a:hover  {
  color:#0099FF;
  font-weight:bold;
  text-decoration:underline;
  vertical-align: middle;
  letter-spacing:1px;
  padding: 5px;
}

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

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 

#tagline {
	color:#000000;
	font-size: 0.95em;
	padding-right: 1em; 
	padding-top: .5em;
	}
	
#tagline p {float: right;}

#tagline img {float: right;}

#taglineWrapper {	z-index: 1;}

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

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

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

#productsListingListingTopLinks a, a:hover, a:visited {
	color:#0000CC;
	text-decoration:underline;
	}

.navSplitPagesResult {
	margin-top:10px;
	margin-bottom:10px;
	}

.navSplitPagesLinks {
	margin-top:15px;
	margin-bottom:15px;
	text-align:left;
}

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
	
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0px;
	padding:  0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #000000;
	width: 100%;
	}

#navMainWrapperCart ul,
#navMain ul, #navSupp ul, #navCatTabs ul  {
	margin: 0px;
	padding:  0.5em 0.5em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

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

#navMainWrapperCart ul li a,
#navMain ul li a, #navMain ul li a:visited, #navSupp ul li a, #navCatTabs ul li a {
	margin-top: 0px;
	white-space: nowrap;
	vertical-align: middle;
  	letter-spacing:1px;
  	padding: 5px;
	font-weight:bold;
	text-decoration:underline;
	color: #FFFFFF;
	}
	
#navMain ul li a:hover {
	margin: 0px;
	white-space: nowrap;
	vertical-align: middle;
  	letter-spacing:1px;
  	padding: 5px;
    font-weight:bold;
	color:#0099FF;
	text-decoration:underline;
	}
	
#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #000000;
	}

#navEZPagesTOC ul {
	margin: 0px;
	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: 0px;
	}

#navMainSearch, #navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
	}

#navBreadCrumb {
	background-color: #FFFFFF;
    border-bottom: 1px solid #000000;
	}

#navEZPagesTop {
	background-color: #ffff33;
	}

#navBreadCrumb, #navEZPagesTop {
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}
	
#navBreadCrumb a, a:visited, a:hover {
	color: #0000CC;
	text-decoration:underline;
	}

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


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

.content, #productDescription, .shippingEstimatorWrapper, #ezPageDefault {
	font-size: 1.1em;
	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;
	font-size:1em;
	}

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

#cartSubTotal {
	border-top: 1px solid #333333;
	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: #0000CC;
	font-weight:bold;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color:#0000CC;
	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;
	padding:0px;
	color:#666666;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale  {
	color: #000000;
	padding:5px;
	}
	
.productPriceDiscount {
   color: #000000;
   font-size:.9em;
   padding:5px;
   }

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	} 

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0px;
	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 ;
	}

/*Category Font Size*/
.catDescContent {
	font-size: 1.1em;
	}

.categoryIcon {
    }

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsCrossSell, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.rightBoxHeading {
	font-size: 1.1em;
	color: #ffffff;
	font-weight:bold;
	text-decoration:none;
}

h3.leftBoxHeading a, h3.leftBoxHeading a:visited, h3.leftBoxHeading LABEL,
h3.rightBoxHeading a, h3.rightBoxHeading a:visited, h3.rightBoxHeading LABEL {
	font-size: 1.0em;
	color: #ffffff;
	font-weight:bold;
	text-decoration:none;
}
	
h3.leftBoxHeading a:hover,
h3.rightBoxHeading a:hover {
	font-size: 1.0em;
    color:#0099FF;
	font-weight:bold;
	text-decoration: underline;
	} 

.leftBoxHeading, .rightBoxHeading {
	margin: 0em;
	background-color: #000000;
	padding: 0.5em 0.2em;
	color: #FFFFFF;
	}

.centerBoxHeading {
	margin: 0em;
	border: 1px solid #FF8F4D;
	background-color: #000000;
	padding: 0.5em 0.2em;
	color: #FFFFFF;
	}

.rightBoxHeading {
    height: 1.7em;
    padding-top: 1em;
    background-image: url(../images/rightbox_heading.gif);
    background-repeat: no-repeat;
}

.leftBoxHeading {
    height: 1.7em;
    padding-top: 1em;
    background-image: url(../images/leftbox_heading.gif);
    background-repeat: no-repeat;
}

.leftBoxContainer, .rightBoxContainer {
	padding-top: 0.8em;
	}

.sideBoxContent {
	border: 1px solid #000000;
	background-color: #FF8F4D;
	padding: 0.4em;
	font-size: 1.1em;
	}
	
.centerBoxWrapper {
	border: 1px solid #FF8F4D;
	background-color: #FFFFFF;
	padding: 0.4em;
	font-size: 1.1em;
	}
	
.sideBoxContent a {
	color: #0000CC
	font-weight: normal;
	text-decoration: underline;
	}
	
.sideBoxContent a:visited {
	color: #0000CC;
	font-weight: normal;
	text-decoration: underline;
	}
	
.sideBoxContent a:hover, a:active{
	color:#0000CC;
	font-weight: normal;
	text-decoration: underline;
	}
		
.centerBoxWrapper { 
    padding: 0;
    height: 1%;
	}

.productListing-data-description-even, .productListing-data-description-odd {
	background-color: #FF8F4D;
	border-top: 1px solid #000000;
	border-bottom: 3px solid #000000;
    color: #000000;
	padding:3px;
  }
  
.productListing-data {
width:auto
  }

.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, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsCrossSell, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
    text-align:center;
	}

#siteinfoIP {
    padding-bottom: 0.9em;
    }

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

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/*misc*/
.back {
	float: left;
	font-size: 0.9em;
	text-align:left;
	font-weight: normal;
	}
	
/*i added here*/	
.attribsSelect {
    font-weight: bold;
	}
	
.forward {
	float: right;
	font-weight:bold;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color:#FFFFFF;
	height: 1.5em;
	vertical-align:middle;
	border-color:#000000;
	}

.rowEven {
	background-color: #FFFFFF;
	height: 1.5em;
	vertical-align: middle;
	}
	
.cartTableDisplay {
	border-left:solid;
	border-right:solid;
	border-color:#000000;
	border-width:1px;
	}
	
.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0px;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background-color: #000000;
	height: 2em;
	}

#siteMapList {
	width: 90%;
	float: right;
	}
	
#pageNotFoundList  {
    width:90%;
	}
	
.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:#FF8F4D;
	text-align: center;
	}
	
.seProductsHeading {
	background-color:#FF8F4D;
	text-align: center;
	}
		
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
	
#seShipTo {
	padding: 0.2em;
	}


/* BH-specific */

.navNextPrevWrapper {
    padding-bottom: 1em;
	}

/* categories box parent and child categories */
A.category-top {
    font-size: 1em;
    color: #0000CC;
    text-decoration: underline;
	font-weight:bold;
    line-height: 160%;
  	}

A.category-links, A:visited {
    font-size: 1em;
    color: #0000CC;
    text-decoration: underline;
	font-weight:bold;
    line-height: 160%;
    }

A.category-subs, A.category-products {
    font-size:1em;
    color: #0000CC;
    text-decoration: underline;
	font-weight:bold;
    padding-left:1em;
    line-height: 160%;
    }

/* spacing between cats */
a.category-top {float:left; width:150px; padding:5px 0 0 0}
a.category-products {float:left; width:150px; padding-top: 3px; padding-left: 10px;}

SPAN.category-subs-parent {
    font-weight: bold;
    }
	
SPAN.category-subs-selected {
    font-weight: bold;
    color: #0000FF;
    }
#categoriesContent a:hover {
	color:#0000FF;
	text-decoration: none;
	font-weight:bold;
    }    

h3.itemTitle a, .cartProductDisplay a, td.productListing-data a { 
    color: #0000CC;
    font-weight: bold;
    text-decoration:underline;
	}

h3.itemTitle a:hover, .cartProductDisplay a:hover, td.productListing-data a:hover { 
    color: #0000CC;
    font-weight: bold;
    text-decoration:underline;
	}

h3.itemTitle a:visited, .cartProductDisplay a:visited, td.productListing-data a:visited { 
    color: #0000CC;
    font-weight: bold;
    text-decoration:underline;
	}
	
h2.centerBoxHeading {
    font-size: 1.1em;
	}


/* SITE_SPECIFIC_CUSTOMIZATIONS */

td.onlyUSA {
    font-size: .9em;
    color: #ff0000;
    }

.loginbox {
    font-size: 1.1em;
    font-weight: bold;
    }

.advancedsearch A, .advancedsearch A:visited {
    color: #ffffff;
	}

.advancedsearch A:hover  {
	color: #0000CC;
	}

.emailnotify  {
	font-size:.9em;
	color:#FF0000;
	}

a.smallTextWhite  {
	color:#FFFFFF;
	font-weight:bold;
	font-size:.9em;
	}

a.smallTextWhite:hover  {
	color:#0099FF;
	}

#imagePositioningWrapper {
	float:left;
	margin-left: 1em;
	padding-bottom: 1em;
	}

#metaInfoWrapper {
	float:left;
	padding-left:1em;
	}

#pricingAndAttribWrapper {
	float:right;
	}

#productDetailsList {
	padding-top: 1em;
	}

#productAttributes {
	float: right;
	}
	
h3#attribsOptionsText {
	text-align: left;
	}

/* get rid of image underlines: */
#productMainImage img {display:block;}
.categoryListBoxContents a:link {
	text-decoration: none;
	font-size:1.1em;
	font-weight:bold;
	}

.categoryListBoxContents a:hover {
	color:#0000CC;
	font-weight:bold;
	text-decoration:none;
	}
  
.categoryListBoxContents a:visited {
	color:#0000CC;
	font-weight:bold;
	text-decoration:none;
	}

/* header navigation in 3 sections */
#navMainWrapperCart ul,
#navMain ul {
	padding: 0.2em 0 0 0;
	}
	
#navMain {
	float:left; 
	width: 30%;
	margin-left: 1em;
	}

.navMainSearch {
	float:left; 
	width: 36%;
	padding-top: 0.5em;
	}
	
#navMainWrapperCart {
	float:left; 
	width: 30%;
	margin-top: 0.3em;
	}

/* price tag display */
td.productListing-data SPAN.productSpecialPrice { 
	background-image: url(../images/pricetagsm.gif);
	background-repeat: no-repeat;
	background-position:right;
	padding-bottom: 5px;
	padding-left: 32px;
	padding-top: 5px;
	padding-right: 2px;
	}

#productinfoBody SPAN.productSpecialPrice { 
	background-image: url(../images/pricetaglg.gif);
	background-repeat: no-repeat;
	background-position:right;
	padding-left: 35px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right: 2px;
	}

SPAN.normalprice {
	display: block;
	}

/* This is the CSS needed for the Order Step Edition 2 contribution */

div.order_steps {       /* Is needed for the centering in IE */
    width: 100%;
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
    text-align: center;
	}

table.order_steps {
    margin-left: auto;
    margin-right: auto;
    width: 80%;       /* Here you can set the total width of this contrib */
    padding-bottom: 10px;
    background-color: transparent;      /* Here you can change the background-color of the whole contrib */
	}

tr.order_steps_line_2 {
    height: 5px;        /* Is a part in determining the height of the line */
    padding: 0px;
    margin: 0px;
	}

tr.order_steps_line_3 {
    height: 1px;        /* Is a part in determining the height of the line shadow */
    padding: 0px;
    margin: 0px;
	}

td.progressbar_active {
    background-color: #3DA200;     /* Determines the active color of the completed part of the line */
    width: 4%;

    padding: 0px;
    margin: 0px;
	}

td.progressbar_inactive {
    width: 4%;
    background-color: #9A9A9A;    /* Determines the non-active color of the uncompleted part of the line */
    padding: 0px;
    margin: 0px;
	}

td.progressbar_active_shadow {
    background-color: #346C00;     /* Determines the non-active color of the completed part of the line shadow */
    width: 4%;
    padding: 0px;
    margin: 0px;
	}

td.progressbar_inactive_shadow {
    width: 4%;
    background-color: #666666;   /* Determines the non-active color of the uncompleted part of the line line*/
    padding: 0px;
    margin: 0px;
	}

td.order_steps_text {
    text-align: center;
    vertical-align: top;
    color: #A7A7A7;        /* Determines the non-active color of the text */
    padding-bottom: 5px; /* Determines the distance between the text and the line */
	}

td.order_steps_text_completed {
    text-align: center;
    vertical-align: top;
    color: #8DB18D;        /* Determines the non-active color of the text steps that have been completed*/
    padding-bottom: 10px; /* Determines the distance between the text and the line */
	}

td#active_step_text {       /* These are the styles for the active text */
    color: #005C2C;
    font-weight: 700;
    font-size: 1.1em;
	}
	
/* End Order Steps contribution CSS */

.productShortDescription {
	font-weight:bold;
	font-size:1.1em;
	}

/** For new product-listing layout */
.productListing-data {
	padding-top: 10px;
	padding-bottom: 18px;
	border-bottom: 1px solid black;
	}
	
#productListingColItem {width:auto; text-align:center;}
/*#productListingColFeatures {width: 35em; }*/
#productListingColModel {width:12em; }
#productListingColPrice {width:12em; text-align:center; }
.productListing-data ul {width:auto; }
/** END new product-listing layout */

/* dynamic attrib pulldowns */
.attrib-options {text-align: left;}

/* You Saved */
DIV.youSaved { 
	padding: 0 1.3em 1em 1.3em; 
	}

SPAN.youSaved { 
	font-weight: bold; 
	color: red; 
	font-size: 1.4em;
	}

/* Manufacturers List Sidebox */
#manufacturerslistContent ul {
    list-style:none
    padding:0px;
	}

/* Special Holiday Price */
.holidayprice {
    color:#FF0000;
    font-size:.9em;
    font-style:italic;
	}

/* MSRP */
	.msrp {
	color:#666666;
	}

.prod_table {
	width:100%;
	text-align:center;
	margin-bottom:10px;
	font-size:1em;
	font-weight:bold;
}

.satisfaction a:link {
	color:#000;
	text-decoration:none;
}

.satisfaction a:hover {
	color:#000;
	text-decoration:none;
}

.satisfaction a:visited {
	color:#000;
	text-decoration:none;
}

.satisfaction a:active {
	color:#000;
	text-decoration:none;
}