/*Stars*/
.use_sprites { 
background-image: url("/static/files/use_sprites_13.png") !important;
background-repeat: no-repeat !important;
 }

.stars4 { 
margin-left: 10px;
display: inline-block;
height: 12px;
overflow-x: hidden;
overflow-y: hidden;
width: 66px;
}

 .stars4i3 { 
background-position: 0px -52px;
 }

.stars4i4 { 
background-position: 0px -78px;
 }
 
.stars4i5 { 
background-position: 0px -104px;
 }

/*Hotel*/
.hotel {
	margin: 8px 0px 4px 21px;
	background: #f8f6e3;
	 /*url('/static/images/hotel-bg.gif') left top repeat-y;*/
	overflow: hidden;
}

.hotel .price {
	color: rgb(0, 153, 255);
	font-size: 1.5em;
	line-height: 0.92em;
	padding-right: 10px;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
}

.hotel .photo {
	float: left;
	width: 100px;
	height: 100px;
	overflow: hidden;
}
.hotel .photo a {
	display: block;
	width: 100px;
	height: 100px;
}
.hotel .photo img {
	border: 1px solid #ffffff;
}

.hotel .desc {
	/*overflow: hidden;*/
	padding: 4px 23px 8px 16px;
}

.hotel .desc h2 {
	display: inline;
	font: normal 14px Verdana;
	color: #3e93c2;
}
.hotel.rent .desc h2 {
	margin-left: 8px;
}
.hotel .desc h2 a {
	text-decoration: none;
}
.hotel .desc p {
	margin: 3px 0px 0px 0px;
}


/* Price Table */

.PTable {
	margin: 8px 0px 25px 21px;
	overflow: hidden;
}
.PTable tr, .PTable td, .PTable th, .PTable table{
	border: 1px solid;
	border-color: #999999;
	vertical-align: middle;
	text-align: center;
	padding-bottom: 4px;
	padding-top: 4px;
}
.PTable th {
	text-align: left;
	font-weight: normal;
	width: 40%;
}


.PTable table {
	width: 100%;

	margin-top: 17px;
}




/* Headers */
.news-logo {
	background-image: url('/static/images/news-logo.jpg');
}
.news-column {
	padding-top: 192px;
}
.photo-logo {
	background-image: url('/static/images/photo-logo.jpg');
}
.photo-column {
	padding-top: 192px;
}
.video-logo {
	background-image: url('/static/images/video-logo.jpg');
}
.video-column {
	padding-top: 192px;
}
.info-logo {
	background-image: url('/static/images/info-logo.jpg');
}
.info-column {
	padding-top: 192px;
}

/* news */
ul.news li {
	list-style: none;
	overflow: hidden;
	margin-bottom: 10px;
}

ul.news div.photo {
	width: 145px;
	height: 102px;
	float: left;
}

ul.news div.photo span.frame {
	display: block;
	position: absolute;
	width: 132px;
	height: 102px;
	background: url('/static/images/frame-132.png') 0px 0px no-repeat;
	cursor: pointer;
}

ul.news div.content {
	padding-left: 107px;
	font-size: 11px;
}

ul.news a {
	font-size: 14px;
}

ul.news p {
	margin: 5px 0px 1px 0px;
}

ul.news a.more {
	font-size: 11px;
	padding-right: 12px;
	background: url('/static/images/arrow-blue.gif') right 5px no-repeat;
}

/* news2 */
div.news2 {
	overflow: hidden;
	margin: 10px 40px 0px 40px;
}

div.news2 ul {
	float: left;
	width: 49%;
	margin: 0px 0px 10px 0px;
}

div.news2 ul li {
	list-style: none;
	margin-bottom: 5px;
}

div.news2 ul p {
	margin: 0px;
	font-size: 11px;
}

div.archive {
	margin: 10px 0px 20px 40px;
}

/* News categories - right */
div.right div.line.long {
	width: auto;
	margin-left: 40px;
	margin-right: 30px;
}

div.right h2 {
	margin-top: 10px;
	font-size: 16px;
	text-align: center;
}

div.right h3 {
	width: 114px;
	margin: 20px 0px -5px 40px;
	font-size: 16px;
	font-weight: normal;
	background-color: #f6f5ea;
}

div.right ul.categories {
	margin: 10px 30px 15px 40px;
}

