*{ 
margin: 0;
padding: 0;
border: none;
behavior: url("csshover.htc");
}

body {
	margin: 0 auto 0 auto;
	background-color: #222222;
}
a:link, a:visited { text-decoration:none; }

#wrap {
margin: 0 auto 0 auto;
padding: 14px 0 0 0;
width: 1021px; overflow: hidden;
}

/*--------------------------------------------------------------------------------------------------------HEADER*/
#header {
	background: url('/images/header.jpg') no-repeat left top;
	padding: 26px 0 0 258px;
	width: 763px;
	height: 133px;
}
#logo {
	margin: 22px 0 0 0;
	float: left;
}
#search {
	margin: 0 0 0 71px;
	padding: 52px 0 0 48px;
	float: left;
	width: 389px;
	height: 81px;
	background: url('/images/search-bg.jpg') no-repeat left top;
}
#search  p {
	float: left;
}
input.text-table {
	display: block;
	width: 270px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #FEFEFE;
	border: 0px;
	background: none;
}
input.button {
	margin: 1px 0 0 22px;
	float: left;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #A70505;
	background-color: #E31616;
	cursor: pointer;
}
/*------------------------------------------------------------------------------------------------------------NAV*/
#nav {
	background: url('/images/nav.jpg') no-repeat left top;
	padding: 1px 0 0 241px;
	width: 780px;
	height: 53px;
}
#nav ul {
      list-style: none;
      font-size: 11px;
      font-family: Verdana, sans-serif;
      font-weight: bold;
      color: #719012;
}
#nav li {
      float: left;
}
#nav a {
	  background: url('/images/nav-left.jpg') no-repeat left top;
      float: left;
      padding: 0 0 0 28px;
      text-decoration: none;
}
#nav a span {
	  background: url('/images/nav-right.jpg') no-repeat right top;
      float: left;
      height: 31px;
      padding: 16px 35px 0 5px;
      font-size: 11px;
      font-family: Verdana, sans-serif;
      font-weight: bold;
      color: #719012;
      cursor: pointer;
}
#nav a:hover {
	border-bottom: 6px solid #99C01F;
}
#nav a:hover span {
	color: #4D6403;
}
/*------------------------------------------------------------------------------------------CONTENT*/
#content-bg {
	background-color: #AED240;
	padding: 0 8px 0 5px;
	width: 1008px;
}
#content {
	background-color: #ABCB3E;
	overflow: hidden;
}
/*------------------------------------------------------------------------------------------SIDEBAR*/
#sidebar {
	background: url('/images/sidebar-bg.jpg') repeat-y left top;
	width: 203px;
	float: left;
	margin: 0 0 -10000px 0;
	padding: 0 0 10000px 0;
}
#sidebar h3 {
	background: url('/images/sidebar-h1.jpg') no-repeat left top;
	padding: 17px 0 0 18px;
	width: 185px;
	height: 26px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
#sidebar h4 {
	background: url('/images/sidebar-h2.jpg') no-repeat left top;
	padding: 14px 0 0 18px;
	width: 185px;
	height: 26px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
