body {
   font-family:Times New Roman;
   color : #000000;
   margin: 0px;
   background-color: #FFFFFF;
}

td {
   font-size: 14px;
   vertical-align: top;
   text-align: left;
}

h2 {
   font-size: 18px;
   vertical-align: top;
   font-weight: bold;
   text-align: center;
   color:#000000;
   font-family:Times New Roman;
}

h1 {
   font-size: 20px;
   vertical-align: top;
   font-weight: bold;
   text-align: center;
   color:#AE4742;
   font-family:Times New Roman;
}

.tdrt {
   text-align: right;
}

.tdcenter {
   text-align: center;
}

.tdrtbm {
   text-align: right;
   vertical-align: bottom;
}

.title {
   font-size: 14px;
   font-weight: bold;
   text-align: center;
}

input, textarea {
   border: solid 1px #000000;
   font-size: 15px;
}

a, a:link, a:visited, a:hover {
   text-decoration : underline;
   color:#3A5DD2;
   font-size: 14px;
}


a.left, a.left:link, a.left:visited, a.left:hover {
   text-decoration : underline;
   color: #000000;
   font-size: 14px;
}

.menu, .menu:link, .menu:visited {
	color:#ffffff;
	font-size:16;
	font-weight:bold;
	font-family:Times New Roman;
	text-decoration : none;
}

.menu:hover {
	text-decoration : underline;
	color:#ffffff;
	font-size:16;
	font-weight:bold;
	font-family:Times New Roman;
}

.menuselect {
   color: #FF0000;
   font-weight: bold;
   font-size: 11px;
}

.error {
   color: #FF0000;
   font-size  : 12px;
   font-weight: bold;
   text-align : center;
}

.text {
   font-size: 14px;
}

.bigtitle {
   font-size: 14px;
   font-weight: bold;
}

.small {
   font-size: 14px;
}

.hotels {
   background-repeat: repeat-y;
   width: 263px;
}

.menutable {
   background-color: #F7F7F7;
   padding: 2px;
}

.content {
   padding: 4px;
}

.menutd {
   background-color: #B3B3B3;
   padding: 1px;
}

.lineV {
   background-image: url(http://www.spb-hotels.ru/img/line_v.gif);
   background-repeat: no-repeat;
   background-position: bottom;
}

.lineV2 {
   background-image: url(http://www.spb-hotels.ru/img/line_v2.gif);
   background-repeat: no-repeat;
   background-position: bottom;
}

.priceTable TABLE {
				margin-top:10px;
				border: 1px solid gray;
				border-collapse:collapse;
				background-color:#ffffff;
}

.bookingTable TD, .bookingTable SELECT, .bookingTable INPUT {
   font-size:12px;
   font-family:Tahoma;
	vertical-align:top;
}
.bookingTable .inp {
   width:100%;
   border:1px solid gray;
}
.bookingTable .comments {
   color:gray;
   font-size:9px;
}

	.specoffers {
	}
	.specoffers .specoffer_item{
		border: 2px solid gray;
		margin:5px;
		width:47%;
		float:left;
	}
	.specoffers .specoffer_header {
		color:red;
		border-bottom: 1px solid gray;
		font-weight:bold;
		padding:3px;
		margin-bottom:3px;
		background-color:#FBF9E0;
	}
	.specoffers .specoffer_content {
		margin:5px;
		font-size:12px;
	}
	.red
	{
	   color:fe0000;
	}