/* CSS Document */

* {
  padding: 0;
  margin: 0;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #4aba30 url(/images/bg.jpg) repeat-x top left;
  color: #666;
  font-size: 12px;
}

a {
  font-size: 12px;
  color: #186ed0;
  text-decoration: none;
}

a.newsLink, a.messagesLink, a.articlesLink {
	width: 40px;
  height: 180px;
  display: block;
}

.clear {
	clear: both;
}

a.A1 {
  font-size: 10px;
}

a.A2 {
  font-size: 13px;
}

a.A3 {
  font-size: 16px;
}

a.A1, a.A2, a.A3 {
	color: #000;
	font-weight: bold;
}

a.forgotPassword {
	padding-top: 0;
	color: #fff;
  font-weight: bold;
  font-size: 10px;
}

a:hover {
  text-decoration: underline;
}

p {
  color: #666;
  font-size: 12px;
  line-height: 1.6em;
  margin-bottom: 10px;
  text-align: justify;
}

p.copyrights {
  color: #4a4a4a;
  text-align: center;
}

p, h1, h2, h3, h4 {
  font-size-adjust:none;
  font-style:normal;
  font-variant:normal;
  font-weight:normal
}

h1, h2, h3, h4 {
  font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.1em;
}

h2, h3 {
  color: #938BC9;
}

input {
  color: #333;
}

#wrapper {
  width: 1040px;
  margin: auto;
}

#mainContentWrapper {
  margin-left: 42px;
}

#contentWrapperBg, #contentWrapperTop, #contentWrapperBottom {
  width: 998px;
}

#contentWrapperBg {
  background:transparent url(/images/content-bg.png) repeat-y left top;
}

#contentWrapperTop {
  margin-top: 15px;
  height: 15px;
  background:transparent url(/images/content-top.png) no-repeat left top;
}

#contentWrapperBottom {
  height: 15px;
  background:transparent url(/images/content-bottom.png) no-repeat left top;
  clear: both;
}

#contentWrapperBg div.left {
  width: 700px;
  float: left;
  padding-left: 60px;
}

#contentWrapperBg div.right {
  float: right;
  padding-right: 30px;
}

#header {
  position: relative;
  width: 1040px;
  height: 291px;
  background: url(/images/header.jpg) no-repeat top left;
}

#header a.logo {
  position: absolute;
  top: 40px;
  left: 55px;
  width: 250px;
  height: 220px;
}

#header a.linkToKids {
  position: absolute;
  top: 35px;
  left: 310px;
  width: 198px;
  height: 174px;
  background: url(/images/sun-anim.gif) no-repeat top left;  
}

#header a.register {
  position: absolute;
  top: 134px;
  left: 700px;
  width: 130px;
  height: 30px;
}

#header #loginBox {
  position: absolute;
  top: 113px;
  left: 845px;
  width: 162px;
  height: 120px;
}

form.login {
	margin-left: 15px;
}

#header #loginBox label {
  color: #eaf7dd;
  font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
}

#header #loginBox input.txt {
  width: 150px;
  height: 14px;
  padding: 2px;
  border: none;
  background: url(/images/input-bg.jpg) no-repeat top left;
}

#header #loginBox input.login {
  width: 101px;
  height: 31px;
  border: none;
  margin-top: 5px;
  margin-left: 55px;
  background: url(/images/input-zaloguj.jpg) no-repeat top left;
}

#topLinks, #news, #messages, #articles, #footer, p.copyrights {
  margin-left: 42px;
}

#footer {
  position: relative;
  width: 998px;
  margin-top: 14px;
}

#news, #messages, #articles {
	margin-top: 14px;
}

#news div.top {
	height: 10px;
  background: url(/images/nowosci-top.gif) no-repeat bottom left;
}

#messages div.top {
	height: 10px;
  background: url(/images/informacje-top.gif) no-repeat bottom left;
}

#articles div.top {
	height: 10px;
  background: url(/images/artykuly-top.gif) no-repeat bottom left;
}

