div.ajaxSpace
{
    margin:0;padding:0;
    line-height:1px;
    font-size:1px;
    }
		
/* buttons */
.shopButtonRow  
{
	margin-top:6px;
	}
	
.shopButtonRow form
{
	display:inline;
	}
	
.shopButtonRow input
{
	margin:0 10px 8px 10px;
	}

.shopButton, a.shopButton, a.shopButton:link, a.shopButton:visited
{
	border-top: 1px solid #888;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
	border-left: 1px solid #888;
	padding:1px;
	font-weight: bold;
	color: #fff;
	}

input.shopButton
{
	padding:0 2px 2px 2px;
	margin-left:4px;
	}
	
/* public core override here */
.navContainer
{
	width:150px;
	margin-left:auto;
	margin-right:auto;
	}

/* new core CSS below here */
#shopMainContainer
{
	background:#eee;
	padding-top:15px;
	}
	
#shopContentContainer
{
	width: 510px;
	float: left;
	margin-left: 10px;
	}
	
#shopSubContainer
{
	width: 580px;
	float: left;
	margin: 0;
	}
	
#shopGeneralContainer
{
	border:1px solid #000;
	background-color:#fff;
	}
	
.shopTxtBox /* for pages with one main column */
{
	padding:12px 20px 12px 20px;
	}
	
.shopTxtBoxInset
{
	margin:20px;
	border:1px solid #aaa;
	background-color:#efefef;
	padding:0 10px 0 10px;
	}

.shopTxtBox td
{
	font-size:1em;
	}
	
.shopProductContainer
{
	border:1px solid #888;
	background-color:#fff;
	padding:9px;
	}
	
.farRightShop
{
	float:right;
	width:270px;
	}
	
.farRightShopSub
{
	float:right;
	width:220px;
	margin-top:30px;
	}
	
.rightProductCallout
{
	margin-right:12px;
	margin-bottom:18px;
	padding:4px;
	background-color:#fff;
	border:1px solid #888;
	}
	
.rightProductCallout p
{
	margin:0 0 9px 0;
	padding:0;
	font-size:.9em;
	}
	
.rightProductCallout p.egcLeft img 
{
	float:left;
	vertical-align:-18px;
	margin-right:5px;
	}
	
.rightProductCallout .egcShare
{
	text-align:center;
	font-size:1px;
	line-height:1em;
	}

p.shopBlt
{
	margin:0 0 3px 0;
	padding:0 0 0 12px;
	background: url("/images/home/ad_blt.gif") no-repeat;
	}
	
.shopContentClear
{
	clear:both;
	font-size:1px; line-height:1px;
	}
	
.shopPageTitle
{
	font-size: 1.2em;
  font-weight: bold;
	padding:3px;
	margin: 0;
	position: relative;
	}
	
.shopPageTitle h1
{
	font-size: 1em;
	padding:3px;
	margin: 0;
	}
	
.shopWelcomeContainer
{
	border:1px solid #888;
	background-color:#fff;
	padding:9px;
	}
	
.shopWelcomeTitle
{
	font-weight:bold;
	}

.shopWelcomeText
{
	font-size:.9em;
	}
	
.storeWelcomeText h1
{
	line-height:1.5em;
	font-size:.9em;
	padding:0;
	margin:0;
	font-weight:normal;
	}

.storeWelcomeText strong
{
	font-weight:normal;
	}

.storeWelcomeText a
{
	text-decoration:none;
	}
	
/* default styles */
.shopHelpText
{
	margin:12px 0 12px 0;
	color:#433;
	line-height:1.5em;
	}
	
a.merchantNameLink:link, a.merchantNameLink:visited
{
	color:#000;
	}
	
a.merchantNameLink:hover
{
	color:#933;
	}
	
.shopNote
{
	font-size:.9em;
	font-weight:bold;
	color:#666;
	}
	
/* merchant listings */
.shopListOuter
{
	margin-top:20px;
	}
	
.shopListContainer
{
	background-color:#fff;
	margin-bottom: 10px;
	padding:10px 20px 10px 20px;
	}
	
.shopListItem
{
	margin:0 0 9px 10px;
	text-indent: -19px;
	}
	
.storeCatOn, .storeCatOff
{
	vertical-align:.2em;
	font-weight:bold;
	}
	
.storeCatOn a
{
	color:#000;
	text-decoration:none;
	}
	
.shopListRule
{
	border-top:1px solid #999;
	font-size:1px; line-height:1px;
	}
	
.shopListProduct
{
	margin-top:12px;
	padding-bottom:12px;
	border-bottom:1px solid #888;
	}
	
.shopListLogo
{
	float:left;
	width:105px;
	text-indent:0; /* overrides the holding div shopListItem */
	}
	
