.content-area-store {
	background: url(/images/shop-background.png) repeat-x;
}

a {
	outline: none;
}

#content a {
	color: #5d6871;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}

#content a:hover {
	color: #7b8c94;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}

div.clearBoth {
	clear: both;
	line-height: 0px;
	height: 0px;
	font-size: 0pt;
}

div.subTitleHeader {
	background: #ece8e0;
	border: solid 1px #89847a;
	color: #5c5952;
	width: 100%;
	padding: 2px 0 2px 0;
	font-weight: bold;
}

td.tableLeft {
	color: #afafaf;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: normal;
	text-align: right;
	width: 150px;
}

td.tableRight {
	color: #494949;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: normal;
}

input.inputBox {
	font-family: Georgia, "Times New Roman", Times, serif;
	border: solid 1px #d9d2c5;
	background: f1eee9;
	line-height: norma;
	color: #656461;
	width: 98%;
}

select.inputBox {
	font-family: Georgia, "Times New Roman", Times, serif;
	border: solid 1px #d9d2c5;
	background: f1eee9;
	line-height: norma;
	color: #656461;
	width: 98%;
}

textarea.textBox {
	font-family: Georgia, "Times New Roman", Times, serif;
	border: solid 1px #d9d2c5;
	background: f1eee9;
	line-height: norma;
	color: #656461;
	width: 98%;
}

img.imgBorder {
	border: solid 1px #575346;
}

#errorMsg {
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
	color: #990000;
}

#miniCart {
	background: #f4f2ed url(../bluecart/templates/images/bluecart-shopping-cart.png);
	border: solid 1px #a8a392;
	position: absolute;
	width: 210px;
	height: 75px;
	z-index: 900;
	top: 48px;
	left: inherit;
	padding: 0;
	margin: 0;
	margin-left: 686px;
}

#miniCartText {
	margin-top: 28px;
	margin-left: 48px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	color: #69645a;
}

#miniCartText a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	color: #42505d;
	font-weight: bold;
	text-decoration: none;
}

#miniCartText a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	color: #466587;
	font-weight: bold;
	text-decoration: underline;
}

table.listingTable {
	background: #d1ccc1;
	width: 100%;
}

tr.listingHeaderRow {
	background: #b5ae9d;
}

td.listingHeaderColumn {
	font-weight: bold;
	font-color: #393939;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	padding: 4px;
}

tr.listingStdRow {
	background: #fff;
}

tr.listingStdRow:hover {
	background: #efefef;
}

td.listingStdColumn {
	padding: 4px;
	font-color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	vertical-align: top;
	font-size: 8pt;
}

input.ajaxCartQty {
	width: 45px;
	border: #827d6e solid 1px;
	background: #efebdd;
	line-height: normal;
}
	
div.alignCenter {
	text-align: center;
}

div.sidebar-nav a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #475e87;
	font-weight: normal !important;
	padding: 3px;
	margin: 0;
	text-decoration: none;
	display: block;
	border-bottom: 1px dashed #ccc;
}

div.sidebar-nav a.sub-cat {
	font-family: "Trajan Pro", "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #5e594b;
	text-decoration: none;
	display: block;
	padding: 1px 1px 1px 10px;
}

div.sidebar-nav a:hover {
	background: #cbe6e6;
	color: #000;
}

div.sidebar-nav a.sub-cat:hover {
	color: #000;
	background: #eae6dd;	
}

#heading {
	display: block;
	border-bottom: 1px solid #b6af99;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	position: relative;
}

#heading-navigation {
	position: absolute;
	top: 3px;
	right: 0;
}

#heading-navigation ul {
	margin: 0;
	padding: 0;
}

#heading-navigation ul li {
	float: right;
	list-style: none;
	padding: 0 0 0 10px;
	margin: 0 2px 0 2px;
}

h1.store-header {
	margin-top: 8px;
	padding: 0;
	
}

#content h3 {
	font-family: "Trajan Pro", "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 14pt;
	color: #634353;
	font-weight: bold;
	margin: 15px 0 15px 0;
}

#product-details span {
	font-family: "Trajan Pro", "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 20pt;
	color: #b6af99;
	font-weight: bold;
	margin: 0;
	display: block;
}
