h1 {
	font-size: 11px;
	color:#454545;
}

h2 {
	font-size: 11px;
}

#productsListingListingBottomLinks a:visited, .navNextPrevWrapper a:visited, 
#productsListingListingBottomLinks a:link, .navNextPrevWrapper a:link {
	font-size: 12px;
	font-weight: normal;
	color: #909090;
	text-decoration: none;
}
 
#productsListingListingBottomLinks a:hover, .navNextPrevWrapper a:hover {
	color: #454545;
}
	
#productsListingListingBottomLinks .current {
	font-size: 12px;
	font-weight: bold;
	/* color: #ffc57c; */
	color: #e1678d;
}

#ImageListing {
	text-align: left; 
	padding: 6px 0 0 6px; 
	height: 320px; 
}

#AddToBag {
	padding-top: 12px;
}
#ImageListing a, #AddToBag a {
	display: block;
	/* border: 1px solid #ffffff; */
	float: left;
}

#ImageListing a:hover, #AddToBag a:hover {
	/*
	border: 1px solid #ffc57c;
	*/
}

#AddToBag input {
	border: 1px solid #ffffff;
}

#productPrices, #productName {
	font-size: 12px;
	font-weight: bold;
	color: #e1678d;
}

#productDescription, .shippingEstimatorWrapper {
	color: #656565;
	padding: 5px 0;
	line-height: 1.1;
}

#ProductStyle {
	font-weight: bold;
	font-size: 12px;
	color: #c7c7c7;
}

#attribsOptionsText {
	font-weight: bold;
	font-size: 11px;
	color: #898989;
	margin: 4px 0;
}

#productAttributes {
	margin-top: 12px;
}

.wrapperAttribsOptions {
	font-weight: bold;
	font-size: 11px;
	color: #909090;
	margin-bottom: 6px;
	margin-left: 0px;
	padding: 0;
}

.wrapperAttribsOptions select {
	font-size: 11px;
	width: 200px;
}

.wrapperAttribsOptions input {
	font-size: 11px;
}

.wrapperAttribsOptions label {
	font-size: 11px;
	padding-left: 0;
}

input:focus, select:focus, textarea:focus {
	background: #dddddd;
}

select, textarea {
	margin: 0;
}

input, select, textarea {
	border:none;
	background-color:#dddddd;
	color: #000000;
}

#AboveNextPrev {
	 min-height: 240px; 
}

#navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover {
	color: #ffc57c;
}

.cartQuantity, .cartQuantityUpdate {
	vertical-align: middle;
}

.cartQuantity input {
	width: 25px;
	text-align: right;
	background-color: #fff;
	color: #999;
}

.cartProductDisplay {
	text-align: left;
}

.cartProductDisplay a:link, .cartProductDisplay a:visited {
	color: #666;
}

#cartContentsDisplay, #cartSubTotal {
	color: #666;
}

a:link, a:visited {
	color: #454545;
}
a:hover, .cartProductDisplay a:hover {
	color: #909090;
}

#shop_cell {
	border-right: 1px solid #ececec;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}

#pagenav_cell {
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}

#topnav_cell {
	border-right: 1px solid #ececec;
}

#btmnav_cell {
	border-right: 1px solid #ececec;
}

#checkoutShipAddressDefault, #checkoutPayAddressDefault,
#checkoutShipping, #checkoutPayment, #checkoutConfirmDefault,
#checkoutSuccess, #accountDefault, #accountEditDefault,
#addressBookDefault, #addressBookProcessDefault, #accountPassword,
#acctNewslettersDefault, #accountNotifications, #accountHistInfo,
#accountHistoryDefault, #indexDefault, #createAcctDefault,
#createAcctSuccess, #advSearchDefault, #advSearchResultsDefault,
#loginDefault, #logoffDefault {
	text-align: left;
	margin-top:12px;
	margin-left:15px;
}

#accountHistoryDefault .back {
	width: 50%;
}

#contentMainWrapper td {
	padding: 10px;
}
/*
a:visited {
	color: #3300FF;
	text-decoration: none;
}

* html #AboveNextPrev {
	width:expression(document.body.clientHeight < 240? “240px” : “auto”);
}
*/


