/**
 * 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 $
 */

 
 
a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #3c66f1;
	text-decoration:none;
	}
 
a:visited {
	color: #3c66f1;
	text-decoration:none;
	}

a:hover, a:active , #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color:#112363;
	}


h1 {
	font-size: 1.5em;
	color: #000;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

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

.biggerText {
	font-size: 1.2em;
	}

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, 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%;
	}
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;
	}

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

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	overflow:hidden;
	}

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

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	font-weight:bold;
	line-height: 1.8em;
	padding: 3px 8px;
	margin-bottom:5px;
	border: 0;
	font-size:90%;
	}
span.markProductOutOfStock {
	margin-left: 5px;
}
.messageStackWarning, .messageStackError {
	background: url('/images/fresh/redbg.jpg') #6e1a29 repeat-x;
	color: #fff;
	}

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

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

/*wrappers - page or section containers*/
#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#logoWrapper{
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	height:75px;
	}

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

#navColumnOneWrapper {
	float:left;
}
#tagline {
	color:#000;
	font-size: 2em;
	text-align:center;/*find*/
	vertical-align: middle;
	}

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

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

.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, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #6c2e16;
	background-image: url(../images/tile_back.gif);
	background-repeat: repeat-x;
	padding: 0.1em 0.2em;
	font-weight: bold;
	color: #fff;
	border: 3px solid #000;
	}

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

#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align:center;/*find*/
	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: 0em 0.5em;
	margin: 0;
	color: #fff;
	white-space: nowrap;
	}

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

#navMainSearch {
	float: right;
	}

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

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

.alert {
	color: #FF0000;
	margin-left:0;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.8em;
	overflow:hidden;
	}

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

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align:center;/*find*/
	margin: 1em;
	border: 1px solid #000;
	padding: 1em;
	}

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

.tableHeading, #cartSubTotal {
	background-color: #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;
	}

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

	border: 1px solid #003D00;
	}

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

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

.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 ;
	font-size:80%;
	}

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

.centerBoxWrapper {
	margin: 0;
	}

h2.centerBoxHeading {
	font-size: 1.3em;

	}

/*sideboxes*/
.columnLeft {}

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

.leftBoxHeading, .rightBoxHeading {
	margin: 0;
	background-color: #abbbd3;
	background-image: url(../images/boxbg.jpg);
	height: 36px;
	padding: 3px 5px;
	background-repeat: none;
	}
.centerBoxHeading {
	margin: 0;
	height: 30px;
	padding: 3px 5px;
}
.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	border: 2px solid #000;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	}

.sideBoxContent {
	background-color: #fff;
	padding: 0.4em;
	}

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


.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;/*find*/
	}
#bestsellers .wrapper {
	margin: 0;
	}

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

/* categories box parent and child categories */
A.category-top, A.category-top:visited {
	color: #008000;
	text-decoration: none;
	}
A.category-links, A.category-links:visited {
	color: #004080;
	text-decoration: none;
	}
A.category-links:hover {
	text-decoration: underline;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #FF0000;
	text-decoration: none;
	}
SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	}
/* end categories box links */

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

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

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

TR.tableHeading {
	background: url('/images/fresh/linkbg.jpg') #223570 repeat-x;
	color:#fff;
	height: 2em;
	}
#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: #fff;
	}
/* Additions */
div.listingDescription {
text-align:left;
}
ol {
margin: 0;
padding: 0;
list-style: none;
text-indent: -15px;
}
/* FRESH template #####################################################################################################*/
#mainWrapper {

}
body.main {
	margin:0 auto;
	padding:0;
	min-width: 940px;
	width: 95%;
	font:10pt arial,verdana,sans-serif;
	background-image: url(../images/plaid.gif);
}
body#popupImage {
	margin:auto;
	padding:0;
	
}
img.right {
	float:right;
}
div.logo {
	margin:0;
	padding:0;
	height:78px;
	/*overflow:hidden;*/
}
div.logo img {
	float:left;
}
div.logoaccessory {
	margin:0;
	padding-left:10px;
	height:78px;
	background: url('/images/fresh/2.jpg') repeat-x;
	color:#112466;
	font-weight:bold;
}
div.buttoncontainer a,div.buttoncontainer a:visited {
	color:#112466;
	text-decoration:none;
}
div.buttoncontainer a:hover div.buttontext,div.buttoncontainer a:active div.buttontext {
	color:#233985;
	text-decoration:underline;
}
div.buttontext {
	margin:5px 20px 0 0;
	padding:5px 2px;
	float:left;
}
div.buttoncontainer {
	float:left;
}
div.logolower {
	padding:13px 12px 0 0;
	line-height:18pt;
	text-align:right;
	display:block;
}
div.logolower a,div.logolower a:visited {
	padding:4px;
	margin:2px;
	border:1px solid #000;
	color:#fff;
	background: url('/images/fresh/linkbg.jpg') #223570 repeat-x;
	text-decoration:none;
}
div.logolower a:hover,div.logolower a:active {
	padding:4px;
	margin:2px;
	color:#fff;
	background: url('/images/fresh/linkbg2.jpg') #4a5e9d repeat-x;
	text-decoration:none;
}
a img {
	border:0;
}






















