html, body {
	margin: 0px 2px 0px 2px;
	padding:0;
	background-color:#ffffff;
}

html, body, h1, h2, h3, h4, div, p, ul, li, input, select {
   	font-family: Arial, Helvetica, Verdana, sans-serif;
   	font-size:12px;
	line-height: 16px;
   	color: #626262; 
}

a {
	cursor: pointer;
	/*
    text-decoration: underline;
    color:#0085CA;
    */
}
a:hover {
    /*border-bottom:1px dotted #87a31a;*/
}

td			{	}

form, input {
	padding:0;
	margin:0;
}

input.text {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7C7C7C;
	border-right-color: #C8C8C8;
	border-bottom-color: #DDDDDD;
	border-left-color: #C8C8C8;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size:10px;
}

table.det_table td.label span.required_field {
	display: block;
	float: right;
	font-size: 0;
	line-height: 0;
	height: 7px;
	width: 7px;
	margin-right: 5px;
	position: relative;
	top: 2px;
	background-image: url(../images/asterisk.jpg);
}

table.det_table td#available_from_to span.required_field {
    top: 6px;
}

table.det_table td.label p {
	color: #666;
    float: right;
}

table.det_table td#available_from_to p {
	margin-top: 4px;
}

div.inner_content  span.required_field {
    display: block;
    float: left;
    font-size: 0;
    line-height: 0;
    height: 7px;
    width: 7px;
    margin-right: 5px;
    margin-left: 10px;
    position: relative;
    top: 2px;
    background-image: url(../images/asterisk.jpg);
}

div.inner_content  p.required_field {
	position: relative;
	left: 20px;
    width: 300px;
    color: #666;
    font-size: 10px;
}

a:link, a:visited {
	font-weight :normal; 
	text-decoration : underline;
	color: #0085CA; 
	background: transparent; 
}

a:hover {
	font-weight :normal; 
	text-decoration : none;
	color: #626262;
	background: transparent; 
}

a:active {
	font-weight :normal; 
	text-decoration : underline;
	color: #0085CA; 
	background: transparent; 
}


ul {
	padding:0;
	list-style-type: none;
	margin:0;
}

ul li {
	background-image: url(../images/bullet_1.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left:12px;
    width: 95%;
}

.blue { color: #0085CA; }

/* layout */
div#page{
	width:996px;
	position:relative;
	margin: 0 auto;
	padding:0;
}
div#top {
	width:996px;
	float:left;
	padding:0;
	margin:0 0 10px 0;
}

div#center {
	clear: both;
	width:996px;
	float:left;
	padding:0;
	margin:0;
}
div#top .col_left, div#top .col_right {
	margin-top:10px;
}

div#topInfoFrame {
    margin-bottom: 25px;
    display: none;
    /*position: relative;*/
}

div#topInfoFrame .content {
	position: relative;
}

div#topInfoFrame div.close {
    padding-right: 10px;
    text-align: right;
}

div#topInfoFrame div.top_close {
	/*
    position: relative;
    top: -60px;
    */
    position: absolute;
    top: 0;
    right: 0;
}
div#topInfoFrame div.bottom_close {
	/*
    position: relative;
    top: 10px;
    */
    position: absolute;
    bottom: 0;
    right: 0;
}

div#topInfoFrame div.close a {
    color: #BDB9B9;
    background-image: url(../images/arrow_1.gif);
    background-repeat: no-repeat;
    background-position: right center;
    text-align:right;
    padding-right: 16px;
}

div#topInfoFrame div.close a:link, div#topInfoFrame div.close a:visited {
    color: #BDB9B9;
    font-weight :normal; 
    text-decoration : none;
}

div#topInfoFrame div.close a:hover {
    color: #0085CA;
    font-weight :normal; 
    text-decoration : none;
}

div#topInfoFrame div.close a:active {
    color: #0085CA;
    font-weight :normal; 
    text-decoration : none; 
}


div#clientInstructionContainer {
	margin-top: 10px;
    margin-bottom: 10px;
    
}



div#clientInstructionContainer p {
    margin-bottom: 5px;
    font-size: 17px;
    text-align: left;
}

div#clientInstructionContainer p.title {
    margin-bottom: 5px;
    font-weight: bold;
}

div#clientInstructionContainer p.subtitle {
	margin-bottom: 5px;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
}

div#clientInstructionContainer p.italic {
    font-style: italic;
}

div#clientInstructionContainer div.imageDescription {
	float: left;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 290px;
}

div#clientInstructionContainer div.image {
    float: left;
    width: 200px;
    padding: 0;
    margin: 0;
    top: -6px;
    left: 33px;
    position: relative;
}

div#clientInstructionContainer ol li {
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    padding-bottom: 10px;
}

div#clientInstructionContainer div.imageDescription div {
    margin: 0;
    padding: 0 0 20px 0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

div#clientInstructionContainer div.vademecumLinkFooter {
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    clear: left;
    padding: 10px 0 0 0;
}

div#clientInstructionContainer .content {
}

div#clientInstructionContainer div.close {
    padding-right: 10px;
    text-align: right;
}

div#clientInstructionContainer div.top_close {
    /*
    position: relative;
    top: -60px;
    */
    position: absolute;
    top: 0;
    right: 0;
}
div#clientInstructionContainer div.bottom_close {
    /*
    position: relative;
    top: 10px;
    */
    position: absolute;
    bottom: 0;
    right: 0;
}

div#clientInstructionContainer div.close a {
    color: #BDB9B9;
    background-image: url(../images/arrow_1.gif);
    background-repeat: no-repeat;
    background-position: right center;
    text-align:right;
    padding-right: 16px;
}

div#clientInstructionContainer div.close a:link, 
div#clientInstructionContainer div.close a:visited {
    color: #BDB9B9;
    font-weight :normal; 
    text-decoration : none;
}

div#clientInstructionContainer div.close a:hover {
    color: #0085CA;
    font-weight :normal; 
    text-decoration : none;
}

div#clientInstructionContainer div.close a:active {
    color: #0085CA;
    font-weight :normal; 
    text-decoration : none; 
}


.col_left {
	width: 190px;
	float: left;
	margin: 0;
	margin-right: 10px;
	padding: 0;
}

.col_left #logo {
	margin: 45px 0 0 3px;
}

.col_center {
	width: 586px;
	float:left;
	margin: 0;
    margin-right: 7px;
	padding:0;
}

.col_right {
	width: 190px;
	float: left;
	margin: 0;
	padding: 0;
}

.col_right .box_4 .frame .content {
	/*
	height: 75px;
    min-height: 75px;
    */
    height: 91px;
    min-height: 91px;
}

.box_1 {
	margin:0 0 10px 0;
	padding:0;
	width:190px;
	background-image: url(../images/box_1_frame.png);
	background-repeat: repeat-y;
	background-position: left top;	
}

.logo {
	text-align:center;
	width:587px;
	float:left;
	margin:0;
	padding:15px 0 0 0;
}

.main_banner {
    text-align: center;
    width: 584px;
    float: left;
    margin: 0;
    padding: 4px 0 1px 0;
}

div#top .box_1 {
	margin:0;
}
.box_1 .top {
	margin:0;
	padding:0;
	width:190px;
	height:10px;
	background-image: url(../images/box_1_top.png);
	background-repeat: no-repeat;
	background-position: left top;	
}

