/* (c) Copyright 2005 Velolux. All rights reserved. */

body, td {
	margin: 0;
	padding: 40px;
	background-color: white;
	font-family: sans-serif;
	font-size: 12px;
	padding-top: 80px;
	
}

a, a:link, a:visited {
	/*text-decoration: none;*/
	color: black;
}

a:hover {
	border: none;
	color: #000177;
}

/* Блок с картой */
#map {
	padding: 0;
	font-family: sans-serif;
	background: url(map.gif) #EEEEEE no-repeat;
	width: 808px;
	height: 543px;
}
/* Блок с картой в админке */
#map2 {
	padding: 0;
	font-family: sans-serif;
	background: url(map2.gif) #EEEEEE no-repeat;
	width: 808px;
	height: 543px;
}

/* Блок со списком городов */
div.cities {
	font-size: 12px;
}

/* Блок города */
div.cities div {
	position: absolute;
	margin: 40px;
	z-index: 2;
	left: 38px;
	top: 238px;
}

/* Название города */
div.cities a span.city {
	background: url(bullet.gif) no-repeat 0 4px;
	padding-left: 12px;
}

div.cities div.inactive a span.city {
	background-image: url(bullet_grey.gif);
}

/* Адрес дилера */
.address {
	display: none;
	border: 1px #CCCCCC solid;
	padding: 0.4em 1em;
	/*margin-top: -1px;*/
	/*position: relative;*/
	/*top: -1px;*/
	
	background: #FEFEFE;
	font-size: 0.9em;
	font-weight: normal;
}
.address_top{
		display: none;
	border: 1px #CCCCCC solid;
	padding: 0.4em 1em;
	/*margin-top: -1px;*/
	position: relative;
	bottom: 1px;
	z-index: 4;
	background: #FEFEFE;
	font-size: 0.9em;
	font-weight: normal;
}
div a{
	text-decoration: none;
}
div span a{
	text-decoration: underline;
}
div span a:hover{
	text-decoration: none;
}

/* Атрибуты всплывающего окна с адресом 
div.cities a:hover span.address {
	display: block;
	
}*/
td{
	padding: 3px;
	font-weight: bold;
}
#logo {
	position:absolute;
	top:0px;
	left:0px;
	z-index:12;
}
#baner {
	position:absolute;
	top:4px;
	right:4px;
	z-index:6;
	border:3px solid #cccccc;
}
#mapp{
	position: absolute;
	top: 1px;
	right: 1px;
	border: 1px solid Orange;
	background-color: #CBCBCB;
	z-index: 9;
	display: none;
	
}
#velosiped {
	position:absolute;
	top:536px;
	left:12px;
	z-index:6;

}


#countb {
	position:absolute;
	top:576px;
	left:12px;
	z-index:6;

}




a.under{text-decoration:underline}
a:hover.under{text-decoration:none}
