/*******************************/
/*  Created by Mariusz Galka   */
/*  Copyright by G-Solution.pl  */
/*******************************/

@import url('reset.css');
body {
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
}
div {
	text-align: left;
}
p {
	padding: 0;
	margin: 0 0 15px;
	line-height: 135%;
}
a {
	color: #0062a2;
	text-decoration: none;
}
a:hover {
	color: #0097fa;
	text-decoration: underline;
}
h2 {
	height: 29px;
	margin: 0 0 25px;
	background: #fff url(/images/main/background-h2.gif) repeat-x left bottom;
}
h2 span {
	height: 20px;
	float: left;
	padding: 8px 10px 0;
	background-color: #fff;
	font-weight: normal;
	color: #1379cf;
	text-transform: uppercase;
	border-top: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
}
table {
	margin: 0 0 15px;
	width: 100%;
}
table caption {
	border-top: 1px solid #cfcec4;
	border-right: 1px solid #cfcec4;
	border-left: 1px solid #cfcec4;
	text-align: left;
	font-weight: bold;
	padding: 6px;
}
table td, table th {
	vertical-align: middle;
	text-align: left;
	padding: 6px;
	border: 1px solid #cfcec4;
}
input, textarea, select, button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
button {
	cursor: pointer;
}
/*----[ dodatkowe klasy ]-----------------------------------------------------------------------*/
.clear {
	clear: both;
}
.blue {
	color: #0062a2;
}
.noMargin {
	margin: 0 !important;
}
.linkWybierz {
	text-transform: uppercase;
	text-decoration: underline;
}
/*----[ naglowki i przyciski graficzne ]-----------------------------------------------------------------------*/
button.linkLogowanie {
	background: transparent url(/images/main/icon-key.gif) no-repeat left center !important;
	padding: 0 0 0 24px !important;
	border:0 !important; 
	
	color:#0062A2 !important;
	font-weight:bold !important; 
	
	
}
/*----[ wrapper ]-----------------------------------------------------------------------*/
#wrapper {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
/*----[ top ]-----------------------------------------------------------------------*/
#top {
	height: 93px;
	position: relative;
}
#top h1 {
	width: 169px;
	height: 63px;
	background: transparent url(/images/main/logo-terapia.gif) no-repeat 0 0;
	position: absolute;
	top: 14px;
	left: 14px;
}
#top h1 a {
	width: 169px;
	height: 63px;
	display: block;
	text-indent: -9999px;
}
#top form#log {
	position: absolute;
	top: 46px;
	left: 350px;
	color: #0162a1;
	width: 220px;
}

#top form#search {
	position: absolute;
	top: 46px;
	right: 0;
	color: #0162a1;
	width: 450px;
}



