abontophtml, body {height: 100%;}

body {
	background: #fff url(/i/bodybg.jpg) repeat-x;
	padding: 0;
	margin: 0;
	font: 14px Verdana;
	color: #a5294b;
}

a {
	color: #a5294b;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #d76082;
	text-decoration: underline;
	font-weight: bold;
}

#holdertab {
	width: 100%;
	_height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	float: left;
}

#holdertab td {
	_height: 100%;
	min-height: 100%;
}

#middlecol {
	width: 1000px;
}

#header {
	height: 132px;
	width: 1000px;
	float: left;
	clear: both;
	background: url(/i/hbg.jpg) repeat-x;
}

#logohref {
	display: block;
	width: 250px;
	height: 106px;
	float: left;
	margin-top: 20px;
}

#topmenu {
	float: left;
	clear: both;
	width: 100%;
	height: 20px;
	margin-top: 5px;
}

#topmenu a {
	display: block;
	float: left;
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;
	height: 100%;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;

	text-decoration: none;
	background: #73b21d url(/i/tm_left.jpg) no-repeat 0 0;
}

#topmenu a span {
	display: block;
	float: left;
	/* height: 100%; */
	padding: 5px 5px 0 0;
	background: url(/i/tm_right.jpg) no-repeat top right;
	cursor: hand;
	cursor: pointer;
	white-space: nowrap;
}

#topmenu a:hover, #topmenu a:hover span {
	text-decoration: underline;
}

#search {
	float: left;
	clear: both;
	background: #92d13a url(/i/lupa.jpg) no-repeat 8px 4px;
	padding: 0 0 0 30px;
	width: 970px;
	height: 28px;
	color: #fff;
	font-size: 14px;
}

#search strong {
	float: left;
	margin-top: 3px;
}

#search form {
	margin: 0 0 0 5px;
	padding: 0;
	float: left;
	width: 600px;
}

.coolinp, .coolsel {
	background: #fff;
	width: 150px;
	font-size: 14px;
	color: #D02251;
}

#search .coolinp {
	border: none;
	margin: 3px 0 0 5px;
	padding: 2px;
	color: #888;
	float: left;
	height: 16px;
}

#search .coolsel {
	float: left;
	border: 0px solid red;
	margin: 3px 0 0 5px;
	color: #888;
	padding: 0 0 0 2px;
	_padding: 2px;
	height: 19px;
}

.searchbut {
	width: 25px;
	height: 25px;
	border: none;
	cursor: hand;
	cursor: pointer;
	float: left;
	margin: 1px 0 0 5px;
	background: url(/i/searchbut.jpg) no-repeat top right;
}

#lcol, #rcol {
	font-size: 12px;
	margin: 10px 0;
}

#lcol {
	float: left;
	width: 195px;
}

#rcol {
	float: left;
	width: 235px;
}

#content {
	margin: 10px 18px;
	_margin: 10px 18px;
	float: left;
	width: 530px;
}

#footer {
	width: 980px;
	float: left;
	clear: both;
	padding: 5px 10px;
	background: #fff;
	color: #4e4e4e;
}

#footer span {
	font-weight: normal;
	font-size: 12px;
}

#footer a {
	color: #4e4e4e;
	font-weight: bold;
	text-decoration: none;
	padding: 0 3px;
	font-size: 12px;
}

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

#footer em {
	float: right;
	font-size: 8px;
}

#footer em a {
	font-size: 8px;
}

#mainmenu, #lcol .panel, #rcol .panel {
	width: 100%;
	background: #f4f4f4 url(/i/lcbg.jpg) repeat-y;
	margin-bottom: 15px;
	_margin-bottom: 10px;
	float: left;
	clear: both;
}

#rcol .panel {
	background: #f4f4f4 url(/i/rcbg.jpg) repeat-y;
}

.panelbottom {
	position: relative;
	bottom: -4px;
}

#lcol .panelbottom {
	width: 195px;
	height: 14px;
	background: url(/i/lcbottom.jpg) no-repeat;
	background-position: bottom left;
}

#rcol .panelbottom {
	width: 235px;
	height: 10px;
	bottom: -5px;
	background: url(/i/rcbottom.jpg) no-repeat;
}

#rcol .paneltop {
	width: 235px;
	height: 28px;
	background: url(/i/rpantop_bg.jpg) repeat-x;
}

