body 
{
	font-family: Arial;
	font-size: 12px;
	color: #DDD;
	background-image: url('/images/bg.gif'); 
	background-repeat: repeat-y; 
	background-position: top center;
	background-color: #1c1c1c;
}

.main_table
{
	background-image: url('/images/header.jpg'); 
	background-repeat: no-repeat; 
	background-position: top center;
}

.prod_table
{
	background-image: url('/images/tab03.gif'); 
	background-repeat: no-repeat; 
	background-position: top center;
	font-family: Arial;
	font-size: 12px;
	color: #333;
}

.promo_table
{
	background-image: url('/images/tab02.gif'); 
	background-repeat: no-repeat; 
	background-position: top center;
	font-family: Arial;
	font-size: 12px;
	color: #333;
	margin-left: 10px;
}

input.input_field
{
	font-size: 11px; 
	font-family: Arial; 
	font-weight: bold;
	background-color: transparent;
	border: 0px;
}

a:link 
{
	color: #333;
	text-decoration: none;
}

a:visited 
{
	color: #333;
	text-decoration: none;
}

a:hover 
{
	color: #333;
	text-decoration: none;
}

a:active 
{
	color: #333;
	text-decoration: none;
}
/* white link */
a.white:link 
{
	color: #DDD;
	text-decoration: none;
}

a.white:visited 
{
	color: #DDD;
	text-decoration: none;
}

a.white:hover 
{
	color: #DDD;
	text-decoration: none;
}

a.white:active 
{
	color: #DDD;
	text-decoration: none;
}

/* thumb styles */
.thumb_frame
{
	position: relative;
	display: block;
	width: 160px;
	height: 170px;
	background-image: url('/images/tab01.gif');
	background-position: center center;
	background-repeat: no-repeat;
}
.thumb
{
	position: absolute;
	display: block;
	left: 0px;
	top: 25px;
	width: 160px;
	text-align: center;
}
.thumb_text 
{
	position: absolute;	
	display: block;	
	width: 160px;
	top: 130px;
	left: 0px;
	text-align: center;
}
.thumb_title 
{
    font-family: Arial;
    font-size: 12px;
    color: #333;
    text-align: right;
}
.thumb_nr
{
	position: absolute;	
	display: block;
	width: 10px;
	top: 108px;
	left: 146px;
	font-family: Arial;
    font-size: 11px;
    color: #333;
	text-align: center;
}

/* promo styles */
.promo_frame
{
	position: relative;
	display: block;
	width: 160px;
	height: 186px;
	background-image: url('/images/tab02.gif');
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 3px;
}
.promo
{
	position: absolute;
	display: block;
	left: 0px;
	top: 35px;
	width: 160px;
	text-align: center;
}
.promo_text 
{
	position: absolute;	
	display: block;	
	width: 160px;
	top: 145px;
	left: 0px;
	text-align: center;
}
.promo_title 
{
    font-family: Arial;
    font-size: 12px;
    color: #333;
    text-align: right;
}
.promo_nr
{
	position: absolute;	
	display: block;
	width: 10px;
	top: 125px;
	left: 146px;
	font-family: Arial;
    font-size: 11px;
    color: #333;
	text-align: center;
}