@CHARSET "UTF-8";

a {
	cursor: pointer;
	color: #0184cc;
	text-decoration: underline;
	outline: none;
}

a:visited {
	color: #8e8e8e;
}

a:hover {
	text-decoration: none;
}

.article h2 {
	/*margin: 20px 0 10px 0;*/
	margin: 8px 15px 10px 15px;
	font-size: 1.35em;
}

.article h2 a {
	text-decoration: none;
}

.article h2 a:hover {
	text-decoration: none;
}

.article-description {
	margin: 5px 0 4px 0;
}

.article-description img {
	border: 1px solid #c0c0c0;
	padding: 6px;
	background: white;
	margin: 2px 14px 7px 0;
	float: left; 
}

.articles-history {
	margin-top: 50px;
	/*padding-top: 10px;*/
	padding: 6px;
	/*border-top: 1px solid #C0C0C0;*/
	border: 1px solid #d4d2d2;
	/*background: #F3F2F2;*/
	background: url(../img/clanok-history-bg.png) center repeat-x;
	height: 11px;
	text-transform: uppercase;
	font-size: 8pt;
	position: relative;
	
	-khtml-border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	behavior: url(/pub/local/css/border-radius.htc);
}

.articles-history a.older {
	float: right;
	color: black;
	padding: 0 12px 0 0;
	background: transparent url(../img/clanok-history-right.png) right center no-repeat;
	text-decoration: none;
}

.articles-history a.newer {
	float: left;
	color: black;
	padding: 0 0 0 12px;
	background: transparent url(../img/clanok-history-left.png) left center no-repeat;
	text-decoration: none;
}
.articles-history div.actualpage {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 140px;
	margin-left: -70px;
	padding-top: 6px;
	text-align: center;
}

.article-similar p.similar a {
	display: block;
	clear: left;
	margin: 5px 0px;
	text-transform: none;
	text-decoration: none;
}
.article-similar p.similar a:hover {
	text-decoration: none;
}
.article-similar p {
	text-transform: uppercase;
	/*margin-top: 17px;*/
	font-size: 8.5pt;
}
.article-similar p.temy a, a.temabox {
	display: inline-block;
	/*background: #dad9d9;
	color: #737272;*/
	/*padding: 1px 10px;*/
	padding: 0px 3px;
	/*margin: 1px 2px;*/
	font-size: 8pt;
	/*text-transform: none;*/
	text-transform: uppercase;
	text-decoration: none;
	
	/*
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	behavior: url(/pub/local/css/border-radius.htc);
	*/
}
.article-similar p.temy a:hover, a.temabox:hover {
	/*background: #a6ce39;*/
	text-decoration: none;
	/*color: white;*/
}

#clanok-mailme-form {
	position: absolute;
	bottom: 28px;
	left: 50%;
	margin-left: -115px;
	padding-bottom: 10px;
	background: url(../img/mailme-sipka.png) center bottom no-repeat;
	width: 230px;
}
.clanok-mailme-form-in {
	background: white;
	border: 4px solid #8e8c8c;
	padding: 12px;
	
	-khtml-border-radius: 22px;
	-moz-border-radius: 22px;
	-webkit-border-radius: 22px;
	border-radius: 22px;
	behavior: url(/pub/local/css/border-radius.htc);
}
.clanok-mailme-form-in div {
	display: block;
	padding-bottom: 8px;
}
.clanok-mailme-form-in div.form-in-title {
	font-weight: bold;
	font-size: 1.1em;
}
.clanok-mailme-form-in div span {
	display: inline-block;
	width: 36px;
	font-size: 1.0em;
}
.clanok-mailme-form-in div input.form-in-input {
	border: 1px solid #cecece;
	background: #edeaea;
	padding: 4px;
	font-size: 0.9em;
	width: 143px;
}
.clanok-mailme-form-in div.form-in-send {
	padding-bottom: 0px;
	text-align: right;
}
.clanok-mailme-form-in div.form-in-send input.form-in-input-submit {
	display: inline-block;
	width: 92px;
	height: 25px;
	background: url(../img/mailme-send.png) no-repeat center center;
	border: 0px;
	padding: 0px;
	margin: 0px;
	margin-right: 9px;
	cursor: pointer;
}
