@CHARSET "UTF-8";

BODY {
	background-color: #d9e9f9;
	background-image: url("/media/img/bkg_line.jpg");
	background-repeat: repeat-x;
	font-family: "Lucida Sans Unicode",Verdana,Arial,Helvetica,sans-serif;
	margin: auto;
	color: #555;
	font-size: 11px;
	line-height: 18px;
	padding: 0px;
}

SELECT, INPUT, TEXTAREA {
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
    font-size: 99%;
    line-height: 18px;
    padding-left: 2px;
}

INPUT.submit {
	border: 0px;
}

A {
	text-decoration: none;
	color: #f06eaa;
}

A:HOVER {
	text-decoration: underline;
}

IMG {
	border: 0px;
	display: inline;
}


H1 {
	padding: 10px 20px 10px 20px;
	color: black;
	font-size: 22px;
	color: #f06eaa;
	font-weight: normal;
	margin: 0px;
	font-family: "Century Gothic";
}

H2 {
	color: #506d8d;
	font-size: 14px;
	font-family: "Century Gothic";
	margin-top: 10px;
} 

H2 a {
	color: #f06eaa;
	font-size: 14px;
	font-family: "Century Gothic";
	margin-top: 10px;
}

FORM UL {
	list-style-type: none;
}

LI {
	list-style-image: url("/media/img/home/strzalka.gif");
}

DT UL LI {
	list-style: none;
}

.flatpage {
	padding: 5px;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.clear {
	clear: both;
}


.pink {
	color: #f06eaa;
}

.blue {
	color: #8fa1b2;
}

.violet {
	color: #6d354f;
}

.h2_color {
	color: #f06eaa;
}

.thread {
	color:#71505f;
}

.view {
	color:#b53771;
}

.error, .errorlist {
	color: red;
	text-decoration: underline;
}

.small {
	font-size: 11px;
}

.package_standard {
	color: #7a94c3;
}

.package_premium {
	color: #c88ebf;
}

.government .address {
	height: 100px;
}

.sbutton {
	background-color: #BBB;
	padding: 5px 15px;
	color: #222;
	border-radius: 3px;
	display: table;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}

.large {
	font-size: 18px;
}



/* Główne elementy */

#top {
	background-color: #000;	
	position: fixed;
	width: 100%;
	color: #ddd;
	z-index: 1000;
	margin: 0px;
}

#top .float_right a {
	font-weight: bold;
	color: #ddd;
}

#top div {
	margin: 0px 10px;
	padding-top: 4px;
	padding-bottom: 6px;
	line-height:2em;
}

#top ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	
}

#top ul li {
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
}


#container {
	width: 994px;
	margin: auto;
	text-align: center;
	padding-top: 30px;
}

#menu {
	background-image: url('/media/img/bkg_T.png');
	width: 894px;
	height: 60px;
	padding: 40px 50px 0px 50px;
	text-align: right;
}

#menu #logo {
	float: left;
}

#menu ul li {
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
}

#menu ul li a {
	color: #fff;
	font-size: 14px;
	font-family: "Century Gothic";
	font-weight: bold;
	padding-left: 25px;
    text-shadow: 0 1px 1px #AE6186;	
}

#wrapper {
	width: 934px;
	background-image: url("/media/img/bkg_M.png");
	background-repeat: repeat-y;
	margin: auto;
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
}

#wrapper #search_header {
	float: right;
	text-align: right;
	background-image: url('/media/img/search_box.gif');
	width: 347px;
	height: 40px;
}

#wrapper #search_header input {
	float: right;
	margin-right: 5px;
	margin-top: 5px;
}

#wrapper #search_header input.text {
	background-image: url('/media/img/search_input.gif');
	width: 269px;
	height: 28px;
	border: 0px;
	padding: 0px 5px;;
	background-repeat: no-repeat;
}

#right_menu {
	float: right;
	width: 290px;
	padding: 5px;
}

#right_menu .content {
	margin-bottom: 20px;
}

#content {
	margin-right: 300px;
	padding: 5px;
}

