/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #221E1F;
	height:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
}

td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

hr {color: #FFD41A;	border: #FFD41A;}

.main_table{width:100%;align: center;}

a:link {color: red; text-decoration: none;}
a:visited {color: red; text-decoration: none;}
a:hover {color: red; text-decoration: underline;}

A.external:link { color: #FFD51E; font-weight: bold;}
A.external:visited { color: #FFD51E; font-weight: bold;}
A.external:hover { color: #FFD51E; font-weight: bold;}

.style1 {color: #FFFFFF;font-size: 12px;font-weight: bold;}
.style2 {color: #FFD51E;font-size: 12px;font-weight: bold;}
.style6 {color: #000000; font-size: 10px; font-weight: bold; }
.style8 {color: #FFFFFF; font-size: 10px; font-weight: bold; }
.style9 {font-size: 11px;font-weight: bold;}
.style20 {font-size: 18px;font-weight: bold;}
.style21 {color: #FF0000;font-weight: bold;}
.style22 {color: #FFFFFF;font-weight: bold;}
.style23 {font-size: 9px}
.style26 {font-size: 11px}
.style29 {font-weight: bold; color: #FFD51E;}
.style31 {font-weight: bold;color: #000000;font-size: 12px;}
.style32 {color: #FF0000}
.style33 {color: #FFFFFF}
.style34 {color: #FFD51E}
.style35 {font-size: 10px}
.style36 {font-size: 12px;font-weight: bold;}
.style37 {font-size: 12px}
.style38 {font-size: 14px}

.unactive_products{background-color: #FFD51E;cursor: pointer; cursor: hand;}
.active_products{background-color: #FFF1C4;cursor: pointer; cursor: hand;}
.unactive{background-color: #FFD51E;cursor: pointer; cursor: hand;}
.active{background-color: #A7955B;cursor: pointer; cursor: hand;}

td.image {cursor: pointer; cursor: hand;} 
td.image2 {cursor: pointer; cursor: hand;}


div.prd{
	background-color:#FFD51E;
	border:solid;
	border-width:1px;
	border-color:#333333;
	padding:0px;
	position:relative;
	left:0px;
	top:3px; 
	width:95px;
	z-index:4;
	overflow:hidden;
}
div.prd_item{
	background-color:#FFD51E;
	border-bottom:solid;
	border-bottom-color:#000000;
	border-bottom-width:1px;
	border-top:solid;
	border-top-color:#000000;
	border-top-width:1px;
	padding:2px;
	cursor:pointer;
	cursor:hand;
	width:100%;
	z-index:3;
	color:#000000;
	font-size:9px;
}
div.prd_item_over{
	background-color:#FFF1C4;
	border-bottom:solid;
	border-bottom-color:#000000;
	border-bottom-width:1px;
	border-top:solid;
	border-top-color:#000000;
	border-top-width:1px;
	padding:2px;
	cursor:pointer;
	cursor:hand;
	width:100%;
	z-index:3;
	font-size:9px;
}


*{
	font-size:10px !important;
}
.style33 {font-size: 10px}
td.nav a{
	color:#000 !important;
	font-size:12px !important;
}
td.footer{
	border-top:2px solid #FAD52B;
}
#blocks h1{
	display:block;
	text-align:center;
	color:#FAD52B;
	font-size:20px !important;
	font-weight:bold;
	margin:10px;
	padding:0;
}
#blocks div{
	margin:10px;
	color:#FFF;
}
ul.productssub{
	color:#000 !important;
	font-size:12px !important;
	position:relative;
	margin:0;
	padding:0;
	float:left;
	list-style:none;
}
ul.productssub li{
	float:left;
	padding:5px 5px;
	height:12px;
	border-left:2px solid #000;
	position:relative;
}


ul.productssub ul{
	display:none;
	list-style:none;
	padding:0;
	margin:0;
}
ul.productssub li:hover ul{
	display:block;
	position:absolute;
	top:22px;
	left:-2px;
	width:205px;
	height:auto;
	background:#FAD52B;
}
ul.productssub li:hover ul li{
	width:195px !important;
	text-align: left;
}
table.op{
	border:0;
}
table.op thead{
	background:#FFD41A;
}
table.op td, table.op th{
	border-bottom:1px solid #000 !important;
}
a.button{
	display:block;
	width:auto;
	padding:2px 5px;
	background:#CCC url('../images/bg_nav.png');
	margin:5px 0;
	border:1px solid #666;
	color:#000 !important;
	text-decoration:none;
}
a:hover.button{
	background:#EEE url('../images/bg_nav.png');
}
span.van{
	color:#F00;
	text-decoration:line-through;
}