#footer {
  height: 67px;
  background: url(/images/footer-bg.jpg) repeat-x top left;
}

#footer div.footerLC {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
}

#news div.newsContent {
	padding: 10px 0;
  background: url(/images/nowosci-bg.gif) repeat-y top left;
}

#messages div.messagesContent {
	padding: 10px 0;
  background: url(/images/informacje-bg.gif) repeat-y top left;  
}

#articles div.articlesContent {
	padding: 10px 0;
  background: url(/images/artykuly-bg.gif) repeat-y top left;  
}

#footer div.footerLC {
  height: 67px;
  background: url(/images/footer-lc.jpg) no-repeat top left;
}

#footer div.footerRC {
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
}

#news div.newsBottom, #messages div.messagesBottom, #articles div.articlesBottom {
	width: 998px;
	height: 10px;
}

#news div.newsBottom {
  background: url(/images/nowosci-bottom.gif) no-repeat top left;
}

#messages div.messagesBottom {
  background: url(/images/informacje-bottom.gif) no-repeat top left;
}

#articles div.articlesBottom {
  background: url(/images/artykuly-bottom.gif) no-repeat top left;
}

#footer div.footerRC {
  height: 67px;
  background: url(/images/footer-rc.jpg) no-repeat top left;
}


div.widget {
  padding-top: 5px;
  clear: both;
}

#articles div.widget, #messages div.widget {
  clear: both;
}

div.widget img {
  /* float: left; */
  margin: 0 8px 0 0;
}

#news h2, .news h2 {
  font-size: 30px;
  margin-bottom: 0px;
  color: #67ca71;
}

#news h3, .news h3 {
  font-size: 14px;
  color: #67ca71;
}

.news h2 a {
  font-size: 30px;
  color: #67ca71;
}

.news h3 a {
  font-size: 16px;
	font-weight: bold;
  color: #67ca71;
	text-decoration: none;	
}

.news h2 a, .news h3 a {
	text-decoration: none;
}

table.news td, table.messages td, table.articles td  {
	vertical-align: top;
}

table.news td.description, table.messages td.description, table.articles td.description {
	width: 65px;
}

table.news td.description {
  background: url(/images/nowosci-header.gif) no-repeat top left;  
}

table.messages td.description {
  background: url(/images/informacje-header.gif) no-repeat top left;  
}

table.articles td.description {
  background: url(/images/artykuly-header.gif) no-repeat top left;  
}

table.news td.left {
	width: 280px;
  padding-right: 10px;
  border-right: 3px solid #bad2e1;    
}

table.messages td.left, table.articles td.left {
	width: 603px;
  padding-right: 10px;
  border-right: 3px solid #bad2e1;    
}

table.news td.middle {
	width: 300px;
  padding: 0 10px;
}

table.news td.right {
	width: 280px;
  padding-left: 10px;  
  border-left: 3px solid #bad2e1;  
}

table.messages td.right, table.articles td.right {
	width: 280px;
  padding-left: 10px;    
}

#messages h2, .messages h2 {
	text-transform: uppercase;
  font-size: 24px;
  margin: 5px 0;
  color: #FF9F39;
}

#messages h2 a, .messages h2 a {
	text-transform: uppercase;	
  font-size: 24px;
  margin: 5px 0;
  color: #FF9F39;
}

#messages h3, .messages h3 {
	text-transform: uppercase;	
  font-size: 14px;
  color: #FF9F39;
}

#messages h3 a, .messages h3 a {
	text-transform: uppercase;
  font-size: 16px;
  color: #FF9F39;
  text-decoration: none;
}

#articles h2, .articles h2 {
  font-size: 24px;
  margin: 5px 0;
  color: #2999bd;
}

#articles h3, .articles h3 {
	text-transform: uppercase;
  font-size: 16px;
  color: #938bc9;
}

#articles h3 a, .articles h3 a {
	text-transform: uppercase;
  font-size: 16px;
  color: #938bc9;
  text-decoration: none;
}



