div.mainStoreContainer div.leftStoreContainer
{
	float: left;
	width: 253px;
}

div.mainStoreContainer div.rightStoreContainer
{
	float: left;
	clear: none;
	width: 635px;
	overflow: hidden;
	margin-left: 15px;
}

div.leftStoreContainer div.ItemSearch
{
	border-bottom: 1px solid #A8A8A9;
	margin: 0;
	padding: 0;
}

div.ItemSearch div.storeSearchHeader
{
	background: url(images/ecommerce/template/11/storeSearchHeader.gif) no-repeat bottom center; 
	width: 198px;
	height: 18px;
}

div.ItemSearch input.ItemSearchText
{
	float: left;
	width: 130px
}

div.ItemSearch input.ItemSearchButton
{
	float: left;
	clear: none;
}

div.leftStoreContainer div.categoryHeader
{
	clear: both;
	display: block;
	background: url(images/ecommerce/template/11/categoryListingHeader.gif) no-repeat bottom left;
	height: 25px;
	width: 90%;
	margin: 15px 0 0 0;
}

div.categoryListingContainer div.categoryListingColumn
{
	float: left;
	text-align: left;
}

div.categoryListingColumn div.categorySpacer
{
	float: left;
	clear: none;
	width: 20px;
	height: 1px;
}

div.categoryListingColumn p.categoryName
{
	float: left;
	clear: none;
	margin: 0;
	padding: 0;
}

div.leftStoreContainer div.shippingMethodContainer
{
	height: 45px;
	background: url(images/ecommerce/template/11/weship.gif) no-repeat top left;
}

/* Right Column Styles */


div.rightStoreContainer div.itemListingBreadCrumbs
{
	float: left;
	clear: none;
}

div.itemListingBreadCrumbs p.BreadCrumb, div.itemListingBreadCrumbs p.BreadCrumbDivider
{
	float: left;
	clear: none;
	margin: 0;
	padding: 0;
}

p.BreadCrumb a, p.BreadCrumb a:visited, p.BreadCrumb a:active
{
	color: #000;
}

p.BreadCrumb a:hover
{
	text-decoration: underline;
}

/* Item display styles */

div.itemListingStoreImageDisplayTable div.itemListingStoreItemDisplayDataCell0, div.itemListingStoreImageDisplayTable div.itemListingStoreItemDisplayDataCell1
{
	float: left;
	clear: none;
	position: relative;
	width: 180px;
	height: 235px;
	border: 1px solid #000;
	overflow: hidden;
}

div.itemListingStoreText p.itemListingPrice
{
	margin: 0;
	padding: 0;
}

a.itemListingStoreViewItem
{
	clear: both;
	position: relative;
}

a.itemListingStoreViewItem img, a.itemListingStoreBuyItem img
{
	border: none;
}

a.itemListingStoreBuyItem
{
	clear: both;
	position: relative;
}

/* Item detail View */

div.itemDetailSuggestedPrice, div.itemDetailPrice, div.itemDetailYouSave
{
	float: left;
	clear: both;
	position: relative;
}

