/*
/*   2007 Stein's Country Collection, Inc.
/*********************************************/

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	background: #685731 url(../images/07leftBG.jpg) repeat-y 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	height: 100%;
	text-align: left;
}

p {
	margin-bottom: 10px;
}

#wrapper {
	width: 760px;
}

#leftcol {
	background: transparent url(../images/07logo.jpg) no-repeat 0 0;
	width: 190px;
	padding: 100px 0 0 30px;
	text-align: right;
	float: left;
}

#content {
	width: 540px;
	float: right;
}

#leftcontent {
	width: 260px;
	margin: 30px 0 30px 0;
	padding-right: 10px;
	float: left;
}

#rightcontent {
	width: 270px;
	margin: 30px 0 30px 0;
	float: right;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #ded4b8;
	padding-bottom: 8px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding: 5px 15px 5px 15px;
	margin-bottom: 8px;
	height: 24px;
	width: 170px;
	background-color: #000000;
	color: #ffffff;
	text-align: center;
}

#rightcontent h1 {
	padding-left: 25px;
}

ul {
	padding-top: 10px;
	padding-right: 30px;
}

li {
	list-style: none;
}

li a, li a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-decoration: none;
	color: #ded4b8;
	display: block;
	border-top: 1px solid #6d5b31;
	width: 150px;
	padding: 0 5px 8px 0;
	text-align: right;
	text-transform: lowercase;
}

li a:hover {
	color: #1F253B;
}

a.submenu, a.submenu:visited {
	color: #1F253B; 
}

a.submenu:hover {
	color: #DED4B8;
}

#product {
	padding: 0 25px 0 25px;
	text-align: center;
}

#product h2 {
	margin: 0 auto 8px auto;
}

#productImg {
	padding: 5px;
	border: 2px solid #000000;
	text-align: center;
	background-color: #ffffff;
	margin: 0 auto;
}

#productspacer {
	width: 260px;
	text-align: center;
}

.margin-top {
	margin-top: 8px;
}

.spacer30 {
	width: 100%;
	height: 30px;
	clear: both;
}

input, #message {
	background-color: #DED4B8;
	border: 1px solid #000000;
	padding: 2px;
	color: #1F253B;
}

input.update {
	padding: 0 2px 0 2px;
}

input.none{
	background-color: #ffffff;
	border: none;		
}

a.remove, a.remove:visited {
	font-size: 9px;
	color: #DED4B8;
	text-decoration: none;
}

tr.cart td {
	border-bottom: 1px dotted #DED4B8;
}

#footer {
	clear: both;
	width: 540px;
	float: right;
	text-align: center;
	position: relative;
	top: 60%;
}

#copyright {
	width: 300px;
	text-align: left;
	margin-top: 150px;
}

#copyright img {
	float: left;
	padding-right: 5px;
}

#copyright a, #copyright a:visited {
	color: #999999;
}

#copyright a:hover {
	color: #889a6e;
}

#name, #email, #message {
	width: 300px;
}

#message {
	height: 72px;
}

#conditions {
	padding: 0;
}

#cname, #cemail {
	width: 250px;
}

#paypaybtn {
	width: 540px;
	text-align: center;
}

.warning { color:red; font-weight:bold; }