html {
	background-color: #292b31;
}
body {
  margin: 0;
  padding: 0;
  color: #3D3D3D;
  font: 12px Arial, Helvetica, Verdana, sans-serif;
	background-color: #1a3767;
	background-image: url("../img/back_btm.gif");
	background-repeat: repeat-x;
	background-position: bottom center; 
	width: expression(document.documentElement.clientWidth<900?"900px":"auto");
}
textarea, input {
	font: 12px Arial, Helvetica, Verdana, sans-serif;
}
#wrapper {
  padding: 16px 40px 10px 40px;
	background-image: url("../img/back_top.gif");
	background-repeat: repeat-x;
	min-width: 900px;
}
#header {
	height: 96px;
	background-image: url("../img/logo_back.gif");
	clear: both;
}
#menu {
	height: 32px;
	padding: 0;
	text-align: center;
	clear: both;
	margin: 0 0 6px 0;
}

#menu ul {
	background: #000 url("../img/menu_back_new.gif") repeat-x top;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 32px;
}

#menu ul li {
	height: 32px;
	display: block;
	margin: 0;
	padding: 0;
	width: auto;
	float: left;
}

#menu ul li.left {
	width: 0px;
}
#menu ul li.left_a {
	width: 0px;
}

#menu ul li.sep {
	width: 0px;
}
#menu ul li.sep_a {
	width: 0px;
}
#menu ul li.sep_b {
	width: 0px;
}
#menu ul li.right {
	width: 0px;
}

#menu ul li a {
	text-decoration: none;
	width: 100%;
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana;
	color: #fff;
	padding: 9px 20px;
	line-height: 32px;
	height: 32px;
}

#menu ul li.active a:hover, #menu ul li a:hover {
	height: 32px;
	line-height: 32px;
	background-image: url("../img/menu_hover_new.gif");
	background-position: bottom;
	background-repeat: repeat-x;
}

#menu ul li.active a {
	background-image: url("../img/menu_active_new.gif");
	background-position: bottom;
	background-repeat: repeat-x;
	text-decoration: underline;
}

.highlight {
	background-color: #FFFF00;
	font-weight: bold;
}
.req {
  color: #eb4800;
	font-weight: bold;
	font-size: 14px;
}
.head {
	font-weight: bold;
	font-size: 14px;
	color: #3a537b;
}
ul.reg {
	margin-top: 8px;
	margin-left: 20px;
	margin-bottom: 8px;
  list-style-type: none;
}
ul.reg li {
	background-image: url(../img/reg_list.jpg);
	background-position: 3px left;
	background-repeat: no-repeat;
	padding-left: 16px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.regt {
	font-size: 12px;
	font-weight: bold;
}
.rego {
	font-size: 9px;
	font-family: Arial;
}
table.reg_form td {
	vertical-align: top;
}

table.reg_form .err {
	font-weight: bold;
	color: #eb4800;
}

#panelHeader { width: 100%; height: 14px; background-image: url("../img/md_tc.gif"); font-size: 1px; }
#panelHeader .left { width: 236px; float: left; height: 14px; background-image: url("../img/lfmd_t.gif"); }
#panelHeader .lefto { width: 4px; float: left; height: 14px; background-image: url("../img/md_tl.gif"); }
#panelHeader .right { width: 4px; float: right; height: 14px; background-image: url("../img/md_tr.gif"); }
#panelFooter { width: 100%; height: 14px; background-image: url("../img/md_bc.gif"); font-size: 1px; }
#panelFooter .left { width: 236px; float: left; height: 14px; background-image: url("../img/lfmd_b.gif"); }
#panelFooter .lefto { width: 4px; float: left; height: 14px; background-image: url("../img/md_bl.gif"); }
#panelFooter .right { width: 4px; float: right; height: 14px; background-image: url("../img/md_br.gif"); }


ol.regul {
	padding-left: 25px;
	margin-left: 0px;
	text-align: justify;
}
ol.regul li {
	margin-top: 5px;
	margin-bottom: 5px;
}

#main {
	width: 100%;
	clear: both;
  height: 100%;
  overflow: hidden;
}

#sidebar {
	width: 218px;
	background-color: #aab3c1;
	border-right: 1px solid #5e6e92;
	border-left: 1px solid #5e6e92;
}
#sidebar .inner {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	color: #303030;
	font-family: Verdana;
}
#sidebar a {
}