#rcol .panelleft {
	width: 15px;
	height: 28px;
	background: url(/i/rp_left.jpg) no-repeat;
	float: left;
}

#rcol .panelright {
	width: 15px;
	height: 28px;
	background: url(/i/rp_right.jpg) no-repeat;
	float: right;
}

#lcol .paneltop {
	width: 195px;
	height: 28px;
	background: url(/i/lpantop_bg.jpg) repeat-x;
}

#lcol .panelleft {
	width: 15px;
	height: 28px;
	background: url(/i/lp_left.jpg) no-repeat;
	float: left;
}

#lcol .panelright {
	width: 15px;
	height: 28px;
	background: url(/i/lp_right.jpg) no-repeat;
	float: right;
}

.panellabel {
	float: left;
	color: #fff;
}

.pcontent {
	margin: 0;
	padding: 10px 10px 0 10px;
	font-size: 11px;
	line-height: 16px;
}

.pcontent .lastPosts {
	color: #749838;
}

.pcontent .lastPosts a {
	color: #aeba8c;
	text-decoration: none;
}

.pcontent .lastPosts a:hover {
	border-bottom: 1px solid #749838;
}

.pcontent .lastPosts .topic {
	color: #749838;
	font-weight: bold;
}


#mainmenu ul {
	list-style: none;
	margin: 0;
	padding: 10px;
}

#mainmenu ul li {
	list-style: none;
	margin: 0;
	border-bottom: 1px dashed #000;
	padding: 0;
	padding-top:6px;
	_padding-top:7px;
	min-height:16px;
	font-weight: bold;
}

#mainmenu .panellabel {
	height: 21px !important;
	padding: 10px 0 !important;
}

#lcol .panellabel, #rcol .panellabel {
	height: 14px;
	padding: 8px 0;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}

.mmtop {
	width: 195px;
	height: 39px;
	background: url(/i/mmbg.jpg) repeat-x;
	background-position: 0px -3px;
}

.mmleft {
	width: 20px;
	height: 39px;
	background: url(/i/mm_left.jpg) no-repeat;
	background-position: 0px -3px;
	float: left;
}

.mmright {
	width: 20px;
	height: 39px;
	background: url(/i/mm_right.jpg) no-repeat;
	background-position: 0px -3px;
	float: right;
}

#links {
	float: left;
	clear: both;
	background: #92d13a url(/i/links_antet.jpg) no-repeat 8px 3px;
	width: 1000px;
	height: 32px;
}

#uvidx {
	background: url(/i/uvidx_bg.jpg) repeat-y;
	width: 235px;
	height: auto;
	margin-bottom: 15px;
	padding: 0;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	float: left;
	clear: both;
}

#uvidxtop {
	background: url(/i/uvidx_top.jpg) no-repeat;
	background-position: 0px -1px;
	float: left;
	padding: 10px 10px 0 10px;
	width: 215px;
	clear: both;
}

#uvidxtop .uvidxlabel {
	font-size: 12px;
	width: 150px;
	white-space: normal !important;
}

#uvidxbottom {
	background: url(/i/uvidx_btm.jpg) no-repeat;
	background-position: bottom left;
	float: left;
	clear: both;
	width: 100%;
	height: 10px;
}

#uvidx table {
	width: 150px;
	font-size: 10px;
}

#uvidx table a {
	color: #fff;
	text-decoration: none;
}

#uvidx table a:hover {
	text-decoration: underline;
}

#uvidx table td {
	padding: 0 5px;
	white-space: nowrap;
}

.weatherdiv, .weatherdiv img {
	vertical-align: middle;
}

.uv_valueNA, .uv_value0, .uv_value1, .uv_value2, .uv_value3, .uv_value4, .uv_value5, .uv_value6,
.uv_value7, .uv_value8, .uv_value9, .uv_value10, .uv_value11 {
	background: url(/i/uvidx_val0.jpg) no-repeat;
	width: 52px;
	height: 61px;
	float: right;
}

.uv_valueNA a, .uv_value0 a, .uv_value1 a, .uv_value2 a, .uv_value3 a, .uv_value4 a, .uv_value5 a, .uv_value6 a,
.uv_value7 a, .uv_value8 a, .uv_value9 a, .uv_value10 a, .uv_value11 a {
	display: block;
	width: 52px;
	height: 61px;
}