.box_1 .bottom {
	margin:0;
	padding:0;
	width:190px;
	height:10px;
	background-image: url(../images/box_1_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;	
}

.box_1 .title {
	margin:0;
	padding:0 12px 6px 12px;
	width:166px;
	background-image: url(../images/box_1_title_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.box_1 .content {
    margin:0;
    padding:11px 12px 0 12px;
    height: 75px;
    min-height: 75px;
}

.box_1 .content p {
    margin: 0px;
    padding: 0 0 9px 0;
}


.box_2 {
	margin:0 0 10px 0;
	padding:0;
	width:190px;
	background-image: url(../images/box_2_gradient_ver.png);
	background-repeat: repeat-x;
	background-position: left top;	
}
.box_2_bg {
	margin:0;
	padding:0;
	width:190px;
	background-image: url(../images/box_2_frame.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.box_2 .title2 {
	margin:0;
	padding:7px 12px 0 12px;
	height:43px;
	width:166px;
	background-image: url(../images/box_2_top2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color:#FFFFFF;
	font-size:14px;
}

.box_2 .title {
	margin:0;
	padding:7px 12px 0 12px;
	height:22px;
	width:166px;
	background-image: url(../images/box_2_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color:#FFFFFF;
	font-size:14px;
}

.box_2 .title a {
    color:#FFFFFF;
    text-decoration: none;
}

.box_2 .bottom {
	margin:0;
	padding:0;
	width:190px;
	height:10px;
	background-image: url(../images/box_2_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;	
}

.box_2 .subtitle {
	margin:0;
	padding:7px 12px 7px 12px;
	width:166px;
	background-image: url(../images/box_2_subtitle.png);
	background-repeat: repeat-y;
	background-position: left top;
	font-size: 14px;
	color:#373636;
}


.hr_1 {
	margin:0;
	padding:0;
	height: 1px;
	font-weight:normal;
	font-size: 0px;
	line-height:0px; 
	background-image: url(../images/hr_1.png);
	background-repeat: no-repeat;
	background-position: left top;
}

ul.main_menu {
	padding:0;
	list-style-type: none;
	margin:6px 0 0 0;
	width: 365px;
	height: 50px;
	border: 0px solid red;
}

ul.main_menu li {
    display: block;
    background-image: url(../images/main_menu_spacer.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    padding: 6px 10px 6px 8px;
    border: solid 0px red;
    width: auto;
    float: left;
}
ul.main_menu li.first {
    padding: 6px 8px 6px 0;
}
ul.main_menu li.last {
    padding-right: 0;
    display: block;
    background-image: none;
}

ul.footer_menu {
    padding:0;
    list-style-type: none;
    margin:6px 0 0 0;
    height:25px;
    border: 0px solid red;
    vertical-align: top;
    text-align: center;
}

ul.footer_menu li {
    display:inline;
    background-image: url(../images/main_menu_spacer.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    padding: 6px 10px 6px 8px;
    border: solid 0px red;
    width: 220px;
}
ul.footer_menu li.first {
    padding: 6px 8px 6px 0;
}
ul.footer_menu li.last {
    padding-right: 0;
    background-image: none;
}



ul.main_menu li.logged_in {
    padding-right: 0;
    display: inline;
    background-image: none;
}

ul.main_menu li.logged_in span {
    font-weight: bold;
    color: #D21B85;
}

ul.main_menu li a:link, ul.main_menu li a:visited, 
ul.footer_menu li a:link, ul.footer_menu li a:visited {
	font-weight :normal; 
	text-decoration : none;
	color: #373636; 
	background: transparent; 
}

ul.main_menu li  a:hover, ul.footer_menu li  a:hover {
	font-weight :normal; 
	text-decoration : none;
	color: #0085CA;
	background: transparent; 
	
}

ul.main_menu li  a:active, ul.footer_menu li  a:active {
	font-weight :normal; 
	text-decoration : none;
	color: #373636; 
	background: transparent; 

}


.box_3 {
	margin:0 0 10px 0;
	padding:0;
	float:left;
	width:583px;
	background-image: url(../images/box_3_line_ver2.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.box_3 h1 {
    color: ##0085CA;
}

.box_3 .top {
	margin:0;
	padding:0;
	/*float:left;*/
	width:583px;
	height:10px;
	background-image: url(../images/box_3_top.png);
	background-repeat: no-repeat;
	background-position: left top;	
	font-size:0px;
}

.box_3 .bottom {
	margin:0;
	padding:0;
	width:583px;
	height:10px;
	background-image: url(../images/box_3_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;	
	font-size:0px;
}

.box_3 .spacer {
    margin:0;
    padding:0;
    width:583px;
    height:10px;
    font-size:0px;
}

.box_3 .left {
	float:left;
	width: 291px;
	margin:0;
	padding:0;
	
}

.box_3 .right {
	float:right;
	width:291px;
	margin:0;
	padding:0;
	background-image: url(../images/box_3_line_ver.png);
	background-repeat: no-repeat;
	background-position: left center;	
}

.box_3 .content {
	margin:0;
	/*padding: 10px;*/
    padding: 0;
	width:583px;
	background-image:url(../images/box_3_frame.gif); 
	background-repeat: repeat-y;
	/* min-height:110px; */
	min-height: auto !important;
  	height:auto !important;
}

.box_3 .content_mainpage_info {
	margin:0 0 10px 0;
	/*padding: 10px;*/
    padding: 0;
	width:583px;
	background-image:url(../images/box_3_frame.gif); 
	background-repeat: repeat-y;
	min-height:70px;
  	height:auto !important;
  	height:70px;

}

.box_3 .content_mainpage_short_info {
    margin:0;
    padding: 0;
    width:583px;
    background-image:url(../images/box_3_frame.gif); 
    background-repeat: repeat-y;
}

.box_3 .title_left {
	font-size:14px;
	background-image: url(../images/box_3_title_bottom_left.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding:0 12px 6px 12px;
	color:#373636;
}

.box_3 .title_right {
	font-size:14px;
	background-image: url(../images/box_3_title_bottom_right.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding:0 12px 6px 12px;
	color:#373636;
}

.box_3 .content2 {
	padding:12px 12px 0 12px;
}

.inner_content {
	padding: 6px 15px;
}

.inner_content_topmain {
	padding: 10px 15px;
}

.inner_content_topmain ul li.topSeparated {
    margin-top: 5px;
}

.newsletter_msg {
	color: #D21B85;
	font-weight: bold;
	text-align: justify;
    margin-bottom: 2px;
    	
}

form#newsletterForm {
	text-align: center;
}

.facebookContainer {
	text-align: center;
	margin: 0 auto;
}

.facebookContainer iframe {
	margin: 5px 0px 5px 40px;
}

div#breadcrump {
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    margin-left: 14px;
    color: #2970A8;
    width: 550px;
    overflow: hidden;
}

div#breadcrump a:link, div#breadcrump a:visited, div#breadcrump a:active {
	color: #666;
    text-decoration: none;
    font-weight: bold;
}

div#breadcrump a:hover {
	color: #666;
    text-decoration: underline;
    font-weight: bold;
}

div#breadcrump span.sep {
	color: #666;
    font-weight: bold;
}

/*
div#logged_user {
	position: absolute;
    top: 0px;
    right: 5px;
    width: 200px;
    overflow: hidden;
}

div#logged_user p {
	text-align: right;
}

div#logged_user p span {
    color: #D21B85;
    font-weight: normal;
}

.box_3 div {
	position: relative;
}
*/

.box_3 div table {
    border: 0;
    border-collapse: collapse;
    margin: 0 15px;
    padding: 0;
}

.box_3 div table#bookmarks img {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: bottom;
}

.more {
	color: #BDB9B9;
	background-image: url(../images/arrow_1.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-align:right;
	padding-right: 8px;
}

.change_password_link {
    float: left;
    clear: both;
}

.inner_content > .change_password_link a {
    margin-left: 5px;
}

.inner_content .change_password_link a img {
	border: none;
}

.less {
	color: #BDB9B9;
	background-image: url(../images/arrow_1_left.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align:left;
	padding-left: 8px;
}

.link_arrow_blue {
	background-image: url(../images/arrow_2.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-align:right;
	padding-right: 8px;
}
a.more, a.less, a.link_arrow_blue {
	zoom:100%; 
}

a.more:link, a.more:visited, a.less:link, a.less:visited, a.more:hover, a.less:hover {
	color: #0085CA;
	font-weight :normal; 
	text-decoration : none;
	background: transparent; 
}

a.more:active, a.less:active {
	color: #0085CA;
	font-weight :normal; 
	text-decoration : none;
	background: transparent; 
}


.box_4 {
	margin:0 0 10px 0;
	padding:0;
	width:190px;
	/*
	height: 128px;
	min-height: 128px;
	*/
	height: 144px;
    min-height: 144px;
	background-image:url(../images/kobieta.jpg); 
	background-repeat:no-repeat; 
	background-position:right bottom;
}

div#top .box_4 {
	margin:0;
}
.box_4 .frame {
	margin:0;
	padding:0;
	width:190px;
	background-image: url(../images/box_2_frame.gif);
	background-repeat: repeat-y;
	background-position: left top;	
}
.box_4 .top {
	margin:0;
	padding:0;
	width:190px;
	height:10px;
	background-image: url(../images/box_1_top.png);
	background-repeat: no-repeat;
	background-position: left top;	
}

.box_4 .bottom {
	margin:0;
	padding:0;
	width:190px;
	height:10px;
	background-image: url(../images/box_1_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;	
}

.box_4 .title {
	margin:0;
	padding:0 12px 6px 12px;
	width:160px;
	background-image: url(../images/box_4_title_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #373636;
	font-size:14px;
}

.box_4 .content {
	margin:0;
	padding:12px 12px 0 12px;
}



.box_5 {
	margin: 0;
	padding:0;
	width:190px;
	background-image: url(../images/box_2_gradient_ver.png);
	background-repeat: repeat-x;
	background-position: left top;	
}
.box_5 .frame {
	margin:0;
	padding:0;
	width:190px;
	background-image: url(../images/box_2_frame.gif);
	background-repeat: repeat-y;
	background-position: left top;	

}
.box_5 .top {
	margin:0;
	padding:0;
	float:left;
	width:190px;
	height:10px;
	background-image: url(../images/box_5_top.png);
	background-repeat: no-repeat;
	background-position: left top;	
	font-size:0px;
}



.box_5 .bottom {
	margin:0;
	padding:0;
	width:190px;
	height:10px;
	background-image: url(../images/box_2_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;	
}

.box_5 .subtitle {
	margin:0;
	padding:7px 12px 7px 12px;
	width:166px;
	background-image: url(../images/box_2_subtitle.png);
	background-repeat: repeat-y;
	background-position: left top;
	font-size:14px; 
	color:#373636;
}

.box_5 .subtitle_blue {
	margin:0;
	padding:7px 12px 7px 12px;
	width:166px;
	background-image: url(../images/box_2_subtitle.png);
	background-repeat: repeat-y;
	background-position: left top;
	font-size:14px; 
	color:#0085CA;
}

.box_5 .subtitle_first {
	margin:0;
	padding:0 12px 7px 12px;
	width:166px;
	background-image: url(../images/box_2_subtitle.png);
	background-repeat: repeat-y;
	background-position: left top;
	font-size:14px; 
	color:#373636;
}

div#footer {
	width:984px;
	float:left;
	margin: 0;
	padding:0 0 15px 0;
	text-align:center;
}

a.search:link, a.search:visited {
	font-weight :normal; 
	text-decoration : underline;
	color: #FFFFFF; 
	font-size:11px;
	background: transparent; 
}

a.search:hover {
	font-weight :normal; 
	text-decoration : none;
	color: #FFFFFF;
	font-size:11px;	
	background: transparent; 
}

a.search:active {
	font-weight :normal; 
	text-decoration : underline;
	color: #FFFFFF;
	font-size:11px;	 
	background: transparent; 
}


a.uslugi:link, a.uslugi:visited {
	font-weight :normal; 
	text-decoration : none;
	color: #626262; 
	background: transparent; 
}

a.uslugi:hover {
	font-weight :normal; 
	text-decoration : none;
	color: #0085CA;
	background: transparent; 
}

a.uslugi:active {
	font-weight :normal; 
	text-decoration : none;
	color: #626262; 
	background: transparent; 
}


a.gray:link, a.gray:visited {
	font-weight :normal; 
	text-decoration : none;
	color: #626262; 
	background: transparent; 
}

a.gray:hover {
	font-weight :normal; 
	text-decoration : none;
	color: #0085CA;
	background: transparent; 
}

a.gray:active {
	font-weight :normal; 
	text-decoration : none;
	color: #626262; 
	background: transparent; 
}

div#form_login {
	/*width: 336px;*/
    width: 340px;
	height:116px;
	margin:5px 10px 0px 15px;
	padding:0;
	background-image: url(../images/formularz_logowanie_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

div#form_login .left {
	width:134px;
	float:left;
	margin:0;
	padding:19px 6px 0 0;
   	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
	color:#373636;
	font-size:10px;
}

div#form_login .right {
	float:left;
	margin:0;
	padding:18px 0 0 0;
	color:#373636;
   	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size:10px;
}
div#form_login .spacer {
	height:13px;
	margin:0;
	padding:0;
	font-size:0;
}

div#form_login a {
    color: black;
    font-size: 10px;
}

a.black:link, a.black:visited {
	font-weight :normal; 
   	font-family: Verdana, Arial, Helvetica, sans-serif;	
	text-decoration : underline;
	color: #373636; 
	font-size:9px;
	background: transparent; 
}

a.black:hover {
	font-weight :normal; 
	text-decoration : none;
	color: #373636;
	font-size:9px;	
	background: transparent; 
}

a.black:active {
	font-weight :normal; 
	text-decoration : underline;
	color: #373636;
	font-size:9px;	 
	background: transparent; 
}


div#zarejestruj1 {
	width:200px;
	height:77px;
	margin:0;
	padding:12px 0 0 20px;
	background-image: url(../images/okienko_zarejestruj.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color:#373636;
	font-size:14px;	
}

div#zarejestruj2 {
	width:200px;
	height:77px;
	margin:0;
	padding:12px 0 0 20px;
	background-image: url(../images/okienko_zarejestruj.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color:#373636;
	font-size:14px;	
}

.baner_main {
	float:left;
	width:559px;
	height:323px;
	margin:0;
	padding:35px 24px 0 0;
	text-align:right;
	background-image: url(../images/baner_main.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.baner {
	background-image: url(../images/arrow_2.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-align:right;
	padding-right: 8px;
}
a.baner {
	zoom:100%; 
}

a.baner:link, a.baner:visited {
	font-weight :normal; 
	text-decoration : underline;
	color: #626262; 
	background: transparent; 
}

a.baner:hover {
	font-weight :normal; 
	text-decoration : none;
	color: #0085CA;
	background: transparent; 
}

a.baner:active {
	font-weight :normal; 
	text-decoration : underline;
	color: #626262; 
	background: transparent; 
}

/* login table */

.login_table {
    clear: both;
    margin-left: 13px;
    margin-top: 10px;
}

.login_table td.label {
    text-align: right; 
    vertical-align: top; 
    padding-right: 5px;
}

.login_table td.input {
    
    margin: 0px; 
    padding: 2px 2px 2px 5px;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}

.login_table td.input.inputtext {
    width:155px; 
    height:18px;
    margin-bottom:7px;
    padding-left:5px;
}

.login_table td.button {
    margin-top:5px;
    padding-top: 10px;
    text-align: right;
    padding-right: 30px;
}

/* details table styles */

.det_title td {
    white-space: nowrap; 
    color: #C60B02; 
    font-weight: bold; 
    font-size: 11px;
    padding: 3px;
}

.det_table {
    width: 94%;
    margin: 0px;
    padding: 0px;
    padding-left: 0px;
}

.det_table td.header {
    height: 35px; 
    background-color: #F1F3D6; 
    margin: 0px; 
    padding: 10px; 
    color: #000; 
    font-weight: bold;
}

.det_table td.label {
    
    width: 225px;
    
    margin: 0px; 
    padding: 2px; 
     
    font-weight: bold;
    text-align: right;
    vertical-align: top;
    color: #666;
}

.det_table_wherewhen {
	width: 95%;
}

.det_table_wherewhen td.label {
	width: 205px;
}

.det_table td.input {
    
    margin: 0px; 
    padding: 2px 2px 2px 10px; 
     
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}

.det_table td.info {
    
    margin: 0px; 
    padding: 2px;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}

.det_table td.common {
    
    margin: 0px; 
    padding: 2px;
    font-weight: normal;
    text-align: right;
    vertical-align: top;
}

.det_table td.center {
    
    margin: 0px; 
    padding: 2px;
    font-weight: normal;
    text-align: center;
    vertical-align: top;
}

.det_table td.footer {
    height: 25px; 
    background-color: #F1F3D6; 
    margin: 0px; 
    padding: 8px; 
    color: #000; 
    font-weight: bold;
}

.det_table_confirm {
    width: 720px;
    margin: 0px;
    padding: 0px;
    padding-left: 0px;
}

.det_table_confirm td {
    width: 100%; 
    margin: 0px; 
    padding: 2px; 
    color: #666; 
    font-weight: normal;
    text-align: left;
    line-height: 1.2em;
}

.det_table td.right {
    text-align: right;
}

.det_table td.user_photo_container {
    text-align: left;
}

.det_table td.user_photo_container_buttons {
}

.det_table td.user_photo_container img  {
}

.det_table td.user_photo_container_buttons div.picture_delete_button_container {
	
}

.det_table td.user_photo_container_buttons div.picture_delete_button_container img.deleteImageButton  {
	cursor: pointer;
	margin-left: 176px;
}

.det_table td.user_photo_container div.picture_preview_container {
	position: relative;
	top: -75px;
	right: 0px;
	width: 150px;
	height: 45px;
	text-align: right;
	overflow: visible;
}

.det_table td.offer_photo_container img  {
    
}

.det_table td.offer_photo_container div.picture_delete_button_container {
    float: left;
}

.det_table td.offer_photo_container div.picture_delete_button_container img.deleteImageButton  {
}

.det_table td.offer_photo_container div.picture_preview_container {
    float: left;
    width: 176px;
    overflow: hidden;
}


.offerSearchList .promoted_offers_title {
    position: relative;
    top: 7px;
    font-size: 14px;
    font-weight: normal;
    margin-left: 13px;
    width: 450px;
}

.offerSearchList .normal_offers_title {
    position: relative;
    top: 7px;
    font-size: 14px;
    font-weight: normal;
    margin-left: 13px;
    width: 450px;
    height: 21px;   
}

.offer_container {
    position: relative;
    height: 150px;
    margin-left: 10px;
    width: 95%;
}

.offer_container .foto_container {
    /*border: 1px solid #999;*/
    border: none;
    width: 100px;
    height: 75px;
    margin: 0;
}

.inner_foto_container {
    text-align: center; 
    vertical-align: middle; 
    margin: 0px; 
    padding: 0px;
}

.box_3 .notebook_offer_list {
    position: relative;
    padding: 0 0 40px 0;
}

.box_3 .notebook_offer_list #pagiNavi1 {
    position: absolute;
    top: 105px;
    right: 30px;
}

.box_3 .notebook_offer_list #pagiNavi2 {
    position: absolute;
    bottom: 0px;
    right: 30px;
}

.box_3 .notebook_offer_list form {
    padding: 10px;
}

.box_3 .notebook_offer_list form#deleteOfferForm {
    padding: 0;
}

.box_3 .notebook_offer_list .img_right {
    margin: 0;
    padding: 0;
    width: 582px;
    text-align: right;
}

.box_3 .notebook_offer_list .img_center {
    margin: 0;
    padding: 0;
    width: 582px;
    text-align: center;
}

.box_3 .notebook_offer_list .notebook {
    position: relative;
    height: 150px;
    margin: 0 auto;
    padding: 0;
    width: 581px;
    text-align: center;
}

.box_3 .notebook_offer_list .notebook a {
    text-decoration: none;
}

.box_3 .notebook_offer_list .notebook .rating_notebook {
    position: absolute;
    top: 122px;
    left: 230px;
    margin: 0;
    padding: 0;
    width: auto;
}

.rating_myoffers {
    position: absolute;
    top: 109px;
    left: 32px;
    margin: 0;
    padding: 0;
    width: auto;
}

.rating {
    position: absolute;
    top: 109px;
    left: 32px;
    margin: 0;
    padding: 0;
    width: auto;
}

.notebook_offer_list .odd {
    background-color: #eeeeee;
}

.notebook .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 581px;
    height: 150px;
    background-color: white;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.notebook p.coverLabel {
    position: absolute;
    top: 60px;
    left: 320px;
    text-align: left;
    font-size: 14px;
    font-weight: bolder;
}

.notebook .user_data {
    position: absolute;
    top: 20px;
    left: 20px;
    border: 1px solid lightgrey;
    width: 188px;
    height: 110px;
    background-color: white;
    background-image: url(../images/colorunderline.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    cursor: pointer;
}

.notebook .user_data img {
    position: absolute;
    top: 10px;
    left: 10px;
    border: 0;
    width: 50px;
    height: 50px;
}

.notebook .user_data .service_name {
    color: black;
    font-weight: bolder;
    position: absolute;
    top: 0;
    left: 70px;
    height: 32px;
    overflow: hidden;
}


.notebook .user_data .user_name {
    font-weight: bold;
    position: absolute;
    top: 30px;
    left: 70px;
}

.notebook .user_data .phone {
    position: absolute;
    top: 47px;
    left: 70px;
}

.notebook .user_data .skype {
    position: absolute;
    top: 67px;
    left: 10px;
}

.notebook .user_data .email {
    position: absolute;
    top: 85px;
    left: 10px;
}

.notebook .user_data .email a {
    color: #000000;
}

.notebook .email_login {
    color: black;
    font-weight: bolder;
    position: absolute;
    top: 20px;
    left: 230px;
}

.notebook .user_desc_short {
    position: absolute;
    top: 50px;
    left: 230px;
    width: 340px;
    overflow: hidden;
    text-align: left;
}

.notebook_offer_list .notebook .offer_rating {
    position: absolute;
    top: 118px;
    left: 305px;
}

.notebook .write_reference {
    position: absolute;
    top: 112px;
    left: 475px;
}

div.notebook_page_size_main_container {
	text-align: right;
}

div.notebook_page_size_main_container div.notebook_page_size_container { 
    position: relative;
    top: 10px; 
    right: 30px;
}

div.notebook_page_size_main_container div.notebook_page_size_container select {
    width: 45px;
}

.offer_container .foto_container img {
    border: 1px solid #999999;
}

.offer_container .user_name  {
    position: absolute;
    top: 0px;
    left: 110px;
    font-weight: normal;
    color: #333;
}

.offer_container .user_desc {
    position: absolute;
    top: 15px;
    left: 110px;
    color: #666;
    width: 440px;
    height: 18px;
    overflow: hidden;
    text-align: justify;
}

.offer_container .user_desc_marked {
    position: absolute;
    top: 15px;
    left: 110px;
    color: #D8017A;
    width: 440px;
    height: 18px;
    overflow: hidden;
    text-align: justify;
}

.offer_container .offer_desc {
    position: absolute;
    top: 50px;
    left: 110px;
    height: 33px;
    overflow: hidden;
    color: #666;
    width: 440px;
    height: 36px;
    overflow: hidden;
    text-align: justify;
}

.offer_container .offer_desc_marked {
    position: absolute;
    top: 50px;
    left: 110px;
    height: 30px;
    overflow: hidden;
    color: #D8017A;
    width: 440px;
    height: 36px;
    overflow: hidden;
    text-align: justify;
}

.offer_container .offer_price {
    position: absolute;
    top: 85px;
    left: 110px;
    color: #666;
}

.offer_container .offer_price_marked {
    position: absolute;
    top: 85px;
    left: 110px;
    color: #D8017A;
}

.offer_container .offer_price span {
    font-weight: bolder;
}

.offer_container img.offer_rating {
    position: absolute;
    top: 100px;
    left: 5px;
    color: #666;
}

.offer_container a img {
    border: 0;
}

.offer_container div.more {
	position: relative;
	top: 85px;
	right: 5px;
}

.offer_container a.more {
    padding-right: 15px;
}

.offer_container img.do_przechowalni {
    position: absolute;
    top: 100px;
    left: 340px;
}

.offer_container img.do_przechowalni_offersearch {
    position: absolute;
    top: 100px;
    left: 340px;
}

.offer_container img.usun_z_przechowalni {
    position: absolute;
    top: 102px;
    left: 360px;
}

.offer_container img.do_koszyka {
    position: absolute;
    top: 100px;
    left: 465px;
}

.offer_container img.do_koszyka_offersearch {
    position: absolute;
    top: 100px;
    left: 465px;
}

.offer_container .offer_rating {
    position: absolute;
    top: 105px;
    left: 110px;
    color: #666;
}

.offer_container .offer_rating span {
    font-weight: bolder;
    color: #666;
}

.offer_container .service_data {
    position: absolute;
    top: 0px;
    right: 10px;
    background: none;
    width: 400px;
    top: -15px;
    left: 160px;
    font-size: 12px;
    text-align: right;
}

.offer_container .service_data .name {
	color: #0085CA;
}

.offer_container .service_data .area {
	color: #626262;
}

.offerGroupLabel {
    font-weight: bolder;
    margin: 10px;
    height: 40px;
/*
    width: 150px;
    margin: 5px 0 15px 0;
    border: 1px solid black;
    border-left: 0;
    border-right: 0;
*/
}

.offerGroupLabel img {
	position: relative;
}

.offerSearchFormContainer {
    position: relative;
    margin: 0px 0px 10px 0px;
    width: 587px!important;
    height: 224px!important;
    background-image: url(../images/wyszukiwarka.png);
    background-position: left top;
    background-repeat: no-repeat;
}

#offerSearchForm {
    position: relative;
}

#offerSearchSelectForm {
    width: 500px;
    margin: 0 0 0 10px;
    vertical-align: middle;
}

#offerSearchSelectForm table {
	margin: 0;
}

#offerSearchSelectForm select {
    width: 150px;
}

.offerSearchList div.paginationNavi,
.notebook_offer_list div.paginationNavi {
	position: absolute; 
    width: 200px;
}

.paginationNavi {
    position: absolute;
    right: 35px;
    text-align: right;
    height: 20px;
}

.paginationNavi .selected {
    font-weight: bolder;
    font-size: 14px;
}

.paginationNavi a {
    text-decoration: none;
}

.paginationNavi a img {
    vertical-align: middle;
    border: 0;
}

div.description_panel {
    font-weight: normal;
    font-size: 11px;
    color: #555555;
    background-color: #FFEFFF;
    border: 1px solid #777777;
    padding: 4px;
    width: 95%;
    height: 40px;
}

.offerSearchList {
    position: relative;
/*    padding: 5px!important;*/
}

.offerSearchList * {
    margin: 0 auto;
}

.offerSearchList div,
.notebook_offer_list div {
    margin: auto;
/*    padding: 5px 0;*/
    padding: 0;
}

.offerSearchList div.odd {
    background-color: #eeeeee;
}

.offerSearchList, .offerSearchList p {
    color: #000000;
}

.offerSearchList div p {
    /*position: relative;*/
}

.offerSearchList div p span.right {
    position: absolute;
    right: 10px;
    top: 0;
    width: auto;
}

.offerSearchList .rightP {
    width: 96%;
    padding: 5px 0;
    text-align: right;
}

.offerSearchList .big {
    font-size: 16px;
    font-weight: bolder;
}


.offerSearchList #pagiNavi1 {
    top: 1px;
    left: 350px;
}

.offerSearchList #pagiNavi2 {
    bottom: 0px;
}

.offerSearchList hr {
    width: 100%%;
    color: grey;
}

.offerSearchList h2 {
    width: 96%;
    margin: 0 auto;
    margin-bottom: 5px;
    padding: 0;
    font-size: 16px;
}

.offerSearchList h2 span {
    font-size: 12px;
    color: black;
}

.offerSearchList h3 {
    margin-top: 15px;
    margin-left: 0px;
}

.login_with_client_tabs div {
    padding-top: 10px;
    padding-left: 10px;
}

.login_with_client_tabs img {
	margin-right: 20px;
    border: 0;
    vertical-align: middle;
}

.login_with_client_tabs a {
    font-weight: bolder;
}

.login_with_client_tabs a#providerquickregistration {
	position: absolute;
	top: 46px;
	right: 10px;
}

#categoryList {
    display: none;
}

#spotList {
    display: none;
}

.withoutTextDecoration {
    text-decoration: none;
}

a.withoutTextDecoration {
    text-decoration: none;
}

.grey, .grey a {
    color: grey;
}

ul#dhtmlgoodies_tree2 a:hover,
#TB_window .spot_select_list .region_column a:hover,
#TB_window .spot_select_list .agglomeration_column a:hover {
    color: #0085CA;
}

ul#dhtmlgoodies_tree_region li,
ul#dhtmlgoodies_tree_agglomeration li,
ul#dhtmlgoodies_tree li,
ul#dhtmlgoodies_tree2 li {
	background-image: none;
}