#content_wrapper {
  float: left;
  width: 100%;
}
#content {
	padding: 10px 15px 10px 15px;
	background-color: #e7e7e7;
	border-right: 1px solid #848eaf;
	border-left: 1px solid #848eaf;
}
#content .inner {
  padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	color: #303030;
	line-height: 18px;
}
#content .inner p {
	margin-top: 10px;
	margin-bottom: 3px;
	text-indent: 25px;
	text-align: justify;
}
#content .inner a {
	text-decoration: underline;
	color: #303030;
	font-weight: bold;
}
#content .inner a:hover {
	text-decoration: none;
	color: #2c3656;
	font-weight: bold;
}
#clearone {
  clear: both;
  height: 1px;
	border: 1px solid red;
}

/********************** footer **********************/
#footer {
	font-size: 11px;
	color: #bcc2d8;
	margin-top: 20px;
	font-family: Tahoma;
	font-weight: bold;
	margin-bottom: 10px;
	border-top: 1px solid #737886;
	padding-top: 4px;
}
#footer a {
	color: #bcc2d8;
	text-decoration: none;
}
#footer a:hover {
	color: #bcc2d8;
	text-decoration: underline;
}
#footer_left {
	float: left;
	width: 300px;
	padding-left: 10px;
}
#footer_right {
	float: right;
	width: 200px;
	padding-right: 10px;
	text-align: right;
}


/*********** products list **************/
.product_container {
	height: 52px;
	padding: 3px;
	margin-bottom: 10px;
	border: 1px solid #adb4c2;
}
.product_container_active {
	background-color: #c8cfde;
	border: 1px solid #9299a7;
}
.product_container img {
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 6px;
	border: 1px solid #000000;
	display: block;
}
.product_container .txt {
	float: right;
	width: 132px;
	height: 52px;
	position: relative;
}
.product_container .txt .title {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}
.product_container .txt .title a {
	color: #303030;
	text-decoration: underline;
}
.product_container .txt .title a:hover {
	color: #1a3767;
	text-decoration: none;
}
.product_container .txt .short {
	font-size: 9px;
	position: absolute;
	bottom: 0px;
	font-weight: normal;
	font-family: Arial, Helvetica;
}

/************** news *******************/
.news_title {
  color: #1a3767;
  margin-bottom: 3px;
  font-size: 13px;
  font-weight: bold;
}
.news_date {
	margin-bottom: 3px;
  font-weight: bold;
  text-align: left;
  font-size: 10px;
  color: #3d3d3d;
	font-family: Arial;
}
.news_text {
  text-align: justify;
	line-height: 18px;
  padding: 5px 5px 5px 10px;
  margin-bottom: 2px;
  height: 100%;
}
.news_text p {
	margin-top: 10px;
	margin-bottom: 3px;
	text-indent: 25px;
}
.news_text img {
  padding: 0;
	margin-left: 10px;
  float: right;
	border: 1px solid #000000;
	padding: 10px;
	background-color: #FFFFFF;
}
hr.news_hr {
	clear: both;
  color: #aab3c1;
  height: 1px;
	border: 0px;
  border-top: 1px solid #aab3c1;
  width: 80%;
	margin: 15px auto;
}
.news_more {
	padding-left: 25px;
}
.news_more a {
	background-image: url("../img/arrow2.gif");
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 12px;
	font-weight: bold;
	color: #3d3d3d;
	text-decoration: none;
}
.news_more a:hover {
	background-image: url("../img/arrow.gif");
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 12px;
	font-weight: bold;
	color: #1a3767;
	text-decoration: underline;
}

/****************** categories *******************/
ul.cat {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
ul.cat li {
	display: block;
	margin: 0;
	padding: 0;
	width: auto;
	clear: both;
	font-size: 9px;
	font-family: Arial;
	line-height: 20px;
	height: 22px;
	background-image: url("../img/arrow2.gif");
	background-position: 3px 6px;
	background-repeat: no-repeat;
	padding-left: 18px;
}
ul.cat li a {
	f ont-family: Tahoma;
	font-size: 12px;
	color: #3D3D3D;
	text-decoration: none;
	font-weight: bold;
}
ul.cat li.active a:hover, ul.cat li a:hover {
	f ont-family: Tahoma;
	font-size: 13px;
	text-decoration: underline;
}
ul.cat li.active a {
	text-decoration: underline;
	font-size: 13px;
	color: #1a3767;
}

#sidebar .sb_title {
	margin-top: 10px;
	font-family: Verdana;
	text-align: left;
	font-size: 22px;
	font-weight: bold;
	color: #3b65a6;
}
#sidebar .sb_subtitle {
	font-family: Verdana;
	text-align: left;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
	color: #1a3767;
}

