/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 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 5347 2006-12-22 20:26:09Z birdbrain $
 */

/* GAB new change */
body {
	margin: 0;
	font-family: Georgia, "times new roman", times, serif; 
	font-size: 62.5%;
	color: #333333;
	}

a img {border: none; }

a:link, a:visited {
	color: #6F5A5A;
	text-decoration: underline;
	}

#navEZPagesTOC ul li a, a.category-top {
	color: #6F5A5A;
	text-decoration: none;
}

#navMain{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt; /*8pt*/
	font-weight:bold;
	color: #000000;
    background-color: #d8d8d2;/*#D8DBD2;*/
/*	height: 22px; /*GAB 20px - may need to be changed, according to font height */
    margin: 0px 10px;
    border: 0;
    border-collapse: collapase;
    line-height: normal;
    /* padding: 4px; 0*/
    }

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #d5a228; /* #6F5A5A; */
	}

a:active {
	color: #d5a228;
	}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    /*line-height: 18pt;*/
	color: #e57b0f;/*#666666;*/
    text-decoration: none;
    text-transform: uppercase;
	}

/* h2 {
	font-size: 1.4em;
		color: #666666;
	} */

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 18pt;
	color: #e57b0f;
	text-decoration: none;
	text-transform:uppercase;
}

h3 {
	font-size: 1.3em;
			color: #666666;
	}

h4, h5, h6, LABEL, h4.optionName, ADDRESS, .larger{
	font-size: 1em; /* 1.1em; */
	}
		

.biggerText {
	font-size: 1.2em;
	}

/* this allows for underlined plain text links in ZC */
.plainText {
	font-family: Georgia, "times new roman", times, serif;
	font-weight: normal;
     color: #333333;
     text-decoration: underline;
     }
     
h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 3px;
	}

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

TEXTAREA {
/*	float: left;*/
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #F0F8FF;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	line-height:1.5em;
	}

LEGEND {
	/*font-size: 1.1em;
    font-weight: bold;
	padding: 0.3em;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
	color: #e57b0f;/*#666666;*/
    text-decoration: none;
    text-transform: uppercase;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

LABEL.checkboxLabelLeft {
	float: left;
	padding-right: 1.0em;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	width: 11em;
	float: left;
	margin-right: 0.5em;
	}

LABEL.inputLabelBold {
	width: 11em;
	float: left;
	font-weight: bold;
	}

LABEL.inputLabelPayment {
	width: 15em;
	float: left;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 12em;
	float: left;
	}

P, ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

ADDRESS P {
	padding: 0 0.5em;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}

TD {
	vertical-align: top;
}
/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	font-family: Georgia, "times new roman", times, serif;
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
     line-height: 1.5em;
	padding: 10px;
     margin: 20px 0px 20px 0px;
     /*border: 1px solid #000000;*/
     border-top: 1px dotted #333333;
     border-bottom: 1px dotted #333333;
	}

.messageStackWarning, .messageStackError {
	/*background-color: #ff0000;
	color: #ffffff;*/
     background-color: #ffffff;
     color: #333333;
	}

.messageStackSuccess {
	/*background-color: #99FF99;
	color: #000000;*/
     background-color: #ffffff;
     color: #333333;
	}

.messageStackCaution {
	/*background-color: #FFFF66;
	color: #000000;*/
     background-color: #ffffff;
     color: #333333;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 100%;
	vertical-align: top;
	}

#headerWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
}

#contentMainWrapper {
	width: 770px; /* GAB new change */
	border: 0;
	border-collapse: collapse;
	cellpadding: 0px;
	cellspacing: 0px;
	margin: 0px;
	padding: 0px;
}

#navColumnOneWrapper, #mainWrapper {
	margin: auto;
	} 

#navColumnTwoWrapper {    
	margin: 0px 0px 10px 0px; /* GAB - sub auto for 0px if misalign */
	padding: 0px;
	}

/* GAB new change */
#contentWrapper {
	width: 100%;
	border: 0;
	border-collapse: collapse;
	cellpadding: 0px;
	cellspacing: 0px;
	}
    
#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

#accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}
	
.floatingBox {width:46%;margin:0;}	

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {
font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	color: #333333;
}
.navSplitPagesLinks {}
.navNextPrevCounter {
	margin: 0em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	color: #333333;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #9a9a9a;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	width: 100%;
	}

#navMain ul, #navSupp ul, #navCatTabs ul  {
	margin: 0;
	padding:  0;/*0.7em 0em; 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: 0; /*.7em 0.5em; 0em 0.5em*/
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt; /*8pt*/
	color: #000000;
	white-space: nowrap;
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #000000;
	}

#navEZPagesTOC ul {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
	}

#navEZPagesTOC ul li {
	white-space: nowrap;
	}

#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
	}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
	}

#navMainSearch {
	float: right;
	}

#navEZPagesTop {
	background-color: #ffff33;
	}

#navEZPagesTop {
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

/* added for anchor link styling | GAB | 03.12.08 */
.anchorlinkRight {
	text-align: right;
	padding-bottom: 0.5em;
	}