.shopListDeal
{
	float:right;
	width:340px;
	}
	
.shopListDeal p
{
	margin:0 0 9px 0;
	padding:0;
	text-indent:0; /* overrides the holding div shopListItem */
	line-height:1.3em;
	}
	
.clearShopListLogo
{
	clear:both;
	font-size:1px; line-height:1px;
	}
	
.shopListFooter
{
	font-size:1px; line-height:1px;
	}
	
/* suggestive sell */
	
.suggestSellText
{
	line-height:1.6em;
	font-weight:bold;
	padding-bottom:12px;
	padding-right:20px;
	}

.suggestSellContainer
{
	background-color:#fff;
	margin-right:20px;
	border-bottom:1px solid #999;
	margin-bottom:20px;
	}
	
.suggestSellTitle
{
	font-weight:bold;
	font-size:1.1em;
	font-style:italic;
	color:#933;
	}
	
.suggestSellItem
{
	border-top:1px solid #999;
	padding:6px 4px 12px 6px;
	font-weight:bold;
	font-size:.9em;
	padding:4px;
	}
	
.suggestSellInfo
{
	padding-left:6px;
	}
	
.shopDiscount
{
	color:#a00;
	font-weight:bold;
	}
	
.shopWasPrice
{
	font-size:.9em;
	color:#777;
	}
	
.shopNowPrice
{
	font-size:.9em;
	color:#933;
	font-weight:bold;
	}
	
.suggestSellMore, .shopListMore
{
	margin-top:6px;
	font-size:.9em;
	padding-bottom:12px;
	}
	
.cartSellContainer
{
	margin-left:40px;
	width:460px;
	margin-bottom:20px;
	}
	
.cartSellTitle
{
	font-weight:bold;
	font-size:1.1em;
	font-style:italic;
	color:#933;
	}
	
.cartSellItem
{
	border-top:1px solid #999;
	padding:6px 4px 12px 6px;
	font-weight:bold;
	padding:4px;
	}
	
/* catogory listing */
.shopCatListContainer
{
	font-size:.9em;
	padding-right:20px;
	}

.shopCatList
{
	margin-top:10px;
	}

.shopCatList p
{
	margin:0 0 3px 0;
	padding:0 0 0 12px;
	background: url("/images/home/ad_blt.gif") no-repeat;
	}
	
/* shop left nav */
.shopNavContainer
{
	width:150px;
	margin-left:auto;
	margin-right:auto;
	}
	
/* member in side nav */
.shopMemberNav
{
	background-color:#fff;
	border:1px solid #888;
	margin-bottom:18px;
	}
	
.shopMemberNavContents
{
	padding:4px;
	font-size:.9em;
	}
	
.cartCallout
{
	margin:12px;
	}
	
.cartCallout p
{
	margin:0 0 9px 0;
	padding:0;
	font-size:.9em;
	font-weight:bold;
	}
	
/*shopping navigation */
.shopNavContent
{
	margin-bottom:18px;
	}
	
.shopNavContent p
{
	margin:0 0 3px 0;
	padding:0 0 0 12px;
	background: url("/images/home/ad_blt.gif") no-repeat;
	}
	
.shopNavContent a
{
	font-size:.9em;
	font-weight:bold;
	}

/* Product page */
.shopPurchaseInfo
{
	margin:12px;
	padding-bottom:12px;
	border-bottom:1px solid #888;
	}
	
.shopProductLogo
{
	float:left;
	width:185px;
	}
	
.shopProductDeal
{
	float:right;
	width:360px;
	}
	
.shopProductDeal p
{
	margin:9px 0 0 0;
	padding:0;
	}
	
.shopProductDeal p.shopDiscount
{
	font-size:1.3em;
	}
	
.shopProductDeal span.shopWasPrice
{
	font-size:1.1em;
	}
	
.shopProductDeal span.shopNowPrice
{
	font-size:1.2em;
	}
	
.clearShopProductLogo
{
	clear:both;
	font-size:1px; line-height:1px;
	}
	
.shopProductInfo
{
	margin:12px;
	line-height:1.3em;
	}
	
.shopProductTerms
{
	font-size:.9em;
	color:#666;
	}
	
/* shopping cart and checkout */

table.store_cart  
{
	width:100%;
	border:1px solid #ccc;
	margin-top:12px;
	}
	
.store_cart th, .store_cart th.price
{
	text-align:left;
	background-color:#dbdbdb;
	color:#000;
	padding: 4px;
	}
	
.store_cart td
{
	padding: 4px;
	font-size:.9em;
	}
	
.store_cart td img
{
	vertical-align: -.5em;
	}
	