.uv_valueNA {
	background: url(/i/uvidx_valNA.jpg) no-repeat;
}

.uv_value1 {
	background: url(/i/uvidx_val1.jpg) no-repeat;
}

.uv_value2 {
	background: url(/i/uvidx_val2.jpg) no-repeat;
}

.uv_value3 {
	background: url(/i/uvidx_val3.jpg) no-repeat;
}

.uv_value4 {
	background: url(/i/uvidx_val4.jpg) no-repeat;
}

.uv_value5 {
	background: url(/i/uvidx_val5.jpg) no-repeat;
}

.uv_value6 {
	background: url(/i/uvidx_val6.jpg) no-repeat;
}

.uv_value7 {
	background: url(/i/uvidx_val7.jpg) no-repeat;
}

.uv_value8 {
	background: url(/i/uvidx_val8.jpg) no-repeat;
}

.uv_value9 {
	background: url(/i/uvidx_val9.jpg) no-repeat;
}

.uv_value10 {
	background: url(/i/uvidx_val10.jpg) no-repeat;
}

.uv_value11 {
	background: url(/i/uvidx_val11.jpg) no-repeat;
}

.resrow {
	width: 520px;
	padding: 5px;
	float: left;
	border: 1px solid #7db62b;
	background: #f5fcec;
	color: #558217;
	font-size: 13px;
	font-weight: none;
	margin-bottom: 10px;
}

#content h1 {
	background: #92D13A;
	width: 522px;
	padding: 2px 5px 0 5px;
	height: 24px;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 5px 0;
}

#abon {
	background: url(/i/abon_bg.jpg) repeat-y;
	width: 235px;
	height: auto;
	margin-bottom: 3px;
	padding: 0;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	float: left;
	clear: both;
}

#abontop {
	background: url(/i/abon_antet.jpg) no-repeat 0 0;
	float: left;
	padding: 5px 0 2px 10px;
	height: 24px;
	width: 225px;
	clear: both;
}

#abonbottom {
	background: url(/i/abon_bot.jpg) no-repeat;
	background-position: bottom left;
	float: left;
	clear: both;
	width: 100%;
	height: 10px;
}

.panel p {
	margin: 0;
}

.logbut {
	background: #73b21d;
	color: #fff;
	font-weight: bold;
	border: 1px solid #c4ff6f;
}

#abon p {
	margin: 4px 0 0 0;
}

#abon a {
	color: #fff;
}

.abonbut {
	background: #ff8a00;
	color: #fff;
	font-weight: bold;
	border: none;
}

.aboninp {
	width: 100px;
	border: none;
	background: #fff;
	color: #888;
	height: 16px;
}

#prodpost .coolinp {
	width: 100%;
	background: #fff;
	border: 1px solid #7DB62B;
}

#prodpost .coolbut {
	background: #7DB62B;
	color: #fff;
	font-weight: bold;
	border: none;
}

img.l, img.r {
	float: left;
	margin: 5px;
	border: 1px solid #7DB62B;
}

img.r {
	float: right;
}

.resrow h3 {
	margin: 0;
}

.boxR {
	margin: 5px;
	float: right;
	clear: right;
	border: 1px solid #7DB62B;
	padding: 0px;
	width: 180px;
	font-size: 11px;
	text-align : center;
	color: #73B21C;
	font-weight: bold;
}

.boxL {
	margin: 5px;
	float: left;
	clear: left;
	border: 1px solid #7DB62B;
	padding: 0px;
	width: 180px;
	font-size: 11px;
	text-align : center;
	color: #73B21C;
	font-weight: bold;
}

.resrow p, .boxR p, .boxL p {
	margin: 0;
	padding: 0;
}

.navi {
	float: left;
	clear: both;
	width: 100%;
	border-bottom: 3px solid #73b21d;
	margin: 0 0 10px 0;
	color: #A5294B;
	font-size: 12px;
	padding-bottom: 3px;
}

.navi a {
	color: #A5294B;
}

#subrubr {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	float: left;
	width: 100%;
}

#subrubr li {
	margin: 0 0 3px 0;
	padding: 2px;
	list-style: none;
	background: #f2dfe3;
}

#content #subrubr {
	width: 160px;
	float: right;
	font-size: 12px;
	font-weight: bold;
}

