body {
	margin: 0px;
	background-color: #000000;
}

.main_content {
	background-image: url(/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: top;
	padding: 20px;
}

a, a:link, a:visited, a:active {
	color: #EA7329;
	text-decoration: none;
}

a:hover {
	color: #EE8F57;
	text-decoration: underline;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.small {
	font-size: 9px;
}

.title {
	font-size: 14px;
	color: #FF6600;
	font-weight: bold;
}

.gray {
	color: #666666;
}

/*
.gray a, .gray a:link, .gray a:visited, .gray a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.gray a:hover {
	color: #EBEBEB;
	text-decoration: underline;
}

*/
.large {
	font-size: 14px;
}

.prod_title {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}

.box {
	background-color: #FFFFFF;
	background-image: url(/images/box_shade.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.footer {
	color: #EA7329;
	text-decoration: none;
	letter-spacing: .6px;
	background-image: url(/images/hr_white.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.footer a:link, .footer a, .footer a:active, .footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.label {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

input {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
}

textarea {
	font-family: Verdana;
	font-size: 9px;
	color: #333333;
	font-weight: normal;
}

select {
	font-family: Verdana;
	font-size: 9px;
	z-index: 100;
}

.admin_title {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#list {
	padding-left: 40px;
	margin-left: 0px;
}

#list li {
	margin: 3px;           
	position: relative;         
}

.system_msg {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-color: #EA7329;
}

#admin {
	border: 1px solid #FFFFFF;
}

.admin_column {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 6px;
	background-color: #333333;
	text-align: center;
}

.whitesmall {
	color: #FFFFFF;
	font-size: 9px;
  	line-height: 14px;
}

#thumb {
 	padding: 2px 2px 2px 2px;
	border: 1px solid #FFFFFF;
}

.td_content {
	background-color: #484848;
}

.price {
	color: #666666;
}

.sale_price {
	font-size: 14px;
	color: #FF8000;
	font-weight: bold;
}

li {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}

.orange {
	color: #FF6600;
	font-variant: small-caps;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}