.nowosci {
  font-size: 16px !important;
	font-weight: bold !important;
  color: #67ca71 !important;
	text-decoration: none !important;
	border: none !important;
}

.informacje {
	text-transform: uppercase !important;
  font-size: 16px !important;
  color: #FF9F39 !important;
  text-decoration: none !important;
	border: none !important;
}

.artykuly {
	text-transform: uppercase !important;
  font-size: 16px !important;
  color: #938bc9 !important;
  text-decoration: none !important;
	border: none !important;
}


#articles td.right a, #contentWrapperBg div.right a {
  width: 184px;
  height: 25px;
  display: block;
  margin: 10px auto;
  padding-left: 10px;
  font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
  font-size: 14px;
  color: #ebfffc;
  background: url(/images/category-btn.jpg) no-repeat top left;
}

#footer {
  padding-top: 22px;
  text-align: center;
}

#footer a{
  margin: 0 10px;
  font-weight: bold;
}


div.mainPageBox
{
  clear:both;
  margin-bottom: 5px;
}

div.articleBkg
{
  padding : 3px;
}

div.articleBkg div.widget
{
  margin: 7px 0;
}

div.articleBkg div.greyBoxTop
{
  font-size: 12px;
}

table.footerlinks {
  width: 500px;
  border: none;
  text-align: center;
  margin: 0 auto;
}

table.footerlinks td {
  vertical-align: top;
  width: 120px;
  line-height: 1.6em;
}

table.footerlinks td a {
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
}

table.footerlinks td a:hover {
  text-decoration: underline;
}

div.price
{
  margin-left: 50px;
  color: red;
  font-weight: bold;
}

table.xsChildrenList
{
	margin: 10px auto 0 auto;
  width: 100%;
}

table.xsChildrenList th
{
  padding: 3px;
  background: #dddddd;
  font-size: 14px;
}

table.xsChildrenList td
{
  padding: 3px;
}

tr.xs_child_list_row_0
{
  background: #ffffff;
  text-align: center;
}
tr.xs_child_list_row_1
{
  background: #eeeeee;
  text-align: center;
}
tr.xs_child_list_row_summary
{
	font-weight: bold;
  font-size: 14px;
  text-align: center;
  background: #ffeea0;
}

tr.xs_child_list_row_summary td
{
	border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

td.xs_child_list_name
{
  background: #b5adea;
  text-align: center;
}

td.xs_child_list_name a
{
	color: #FFFFFF;
}

td.xs_child_list_noactivity
{
  background: #eeeeee;
  text-align: center;
}
div.xs_child_list_select
{
  margin-left: 17px;
}
form.xs_child_list_form
{
  display: inline;
}

div.note
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  background: #eeaaaa;
  border: solid 1px #dd3333;
  margin-top: 5px;
  margin-bottom: 5px;
}
div.info
{
  font-family: Arial, Helvetica, sans-serif;
  background: #fff;
  border: solid 1px #B5C8EA;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 2px;
  color: #938BC9;
}
div.smallnote
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

div.content
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #666;
}
div.greyBoxTop
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}


/***************************forum*****************************/

li {
  list-style: none;
}

li a{
  color: #7991BA;
}

div.mainPageForum {
  margin: 10px 0;
  padding-bottom: 2px;
  border-bottom: 1px solid #ccc;
  color: #7991BA;
}

div.mainPageForum a {
  color: #7991BA;
}

div.post h2 {
  font-size: 1.4em;
  margin: 10px 0;
}

div.managementContent {
  margin: 10px 0;
}

div.managementContent li {
  list-style: circle;
  color: #666;
  margin-left: 15px;
}

div.managementContent h2 {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 1.4em;
  padding: 3px 5px;
  background: #EEEEEE;
  color: #1E3B6E;
  margin: 10px 0;
}

div.post h3 {
  color: #7991BA;
  padding-bottom: 2px;
  font-size: 1.3em;
  margin: 10px 0;
}

