@CHARSET "UTF-8";
	
	body {
		margin: 0;
		font-size: 9pt;
		background-color: #e5c475;
		font-family: 'trebuchet ms',verdana,tahoma,arial,helvetica,sans-serif;
	}
	
	h1 {
		font-size: 18px;
	}
	h2 {
		font-family: 'trebuchet ms',verdana,tahoma,arial,helvetica,sans-serif;
		font-size: 16px;
		color: #ff4800;
		display: inline;
		margin: 7px;
	}
	h3 {
		font-size: 14px;
		color: #007ef3;
		display: inline;
		font-weight: 600;
		margin: 4px;
	}
	#overDiv {
		display: none;
	}
	#main_site {
		width: 100%;
		height: 100%;
		border: 0px solid #aaa;
		margin: auto;
		position: relative;
	}
	#main_container {background-image: url("images/content_bg_bottom.jpg"); background-repeat: repeat-y; width: 100%; float: left;}
	#over_content_container {background-image: url("images/content_bg_rgt.jpg"); background-repeat: repeat-x; width: 100%; float: left;}
	#content_container {background-image: url("images/content_bg.jpg"); background-repeat: no-repeat; width: 100%; height: 100%; float: left;}
	#header {position: relative; background: url("images/header_bg.jpg") repeat-x; height: 253px; width: 100%; }
	#banner {
		background-image: url("images/header1.jpg");
		height: 253px;
		text-align: left;
		width: 900px;
  		background-color: white;
  		font-size: 11px;
		font-family: verdana;
		color: #444;
	}
	#banner img {position: absolute; display: none;}
	#content_bottom {background: url("images/site_bg_bottom.jpg") no-repeat; width: 900px; height: 17px; float: left;}
	#footer {background: url("images/site_panel_bottom.jpg") no-repeat; width: 900px; height: 60px; float: left;}
	#menu {position: absolute; top: 209px; left: 25px; height: 26px; background-image: url("/images/menu_bg.jpg"); background-repat: repeat-x; font-size: 12px; font-weight: 600; color: #222; background-color: #eee;}
	#menu a{
		font-size: 12px;
		font-weight: 500;
		color: #000;
	}
	#menu a:hover{
		font-size: 12px;
		font-weight: 500;
		color: #aaa;
	}
	
	.submenu {
		display: none;
		position: absolute;
		top: 20px;
		border: 1px solid #8db08e;
		margin: 0px;
		padding: 0px;
		text-align: left;
		color: black;
		background: #eef3e4;
		filter: alpha(opacity=90);
		opacity: .9;
		z-index: 10;
	}

	.submenu a {
       color: black;
       font-family: serif;
       font-weight: 500;
       font-size: 12px;
       text-decoration: none;
       cursor: pointer;
       display: block;
       padding: 2px;
       border-bottom: 1px solid #8db08e;
       border-right: 4px solid #fff;
	}

	.submenu a:hover {
       font-family: serif;
       font-weight: 500;
       font-size: 12px;
       text-decoration: none;
       display: block;
       background-color: #c6d5a8;
       border-right: 4px solid #851111;
       cursor: pointer;
       padding: 2px;
       color: #000;
	}
	
	.bannerRight {
		float: right;
	}
	.bannerRight a {
		font-size: 10px;
		color: #222;
		text-decoration: none;
	}
	.bannerRight a:hover {
		text-decoration: underline;
	}
	.cssLoginPanel {
		float: left;
		margin-top: 5px;
		height: 150px;
		width: 350px;
		background: url("images/loginPanel.gif") no-repeat;
		font-size: 12px;
		color: #222;
		border: 0px solid black;
	}
	.cssLoginPanel a {
		font-size: 12px;
		color: #222;
		text-decoration: none;
	}
	.cssLoginPanel a:hover {
		font-size: 12px;
		color: #222;
		text-decoration: underline;
	}
	.categoriesPanel li {
		margin-top: 2px;
	}
	.categoriesPanel ul{
		margin-top: 15px;
	}
	#site_content {
		width: 660px;
		position: relative;
		left: 60px;
		top: 10px;
		float: left;
	}
	#panel_left {position: relative; top: 10px; left: 35px; width: 135px; height: 300px; float: left;}
	.searchFieldDesc {
		width: 110px;
		float: left;
		clear: left;
		text-align: right;
		border: 0px solid red;
	}
	.searchField{
		text-align: left;
		margin-top: 5px;
		border: 0px solid green;
	}
	.offersPanel .leftPanelContent {
		width: 550px;
		color: #222;
		margin: 5px;
		font-size: 9pt;
		font-family: 'trebuchet ms',verdana,tahoma,arial,helvetica,sans-serif;
		border: 0px solid red;
	}
	.rewinder {
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
		clear: both;
	}
	a {
	  font-size: 9pt;
	  color: #c8c8c8;
	  font-family: font-family: 'trebuchet ms',verdana,tahoma,arial,helvetica,sans-serif;
	  text-decoration: underline;
	}
	.offersPanel a, .leftPanelContent a {
	  font-size: 9pt;
	  color: #c8c8c8;
	  font-family: font-family: 'trebuchet ms',verdana,tahoma,arial,helvetica,sans-serif;
	  text-decoration: underline;
	}
	a:hover {
	  color: #041c42;
	  font-family: font-family: 'trebuchet ms',verdana,tahoma,arial,helvetica,sans-serif;
	  text-decoration: underline;
	}
	.offersPanel a:hover, .leftPanelContent a:hover {
	  color: #041c42;
	  font-family: font-family: 'trebuchet ms',verdana,tahoma,arial,helvetica,sans-serif;
	  text-decoration: underline;
	}
	span { 
	  color: #222;
	  font-weight: 600;
	}
	.offersPanel span, .leftPanelContent span { 
	  color: #444;
	  font-weight: 600;
	}
	.rewinder a {
		color: #333;
		font-size: 12px;
		font-weight: 800;
	}
	.rewinder a:hover {
		color: #777;	
	}
	.offer_desc {
		font-size: 12px;
		color: #000;
		text-align: left;
		margin: 10px;
	}
	.offerContent {
		width: 110px;
		float: left;
		clear: left;
		text-align: left;
		border: 0px solid red;
		margin-top: 3px;
	}
	.offerContentInfo {
		width: 350px;
		float: left;
		text-align: left;
		border: 0px solid red;
		margin-top: 3px;
	}
	.offerContentInfo a {
		text-decoration: none;
		color: #555;
	}
	.offerContentInfo a:hover {
		text-decoration: underline;
		color: #aaa;
	}