#sidebar .ttl {
	margin-top: 10px;
	font-weight: bold; 
	font-size: 13px;
	color: #3b65a6;
	border-bottom: 1px solid #e7e7e7;
	background-image: url("../img/ttl.gif");
	background-repeat: no-repeat;
	background-position: 2px center;
	padding-left: 14px;
	margin-bottom: 3px;
}

#content div.ttl {
	font-family: Verdana;
	text-align: left;
	font-size: 22px;
	font-weight: bold;
	color: #3b65a6;
	margin-bottom: 10px;
}

#tabbedContent {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	b order: 1px solid red;

}
div.menu {
	b order: 1px solid blue;
	width: 100%;
}
#tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	position: relative;
	height: 22px;
	margin-bottom: -1px;
}
#tabs li {
	float: left;
	height: 22px;
	padding: 0;
	margin: 0;
	list-style-position: outside;
	list-style: none;
	background: url(../img/tabsBg.gif) top repeat-x;
}

#tabs li.selected {background: url(../img/tabsBgSel.gif) top repeat-x;}
#tabs li.TabsStart {width: 5px; padding: 0; background: url(../img/tabs01.gif) no-repeat;}
#tabs li.selectedTabsStart {width: 5px; background: url(../img/tabs01a.gif) no-repeat;}
#tabs li.TabStart {width: 4px; padding: 0; background: url(../img/tabs02.gif) bottom no-repeat;}
#tabs li.selectedTabStart {width: 4px; background: url(../img/tabs02a.gif) no-repeat;}
#tabs li.TabEnd {width: 5px; background: url(../img/tabs03.gif) no-repeat;}
#tabs li.selectedTabEnd {width: 5px; background: url(../img/tabs03a.gif) no-repeat;}
#tabs li.prevSelTabEnd {width: 5px; background: url(../img/tabs03b.gif) repeat-x;}
#tabs li.TabsEnd {width: 10px; background: url(../img/tabs04.gif) no-repeat;}
#tabs li.selectedTabsEnd {width: 10px; background: url(../img/tabs04a.gif) no-repeat;}
#tabs a, #tabs span {display: block; margin: 3px 6px 0 6px;}
#tabs a {
	color: #7d7d7d;
	text-decoration: none;
}
#tabs li.selected a {
	color: #3b65a6;
}
#tabs a:hover {
	color: #3b65a6;
	text-decoration: underline;
}

#preloader {position: absolute; z-index: 9999; opacity: .7; filter: alpha(opacity=70); background: #ccc url(../img/loader.gif) no-repeat 50% 10px;}



#tabCont {
	clear: both;
	position: relative;
	border-left: 1px solid #adb4c8;
	border-right: 1px solid #adb4c8;
	padding: 10px;
	overflow: hidden;
	height: 1%;
	background-color: #f5f5f5;
}

.tabHeader {
	height: 4px;
	border-left: 1px solid #adb4c8;
	background: #f5f5f5 url(../img/tab_b.gif) top repeat-x;
}
.tabFooter {
	height: 4px;
	background: #f5f5f5 url(../img/tab_b.gif) bottom repeat-x;
}
.tabHeader div.right {
	float: right;
	width: 4px;
	height: 4px;
	background: url(../img/tab_tr.gif) no-repeat;
	font-size: 1px;
}
.tabFooter div.left {
	float: left;
	width: 4px;
	height: 4px;
	background: url(../img/tab_bl.gif) no-repeat;
	font-size: 1px;
}
.tabFooter div.right {
	float: right;
	width: 4px;
	height: 4px;
	background: url(../img/tab_br.gif) no-repeat;
	font-size: 1px;
}



/********** galeria ************/
ul.gallery {
  list-style-type: none;
  font-size: 10px;
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0;
}
ul.gallery li {
  float: left;
  padding: 6px 0px 6px 0px;
  vertical-align: top;
  height: 125px;
}
ul.gallery img {
  border: 0px;
}
ul.gallery a {
  padding: 6px 6px 6px 6px;
  background-color: #F8F8F8;
  float: left;
  border: #EEEEEE 1px solid;
}
ul.gallery a:hover {
  padding: 6px 6px 6px 6px;
  background-color: #F8F8F8;
  float: left;
  border: #999999 1px solid;
}
/******* end galeria ***********/