#forumSearch {
  float: right;
  font-size: 14px;
  color: #938BC9;
}

div.post {
	background: #ebfffc;
  padding-top: 10px;
}

table.forumPost {
	border-collapse: collapse;
}

td.spacer {
	width: 10px;
	background: #ebfffc;
}

div.adminBarLeft
{
  float: left;
}
div.adminBarRight
{
  float: right;
}
table.xsforumAdminUserList
{
  width: 100%;
  margin: 10px 0;
  border-collapse: collapse;
  border: 1px solid #bbb;
}
table.xsforumAdminUserList th
{
  color: #FFFFFF;
  padding: 3px;
  font-size: 1.2em;
  background: #aebacc;
  border-bottom: 1px solid #fff;
}

table.xsforumAdminUserList td
{
  padding: 3px;
  text-align: center;
  border-bottom: 1px dotted #ddd;
  border-right: 1px dotted #ddd;
}

label.xsforumUserLabel
{
  width: 100px;
}
div.ajaxonly
{
  margin-bottom: 0px;
  padding-bottom: 5px;
}
div.nickError
{
  background: #ffaaaa;
}
div.nickOK
{
  background: #aaffaa;
}
div.nickLoad
{
  background: #dddddd;
}
div.textarea
{
 background: #eeeeee;
 padding: 3px;
}
div.bbcode
{
 background: #dddddd;
 padding: 3px;
}

textarea.textareaEdit
{
  padding-top: 0px;
  width: 95%;
  margin-top: 0px;
  height: 200px;
}

div.forumHeader
{
  text-align: right;
  background: #7991ba;
  padding: 0.5em;
}

div.forumHeader a
{
  font-size: 1.2em;
  color: #FFFFFF;
  font-weight: bold;
}

div.forumPost table
{
	
}

div.forumPost table td.userInfo
{
	width: 90px;
}

div.forumPost {
	background: #ccebff;
  margin-bottom: 15px;
}

div.forumPost label
{
  width: 90px;
}

table.profile_data {
  margin: 10px 0;
  color: #666;
  font-size: 12px;
  font-weight: normal;
  background:#F3F5F7 none repeat;
  border:1px solid #B5C8EA;
}

table.profile_data table td{
  margin: 0;
  padding: 0;
}

table.profile_data td, table.profile_data th {
  padding: 2px 0;
}

table.profile_data td{
  padding-left: 15px;
  text-align: left;
}

table.profile_data th{
  padding-left: 15px;
  font-weight: normal;
  text-align: left;
}

table.profile_data th.main {
  font-size: 16px;
  padding-top: 20px;
	font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #938BC9;
}

div.forumPost div.content
{
  color: #3A3A3A;
  font-size: 12px;
  line-height: 1.6em;
  padding: 10px 20px;
  margin-left: 20px;
}

div.forumPost div.author strong
{
  font-weight: bold;
  color: #1E3B6E;
  font-size: 18px;
}

div.forumPost img
{
  background: #fff;
  padding: 3px;
  margin-top: 3px;
  border: 1px solid #b5c8ea;
  clear: both;
}

div.created
{
  font-size: 10px;
  padding: 3px 0;
  margin-top: 3px;
  clear: both;
}

div.modified
{
  font-size: 11px;
  padding: 3px 0;
  margin-top: 3px;
  clear: both;
}

div.created label
{
  font-weight: bold;
  color: #1E3B6E;
  padding: 0px;
}

div.statistics
{
  background: #f3f5f7;
  padding: 3px;
  margin-bottom: 8px;
  margin-top: 8px;
}

#edit_category form {
  background: #f3f5f7;
  padding: 5px;
  border: solid 1px #b5c8ea;
  margin: 10px 0 5px 0;
}

div.xsForumCategory div.title
{
  float: left;
  width: 70%;
}

div.xsForumCategory div.title a, div.statistics
{
  color: #7991ba;
  font-weight: bold;
  font-size: 14px;
}