.formularz {
  font-size: 12px;
  font-family: font-family: 'trebuchet ms',verdana,tahoma,arial,helvetica,sans-serif;
  text-align: left;
}
.formularz a {
	color: #444;
}
.formularz input {
  border: 1px solid #96855c;
  background-color: #fff;;

}

.formularz select {
  border: 1px solid #96855c;
  width: 120px;
}

.lang select {font-size: 11px; font-family: font-family: arial; border: 1px solid #96855c;}

textarea{

  font-family: 'trebuchet ms',verdana,tahoma,arial,helvetica,sans-serif;
  font-size: 8pt;
  background: #fff;
  color: #333333;
  border: 1px solid #96855c;
  width: 500px;
  height: 300px;
}

.formularz input:hover, .formularz select:hover, .formularz textarea:hover {border: 1px solid #a20808}

	.admin_menu {
		font-size: 14px;
		font-weight: bold;
		margin: 15px 0px 10px 0;
		text-align: center;
		height: 26px;
		width: 100%;
		clear: left;
		border-bottom: solid 1px #96855c;
		color: #777; 
	}
	.admin_menu a {
		color: #777;
		padding: 3px;
	}
	.admin_menu a:hover {
		color: #777;
		background-color: #eceae6;
	}	
	.komunikat {
		background: url('images/icon_notice.gif') no-repeat;
		background-position: 9px 8px;
		font-size: 12px;
		background-color: #eee; 
		border: 1px solid #888; 
		margin: 5px; 
		padding: 3px 3px 3px 35px;
	}
	
	.komunikat2 {
		background: url('images/point.gif') no-repeat;
		background-position: 9px 8px;
		font-size: 12px;
		background-color: #fff8e7; 
		border: 1px solid #fbb100; 
		margin: 5px; 
		padding: 3px 3px 3px 35px;
	}
	
	.warning {
		color: red;
		font-weight: bold;
		background-color: #f4d2d2; 
		margin: 5px; 
		padding: 3px 3px 3px 35px;
	}
	.leftPanelContent {
		margin: 0px 20px 10px 10px;
		background: url('images/icon_email.jpg') no-repeat;
		background-position: center bottom;
		height: 90px;
	}
	
	.cell {
		float: left;
		width: 120px;
		margin: 3px;
	}
	.cellbr {
		float: left;
		clear: left;
		width: 120px;
		margin: 3px;
	}
	
	.red {color: red;}
	
	.path_pos {font-weight: normal; font-size: 10px; color: #000; position: absolute; left: 25px; top: 238px;}
	.path span{font-weight: normal; font-size: 10px; color: #000;}
	.path a {font-size: 10px; font-family: 'trebuchet ms',verdana,tahoma,arial,helvetica,sans-serif; decoration: none; }
	
	.category {	width: 220px; float: left; margin: 7px; padding-bottom: 6px; border-bottom: solid 1px #9aa4c1;}
	.category span {color: #344e9a;}
	.category a {font-family: 'trebuchet ms',verdana,tahoma,arial,helvetica,sans-serif; font-size: 14px;}
	.category a:hover {color: #344e9a;}
	
	.counter {font-weight: normal; font-size: 11px; color: #aaa; display: inline;}
	
	#cloudlet {position: absolute; display: none; background-color: #fff; border: 1px solid #aaa; padding: 3px;}