ul#dhtmlgoodies_tree_region li ul li,
ul#dhtmlgoodies_tree_agglomeration li ul li,
ul#dhtmlgoodies_tree li ul li,
ul#dhtmlgoodies_tree2 li ul li {
    background-image: url(../images/bullet_1.gif);
    margin-left: 12px;
}

ul#dhtmlgoodies_tree_region li ul li.base,
ul#dhtmlgoodies_tree_agglomeration li ul li.base,
ul#dhtmlgoodies_tree li ul li.base,
ul#dhtmlgoodies_tree2 li ul li.base {
    background-image: url(../images/li2.gif);
    font-size: 14px;
    padding-top: 2px;
    padding-bottom: 6px;
}

ul#dhtmlgoodies_tree_region li ul li.basedown,
ul#dhtmlgoodies_tree_agglomeration li ul li.basedown,
ul#dhtmlgoodies_tree li ul li.basedown,
ul#dhtmlgoodies_tree2 li ul li.basedown {
    background-image: url(../images/li1.gif);
    font-size: 14px;
    padding-top: 2px;
    padding-bottom: 6px;
}

ul#dhtmlgoodies_tree_region li ul li.firstlevel a,
ul#dhtmlgoodies_tree_agglomeration li ul li.firstlevel a,
ul#dhtmlgoodies_tree li ul li.firstlevel a,
ul#dhtmlgoodies_tree2 li ul li.firstlevel a {
    font-weight: bold;
}

