@charset "utf-8";
/* CSS Document */

p,a,h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #6D6530; /*brown color*/
	font-weight:bold;
}
h1 { 
	font-size:20px; 
	line-height:20px;
}
h2 { 
	font-size:18px;
	line-height:15px;
}
h3 { 
	font-size:16px;
	line-height:10px;
}
h4 { 
	font-size:14px;
}
h5 { 
	font-size:14px;
}
h6 {
	font-weight:bold; 
	font-size:14px;
	padding-left:15px;
	padding-top:30px;
}
p { 
	font-size:12px;
	font-weight:normal;
}
a { 
	font-size:12px;
	font-weight:bold; 
	color:#6D6530;
	/*color:#EE1C25;*/
	text-decoration:underline; 
}
a:hover {
	text-decoration:none;
	color:#EE1C25;
}
ul, ol, li, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6D6530;
	text-decoration: none;
	list-style-image:url(../../images/arrows.png);
}
li {
	line-height:25px;
}
option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #333;
	height: auto;
	width:auto;
	text-align: left;
	border:0px;
}
textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #333;
	height: auto;
	width:auto;
	text-align: left;
	border:1px solid #999;
}
hr {
	height: 0px; 
	border-top: 1px solid #d4cc97;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
}
normal {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: normal;
	font-size:12px;
}
.yellow, .yellow a, .yellow a:hover {
	color:#FDB930;
	text-decoration:none;
}
.red {
	color:#EE1C25;
}
.greyBg {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	background-color:#FDB930;
	color:#666;
	padding:10px;
}
button {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	width:auto;
	height:auto;
	padding:2px 5px;
	border:0px;
	margin-left:5px;
	cursor:pointer;
}
input[type="radio"] { 
	border:0;
	width:auto;
	height:auto;
}
.white, .white a {
	color:#fff;
	text-decoration:none; 
}
.white a:hover {
	text-decoration:underline;
}
.border {
	border:1px solid #d4cc97;
}
.borderPic {
	border:1px solid #d4cc97;
	margin-right:5px;
}
.large {
	font-size:18px;
}
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #333;
	height: auto;
	width:auto;
	text-align: left;
	border:1px solid #999;
	margin:3px;
}
.inputfree {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #333;
	height: auto;
	width:auto;
	text-align: left;
	border:1px solid #999;
	margin:3px;
	max-width:300px;
}
.button
{
	background-color:#ee1c25;
    COLOR: #ffffff; 
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	BORDER-STYLE:solid;
	BORDER-WIDTH:1pt;
	BORDER-COLOR:#88171c;
	cursor:pointer;
	margin:2px;
}
.add-to-cart-button{
	background-color:#4d8515;
    COLOR: #ffffff; 
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	BORDER-STYLE:solid;
	BORDER-WIDTH:1pt;
	BORDER-COLOR:#305d02;
	cursor:pointer;
	margin:2px;
}
.checkout-button{
	background-color:#4d8515;
    COLOR: #ffffff; 
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 13px;
	FONT-WEIGHT: normal;
	BORDER-STYLE:solid;
	BORDER-WIDTH:1pt;
	BORDER-COLOR:#305d02;
	cursor:pointer;
	margin:2px;
	font-weight:bold;
	padding:3px;
}
.titlebar1{
	height: 20px;
	background: #EE1C25;
	background-position: right;
	padding: 0px 0px 0px 5px;
	font-weight: bold;
	font-size: 12px;
	font-style: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	line-height: 24px;
}
.picture {
	border:1px solid #D4CC97;
	margin-left:5px;
}
.brownHeader {
	width:auto;
	height:auto;
	background-color:#231D01;
	padding: 3px 10px;
	color:#FDB930;
	font-weight:bold;
}
