html {
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 12px;
	color: #222222;
	background: #fff;
	background: transparent url(/images/bg.gif) left top repeat;
}

body {
}

div#content {
	width: 750px;
	margin: 0 auto;
}

h1#header {
	width: 575px;
	height: 54px;
	background: transparent url(/images/header.png) left top no-repeat;
	margin: 50px auto 10px auto;
	text-indent: -10000px;
}

h1#header a {
	display: block;
	position: absolute;
	left: 85px;
	top: 0;
	width: 575px;
	height: 54px;
	outline: none;
}

h1#header a:hover {
	background: transparent;
}

h2 {
	color: #aa0000;
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 4px 0;
}

a {
	color: #aa0000;
	text-decoration: none;
}

a:hover {
	background: #ffffcc;
}

p {
	margin: 0 0 1em 0;
}

span.separator {
	color: #cbc8ad;
	margin: 0 4px;
}

div#main {
	background: #fff;
	border: 1px solid #cbc8ad;
	padding: 16px;
}

div.product_info {
	float: left;
	width: 300px;
}

div.order_info {
	margin: 1em 0;
	padding: 8px 0 6px 0;
	border-bottom: 1px solid #cbc8ad;
	border-top: 1px solid #cbc8ad;
}

div.order_info span.price {
	font-size: 18px;
	font-weight: bold;
	color: #605c53;
}

/* home */

div#main.home a {
	display: block;
	float: left;
}

div#main.home a:hover {
	background: transparent;
}

/* product */

div.product_images {
	width: 400px;
	float: left;
	margin: 0 16px 0 0 ;
	position: relative;
}

div#thumbs {
	margin: 0 auto;
	display: table;

}


div#thumbs a {
	padding: 4px 4px 1px 4px;
	border: 1px solid #fff;
	display: block;
	float: left;
}

div#thumbs a:hover {
	background: #e0dece;
	border: 1px solid #cbc8ad;
}

img#target_img {
	display: table;
	position: relative;
	margin: 0 auto 8px auto;
}

/* sales */

div#main.sales div.col {
	margin: 0 8px 0 16px;
	float: left;
	width: 334px;
}

div#main.sales div.col:first-child {
	margin: 0 16px 0 8px;
}

div#main.sales h2 {
	color: #605c53;
}
