body {
	background-color: #600;
	font-family: GillSans-Light, Gill Sans MT, GillSans, Arial, sans-serif;
	font-size: 12px;
	color: black;
	text-align: center;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
}

a { text-decoration: none; color:#600; }
a:hover { color: yellow; }

h1, h2, h3 {
	color: #333;
	margin: 1px 0;
}
h1 {
	font-size: 14px;
	text-transform: uppercase;
}
h2 {
	font-size: 14px;
	text-transform: capitalize;
}
h3 { font-size: 12px; }

img { border: none; }

#container {
	text-align: left;
	margin: 0 auto;
	width: 840px;
}

#header {
	background-image: url(../images/header.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 50px;
	padding: 0 0 0 10px;
}

#nav {
	background-image: url(../images/bg_nav.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	border-bottomV: solid 1px black;
	margin: 0 0 8px 10px;
	width: 360px;
}
#nav a, #nav div a:hover { color: black; }
#nav a:hover, #nav div a { color: #600; }
#nav h1 {
	font-size: 16px;
	text-transform: capitalize;
	font-weight: normal;
	margin: 0 0 8px 0;
}

#content {
	background-image: url(../images/back.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	width: 840px;
	text-align: center;
}

#col_left {
	text-align: left;
	padding: 0 0 0 20px;
}

#col_right {
	text-align: left;
	padding: 0 0 0 10px;
	width: 380px;
}

#footer {
	background-image: url(../images/footer.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 60px;
	color: #EEE;
	font-size: 10px;
	text-align: right;
	text-spacing: 1em;
	line-height: 1.2em;
	margin: 0 10px;
	padding-top: 15px;
}
#footer a { color:#EEE; }
#footer a:hover { color: yellow; }

.left_div {
	border-right: solid 1px #333;
	padding: 0 10px 0 0;
	width: 419px;
}

.list_obj {
	border: solid 1px #333;
	width: 407px;
	margin: 0 10px 10px 0;
	padding: 5px;
}
.list_obj a { color: black; }
.list_obj a:hover { color: #600; }

.list_item {
	height: 20px;
	clear: both;
}

.label {
	font-weight: bold;
	width: 280px;
	height: 15px;
	overflow: hidden;
}

.rrp {
	float: right;
	text-align: right;
	width: 45px;
}

.stock {
	float: right;
	text-align: left;
	width: 70px;
}

.qty {
	float: right;
	text-align: left;
	width: 90px;
}

.freight {
	float: right;
	text-align: left;
	width: 70px;
}

.total {
	float: right;
	text-align: right;
	width: 80px;
}

#prod_details {
	min-width: 280px;
	margin:0 10px 0 0;
}

#prod_img, .prod_img {
	float: left;
	margin:0 10px 0 0;
}

.addbtn {
	width: 419px;
	padding: 0 10px 0 0;
	clear: both;
}

.btn, .btn a {
	border: none;
	background-color: white;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: black;
	margin: 0;
	padding: 0;
}
.btn:hover, .btn a:hover {
	color: white;
	background-color: #600;
}

.qty_txt {
	width: 25px;
	font-size: 10px;
}
.inp_txt {
	clear: both;
}
.inp_txt input {
	width: 70%;
	float: right;
	clear: both;
}

#msg_txt {
	width: 100%;
	height: 50px;
}