body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, th, td {
  padding: 0px; 
  margin: 0px;
}

html {
  height: 100%;
}

body {
  text-align: center;
}

table {
  border-collapse: collapse; 
  border: 0px; 
  width: 100%;
}

td {
  vertical-align: top;
}

th {
  text-align: left; 
  vertical-align: top;
}

img {
  border: none;
}

h1 {
  margin-top: 20px;
  font-size: 190%;
}

h2 {
  font-size: 120%;
}

h3 {
  font-size: 110%;
}

h4 {
  font-size: 110%;
}

p {
  padding:0px 0px 10px 0px;
}

select {
  height: auto; 
  margin: 0px 0px 2px 0px; 
  vertical-align: middle;
}

ul {
  list-style: disc;
  margin: 0px 0px 0px 15px;
}

ol {
  margin: 0px 0px 0px 20px;
}

body, td, th, div, p {
  color: #3f3f3f;
  font-size: 12px;
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
  _font-family: Arial;
  line-height: 16px; 
}

a, a:visited, a:hover {
  color: #1d93bb; 	
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

body {
  /*background: url('../img/layoutBg.jpg') repeat-x 0 0 #fff;*/
}

.main {
	position: relative;
	width: 100%;
	height: 100%;
}

.top {
  position: absolute;
  top: 0;
  width: 100%;
  height: 60px;
  background: url('img/topBg.png') repeat-x 0 0 #eeeeee;
}

.center {
	width: 1150px;
	margin: 0 auto;
	height: 60px;
}

.logo {
	float: left;
	margin: 0 0 0 0;
	width: 313px;
	height: 58px;
	text-align: left;
	background: url('img/logo_belarus.png') no-repeat;
}

.details {
	float: right;
	width: 820px;
	height: 60px;
	text-align: left;
}

.detailsItem {
	float: left;
	margin: 7px 0 0 0;
	width: 105px;
	height: 40px;
	padding: 5px 0 0 50px;
	color: #555555;
}

.distance {
	background: url('img/distance.png') no-repeat;
}

.time {
	background: url('img/time.png') no-repeat;
	width: 140px;
}

.days {
	background: url('img/days.png') no-repeat;
}

.country {
	background: url('img/country.png') no-repeat;
}

.city {
	background: url('img/city.png') no-repeat;
}

.map {
  position: absolute;
  top: 60px;
  width: 100%;
  /*height: 100%;*/
  /*background: blue;*/
}

.bottom {
	position: absolute;
	bottom: 0;	
	width: 100%;
	height: 100px;
	background: url('img/footerBg.png') repeat-x 0 0 #eeeeee;
}

.bottomItem {
	float: left;
	margin: 7px 0 0 0;
	width: 250px;
	height: 70px;
	padding: 5px 0 0 50px;
	color: #555555;
}

.countriesItem {
	position: relative;
	border: solid 1px #999999;
	background: #cccccc;
	width: 190px;
	height: 20px;
	margin: 15px 0 0 50px;
	padding: 10px;
	font-size: 15px;
	color: #666666;
	cursor: pointer;
}

.countriesBlock { 
	display: none;
	position: absolute;
	bottom: 45px;
	left: 0;
	background: #dddddd;
	border: solid 1px #aaaaaa;
	padding: 10px;
	text-align: left;
}

a.countryItem {
	color: #727272;
}

.countryItemInner {
	width: 160px;
	padding: 3px 0;
	color: #727272;
}

.citiesItem {
	position: relative;
	border: solid 1px #999999;
	background: #cccccc;
	width: 190px;
	height: 20px;
	margin: 15px 0 0 50px;
	padding: 10px;
	font-size: 15px;
	color: #666666;
	cursor: pointer;
}

.countryItemInner {
	width: 160px;
}

.citiesBlock { 
	display: none;
	position: absolute;
	bottom: 45px;
	left: 0;
	background: #dddddd;
	border: solid 1px #aaaaaa;
	padding: 10px;
	text-align: left;
}

a.cityItem {
	color: #727272;
}

.cityItemInner {
	width: 160px;
	padding: 3px 0;
	color: #727272;
}

.tripsItem {
	float: left;
	position: relative;
	border: solid 1px #999999;
	background: #cccccc;
	width: 190px;
	height: 16px;
	margin: 8px 0 0 50px;
	padding: 12px;
	font-size: 26px;
	color: #4164d9;
	cursor: pointer;
}

.tripsBlock { 
	display: none;
	position: absolute;
	top: 45px;
	left: 0;
	background: #dddddd;
	border: solid 1px #aaaaaa;
	padding: 10px;
	text-align: left;
	z-index: 99;
}

a.tripItem {
	color: #727272;
}

.tripItemInner {
	width: 160px;
	padding: 5px 0;
	color: #727272;
	font-size: 14px;
}

.logout {
	width: 100px;
	height: 20px;
	float: right;
}

.adminBlock {
	width: 300px;
	float: left;
	margin: 40px 0 0 20px;
	padding: 10px;
	border: solid 1px #cccccc;
	text-align: left;
}

.adminBlock h2 {
	margin: 10px;
}