div.statistics span.users {
  margin: 0 5px;
}

div.xsForumCategory div.created
{
  float: right;
  color: #7991ba;
  clear: none;
  margin: 0;
}

div.xsForumCategory {
	margin-bottom: 5px;
  padding: 10px;
}

.even div.xsForumCategory {
	background: #ccebff;
}

.odd div.xsForumCategory {
	background: #fff4d7;
}

div.xsForumCategory div.top
{
  height: 15px;
  padding: 5px;
}

div.xsForumCategory div.content
{
  clear: both;
  padding: 5px;
  font-size: 12px;
}

div.userInfo {
	padding: 20px;
	width: 90px;
}

td.postContent div.content {
	
}

#edit_category, #addCategory {
  border: 1px solid #B5C8EA;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 10px;
  clear: both;
}

#edit_category div.editCategory {
  margin: 10px 0 15px 0;
}


a.buttonBlue {
  background: #7991ba;
  border: 1px solid #496ca7;
  color: #fff;
  padding: 3px 4px;
  font-weight: bold;
  text-decoration: none;
}

a.linkActive {
  color: #1E3B6E !important;
  font-weight: bold;
}

div.forumMessage
{
  background: #ffdddd;
  padding: 3px;
  border: solid 1px #eeaaaa;
}

fieldset.editUser {
  margin: 10px 0;
  border: 1px solid #E7EBF1;
  padding: 5px;
}

fieldset.editUser label {
  width: 150px;
  padding: 5px 0 5px 5px;
}

fieldset.editUser input {
  margin: 0;
}

div.pagePagine {
  margin-top: 10px;
  color: #1E3B6E;
  clear: both;
}


div.odd {
  background: #e7ebf1;
}

div.even {
  background: #f8f8f8;
}

iframe.parentChildIframe
{
  width: 100%;
  height: 300px;
}

/* <main page link fix - iommi> */

a.mainPageNews {
  font-size: 30px;
  font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
  padding-bottom: 5px;
  color: #67ca71;
  text-decoration:none;
}
a.mainPageNews:hover {
  text-decoration: underline;
}



/* </main page link fix - iommi> */

/* <registration - iommi> */
img.imgL
{
 padding: 4px;
}
div.regInfo
{
  font-size: 14px;
  color:  #898F88;
  margin-top: 10px;
	font-weight: bold;
  font-family: Arial,Helvetica,sans-serif;
}

#loginWrapper {
  width: 287px;
  margin: 20px auto;
  padding: 10px;
  background: #fffeda;
  border: solid 3px #938bc9;
}

/***IE6***/
* html div.loginTop input#loginBtn {
   /*\*/
   righ\t:20px;
   /* */
}


#loginWrapper label {
  margin-top: 10px;
  margin-bottom: 2px;
  color: #333;
  display: block;
}

a.registerLink {
  font-size: 24px;
  font-family: Arial,Helvetica,sans-serif;
  margin: 5px 0;
	font-weight: bold;
  color: #2999BD;
  text-decoration: none;
}
a.registerLink:hover {
  text-decoration: underline;
}
/* </registration - iommi> */

div.rightDiv
{
  float: right;
  width: 230px;
}
div.rightDivContent
{
  padding: 5px 20px 5px 5px;
}

.spacerTop {
  margin-top: 20px !important;
}

.spacerBottom {
  margin-bottom: 20px;
}

/**************************<pager>**************************/

div.pagePagine {
  text-align: left;
  clear:both;
}

a.pagerFirst, a.pagerPrevious, a.pagerNext, a.pagerLast, span.pagerPage, a.pagerPage {
  background: #938bc9;
  border: 1px solid #766db4;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  padding: 3px 4px;
  margin: 0 1px;
  text-decoration: none;
}

a.pagerPrevious, a.pagerNext {
  background: #fff;
  border: 1px solid #909090;
  color: #9b9b9b;
}

a.pagerPrevious {
  margin-right: 10px;
}

