/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2006 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 5349 2006-12-22 20:34:40Z birdbrain $
 */

body {
	margin: 0;
	font-family: Tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #fff;
	background-image: url(../images/top_bg.gif);
	background-repeat: repeat-x;
	background-position: top;	
	}
a img {border: none; 
	}
a:link {
	color: #333;
	text-decoration: underline;
	}
a:active {
	color: #333;
	} 
a:visited {
	color: #333;
	}
.sideBoxContent a:link {
	color: #fff;
	text-decoration: underline;
	}
.sideBoxContent a:active {
	color: #fff;
	} 
.sideBoxContent a:visited {
	color: #fff;
	}
.sideBoxContent a:hover {
	color: #f70;
	}
#navMain a:link, #navMain a:active, #navMain a:visited {
	color: #fff;
	text-decoration: underline;
	}
 #navSupp ul li a:link,  #navSupp ul li a:active,  #navSupp ul li a:visited {
	color: #333;
	text-decoration: underline;
	}
a:hover, #navEZPagesTOC a.selected, #navMain a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #f70;
	text-decoration: underline;
	}
#navEZPagesTop a:link, #navEZPagesTop a:active, #navEZPagesTop a:visited {
	color: #8c8c8c;
	text-decoration: none;
	}
#navEZPagesTop a:hover {
	color: #f70;
	text-decoration: none;
}
.ezpagesTopDiv a {
	background-image: url(../images/nav_top.gif);
	height: 30px;
	padding-right: 30px;
	display: block;
	background-repeat: no-repeat;
	background-position: right;
	line-height: 30px;
	}
.ezpagesTopDiv a:hover {
	background-image: url(../images/nav_top_on.gif);
	background-repeat: no-repeat;
	}
#siteinfoLegal a:link, #siteinfoLegal a:hover, #siteinfoLegal a:active, #siteinfoLegal a:visited {
	color: #f70;
	text-decoration: none;
	}
h1 {
	font-size: 12px;
	color: #000;
	font-weight: bold;	
	}
h2 {
	font-size: 12px;
	}
h3 {
	font-size: 12px;
	font-weight:normal;
	}
h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 12px;
	}
.biggerText {
	font-size: 1.2em;
	}
.normalText {
	font-size: 12px;
	}
/*  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: 12px;
	margin: 0.1em;
	}
TEXTAREA {
	float:left;
	font-size: 12px;
	margin: 0.1em;
	display: inline;
	width: 95%;
	}
#enquiry {
	width:218px;
	margin-left:59px;
	}
#email-message {
	width:240px;
	margin-left:29px;
	}
FIELDSET {
	padding:10px;
	margin: 10px;
	border: 1px solid #cccccc;
	}
.nopadding {
	padding:0px;
	}
LEGEND {
	font-weight: bold;
	padding: 0.3em;
	}
FIELDSET LEGEND {
	color:#f70;
	}
FIELDSET FIELDSET LEGEND {
	color:#333;
	}
LABEL {}
.optionName {
	width: 70px;
	}
.add2cartTD {
	padding-top:10px;
	}
LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}
#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}
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 {
	font-style: normal;
	margin-left: 10px;
	margin-right: 10px;
	}
.clearBoth {
	clear: both;
	}
.clearRight {
	clear: right;
	}
HR {
	height: 1px;
	margin-top: 10px;
	border: none;
	border-bottom: 1px solid #fff;
	}

/*warnings, errors, messages*/
.alertSx {
	width:160px;
	z-index:100;
	position: absolute;
	left: 20px;
	top: 50px;
	}
.messageStackSuccess {
	margin: 10px;
	padding: 5px;
	border: 1px solid #389143;
	background-color: #b0ff84;
	color: #333;
	min-height: 21px;
	}
.messageStackWarning, .messageStackCaution, .advisory {
	margin: 10px;
	padding: 5px;
	border: 1px solid #cc9933;
	background-color: #ffd734;
	color: #333;
	min-height: 21px;
	}