#top form a {
	font-weight: bold;
}
#top form span {
	padding: 0 8px;
}
#top form input {
	width: 315px;
	padding: 4px 2px;
	color: #0162a1;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #b4d4ed;
	margin: 0 0 0 20px;
}
#top form button {
	color: #0162a1;
	border: 2px solid #b4d4ed;
	margin: 0 0 0 5px;
	padding: 2px 10px;
	background: #ddeefe url(/images/main/background-szukaj.gif) repeat-x 0 0;
	cursor: pointer;
}
/*----[ prenumerata ]-----------------------------------------------------------------------*/
#prenumerata {
	position: relative;
	height: 170px;
	padding: 44px 610px 0 68px;
	background: transparent url(/images/main/background-stetoskop.jpg) no-repeat 0 0;
	font-size: 13px;
	color: #0062a2;
}
#prenumerata a.linkPrenumerata {
	background: transparent url(/images/main/b-prenumerata.gif) no-repeat 0 0;
	width: 163px;
	height: 50px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	top: 131px;
	left: 65px;
}
#prenumerata a.linkPrenumerata:hover {
	background-position: 0 -50px;
}
/*----[ menu ]-----------------------------------------------------------------------*/
#menu {
	border-top: 5px solid #9dd713;
	height: 44px;
	background-color: #0062a2;
	padding: 0 0 0 5px;
	margin: 0 0 30px;
}
#menu li {
	float: left;
	height: 44px;
	border-right: 1px solid #6ba4c9;
}
#menu li a {
	float: left;
	height: 44px;
	line-height: 44px;
	padding: 0 10px;
	display: block;
	font-weight: bold;
	color: #fff;
	background-color: #0062a2;
	text-decoration: none;
}
#menu li a:hover, #menu li a.active {
	background-color: #9dd713;
}
/*----[ content ]-----------------------------------------------------------------------*/
#contentDynamic {
	background: #fff url(/images/main/background-content-dynamic.gif) repeat-y 0 0;
	padding: 0 15px;
	margin: 0 0 30px;
	overflow: hidden;
	height: 100%;
}
#contentStatic {
	background: #fff url(/images/main/background-content-static.gif) repeat-y 0 0;
	padding: 0 15px;
	margin: 0 0 30px;
	overflow: hidden;
	height: 100%;
}
/*----[ left ]-----------------------------------------------------------------------*/
#left {
	width: 152px;
	float: left;
}
#left img {
	margin: 0 0 3px;
}
/*----[ center ]-----------------------------------------------------------------------*/
#center {
	width: 414px;
	float: left;
	padding: 0 0 0 70px;
}
#center h3 {
	margin: 0 0 10px;
}
#center h3 a {
	font-weight: normal;
}
#center ol {
	list-style: outside decimal;
	margin: 0 0 15px;
	padding: 0 0 0 25px;
}
#center .banerReklamowy{
	padding: 15px 0 30px;
}
#center .form {
	height: 100%;
	overflow: hidden;
	padding: 2px 0 3px;
	position: relative;
	width: 100%;
}
#center .form label {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	padding: 6px 0;
	width: 80px;
}
#center .form input, #center .form select {
	border: 1px solid #e0e0e0;
	padding: 5px 3px;
}
#center .form select#selectSpecjalizacja {
	width: 275px;
}
#center .form input#inputOrganizator {
	width: 267px;
}
#center .form_submit {
	padding: 3px 0 25px 90px;
}
#center .form_submit button {
	font-weight: bold;
}
/*----[ terapia glowna ]----*/
.terapiaArt {
	padding: 0 0 15px;
	border-bottom: 1px solid #e0e0e0;
}
.terapiaArt a {
	font-weight: bold;
}
.terapiaArt span {
	display: block;
	color: #808080;
	font-style: italic;
}
.terapiaArt span a {
	font-style: normal;
}
.terapiaInfo {
	font-weight: bold;
	color: #0062a2;
}
.terapiaInfo a {
	text-decoration: underline;
}
/*----[ kalendarz zjazdow glowna ]----*/
#kalendarzZjazdowHome li {
	margin: 0 0 15px;
}
#kalendarzZjazdowHome li small {
	display: block;
	color: #808080;
}
#kalendarzZjazdowHome li a {
	color: #000;
	text-decoration: underline;
}
#kalendarzZjazdowHome li a:hover {
	color: #0097fa;
}
/*----[ rocznik ]----*/
#roczniki {
	background-color: #f1f1f1;
	padding: 10px;
	color: #0062a2;
	margin: 0 0 25px;
}
#roczniki strong {
	padding: 0 10px 0 0;
	color: #000;
}
#roczniki b {
	color: #000;
}
#roczniki a {
	font-weight: bold;
}
/*----[ paginacja ]----*/
.paginacjaBox {
	
}
.paginacjaBox p {
	margin: 0 0 3px;
}
.paginacjaBox .paginacja, #paginacjaBottom {
	word-spacing: 3px;
}
.paginacjaBox .paginacja a, #paginacjaBottoma a {
	word-spacing: normal;
	color: #000;
	text-decoration: none
}
.paginacjaBox .paginacja a:hover, .paginacjaBox .paginacja b, #paginacjaBottom a:hover, #paginacjaBottom b {
	color: #0062a2;
}
#paginacjaBottom {
	padding: 30px 0 0;
}
/*----[ zjazd ]----*/
#center h3.nZjazd {
	font-size: 16px;
	color: #0062a2;
	border-bottom: 1px solid #e0e0e0;
	padding: 0 0 4px;
	margin: 25px 0 0;
	clear: both;
}
.zjazdRow {
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 5px 0;
	border-bottom: 1px solid #e0e0e0;
}
.zjazdRow h4 {
	float: left;
	width: 135px;
}
.zjazdRow p {
	float: right;
	margin: 0;
	width: 270px;
}
.zjazdRow p a {
	text-decoration: underline;
}
a.linkZwinRozwin {
	margin: 8px 0 0;
	float: right;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
	background: transparent url(/images/main/icon-rozwin.gif) no-repeat left center;
	padding: 0 0 0 13px;
	cursor: pointer;
}
#center a.activeZW {
	background: transparent url(/images/main/icon-zwin.gif) no-repeat left center;
}
/*----[ tematyka ]----*/
#tematyka li a {
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
}
#tematyka li a:hover {
	text-decoration: underline;
}
/*----[ czytelnia tematy ]----*/
#tematy li {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #f1f1f1;
}
#tematy li img {
	float: right;
	margin: 0 0 0 15px;
}
#tematy li h4 {
	padding: 0 0 2px;
}
#tematy li span {
	display: block;
	padding: 0 0 2px;
}
.tematy a {
	font-weight: bold;
}
.tematy span {
	display: block;
}
/*----[ right ]-----------------------------------------------------------------------*/
#right {
	width: 236px;
	float: right;
}
#right .banerReklamowy {
	margin: 0 0 30px;
}
/*----[ w tym miesiacu  ]----*/
#infoWydania {
	margin: 0 0 40px;
}
#infoWydania .img {
	margin: 0 0 15px;
}
#infoWydania small {
	display: block;
	font-weight: bold;
}
#infoWydania p {
	margin: 0 0 20px;
}
#infoWydania a {
	font-weight: bold;
}
#infoWydania .paginacja {
	color: #0062a2;
}
/*----[ ostatnio dodane ]----*/
#ostatnioDodane {
	margin: 0 0 30px;
}
#ostatnioDodane li {
	border-bottom: 1px solid #e0e0e0;
	padding: 0 0 8px;
	margin: 0 0 8px;
}
#ostatnioDodane li small {
	display: block;
	color: #808080;
}
#ostatnioDodane li a {
	color: #000;
	text-decoration: none;
}
#ostatnioDodane li a:hover {
	text-decoration: underline;
}
/*----[ right long ]-----------------------------------------------------------------------*/
#right_long {
	width: 729px;
	float: right;
}
#tresc h1, #tresc h2, #tresc h3 {
	margin: 0 0 10px;
	font-size: 16px;
	color: #0062a2;
}
#tresc ul {
	margin: 0 0 15px 10px;
}
#tresc ul li {
	line-height: 135%;
	background: transparent url(/images/main/li.gif) no-repeat 0 6px;
	margin: 0 0 3px;
	padding: 0 0 0 15px;
}
#tresc ul li ul {
	margin: 10px 0 10px 10px;
}
#tresc ul li ul li {
	background: transparent url(/images/main/li-li.gif) no-repeat 0 6px;
	padding: 0 0 0 10px;
}
#tresc ol {
	margin: 0 0 15px 10px;
	padding: 0 0 0 25px;
	list-style: outside decimal;
}
#tresc ol li {
	line-height: 135%;
	margin: 0 0 3px;
}
/*----[ stopka ]-----------------------------------------------------------------------*/
#stopka {
	text-align: center;
	color: #282828;
	background-color: #dff3fe;
	padding: 8px 0;
}
#stopka a {
	color: #282828;
	text-decoration: underline;
}
#stopka a:hover {
	color: #888;
}
/*----[ menu bottom ]-----------------------------------------------------------------------*/
#menuBottom {
	text-align: center;
	color: #000;
	padding: 10px 0;
}
#menuBottom li {
	display: inline;
	padding: 0 6px 0 0;
	margin: 0 5px 0 0;
	background: transparent url(/images/main/background-menu-bottom.gif) no-repeat right center;
}
#menuBottom li.last {
	display: inline;
	padding: 0;
	margin: 0;
	background: none;
}
#menuBottom li a {
	color: #000;
	text-decoration: none;
}
#menuBottom li a:hover {
	text-decoration: underline;
}