#content #subrubr a {
	color: #fff;
}

#content #subrubr li {
	background: #91d037;
}

.searchrow span {
	background: #ccc;
}

#srchhead {
	width: 510px;
	border: 1px solid #73b21d;
	margin: 0 0 10px 0;
	padding: 10px;
	background: #92d13a;
	color: #fff;
}

#srchhead p {
	margin: 0;
}

#article {
	margin: 0;
	float: left;
	width: 530px;
	color: #000;
	font-size: 12px;
	text-align : justify;
}

#article h2 {
	margin: 0;
	color: #67b217;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

#article h3 {
	font-size: 13px;
}

#article .boxL, #article .boxR {
	padding: 2px;
	border: 1px solid #96969A;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 7px;
}

#gcattab, .frmtab {
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
	border-bottom: 2px solid #73B21D;
	color: #73B21D;
}

#gcattab a, .frmtab a {
	color: #73B21D;
	font-size: 12px;
	font-weight: bold;
}

.frmtab {
	float: none;
	border-bottom: 1px solid #73B21D;
}

.clrgrn {
	color: #73B21D;
}

a.clrgrn:hover {
	color: #bcec78;
}

a.pathbut {
	background: #ab2b4e;
	float: right;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	padding: 2px 6px;
	display: block;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	margin: 2px;
}

a.pathbut:hover {
	text-decoration: none;
	color: #fff;
}

#searchfrm {
	padding: 0;
	margin: 0;
}

#srbrowse {
	width: 530px;
	float: left;
	clear: both;
	margin: 0 0 10px 0;
	border-bottom: 2px solid #73B21D;
}

#srbrowse #subrubr {
	float: left;
	width: 250px;
	margin-left: 10px;
}

#homepage {
	clear: both;
	width: 532px;
	margin: 3px 0;
	padding: 0;
	float: left;
}

#hleft, #hright {
	width: 258px;
	float: left;
	color: #000;
}

#hleft {
	margin-right: 4px !important;
	clear: left;
}

#hright {
	clear: right;
	margin-left: 10px;
}

#hleft h2, #hright h2 {
	color: #fff;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #D02251;
}

#homepage .dark, #homepage .bright, #homepage .green {
	width: 248px;
	float: left;
	clear: both;
	padding: 5px;
	background: #e1e1e1;
	border: 1px solid #e1e1e1;
	margin-bottom: 10px;
}

#homepage .bright {
	background: #f8f8f8;
	border: 1px solid #D02251;
}

#homepage .green {
	background: #f5fcec;
	border: 1px solid #7db62b;
}

.homerow {
	font-size: 12px;
	margin-bottom: 5px;
	width: 248px;
	float: left;
	clear: both;
}

#homepage .l, #homepage .r {
	border: none;
}

#homepage a {
	color: #000;
}

#homepage a:hover {
	color: #888;
}

.typeico {
	margin: 3px;
	vertical-align: center;
}

.pageing {
	text-align: right;
	font-size: 12px;
}

.pageing, .pageing a {
	color: #91d139;
}

.browserow, .searchrow {
	font-size: 12px;
	margin-bottom: 5px;
	width: 100%;
	float: left;
	clear: both;
	color: #000;
	padding-bottom: 4px;
	border-bottom: 2px dotted #91D037;
}

.browserow h2, .searchrow h2 {
	font-size: 13px;
}

.browserow h3, .searchrow h3 {
	font-size: 12px;
	color: #91D037;
}

.browserow p, .browserow h2, .browserow h3,
.searchrow p, .searchrow h2, .searchrow h3 {
	margin: 0;
}

#linksholder {
	float: left;
	clear: both;
	width: 900px;
	margin: 0 0 0 100px;
	_margin: 0 0 0 50px;
}

#linksholder .linksrow {
	float: left; 
	margin: 1px 0 0 0;
	white-space: nowrap;
	padding: 0 5px;
	font-size: 10px;
	font-weight: bold;
	color: #92d13a;
	border-left: 1px solid #fff;
}

#linksholder .linksrow a {
	color: #fff;
	text-decoration: none;
}

#linksholder .linksrow a:hover {
	color: #c4ff6f;
	text-decoration: none;
}

.forumrowup{
	background :#e0f5ba;
	padding:5px;
	
}