.messageStackError {
	margin: 10px;
	padding: 5px;
	border: 1px solid #800000;
	background-color: #ff6f6f;
	color: #333;
	min-height: 21px;
	}
.messageStackError img, .messageStackWarning img, .messageStackCaution img, .messageStackSuccess img {
	float:left;
	padding-right: 5px;
	}
	
/*wrappers - page or section containers*/
#mainWrapper {
	text-align: left;
	width: 852px;
	vertical-align: top;
	}
#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0px;
	padding: 0px;
	}
#indexDefaultMainContent {
	margin-top: 20px;
	margin-bottom: 10px;
	}
#bestSellers div {
	margin-top: 10px;
	}
#featuredProducts {
	margin-top: 10px;
	margin-bottom: 10px;
	}
#featuredProducts div {
	margin-top: 10px;
	}
#specialsListing {
	padding-bottom: 10px;
	}
#specialsListing div {
	margin-top: 10px;
	}
#popupImage div, #popupAdditionalImage div {
	background-color: #fff;
	}
#headerWrapper {

	}
#logoWrapper{
	background-color: #fff000;
	height:75px;
	width: 900px;
	}
#bannerContain {
	height: 268px;
	background-image: url(../images/bann.jpg);
	background-repeat: no-repeat;
	}
#bannerTwo {
	width: 574px;
	height: 268px;
	background-image: url(../images/map_border.jpg);
	background-repeat: no-repeat;
	padding-left:14px;
	padding-top:15px;
	}
#map0 {
	width:522px;
	height:217px;
	float:left;
	}
#map {
	width: 100%;
	height: 100%;
	margin-top: 15px;
	margin-left: 14px;
	}
#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	}
#tagline {
	color:#000000;
	font-size: 11px;
	text-align : center;
	font-weight: bold;
	width:100px;
	margin-top: 63px;
	padding-left:3px;
	padding-right:3px;
	margin-left:3px;
	height: 80px;
	}
#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}
.floatingBox.back {
	margin-right: 0px;
	}
.floatingBox.forward {
	margin-left: 0px;
	}
#accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 10px;
	margin-top: 0px;
	}
.TestimonialsTopPadding {
	margin-left:10px;
	margin-right:10px;
	margin-top:15px;
	}
#siteMapMainContent BLOCKQUOTE {
	margin-top:0px;
	padding-top:0px;
	}
.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*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;
	}
#navMainWrapper {
	background-color: #000;
	font-weight: bold;
	color: #ffffff;
	height: 34px;
	width: 852px;
	}
#navSuppWrapper, #navCatTabsWrapperNO {
	background-color:#f0f0f0;
	height: 70px;
	width: 852px;
	font-weight: bold;
	color: #333;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #f70;
	border-bottom-color: #f70;
	margin-bottom: 15px;
	margin-top: 10px;
	}
#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
	}
#navMain, #navCatTabs ul {
	margin: 0;
	list-style-type: none;
	text-align: center;
	height: 34px;
	width: 852px;
	font-size: 11px;
	}
#navSupp ul {
	margin: 0;
	list-style-type: none;
	font-size: 11px;
	}
#navSupp ul li, #navCatTabs ul li {
	display: inline;
	}
#navCatTabs ul li a {
	color: #9a9a9a;
	}
#navEZPagesTOCWrapper {
	margin: 10px;
	padding: 10px;
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #9a9a9a;
	}
#navEZPagesTOC {
	white-space: nowrap;
	}
#navCategoryIcon, .buttonRow, #indexProductListCatDescription, .content, .catDescContent, .mainContent {
	margin: 10px;
	}
#navMainSearch {
	float: right;
	}
#navBreadCrumb {
	padding: 0.5em 0.5em;
	background-color: #ffffff;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	}
#navEZPagesTop {
	font-size: 11px;
	color: #8c8c8c;
	margin: 0px;
	text-align: right;
	text-transform:uppercase;
	padding-top: 0px;
	padding-left: 30px;
	}
