@CHARSET "UTF-8";

html, body, p, img, ul, ol, li, table, tbody, tr, td, a, h1, h2, h3, h4, div, span { margin: 0; padding: 0; border: none; }
form, fieldset, legend, input, select { margin: 0px; padding: 0px; }
li { list-style-type: none; }
a { text-decoration: none; }
img { border: none; }

body {
	background: url( '../images/bg.png');
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #b2b2b2;
	margin: 25px 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.hidden {
	display: none;
}

a {
	color: #9d6e2f;
}

a:hover {
	color: #cc8f3d;
}

#wrapper {
	width: 700px;
	margin: 0 auto;
}

#header {
	position: relative;
	padding: 70px 8px 5px 8px;
	background: url( '../images/bg,1.png');
}

#logo {
	position: absolute;
	left: 6px;
	top: 17px;
}

#topImage {
	margin-top: 8px;
}

#search {
	position: absolute;
	top: 29px;
	right: 6px;
	text-align: right;
}

#search .inSearch {
	border: none;
	width: 102px;
	height: 14px;
	background: url( '../images/bg,inSearch,110,20.png') 50% 50% no-repeat;
	padding: 3px 4px;
	vertical-align: middle;
	color: #acacac;
	font-size: 11px;
	margin-right: 3px;
}

#search .inSubmit {
	font-size: 0px;
	vertical-align: middle;
	border: none;
	height: 20px;
	width: 45px;
	background: url( '../images/bg,inSubmit,45,20.png') 50% 50% no-repeat;
	cursor: pointer;
}

#search.en .inSubmit {
	background-image: url( '../images/bg,inSubmit,en,45,20.png');
}

#search a {
	color: #6b6a69;
	font-size: 11px;
	display: block;
	text-align: right;
}

#search a:hover {
	text-decoration: underline;
}

#lang {
	position: absolute;
	right: 0px;
	top: -18px;
}

#topmenu {
	margin: 7px 15px;
}

#topmenu li {
	display: block;
	float: left;
	height: 20px;
	padding: 0 15px;
	border-right: solid 1px #414141;
}

#topmenu li.first {
	border-left: solid 1px #414141;
}

#topmenu a {
	line-height: 20px;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #c4bab8;
	letter-spacing: 0.04em;
}

#topmenu a:hover {
	color: #b5ac76;
}

#main {
	padding: 7px 8px;
	background: url( '../images/bg,1.png');
}

#content {
	overflow: hidden;
}

#leftColumn, #middleColumn, #rightColumn {
	display: block;
	float: left;
	vertical-align: top;
}

#leftColumn {
	width: 227px;
	padding-right: 7px;
}

#rightColumn {
	width: 209px;
	padding-left: 7px;
}

.hpMh {
	min-height: 310px;
}

.hpMh .article {
	font-size: 11px;
}

.indent {
	background: #060606;
	padding: 4px;
	position: relative;
	line-height: 1.3em;
}

h1, h2 {
	font-size: 13px;
	font-weight: bold;
	padding: 0px 10px;
	margin-bottom: 4px;
	line-height: 24px;
	font-family: Arial, Tahoma, sans-serif;
}

h1 {
	color: #a8732d;
	background: url( '../images/bg,h1.png') 0% 50% no-repeat #171717;
}

h2 {
	color: #acacac;
	background: url( '../images/bg,h2.png') 0% 50% no-repeat #171717;
}

h1.nm, h2.nm {
	margin-bottom: 0px;
}

#breadcrumb {	
	position: absolute;
	top: 4px;
	right: 10px;
	line-height: 24px;
	font-size: 11px;
	color: #9c9a98;
}

#breadcrumb li {
	display: inline;
}

#breadcrumb a {
	color: #6b6a69;
}

#categories a, #categories span {
	display: block;
	line-height: 22px;
	color: #b2b1af;
	padding-left: 8px;
	border-bottom: solid 1px #343434;
}

#categories a:hover, #categories span:hover {
	background: #141414;
	color: #f7f7f7;
}

#categories span {
	cursor: pointer;
}

#categories span:hover {
	background-image: url( '../images/bg,categories,span.png');
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

#categories ul {
	border-bottom: solid 1px #343434;
}

#categories ul li {
	margin-left: 20px;
}

#topfotoH li {
	display: block;
	width: 117px;
	height: 73px;
	padding: 7px 0;
	text-align: center;
	float: left;
}

#topfotoH img {
	padding: 2px;
	border: solid 1px #353535;
	background: #1c1c1c;
}

