.storebreadcrumb a:link, .storebreadcrumb a:visited  { }
.storebreadcrumb a:hover, .storebreadcrumb a:active  { }
.storebreadcrumb {
	border-bottom: 1px solid #333;
}
.leftNav q { color: #339933; }
.leftNav q:visited { color: #339933; }
.leftNav q:hover, .leftNav q:active { color: #ffffff; background-color: #339933; }

.textbox { font-family: verdana, tahoma, "trebuchet ms", arial, sans-serif; font-size: 11px; }
.copy { color: #999999; font-size: 9px; }

.storeProducts {
	color: red;
	background: red;
	
}

.productImage {
	float: right;
	width: auto;
	padding-left: 1em;
}

.storeHeading {
	font-size: 18px; font-weight: bold;
	}

.storePrice {
	font-size: 11px;
	}

.storeCaption {
	font-size: 95%; font-weight: bold;
	}

.storeLineThrough {
	text-decoration: line-through;
	}

.storeSalePrice, .saleprice {
	color : Red;
	}
	
.storeMessage {
	color: red;
	font-weight: bold;
	padding: 1em 0;
	}

#store {
	}
	
#storeContent {
	}

#storeDetail, #cartDetail {
	border: 1px solid #CCC;
	font-size: 90%;
	}
	
#storeDetail h5 {
	font-size: 1.2em;
	margin-bottom: .5em;
	padding-bottom: 0;
}
#storeDetail legend, #cartDetail legend, #productOptions legend, #enterZip legend {
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
}

#storeDetail .editItem {
	margin-bottom: 1em;
}

fieldset #storeDetail, fieldset #cartDetail {
	width:100%;
	}
	
#enterZip {
	clear: both;
	padding: 1em;
}
#shipZipForm {
	padding: 1em;
	font-size: 1.2em;
}

fieldset #productOptions {
	margin-right: 1em;
}

label {
	font-weight:bold;
	}
	
#storeEditProductLeft {
	width:49%;
	float:left;
	}
	
#storeEditProductRight {
	float:left;
	width:49%;
	}


.storeCategoryNotDisplayed {
	font-weight:normal;
	font-style:italic;
	font-size: 85%;
	}
	
.storeCategoryItem {
	float:left;
	margin: 10px;
	width: 125px;
	text-align: center;
	}
	
.storeCategoryProduct {
	float:left;
	margin-bottom: 1em;
}


.productPrice {
	font-weight: bold;
}

.productThumbnail {
	float: left;
	width: auto;
	margin-right: 1em;
}
.productDetails {
	float: left;
}
.categoryReturn {
	margin-top: 1em;
}
.productSubmit {
	clear: both;
	padding-top: 1em;
	margin-top: 1em;
	border-top: 1px solid #666;
}

#storeOrderDetailForm label
,#storeOrderDetailForm input
	{
	display: block;
    float: left;
    margin-bottom: 10px;
	}

#storeOrderDetailForm label
	 {
    text-align: right;
    width: 150px;
	}

#storeOrderDetailForm br
	{
	clear:left;
	}
#storeOrderDetailForm thead {
	font-weight: bold;
	text-align: center;
}

#storeOrderDetailForm td {
	padding: .5em;
}
#storeCartCount {
	display: none;
}
.shoppingCart {
	font-size: 1.1em;
}
.shoppingCart .cartSubTotal {
	padding: 1em 0;
	font-weight: bold;
	font-size: 1.2em;
	border-top: 2px solid #999;
	margin-top: .5em;
}
.shoppingCart .productName {
	font-weight: bold;
}
.shoppingCart .productDetail {
	padding-bottom: 1em;
}
.vendorName {
	font-weight: bold;
}
/**Search results styles*/
#searchResults {
	width: 95%;
}
#searchResults h2{
	font-size: 1.2em;
}
#searchResults img {
	float: left;
	margin: 0 1em 1em 0;
}
#searchResults p {
	clear: both;
	margin-bottom: 1.5em;
}
	
#storeSearch {
	display: none;
}

.printedReceipt {
	margin-top: -70px;
}