.ezpagesTopDiv {
	padding-right:24px;
	}
#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;*/
	}
.alert {
	color: #CC0000;
	margin: 10px;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.note {
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	}
.rating{}
.gvBal {
	float: right;
	}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.8em;
	}
.centerColumn {
	margin-left: 10px;
	margin-right: 10px;
	width: 452px;
	background-color:#f0f0f0;
	}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .imgLink, .imgLinkAdditional, #productAdditionalImages a {
	font-size: 10px;
	}
.imgLink {
	margin-left:10px;
	}
/*Shopping Cart Display*/
.tableHeading TH {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	}
#cartContentsDisplay {
	border-left: 1px solid #fff;
	}
#cartContentsDisplay TD, #prevOrders TD, #orderInfoTable TD, #myAccountOrdersStatus TD, #myOrdersAddresses TD, #myOrdersPayment TD {
	border-bottom: 1px solid #fff;
	}
#orderTotals {
	margin:20px;
	}
.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }
#cartSubTotal {
	border-bottom: 1px solid #fff;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}
.tableRow, #cartSubTotal {
	height: 28px;
	}
#logoffDefaultMainContent {
	height:501px;
	}
#BespokeMainContent {
	min-height:501px;
	}
#BrandingMainContent {
	min-height:501px;
	}
.cartUnitDisplay, .cartTotalDisplay {

	}
.cartQuantity, .cartProductDisplay, .cartTotalDisplay, .cartUnitDisplay, .cartRemoveItemDisplay, .orderDate, .orderNo, .orderAddress, .orderStatus, .orderTotal, .orderView, .accountQuantityDisplay, .accountProductDisplay, .accountTaxDisplay, .accountTotalDisplay, .AccountStatusDate, .AccountStatus, .AccountStatusComments, .DeliveryMethod, .DeliveryAddress, .PaymentMethod, .BillingAddress {
	border-right: 1px solid #fff;
	}
.ordersTotalsDisplay, .cartTotalsDisplay, #cartSubTotal, #cartInstructionsDisplay {
	padding-top:10px;
	}
#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;
	}
.cartAttribsList {

	}
.cartAttribsList ul {
	list-style-type: square;
	margin-top: 5px;
	}
#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
	}
.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}
.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}
#productQuantityDiscounts TD {
border:solid 1px #FFFFFF;}
.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;
	}

/*Image Display*/
#productMainImage {
	margin-bottom: 20px;
	}
#reviewsDefault #productMainImage, #reviewsInfoDefault #productMainImage {
	margin-bottom: 0px;
	}
#productMainImage img {
	margin-left: 10px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-top: 15px;
	border: solid 2px #000;
	}
#productMainImage a, #productAdditionalImages a, #specialsImage a {
	text-decoration:none;
	}
.listingProductImage, #reviewsInfoDefaultProductImage img, #productReviewsDefaultProductImage img, #reviewWriteMainImage img, #smallProductImage img, #productAdditionalImages img, #specialsListing img, #specialsImage img, #featuredProducts img, .centerBoxContentsBestSellers img {
	border: solid 2px #000;
	}
#productMainImage a:hover img, .tabTable a:hover img.listingProductImage, #reviewsInfoDefaultProductImage a:hover img, #productReviewsDefaultProductImage a:hover img, #reviewWriteMainImage a:hover img, #smallProductImage a:hover img, #productAdditionalImages a:hover img, #specialsImage a:hover img, #specialsListing a:hover img, #featuredProducts a:hover img, .centerBoxContentsBestSellers a:hover img {
	border: solid 2px #f70;
	}
.reviewWriteArea {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#review-text{
	width: 425px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
#reviewsWriteReviewsNotice {
	margin-top: 35px;
	}
#addressBookDefaultPrimary, .instructions, .centerText {
	margin-left: 10px;
	margin-right: 10px;
	}
.categoryIcon {}
#cartImage {
	margin-right: 20px;
	margin-top: 5px;
	border: solid 1px #333;
	}
	