div.box#blueleft {
	margin:0 25px 0 13px;
	padding:0;
	width:208px;
	color:#fff;
	background: url('/images/fresh/boxes/blueleft.jpg') #000 repeat-y;
}
div.box#greenleft {
	/*margin:0 20px 0 260px;*/
	margin:0;
	padding:0;
	color:#000;
	background: url('/images/fresh/boxes/greenleft.jpg') #fff repeat-y;
}
div.box#greenleftsmall1 {
	/*margin:0 260px 0 0;*/
	margin:0;
	padding:0;
	color:#000;
	background: url('/images/fresh/boxes/greenleft.jpg') #fff repeat-y;
}
div.box#greenleftsmall2 {
	margin:0 20px;
	padding:0;
	float:right;
	width:208px;
	color:#000;
	background: url('/images/fresh/boxes/greenleft.jpg') #fff repeat-y;
}
div.box#greenbleft {
	/*margin:0 20px 0 260px;*/
	margin:0;
	padding:0;
	color:#fff;
	background: url('/images/fresh/boxes/greenbleft.jpg') #000 repeat-y;
}
div.box#blueright {
	margin-left:11px;
	padding:0;
	color:#fff;
	background: url('/images/fresh/boxes/blueright.jpg') #000 repeat-y right;
}
div.box#greenright {
	margin-left:11px;
	padding:0px;
	color:#000;
	background: url('/images/fresh/boxes/greenright.jpg') #fff repeat-y right;
}
div.box#greenbright {
	margin-left:11px;
	padding:1px;
	color:#fff;
	background: url('/images/fresh/boxes/greenbright.jpg') #000 repeat-y right;
}
div.box#bluebottom {
	margin:0;
	padding:0;
	height:11px;
	color:#fff;
	overflow:hidden;
	background: url('/images/fresh/boxes/bluebottom.jpg') #000 repeat-x top;
}
div.box#greenbottom {
	margin:0;
	padding:0;
	height:11px;
	color:#fff;
	overflow:hidden;
	background: url('/images/fresh/boxes/greenbottom.jpg') #fff repeat-x top;
}
div.box#greenbbottom {
	margin:0;
	padding:0;
	height:11px;
	color:#000;
	overflow:hidden;
	background: url('/images/fresh/boxes/greenbbottom.jpg') #000 repeat-x top;
}
div.box#bluetop {
	margin:0;
	padding:0;
	height:11px;
	color:#fff;
	overflow:hidden;
	background: url('/images/fresh/boxes/bluetop.jpg') #000 repeat-x top;
}
div.box#greentop {
	margin:0;
	padding:0;
	height:11px;
	color:#fff;
	overflow:hidden;
	background: url('/images/fresh/boxes/greentop.jpg') #000 repeat-x top;
}
div.box#greenbtop {
	margin:0;
	padding:0;
	height:11px;
	color:#000;
	background: url('/images/fresh/boxes/greenbtop.jpg') #fff repeat-x top;
}
div.box#bluetl {
	margin:0;
	padding:0;
	float:left;
	width:11px;
	height:11px;
	background: url('/images/fresh/boxes/bluetl.jpg') #000 no-repeat;
}
div.box#greentl {
	margin:0;
	padding:0;
	float:left;
	width:11px;
	height:11px;
	background: url('/images/fresh/boxes/greentl.jpg') #fff no-repeat;
}
div.box#greenbtl {
	margin:0;
	padding:0;
	float:left;
	width:11px;
	height:11px;
	background: url('/images/fresh/boxes/greenbtl.jpg') #000 no-repeat;
}
div.box#bluetr {
	margin:0;
	padding:0;
	float:right;
	width:11px;
	height:11px;
	background: url('/images/fresh/boxes/bluetr.jpg') #000 no-repeat;
}
div.box#greentr {
	margin:0;
	padding:0;
	float:right;
	width:11px;
	height:11px;
	background: url('/images/fresh/boxes/greentr.jpg') #fff no-repeat;
}
div.box#greenbtr {
	margin:0;
	padding:0;
	float:right;
	width:11px;
	height:11px;
	background: url('/images/fresh/boxes/greenbtr.jpg') #000 no-repeat;
}
div.box#bluebl {
	margin:0;
	padding:0;
	float:left;
	width:11px;
	height:11px;
	background: url('/images/fresh/boxes/bluebl.jpg') #000 no-repeat;
}
div.box#greenbl {
	margin:0;
	padding:0;
	float:left;
	width:11px;
	height:11px;
	background: url('/images/fresh/boxes/greenbl.jpg') #fff no-repeat;
}
div.box#greenbbl {
	margin:0;
	padding:0;
	float:left;
	width:11px;
	height:11px;
	background: url('/images/fresh/boxes/greenbbl.jpg') #000 no-repeat;
}
div.box#bluebr {
	margin:0;
	padding:0;
	float:right;
	width:11px;
	height:11px;
	background: url('/images/fresh/boxes/bluebr.jpg') #000 no-repeat;
}
div.box#greenbr {
	margin:0;
	padding:0;
	float:right;
	width:11px;
	height:11px;
	background: url('/images/fresh/boxes/greenbr.jpg') #fff no-repeat;
}
div.box#greenbbr {
	margin:0;
	padding:0;
	float:right;
	width:11px;
	height:11px;
	background: url('/images/fresh/boxes/greenbbr.jpg') #000 no-repeat;
}