ul#dhtmlgoodies_tree_region li ul li.nextlevel a,
ul#dhtmlgoodies_tree_agglomeration li ul li.nextlevel a,
ul#dhtmlgoodies_tree li ul li.nextlevel a,
ul#dhtmlgoodies_tree2 li ul li.nextlevel a {
    font-weight: normal;
}

.inputLong {
    width: 200px;
}

.inputMedium {
    width: 176px;    
}

.inputSmall {
    width: 30px;    
}

.inputVerySmall {
    width: 25px;
}

.inputXSmall {
    width: 15px;
}

.inputzipcode {
   	width: 41px;
}

.box_3 div .day_available {
    border-collapse: separate;
}

.day_available td {
    width: 125px;
    text-align: right;
}

.day_available td.label {
    font-weight: bolder;
    width: 45px;
}

.day_available td select {
    width: 40px;
}

.day_available td.label1 {
    font-weight: bolder;
    width: 40px;
    vertical-align: middle;
    padding: 0;
}
.day_available td.checkbox {
    width: 15px;
    padding: 0px 5px 0px 5px;
}
.day_available td.checkbox input {
	vertical-align: bottom;
}
.day_available td.info {
    width: 55px;
    vertical-align: middle;
    padding: 0;
}
.day_available td.value_1_1 {
    font-weight: bolder;
    /* width: 95px; */
    width: 75px;
    text-align: left;
    vertical-align: middle;
    padding: 0;
}
.day_available td.value_1_2 {
    font-weight: bolder;
    /* width: 95px; */
    width: 75px;
    text-align: left;
    vertical-align: middle;
    padding: 0;
}
.day_available td.value_2_1 {
    font-weight: bolder;
    /* width: 95px; */
    width: 75px;
    text-align: left;
    vertical-align: middle;
    padding: 0;
}
.day_available td.value_2_2 {
    font-weight: bolder;
    /* width: 95px; */
    width: 75px;
    text-align: left;
    vertical-align: middle;
    padding: 0;
}
.day_available td.and {
    font-weight: bolder;
    /* width: 40px; */
    width: 75px;
    text-align: center;
    vertical-align: middle;
    padding: 0;
}

.relative {
    position: relative;
    min-height: 50px;
    height: 50px;
}

.save_btn {
    position: absolute;
    top: 0px;
    right: 20px;
}

#regulations {
    margin-top: 20px;
    width: 85%;
    height: 100px;
}

img.disabled {
    vertical-align: middle;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.offerSearchList .buy_return {
    position: relative;
    margin: 5px auto;
}

.buy_return img {
    border: 0;
    position: absolute;
    right: 10px;
}

.buy_return a {
    font-weight: bolder;
}

.buy_return a.left_arrow {
    background-image: url(../images/arrow_1_left.gif);
    background-repeat: no-repeat;
    background-position: left center;
    text-align: left;
    padding-left: 0px;
    text-decoration: none;
}

.buy_return a.left_arrow span {
    text-align: left;
    padding-left: 16px;
}

.contact_panel {
    position: absolute;
    top: 10px;
    right: 15px;
    text-align: right;
    width: 100px!important;
}

.contact_panel_main {
    position: absolute;
    top: 10px;
    right: 33px;
    text-align: right;
    width: 100px!important;
}

.contact_panel_delete {
    position: absolute;
    top: 14px;
    /* right: 15px; */
    left: 483px;
    /* text-align: right; */
    text-align: left;
    width: 100px!important;
}

.box_2 .advSearch {
    margin: 0;
    padding-top: 0;
    /*position: relative;
    margin: 10px 0 0 0;*/
    /*text-align: center;*/
}

.box_2 .advSearchTop {
	height: 222px;
    margin: 0;
    /*padding: 7px 12px 0;*/
    padding: 0;
    position: relative;
    /*margin: 10px 0 0 0;*/
    /*text-align: center;*/
    background-image: url(../images/wysz_zaawansowana.png);
    background-repeat: no-repeat;
    background-position: left top;
}

.box_2 .advSearchTop #serviceName {
	position: absolute;
	top: 35px;
	left: 12px;
}

.box_2 .advSearchTop #inputString {
    position: absolute;
    top: 110px;
    left: 12px;
}