a.pagerNext {
  margin-left: 10px;
}

a.pagerFirst:hover, a.pagerLast:hover {
  background: #7a72b5;
  border: 1px solid #675fa1;
}

a.pagerPrevious:hover, a.pagerNext:hover {
  background: #eee;
  border: 1px solid #909090;
}

span.pagerPage, a.pagerPage:hover {
  background: #ababab;
  border: 1px solid #909090;
  color: #fff;
}

a.pagerPage {
  background: #fff;
  border: 1px solid #909090;
  color: #9b9b9b;
  font-weight: normal;
}

/**************************</pager>**************************/
div.topInfo
{
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border-bottom: solid 1px #000;
    z-index: 100;
    padding: 4px;
    padding-left: 20px;
    background: #fff68f url(/images/icons/famfamfam_silk/lightbulb.png) no-repeat center left;
}
div.topInfo p
{
    color: #000000;
    font-size: 12px;
}
div.logout{
    padding-top: 0px;
    padding-left: 0px;
}
div.storeWarning {
  margin: 20px 0;
  padding: 5px 10px 5px 50px;
  background: #ffffcb url(/images/warning-icon.png) no-repeat 2% 50%;
  border: 1px solid #f5d93e;
  clear: both;
}

div.toolBar {
	margin-bottom: 15px;
}

div.related_details a {
	font-weight: bold;
}

div.readMore {
	text-align: right;
}

div.readMore a{
	color: #186ED0;
  font-weight: bold;
}

div.faq a {
	color: #666;
  font-weight: bold;
  font-size: 12px;
  padding: 10px 0;
}

ol.faq li {
	list-style-position:inside;
	list-style-type: decimal;
	margin: 10px 0;
}

#comments {
	margin-top: 20px;
}

h4.comments {
	font-size: 14px;
  margin-top: 50px;
  margin-bottom: 10px;
}

input#name, input#mail {
	height: 20px;
}

textarea#comment {
	height: 100px; 
}

input#name, input#mail, textarea#comment {
	width: 280px;
  margin-bottom: 10px;
}

div.comment {
	margin-bottom: 15px;
  background: #edebfb;
  border-top: 1px solid #bab5de;  
  border-bottom: 1px solid #bab5de;
  padding: 10px;
}

#sfSimpleBlog_comment_list {
	margin-top: 10px;
}

div.author {
	margin-bottom: 3px;
	font-size: 11px;
  font-weight: bold;
  color: #333;
}

div.rightDivContent h2{
	margin-bottom: 5px;
}

div.xsforum_category {
	background: #ebfffc;
  margin-bottom: 20px;
}



/* experimental */

#messages h2, h2.messages {
  font-size: 24px;
  margin: 5px 0;
  color: #FF9F39;
}

#messages h2 a, h2.messages a {
  font-size: 24px;
  margin: 5px 0;
  color: #FF9F39;
}
#messages h3, h3.messages {
  font-size: 14px;
  color: #FF9F39;
}

#messages h3 a, h3.messages a {
  font-size: 14px;
  color: #FF9F39;
  text-decoration: none;
}
#articles h2, h2.articles {
  font-size: 24px;
  margin: 5px 0;
  color: #2999bd;
}

#articles h3, h3.articles {
  font-size: 14px;
  color: #938bc9;
}

#articles h3 a, h3.articles a {
  font-size: 14px;
  color: #938bc9;
  text-decoration: none;
}


#news h2, h2.news {
  font-size: 24px;
  margin-bottom: 5px;
  color: #67ca71;
}

#news h3, h3.news {
  font-size: 14px;
  color: #67ca71;
}

h2.news a {
  font-size: 24px;
  color: #67ca71;
}

h3.news a {
  font-size: 14px;
  color: #67ca71;
}
td.captchaReload a {
background:#000000 url(/images/reload.jpg) repeat scroll 0 0;
display:block;
height:59px;
width:18px;
}
#recaptcha_image {
border:1px solid #000000;
margin-left:1px;
}