/*store / product catalog styles*/


/*global styles*/
tr#subTotalRow{
	
	
}
td.subTotal{
	
	font-weight: bold;
	
}
tr#taxRow{
	
}
td.tax{
	
}
tr#shippingRow{
	
}
td.shipping{
	
}
tr#grandTotalRow{
	
}
td.grandTotal{
	font-weight: bold;
}
/*items in cart*/
td.item{
	font-size: 110%;
	
}
 td.item div.itemOptions{
	font-size: 85%;
	color: #696969;
}
#content table tr td.item div.itemOptions ul{
	padding: 0px;
	margin-left:0px;
	list-style: none;
}
td.qty{
	
	
}
div#content td.qty input{
	margin: 0px;
	
}
td.actions{
	
	
}
 td.price{
	color: red;	
	
}


tr#qtyUpDateRow {
	padding-top: 15px;
	
	
}




span.categoryBreadCrums{
	
}
table#productList{
	width: 100%;
	
}
table#productList tr td{
	text-align: center;
}
table#productList tr td ul.priceList{
	list-style: none;
	margin-left: 0px;
	padding-left: 3px;
}
table#productList tr td ul.priceList li{
padding-left: 0px;
}
input.addToCart{
	border: 1px solid gray;
	padding: 3px;
	text-transform: capitalize;
	background-color: #1E3264;
	color: white;
	font-weight: bold;
}
a.addToCart{
	text-decoration: none;
	border: 1px solid gray;
	padding: 3px;
	width: 100px;
	text-align: center;
	color: white;
	font-weight: bold;
	background-color: #1E3264;
	text-transform: capitalize;
}
/*product detail*/
a.topOfPage{
	
}
div.productImageWrapper{
	
}
div.productImageWrapper img.defaultImage{
	
}

div.productImageWrapper img.defaultImage{
	
}
div.cartActionsWrapper{
	
}
div.cartActionsWrapper ul.priceList{
	
	}
	
	
div#productFeatures,div#productSpecs,div#productDesc,div#productInfoLinks,div#cartActionsWrapper,div#productSuggestedProductsPreview,div#ProductsSuggested,div#productImageWrapper{
	
padding: 1%;
margin-bottom: 15px;
	
}
div#addtionalImages{
	text-transform: capitalize;
}
/*div#productSuggestedProductsPreview,div#productInfoLinks{
	float: left;
	width: 48%;
}*/
div#productSuggestedProductsPreview ul , div#cartActionsWrapper ul{
	list-style: none;
	padding: 0px;
}

/*cart styles*/
table#cart{
	width: 100%;
	margin-bottom: 15px;
	
}


div.cartPageActions{
	
	height: 20px;
	margin-bottom: 15px;
}
div.cartPageActions a{
display: block;
float: left;
}
div.cartPageActions a.proccedToCheckout{
float: right;
font-weight: bold;
}


/* checkout styles*/
div.checkoutInfo{
	margin-bottom: 15px;
}

table#cartOverview{
	margin-bottom: 15px;
	min-width: 350px;

}



/*login myaccount*/
div#loginSignin{
	width: 48%;
	float: right;
}
div#loginSignin label{
	margin-bottom: 2px;
}
div#loginSignin fieldset input{
	width: 150px;
}
div#loginRegisterAccount{
	width: 48%;
	float: left;
}
div.myAccountInfo{
	margin-bottom: 15px;
	padding:1%;
}

/*featured categories*/
table#featuredCategories{
	width:100%;
	
	
}
table#featuredCategories tr td{
	width: 50%;
}
table#featuredCategories tr td div.categoryDesc{
	width: 250px;
	float: left;
	
}
table#featuredCategories tr td a img {
	float: right;
	
	
}
table#featuredCategories tr td div.categoryDesc {
	font-size: 90%;
	
	
}
table#featuredCategories tr td ul{
	float: left;
	margin: 0px 0px 5px 5px;
	padding-left: 15px;
}