#content_onecolumn {
	padding: 20px;
}

#content #left_col {
	float: left;
	width: 195px;
	padding-right: 5px;
}

#content #middle_col {
	margin-left: 200px;
	padding-left: 5px;
}

#breadcrumps {
	padding: 15px;
	margin: 0px
}

#breadcrumps li {
	display: inline;
}

#footer {
	margin-top: 20px;
}

/* Powtarzalne elementy */

#flatpage ul, #flatpage li {
	padding: auto;
	margin: auto;
	list-style-type: auto;
}

form th {
	text-align: right;
	vertical-align: top;
}

form td, form th {
	padding: 5px;
}

form td ul li {
	display: inline;
}

form td textarea {
	width: 100%;
}

form select {
	min-width: 185px;
}

.content {
	padding: 0px 25px 20px 25px;
}

.content h1 {
	padding-left: 0px;
	color:#6D354F;
}

.table {
	width: 100%;
	
}

.table th {
	color: #506d8d;
	font-size: 16px;
	font-family: "Century Gothic";
	padding-bottom: 5px;
	border-bottom: 1px solid #dddddd;
}

.table .first {
	background-color: #f0f0f0;
} 

.table tr td {
	padding: 3px;
	vertical-align: middle;
} 

.table .category td, .table .category th, .table .category a {
	color: #B28f9b;
	font-weight: bold;
	background-color: #FAE5Eb;
	padding: 5px;
}

.table tr .value {
	padding-left: 10px;
}

.table tr .line {
	height: 100%;
	width: 1px;
	border-left: 1px solid #e1e1e1;
}

.table tr .post {
	height: 150px;
	width: 150px;
	text-align: center;
}

.table tr .text {
	vertical-align: top;
	padding: 5px 15px 5px 15px;
}

.info {
	padding-bottom: 15px;
}

.signature {
	text-align: right;
	font-style: italic;
}

.pagination {
	text-align: center;	
}

.pagination ul {
	text-align: center;	
	padding: 5px;
	margin: 0px;
}

.pagination li {
	display: inline;
}

.pagination a {
	color: #494949;
	margin-left: 3px;
	margin-right: 3px;
}

.pagination a.active {
	color: #F06EAA;
}

.pagination a:hover {
	color: #f06eaa;
}

.publicity  div{
	border: 1px solid #dddddd;
	text-align: center;
}

.publicity  h3 {
	color: #dddddd;
	padding: 0px;
	margin: 0px;
	text-align: right;
}

.video {
	text-align: center;
	padding: 20px;
}

.comment {
	border-bottom: 1px solid #eeeeee;
	min-height: 70px;
	padding: 15px 10px 15px 10px;
	font-size: 11px;
}

.comment .login {
	font-weight: bold;
}

.comment .login, .comment p {
	margin-left: 75px;
}

.TL {
	width: 8px;
	height: 8px;
	background: url('/media/img/profile/TL_white.gif');
}

.TR {
	width: 8px;
	height: 8px;
	background: url('/media/img/profile/TR_white.gif');
}

.T {
	height: 8px;
	background: url('/media/img/profile/T_white.gif') repeat-x;
}

.BL {
	width: 8px;
	height: 8px;
	background: url('/media/img/profile/BL_white.gif');
}

.BR {
	width: 8px;
	height: 8px;
	background: url('/media/img/profile/BR_white.gif');
}

.B {
	height: 8px;
	background: url('/media/img/profile/B_white.gif') repeat-x;
}

.L {
	background: url('/media/img/profile/L_white.gif') repeat-y left;
}

.R {
	background: url('/media/img/profile/R_white.gif') repeat-y right;
}

.ukryj {
	visibility: hidden;
}

#adTaily {
	padding-left: 25px;
	padding-right: 25px; 
}

 /* TemplateTags */

#new_governments , #procedure_show #prices {
	color: #717674;
	font-family: Tahoma;
}

#new_governments div, #procedure_show #prices div, #last_search .search {
	background-image: url("/media/img/home/strzalka.gif");
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom: 7px;
}