/********** specyfikacja **************/
table.spec {
	width: 100%;
	background-color: #9299a7;
}
table.spec .cat {
	height: 25px;
	background-color: ;
	font-weight: bold;
	font-size: 13px;
	background-color: #aab3c1;
}
table.spec .desc {
	background-color: #c8cfde;
	text-align: right;
	width: 140px;
}
table.spec .desc_sm {
   background-color: #b7c6cb;
   text-align: right;
   color: #eb4800;
}
table.spec .val {
	background-color: #f5f5f5;
}
table.spec .val_sm {
   background-color: #dbe2e5;
   color: #eb4800;
}
/******** end specyfikacja ************/

a {
	color: #3d3d3d;
	text-decoration: underline;
}
a:hover {
	color: #1a3767;
	text-decoration: none;
}

form {
	margin: 0;
	padding: 0;
}
form input.btn {
	font-size: 11px;
	border: 1px solid #1b3765;
	background-color: #e7e7e7;
	font-weight: bold;
	background-image: url("../img/btn_back.gif");
	background-position: center;
}
#sidebar .err {
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #FF0000;
	text-align: center;
}
#sidebar .msg {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #0000FF;
}

.cat_ttl {
	font-size: 14px;
	font-weight: bold;
	color: #3b65ac;
}

.download_ttl {
	margin-top: 10px;
	font-weight: bold; 
	font-size: 13px;
	color: #3b65a6;
	margin-bottom: 3px;
}
.download_ttl a {
	color: #1a3767;
	text-decoration: underline;
}
.download_ttl a:hover {
	color: #3b65a6;
	text-decoration: none;
}
.download_text {
	font-size: 12px;
}
.download_text p {
	padding-left: 22px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.download_status {
	display: inline;
	font-weight: bold;
	font-size: 11px;
	margin-left: 20px;
}
#sidebar .sb_get {
	background-image: url("../img/arrow2.gif");
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 12px;
	font-weight: bold;
	font-size: 11px;
	margin-top: 3px;
	margin-bottom: 3px;
}
#sidebar .sb_get a {
	color: #3d3d3d;
	text-decoration: none;
}
#sidebar .sb_get a:hover {
	color: #3b65a6; 
	text-decoration: underline;
}

.faq_cat, .download_cat {
	margin-top: 10px;
	font-weight: bold; 
	font-size: 14px;
	color: #3b65a6;
	background-image: url("../img/ico_faq.gif");
	background-repeat: no-repeat;
	background-position: 2px center;
	padding-left: 22px;
	margin-bottom: 3px;
	font-family: Tahoma;
}
.download_cat {
	background-image: url("../img/ico_get.gif");
}
.faq_cat a, .download_cat a {
	color: #003c74;
	text-decoration: none;
}
.faq_cat a:hover, .download_cat a:hover {
	color: #779de3;
	text-decoration: underline;
}

ul.faq_quest {
	display: block;
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
}

ul.faq_quest li {
	background-image: url("../img/arrow2.gif");
	background-repeat: no-repeat;
	background-position: left 4px;
	margin: 3px 0 3px 25px;
	padding: 0 0 0 14px;
}
div.faq_quest {
	background-image: url("../img/arrow2.gif");
	background-repeat: no-repeat;
	background-position: left 4px;
	font-weight: bold;
	font-size: 13px;
	margin-top: 20px;
	margin-bottom: 5px;
	padding-left: 14px;
	text-decoration: underline;
	clear: both;
}
div.faq_text {
	clear: both;
	padding: 0 30px;
}
div.faq_text p {
	margin-top: 3px;
	margin-bottom: 3px;
	text-indent: 25px;
	text-align: justify;
}