div#greenbleft,div#greenleft {
margin:0;
padding:0;
}




table,table tr,table tr td,table * {
text-align:left;
}



div.boxpad {
	margin:0;
	padding:5px 12px 0 0;
}
div.rightboxpad {
	padding-right:12px;
}
div.boxpad#notop {
	padding-top:1px;
}
div.boxpad#center {
	text-align:center;/*find*/
	vertical-align:center;
	padding:10px;
}
div.thriftyjoe {
	margin:0;
	padding:0;
	background: url('/images/fresh/thriftyjoe.jpg') top right no-repeat;
}
div.box#blueleft * a,div.box#blueleft * a:visited {
	color:#fff;
	text-decoration:none;
}
div.box#blueleft * a:hover,div.box#blueleft * a:active {
	color:#fff;
	text-decoration:underline;
}

div.box#greenleft * a,div.box#greenleft * a:visited {
	color:#000;
}
div.box#greenleft * a.productListing-heading,div.box#greenleft * a.productListing-heading:visited,div.box#greenleft * a.productListing-heading:hover,div.box#greenleft * a.productListing-heading:active {
	color:#fff;
}
div.box#greenleft * a:hover,div.box#greenleft * a:active {
	color:#000;
	text-decoration:underline;
}
div#indexCategories * a:hover,div#indexCategories * a:active {
	text-decoration:underline;
}
div#indexCategories * img {
	text-decoration:none;
}
div.box#greenbleft * a,div.box#greenbleft * a:visited {
	color:#fff;
	text-decoration:underline;
}
div.box#greenbleft * a:hover,div.box#greenbleft * a:active {
	color:#fff;
	text-decoration:none;
}
h1#indexDefaultHeading {
	color:#fff;
}
div.center {
	text-align:center;/*find*/
}
ul#productDetailsList {
	float:none;
	margin:10px;
}
div#indexCategoriesMainContent
{
	border:1px solid #f00;
}
div.categoryListBoxContents {
	float:left;
}
div#accountDefault {
	float:none;
}
div.centerColumn {
	float:none;
}
#accountLinksWrapper {
	float:none;
}
td {
	text-align:center;/*find*/
}
td.cartProductDisplay,td.accountProductDisplay {
	text-align:left;
}
address {
	text-align:left;
	padding-left:15px;
}
div.centerColumn {
	padding:0 15px;
	margin:0;
}
div.overflow {
	overflow:hidden;
}
h1#indexDefaultHeading {
	padding:0;
	margin:0;
}
div.insearch {
	
}
div.insearch form {
	float:right;
	padding-top:5px;
}
div.insearch form input.color {
	background: url('/images/fresh/linkbg3.jpg') #223570 repeat-x;
	border:1px solid #000;
	padding:1px 3px;
	color:#fff;
	font-weight:bold;
}
.productListing-rowheading {
	padding:0 10px;
	background: url('/images/fresh/linkbg.jpg') #223570 repeat-x;
	color:#fff;
	height:28px;
}
th#listCell0-0 {
	padding-left:8px;
}
img.listingProductImage {
	margin:2px;
}
div#productsListingTopNumber {
	padding-bottom:5px;
}
div#productsListingBottomNumber {
	padding-top:5px;
}
td.cartTotalDisplay {
	padding-right:15px;
}
th#ccTotalHeading {
	text-align:right;
	padding-right:15px;
}
th#ccProductsHeading {
	text-align:left;
}
.productListing-data {
	border-bottom:2px solid #112463;
	padding:10px 0;
}
div.content {
	margin-right:10px;
}
td.accountTotalDisplay {
	text-align:left;
}
th#myAccountTotal {
	text-align:left;
}
ol li {
	padding-bottom:10px;
	padding-left:20px;
	text-indent:0;
	margin-left:20px;
	list-style-type:decimal;
}
div.manufacturerImg#manufacturerImgListing {
	margin-top:10px;
}
div.categoryListBoxContents a {
	text-decoration:none;
}