.more {
	text-align: right;
	margin-top: 5px;
}

.more a {
	background: #1c1c1c;
	padding: 1px 3px;
	color: #9d6e2f;
	font-weight: bold;
	font-size: 11px;
}

.more a:hover {
	color: #cc8f3d;
}

.msg {
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
}

.images li {
	border-bottom: solid 1px #353535;
	padding: 5px 0;
	width: 100%;
}

.images .aImg {
	display: block;
	float: left;
	width: 106px;
	padding: 0 8px 0 5px;
	text-align: center;
	line-height: 0px;
}

.images p {
	font-size: 11px;
	line-height: 16px;
	color: #737373;
}

.images li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.images p a {
	font-size: 12px;
	font-weight: bold;
}

.images span {
	color: #b2b2b2;
}

.images img {
	padding: 2px;
	border: solid 1px #353535;
	background: #1c1c1c;
}

.pager {
	margin-top: 4px;
	padding: 4px 0;
	font-weight: bold;
	font-size: 11px;
}

.article {
	padding: 0 5px;
}

.article img {
	border-bottom: solid 1px #353535;
}

.image {
	text-align: center;
}

.image img {
	vertical-align: middle;
	border: solid 1px #353535;
	margin: 8px 0;
	padding: 2px;
	background: #1c1c1c;
}

.imageInfo1, .imageInfo2, .imageInfo3 {
	display: block;
	float: left;
	vertical-align: top;
}

#navigation {
	position: absolute;
	right: 0px;
	top: 40px;
	background: #171717;
	line-height: 0px;
	font-size: 0px;
	padding: 1px 3px 1px 0;
}

#navigation a {
	margin-left: 3px;
}


.imageInfo1 {
	width: 434px;
}

.imageInfo1 ul {
	margin-bottom: 4px;
	font-size: 13px;
	line-height: normal;
}

.imageInfo1 li {
	border-bottom: solid 1px #1f1f1f;
	padding: 2px 4px;
	color: #737373;
	position: relative;
}

.imageInfo1 span {
	color: #b2b2b2;
}

#vote {
	position: absolute;
	right: 0px; 
	top: 0px;
	border: solid 2px #9d6e2f;
	background: url( '../images/bg.png');
	padding: 2px;
	width: 110px;
	z-index: 2;
}

#vote div {
	width: 53px;
	float: left;
	text-align: center;
}

#vote #rating {
	padding-left: 4px;
	color: #c1c1c1;
	font-size: 25px;
	font-weight: bold;
}

#vote a, #vote .msg {
	font-weight: bold;
}

#vote .msg {
	text-align: center;
}

.imageInfo3 {
	width: 550px;
	text-align: right;
}

.imageInfo3 img {
	border: solid 1px #353535;
	margin: 0 0 0 4px;
	padding: 2px;
	background: #1c1c1c;
}

#footer {
	margin: 8px 0 0 0;
	padding: 12px 8px;
	background: url( '../images/bg,2.png');
	text-align: center;
	line-height: 1.3em;
	font-size: 11px;
	color: #443821;
}

#footer a {
	text-decoration: underline;
	color: #3b3b3b;
}

#footer a:hover {
	color: #636363;
}

.searchForm {
	font-size: 12px;
	line-height: normal;
}

.searchForm fieldset {
	border: none;
	border-top: solid 1px #353535;
	padding: 0;
}

.searchForm legend {
	padding-right: 5px;
	font-weight: bold;
}

.searchForm p {
	margin: 10px 0 10px 5px;
	overflow: visible;
}

.searchForm label {
	display: block;
	width: 150px;
	float: left;
	color: #999999;
	text-align: right;
	margin-right: 10px;
}

.searchForm input, .searchForm select {
	font-size: 12px;
	width: 200px;
}

.searchForm .searchF {
	width: auto;
	margin-right: 10px;
}

.submit input  {
	width: auto;
	padding: 0 5px;
	margin-left: 160px;
}

.article p {
	text-align: justify;
	margin-bottom: 7px;
	line-height: 17px;
}

.article ul {
}

.article li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
	line-height: 17px;
}

.article img {
	margin: 3px;
	border: solid 1px #1f1f1f;
}

.article a img {
	margin: 0px;
	border: none;
	vertical-align: text-bottom;
}

#news .more {
	margin-left: 0px; 
	margin-bottom: 0px;
    text-align: right;
}

#news .article {
	border-bottom:1px solid #343434; 
	padding-bottom: 8px;
	margin-bottom: 8px;
}