.box_2 .advSearchWhiteLine {
	margin: 0;
	padding: 0;
    background-image: url(../images/advsearch_white_line.png);
    background-repeat: repeat-y;
    background-position: left top;
    height: 10px;
}

.advSearch form,
.advSearchTop form {
    margin: 0;
    /*margin: 10px 0 0 0;*/
    /*text-align: center;*/
}

.advSearch form .day_available,
form .advSearch .day_available {
    position: relative;
    min-height: 23px;
    height: 23px;
}

.advSearch form .day_available .day,
form .advSearch .day_available .day {
    position: absolute;
    top: 0;
    left: 0;
}

.advSearch form .day_available .from,
form .advSearch .day_available .from {
    position: absolute;
    top: 0;
    left: 45px;
}

.advSearch form .day_available .to,
form .advSearch .day_available .to {
    position: absolute;
    top: 0;
    left: 105px;
}

.advSearch form .search_bt,
form .advSearch .search_bt,
form .advSearchTop .search_bt {
    margin: 5px 0 0 60px;
}

.advSearch form .search_bt_submit,
form .advSearch .search_bt_submit,
form .advSearchTop .search_bt_submit {
    margin: 5px 0 0 40px;
    display: block;
}

.advSearch form h3,
form .advSearch h3 {
    margin: 10px 0 5px 0;
}

.advSearch form .inputLong,
form .advSearch .inputLong,
form .advSearchTop .inputLong {
    width: 160px;
}

.advSearch form .thickbox img,
form .advSearch .thickbox img,
form .advSearchTop .thickbox img {
    border: none;
    margin: 0;
    display: block;
}

.advSearch form .thickbox img#select_service,
form .advSearch .thickbox img#select_service,
form .advSearchTop .thickbox img#select_service {
/*
	margin-top: 5px;
    margin-left: 69px;
*/
	position: absolute;
	top: 60px;
	left: 78px;
}

.advSearch form .thickbox img#select_spot,
form .advSearch .thickbox img#select_spot,
form .advSearchTop .thickbox img#select_spot {
/*
	margin-top: 5px;
    margin-left: 69px;
*/
	position: absolute;
    top: 135px;
    left: 78px;
}

form .advSearchTop #advOfferSearchFormSubmit2 {
	position: absolute;
	top: 180px;
	left: 12px;
}

.advSearch #advOfferSearchFormSubmit,
.advSearch #advOfferSearchFormSubmit2 {
	margin-top: 10px;
} 

#advOfferSearch .date {
    width: 70px;
}

.section_label {
   	font-family: Arial, Helvetica, Verdana, sans-serif;
   	font-size:14px;
	line-height: 14px;
   	/*color: #000099;*/
    color: #2970A8;
    font-weight: bold;
    padding: 5px 10px 5px 15px !important;
}

.section_label_grey {
   	font-family: Arial, Helvetica, Verdana, sans-serif;
   	font-size:14px;
	line-height: 14px;
    color: #333;
    font-weight: normal;
    padding: 2px 5px 5px 15px;
}

.section_sublabel {
   	font-family: Arial, Helvetica, Verdana, sans-serif;
   	font-size:12px;
	line-height: 14px;
    color: #2970A8;
    font-weight: bold;
    padding: 5px 0px 5px 15px;
}

.blue_selection {
    color: #2970A8;
}

.payment_header {
    position: relative;
    height: 35px;
    width: 350px;
    padding: 0px;
}

.payment_header input {
    position: absolute;
    top: 8px;
    left: 5px;
    padding: 0;
    margin: 0;
}

.payment_header span {
    position: absolute;
    top: 7px;
    left: 30px;
    padding: 0;
    margin: 0;
    font-size:15px;
    color: #666;
    font-weight: bold;
}

.payment_header span.selected {
    position: absolute;
    top: 7px;
    left: 30px;
    padding: 0;
    margin: 0;
    font-size:15px;
    color: #2970A8;
    font-weight: bold;
}

.payment_header img.sms_img {
    position: absolute;
    top: 1px;
    left: 190px;
    border: 0;
    padding: 0;
    margin: 0;
}

.payment_header img.transfer_img {
    position: absolute;
    top: 1px;
    left: 290px;
    border: 0;
    padding: 0;
    margin: 0;
}

.payment_header img.code_img {
    position: absolute;
    top: 1px;
    left: 200px;
    border: 0;
    padding: 0;
    margin: 0;
}

.payment_header img.attraction_code_img {
    position: absolute;
    top: 1px;
    left: 220px;
    border: 0;
    padding: 0;
    margin: 0;
}


div#payment_type_sms_contents_attractive,
div#payment_type_code_contents_attractive {
    padding: 0px 40px 0px 40px;
    margin: 0;
    width: 480px;
}

div#payment_type_sms_contents,
div#payment_type_code_contents {
    padding: 0px 30px 0px 30px;
    margin: 0;
    width: 500px;
}

.promotion_code_table {
    margin: 0px; 
    padding: 0px;
}

.promotion_code_table td {
    margin: 0px; 
    padding: 3px 3px 5px 0px;
}

.underline {
    text-decoration: underline;
}

a.activation_link:link, a.activation_link:visited {
    color: black;
    text-decoration : none;
}

a.activation_link:hover {
    color: black;
    text-decoration : underline;
}

a.action_link:link, a.action_link:visited {
    color: black;
    text-decoration : none;
}

a.action_link:hover {
    color: black;
    text-decoration : underline;
}

table.mainpage_infotable, table.mainpage_infotable tbody  {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

table.mainpage_infotable tr {
    margin: 0px;
    padding: 0px;
}

table.mainpage_infotable tr td.info {
    vertical-align: top;
    margin: 0px;
    padding: 0px;
}

table.mainpage_infotable tr td.info_left {
    width: 57%;
}

table.mainpage_infotable tr td.info_right {
    width: 41%;
}

table.mainpage_infotable tr td.info div.inner_content_topmain a:hover {
    color: #0085CA;
}

table.mainpage_infotable tr td.info div.left_bottom_line {
    width: 100%;
    text-align: left;
}

table.mainpage_infotable tr td.info div.right_bottom_line {
    width: 100%;
    text-align: right;
}

table.mainpage_infotable tr td.info div.inner_content_topmain {
    text-align: justify;
    padding-bottom: 0px;
}

table.mainpage_infotable tr td.info div.inner_content_topmain a {
    text-decoration: none;
    color: #666;
}

table.mainpage_infotable tr td.info_left div.section_label_grey,
table.mainpage_infotable tr td.info_left div.inner_content_topmain  {
    padding-left: 26px;
}


table.mainpage_infotable tr td.separator {
    width: 2%;
    margin: 0px;
    padding: 0px;
}

.bolder, .det_table td.bolder {
    font-weight: bolder;
}

.center, .det_table td.center {
    text-align: center;
}

.align_left, .det_table td.align_left {
    text-align: left;
}

.disabled {
    background-color: #999999;
}

.box_5 .basket_module {
    padding: 0;
    padding-left: 12px;
}

.box_5 .basket_module img {
    vertical-align: middle;
    padding-bottom: 1px;
}

.box_5 .warehouse_module {
    padding: 0;
    padding-top: 6px;
    padding-left: 12px;
}

.box_5 .warehouse_module img {
    vertical-align: middle;
    padding-bottom: 1px;
}

.box_5 .frame .content li a {
    overflow: hidden;
}

.disabledDescPreview {
    background-color: #EEEEEE;
    color: #000000;
    
}

.spotlist {
    font-family: Arial, Helvetica, Verdana, sans-serif;
   	font-size:12px;
	line-height: 16px;
   	color: #000000;
    background: #FFFFFF;
    width: 200px;
}

.deleteSpotButton {
    /* position: relative; */
    /* top: 7px; */
    cursor: pointer;
}

/* rejestracja uslugodawcy - podglad oferty */
.previewImageSource {
    border: solid 1px black;
}

.previewProviderName {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size:14px;
    color: #3A7BAd;
    background: transparent;
    font-weight: bold;
}

.previewProviderNick {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size:14px;
    color: #949494;
    background: transparent;
    font-weight: bold;
}

.previewProviderAge {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size:14px;
    color: #000000;
    background: transparent;
}

.previewRegisterDate {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size:14px;
    color: #000000;
    background: transparent;
}

.previewProviderShortDescription {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size:14px;
    color: #000000;
    background: transparent;
}

.offer_item {
    cursor: pointer;
}

.provider_zoom_link, .provider_zoom_link:link, .provider_zoom_link:visited, .provider_zoom_link:hover, .provider_zoom_link:active {
    text-decoration : none;
    color: #000000;
}

.offer_zoom_link, .offer_zoom_link:link, .offer_zoom_link:visited, .offer_zoom_link:hover, .offer_zoom_link:active {
    text-decoration : none;
    color: #000000;
}

.service_name_list {
    color: black;
    font-weight: normal;
    
    position: absolute;
    top: 0px;
    reight: 10px;
}

.service_state_list {
    color: black;
    font-weight: normal;
    color: #E21E8A;
    
    position: absolute;
    top: 0px;
    right: 10px;
}

.service_name_list {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size:14px;
    color: #3A7BAd;
    font-weight: bold;
    text-align: left;
    
    position: absolute;
    top: 0px;
    left: 110px;
}

.previewServiceName {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size:14px;
    color: #3A7BAd;
    background: transparent;
    font-weight: bold;
}

.previewOfferDescription {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size:14px;
    color: #000000;
    background: transparent;
}

.previewPriceValueAndUnit {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size:14px;
    color: #000000;
    background: transparent;
}


.previewStaticLabel {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size:14px;
    color: #5B91B8;
    background: transparent;
    font-weight: bold;
}

/* tlo kalendarza dostepnosci */
.dayAvailableBackground {
    width: 520px;
    height: 180px;
    position: relative;
    background-image: url(../images/availability_background.jpg);
    margin-left: 15px;
}

.dayAvailableLabel {
    position: absolute;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size:12px;
    font-weight: bold;
}

.dayAvailableLabel0 {
    color: #777777;
}
.dayAvailableLabel1 {
    color: #000000;
}

.dayAvailableTime {
    position: absolute;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size:12px;
    font-weight :normal;
    
    /*
    background-color: #D21B85;
    border: 1px solid #D21B85;
    */
    background-color: #2970A8;
    border: 1px solid #2970A8;
    
    color: #000000;
    text-align:center;
    cursor: pointer;
}

#dayAvailableTimeExample {
	width: 20px;
	height: 20px;
	position: static;
	float: left;
	margin-top: 5px;
}

#dayAvailableTimeLegend {
	margin-left: 50px;
	position: relative;
}

#dayAvailableTimeLegend p {
    position: absolute;
    left: 29px;
    top: 24px;
}

