#loading{
	position: relative;
	visibility: visible;
	background-image: url(../img/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	color: #FFF;
	height: 100px;
	text-indent: -9000;
	font-size: 18px;
	font-weight: bold;
	background-color: #FFF;
}
.table_tour{
	border-collapse:collapse;
	margin-bottom:0.5em;
	border-top-width: 4px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d1d1d1;
	border-bottom-color: #d1d1d1;
}
.table_tours{
	border-collapse:collapse;
	border:solid 3px #7db256;
}
.tab_border {border:solid 3px #16b3ea;}
.table_tour caption,.table_tours caption{
	line-height: 45px;
	font-size: 16px;
	background-color: #f3f3f3;
}
.table_tour th,.table_tours th{
	border: 1px solid #d9d9d9;
	background-color: #F3F3F3;
	font-size: 14px;
	font-weight: normal;
	background-image: url(../img/bg-table.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.table_tour td,.table_tours td{
	border: 1px solid #E3E3E3;
	text-align: center;
}
.table_tour td a{
	background-image: url(../img/ico/include.png);
	display: block;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.table_tours td a{
	display: block;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.red_price{
	color: #F97709;
}
.row{
	background-color: #FFF;	
}
tr.alt td{
	background-color: #f3f3f3;
}
tr.over td{
	background-color: #DCDCDC;
}

