**
 * 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 $
 */




/*  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, 'Helvetica Neue', 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: #E4FEF5;*/
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	color: black;
	}

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;
	}

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 #9a9a9a;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 750px;
	vertical-align: top;
	border: 1px solid #9a9a9a;
	}

#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: #ffffff;
	height:75px;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0.5em;
	margin-right: 0.5em;
	}
	
#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	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;*/
	font-size:15px;
	margin-bottom:13px;
	margin-left:10px;
	margin-top:-10px;
	}

/*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: #abbbd3;
	background-image: url(../images/tile_back.gif);
	padding: 0.5em 0.2em;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	}

#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}

#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	padding: 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: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	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;
	}

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	padding-bottom: 0.5em;
	background-color: #ffffff;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	}

#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;*/

	}
	
	#prodInfo{
		background-color: #DBF5FD;
		padding: 8px 13px 23px;
		text-align: left;
		margin-top: 21px;
	}
	
	#productDescription{
		text-align: left;
		font-size: 15px;
		padding-left: 10px;
	}

.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-top: 4px;
	padding: 6px;
	background-color: #fff;
	}

.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;
	}
	
.cartTotalsDisplay{
	margin-top: 10px;
}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	color: #f91614;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #444444;
	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;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

.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 ;
	}

.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 {
	border: 1px solid #9a9a9a;
	height: 1%;
	margin: 1.1em 0;
	}

h2.centerBoxHeading {
	font-size: 1.3em;
	color: #ffffff;
	}

/*sideboxes*/
.columnLeft {}

#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	padding: 0.5em 0.2em;
	}



.sideBoxContent {
	background-color: #ffffff;
	padding: 0.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, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

#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;
	}

/* categories box parent and child categories */

SPAN.category-subs-parent {

	}
SPAN.category-subs-selected {
	}
