@charset "windows-1251";

#tour_systems #content {
	padding:0px;
	margin:0px;
}

#tour_systems {
	background-color:#F4F4F4;
	margin: 20px 10px 10px 10px;
	height: auto !important;
	height:200px;
}
#tour_systems div.title{
	padding:15px;
	font-weight:bold;
	color:#1C0000;
	font-size:14px;
	background-color:#FFCC00;
	height:50px;
}
#tour_systems div.systems{
	margin-top: -32px;
}
#tour_systems div.systems td{
	text-align:center;
	width:14%;
}
#tour_systems div.text{
	padding:15px 15px 20px 15px;
	background-color:#F4F4F4;
}

/* Форма */

h2.tour_form {
	color:#000;
	text-align:right;
	font-size:14px;
	font-weight:bold;
	display:block;
	padding:5px 10px 0 0;
	margin:0;
	/* width:465px !important; height:20px !important; */
	width:460px; height:20px;
	background:url(/pages/templates/img/tour_form_h2.png) no-repeat;
}

#tour_form_ok {
	background-color:#EEE;
	padding:20px;
	width:430px;
}

#tour_form {
	margin:0px;
	padding:0px;
	display:block;
	width:470px; height:310px;
	background:url(/pages/templates/img/tour_form_body.png) no-repeat;
}
#tour_form td {
	font-size:11px;
}
#tour_form input, #tour_form textarea,  #tour_form select{
	font-size:12px;
	height:15px;
	border:solid 1px #CCC;
	background-color:#FFF;
	vertical-align:middle;
}
 #tour_form select option{ font-size:12px;}

/* Страны */

#tour_countrys h2 {
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	display:block;
	padding:5px 5px 2px 10px;
	margin:0px;
	background-color:#5ea592;
}
#tour_countrys div {
	padding:5px 10px 0px 5px ;
	margin:0px;
}
#tour_countrys h3 {
	color:#000;
	font-size:12px;
	font-weight:bold;
	padding:0px;
	margin:0 0 1px 0;
}
#tour_countrys {
	margin:0;
	padding:10px 0px 10px 10px;
}
#tour_countrys ul{
	margin-bottom:10px;
	padding: 0 0 0 0px;
	margin: 0 0 10px 0;
}
#tour_countrys ul li {
	margin: 0px;
	padding:0px 4px 0px 14px;
	color: #000000;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	background: url(/pages/templates/img/marker.gif) no-repeat;
	background-position: 0px 5px;
}
#tour_countrys td{
	margin:0;
	padding:0px 5px 0px 5px;
	width:25%;
}
#tour_countrys a{
	text-decoration: none;
	color:#0066CC;
	font-size:12px;
	/* border-bottom:#0099FF solid 1px; */
}
#tour_countrys a:hover{
	text-decoration: none;
	color:#003399;
	font-size:12px;
	border-bottom:#0099FF solid 1px;
}