/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
	}
.attributesComments {}
.accountProductDisplay #orderAttribsList {
	margin-top:5px;
	margin-bottom:0px;
	font-size:11px;
	}

/*list box contents*/
.listingDescription {
	height: 43px;
	overflow:hidden;
	}
.centerBoxContents, .specialsListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .productListing-data {
	margin: 0px;
	}
.itemTitle {
	margin-top: 13px;
	margin-bottom: 5px;
	padding: 0px;
	font-weight:bold;
	}
.priceDiv {
	margin-top: 14px;
	}
.priceSpan {
	padding: 0px;
	font-size:larger;
	color:#f70;
	font-weight:bold;
	font-size:12px;
	}
.listingDetailsButton {}
.prodPrice {
	float:left;
	margin-top:15px;
	}
.prodQty {
	float:right;
	margin-top:15px;
	}
#productAttributes {
	}
#productDescription ul {
	border: none;
	text-align:left;
}
#productDescription ul li {
  list-style-type: square;
  padding: 0.2em 1em 0 0;
  margin-left: 120px;
}
#productDetailsList {
	padding-left: 10px;
	}
.productListing-data {
	padding-bottom:10px;
	}
.productListing-odd #colmn1, .productListing-even #colmn1 {
	width: 140px;
	}
.listingProductImage {
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;	
	}
#productsListingBottomNumber {
	margin:10px;
	}
#productsListingListingBottomLinks {
		margin:10px;
	}
.ListRowBreak {
	background-color:#fff;
	height: 1px;
	}
a.catInsideLink {
	display:block;
	padding: 10px;
	width: 108px;
	margin: 10px;
	height: 32px;
	text-decoration:none;
	border:solid 1px #333;
	}
a.catInsideLink:hover {
	border:solid 1px #f70;
	}
.centerBoxWrapper {
	height: 1%;
	}

/*sideboxes*/
.columnLeft {}
h3.leftBoxHeading, h3.leftBoxHeading a, .rightBoxHeading, .rightBoxHeading a {
	font-size: 12px;
	font-weight:bold;
	color: #000;
	text-transform: uppercase;
	text-decoration:none;
	}
#manufacturersHeading, #currenciesHeading, #searchHeading, #search-headerHeading {
	font-size: 12px;
	font-weight:bold;
	color: #000;
	text-transform: uppercase;
	padding-left: 15px;
	}
#specialHeading a {
	font-size: 12px;
	font-weight:bold;
	color: #000;
	margin:0px;
	padding-left: 0px;
	}
.searchAdv {
	display:block;
	padding:8px;
	padding-bottom:0px;
	height:15px;
	text-align:left;
	}
.leftBoxHeading, .rightBoxHeading {
	margin: 0px;
	background-image: url(../images/head.jpg);
	height: 30px;
	line-height: 28px;
	padding-left: 15px;
	}
#productListHeading, h1.centerBoxHeading, #indexCategoriesHeading, #advSearchDefaultHeading, h1, #cartDefaultHeading {
	font-size: 12px;
	margin: 0px;
	background-image: url(../images/head_center.jpg);
	height: 30px;
	line-height: 28px;
	padding-left: 15px;
	color: #fff;
	text-transform: uppercase;
	}
#cartDefaultHeading {
	width:300px;
	}
h2.centerBoxHeading {
	margin:0px;
	}
#cartHelpHeading {
	width:100%;
	background-image: url(../images/head_center.jpg);
	}
#cartHelp {
	font-size: 12px;
	text-align:right;
	margin: 0px;
	height: 30px;
	line-height: 28px;
	padding-right: 15px;
	width:122px;
	}
#cartHelp a {
		color: #fff;
	}
#popupSearchHelp div, .shippingEstimatorWrapper {
	background-color:#FFFFFF;
	padding:10px;
	}
#popupShippingEstimator h1 {
	background-color:#FFFFFF;
	}
#whatsNew {
	margin-top: 15px;
	border-bottom: solid 1px #fff;
	}