#dayAvailableTimeLegend span {
    font-weight: bold;
}


/* lista uslug */

.otherServiceLink, .otherServiceLink:link, .otherServiceLink:visited, .otherServiceLink:hover, .otherServiceLink:active {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size:14px;
    font-weight :bold;
    color: #949494;
    background: transparent;
}

.seeMoreServices, .seeMoreServices:link, .seeMoreServices:visited, .seeMoreServices:hover, .seeMoreServices:active {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size:12px;;
    font-weight :bold;
    color: #000000;
    background: transparent;
}

.descriptionArea {
    resize: none;
}

.readonlyInput {
    color: #949494;
    background-color: #DDDDDD;
    
}

div.offersearch_separator {
    text-align: center;
    vertical-align: middle;
    margin: 10px 0 10px 0;
}

.offerSearchList div.offersearch_separator {
    text-align: center;
    vertical-align: middle;
    margin: 10px 0 25px 0;
}

.offerSearchList div.offersearch_separator_last {
    text-align: center;
    vertical-align: middle;
    margin: 10px 0 0 0;
}

.basketItem, .basketItem:link, .basketItem:visited, .basketItem:hover, .basketItem:active {
    font-weight: bold;
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.showOfferLink, .showOfferLink:link, .showOfferLink:visited, .showOfferLink:hover, .showOfferLink:active {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.gotoOfferLink, .gotoOfferLink:link, .gotoOfferLink:visited, .gotoOfferLink:hover, .gotoOfferLink:active {
    text-decoration: none;
    cursor: pointer;
}

.pink,
.box_3 .notebook_offer_list .notebook .pink {
    color: #D21B85;
}

.bold {
    font-weight: bolder;
}

/* Opis oferty - obrazek powrotu do poprzedniej strony */
.goto_prev_page {
    margin-left: 20px;
    margin-right: 20px;
    cursor: pointer;
}

.height_auto {
    height: auto!important;
    min-height: 0px!important;
}

.previewMyReferencesLabel {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size:14px;
    color: #5B91B8;
    background: transparent;
    font-weight: bold;
    position: relative;
    top: -5px;
}

.offer_avg_rating {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size:14px;
    background: transparent;
    font-weight: none;
    position: relative;
    /*top: -5px;*/
}

/* Panele referencji w opisie oferty */

.reference_panel {
	position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.reference_panel_0 {
    background: #FFFFFF;
}

.reference_panel_1 {
    background: #F7F7F7;
}

.reference_added {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size:13px;
    background: transparent;
    font-weight: normal;
    color: #4D4D4D;
    line-height: 30px;
}

.reference_description {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size:12px;
    background: transparent;
    font-weight: none;
    color: #666;
}

.reference_summary {
	/*
    position: absolute;
    width: 550px;
    */
}

.reference_client {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size:12px;
    background: transparent;
    font-weight: bold;
    color: #737373;
    line-height: 30px;
    
    
    position: absolute;
    margin-left: 0px;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: auto;
}

.reference_rating {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size:14px;
    background: transparent;
    font-weight: none;
    color: #848484;
    line-height: 30px;
    
    width: 170px;
    height: auto;
    
    /*
    position: relative;
    top: 0px;
    bottom: auto;
    left: auto;
    right: 0px;
    margin-left: auto;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: auto;
    */
    position: absolute;
    top: 20px;
    left: 375px;
}

.reference_comment_hr {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.comment_label {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size:11px;
    background: transparent;
    font-weight: normal;
    color: #4D4D4D;
    padding-bottom: 5px;
}

.comment_description {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size:11px;
    background: transparent;
    font-weight: none;
    color: #666;
}

.more_references_link {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size:12px;
    background: transparent;
    font-weight: none;
    color: #A6A6A6;
    cursor: pointer;
}

.add_comment_button {
    padding-top: 5px;
    cursor: pointer;
}

.accept_comment_button {
    vertical-align: bottom;
    cursor: pointer;
}

#reference_rating_form .rating_notebook {
    float: left;
    min-width: 100px;
    width: 100px;
}

#reference_rating_form .rating_myoffers {
    float: left;
    min-width: 50px;
    width: 50px;
}

.rating {
    float: left;
    min-width: 50px;
    width: 50px;
}

#reference_rating_form label {
    margin-left: 3px;
}

#reference_rating_form textarea {
    width: 50%;
    height: 150px;
}

.clear_both {
    clear: both;
}

.box_3 .content .make_attractive {
    width: 500px;
}

.box_3 .content .make_attractive td {
    text-align: center;
}

.box_3 .content .make_attractive td.bold,
.box_3 .content .make_attractive th.ta_left {
    text-align: left;
}

.deleteImageButton {
    cursor: pointer;
}

#attractionHistory table {
    width: 500px;
}

#attractionHistory table th {
    width: 25%;
}

#attractionHistory table td {
    text-align: center;
}

.display_none {
    display: none;
}

.spotListBullet {
    position: relative;
    top: -3px;
}

.blueColor {
    color: #0085CA;
    
}

.pinkColor {
    color: #D21B85; 
}

.spotListLink {
    font-weight: bold;
}

.box_2_bg td {
    vertical-align: top;
}

.box_2_bg td.va_bottom {
    vertical-align: bottom;
}

div.suggestionsBoxContainer input {
	position: relative;
	top: -4px;
}

div.suggestionsBoxContainer img#spotButton {
    position: relative;
    top: 2px;
}

img.reg_calendar_image {
	position: relative;
	top: 4px;
}
table#available_spot_list {
	width: 100%;
}

table#available_spot_list thead td {
	width: 100%;
    color: #999;
    text-align: center;
    font-weight: bold;
}

table#available_spot_list tbody td {
    text-align: left;
    padding: 3px;
}

table#available_spot_list tbody td.separator {
    width: 20%;
}

table#available_spot_list tbody td.name {
    width: 50%;
}

table#available_spot_list tbody td.delete {
    width: 30%;
}


div.col_left div.left_column_advertisement {
	margin: 0;
	padding: 0;
}

div.col_right div.right_column_advertisement {
    margin: 0;
    padding: 0;
}


div.inner_content td.back_link {
    
}

div.inner_content td.back_link div.top_back {
	padding-left: 0px;
    text-align: left;
    position: relative;
    top: 0px;
}

div.inner_content td.back_link div.bottom_back {
    padding-right: 15px;
    text-align: right;
    position: relative;
    top: 10px;
}

div.inner_content td.back_link a {
    color: #BDB9B9;
    background-image: url(../images/arrow_1_left.gif);
    background-repeat: no-repeat;
    background-position: left center;
    text-align: left;
    padding-left: 16px;
}

div.inner_content td.back_link a:link, div.inner_content td.back_link a:visited {
    color: #BDB9B9;
    font-weight :normal; 
    text-decoration : none;
}

div.inner_content td.back_link a:hover {
    color: #0085CA;
    font-weight :normal; 
    text-decoration : none;
}

div.inner_content td.back_link a:active {
    color: #0085CA;
    font-weight :normal; 
    text-decoration : none; 
}

p.offer_description_container {
	overflow: hidden;
	text-align: justify;
}

table.spot_select_list {
	/*width: 100%;*/
	width: 98%;
}

table.spot_select_list td.service_name span {
    color: #D21B85;
    font-weight: bolder;
}

table.spot_select_list td.title_column {
    width: 50%;
    text-align: left;
}

table.spot_select_list td.backlink_column {
    width: 50%;
    text-align: right;
}

table.spot_select_list td.region_column {
	width: 50%;
	text-align: left;
	vertical-align: top;
	padding-top: 16px;
}

table.spot_select_list td.agglomeration_column {
    width: 50%;
    text-align: left;
    vertical-align: top;
    padding-top: 10px;
}

table.spot_select_list td.agglomeration_column li,
table.spot_select_list td.region_column li
{
    margin: 2px 5px 0px 12px;
}


table.student_spot_select_list {
	margin: 0;
	padding: 0;
    width: 100%;
}

table.student_spot_select_list td.service_name span {
    color: #D21B85;
    font-weight: bolder;
}

table.student_spot_select_list td.general_district_column {
    width: 60%;
    text-align: left;
    vertical-align: top;
    padding-top: 10px;
}

table.student_spot_select_list td.spot_column {
    width: 40%;
    text-align: left;
    vertical-align: top;
    padding-top: 10px;
}

table.student_spot_select_list td li {
    margin: 2px 5px 0px 12px;
}




span.region_agglomeration_name {
	font-weight: bold;
}

div.ajax_loader_container {
	margin: 0;
	padding: 0;
	padding-top: 70px;
	width: 100%;
	height: 300px;
	text-align: center;
	vertical-align: top;
}

.box_3 div table.offer_preview_table {
	border: none;
	margin: 0;
}

table.offer_preview_table td.image_column {
	margin: 0;
	padding: 0;
	width: 140px;
	text-align: right;
    border: none;
    overflow: hidden;
}

table.offer_preview_table td.image_column div.image_container {
	margin: 0;
    padding: 0;
    width: 147px;
    overflow: hidden;
}

table.offer_preview_table td.info_column {
    margin: 0;
    padding: 0;
    padding-left: 20px;
    width: 360px;
    text-align: justify;
    border: none;
}

table.offer_preview_table td.info_column span.label {
    color: #000000;
}

table.offer_preview_table td.all {
    width: 100%;
}

div#top_center_menu {
	float: left;
	margin-top: 1px;
	width: 290px;
}

div#top_right_info_box {
	float: left;
	margin-top: 0px;
	margin-left: 80px;
	/*width: 296px;*/
	width: 210px;
	height: 55px;
	text-align: right;
}

div#top_right_info_box p {
    position: relative;
    top: 7px;
    right: 4px;
}

div#top_right_info_box p span {
    color: #D21B85;
    font-weight: normal;
}

#top_right_info_box_logo {
	height: 60px;
	padding-top: 5px;
}

.mark {
	font-weight: bolder;
	color: #D21B85;
}

h3.basket_package_title {
	margin-top: 0px;
	color: #D21B85;
}

.payment_summary {
    position: relative;
    color: #0085CA;
}

.payment_summary .big {
    font-size: 16px;
    font-weight: bolder;
}

div#center div.col_left div.box_2 div.content {
	border: none;
	margin: 0;
    padding: 7px 12px 10px 12px;
}

div#center div.col_left div.box_2 div.content_last {
    border: none;
    margin: 0;
    padding: 7px 12px 0px 12px;
}

div#center div.col_right div.box_5 div.content {
    border: none;
    margin: 0;
    padding: 4px 12px 2px 6px;
}