#buttonLogout{
	border:0 !important; 
	background:none !important;
	color:#0062A2 !important;
	font-weight:bold !important; 
	padding:0 !important;
}


/*=============dostosowanie=========*/
#buttonLogout:hover{
	color: #0097fa;
	text-decoration: underline;
}

 #dodaj_wypowiedz {
	background-color: #DFF3FE;
	padding: 0 15px;
	height: 37px;
	line-height: 37px;
}

#aktualnoscKomentarz{
	margin-top:20px;
}

#aktualnoscKomentarz h3.skomentuj {
	margin: 0 0 12px;
	color:#1379CF;
	font-size:16px;
}
#aktualnoscKomentarz h3.skomentuj span {
	font-weight: normal;
	color: #000;
}

#aktualnoscKomentarz #dodaj_wypowiedz a.link_dodaj_wypowiedz {
	color: #1379CF;
	font-size: 14px;
	background: transparent url(/images/main/icon_dodaj_wypowiedz.gif) no-repeat left center;
	text-decoration: underline;
	padding: 0 0 0 24px;
}
#aktualnoscKomentarz #dodaj_wypowiedz a.link_zwin_wszystkie {
	float: right;
	color: #1379CF;
	text-decoration: underline;
}
#aktualnoscKomentarz #dodaj_wypowiedz a:hover {
	text-decoration: none;
}
#aktualnoscKomentarz fieldset label {
	display: block;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: bold;
	margin: 0 39px 5px;;
}
#aktualnoscKomentarz fieldset .input_long, #aktualnoscKomentarz fieldset .input_short, #aktualnoscKomentarz fieldset textarea  {
	border: 1px solid #1379CF;
	background-color: #fff;
	padding: 7px 10px;
	margin: 0 39px 10px;
	font-size: 12px;
}
#aktualnoscKomentarz fieldset .input_long {
	width: 585px;
}
#aktualnoscKomentarz fieldset .input_short {
	width: 200px;
}
#aktualnoscKomentarz fieldset div {
	padding: 7px 39px 20px;
	background-color: #DFF3FE;
}
#aktualnoscKomentarz fieldset div input {
	background-color: #1379CF;
	border: 1px solid #1379CF;
	color: #fff;
	font-weight: bold;
	padding: 5px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
 #komentarze li {
	margin: 0 0 18px 15px;
	position: relative;
}
 #komentarze li#aktwny_komentarz {
	background-color: #f9f8f4;
	padding: 2px;
}
 #komentarze li.level1 {
	margin: 0 0 18px 30px;
}
 #komentarze li.level2 {
	margin: 0 0 18px 45px;
}
 #komentarze li.level3 {
	margin: 0 0 18px 60px;
}
 #komentarze li.level4 {
	margin: 0 0 18px 75px;
}
 #komentarze li a.link_rozwin_zwin {
	display: block;
	width: 9px;
	height: 9px;
	position: absolute;
	left: -15px;
	top: 0;
}
 #komentarze li h3 {
	color: #2c8f89;
	font-size: 12px;
	margin: 0 0 1px;
}
 #komentarze li h3 span {
	font-weight: normal;
}
 #komentarze li h3 a {
	margin: 0 3px 0 0;
}
 #komentarze li h3 a.link_odpowiedz {
	padding: 1px 4px 2px;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	background-color: #a5c512;
}
 #komentarze li h3 a.link_odpowiedz:hover {
	background-color: #5b8c24;
}
 #komentarze li img {
	vertical-align: middle;
}
 #komentarze li p {
	margin: 0 0 1px;
}
 #komentarze .data_kto {
	float: right;
	margin: 0 0 5px 15px;
	line-height: 11px;
	font-size: 11px;
	color: #9c998d;
	text-align: right;
}
 #komentarze .data_kto span {
	display: block;
	margin: 0 0 3px;
	color: #000;
}
 #komentarze .data_kto em {
	font-size: 9px;
	font-style: normal;
}