/****************** forum ***********************/
div.forum_ttl {
	font-family: Verdana;
	text-align: left;
	font-size: 22px;
	font-weight: bold;
	color: #3b65a6;
	margin-bottom: 10px;
}
div.forum_cat {
	margin-left: 8px;
	font-size: 14px;
	font-weight: bold;
	color: #3a537b;
}
div.forum_desc {
	font-family: Arial;
	margin-left: 8px;
	font-size: 11px;
	margin-bottom: 20px;
	font-style: italic;
}
div.forum_action {
	width: 98%;
	margin: 5px auto;
}
table.forum_post, table.forum_topic, table.forum_form {
	width: 98%;
	background-color: #aab3c1;
	text-align: center;
}
table.forum_form {
	width: auto;
}
table.forum_post {
	text-align: left;
}
table.forum_post .ttl, table.forum_topic .ttl, table.forum_form .ttl {
	text-align: left;
	background-image: url(../img/title.gif);
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	height: 20px;
}

table.forum_topic a.forum_title {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #3a537b;
}
table.forum_topic a.forum_title:hover {
	text-decoration: underline;
	color: #2a2e47;
}
table.forum_topic .autor {
	font-size: 10px;
}

table.forum_post .post_top {
	background-color: #e6e6e2;
}
table.forum_post .post_top .user {
	font-size: 13px;
	font-weight: bold;
	font-family: Arial;
	width: 120px;
	border-top: 1px solid #aab3c1;
}

table.forum_post .user_more {
	text-align: center;
	vertical-align: top;
	background-color: #e6e6e2;
	font-size: 10px;
	font-weight: bold;
	width: 120px;
}
.user_type {
	font-size: 11px;
	font-weight: bold;
	color: #3b65ac;
	margin-bottom: 4px;
}

table.forum_post .post_top .date {
	border-top: 1px solid #aab3c1;
	font-size: 10px;
	font-family: Arial;
	padding-left: 10px;
}

table.forum_post .post_top img {
	vertical-align: middle;
}

.over {
  background-color: #c8cfde;
  color: inherit;
}
.norm_a {
  background-color: #EEEEEE;
  color: inherit;
}
.norm_b {
  background-color: #F7F7F7;
  color: inherit;
}

table.forum_form .norm_a {
	text-align: right;
	p adding-right: 5px;
	width: 100px;
}
table.forum_form .norm_b {
	text-align: left;
	width: 400px;
}

table.forum_form .norm_b input {
	width: 400px;
}
table.forum_form .norm_a input {
	border: 1px solid #000000;
	font-weight: bold;
	padding: 2px 2px;
}
table.forum_form textarea {
	width: 507px;
	height: 160px;
}
table.forum_form .err {
	font-weight: bold;
	color: #eb4800;
}
.admin {
	color: #eb4800;
	font-weight: bold;
	background-color: #8fadff;
	background-image: none;
}
a.admin {
	color: red;
	color: #eb4800;
	text-decoration: none;
}
a.admin:hover {
	color: #FF4800;
	text-decoration: underline;
}
form input.forum {
	font-size: 13px;
	padding: 2px;
	border: 1px solid #1b3765;
	background-color: #e7e7e7;
	font-weight: bold;
	background-image: url("../img/btn_back.gif");
	background-position: center;
}
div.err {
	width: 90%;
	margin: 5px auto;
	font-weight: bold;
	font-size: 12px;
	color: #eb4800;
}
div.msg {
	width: 90%;
	margin: 5px auto;
	font-weight: bold;
	font-size: 12px;
	color: #4800eb;
}
div.forum_topic {
	w idth: 90%;
	display: inline;
	margin: 5px auto;
	font-size: 18px;
	font-family: Verdana;
	font-weight: bold;
	color: #3a537b;
}
table.forum_post p {
	margin-top: 4px;
	margin-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
	text-indent: 25px;
	text-align: justify;
}


/********* ankieta ************/

tr.poll_show {
	font-size: 1px;
	line-height: 1px;
  height: 12px;
  background-color: #EEEEEE;
  width: 100%;
}
img.poll_show {
  height: 12px;
  border: 0px;
}
tr.poll_ansdesc {
	font-size: 10px;
}
td.poll_ans {
  text-align: left;
	padding-bottom: 5px;
}
td.poll_count {
	vertical-align: top;
  text-align: right;
  font-weight: bold;
}
div.poll_all {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  color: #537f98;
}
div.poll_no {
  text-align: center;
  color: #eb4800;
  font-weight: bold;
  font-size: 10px;
  margin-bottom: 5px;
}
div.poll_thx {
  text-align:center;
  color: #6d9aaf;
  font-weight: bold;
  font-size: 11px;
  margin-bottom: 5px;
}