div#center div.col_right div.box_5 div.content_last {
    border: none;
    margin: 0;
    padding: 7px 12px 0px 12px;
}

div.col_right div.frame div.content {
    padding-top: 8px;
    padding-bottom: 4px;
}

div.col_right div.frame div.content p {
    padding: 7px;
}

#user_photo_cover {
	position: absolute;
	width: 160px;
	height: 20px;
	z-index: 100000;
}

#change_password {
	color: #777777;
}

#change_password:hover {
    color: #0085CA;
}

.content .thickbox_regulations {
	padding: 15px;
}

.thickbox_regulations,
#TB_window #TB_ajaxContent .thickbox_regulations,
#TB_window #TB_ajaxContent .thickbox_vademecum {
	padding: 15px 0;
}

.thickbox_regulations h1,
#TB_window #TB_ajaxContent .thickbox_regulations h1,
#TB_window #TB_ajaxContent .thickbox_vademecum h1 {
	text-align: center;
	margin-top: 15px;
}
	
.thickbox_regulations h2,
.thickbox_regulations p.bold,
#TB_window #TB_ajaxContent .thickbox_regulations h2,
#TB_window #TB_ajaxContent .thickbox_regulations p.bold,
#TB_window #TB_ajaxContent .thickbox_vademecum h2 {
    margin-top: 10px;
}

.thickbox_regulations p,
#TB_window #TB_ajaxContent .thickbox_regulations p,
#TB_window #TB_ajaxContent .thickbox_vademecum p {
    text-align: justify;
    padding: 0;
    margin-top: 5px;
}

#TB_window #TB_ajaxContent .thickbox_vademecum .underline {
	text-decoration: underline;
}

.thickbox_regulations table,
#TB_window #TB_ajaxContent .thickbox_regulations table {
	margin: 15px;
	width: 80%;
	border: none;
}

.thickbox_regulations table.small,
#TB_window #TB_ajaxContent .thickbox_regulations table.small {
	width: 60%;
}

.thickbox_regulations table th,
.thickbox_regulations table td,
#TB_window #TB_ajaxContent .thickbox_regulations table th,
#TB_window #TB_ajaxContent .thickbox_regulations table td {
	text-align: center;
}

.thickbox_regulations table .desc,
#TB_window #TB_ajaxContent .thickbox_regulations table .desc {
	text-align: left;
    width: 40%;
}

.thickbox_regulations table.small .desc,
#TB_window #TB_ajaxContent .thickbox_regulations table.small .desc {
    text-align: left;
    width: 50%;
}

.thickbox_info h1 {
	font-size: 12pt;
	color: #0085CA;
	margin-top: 15px;
}

.thickbox_info .contents span {
    color: #D21B85;
    font-weight: bold;
}

#TB_window #TB_ajaxContent .thickbox_vademecum h1 {
    font-size: 12pt;
    margin-bottom: 15px;
}

#TB_window #TB_ajaxContent .thickbox_vademecum h1,
#TB_window #TB_ajaxContent .thickbox_vademecum h2 {
	color: #D21B85;
}

#TB_window #TB_ajaxContent .thickbox_vademecum h3 {
	margin-top: 10px;
}

#TB_window #TB_ajaxContent .thickbox_vademecum h3 .new {
	color: black;
    background-color: red;    
}

#TB_window #TB_ajaxContent .thickbox_vademecum .center {
	text-align: center;
}

#TB_window #TB_ajaxContent .thickbox_vademecum ol,
#TB_window #TB_ajaxContent .thickbox_vademecum ul {
	margin: 0 0 0 30px;
}

#TB_window #TB_ajaxContent .thickbox_vademecum ul {
	list-style-type: disc;
}

#TB_window #TB_ajaxContent .thickbox_vademecum li {
	text-align: justify;
	padding: 0;
    width: auto;
    background-image: none;
}

#TB_window #TB_ajaxContent .thickbox_vademecum a {
    color: #2970A8;
    text-decoration: undrline;
}

#TB_window #TB_ajaxContent .thickbox_vademecum a:hover {
    text-decoration: underline;
}

span.non_active_agglomeration {
	color: #AAA;
}

div.thickbox_vademecum div.table_of_contents ul {
	margin-left: 15px !important;
	margin-bottom: 10px !important;
}

div.thickbox_vademecum div.table_of_contents ul li {
	list-style: none;
}

div.thickbox_vademecum div.table_of_contents span.header {
    color: #D21B85;
}

div.thickbox_vademecum div.table_of_contents ul li a {
    color: #666 !important;
    text-decoration: none !important;
}

div.thickbox_vademecum div.table_of_contents ul li a:hover {
	color: #0085CA !important;
}

div.thickbox_vademecum div.contents h3 {
    
}

div.thickbox_vademecum div.contents a.anchor {
	display: block !important;
	width: 472px !important;
	float: left !important;
	color: #666 !important;
	text-decoration: none !important;
	font-weight: bold !important;
}

div.thickbox_vademecum div.contents a.top {
	display: block !important;
	width: 60px !important;
	font-size: 11px !important;
    color: #666 !important;
    text-decoration: none !important;
    font-weight: normal !important;
    color: #BDB9B9 !important;
    background-image: url(../images/arrow_top.gif);
    background-repeat: no-repeat;
    background-position: right center;
    text-align: right;
    padding-right: 10px;
    float: left !important;
}

div.thickbox_vademecum div.contents p {
    clear: left;
}

.box_3 .questionnaire {
	margin: 0 auto;
	width: 95%;
}

.box_3 .questionnaire .header {
}

.box_3 .questionnaire .footer {
	font-weight: bold;
	/* text-align: right; */
	margin: 10px 0;
}

.box_3 .questionnaire ol {
}

.box_3 .questionnaire li {
	margin: 10px 0 10px 30px;
}

.box_3 .questionnaire li textarea {
	width: 500px;
	height: 50px;
}

.box_3 #mystatus_header {
	min-height: 0;
}

.box_4 a {
	text-decoration: none;
}

.box_4 .frame .content a img {
	border: none;
	vertical-align: top;
}

.bigger {
	font-size: 14px;
}

div.thickbox_backlink a {
    color: #BDB9B9;
    text-align: left;
    padding-left: 16px;
    text-decoration : none;
    font-weight :normal;
}

div.thickbox_backlink a:link, div.thickbox_backlink a:visited {
    color: #BDB9B9;
    background-image: url(../images/arrow_1_left.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

div.thickbox_backlink a:hover {
    color: #0085CA;
    background-image: url(../images/arrow_1_left.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

div.thickbox_backlink a:active {
    color: #0085CA;
    background-image: url(../images/arrow_1_left.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

ul.none_style_list li {
	background-image: none;
	list-style-type: none;
	list-style-image: none;
}

div.part_spot_list {
	margin: 0;
	padding: 0; 
	margin-left: 16px; 
	margin-right: 10px;
	color: gray;
	font-size: 10px;
}

div.client_part_spot_list {
    margin: 0;
    padding: 0; 
    margin-left: 0px; 
    margin-right: 10px;
    color: gray;
    font-size: 10px;
}

a:hover div.client_part_spot_list {
    color: #0085CA;
}

#start_container {
    text-align: center;
    margin: 0;
    padding: 0;
    width: 100%;
}

#start_container p {
    margin: 50px auto 25px auto;
    padding: 0;
    width: 100%;
    font-weight: bold;
    font-size: 110%;
}

#start_container img {
    border: none;
}

#start_container #footer {
	width: 100%;
	text-align: center;
	position: relative;
	top: -20px;
}

#start_container #footer_eu {
    width: 100%;
    text-align: center;
    float: left;
    margin-bottom: 10px;
    position: relative;
    top: -20px;
}

#start_container #footer_eu #eu_logos {
    width: 520px;
    margin: 0 auto;
}

#start_container #footer_eu #eu_desc {
    width: 420px;
    margin: 0 auto;
    color: #000;
    padding-bottom: 15px;
}


#start_banner {
    margin: 15px 0;
    margin-bottom: 40px;
}

#start_content {
    width: 620px;
    margin: 0 auto;
    height: 85px;
}

#start_content div {
    float: left;
    width: 50%;
}

#start_content #start_content_left {
    text-align: right;
}

#start_content #start_content_right {
    text-align: left;
}

#start_content div a,
#start_content div p a {
    text-decoration: none;
    color: #626262;
}

#start_content div p {
    text-align: left;
    margin: 0 30px;
}

#start_main_description_container {
	margin: 0;
	padding: 0; 
}

#start_main_description_container div#description_container {
    width: 600px;
    text-align: justify; 
    margin: 0 auto;
    position: relative;
    top: -295px;
    left: 0px;
}

#start_main_description_container div#description_container div {
    margin: 0;
    padding: 0;
    width: 250px;
    float: left;
    font-size: 14px;
    height: 55px;
}

#start_main_description_container div#description_container div.left_description {
    margin-left: 13px;
    margin-right: 65px;   
}

#start_main_description_container div#description_container div.right_description {
    
}

#start_main_description_container div#description_container div span.title {
    font-weight: bold;
}

#start_main_description_container img {
    
}

.students h1 {
	color: #626262;
	font-size: 200%;
	line-height: 30px;
	width: 260px;
}

.students p {
    font-size: 125%;
    font-weight: bold;
    line-height: 20px;
    width: 225px;
    margin: 25px 0 15px 0;
}

.students ol {
	margin-left: 20px;
	font-weight: bold;
}

.students li {
	font-weight: normal;
	margin-bottom: 15px;
}

.students ol li span {
    color: #626262;
    font-weight: bold;
}

.students #students_instruction {
	position: absolute;
	top: 15px;
	right: 15px;
}

#sample_offers,
#sample_offer_1_full,
#sample_offer_2_full
{
	display: none;
	cursor: pointer;
}

#sample_wherewhen,
#sample_extras,
#sample_references {
	display: none;
}

#showSampleOffersBtn,
#createOfferBtn,
#sample_offer_1,
#sample_offer_2 {
    cursor: pointer;
}

.box_3 .content .center img#sample_offer_1_full,
.box_3 .content .center img#sample_offer_2_full {
	margin-left: 15px;
}

.box_3 .center #sample_provider_label {
	display: none;
}

.box_3 .center #sample_provider_label .section_label {
	text-align: left;
	margin-left: -15px;
}

.box_3 .center #sample_provider_label img {
	float: left;
	position: relative;
	left: -15px;
}



.dotpay_sms_info {
    font-size: 80%;
}

br.clear {
	clear: both;
}

hr.fullFormSeparator {
	border: none; 
	color: #bfbfbf;
	background-color: #bfbfbf; 
	height: 1px; 
}