td.row1, td.row1_price  
{
	border-top:1px solid #ccc;
	background-color:#eee;
	}
	
td.row2, td.row2_price  
{
	border-top:1px solid #ccc;
	background-color:#fff;
	}
	
td.row1 img, td.row2 img
{
	vertical-align:-.3em;
	}
	
.store_cart th.price, td.row1_price, td.row2_price
{
	text-align:right;
	}
	
.rowTotal  
{
	border-top:1px solid #ccc;
	background-color:#dbdbdb;
	color:#333;
	text-align:right;
	}
	
.alert  
{	
	color:#900;
	font-weight:bold;
	}
	
.error
{
	color:#f00;
	font-weight:bold;
	}
	
.egcOrder
{
	margin-top:4px;
	margin-left:20px;
	}

.smallPrint
{
	font-size:.8em;
	color:#666;
	}
	
div.required
{
	text-align:right;
	font-size:.9em;
	font-weight:bold;
	color:#f00;
	}
	
span.required
{
	font-weight:bold;
	color:#f00;
	}
	
.orderDeny
{
	border:1px solid #000;
	background-color:#933;
	padding:3px;
	color:#fff;
	font-weight:bold;
	}
	
/* checkout forms */

form.checkout fieldset, fieldset.info {
  margin-top: 5px;
	margin-bottom: 7px;
	border: 1px solid #ccc;
	padding-bottom:6px;
	}
	
form.checkout legend, fieldset.info legend
{
  background-color:#dbdbdb;
	border:1px solid #ccc;
	padding:2px 4px 2px 4px;
	font-weight:bold;
	}
	
form.checkout p, fieldset.info p {
  padding: 0 2px 2px 3px;
	}

form.checkout label {
  font-weight: bold;
	}
	
form.checkout fieldset ol {
  margin: 0;
  padding: 0;
	}

form.checkout li label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
	width: 140px;
	font-weight:bold;
	}
	
form.checkout fieldset li input {
  width:200px;
	}
	
form.checkout fieldset li input.inputLarge {
  width:300px;
	}
	
form.checkout fieldset li input.inputSmall {
  width:50px;
	}
	
form.checkout fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
	}
	
div.formHeading
{
	margin-top:18px;
	background-color:#dbdbdb;
	border:1px solid #ccc;
	padding:2px;
	font-weight:bold;
	}
	
form#confirmorder, form.shop
{
	margin:0;padding:0;
	}

.formBox
{
	border:1px solid #ccc;
	background-color:#eee;
	padding:2px;
	}
	
.formBoxLeft
{
	float:left;
	width:48%;
	font-size:.9em;
	border-right:1px solid #ccc;
	}
	
.formBoxRight
{
	float:right;
	width:48%;
	font-size:.9em;
	}
	
.formBoxClear
{
	clear:both;
	font-size:1px;
	}
	
.termsOverflow
{
	height:80px;
	overflow:auto;
	border:1px solid #aaa;
	background-color:#fff;
	font-size:.9em;
	color:#666;
	}
	
	
/* Category styles */
.store_product 
{
	float:left;
	width:73%;
	margin-top:12px;
	}
	
.store_product a
{
	font-weight:bold;
	}
	
a.egc_callout_link
{
	font-weight:normal;
	font-size:.9em;
	}
	
.store_catDesc
{}
	
.store_catDesc img
{
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:6px;
	margin-bottom:12px;
	}

.storeCatDesc_footer
{
	border-bottom:1px solid #ccc;
	}
	
.product_terms 
{
	padding-top:12px;
	font-size:.8em;
	}
	
.store_purchase 
{
	float:right;
	width:25%;
	text-align:right;
	margin-top:12px;
	}
	
.store_purchase form
{
	margin-top:9px;
	}
	
/* egc prices */
.normalprice
{
	color: #666;
	font-size:.9em;
	}
	
productSpecialPrice
{
	color:#933;
	font-weight:bold;
	font-size:1.1em;
	}
	
.productPriceDiscount
{
	color:#a00;
	font-weight:bold;
	font-style:italic;
	}
	
.store_prod_footer 
{
	clear:both;
	font-size:1px;
	line-height:1px;
	padding-bottom:18px;
	border-bottom:1px solid #ccc;
	}
	
.store_productInfo 
{
	float:left;
	width:65%;
	padding:4px;
	}
	
.store_productInfo p
{
	margin:0 0 9px 0;
	}
	
.store_purchaseInfo 
{
	float:right;
	width:30%;
	text-align:center;
	padding:4px 2px 4px 0;
	}
	
.store_purchaseInfo form
{
	margin-top:9px;
	}
	
.store_prodInfo_footer 
{
	clear:both;
	font-size:1px;
	line-height:1px;
	}


		