div#store_container {
	width: 960px;
	margin: 0px auto 12px auto;
	position: relative;
}

div#store_sidebar_left {
	width: 224px;
	position: absolute;
	left: 0px;
}

div#store_content {
	margin: 0px 0px 0px 12px;
	width: 724px;
	height: 500px;
	position: absolute;
	left: 224px;
}

div#store_sidebar_right {
	width: 200px;
	position: absolute;
	right: 0px;
}

div.store_sidebar {
	width: 200px;
	color: #666666;
	left: 0px;
	background: #dadada;
	padding: 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 12px;
}

div.store_sidebar_title {
	text-shadow: 1px 1px 0px #b5742a;
	background: #e5851b;
	padding: 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: white;
	margin-bottom: 12px;
}

div#store_cart {
	height: 130px;
}

div#store_cart a {
	position: relative;
	top: -6px;
	display: block;
	width: 94px;
	float: left;
	background: #e5851b;
	color: white;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	margin: 3px;
	padding: 6px 0px 6px 0px;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	cursor: pointer;
	text-shadow: 1px 1px 0px #b5742a;
}

img.store_promo {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div#store_explain {
	margin: 0px auto 12px auto;
	background: #fcc588;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 12px;
	color: #814502;
	text-align: center;
}

div#store_categories {
	display: none;
}

h1 {
	font-family: "presicav-1","presicav-2",sans-serif;
	font-weight: 500;
	font-size: 14pt;
	color: #814502;
	margin: 0px 0px 12px 0px;
	text-align: center;
}

h2 {
	text-shadow: 1px 1px 0px #b5742a;
	background: #e5851b;
	padding: 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: white;
	margin-bottom: 12px;
	font-size: 12pt;
	font-weight: normal;
	width: 712px;
}

div.section {
	position: relative;
	width: 724px;
	height: 240px;
}

.product {
	float: left;
	width: 230px;
	height: 173px;
	border-style: solid;
	border-width: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-color: white;
	position: relative;
}

.product_border {
	border-color: #dddddd;
}

img.product_image {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 230px;
	height: 173px;
	cursor: pointer;
}

img.product_image:hover {
}

div.product_info {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 218px;
	height: 161px;
	padding: 6px;
	z-index: 50;
	color: black;
	display: none;
}

div.product_info_bg {
	background: white;
	width: 230px;
	height: 173px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 45;
	opacity: .75;
	filter:alpha(opacity=75);
	display: none;
}

p.product_name {
	margin: 0px;
	font-weight: bold;
}

p.product_description {
	margin: 0px;
	font-size: .8em;
}

div.product_options {
	margin-top: 20px;
	text-align: center;
	font-size: .8em;
}

div.product_price {
	display: block;
	width: 60px;
	position: absolute;
	bottom: 6px;
	background: #e5851b;
	color: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	padding: 6px 0px 6px 0px;
	text-decoration: none;
	opacity: .85;
}

div.product_price span {
	text-shadow: 1px 1px 0px #b5742a;
}

input.product_submit {
	display: block;
	width: 152px;
	height: 30px;
	position: absolute;
	bottom: 6px;
	background: #e5851b;
	color: white;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	padding: 6px 0px 6px 0px;
	text-decoration: none;
	left: 72px;
	font-size: 1em;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	cursor: pointer;
	text-shadow: 1px 1px 0px #b5742a;
}