/* 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;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background-color: #cacaca;
	height: 2em;
	}

.productListing-rowheading {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	height: 2em;
	color: #FFFFFF;
	}

#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%;}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	}

.seDisplayedAddressLabel {
	background-color:#85C285;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}
	
#chcategories h3{
	display: none;
}




li.category-top{
	font-size: 25px;
}

.mycategories{
	padding-top: 1px;
	line-height: 1;
	font-size: 16px;
	border-bottom: 1px solid #080808;
	margin-bottom: 10px;
}

.category-products{
	margin-left: 19px;
	margin-bottom: 8px;
}

.category-top{
	margin-bottom: 8px;
	margin-top: 8px;
}

.category-products a{
	color: #444444;
	font-size: 95%;
}

#shoppingcart.rightBoxContainer {
	font-family: "Book Antiqua","Times New Roman",Times, Georgia, serif;
	border: 1px solid #080808;
}

#shoppingcartHeading.rightBoxHeading {
	background-image: none;
	background-color: #080808;
}

#shoppingcartContent {
	font-size: 90%;
}

h1.shopHead {
float:left;
font-family:Georgia,Times,'Times New Roman',serif;
font-size:38px;
font-weight:normal;
letter-spacing:-1px;
margin-left: -5px;
margin-right: 5px;
text-align:left;
line-height: 44px;
}

h1.productGeneral {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 28px;
	margin-bottom: 16px;
	margin-top: 6px;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 1;
}

.imgLink{
	text-align: right;
	font-size: 90%;
}

#prevnext{
	float: left;
	padding: 18px 0 0 0px;
	text-transform: uppercase;
	font:15px Arial;
	color: #c7c7c7;
}

h3.return {
	position: absolute;
	top: 55px;
	left: 20px;
	font:12px Arial;
	text-transform: uppercase;
}

#prodQuant{
	position: relative;
	right: -18px;
	top: -43px;
}

H2#productPrices{
	margin-bottom: 12px;
	font-size: 15px;
	font-weight: normal;
	padding-left: 12px;
}

.listingDescription {
	text-align: left;
	font-size: 14px;
	font-height: 18px;
}

.listingDescription br{
	margin: 0;
}

#listPrice{
	margin-bottom: 12px;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 19px;
	font-weight: normal;
}

#boxa{
	float: left;
	width: 529px;
	border-top: 1px solid #f91614;
	margin-top: 13px;
	padding-top: 10px;
}

#listimage{
	float: left;
	width: 200px;
	text-align: center;
	margin-top: 2px;
}

#listdesc {
	float: right;
	width: 309px;
}

h3.itemTitle{
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 22px;
	margin-bottom: 9px;
	font-weight: normal;
	text-align: left;
	line-height: 1;
}

h3.itemTitle a:hover{
	color: #080808;
}

#listLinks{
	float: right;
	text-align: right;
	margin-top: 11px;
	line-height: 1.2em;
	font-size: 90%;
}

#boxholder{
	border-bottom: 1px solid #f91614;
	float: left;
	padding-bottom: 10px;
}

#productsListingBottomNumber{
	margin-top: 10px;
}

#productsListingListingBottomLinks{
	margin-top: 10px;
}

#productMainImage{
	clear: both;
	border-top: 1px solid #F91614;
}

#psize{
	margin-bottom: 5px;
}

#productDescription #psize{
	margin-bottom: 13px;
}

#boxholder div.hovered {
	cursor: pointer;
}

#boxholder div.hovered a.read {
	font-weight: bold;
}

#indexProductListCatDescription {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 15px;
	margin-top: 14px;
	float: left;
	text-align: left;
}

#imagebox {
	font-size: 90%;
	line-height: 1;
	text-align: right;
	margin: 20px auto 0
}

#loginlinks{
	margin-left: 14px;
	margin-bottom: 14px;
	margin-top:14px;
}

a#shop_login {
	background: url(../images/shop_login.jpg) no-repeat 0 0;
	display: block;
	height: 29px;
	overflow: hidden;
	text-indent: -999em;
	width: 150px;
	margin-left:36px;
	margin-top:0;
}

a#shop_login:hover, a#shop_login:focus {
	background-position: -150px 0;
}

#shop_logout{
	margin-bottom: 5px;
}

a#shop_logout {
	background: url(../images/shop_logout.jpg) no-repeat 0 0;
	display: block;
	height: 29px;
	overflow: hidden;
	text-indent: -999em;
	width: 150px;
}

a#shop_logout:hover, a#shop_logout:focus {
	background-position: -150px 0;
}

a#shop_myaccount {
	background: url(../images/shop_myaccount.jpg) no-repeat 0 0;
	display: block;
	height: 29px;
	overflow: hidden;
	text-indent: -999em;
	width: 150px;
}

a#shop_myaccount:hover, a#shop_logout:focus {
	background-position: -150px 0;
}

#shop_viewcart{
	margin-bottom: 8px;
}

a#shop_viewcart {
	background: url(../images/shop_viewcart.jpg) no-repeat 0 0;
	display: block;
	height: 23px;
	overflow: hidden;
	text-indent: -999em;
	width: 150px;
}

a#shop_viewcart:hover, a#shop_viewcart:focus {
	background-position: -150px 0;
}

#shop_checkout{
	margin-bottom: 8px;
}

a#shop_checkout {
	background: url(../images/shop_checkout.jpg) no-repeat 0 0;
	display: block;
	height: 23px;
	overflow: hidden;
	text-indent: -999em;
	width: 150px;
}

a#shop_checkout:hover, a#shop_checkout:focus {
	background-position: -150px 0;
}

a#shop_contact {
	background: url(../images/shop_contact.jpg) no-repeat 0 0;
	display: block;
	height: 23px;
	overflow: hidden;
	text-indent: -999em;
	width: 150px;
}

a#shop_contact:hover, a#shop_contact:focus {
	background-position: -150px 0;
}

#dcart_viewcart{
	clear: both;
	margin-top: 1px;
}

a#dcart_viewcart {
	background: url(../images/viewcart_checkout.jpg) no-repeat 0 0;
	display: block;
	height: 28px;
	overflow: hidden;
	text-indent: -999em;
	width: 196px;
}

a#dcart_viewcart:hover, a#dcart_viewcart:focus {
	background-position: -196px 0;
}

#dcart_checkout{
	clear: both;
	margin-top: 5px;
}

a#dcart_checkout {
	background: url(../images/dcart_Checkout.jpg) no-repeat 0 0;
	display: block;
	height: 27px;
	overflow: hidden;
	text-indent: -999em;
	width: 100px;
}

a#dcart_checkout:hover, a#dcart_checkout:focus {
	background-position: -100px 0;
}

h1.shome { font:30px Georgia, Times, 'Times New Roman', serif; margin-bottom: 3px; letter-spacing: -1px; }

h3.shome { font:23px Georgia, Times, 'Times New Roman', serif; margin-bottom: 3px; letter-spacing: -1px; text-align: left;}
h3.jhome { font:23px Georgia, Times, 'Times New Roman', serif; margin-bottom: 3px; letter-spacing: -1px; text-align: left;}


h3.shome2 { font:23px Georgia, Times, 'Times New Roman', serif; margin-top: 5px; margin-bottom: 3px; letter-spacing: -1px; text-align: left;}

#homeWindow{
	margin-top: 11px;
	text-align: center;
	margin-bottom: 14px;
}

#aboutSmall{
	background-color: #fcffea;
	padding: 10px;
	clear: both;
}

.sorigdis{
	margin-top: 7px;
	clear: both;
	width: 528px;
	height: 210px;
}

.sorigdis .sorigitem{
	width: 176px;
	text-align: center;
	float: left;
}

.jewdis{
	margin-top: 12px;
	clear: both;
	width: 528px;
	height: 210px;
}

.jewdis .jewitem{
	width: 176px;
	text-align: center;
	float: left;
}

.cert{
	margin-top: 30px;
	float: left;
}

#printcatdesc{
	clear: both;
	margin-bottom: 1px;
}

#printcatdesc a{
	text-decoration: underline;
}

#printcatdesc a:hover{
	background-color: #FFF;
	text-decoration: none;
}

#s_cart_header{
	clear: both;
	width: 528px;
	color: #080808;
	background-color: #F6F6F6;
	float: left;
	text-align: center;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	margin-top: 10px;
	text-transform: uppercase;
}

#s_product_header{
	float: left;
	width: 259px;
	border-right: 1px solid #fff;
}
#s_remove_header{
	float: left;
	width: 78px;
	border-right: 1px solid #fff;
}
#s_unitPrice_header{
	float: left;
	width: 78px;
	border-right: 1px solid #fff;
}
#s_qty_header{
	float: left;
	width: 49px;
	border-right: 1px solid #fff;
}
#s_subTotal_header{
	float: left;
	width: 60px;
}

#s_cart_item{
	width: 526px;
	clear: both;
	float: left;
	text-align: center;
	border-bottom: 2px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	
}

#s_product_item{
	float: left;
	width: 258px;
	border-right: 1px solid #F6F6F6;
	text-align: left;
	height: 110px;
}

#s_product_item p{
	margin-top: 5px;
}

#s_product_item img{
	float: left;
	margin: 10px;
}

#s_remove_item{
	float: left;
	height: 110px;
	width: 78px;
	border-right: 1px solid #F6F6F6;
}

#s_remove_item img{
	margin-top: 5px;
}

#s_unitPrice_item{
	float: left;
	height: 110px;
	width: 78px;
	border-right: 1px solid #F6F6F6;
}

#s_qty_item{
	float: left;
	width: 49px;
	height: 110px;
	border-right: 1px solid #F6F6F6;
}

#s_cart_q input{
	width: 35px;
	text-align: center;
	margin-top: 3px;
}

#s_subTotal_item{
	float: left;
	height: 110px;
	width: 59px;
}

#s_subTotal{
	clear: both;
	text-align: right;
	padding-top: 6px;
	font-size: 14px;
}

#s_button_h{
	width: 528px;
	margin-top: 20px;
	
}

#s_buttons{
	float: left;
}

#s_buttons img{
	margin-right: 10px;
}

#s_buttonR{
	float: right;
}

h1#loginDefaultHeading{
	clear: both;
	font-weight: normal;
	font-size: 16px;
	padding-top: 4px;
	padding-bottom: 13px;
}

h1#createAcctDefaultHeading{
	clear: both;
	font-weight: normal;
	font-size: 16px;
	padding-top: 4px;
	padding-bottom: 9px;
}

h1#checkoutShippingHeading{
	clear: both;
	font-weight: normal;
	font-size: 16px;
	padding-top: 4px;
	padding-bottom: 9px;
}

h1#checkoutShipAddressDefaultHeading{
	clear: both;
	font-weight: normal;
	font-size: 16px;
	padding-top: 4px;
	padding-bottom: 9px;
}

h1#addressBookDefaultHeading{
	clear: both;
	font-weight: normal;
	font-size: 16px;
	padding-top: 4px;
	padding-bottom: 9px;
}

h1#accountDefaultHeading{
	clear: both;
	font-weight: normal;
	font-size: 16px;
	padding-top: 4px;
	padding-bottom: 9px;
}

#accountPassword{
	clear: both;
}

h1#checkoutPaymentHeading{
	clear: both;
	font-weight: normal;
	font-size: 16px;
	padding-top: 4px;
	padding-bottom: 9px;
}

h1#checkoutConfirmDefaultHeading{
	clear: both;
	font-weight: normal;
	font-size: 16px;
	padding-top: 4px;
	padding-bottom: 9px;
}

h1#createAcctSuccessHeading{
	clear: both;
	font-weight: normal;
	font-size: 16px;
	padding-top: 4px;
	padding-bottom: 9px;
}

h2#cartEmptyText{
	clear: both;
	font-weight: normal;
	font-size: 16px;
	padding-top: 4px;
	padding-bottom: 9px;
}

#a_login_left{
	float: left;
	width: 173px;
	font-size: 14px;
	text-align: right;
	height: 207px;
	line-height: 17px;
	margin-top: 5px;
}

input#newRadio{
	margin-top: 7px;
}

#a_login_right{
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	line-height: 17px;
}

#a_login_right strong{
	font-size: 14px;
}

#a_login_right a{
	text-decoration: underline;
}

#a_login_right_input input{
	width: 217px;
}

h1#createAcctDefaultHeading{
	clear: both;
}

#create_account_if input{
	width: 237px;
}

.instructions{
	clear: both;
}

.add1{
	line-height: 18px;
	margin-left: 5px;
	background-color: #F6F6F6;
}

#checkoutBillto{
	line-height: 18px;
}

.billin{
	line-height: 18px;
	text-align: left;
}

h4{
	font-weight: normal;
}

#checkoutConfirmDefault{
	line-height: 18px;
}

#checkoutSuccess{
	clear: both;
}

#checkoutSuccessOrderNumber{
	clear: both;
	text-align: center;
	font-size: 15px;
}

#logoffDefaultMainContent{
	clear: both;
}

#cartPOTD{
	margin-top: 50px;
}

#productsListingTopNumber{
	clear: both;
}

#passwordForgotten{
	clear: both;
	text-align: left;
}

#sku{
	font-size: 90%;
	color: #a1a1a1;
}

#BHI a{
	text-decoration: underline;
}

#BHI a:hover{
	text-decoration: none;
}

#indexBody .extimg{
	display:none;
}
