body{
	padding: 5px 0 0 0;
	margin: 0;
}
body, div, p, td {
	font: normal 11px/17px verdana, arial;
	color: #000;
}
input, select {
	font: normal 10px verdana, arial;
}
textarea {
	font: normal 11px verdana, arial;
}
a {
	color: #36c
}
h1{
	font: bold 14px verdana;
	color:#000000;
}

/*------------------- IDs ---------------------------*/


#DivLeft{
	position : absolute;
	left : 7px;
	top : 105px;
	width : 175px;
}
#DivCenter{
	position : absolute;
	left : 195px;
	top : 105px;
	width : 531px;
}
#DivRight{
	position : absolute;
	left : 740px;
	top : 105px;
	width : 260px;
}
#DivBottom{
	position : absolute;
	display : none;
}
#DivCats{
	line-height : 1.7;
	margin: 0px 20px 0px 20px;
}

#tooltip {
	background: #FCF5E1;
	border: 1px solid #000000;
	text-align: justify;
	font: 11px Verdana, Helvetica,sans-serif;
	margin:0px;
	-moz-border-radius:8px;
	padding: 5px 5px;
	position:absolute;
	visibility:hidden;
}

/*--------------------- CLASSes -----------------------*/


.red {
	color:#ce0000;
}
.green {
	color:#248140;
}
.cell_zag {
	height: 18px;
	background: url("img/bg_zag.gif") #ddd center;
	padding-left: 7px;
}
.cell {
	border: #d0d0d0 1px solid;
	padding: 5px 5px 7px 7px;
	color : #ce0000;
}
.cell_spacer {
	height:12px;
	line-height : 3;
}
.col2_zag{
	color:#ce0000;
	font-weight : bold;
	padding: 18px 0 0 0;
}
#line_silver{
         width: 100%;
	height: 8px;
	background: url("img/bg_line_silver.gif") #bbb center;
	border: 0;
	margin: 0;
	padding: 0;
	font: normal 1px verdana;
}
#line_red{
         width: 100%;
	height: 8px;
	background: url("img/bg_line_red.gif") #c00 center;
         border: 0;
	margin: 0;
	padding: 0;
	font: normal 1px verdana;
}
.now{
	color : #ce0000;
}
.colvo{
	color : #676767;
	font-size : 10px;
	cursor: help;
}
.small_date{
	color : #676767;
	font-size : 10px;
}
.A1{
	font-weight:bold;
	text-decoration : none;
	color : #36c;
}
.A2{
	text-decoration : underline;
	color : Gray;
}
.A{
	text-decoration : underline;
	color : #3366cc;
}
.city{
    font-weight:bold;
	font-size: 88%;
	color: #000;
}
.find_name{
	color: #ce0000;
}
.find_about{
	color: #ce0000;
}
.find_url{
	color: #0033CC;
}
.prim{
	font-weight: bold;
}
.bullet1{
	color: #555;
	padding-left: 60px;
}
.bullet2{
	color: #999;
	padding-left: 90px;
}
.bullet3{
	color: #bbb;
	padding-left: 120px;
}
.item {clear:both;}
.item img {float:left; margin-right:15px; margin-bottom:15px; border:1px solid #bbb;}
