.body {
/*	background-image:  url(../images/background/MAIN_BACKGROUND.gif); */
	background: #A1A1A1 url(../images/background/MAIN_BACKGROUND.gif) repeat-x;
	margin-top:0px;
	margin-left:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.map1, .map2 {
	border: 1px solid black;
	font-size:13px;
	color:#555555;
}
/* 
.map1 {
	background: #CCF1FF;
}

.map2 {
	background: #DDFFDD;
}
*/

A.maproot:link { color:#555555}
A.maproot:visited { color:#555555}
A.maproot:active { color:#555555 }
A.maproot:hover {color:#FF9900}
A.maproot{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration:none;
	font-weight: bold;
}
.tmenu
{
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; white-space:normal;vertical-align: text-top;
}
.catarea {
	width: 60px fixed; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	white-space:nowrap;
	color:white;
}
.disparea {
	/*width: 794px;*/
	/*background:white; */
	background: url(../images/background/mainpage_background.gif) repeat-y;
	padding-left: 0px; 
	padding-top:0px;
	padding-right:0px;
	margin-top:0px;
	margin-left:0px;
}

.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.specheader {
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size:10px;
	font-weight: 900;
	padding-right: 2px;
	white-space: nowrap;
	text-align: right;
}

.cominfo, .list, .listheader, .teagreen, .button, .tbheader, .toptable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
.toptable {
	border-width: 0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0;
	padding-bottom:0;
	/*padding: 0 3px 0px 100px; /* top right bottom left */
}
.newprodcell {
	/*border-bottom: 1px solid white; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:white;
	height: 30px;
	padding-left: 2px;
	background: url(../images/background/new_item_normal.gif) repeat-x;
}

.lecell {
	/*border-bottom: 1px solid white; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:white;
	height: 30px;
	padding-left: 2px;
	background: url(../images/background/le_normal.gif) repeat-x;
}

.newprodcell_td {
	/*border-bottom: 1px solid white; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:white;
	height: 30px;
	padding-left: 2px;
	cursor:pointer; 
	font-weight:bold;
	background: url(../images/background/normal_2.gif) repeat-x;
}
.newprodcell_rev {
	/*border-bottom: 1px solid white; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
	font-weight: bold;
	cursor:pointer;
	height: 30px;
	padding-left: 2px;
	background: url(../images/background/normal.gif) repeat-x;
}

.tbheader {
	background: #CCCCCC;
	font-weight:bold;
}
iframe.area
{

border: 0px solid white;

}

.list, .listheader {
	color:black;
}

.listheader {
	font-weight: bold;
/*	color: gray;*/
	padding-right: 2px;
	white-space: nowrap;
	text-align: right;
}

.teagreen {
	color:white;
	background: #7C9526;
	cursor:pointer;
}

.cominfo {
	color:white; 
}
.verticalline
{
border-left: 1px solid black; 

}
.piccell {
	border-style:solid;
	border-collapse:collapse;
	border-width: 1px;
	border-color: black;
	cursor:pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.button {
	color:white;
	background: #7C9526;	
	border-style: solid;
	cursor:pointer;
	padding:0;
	width:118px;
	font-weight:bold;
}
.login, .input {
background-color:#E1F0FF;
color: #000;
font: normal 10px Verdana, Arial, Helvetica, sans-serif;
border-color: #000;
border-width: 1px;
border-collapse:collapse;	
border-style: solid;
} 

.input {
	background-color:white;
	width:250px;
}

.smallinput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;	
}

.price_tag, .request_tag, .new_tag, .close_tag, .close_price_tag {
	background-repeat: no-repeat; 
	color: white;
	font-weight: bold;
	white-space: nowrap;
}

.close_price_tag {
	width: 60px;
	padding-left: 5px;
	background-image: url(../images/buttons/005_button_price_close_out.gif);
}

.price_tag {
	width: 60px;
	padding-left: 5px;
	background-image: url(../images/buttons/005_button_price.gif);
	/* background: #7C9526; */
}

.new_tag {
	width: 38px;
	background-image: url(../images/buttons/005_button_new.gif);
	/*background: red;*/
}

.close_tag {
	width: 69px;
	background-image: url(../images/buttons/006_button_deal.gif);
}
.request_tag {
	width: 124px;
	background-image: url(../images/buttons/006_button_request.gif);
}

A.menu:link { color:#555555}
A.menu:visited { color:#555555}
A.menu:active { color:#555555 }
A.menu:hover {color:#FF9900}
A.menu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration:none;
	font-weight: normal;
}

A.menubold:link { color:black}
A.menubold:visited { color:black}
A.menubold:active { color:black }
A.menubold:hover {color:black}
A.menubold{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration:none;
	font-weight: bold;
}
A.menug:link { color:#669900}
A.menug:visited { color:#669900}
A.menug:active { color:#669900 }
A.menug:hover {color:black}
A.menug{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration:none;
	font-weight: bold;
}

A.menuo:link { color:#DF8600}
A.menuo:visited { color:#DF8600}
A.menuo:active { color:#DF8600 }
A.menuo:hover {color:black}
A.menuo{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration:none;
	font-weight: bold;
}

A.top_link:link { color:#6699CC}
A.top_link:visited { color:#6699CC }
A.top_link:active { color:#6699CC }
A.top_link:hover {color:#FF9900}
A.top_link {text-decoration:none}
A.top_link {font-weight: bold;}

A.top_link_selected:link { color:#C1C100 } 
A.top_link_selected:visited { color:#C1C100 }
A.top_link_selected:active { color:#C1C100 }
A.top_link_selected:hover {color:#FF9900}
A.top_link_selected {text-decoration:none}
A.top_link_selected {font-weight: bold;}

A.general:link { color:black}
A.general:visited { color:black }
A.general:active { color:black }
A.general:hover {color:#6699FF}
A.general{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
	font-weight: bold;}


A.admin:link { color:blue}
A.admin:visited { color:blue }
A.admin:active { color:blue }
A.admin:hover {color:#FF9900}
A.admin {text-decoration:none}
A.admin {font-weight: normal;}

A.feedback:link { color:#FF9900}
A.feedback:visited { color:#FF9900 }
A.feedback:active { color:#FF9900 }
A.feedback:hover {color:#CCFFFF}
A.feedback {text-decoration:underline}
A.feedback {font-weight: normal;}

A.adm:link { color:blue}
A.adm:visited { color:blue }
A.adm:active { color:blue }
A.adm:hover {color:#6699FF}
A.adm{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:underline;
	font-weight:normal;
	}

A.newprod:link { color:white}
A.newprod:visited { color:white }
A.newprod:active { color:white }
A.newprod:hover {color:yellow}
A.newprod{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	font-weight:bold;
	}

A.new_product:link { color:black}
A.new_product:visited { color:black}
A.new_product:active { color:black }
A.new_product:hover {color:black}
A.new_product{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration:none;
	font-weight: bold;
}