/*----[ wyszukiwanie ]----*/
#wyszukiwanie form ul {
	padding: 10px;
}
#wyszukiwanie form ul li.botspace {
	margin: 0 0 15px;
}
#wyszukiwanie form ul li  {
	margin: 0 0 2px;
}
#wyszukiwanie form ul li.submit {
	padding: 10px 0 0;
}
#wyszukiwanie input, #wyszukiwanie select {
	border: 1px solid #e6e3d7;
	padding: 2px;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#wyszukiwanie #input_szukaj {
	width: 350px;
	margin: 0 0 10px;
}
#wyszukiwanie #input_gdzie1, #wyszukiwanie #input_gdzie2, #wyszukiwanie #input_gdzie3, #wyszukiwanie #input_spec1 {
	margin: 0 5px 0 0;
	border: 0 none;
}
#wyszukiwanie #input_spec2 {
	margin: 0 0 0 5px;
}
#wyszukiwanie button {
	border: 1px solid #e6e3d7;
	padding: 2px 10px;
	background-color: #f9f8f4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor: pointer;
}
#kremowa_apla_ilosc {
	background-color: #f9f8f4;
	border-top: 1px dashed #cfcec4;
	border-bottom: 1px dashed #cfcec4;
	padding: 0 8px;
	height: 37px;
	line-height: 37px;
	color: #9c998d;
	margin: 0 0 25px;
}
ul#wyniki li {
	width: 412px;
	margin: 0 0 20px;
	overflow: hidden;
	/*height: 100%;*/
}
ul#wyniki li h3 {
	width: 412px;
	font-size: 12px;
	margin: 0 0 2px;
}
ul#wyniki li h3 .gdzie {
	color: #9c998d;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0 0 0 7px;
}
ul#wyniki li h3 a.link_gdzie {
	background-color: #e3f7f6;
	color: #2c8f89;
	font-size: 10px;
	margin: 0 0 0 7px;
	padding: 1px 4px 2px;
	text-decoration: none;
}
ul#wyniki li p {
	margin: 0 0 2px;
}
ul#wyniki li .stat_ile {
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	color: #2c8f89;
	padding: 1px 5px 0 0;
}
ul#wyniki li .stat {
	display: block;
	width: 111px;
	height: 5px;
	line-height: 5px;
	font-size: 5px;
	border: 1px solid #e4e1d6;
	background-color: #fff;
	padding: 3px;
	float: left;
}
ul#wyniki li .stat span {
	display: block;
	/*width: 111px;*/
	height: 5px;
	background: #fff url(../images/main/background_wyniki.gif) repeat-y 0 0;
}
#paginacja, .paginacja {
	word-spacing: 5px;
	margin: 0 0 15px;
}
#paginacja a, .paginacja a {
	word-spacing: normal;
	color: #000;
	text-decoration: none
}
#paginacja a:hover, #paginacja b, .paginacja a:hover, .paginacja b {
	color: #2c8f89;
}


