/* 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: 547px;
	margin: 0px auto;
	background: url('/static/images/frame-180.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;
}
