/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font: 1em Arial, Helvetica, sans-serif;
}
.bg {
	background: #CCC6AB url(images/bg.gif);
}
.bg-left {
	background: url(../images/bg_left.gif) repeat-y;
}
.bg-right {
	background: url(../images/bg_right.gif) repeat-y;
}
.header {
	background: #FFF;
}
.header ul{
	margin: 0px;
	padding: 0;
	list-style-type: none;
}
.header ul li {
	margin: 0;
	padding: 0;
	float: left;
}
.header ul li a {
	background: #0C2810;
	padding: 5px;
	height: 22px;
	text-decoration: none;
	font-size: .70em;
	font-weight: bold;
	margin-right: 3px;
	color: white;
}
.header ul li a:hover {
	background-color: #1F6428
}
.left-column {
	width: 196px;
	background: #1F6428;
	border-right: 1px solid #FFF;
}
.left-column ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 169px;
}
.left-column ul li {
	width: 169px;
	margin: 0;
	display: block;
}
.left-column ul li a {
	font-size: .7em;
	font-weight: bold;
	display: block;
	color: #FFF;
	background-color: #1F6428;
	/*width: 9em;*/
	width: 139px !important;
	width /**/: 169px;
	padding: 2px 15px;
	text-decoration: none;
	border-bottom: 1px dotted #67946D;
}
.left-column ul li a:hover {
	background: #15501D;
}
.header-content {
	border-right: 1px solid #FFF;
	font-size: .7em;
	color: #CFCCCC;
}
.login-panel {
	background: #0C2810;
	color: #FFFFB7;
	font-weight: bold;
	font-size: 1em;
}
.login-panel a {
	color: #FFBA00;
	text-decoration: underline;
	font-weight: normal;
	font-size: 11px;
}
form {
	margin: 0;
	padding: 0;
}
.featured-products {
	border-top: 1px solid #FFF;
	background: #D5D9C0 url(../images/bg_featured.gif) repeat-x;

}
.prod-detail {
	color: #1F6428;
	font-size: 1em;
	font-weight: bold;
}
.prod-detail a {
	color: #1F6428;
	text-decoration: none;
	font-size: .8em;
	font-weight: normal;
	/*margin-left: 3px;*/
	text-decoration: underline;
}

.footer {
	background: #000 url(../images/bg_footer.gif) repeat-x;
	font-size: .7em;
	color: #EAEAEA;
}
.footer a {
	color: #EAEAEA;
}
.subscribe {
	background: #15501D;
	color: #FFF;
	font-size: .7em;
}
.content {
	color: #444;
	font-size: .8em;
}
.content h1 {
	margin: 0;
	margin-bottom: 20px;
	color: #1F6428;
	display: block;
	border-bottom: 1px solid #EAEAEA;
	padding: 0;
	font-size: 1.5em;
}
.content a,.content ul li a {
	font-size: .7em;
	color: #1F6428;
}
.content ul,.content ul li {
	list-style-type:disc;
	float: none;
}
.content ul li a,.content ul li a:hover {
	background: white;
	display: inline;
	color: #1F6428;
	padding: 0;
	margin: 0;
	line-height: 21px;
}

.description {
	font-size: .85em;
	color: #004444;
	border-bottom: 1px dotted #EAEAEA;
}
.description h2 {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	font-size: 1.5em;
	color: #cc0000;
	font-weight: normal;
}
.price {
	color: #cc0000;
}
.strikeout {
	text-decoration: line-through;
}
table.cart, .cart td {
	font-size: 11px;
}
.cart th {
	text-align: left;
	background: #FBEA9D;
}
.cart a {
	font-size: 1em;
}
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
legend {
	margin-left: -8px;
	margin-bottom: 10px;
	color: #CC0000;
}
.login_lable {
	color: #FFFFFF;
	font-weight: bold;
	font-size: .7em;
}
.login_lable_bold {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}

.golden_lable {
	font-weight: bold;
	font-size: .6em;
}
.msgbox{
	display: block;
	background: #FFFFEE;
	padding: 5px;
	color: #CC0000;
	font-size: .69em;
	font-weight: normal;
}
.lable{font-size: 12px;  color: #004444;}
.site_msg{font-size: 12px; font-weight: bold; color: #000000;
}
.cart_link {
	text-decoration: none;
	font-size: 12px;  color: #FFFFFF;
}
.text {
	font-size: 11px;
}