div.itemDetailPrice {color: #d60500;}

div.itemDetailItemBlock
{
	float: left;
	clear: both;
	position: relative;
	width: 100%;
}

div.itemDetailImageCont
{
	text-align: center;
}

div.itemDetailImageCont img
{
	display: inline-block;
}

div.itemDetailItemDescription
{
	text-align: left;
}

div.itemDetailItemDescription p
{
	margin: 0;
	padding: 0;
}

div.pagination
{
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
}

div.pagination p.pagelinks
{
	margin: 0;
	padding: 0;
}

div.pagination a.itemListingPageLinks, div.pagination span.itemListingPageLinks
{
	float: left;
	clear: none;
}

div.pagination img.prevpage, div.pagination img.nextpage
{
	float: left;
	clear: none;
}

/* Cart Layout */

div.cartTitleBar
{
	display: block;
	margin: 0;
}

div.LoggedInAsBar
{
	display: block;
	padding-left: 120px;
	margin-bottom: 20px;
}

div.cartErrorbox, div.forgotPasswordErrorbox
{
	border: 1px solid #ff5555;
	display: block;
	color: #ff0000;
}

table.cartCheckoutTable
{
	display: block;
	border-collapse: collapse;
}

table.cartCheckoutTable tr td.cartCheckoutHeader, table.cartCheckoutTable tr td.cartCheckoutHeaderDesc
{
	font-weight: bold;
	text-align: left;
	padding-bottom: 10px;
	width: 14%;
}

table.cartCheckoutTable tr td.cartCheckoutHeaderDesc {width: 44%;}

table.cartCheckoutTable td.removeColumn img, table.cartCheckoutTable td.removeColumn img
{
	margin: auto;
	border: none;
}

table.cartCheckoutTable tr.cartCheckoutRowLight td, table.cartCheckoutTable tr.cartCheckoutRowDark td {padding: 5px;}

div.cartComments
{
	display: block;
	margin: 15px 0 0 0;
}

div.cartComments div.commentsCont
{
	width: 300px;
	margin: auto;
}

div.commentsCont p.cartCommentsLabel
{
	float: left;
	margin: 0;
	padding: 0;
}

div.commentsCont textarea.cartCommentsTextArea
{
	float: left;
	clear: none;
	margin-left: 5px;
}

div.cartCheckoutButtons
{
	margin: 20px auto 50px auto;
	overflow: hidden;
	width: 600px;
}

div.cartCheckoutButtons img.checkoutButton
{
	float: left;
	clear: none;
	position: relative;
	cursor: pointer;
	margin-left: 30px;
}

table.itemcustomizations {clear: both;}
table.itemcustomizations td {vertical-align: top;}
td.promotioncode {text-align: center;}
td.subtotal {text-align: right;}
td.subtotalvalue {text-align: left;}

/* Log in page */

div.loginForm
{
	display: block;
	margin: 20px 0px 20px 0;
}

div.loginForm div.loginFormContainer
{
	margin: auto;
	width: 380px;
}

div.loginFormContainer div.formLine, div.loginFormContainer div.formLineInset
{
	float: left;
	clear: both;
	margin-bottom: 7px;
	width: 100%;
}

div.loginFormContainer div.formLineInset {margin-left: 30px;}

div.formLine p.loginFormLabel, div.formLine p.loginFormValue, div.formLineInset p.loginFormLabel, div.formLineInset p.loginFormValue
{
	float: left;
	clear: none;
	margin: 0 5px 0 0;
	padding: 0;
}

div.formLine input, div.formLineInset input
{
	float: left;
	clear: none;
	margin-right: 8px;
}

div.formLineInset input.loginFormEnabledPasswordField, div.formLineInset input.loginFormDisabledPasswordField
{
	margin: 10px 0 0 18px;
}

div.loginFormLogin, div#LoginFormForgotYourPassword
{
	display: block;
	margin-top: 10px;
}


/* Check Out styles */

table.checkoutSummaryTable {display: block;}

div.checkoutRight, div.checkoutLeft
{
	float: left;
	clear: none;
	text-align: left;
	width: 48%;
	overflow: hidden;
	font-size: 14px;
}

div.checkoutRight {margin-left: 15px;}

table.ShoppingCartSummary {display: block;}

div.checkoutContainer
{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

table.checkoutShippingEntry, table.checkoutSummaryTable {font-size: 14px;}

table.checkoutSummaryTable p.shippingTitle
{
	font-weight: bold;
	margin: 5px 0;
	padding: 0;
}

table.checkoutSummaryTable td.shipaddresstitle, table.checkoutShippingEntry td.paymenttitle {font-weight: bold;}

table.checkoutSummaryTable input, table.checkoutSummaryTable select
{
	float: left;
	clear: none;
	width: 130px;
}

table.checkoutSummaryTable input.radioinput {width: auto;}

table.checkoutSummaryTable td.checkoutLabel, table.checkoutSummaryTable td.checkoutValue {vertical-align: top;}

table.ShoppingCartSummary div.SummaryHead
{
	font-weight: bold;
	font-size: 13px;
}

table.ShoppingCartSummary div.SummaryHeads
{
	font-weight: bold;
	margin-top: 9px;
}

table.ShoppingCartSummary td.summaryitem
{
	text-align: left;
	vertical-align: top;
}

table.ShoppingCartSummary td.summaryitemprice
{
	text-align: right;
	vertical-align: top;
}

table.summaryitemcustomizations td {vertical-align: top;}


/* Auction Styles */

div.auctionContainer {display: block;}
div.auctionName {clear: both;}
img.auctionItemImage {display: block;margin: auto;}

div.auctionthumbs
{
	height: 45px;
	margin: 10px auto 10px auto;
	padding: 3px;
}

div.auctionthumbs div.auctionimgcont
{
	clear: none;
	float: left;
	width: 45px;
	padding: 0 3px 0 0;
}

div.auctionItemBlock
{
	width: 500px;
	margin: auto;
}

div.auctionItemBlock div.bidbox {text-align: left;}

div.bidbox div.bidcount
{
	float: left;
	clear: both;
}

div.bidbox div.recentbids
{
	float: left;
	clear: both;
	width: 200px;
}

div.bidbox div.bidlist
{
	float: left;
	clear: none;
	width: 300px;
}

div.bidlist p
{
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

table.auctiontable
{
	clear: both;
	margin: 18px 0 20px 0;
	float: left;
}

table.auctiontable td.auctionItemLabel
{
	text-align: left;
	font-weight: bold;
}

table.auctiontable td.auctionItemValue
{
	text-align: left;
}

table.auctiontable td.auctionended
{
	font-weight: bold;
	text-align: center;
}

td.auctionItemValue p.highbidder, td.auctionItemValue p.bidsize
{
	clear: both;
	margin: 0;
	padding: 0;
}

td.auctionItemValue p.bidsize {margin-bottom: 10px;padding-left: 15px;}
td.auctionItemValue div.bidinput {margin: 10px 0 0 0;}
td.auctionItemValue a.learnmore {clear: both;}

div.itemListingStoreImageDisplayTable div.itemListingAuctionItemDisplayDataCell0, div.itemListingStoreImageDisplayTable div.itemListingAuctionItemDisplayDataCell1
{
	border: 1px solid #000;
	float: left;
	clear: none;
	width: 180px;
	height: 280px;
	overflow: hidden;
}

/* Auction Checkout Summary */

table.summaryTable
{
	clear: both;
}

table.summaryTable td.label
{
	text-align: left;
	font-weight: bold;
}

table.summaryTable td.value {text-align: left;}

/* Auction Listing */

div.ecommercebannerstop {margin: 4px 0 4px 0;}
div.ecommercebannersbottom {margin-bottom: 10px;}
div.ecommerceSuccessBox {text-align: center;}

/* Customer Info */

table.customeraddressdisplay
{
	clear: both;
	width: 450px;
	margin: auto;
}

table.customeraddressdisplay td.AddressHeada, table.customeraddressdisplay td.AddressHeadb
{
	border-bottom: 1px solid #cccccc;
	width: 250px;
	font-weight: bold;
}

table.customeraddressdisplay td.AddressHeadb {width: 100px;}

div.customeraddressAddAddressBox
{
	text-align:center;
	padding-top: 10px;
}

table.customerinfotable
{
	text-align: left;
	margin: auto;
	width: 475px;
}

table.customerinfotable td.customerinfotext
{
	padding: 3px 0 3px 0;
	text-align: right;
	vertical-align: top;
}

table.customerinfotable td.customerinfovalue
{
	padding: 0 0 3px 0;
	vertical-align: top;
}

table.customerinfotable td.customerinfofoot
{
	padding-top: 10px;
	text-align: center;
}

div.EcommerceMyAccountMenu
{
	text-align: center;
	width: 100%;
	clear: both;
}

div.EcommerceMyAccountMenu table.MyAccountMenuTable
{
	text-align: left;
	margin: auto;
}

table.MyAccountMenuTable a
{
	text-transform: capitalize;
	margin: 5px;
}

div.myAccountLabelBanner
{
	font-weight: bold;
	font-size: 16px;
	padding-left: 150px;
	margin: 20px 0 10px 0;
}

table.OrderHistorySummary
{
	width: 500px;
	margin: auto;
}

table.OrderHistorySummary td.orderhistoryheadera
{
	border-bottom: 1px solid #cccccc;
	width: 50px;
	font-weight: bold;
}
table.OrderHistorySummary td.orderhistoryheaderb
{
	border-bottom: 1px solid #cccccc;
	width: 200px;
	font-weight: bold;
}

/* Customer Sign Up */

div.customerSignUpContainer
{
	padding: 0 0 10px 0;
	margin: 20px auto 0 auto;
	width: 500px;
}

table.signUpTable td {padding-bottom: 3px;}

table.signUpTable td.signUpCellTopBottom
{
	font-weight: bold;
	font-size: 16px;
}

table.signUpTable td.signUpLabelCell, table.signUpTable td.signUpLabelCell2
{
	text-align: left;
	padding-right: 5px;
}

table.signUpTable td.signUpLabelValue {text-align: left;}

/* Edit Customer */

table.editCustomerTable
{
	clear: both;
	width: 500px;
	margin: auto;
}

table.editCustomerTable td.editCustomerLabel, table.editCustomerTable td.editCustomerInput {text-align: left;}

/* Forgot Password */

div.forgotPasswordTitleBar
{
	float: left;
	clear: none;
	border: 1px solid #6c6c6c;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	font-family: inherit;
	padding: 11px 0 11px 15px;
	width: 900px;
	margin-bottom: 10px;
}

div.forgotPasswordLoginCont, div.loginFormLoginTable
{
	width: 300px;
	margin: 70px auto 70px auto;
}

div.forgotPasswordLoginCont p
{
	float: left;
	clear: none;
	margin: 0;
	padding: 0;
}

div.forgotPasswordLoginCont input.forgotpasswordInput
{
	float: left;
	clear: none;
	margin-left: 7px;
}

div.forgotPasswordLoginCont input.forgotPasswordLoginButton
{
	clear: both;
	float: left;
	margin: 10px 0;
}

div.loginFormLoginTable {text-align: center;}

div.loginFormLoginTable div.loginFormContainer {display: block;margin-bottom: 4px;}

div.loginFormLoginTable div.loginFormContainer p
{
	float: left;
	clear: none;
	margin: 0;
	padding: 0 7px 0 0;
	width: 100px;
	text-align: right;
}

div.loginFormLoginTable div.loginFormContainer input
{
	float: left;
	clear: none;
	border: 1px solid #000;
	font-size: 12px;
	width: 130px;
}

div.loginFormLoginTable input.loginFormLoginButton
{
	clear: both;
	margin: auto;
}

/* Order */

table.checkOutOrderInvoice
{
	width: 680px;
	margin: auto;
	text-align: center;
}

table.checkOutOrderInvoice td.invoiceleft, table.checkOutOrderInvoice td.invoicelefth {text-align: left;}
table.checkOutOrderInvoice td.invoicelefth {border-bottom: 1px solid #000000;}
table.checkOutOrderInvoice td.invoiceright {text-align: right;}

/* View Accessories */

div.recommendedAcessoriesTitle div.recommendedAccessoriesCont
{
	text-align: center;
	margin-top: 9px;
}

/* Vendor Transactions */

table.vendortransactionstable
{
	clear: both;
	width: 100%;
}

table.vendortransactionstable td.vttlefth, table.vendortransactionstable td.vttmiddleh, table.vendortransactionstable td.vttrighth
{
	text-align: center;
	font-weight: bold;
}

table.vendortransactionstable td.vttmiddleh {text-align: center;}
table.vendortransactionstable td.vttrighth {text-align: right;}


/* SelectEndedAuction */

table.endedauctionstable {clear: both;}

table.endedauctionstable th
{
	font-weight:bold;
	margin-right: 4px;
}

/* selectauctionbillingandshipping */

table.auctionSummaryTable
{
	clear: both;
	width: 550px;
	margin: auto;
}

table.auctionSummaryTable td {padding-bottom: 7px;}
table.auctionSummaryTable td.myAccountLabel {vertical-align: top;}
table.auctionSummaryTable td.myAccountValue {text-align: left;}

/* Vendor pages */

div.venderloginfo
{
	text-align: left;
	width: 450px;
	margin: 24px auto 24px auto;
}

div.venderlogincontainer
{
	width: 100%;
	clear: both;
}

div.venderlogincontainer div.loginFormContainer
{
	clear: both;
	margin: 5px auto 0 auto;
	width: 200px;
}

div.venderlogincontainer div.loginFormContainer p
{
	float: left;
	margin: 0;
	padding: 0 7px 0 0;
	width: 80px;
	text-align: right;
}

div.venderlogincontainer div.loginFormContainer input
{
	float: left;
	clear: none;
	border: 1px solid #000;
	font-size: 10px;
}

div.venderlogincontainer input.loginFormLoginButton
{
	clear: both;
	margin: 10px auto 20px auto;
}

a.vendorback
{
	clear: both;
	margin: 12px auto 12px auto;
	width: 50px;
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}

div.vendortopmenu
{
	display: block;
	text-align: center;
	margin-bottom: 24px;
}

div.vendortopmenu a {padding: 0 5px 0 5px;}

p.vendortopname
{
	display: block;
	text-align: center;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

table.vendoraccountviewtable td.vendoraccountviewtext
{
	text-align: right;
	font-weight: bold;
	vertical-align: top;
	white-space: nowrap;
}

table.vendoraccountviewtable td.vendoraccountviewvalue {text-align: left;}

table.vendoraccountitemstable {display: block;}

table.vendoraccountitemstable th, table.vendoraccountitemstable th.right
{
	font-weight: bold;
	text-align: left;
	padding: 0 3px 0 3px;
}

table.vendoraccountitemstable td, table.vendoraccountitemstable td.right
{
	text-align: left;
	padding: 0 3px 0 3px;
}

table.vendoraccountitemstable th.right, table.vendoraccountitemstable td.right {text-align: right;}

p.vendordaterange
{
	clear: both;
	width: 350px;
	margin: auto auto 24px auto;
	text-align: center;
}

/* Tab Styles */

#product-tabs
{
	clear: both;
	padding-top: 20px;
}

#product-tabs #tab-nav 
{
	clear: both; 
	list-style: none;
	margin: 0;
	padding: 0;
}

#product-tabs #tab-nav li
{
	background: white url(../images/ecommerce/template/11/tab.gif);
	border-bottom: 1px solid black;
	float: left;
	margin-right: 1px;
	position: relative;
	top: 1px;
}

#product-tabs #tab-nav li.current 
{
	background-image: url(../images/ecommerce/template/11/tab-current.gif);
	border-bottom: 0;
	padding-bottom: 1px;
}

#product-tabs #tab-nav a 
{
	color: black;
	font-size: 13px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	outline: 0;
	text-align: center;
	text-decoration: none;
	width: 153px;
}

#product-tabs #tab-content
{
	border: 1px solid black;
	clear: both;
	padding: 15px;
}

#product-tabs #tab-content .tab-content-wrapper {display: none;}
#product-tabs #tab-content .current {display: block;}


/* Store Home */

div#ecommerce-category-listing
{
	display: block;
	clear: both;
}

table.category-table
{
	display: block;
	clear: both;
}

div.checkoutEnterShippingAddressForm
{
	display: block;
	padding-bottom: 5px;
}

div.checkoutEnterShippingAddressForm input
{
	float: left;
}

div.checkoutEnterShippingAddressForm p
{
	margin: 0;
	padding: 0;
	float: left;
	width: 90%;
}
		
		
		

	
		
		
		

	
		
		
		
		

	


	