img {
	/*border:0 !important;*/
}

.ajaxLink {
	/*color:#4682B4;*/
	text-decoration:none;
	border-bottom:1px dashed/* #4682B4*/;
}
.ajaxLink:hover {
	/*color:#CC0000;*/
	border-bottom:0;

}
.roundCorner {
	-moz-border-radius: 10px; /* Firefox */
  	-webkit-border-radius: 10px; /* Safari, Chrome */
  	-khtml-border-radius: 10px; /* KHTML */
  	border-radius: 10px; /* CSS3 */
}
/* Shadows */
#shadow {
	z-index:500;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:#333;
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	display:none;
}

.header a span {
	color:#016290
}
.header a:hover span {
	color:#DD0000;
	text-decoration:underline;
}


.left_menu_inner {
	display:none;
}
.left_menu_inner a {
	/*margin-left:12px;*/
}
.left_menu_show_cities {
	display:none;
	font-size:9px;
	text-decoration:none;
	border-bottom:1px dashed;
	cursor:pointer;
	margin-left:15px;
}

#onMainPageLinks {
	background-color:#60A2E1;
	width:706px;
	margin-bottom:20px;
	padding: 10px;
	border-radius: 5px;
}
#onMainPageLinks h3 {
	font-size:20px;
	margin-top: 0;
	margin-bottom:10px;
	color:#fff;
	font-weight:700;
}
#onMainPageLinks li {
	color: #fff;
	margin-left: 10px;
}
#onMainPageLinks a {
	color:#fff;
	font-size:14px;
}

.content ul {
	padding-left: 20px;
}
.content table {
}
	.content th, 
	.content td {
		padding: 3px 5px;
		border: 1px solid #888;
	}
	.content th {
		background: #eee;
		white-space: nowrap;
	}

.simple-btn {
	padding: 5px 8px;
	background: #eee;
	border-radius: 3px;
	border: 1px solid #ddd;
	text-decoration: none;
}
.simple-btn:hover {
	background: #ddd;
}

.tour-list-item {
	margin: 10px 0;
}
	.tour-list-item h4 {
		display: inline;
	}
	.tour-list-item .price {
		margin-left: 10px; 
		padding: 3px 5px; 
		background: url(/templates/images/tail-1.gif) repeat-x #5C98D0; 
		color: #fff; 
		border-radius: 3px;
	}