#new_governments .clear {
	margin-bottom: 10px;
}

#procedures_home .left_col {
  	float: left;
  	width: 360px;
}

#procedures_home .left_col_big td {
	vertical-align: top;
	text-align: left;
}

#procedures_home .left_col_big .L {
	width: auto;
}

#procedures_home .left_col_big .R {
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
}

#procedures_home .left_col_big .R table {
	margin-left: 10px;
	margin-right: 10px;
}

#procedures_home .left_col_big .R table li {
	font-weight: bold;
	margin-bottom: 8px;
}

#procedures_home .left_col_big .R table li span {
	font-weight: normal;
}
 
 /* Strony */
 
 /* Główna */

#procedures_home .middle_col {
	margin-left: 360px;
}

#procedures_home .middle_col .header {
	padding-bottom: 0px;
}

#procedures_home .middle_col .content table {
	width: 100%;
	margin-bottom: 10px;
}

#procedures_home .middle_col .content table td {
	width: 33%;
}

#procedures_home .middle_col .content table td a {
	color: #898989;
	font-size: 14px;
}

#procedures_home .middle_col .content .list {
	font-family: Tahoma;
	margin-bottom: 20px;
}

#procedures_home .middle_col .content .list span {
	font-weight: bold;
}

#procedures_home .middle_col .content .list .text {
	color: #717171;
	margin-bottom: 7px;
}

#procedures_home .middle_col .content .list .float_right {
	font-weight: bold;
}

#procedures_home .middle_col .content .procedures {
	margin-bottom: 10px;
}

/* Salon - wszystkie podstrony */

#governments .middle_col {
	margin-left: 150px;
	width:auto;
	float: none;
}

#governments .info {
	width: auto;
}

#governments_left_col {
 	float: left;
 	width: 150px;
 	min-height: 400px;
}

#governments_left_col .content {
	padding: 26px 15px 20px 15px;
}

#governments_left_col .content h2 a {
	font-size: 16px;
}

/* Salon - opis */

.middle_col #photo #large {
	margin-bottom: 15px;
	text-align: center;
}

.middle_col #photo #thumbnail {
	display:block;
	height:80px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	padding-bottom:5px;
	text-align: left;
}

.middle_col #photo #thumbnail li {
	display: inline;
	margin-right: 5px;
}

.middle_col {
	margin-left: 150px;
	background-color: #fff;
}

.middle_col #reviews {
	margin-right: 0px;
}

.middle_col p {
	text-align: justify;
}

 .middle_col #map {
	width: 450px;
	height: 450px;
}

/* Salon - oceny */

#governments_marks .review_header {
	float: left;
	width: 140px;
	text-align: center;
	padding: 10px 10px 15px 10px;
	margin: 0px 10px 15px 10px;
	border: 1px solid #eeeeee;
}

#governments_marks .review_header .image {
	height: 120px;
}

#governments_marks .review_header .marks {
	margin-top: 15px;
	text-align: left;
}

/* Salon - opinie */

/* Zabiegi */

#procedures .left_col {
 	float: left;
 	width: 220px;
}

#procedures .left_col .content {
	padding: 20px 20px 20px 20px;
	color: #717674;
	font-family: Tahoma;
}

#procedures .left_col .content #search .text {
	margin-bottom: 10px;
	color: #506d8d;
}

#procedures .left_col .content #categories .category {
	margin-top: 10px;
	margin-bottom: 5px;
}

#procedures .left_col .content #categories .subcategory {
	padding-left: 20px;
	margin-bottom: 5px;
	
}

#procedures .left_col .content #categories h2 a {
	font-size: 15px;
}

#procedures .left_col .content #categories .subcategory a {
	color: #707070;
	font-size: 12px;
	font-family: "Tahoma";
	font-weight: normal;
}

#procedures .left_col .content #categories img {
	margin-right: 10px;
	vertical-align: middle;
}

#procedures .right_col {
	margin-left: 220px;
	background-color: #fff;
	float: none;
	width: auto;
}

