@charset "utf-8";
body  {
	font-family:georgia, verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #101415;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}
h1 {
	color:#9E2E22;
	font-size:24px;
}
#container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
} 
#header { 
	background: #DDDDDD;
	width: 900px;
	height: 474px;
}
#header .headerBackground {
    position:relative;
	width:900px;
	height:454px;
	background:url(../images/headerBackground.jpg) no-repeat left top;
} 
.spis {
	width: 210px;
	height: 300px;
  padding: 20px 40px 0 690px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.spis ul {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	color:#000000;
	list-style-type: none;
	font-size:11px;
	margin-left: 0px;
	padding-left: 15px;
}
.spis ul li {
  margin-top: 2px;
  margin-left: 0px;
}
.spis ul li a {
  text-decoration: none;
  color: black;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	margin:20px 40px 20px 0;
}
#sidebar1 a, #mainContent a {
	color:#828337;
	font-weight: bold;
}
#mainContent { 
	margin: 60px 280px 20px 40px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
} 
.productPic {
	float:left;
	margin:0 20px 15px 0;
}
#footer { 
	height:90px;
	background-color: #888888;
	margin-top: 20px;

}
.rss {
	float:right;
	width:212px;
	margin:16px 0 0 20px;
}
#footer p {
	padding-top:28px;
	margin:0 20px 0 20px;
	text-align:center;
	color: white;
	font-size: 24px;
} 
.footerLink  {
	color:#292b25;
	text-decoration:underline;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*begin main menu*/
#navcontainer {
	margin:auto 0;
	width:900px;
	text-align:center;
}
#navcontainer ul {
	padding: 0;
	margin: auto 0;
	background: url(../images/menuBackground.gif) repeat-x left top;
	float: left;
	width: 100%;
}
#navcontainer ul li { 
	display: inline;
}
#navcontainer ul li a {
	color: #626161;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	font-size:12px;
	padding:11px 15px;
	text-transform: uppercase;
}
#navcontainer ul li a:hover {
	background: url(../images/menuBackgroundActive.gif) repeat-x left top;
	color: #fff;
}
#navcontainer ul li #current {
	background: url(../images/menuBackgroundActive.gif) repeat-x left top;
	color: #fff;
}
/*end main menu*/
a#dodajWlasne {
  color:#ffffff;
  font-weight:bold;
  text-decoration:none;
}
a#dodajWlasne:hover {
  text-decoration:underline;
}
.ditto_page, .ditto_currentpage, .ditto_off, .ditto_next_link, .ditto_previous_link {
 display:block;
 margin:1px;
 margin-top:20px;
 padding:4px 6px;
 float:left;
  text-decoration:none;
}
a.ditto_page {
 background-color:#f8ffd7;
}
a.ditto_page:hover {
 background-color:#e8ff7c;
}
ul#galeria , ul#galeria li, ul#galeria li a, ul#galeria li a img{
  position:relative;
  margin:0;
  padding:0;
}
ul#galeria li{
 list-style:none;
 float:left;
}
ul#galeria li a img{
 border:none;
 margin:2px;
}
#komentarze{
 width:580px;
 overflow:hidden;
}
.spis {
 overflow:auto;
 height:400px;
 width:170px;
}
#tresc {
 width:500px;
}
.signupForm {
  width:580px; 
  overflow:hidden;
}
.signupForm span {
  color:#FF9900;
} 
a#dolacz {
 position:absolute;
 right:260px;
 top:390px;
 width:226px;
 height:39px;
 display:block;
 background:url('../images/ddsa.gif') no-repeat 0 0;
}
a#dolacz:hover {
 background-position:0 -39px;
}
.left {
 position:relative;
 float:left;
 width:350px;
}
.right {
 position:relative;
 float:right;
 width:450px;
 text-align:left;
}
#ajaxSearch_form, #ajaxSearch_form fieldset, #ajaxSearch_form fieldset label {
 margin-left:0;
 padding-left:0;
}
.AS_ajax_result {
 z-index:100;
}
#searchClose {
 margin:0;
}
#ajaxSearch_output {
 padding-top:0;
}
a#ddsa {
 position:relative;
 display:block;
 margin-top:20px;
 padding:10px 10px;
 color:#333333;
 text-decoration:none;
 width:190px;
 line-height:24px;
 background-color:#cecece;
 border:1px solid #cccccc;
 text-align:center;
}
a#ddsa:hover {
 background-color:#ececec;
}
#lang {
 position:absolute;
 left:600px;
 top:5px;
}
.lang {
 position:relative;
 float:left;
 display:block;
 padding:3px 4px;
 margin:4px;
 background-color:#CCCCCC;
 border:1px solid #999999;
 color:#ffffff;
 text-decoration:none;
}
#lang .active{
 font-weight:bold;
 background-color:#eeeeee;
}

#toptop {
  background-color:white;
  height: 80px;
  padding-top: 20px;
  text-align:center;
}

.poll_bar {
  background: green;
}
.poll {
  border: 2px solid #cccccc;
  background-color: #eeeeee;
  padding: 10px;
  background: #eeeeee url(../images/tesknie_question.jpg) no-repeat right top;
  width:200px;
}
.poll hr {
  border: 0px;
}
.poll_question {
  font-weight: bold;
}
.poll_choice {
  margin-top: 12px;
}