span.procent0 { width: 0%; }
span.procent1 { width: 1%; }
span.procent2 { width: 2%; }
span.procent3 { width: 3%; }
span.procent4 { width: 4%; }
span.procent5 { width: 5%; }
span.procent6 { width: 6%; }
span.procent7 { width: 7%; }
span.procent8 { width: 8%; }
span.procent9 { width: 9%; }
span.procent10 { width: 10%; }
span.procent11 { width: 11%; }
span.procent12 { width: 12%; }
span.procent13 { width: 13%; }
span.procent14 { width: 14%; }
span.procent15 { width: 15%; }
span.procent16 { width: 16%; }
span.procent17 { width: 17%; }
span.procent18 { width: 18%; }
span.procent19 { width: 19%; }
span.procent20 { width: 20%; }
span.procent21 { width: 21%; }
span.procent22 { width: 22%; }
span.procent23 { width: 23%; }
span.procent24 { width: 24%; }
span.procent25 { width: 25%; }
span.procent26 { width: 26%; }
span.procent27 { width: 27%; }
span.procent28 { width: 28%; }
span.procent29 { width: 29%; }
span.procent30 { width: 30%; }
span.procent31 { width: 31%; }
span.procent32 { width: 32%; }
span.procent33 { width: 33%; }
span.procent34 { width: 34%; }
span.procent35 { width: 35%; }
span.procent36 { width: 36%; }
span.procent37 { width: 37%; }
span.procent38 { width: 38%; }
span.procent39 { width: 39%; }
span.procent40 { width: 40%; }
span.procent41 { width: 41%; }
span.procent42 { width: 42%; }
span.procent43 { width: 43%; }
span.procent44 { width: 44%; }
span.procent45 { width: 45%; }
span.procent46 { width: 46%; }
span.procent47 { width: 47%; }
span.procent48 { width: 48%; }
span.procent49 { width: 49%; }
span.procent50 { width: 50%; }
span.procent51 { width: 51%; }
span.procent52 { width: 52%; }
span.procent53 { width: 53%; }
span.procent54 { width: 54%; }
span.procent55 { width: 55%; }
span.procent56 { width: 56%; }
span.procent57 { width: 57%; }
span.procent58 { width: 58%; }
span.procent59 { width: 59%; }
span.procent60 { width: 60%; }
span.procent61 { width: 61%; }
span.procent62 { width: 62%; }
span.procent63 { width: 63%; }
span.procent64 { width: 64%; }
span.procent65 { width: 65%; }
span.procent66 { width: 66%; }
span.procent67 { width: 67%; }
span.procent68 { width: 68%; }
span.procent69 { width: 69%; }
span.procent70 { width: 70%; }
span.procent71 { width: 71%; }
span.procent72 { width: 72%; }
span.procent73 { width: 73%; }
span.procent74 { width: 74%; }
span.procent75 { width: 75%; }
span.procent76 { width: 76%; }
span.procent77 { width: 77%; }
span.procent78 { width: 78%; }
span.procent79 { width: 79%; }
span.procent80 { width: 80%; }
span.procent81 { width: 81%; }
span.procent82 { width: 82%; }
span.procent83 { width: 83%; }
span.procent84 { width: 84%; }
span.procent85 { width: 85%; }
span.procent86 { width: 86%; }
span.procent87 { width: 87%; }
span.procent88 { width: 88%; }
span.procent89 { width: 89%; }
span.procent90 { width: 90%; }
span.procent91 { width: 91%; }
span.procent92 { width: 92%; }
span.procent93 { width: 93%; }
span.procent94 { width: 94%; }
span.procent95 { width: 95%; }
span.procent96 { width: 96%; }
span.procent97 { width: 97%; }
span.procent98 { width: 98%; }
span.procent99 { width: 99%; }
span.procent100 { width: 100%; }