#procedures .right_col #myList-nav { 
	margin: 10px 10px 11px 10px; 
}
#procedures .right_col #myList-nav .ln-letters { 
	overflow:hidden; 
	text-align: center;
}
#procedures .right_col #myList-nav .ln-letters a { 
	padding: 2px; 
	text-decoration:none; 
	font-weight: bold;
}
#procedures .right_col #myList-nav .ln-letters a:hover, #procedures .right_col #myList-nav .ln-letters a.ln-selected { 
	color: #f06eaa; 
}
#procedures .right_col #myList-nav .ln-letters a.ln-disabled { 
	color:#ccc; 
}
#procedures .right_col #myList-nav .ln-letter-count { 
	text-align:center; 
	line-height:1; 
	margin-bottom:2px; 
	color:#8fa1b2; 
	font-weight: bold;
}

#procedures .right_col #myList {
	margin-right: 20px;
}

#procedures .right_col #myList li h2 {
	margin-bottom: 0px;
}

#procedures .right_col #myList li .description {
	padding-left: 15px;
	text-align: justify;
}

#procedures .right_col #myList li .link {
	text-align: right;
	font-weight: bold;
	margin-bottom: 5px;
}

#procedures .right_col #myList .ln-no-match {
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
}


/* Nowości */

#pressroom .article-content {
	text-align: justify;
}

#pressroom .article-author {
	color: #506d8d;
}

#pressroom .article {
	padding: 0px 20px 20px 20px;
	width: 405px;
	float: left;
}

#pressroom .article .article-body {
	text-align: justify;
}

/* Szukaj */

#search .left_col {
	width: 250px;
	min-height: 400px;
}

#search .left_col .government {
	min-height: 50px;
	margin-left: 10px;
	margin-bottom: 10px;
	
}

#search .left_col .government img {
	padding-right: 5px;
}

#search .left_col .government span {
	margin-left: 5px;
}

#search #map {
	padding : 0px;
	width: 100%;
	height: 500px;
}

/* Rejestracja */

#registration #tos {
	width: 100%;
	height: 100px;
}

#profiles #left_col {
	float: left;
	width: 200px;
}

#profiles #left_col a, #profiles #left_col i {
	display: block;
}

#profiles #left_col a.topmenu {
	color: #506d8d;
	font-size: 14px;
	font-family: "Century Gothic";
	margin-top: 0px;
	font-weight: bold;
	margin-left: 30px;
	margin-bottom: 5px;
}

#profiles #left_col i.topmenu {
	margin-left: 30px;
	margin-bottom: 5px;
}

#profiles #left_col a.submenu {
	color: #959595;
	margin-left: 50px;
	margin-bottom: 5px;
}

#profiles #right_col {
	margin-left: 200px;
}

#profiles #right_col .form {
	padding: 0px;
}

#profiles #right_col #governments_add_info {
	width: 100%;
}

#profiles #right_col .box {
	width: 100px;
	height: 100px;
	background-color: #d9e9f9;
	border: 1px solid #b8c8d7;
	color: #4b6c8b;
	font-weight: bold;
	text-align: center;
}

#profiles #right_col ol {
	padding-left: 15px;
}

#profiles #right_col ol li {
	margin-left: 0px;
	margin-bottom: 5px;
}

#profiles #right_col .margin_text span {
	margin-left: 10px;
	display: block;
}

#profiles_detail ul {
	margin-left: 30px;
}

#profiles_detail ul li {
	list-style-type: square;
	margin-left: 15px;
	margin-bottom: 5px;
}

#profiles #profil h1 {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 15px;
}

#profiles #profil a {
	display: block;
}

#profiles #profil td {
	vertical-align: top;
	text-align: left;
	min-height: 150px;
}

#profiles #profil .L {
	width: auto;
}

#profiles #profil .R {
	padding: 15px;
	width: auto;
}

#profiles #profil div.cell {
	margin-left: 110px;
}

#profiles #profil div.cell .g {
	margin-bottom: 15px;
}

#profiles #profil div.cell .g .h2_color {
	margin-left: 10px;
}