/* added for header spacer - not same as static site due to inconsistent build */
td.zenHeadSpacer {
    width: 5px;
    background-color: #464643;
    }

#navBreadCrumb {
	clear:both;
	background:#d8d8d2;/*#e5a30f;border-left:4px solid #464643;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt; /*8pt*/
    color: #000000;
    /* padding:1px 5px 6px 11px; */ 
    margin:0px 10px;
    text-align: left;
    }

/*----New CSS for styling breadcrumb links| Emily Lewis | 02/03/08----*/
/*Need all states for IE cooperation*/
#navBreadCrumb a, #navBreadCrumb a:link, #navBreadCrumb a:visited {
	color:#595854;
    font-weight:normal;
    font-size:10pt; /*8pt*/
    line-height:normal;
    text-decoration:none;
    }

#navBreadCrumb a:hover, #navBreadCrumb a:active {
	color:#000000;
    text-decoration:none;
    }

#navColumnTwo {
	background-color: #E7E7DB;
}

td.contentSpacerLeft {
	border: 0;
	border-left: 5px solid #464643;
	}

td#breadcrumbSpacer {
	height: 8px;
	background-color: #e8e7dc;
    }

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	font-family: arial, helvetica, sans-serif;
	}

.content, #productDescription, .shippingEstimatorWrapper {
	font-size: 10pt;
	padding: 5px; /* added for index padding - change after editing index-specific settings */
	font-family: georgia, times roman, serif;
    color: #333333;
    line-height: 16pt;
    /* GAB - these settings have been edited to match p7tmbasic.css #centercol */
	/*font-size: 1.3em;*/
	/*font-family: verdana, arial, helvetica, sans-serif;*/
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0.8em;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 0px
/*	border: 1px solid #000000;*/
	padding: 1em;
	}

.tableHeading TH {
	border-bottom: 1px solid #cccccc;
	}

.tableHeading, #cartSubTotal {
	background-color: #e8e7dc; /* #e9e9e9; */
	 }

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {
	padding: 0.5em 0em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	color: #333333;
	}

.cartProductDisplay a {
	text-decoration: none;
}
     
.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
    	vertical-align: top
	}

#scUpdateQuantity {
	width: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	color: #333333;
	}

.cartQuantity {
	width: 4em; /*4.7em*/
	}

/*----Modified CSS for requested font color (black on all) | Emily Lewis | 02/03/08----*/
.cartNewItem {
	color: #333333; /*#000;*/
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #333333; /*#000;*/
	position: relative;   /*do not remove-fixes stupid IEbug*/
	}
    
.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	font-size:10pt;
	}

.cartRemoveItemDisplay {
	width: 3em; /*3.5em*/
	}

.cartAttribsList {
/*	margin-left: 1em; */
	}

#mediaManager {
  width: 50%; 
  margin: 0.2em;
  padding: 0.5em;
  }

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	} 

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

/* GAB - removed #cartBoxListWrapper li from this list */
#ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em 0em 0em;
	} 

#cartBoxEmpty, #cartBoxVoucherBalance {
  font-weight: bold;
  }

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0 0.2em 0 0; /* 0.2em; */
	margin: 0;
	}

#ottotal {
	font-weight: bold;
}

.lineTitle, .amount {
	text-align: right;
	padding: 0 0.2em 0 0; /* 0.2em; */
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
font-family: Arial, Helvetica, sans-serif;
	}

/*sideboxes*/
/* GAB new change */
.columnLeft {
	width: 600px;
}

h3.leftBoxHeading, h3.leftBoxHeading a {
	font-size: 1em;
	color: #ffffff;
	}

.leftBoxHeading, .centerBoxHeading {
	margin: 0em;
	background-color: #FF6699;
	padding: 0.5em 0.2em;
	}

.leftBoxContainer {
	border: 1px solid #ffffff;
	margin-top: 1.5em;
	}

.sideBoxContent {
    background: #e7e7db;
    font-size:12pt;
    color: #333333;
    padding: 10px;
    }

.rightBoxContainer {
    color: #333333;
    }

.rightBoxContainer a {
    color: #333333;
    padding: 0;
    margin: 0;
    border: 0;
	text-decoration:none;
    }
    
.rightBoxContainer a:hover {
    color: #e57b0f;
    }

.rightBoxContainer ul a {
    color: #333333;
    padding: 0;
    margin: 0;
    border: 0;
    }
    
.rightBoxContainer ul a:hover {
    color: #e57b0f;
    }
    
/*#catBoxDivider {
    color: transparent;
    background-color: transparent;
    background: none;
    height: 1px;
    border: 1px 0px 0px 0px;
    border-style: dotted;
    border-color: #787874;
    }*/
    
#membershipstatusContent {
    font-size:10pt;
    }

#membershipstatusContent a {
	line-height: normal;
    }
        
h3.rightBoxHeading, h3.rightBoxHeading a {
    font-family: arial, helvetica, sans-serif;    
	font-size: 9pt;/*8pt;*/
	color: #333333;/*#FFFF00;*/
    font-weight: bold;
    text-align: center;
	}