/* Last news - right */
div.right ul.last-news {
	margin: 10px 30px 15px 40px;
}

div.right ul.last-news li {
	margin-bottom: 5px;
}

div.right ul.last-news p {
	font-size: 11px;
}

/* New */
#new {
	margin-bottom: 30px;
}

#new p.pubdate {
	margin-left: 0px;
	overflow: hidden;
}

#new p.pubdate span {
	display: block;
	float: left;
	padding: 5px 21px 5px 21px;
	background-color: #f6f5ea;
}

p.photos {
	overflow: hidden;
	background-color: #f6f5ea;
	padding-bottom: 0px;
	margin-bottom: 2px;
}

p.photos a {
	width: 100px;
	height: 100px;
	margin: 10px 10px 10px 10px;
	display: block;
	float: left;
}

p.photos img {
	margin: 0px;
	padding: 0px;
}

p.photos span.frame {
	display: block;
	position: absolute;
	width: 100px;
	height: 100px;
	background: url('/static/images/frame-100.gif') 0px 0px no-repeat;
	cursor: pointer;
}

/* Photo */
#photo div.desc {
	margin: 17px 0px 0px 21px;
	padding: 13px 11px 1px 11px;
	background: #f9f8f3 url(/static/images/photo-corner.gif) right bottom no-repeat;
	font-size: 11px;
}

#photo div.desc p {
	margin: 0px 0px 13px 0px;
}

#photo h2 {
	margin-top: 15px;
	font-size: 24px;
}

#photo h2 a {
	font: 12px Verdana, sans-serif;
}

/* Video */
#video p.category {
	overflow: hidden;
}

#video p.category span {
	display: block;
	float: left;
	background-color: #f6f5ea;
	padding: 5px 20px;
	font-size: 11px;
}

#video p.video {
	text-align: center;
	background-color: #f6f5ea;
	margin-top: 1px;
	padding: 10px 0px;
}

#video p.comment {
	background-color: #f9f9f5;
	margin-top: 1px;
	margin-bottom: 15px;
	padding: 8px 10px;
	font-size: 11px;
}

/* video */
#video ul li {
	list-style: none;
	overflow: hidden;
	margin-bottom: 10px;
}

#video ul div.photo {
	width: 145px;
	height: 102px;
	float: left;
}

#video ul div.photo span.frame {
	display: block;
	position: absolute;
	width: 132px;
	height: 102px;
	background: url('/static/images/frame-132.png') 0px 0px no-repeat;
	cursor: pointer;
}

#video ul div.content {
	padding-left: 107px;
	font-size: 11px;
}

#video ul a {
	font-size: 14px;
}

#video ul p {
	margin: 5px 0px 1px 0px;
}

#video ul a.more {
	font-size: 11px;
	padding-right: 12px;
	background: url('/static/images/arrow-blue.gif') right 5px no-repeat;
}

/* Hotels */
#hotels {
	margin-bottom: 20px;
}

/* top-properties */
#top-properties {
	width: 180px;
	margin: 0px auto;
}

#top-properties span.properties {
	display: block;
	width: 180px;
	height: 547px;
	overflow: hidden;
}

#top-properties ul li {
	height: 135px;
	overflow: hidden;
	margin-bottom: 1px;
}
#top-properties span.frame {
	display: block;
	position: absolute;
	width: 180px;
	height: 135px;
	margin: 0px auto;
	background: url('/static/images/frameend1.png') 0px 0px no-repeat;
	cursor: pointer;
}

#top-properties span.row {
	display: block;
	position: absolute;
	width: 180px;
	height: 135px;
	margin: 0px auto;
	background: url('/static/images/framerow.png') 0px 0px no-repeat;
	cursor: pointer;
}

#top-properties span.begin {
	display: block;
	position: absolute;
	width: 180px;
	height: 135px;
	margin: 0px auto;
	background: url('/static/images/framebegin.png') 0px 0px no-repeat;
	cursor: pointer;
}
#top-properties a.scroll {
	width: 21px;
	height: 15px;
	display: block;
	margin: 10px auto 0px;
	background: url(/static/images/properties-scroll.gif) 4px 4px no-repeat;
}

#top-properties p {
	font-size: 11px;
	text-align: center;
}
.google_translate {
	text-align: center;
	padding-left: 50px;
}
