/* Item Page */
div#main.storeItemPage {
	height: 450px;
	padding: 0;
}
div#leftWrap {
	margin: 25px 0 0 24px;
	width: 149px;
	width: 150px;
}
div#photoWrap {
	margin: 0;
	width: 645px;
}

#leftWrap h1 {
	font-size: 16px;
	text-transform: uppercase;
	color: #805260;
	font-family: "arial black", Helvetica, Arial, sans-serif;
	margin: 0 0 8px;
}

div.itemDesc {
	border-bottom: 1px solid #7b6945;
	margin-bottom: 14px;
}
#leftWrap ul {
}
#leftWrap li {
	font-size: 12px;
	line-height: 16px;
	padding: 2px 0;
}
#leftWrap h3 {
	font-size: 16px;
	line-height: 26px;
	color: #805260;
	font-weight: bold;
}
input.addToCart {
	margin: 3px 0 8px;
	display: block;
	border: 1px solid #97835a;
}
/*
a.addToCart:link, a.addToCart:visited {
	border: 1px solid #97835a;
}
a.addToCart:hover {
	border: 2px solid #805260;
	margin: 2px -1px 7px -1px;
}
*/


input#viewCart {
	display: block;
	margin: 0 0 11px;
	border: 1px solid #502735;
}
/*
a#viewCart:link, a#viewCart:visited {
	border: 1px solid #502735;
}
a#viewCart:hover {
	border: 2px solid #805260;
	margin: -1px -1px 10px;
}
*/
a#backToMainStore {
	font-size: 12px;
	line-height: 11px;
	text-decoration: none;
	padding-left: 11px;
	font-weight: bold;
	background: transparent url(/imgs/store/leftArrow.gif) no-repeat 0 50%;
}

em.footNote {
	color: #906a13;
	font-size: 18px;
	line-height: 16px;
	font-weight: bold;
}

div.storeNotes {
	width: 33%;
	float: left;
	display:inline;
	margin: 24px 0 0;
	border-left: 1px solid #97835a;
}

div.storeNotes p, div.storeNotes h2 {
	line-height: 19px;
	margin: 0 14px;
}
div.first {
	border-left: none;
}
div.first p, div.first h2 {
	margin-left: 0;
}
div.storeNotes h2 {
	font-size: 14px;
	color: #6f404e;
}

h3#reminder {
	clear: both;
	font-size: 19px;
	line-height: 23px;
	color: #805260;
	padding: 14px 0 0;
	font-weight: bold;
}
h3#reminder strong {
	text-transform: uppercase;
	color: #563e08;
}