.rightBoxHeading {
	margin: 0px 10px 0px 10px; /*0em 0em;*/
	/*background-color: #E5A30F;*/
	padding: 0.2em 0em;
    border: 0;
    border-top: 1px dotted #787874;
    border-bottom: 1px dotted #787874;
    text-align: center;
	}

h3.leftBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 

h3.rightBoxHeading a:hover {
	color: #e57b0f; /*#464643;*/
	text-decoration: none;
	}

.rightBoxContent {
	background-color: #ffffff;
	margin-bottom: 1em;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
    font-family: Georgia, "times new roman", times, serif;
	/* font-family: Arial, Helvetica, sans-serif;*/
    font-size: 10pt;
    line-height: 12pt;
    color: #333333;
	}

/*----Add CSS to left-align text within shopping cart table | Emily Lewis | 02/03/08----*/
.productListing-data {
    /*text-align:left; */
    font-family: Georgia, "times new roman", times, serif;
	/* font-family: Arial, Helvetica, sans-serif;*/
    font-size: 10pt;
    line-height: 12pt;
    color: #333333;
    border-top: 1px solid #e8e7dc;
    padding-right: 4px;
    }	

#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: #ffffff; /*#E8E8E8;*/
	height: 1.5em;
	vertical-align: top;
	border-top: 1px solid #e8e7dc;
     cellpadding: 0;
     cellspacing: 0;
	}

.rowEven {
	background-color: #ffffff; /*#F0F0F0;*/
	height: 1.5em;
	vertical-align: top;
	border-top: 1px solid #e8e7dc;
     cellpadding: 0;
     cellspacing: 0;
	}

.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: #e8e7dc; /* #cacaca; */
	height: 2em;
	}

/* GAB - Begin product listing style */
table.tabTable {
    font-family: Georgia, "times new roman", times, serif;
    border: 0; /*solid white;
    border-width: 1px 0px 1px 0px;*/
    border-top: 2px solid #cacaca;
    border-bottom: 2px solid #cacaca;
    border-collapse: collapse;
    margin-bottom: 20px;
    }

table.tabTable td {
    padding: 4px 0px;
    vertical-align: middle;
}

tr.productListing-rowheading, tr.productListing-rowheading a {
    background-color: #e8e7dc; /*#cacaca;*/
    font-family: Georgia, "times new roman", times, serif;
    }
    
tr.productListing-odd, tr.productListing-odd a {
    background-color: #ffffff; /*#f0f0f0;*/
    font-family: Georgia, "times new roman", times, serif;
    text-decoration: none;
    }

tr.productListing-even, tr.productListing-even a {
    background-color: #ffffff; /*#e8e8e8;*/
    font-family: Georgia, "times new roman", times, serif;
    text-decoration: none;
    }
    
h3.itemTitle, h3.itemTitle a {
    text-align:left;
    font-family: Georgia, "times new roman", times, serif;
	/* font-family: Arial, Helvetica, sans-serif;*/
    font-size: 10pt;
    line-height: 12pt;
    color: #333333;
    font-weight: normal;
    }
/* GAB - End styling */

/*----Added CSS for requested font family | Emily Lewis | 02/03/08----*/	
th {font-family:Georgia, "Times New Roman", Times, serif;}	

#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%;
	font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
line-height: 12pt;
color: #333333;
	}

#accountLinksWrapper {
	width: 100%;
}

.memberships {
	padding-left: 45px;
	/*font-size: 120%;*/
}

.cartContentsDisplay {
	border: 0;
	border-top: 2px solid #cacaca;
     border-collapse: collapse;
     width: 100%;
     cellspacing: 0;
     cellpadding: 0;
     }
     
.stackedOrderTotals {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	background-color: #e8e7dc;
     }
     
.listingBuyNowButton {
     margin-top: 4px;
     margin-bottom: 4px;
     padding: 0;
     }

/* GAB styles added for right_col */
div.sidebox_fs_ads {
	margin:0px auto;
}

div.sidebox_fs_ads img {
	border-top:4px solid #d8dbd2;
	border-bottom:4px solid #d8dbd2;
}

div.sidebox_fs_ads p {
	margin:0px 10px;
	line-height:normal;
	font-size:10pt;
}

div#success_fs_ads {
	margin:15px;
	border:4px solid #d8dbd2;
	padding:10px;
	background-color:#e7e7db;
}

div#success_fs_ads img {
	display:block;
	float:left;
	margin-right:10px;
	border:1px solid #6e6e6a;
}

div#success_fs_ads p {
	font-size:10pt;
	line-height:normal;
}

div#categories {
	margin-top:10px;
}

div#shoppingcart {
	margin-top:10px;
	margin-bottom:0px;
}

div#shoppingcartContent {
	padding-bottom:0px;
}

div#shoppingcartContent ul li a {
	text-decoration:none;
}

.productListing-heading a {
	text-decoration:none;
}

table.quick-order td {
	padding: 4px 0px 0px 0px;
}