/* Governments ShowAll */

#governments_show_all .left_col {
 	float: left;
 	width: 220px;
}

#governments_show_all .left_col .content {
	padding: 20px 20px 20px 20px;
	color: #717674;
	font-family: Tahoma;
}

#governments_show_all .left_col .content #search .text {
	margin-bottom: 10px;
	color: #506d8d;
}

#governments_show_all .left_col .content #categories .category {
	margin-top: 10px;
	margin-bottom: 5px;
}

#governments_show_all .left_col .content #categories .subcategory {
	padding-left: 20px;
	margin-bottom: 5px;
	
}

#governments_show_all .left_col .content #categories h2 a {
	font-size: 15px;
}

#governments_show_all .left_col .content #categories .subcategory a {
	color: #707070;
	font-size: 12px;
	font-family: "Tahoma";
	font-weight: normal;
}

#governments_show_all .left_col .content #categories img {
	margin-right: 10px;
	vertical-align: middle;
}

#governments_show_all .right_col {
	margin-left: 220px;
	background-color: #fff;
	float: none;
	width: auto;
}

#governments_show_all .right_col #myList {
	margin-right: 20px;
}

#governments_show_all .right_col #myList li h2 {
	margin-bottom: 0px;
}

#governments_show_all .right_col #myList li .link {
	text-align: right;
	font-weight: bold;
	margin-bottom: 5px;
}

#governments_show_all .right_col #myList .ln-no-match {
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
}

#governments_show_all .right_col .percent {
	text-align: center;
}

#promotions #promotions-div {
	width: 270px;
}

#promotions #promotions-div .promotion {
	padding-bottom: 15px;
}

#forum table.table {
	margin-bottom: 20px;
	border: 1px solid #FAE5EB;
}

#forum table.table tr th {
	font-size: 12px;
	background-color:#FAE5EB;
	color: #6D354F;
	padding: 7px;
	text-align: center;
	border: 0px;
}

#forum table.table tr td {
	border-top: 1px solid #FAE5EB;
	border-right: 1px solid #FAE5EB;
}

#forum table.table tr td.title {
	min-width: 220px;	
}

#forum table.table tr td.last {
	border-right: 0px;
}

#forum table.table tr td.value span {
	font-size: 11px;
}

#latest_thread_activity ul, #latest_thread_activity li, #latest_comment_activity ul, #latest_comment_activity li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#last_news p {
	padding-bottom: 10px;
	border-bottom: 1px solid #bcbcbc;
}

#cities h2.city {
	margin: 0px;
	padding: 2px;
}

.youtube .film {
	float: left;
	width: 165px;
	margin-bottom: 20px;
}

.youtube .film .text {
	height: 25px;
}

.widget_social {
	background:url("/media/img/facebook.png") repeat scroll 0 0 transparent;
	display:block;
	float:right;
	height:420px;
	padding:0;
	position:fixed;
	right:-205px;
	top:170px;
	width:232px;
	z-index:100;
}

body.fan_widget {
	background-color: #fff;
}

.social_media {
	text-align: right;
	margin-right: 20px;
}

#forum-banner {
	margin: auto;
	display: block;
	width: 190px;
	height: 210px;
	padding-bottom: 65px;
	background-image: url('/media/img/forum/banner-kosmetyczka.gif');
	background-position: bottom;
	background-repeat: no-repeat;
}

#forum-banner:hover {
	background-image: url('/media/img/forum/banner-kosmetyczka-hover.gif');
}

#s3slider { 
   width: 600px; /* important to be same as image width */ 
   height: 300px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3sliderContent {
   width: 600px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 534px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   top: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image 
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.platnosci_type {
	margin: 15px;
}

.top_reklama {
	margin-top: 10px;
}

.premium_link {
	color: #f8b1cd;
}

#stats div {
	float: left;
	margin-right: 30px;
	margin-left: 20px;
	text-align: center;
}

#stats div span {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	font-family: "Century Gothic";
}

#twitter {
	position: fixed;
	bottom: 0px;
	right: 10px;
}