.forumrowauthor{
	color:#66a520;
	text-decoration:underline;
}

.forumcens{
	right:10px;
	position:absolute;
}

.forumrowdown{
	
	padding-bottom:30px;
	padding:5px;
	padding-top:10px; 
	color:#000;
}

.forumrowmain{
	font-size:11px;
	position:relative
}

.blackfont{
	color:#000;
}

.forumbrowsesubj, .forumbrowseauthor, .forumbrowsefields{
	border-bottom:1px solid #7ab32e;
}

.forumbrowseauthor{
	color:black;
	padding-left:20px;
}

.forumbrowsefields{
	text-align:right;
	color:black;
}

.browsetable{
	font-size:12px;
}

.delimiter, .delimiterdate{
	color:#73B21D;
	padding-right:10px;
	font-size:20px;
}

.delimiterdate{
	margin-left:10px;
}

.browseheadrow{
	background:#e0f5ba;
	height:40px;
	color:black;
}

.browseheadrow a{
	color:black;
}

.browseheadtd, .browseheadtddate{
	text-align:left;
}

.browseheadtddate{
	padding-right:5px;
}

.forumnav{
	text-align:right;
	font-size:11px;
	color:black;
	padding-bottom:10px;
	padding-top:10px;
}

.forumstart{
	font-size:12px;
	color:black;
	padding:5px;
	padding-top:10px;
	padding-bottom:10px;
}

.forumstart a{
	color:#A5294B;
	font-weight:bold;
}

.forumtopicname{
	color:#66a520;
}

.forumhomelink{
	color:black!important;
	font-weight:normal!important;
	text-decoration:none;
}

.forumbrowsesubj{
	padding-left:5px;
}

.alert{
	margin:20px 0;
	font-size:12px;
	font-weight:bold;
}

.storyforumhead1{
	padding:5px;
	margin:10px 0 -10px;
	color:#FFF;
	font-size:15px;
	font-weight:bold;
	background:#73B21D none repeat scroll 0%;
}

.storyforumhead{
	padding:5px;
	margin:10px 0;
	color:#FFF;
	font-size:15px;
	font-weight:bold;
	background:#73B21D none repeat scroll 0%;
}


.dscname{
	display:block;
	font-weight:bold;
	padding:5px 0 ;
	font-size:12px;
}

.unfloat {
	float: none !important;
	clear: both !important;
}

.topstoryPageing {
	padding-top: 5px;
	float: left;
}

.topstoryPageing .inactive {
	float: left;
	height: 15px;
	background: #73ae21;
	padding: 0 3px;
	margin-right: 5px;
	color: #fff !important;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
}

.topstoryPageing .active {
	float: left;
	height: 15px;
	background: #b52852;
	padding: 0 3px;
	margin-right: 5px;
	line-height: 13px;
}

.topstoryPageing .active a {
	color: #fff !important;
	font-size: 11px;
	font-weight: bold;
}

.mostsearched a {
	font-weight:normal !important;
}

.style-txtstorybody-large {
	font-size:13px;
	font-weight:bold;
}

.nadzaglavie {
	text-align:center;
	font-weight:bold;
}

.subtitle {
	text-align:center;
	font-weight:bold;
}

.bookmarkAndShare {
	text-align:left;
	display:block;
}

ul.dnkShare {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	border-top:1px solid #666666;
	padding:0px;
	margin:0px;
	width:530px;
}

ul.dnkShare li {
	float:left;
	line-height:16px;
	padding:10px 20px 0 0;
}

li.twitter a {
	text-decoration:none;
	display:block;
	padding:0 0 0 21px;
	background:transparent url('http://www.twitter.com/favicon.ico') no-repeat;
}

li.facebook a {
	text-decoration:none;
	display:block;
	padding:0 0 0 21px;
	background:transparent url('http://www.facebook.com/favicon.ico') no-repeat;
}

.currentMonth {
	color:#D76082!important;
	font-size:12px !important;
	font-weight:normal !important;
}

.currentYear a{
	font-size:12px !important;
	font-weight:bold !important;
}

.clickable {
	cursor: pointer;
}

/* Banner positions BEGIN */
.banner-530xN {
	width: 530px;
	overflow: hidden;
	margin: 5px 0;
}
/* Banner positions END */