/*----[ tabs ]----*/


#tabs_dark {
    margin: 0 0 20px;
    clear: both;
}

#tabs_dark ul.tabs_menu {
	height: 31px;
	border-left: 1px solid #e6e3d7;
	background: transparent url(../images/main/background_tabs_border.gif) repeat-x left bottom;
}
#tabs_dark ul.tabs_menu li {
	height: 29px;
	float: left;
}
#tabs_dark ul.tabs_menu li a {
	height: 29px;
	line-height: 29px;
	padding: 0 12px;
	float: left;
	dispplay: block;
	background-color: #fff;
	color: #2c8f89;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border-top: 1px solid #e6e3d7;
	border-right: 1px solid #e6e3d7;
	border-bottom: 1px solid #e6e3d7;
}
#tabs_dark ul.tabs_menu li a.active {
	background-color: #f5f3ec;
	border-bottom: 1px solid #f5f3ec;
}
#tabs_dark .tabs {
	background-color: #f5f3ec;
	padding: 10px 14px;
	border-right: 1px solid #e6e3d7;
	border-bottom: 1px solid #e6e3d7;
	border-left: 1px solid #e6e3d7;
}
#tabs_light {
	margin: 0 0 7px;
}
#tabs_light ul.tabs_menu {
	height: 31px;
	border-left: 1px solid #e6e3d7;
	background: transparent url(../images/main/background_tabs_border.gif) repeat-x left bottom;
}
#tabs_light ul.tabs_menu li {
	height: 29px;
	float: left;
}
#tabs_light ul.tabs_menu li.dodaj_ogloszenie {
	float: right;
}
#tabs_light ul.tabs_menu li a {
	height: 29px;
	line-height: 29px;
	padding: 0 12px;
	float: left;
	dispplay: block;
	background-color: #f5f3ec;
	/*color: #2c8f89;*/
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border-top: 1px solid #e6e3d7;
	border-right: 1px solid #e6e3d7;
	border-bottom: 1px solid #e6e3d7;
}
#tabs_light ul.tabs_menu li a.active {
	background-color: #fff;
	border-bottom: 1px solid #fff;
}
#tabs_light ul.tabs_menu li.dodaj_ogloszenie a {
	background-color: #37b6af;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #37b6af;
	border-bottom: 0 none;
}
#tabs_light .tabs {
	background-color: #fff;
	padding: 10px 14px;
	border-right: 1px solid #e6e3d7;
	border-bottom: 1px solid #e6e3d7;
	border-left: 1px solid #e6e3d7;
}