#sidebar ul {
	list-style: none;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 12px;
}
#sidebar ul li {
	*margin: 0 0 -1px 0;
}
#sidebar ul li a {
	background: url('/images/sidebar-a.jpg') no-repeat 0 0;
	padding: 13px 0 0 40px;
	display: block;
	width: 163px;
	height: 25px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #8B7C00;
}
#sidebar ul li a:hover {
	background: url('/images/sidebar-a.jpg') no-repeat 0 -38px;
	font-weight: bold;
}
/*-----------------------------------------------------------------------------------PAGE*/
#page {
	background-color: #fff;
	overflow: hidden;
	width: 800px;
	float: left;
	margin: 0 0 -10000px 5px;
	padding: 0 0 10000px 0;
}
#page-left {
	float: left;
	width: 640px;
	padding: 0 0 6px 0;
}
#breadcrumb {
	background: url('/images/page-left-h1.jpg') no-repeat left top;
	padding: 14px 0 0 24px;
	width: 616px;
	height: 27px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #7A6205;
}
#breadcrumb h1,#breadcrumb a {
	display: inline;
	font-size: 11px;
}
#page-left h2 {
	background: url('/images/page-left-h2.jpg') no-repeat left top;
	float: left;
	margin: 30px 0 0 0;
	padding: 12px 0 0 24px;
	width: 616px;
	height: 29px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #7C4900;
}
.box {
	background-color: #FFFCE5;
	float: left;
	margin: 6px 0 0 6px;
	width: 191px;
	height: 230px;
	border: 1px solid #DAE7AF;
	padding: 12px 0 0 12px;
}
.box:hover {
	background-color: #F0ECD0;
}
.strong {
	display: block;
	padding: 7px 0 5px 10px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #272727;
}
.strong:hover {
	text-decoration: underline;
}
.box p {
	padding: 0 0 0 10px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #272727;
}
#page-right {
	float: left;
	width: 160px;
}
#page-right h1 {
	background: url('/images/page-right-h1.gif') no-repeat left top; 
	
	padding: 13px 0 0 0;
	width: 160px;
	height: 28px;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #7A6205;
}
/*-----------------------------------------------------------------------------------------FOOTER*/
#footer {
	background: url('/images/footer.jpg') no-repeat left top;
	clear: both;
	width: 1021px;
	height: 25px;
	padding: 25px 0 0 0;
	text-align: center;
}
#footer p {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}
#footer p a {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFE400;
}
#footer p a span {
	color: #fff;
}
#footer p a:hover {
	text-decoration: underline;
}
#footer p a:hover span {
	text-decoration: underline;
}
/*-----------------------------------------------------------------------------------STYLE PODSTRONA*/
.big-box {
	background-color: #FFFCE5;
	border: 1px solid #DAE7AF;
	overflow: hidden;
	margin: 6px 0 0 6px;
	padding: 7px 0 0 7px;
	width: 619px;
}
#ad-bigbox {
	float: left;
	margin: 6px 70px 0 0;
	width: 235px;
	height: 70px;
}
#star {
	float: left;
	padding: 6px 0 0 0;
	width: 260px;
	height: 64px;
}
.big-box span {
	float: left;
	*float: none;
	clear: both;
	font-family: Vetrdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #272727;
}
.big-box p {
	float: left;
	padding: 3px 50px 10px 0;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #272727;
}


/* COMMON */

#advertise {
padding:0 8px 0 35px;
width:990px;
overflow: hidden;
text-align: center;
}

.pager {
float: left;
width: 100%;
text-align: center;
padding-top: 5px;
}
.pager a{
color: #3c62b1;
}
.pager span {
color: #FF8000;
font-weight: bold;
}


h2 {
color: #19343F;
font-size: 17px;
}

.ogForm {
color: #FF6600;
font-family:Myriad Pro,sans-serif;
padding-left: 20px;
}

.ogForm th {
text-align:right;
padding-right: 6px;
}

.ogForm input,.ogForm textarea {
border: 1px solid #d2e2eb;

}

.mess {

padding: 15px;
margin: 10px;
font-size: 13px;
}

.x {
display:block;
float:left;
font-family:Tahoma,sans-serif;
font-size:12px;
font-weight:bold;
margin:0 6px 0 0;
color: #8dcb2c !important;
}

.x:hover {
color: #FF8000;
}
/*
#addFav {
text-align:center;
width: 350px;
margin: 6px auto;
color:#FF6600;
font-size:18px; 
padding: 14px;
border: 1px solid #d2e2eb;
cursor:pointer;
}
*/
.disabled {
cursor: default !important;
color: #19343F !important;
}


.info a  {
 	font-family: Arial;
	font-size: 9px;
	color: #000000 !important;
	font-weight:normal;
}

.topAG a {
color:red !important;
font-family:Verdana;
font-size:16px;
font-weight:bold;
text-align:center;
white-space:normal;
display:block;
margin: 10px auto 10px auto;
width: 100%;
}
