body {
	font-family: Verdana, Arial;
	font-size: 11px;
	line-height: normal;
	color: #FFFFFF;
	bgcolor: #3A0303;
	background-color: #3A0303;
	text-align: center;
}
hr {
	color: #CCCCCC;
	background-color: #CCCCCC;
	border: 0;
	height: 1px;
}
li {
	font-family: Verdana, Arial;
	font-size: 11px;
	list-style-image: url(images/list_box.gif);
	/* list-style-image: url(images/spacer.gif)*/
}
ol {	
	font-family: Verdana, Arial;
	font-size: 11px;
	list-style-type: square;
	/* list-style-image: url(images/spacer.gif)*/
}
ul {	
	font-family: Verdana, Arial;
	font-size: 11px;
	list-style-type: square;
	/* list-style-image: url(images/spacer.gif)*/
}
p {		
	font-family: Verdana, Arial;
	font-size: 11px;
	line-height: normal;	
	color: #FFFFFF;
}
h1 {
	font-family: Verdana, Arial;
	font-size: 18px;
	font-weight:bold;
	color: #AF7C02;
}
input {	
	font-family: Verdana, Arial;
	font-size: 11px;
	bgcolor: #FFFFFF;
	color: #000000;
}
textarea {
	font-family: Verdana, Arial;
	font-size: 10px;
	bgcolor: #FFFFFF;
	color: #000000;
}
form {
	margin: 0;
	padding: 0;
}
select {
	font-family: Verdana, Arial;
	font-size: 10px;
}

.container {
	background-image: url(images/container_bg.jpg);
	background-repeat: repeat-y;
	padding: 15px;
	text-align: left;
}
.sub-container {
	background-image: url(images/sub_nav_bg.gif);
	background-repeat: repeat-y;
	padding: 10px;
	text-align: left;
}



A:link          		{ color:#A86F1E; text-decoration:none; font-weight: normal;}
A:visited       		{ color:#A86F1E; text-decoration:none; font-weight: normal;}
A:hover 				{ color:#F0D264; text-decoration:none; font-weight: normal;}


/* STORE */
.storeLeft{
	width:220px;
	float:left;
}
.storeRight{
	margin-left:222px;
	border-left:#AF7C02 solid 1px;
}
.storeEven{
	background-color:#A86F1E;
}
.storeOdd{
	background-color:#AF7C02;
}
.storeEven a, .storeOdd a{
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}
.storeProductWrapper{
	text-align:left;
	margin:5px;
	margin-bottom:15px;
}
input{
	border:#020202 solid 1px;
	background-color:#ffffff;
	color:#000000;
	padding:2px;
	margin:2px;
}
.storeProductTitle{
	font-size:14px;
	font-weight:bold;
	padding:5px;
}
.storeProductTag{
	font-size:11px;
	font-weight:normal;
	display:block;
	padding:5px;
}
.storeProductImage{
	border:none;
	padding:5px;
	text-align:center;
}
.storeProductInfo{
	padding:10px;
}
.storeProductForm{
	padding:5px;
	text-align:left;
}
.storeProductPrice, .storeProductFlag{
	font-size:14px;
	font-weight:bold;
	padding:3px;
	text-align:left;
}
.storeProductFlag{
	font-size:11px;
}