#TB_window #TB_ajaxContent .suggest_new_service {
	width: 540px;
}

#TB_window #TB_ajaxContent .suggest_new_service td .inputText,
#TB_window #TB_ajaxContent .suggest_new_service td textarea {
	width: 250px;
	color: #626262;
}

#TB_window #TB_ajaxContent .suggest_new_service td.label {
	width: 200px;
	text-align: right;
	vertical-align: top;
	padding-right: 5px;
}

#TB_window #TB_ajaxContent .suggest_new_service td.info {
    width: 50px;
    text-align: left;
    vertical-align: top;
    padding-left: 5px;
}

#TB_window #TB_ajaxContent .suggest_new_service td.right {
    text-align: right;
}

#TB_window #TB_ajaxContent .suggest_new_service td.center {
    width: 100%;
}

#TB_window #TB_ajaxContent .suggest_new_service .thickbox_backlink {
    position: absolute;
    left: 25px;
    bottom: 25px;
}

#TB_window #TB_ajaxContent .suggest_new_service td .div_with_radio {
	width: 85px;
	float: left;
}

a.sample_offer_link:link, a.sample_offer_link:visited {
    font-weight :normal; 
    text-decoration : underline;
    color: #D21B85; 
    background: transparent;
    cursor: pointer; 
}

a.sample_offer_link:hover {
    font-weight :normal; 
    text-decoration : none;
    color: #626262;
    background: transparent;
    cursor: pointer; 
}

a.sample_offer_link:active {
    font-weight :normal; 
    text-decoration : underline;
    color: #D21B85; 
    background: transparent;
    cursor: pointer; 
}

ul.paragraphList li {
    margin: 10px;	
}

div.suggestLinkContainer {
	width: 95%;
	text-align: right;
	
}

.content #free_of_charge_client,
.offerSearchList #free_of_charge_client,
.offerSearchList #free_of_charge_provider {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 3px;
	border: 1px solid #D21B85;
	color: #D21B85;
	font-weight: bold;
	text-align: center;
}

.content #free_of_charge_client {
	width: 96%;
	margin: 10px auto;
}

.personal_data,
.box_3 div table .personal_data {
	font-size: 85%;
	color: gray;
}

table.provider_account_info td.title {
    text-align: left;
    font-weight: bold;
    color: #2970A8;
}

table.provider_account_info td.label {
         text-align: left;
         padding-left: 5px;
}

table.provider_account_info td.input {
         text-align: left;
         font-weight: bold;
}

table.provider_account_info td.input_center {
    text-align: center;
    font-weight: bold;
}

span.logged_in_name {
    color: #D21B85;	
}

ul.main_menu li span.logged_in_name a {
    text-decoration: underline;
    color: #0085CA;
}

ul.main_menu li span.logged_in_name a:hover {
    text-decoration: none;
    color: #0085CA;
}

.inner_content ol {
	padding: 0 0 10px 20px;
}

.inner_content p {
    padding: 0 0 10px 0;
}


/* Sławek Cwojdziński - moje modyfikacje na stronie związane z ofertą */
/* W założeniu nie kolidują z tym co jest obecnie */

br.cr {font: 0px Arial;line-height: 0; height: 0; clear: both; float: none;overflow: hidden;}

.offer_container2 {
    position: relative;
    width: 95% !important;
    clear: both;    
    left: -3px;
    margin: auto;
}

.offer_container2 .foto_container {
    /*border: 1px solid #999;*/
    border: none;
    float: left;
    height: 75px !important;
    width: 100px !important;
    text-align: center;
    margin: 0;
    clear: both;
    width: auto;
    cursor: pointer;
}

.offer_container2 .offer_details {
	float: left;
	width: auto;
	padding-left: 8px;
	width: 445px;
	_margin-right: -2px;
}

.offer_container2 .foto_container img {
    border: 1px solid #999999;
}

.offer_container2 .user_name  {
    font-weight: normal;
    color: #333;
    clear: both;
}


.offer_container2 .user_desc {
    color: #666;
    max-height: 28px;
    overflow: hidden;
    text-align: justify;
    height: auto !important;
    padding: 0 0 7px 0;
    float: left;
    clear: both;
    _height: 28px !important;
}

.offer_container2 .user_desc_marked {
    color: #D8017A;
    overflow: hidden;
    text-align: justify;
    max-height: 28px;
    height: auto !important;
    padding: 0 0 7px 0;
    float: left;
    clear: both;
    _height: 28px !important;
}

.offer_container2 .offer_desc {
    height: 33px;
    color: #666;
    height: 28px;
    overflow: hidden;
    text-align: justify;
}

.offer_container2 .offer_desc_marked {
    height: 30px;
    color: #D8017A;
    width: 440px;
    height: 36px;
    overflow: hidden;
    text-align: justify;
}

.offer_container2 .offer_price {
    color: #666;
    
}

.offer_container2 .offer_price_marked {
    color: #D8017A;
}

.offer_container2 .offer_price span {
    font-weight: bolder;
}

.offer_container2 img.offer_rating {
    color: #666;
}

.offer_container2 a img {
    border: 0;
}

.offer_container2 div.more {
	margin-bottom: -20px;
	position: relative;
	top: -3px;
	float: right;
	width: auto;	
	left: 0px;
	clear: both;
}

.offer_container2 .buttons_offer {
	width: 300px;
	float: right;
	text-align: right;
	margin-top: -22px;
	margin-bottom: 23px;
}

.offer_container2 a.more {
    padding-right: 15px;
}

.offer_container2 img.do_przechowalni {
}

.offer_container2 .do_przechowalni_offersearch {
}

.offer_container2 .do_przechowalni_offersearch img {

}

.offer_container2 img.usun_z_przechowalni {
}

.offer_container2 .do_koszyka  img {
}

.offer_container2 img.do_koszyka_offersearch {
}

.offer_container2 .offer_rating {
    color: #666;
    padding-top: 4px;
}

.offer_container2 .offer_rating span {
    font-weight: bolder;
    color: #666;
}

.offer_container2 .service_data {
    background: none;
    font-size: 12px;
    margin: -3px 0 0 0;
    padding: 5px 0 10px 0;
    position: static;
    float: none;
    width: auto !important;
    
}

.offer_container2 .service_data .name {
	color: #0085CA;
	float: left;	
	width: auto;
	font-weight: bold;
}

.offer_container2 .service_data .area {
	color: #626262;
	width: auto;
	text-align: right;
}


.offer_container2 .rating {
	position: static;
	clear: both;
	width: 70px;
	margin: -12px 0 10px 0;
	padding:0 0 0 33px;	
}

.offer_container2 .rating img {float: left;}



.offer_container2 p.offer_description_container {
	overflow: hidden;
	text-align: justify;
	cursor: pointer;
	padding: 0 0 0px 0;
	margin: 0 0 6px 0;
	clear: both;
	height: auto !important;
	max-height: 33px;
	width: auto !important;
	_height: 33px !important;
}

.offer_container2 p span.label {
    font-weight: bold;
}

.offerSearchList div.sep2Of {margin-top: -15px;position: relative; top: -6px;margin-bottom :3px;}

.inner_content_topmain .what_is_floy_desc {font-size: 12px; color: #2970A8;}

.provider_registration_selection {
	font-weight: bold;
	color: #2970A8;
}

.client_registration_selection {
    font-weight: bold;
    color: #D21B85;
}

a.special_service_group:link, a.special_service_group:visited {
	color: #D21B85;
}

a.special_service_group:hover {
    color:#0085CA;
}

.box_2 .special_service_group_header {
	color: #D21B85;
}

.box_2 .special_service_group_header img {
    float: right;
    position: relative;
    bottom: 15px;
    right: 5px;
}

.client_home_page_banner {
	padding-top: 10px;
}

.provider_home_page_banner {
    padding-top: 10px;
}

.notebook_intro h2
{
    margin: 0px 0 0 15px;
    padding-top: 5px;
    height: 25px;
    font-size: 14px;
}

.notebook_no_data
{
    margin: 13px !important;
}

/* ---------- twoWaysOfSearch ----------- */

#twoWaysOfSearch h1 {
    font-size: 13px;
    text-align: center;
    display: block;
    padding: 10px 0px 5px 0px;
    line-height: 18px;
}

#twoWaysOfSearch h1 .wyr {
    color: #5fa8d4;
}

#twoWaysOfSearch .links {
	clear: both;
	display: block;
    vertical-align: top;
    height: 110px;
    text-align: center;
    margin-top: 12px;
}

#twoWaysOfSearch .announcement {
	height: 90px;
}

#twoWaysOfSearch .links_to_right {
    float: right;
}

#twoWaysOfSearch .links .link1 {
    float: left;
    width: 44%;
    display: block;
    margin-bottom: 10px;
}

#twoWaysOfSearch .links .link1 img.button {
    border-width: 0;
    float: right;
    text-align: right;
}

#twoWaysOfSearch .links .link1 div.additionalinfo {
	width: 100%;
	clear: both;
    float: right;
    text-align: right;
    font-weight: bold;
}

#twoWaysOfSearch .links .link2 {
    float: left;
    width: 12%;
    display: block;
    text-align: center;
    padding-top: 19px;
}

#twoWaysOfSearch .links .link3 {
    float: left;
    width: 36%;
    display: block;	
}

#twoWaysOfSearch .links .link3 img {
    float: left;
    border-width: 0;
    margin-bottom: 12px;
    margin-top: -10px;
}

#twoWaysOfSearch .offersearch_bottom_pagination_container { 
    width: 445px; 
    float: left;
    margin-top: 20px;
}

#twoWaysOfSearch .offersearch_bottom_pagination { 
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}

#twoWaysOfSearch .offersearch_bottom_pagination a {
    text-decoration: none;
}

#twoWaysOfSearch .offersearch_bottom_pagination a img {
    border: none;
    vertical-align: top;
}

#twoWaysOfSearch .advertisement_link {
	width: 126px; 
	float: left;
	margin-top: 17px;
}

#bottom_searchlist_info {
	width: 575px; 
	margin: 0 auto;
	font-weight: bold;
}

/* ---------- twoWaysOfSearch END ----------- */

#offerSearchSelectForm {
    display: block;
    clear: both;
}

.gray {
	color: #949494;
}

/* reference request */
div.reference_request_container {
	clear: both; 
	margin-bottom: 10px;
    height: 25px;
}

div.reference_request_container div.reference_request_desc {
	float: left; 
	width: 450px;
}

div.reference_request_container div.reference_request_row_action {
	float: left; 
	width: 100px;
}

div.reference_request_container div.reference_request_row_action img {
    cursor: pointer;
}