#whatsNew .centerBoxContentsNew {
	margin-bottom: 10px;
	}
.leftBoxContainer, .rightBoxContainer {
	margin: 0px;
	margin-bottom: 10px;
	}
.sideBoxContent {
	padding: 10px;
	background-image: url(../images/sidebox.jpg);
	background-repeat: repeat-y;
	color:#fff;
	}
#contactsidebox{}
#contactsideboxContent form {
	margin-top:0px;
	}
.infoSideDiv {
	background-image: url(../images/sub_cat.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	vertical-align:bottom;
	}
.invisible {
	display:none;
	}
#categoriesContent {
	padding: 0px;
	}
#categoriesHeading {
	display: none;
	}
h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #f70;
	text-decoration: none;
	} 
.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #000;
	}
.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartUnitDisplay, .cartTotalDisplay, .ordersTotalsDisplay, .cartTotalsDisplay, #cartBoxGVBalance, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg, #orderHistoryDetailedOrder, #orderHistoryStatus, #orderShipping, #orderBilling {
	text-align: center;
	}
#cartEmptyText {
	height:441px;
	}
.sizesTable {
	border-right:solid 1px #333;
	border-bottom:solid 1px #333;
	}
.sizesTable TH, .sizesTable TD {
	border-top:solid 1px #333;
	border-left:solid 1px #333;
	}
#navEZPageNextPrev {
	width: 432px;
	background-color:#f0f0f0;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
	}
#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;
	}
.testimonial {
	color: #fff;
	padding: 0 5px 5px 5px;
	text-align:left;
	}
.testimonial p {
	margin: 0;
	padding: 5px 0;
	}
.testimonial span {
	float:right;
	visibility:hidden;
	}
	
/* categories box parent and child categories */
a.category-top:link, a.category-top:visited, a.category-top:active {
	color: #000;
	text-decoration: none;
	}
a.category-top:hover {
	color: #f70;
	text-decoration: none;
	}
a.category-links, a.category-links:visited {
	color: #004080;
	text-decoration: none;
	}
a.category-subs:link, a.category-products:link, a.category-subs:active, a.category-products:active, a.category-subs:visited, a.category-products:visited {
	color: #fff;
	text-decoration: none;
	}
a.category-subs:hover, a.category-products:hover {
	color: #f70;
	text-decoration: none;
	}
#menu-top {
	height: 30px;
	background-image: url(../images/head.jpg);
	background-repeat: repeat-x;
	line-height: 28px;
	padding-left: 15px;
	font-weight: bold;
	}
#menu-products, #menu-subs {
	height: 27px;
	line-height: 24px;
	padding-left: 30px;
	background-image: url(../images/sub_cat.jpg);
	}
#menu-products:hover {
	background-image: url(../images/sub_cat_on.jpg);
	}
SPAN.category-subs-parent {
	font-weight: bold;
	color: #f70;
	}
SPAN.category-subs-selected {
	color: #f70;
	}
/* end categories box links */

/*misc*/

.Ffoxfix {
	padding-bottom:1px;
	}
.top20 {
	margin-top: 20px;
	}
.bottom {
	margin-bottom:10px;
	}
.left {
	margin-left: 10px;
	}
.right {
	margin-right: 10px;
	}
.back {
	float: left;
	}
.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}
.bold, #ottotal {
	font-weight: bold;
	}
.italic {
	font-style: italic;
	}
.smaller {
	font-size: 11px;	
	}
.smallest {
	font-size: 10px;	
	}
.orange, STRONG.current {
	color:#f70;
	}
.red {
	color:#CC0000;
	}
.capital {
	text-transform:capitalize;
	}
.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;
	} 
TR.tableHeading {}
.productListing-rowheading {}
#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 div, #infoShoppingCart{
	background-color: #ffffff;
	}
#infoShoppingCart h2, #infoShoppingCart p {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;
	padding-top:0px;
	}
#infoShoppingCart h1 {
	float:left;
	width:100%;
	}