body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	font-size: 12px;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
 

form {

padding: 0px;

margin:0px;

}


p {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px
}

.BigOrange {
	font-size: 26px;
	font-family: Arial, Helvetica, sans-serif;
	/*font-weight: bold;*/
	color: #ffad00;
	line-height: 27px;
}

.BigBlack {
	font-size: 26px;
	font-family: Arial, Helvetica, sans-serif;
	/*font-weight: bold;*/
	color: #000000;
	line-height: 27px;
}


a.nodecoration {	
	text-decoration: none;
	color: #000000;
	}
a.nodecoration:link {
	text-decoration: none;
	color: #000000;
}

a.nodecoration:visited {
	text-decoration: none;
	color: #000000;
}

a.nodecoration:hover {
	text-decoration: none;
	color: #000000;
}

a.scrollerlink {
	color: #5d5d5d;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	line-height: normal;
	white-space: nowrap;
	text-transform:uppercase;
}
a.scrollerlink:link {
	color: #5d5d5d;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	line-height: normal;
	white-space: nowrap;
	text-transform:uppercase;
}
a.scrollerlink:visited {
	color: #5d5d5d;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	line-height: normal;
	white-space: nowrap;
	text-transform:uppercase;
}
a.scrollerlink:hover {
	color: #5d5d5d;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	line-height: normal;
	white-space: nowrap;
	text-transform:uppercase;
}



.basicContainer {
	width: 984px;
	margin: 0 auto; /* horizontal center for FF and IE */
}

a img {
	border: 0;
}

.container {
	background-image: url(images/bg-border-basic.gif);
	background-repeat: repeat-y;
	float: left;
	width: 100%;
}

.container div.contentBox {
	background-image: url(images/bg-border.gif);
	background-repeat: no-repeat;
	padding-left: 38px;
	padding-right: 38px;
	padding-top: 21px;
	margin-bottom: 21px;
	overflow: auto;
}

.main-banner {
	border: 1px solid #d8d8d8;
	text-align: center;
}

.top-scroller {
	height: 33px;
	border-bottom: 1px solid #d8d8d8;
}

#columns {
	margin-top: 25px;

}



.column-left {
	width: 438px;
	float: left;
	margin-right: 16px;
}

/**
 * messages boxes
 */
table.message {
	height: 40px;
	margin-bottom: 10px;
}

table.message td.message-left {
	background-image: url('images/message_left.jpg');
	background-repeat: no-repeat;
	width: 12px;
}

table.message td.message-right {
	background-image: url('images/message_right.jpg');
	background-repeat: no-repeat;
	width: 16px;
}

table.message td.message-middle {
	background-image: url('images/message_middle.jpg');
	background-repeat: repeat-x;
}

table.message td.message-middle div.green {
	background-image: url('images/message_green.jpg');
	background-repeat: no-repeat;
}

table.message td.message-middle div.red {
	background-image: url('images/message_red.jpg');
	background-repeat: no-repeat;
}

table.message td.message-middle div.greenText {
	color: #348b00;
}

table.message td.message-middle div.redText {
	color: #d6697c;
}

table.message td.message-middle div.image {
	width: 35px;
	height: 40px;
	float: left;
}

table.message td.message-middle div.body {
	float: left;
	padding-left: 8px;
	padding-top: 14px;
}

.column-right {
	width: 454px;
	float: left;
}

.column-right-left {
	width: 219px;
	float: left;
	margin-right: 16px;
}

.column-right-left .infobox {
	padding: 20px;
}

.column-right-right {
	width: 218px;
	float: left;
}

.largeBox {
	background-color: orange;
	width: 400px;
}


.olargeBoxTextContainer {
	background-color: #fefaef;
	border-right: 1px solid #ffb210;
	border-left: 1px solid #ffb210;
	padding: 20px 20px 20px 20px;
}

.largeBoxTextContainer {
	background-color: #f9f9f9;
	border-right: 1px solid #d4d4d4;
	border-left: 1px solid #d4d4d4;
	padding: 20px 20px 12px 20px;
}




.helpp {

	margin-bottom: 10px;

	padding: 0px;

}



.helpp strong {

	margin: 0px;

	padding: 0px;

}
.largeBoxHeader {
	height: 61px;
	width: 100%;
	position: relative;
}

.largeBox-left-top {
	width: 12px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(images/box_large-left-top.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 61px;
	z-index: 3;
}

.largeBox-middle-top {
	width: 100%;
	height: 61px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(images/box_large-middle-bg-top.jpg);
	background-position: left;
	background-repeat: repeat-x;
	z-index: 1;
}

.largeBox-middle-top div.outer {
	left: 20px;
	position: relative;
}

.largeBox-middle-top  div.inner {
	padding-top: 4px;
}

.largeBox-right-top {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(images/box_large-right-top.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 61px;
	z-index: 2
}

.spacer {
	height: 16px
}

.largeBoxFooter {
	height: 8px;
	width: 100%;
	position: relative;
}

.largeBoxFooter-1px {
	height: 1px;
	width: 100%;
	position: relative;
}

.largeBox-left-bottom {
	width: 12px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(images/box_large-left-bottom.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 8px;
	z-index: 3;
}

.largeBox-middle-bottom {
	width: 100%;
	height: 8px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(images/box_large-middle-bg-bottom.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	z-index: 1;
}

.largeBox-middle-bottom-noheight {
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(images/box_large-middle-bg-bottom.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	z-index: 1;
}




.largeBox-middle-bottom-8px {

	width: 100%;

	height: 8px;

	position: absolute;

	left: 0px;

	top: 0px;

	background-image: url(images/box_large-middle-bg-bottom8px.jpg);

	background-position: left top;

	background-repeat: repeat-x;

	z-index: 1;

}

.largeBox-right-bottom {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(images/box_large-right-bottom.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	height: 8px;
	z-index: 2;
}

.outer {
	display: table; #
	position: relative;
	overflow: hidden;
}

.middle { #
	position: absolute;
	left: 0px;
	top: 0px; #
	top: 50%;
	display: table-cell;
	vertical-align: middle; #
	vertical-align: baseline;
}

.inner { #
	position: relative; #
	top: -50%;
}

/* optional: #inner[id] {position: static;} */
* :first-child+html #outer[id] {
	position: relative
}  /* for explorer 7 only */
* :first-child+html #middle[id] {
	position: absolute;
	display: block;
	vertical-align: inherit;
	top: 50%;
}  /* for explorer 7 only */
	/* optional: *:first-child+html #inner[id] {position: relative;} */
.sTitle {
	width: 100%;
}

.sTitle div.outer {
	left: 20px;
	position: relative;
}

.sTitle div.inner {
	padding-top: 3px;
}

.site {
	width: 100%;
	border-top: 1px solid #d1d1d1;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: auto;
}

.site .textWithPhoto { #
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	overflow: auto;
}

.textWithPhoto ul {
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

.textWithPhoto li {
	color: #8c8c8c;
	list-style: none;
}

.textWithPhoto li.title {
	padding-bottom: 5px
}

.site div.photo div {
	width: 90px
}

.photo {
	width: 90px;
	padding: 5px;
	height: 90px;
	margin: 0 auto;
	border: 1px solid #d1d1d1;
	float: right;
	text-align: center;
	overflow: hidden;
}



.photo2 {

	

	

	border: 1px solid #d1d1d1;



}

.photo_left {
	padding: 5px;
	margin: 0 auto;
	border: 1px solid #d1d1d1;
	float: left;
	text-align: center;
	overflow: hidden;
}



.photo_left_users {

	padding: 5px;

	height: 90px;

	width: 90px;

	margin: 0 auto;

	border: 1px solid #d1d1d1;

	float: left;

	text-align: center;

	overflow: hidden;

}

.photo_left_special {
	padding: 2px;
	margin: 0 auto;
	border: 1px solid #d1d1d1;
	float: left;
	text-align: center;
	overflow: hidden;
}



.photo_left_home {

	width: 130px; 

	float: left; 

	padding: 5px; 

	margin-right: 12px;

	border: 1px solid #d1d1d1;



}



.photo_left_users img, .photo img,.photosHand {
	cursor: pointer !important;
	_cursor: hand !important;
}

.photosHand {
	display: none;
	position: absolute;
	z-index: 10;
	padding: 5px;
	border: 1px solid #d1d1d1;
	background-color: white;
}

.photo .outer {
	height: 90px;
}



.photo_left_users .outer {

	height: 90px;

}


a.bluelik {	

	color: #97dff4;

	text-decoration: none;

	}

a.bluelik:link {

	color: #97dff4;

	text-decoration: none;

}



a.bluelik:visited {

	color: #97dff4;

	text-decoration: none;

}



a.bluelik:hover {

	color: #97dff4;

	text-decoration: underline;

}


a:link {
	color: #1a5491;
	text-decoration: none;
}

a:visited {
	color: #1a5491;
	text-decoration: none;
}

a:hover {
	color: #1a5491;
	text-decoration: underline;
}

a:link .largeLink {
	font-size: 15px;
	font-weight: bold;
}

a:visited .largeLink {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px
}

a:hover .largeLink {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px
}

.largeBox-blue-left-top {
	width: 7px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(images/box_large_blue_left_top.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 61px;
	z-index: 3;
}

.largeBox-blue-middle-top {
	width: 100%;
	height: 59px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(images/box_large_blue_middle_top.jpg);
	background-position: left middle;
	background-repeat: no-repeat;
	background-color: #2467ae;
	border-top: 1px solid #10365b;
	border-bottom: 1px solid #10365b;
	z-index: 1;
}

.largeBox-blue-middle-top div.inner { #
	padding-top: 4px;
}

.largeBox-blue-middle-top div.outer {
	left: 20px;
	position: relative;
}

.largeBox-blue-right-top {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(images/box_large_blue_right_top.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 61px;
	z-index: 2
}

.largeBox-blue-left-bottom {
	width: 12px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(images/box_large_blue_left_bottom.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 8px;
	z-index: 3;
}

.largeBox-blue-right-bottom {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(images/box_large_blue_right_bottom.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	height: 8px;
	z-index: 2;
}

.largeBox-blue-middle-bottom {
	width: 100%;
	height: 8px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(images/box_large_blue_mid_bottom.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	z-index: 1;
}

.largeBoxBlueTextContainer {
	color: white;
	background-color: #1a5491;
	border-right: 1px solid #10365b;
	border-left: 1px solid #10365b;
	padding: 20px 20px 12px 20px;
}



.osmallBoxHeader {
	height: 82px;
	width: 100%;
	position: relative;
}

.osmallBox-left-top {
	width: 12px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(images/obox_small_left_top.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 82px;
	z-index: 3;
}

.osmallBox-middle-top {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(images/obox_small_middle_top.jpg);
	background-position: left;
	background-repeat: repeat-x;
	height: 82px;
	z-index: 1;
}

.osmallBox-middle-top div.outer {
	left: 20px;
	position: relative;
}

.osmallBox-right-top {
	width: 100%; 
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(images/obox_small_right_top.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 82px;
	z-index: 20;
}



.smallBoxHeader {
	height: 37px;
	width: 100%;
	position: relative;
}

.smallBox-left-top {
	width: 12px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(images/box_small-left-top.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 37px;
	z-index: 3;
}

.smallBox-middle-top {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(images/box_small-middle-top.jpg);
	background-position: left;
	background-repeat: repeat-x;
	height: 37px;
	z-index: 1;
}

.smallBox-middle-top div.outer {
	left: 20px;
	position: relative;
}

.smallBox-right-top {
	width: 100%; 

	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(images/box_small-right-top.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 37px;
	z-index: 20;
}

.osmallTextConatinerBorder {
	border-bottom: 1px solid #ffb210;
	padding-bottom: 20px
}

.smallTextConatinerBorder {
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 20px
}

.smallBoxAdditionalContent {
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	padding: 20px;
	background-color: #f9f9f9;
}

.formFieldlabel {
	float: left;
	color: #FFFFFF;
	padding-right: 4px;
	padding-top: 3px;
	width: 40px;
	text-align: right
	line-height: 12px;
	font-size: 11px;
}

.formFieldsItem select {
	font-size: 11px;
	width: 129px;
	height: 18px;
	border: 1px solid #3d3d3d;

	margin-bottom: 2px;
}

.formFieldsItem input {
	font-size: 11px;
	width: 127px;
	height: 15px;
	padding-top: 2px;
	border: 1px solid #3d3d3d;
	float: left
}

.search-button {
	display: block;
	margin-left: 42px;
	margin-top: 15px;
	margin-bottom: 10px
}

.help-button {
	margin-left: 100px
}

.login-and-remember {
	margin-left: 40px;
	font-size: 9px;
	color: white;
	width: 135px;
	height: 31px;
	margin-top: 10px
}

.login-and-remember .chbx {
	float: left;
	margin-top: 5px;
	padding: 0px
}

.login-and-remember .rememebrme {
	float: left;
	margin-top: 9px;
	margin-left: 3px;
}

.login-and-remember .login-btt {
	float: right;
	margin-top: 5px
}

.remind-and-register {
	padding-left: 60px;
	padding-top: 10px;
	padding-bottom: 5px
}

.searchfieldset {
	width: 176px;
	height: 24px;
	margin-bottom: 3px
}

.searchlisset {
	width: 176px;
	height: 21px;
	margin-bottom: 1px; #
	margin-bottom: 4px;
}

.searchbox {
	padding-bottom: 10px
}

.searchbox2 {
	padding-bottom: 0px
}

h1.sitetitle {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-size: 15px !important;
	padding-top: 2px
}

h1{
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-size: 15px !important;
	padding-top: 2px;
	display: inline
}

h2{
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	display: inline;
	color: #000000;
}

/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating {
	cursor: pointer;
	margin: 2em;
	clear: both;
	display: block
}

div.rating:after {
	content: '.';
	display: block;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden
}

div.cancel,div.star {
	float: left;
	width: 17px;
	height: 15px;
	text-indent: -999em;
	cursor: pointer;
	display: block;
	background: transparent;
	overflow: hidden
}

div.cancel,div.cancel a {
	background: url(images/delete.gif) no-repeat 0 -14px
}

div.star,div.star a {
	background: url(images/star.gif) no-repeat 0 0px
}

div.cancel a,div.star a {
	display: block;
	width: 16px;
	height: 100%;
	background-position: 0 0px;
	border: 1 solid #FF0000
}

div.star_on a {
	background-position: 0 -14px !important
}

div.star_hover a,div.star_live a:hover {
	background-position: 0 -28px
}

/* Read Only CSS */
div.star_readonly a,div.star_readonly a:hover {
	cursor: default !important
}

/* Partial Star CSS */
div.star {
	background: transparent !important;
	overflow: hidden !important
}

div.cancel {
	display: none
}

/* END jQuery.Rating Plugin CSS */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}

#tooltip h3,#tooltip div {
	margin: 0;
}

.registerInput {
	font-family: Arial;
	width: 220px;
	border: 1px solid #959595;
	font-size: 11px;
	height: 15px;
	padding-top: 2px;
}

.registerCheckbox { /* border: 1px solid #959595;
	margin-top: 1px; */
	
}

.registerTextarea {
	font-family: Arial;
	width: 400px;
	height: 100px;
	border: 1px solid #959595;
	font-size: 11px;
	padding-top: 2px;
}

.registerInputFile {
	width: 220px;
	border: none;
	font-size: 11px;
	/* height: 15px; */
}

select.registerSelect {
	border: 1px solid #959595;
	font-size: 11px;
	height: 17px;
}

div.registerErrorDiv { /* border: 1px solid red; */
	padding: 6px;
	padding-left: 0;
}

div.registerErrorDiv ul {
	margin-top: 4px;
}

table.register th {
	text-align: right;
	font-weight: normal;
}

div.myprofile {
	padding-top: 12px;
}

div.myprofile a  ,div.guidebook a {
	color: #97dff4;
}







div.myprofile ul,div.guidebook ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.guidebook ul {
	margin-top: 10px;
}

div.myprofile div.line,div.guidebook div.line {
	background-image: url('images/linia-grad.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 5px;
	margin-top: 3px;

	overflow: hidden;
}

div.myprofile li a,div.guidebook li a {
	margin: 0;
	padding: 0;
	display: block;
	padding: 12px;
	padding-left: 38px;
}

div.myprofile li.my_places a {
	background-image: url('images/my_places-ico.gif');
	background-repeat: no-repeat;
	background-position: 6px 50%;
}

div.myprofile li.edit_profile a {
	background-image: url('images/profile_edit-ico.gif');
	background-repeat: no-repeat;
	background-position: 7px 50%;
}

div.myprofile li.create_place a {
	background-image: url('images/add-new-place.gif');
	background-repeat: no-repeat;
	background-position: 6px 50%;
}

div.myprofile li.my_guide a {
	background-image: url('images/guides.gif');
	background-repeat: no-repeat;
	background-position: 6px 50%;
}



div.myprofile li.my_profile a {

	background-image: url('images/moj_profil.gif');

	background-repeat: no-repeat;

	background-position: 5px 50%;

}



div.myprofile li.my_post a {

	background-image: url('images/poczta.gif');

	background-repeat: no-repeat;

	background-position: 5px 50%;

}

div.myprofile li.guide_create a {
	background-image: url('images/add_new_guide.gif');
	background-repeat: no-repeat;
	background-position: 6px 50%;
}

div.guidebook li.guide_details a {
	background-image: url('images/guide_details.gif');
	background-repeat: no-repeat;
	background-position: 12px 50%;
}

div.guidebook li.guide_details a {
	padding-left: 40px;
}

div.myprofile li.logout a {
	background-image: url('images/logout.gif');
	background-repeat: no-repeat;
	background-position: 3px 50%;
}

div.myprofile li.logout a {
	padding-left: 37px;
}



div.search_results div#title, div#title2 {
	margin-left: 10px;
	color: #368700;
	font-size: 12px;
	margin-bottom: 22px;
	margin-left: 19px;
}



div#title img {

margin-bottom: 2px;

}

.greenText {

	color: #368700;

	

}

div.search_results div#title img {
	margin-left: -2px;
}

div.search_results table#info_box {
	height: 57px;
	margin-top: 1px;
	margin-left: 14px;
	width: 440px;
	float: left;
}

div.search_results table#info_box strong {
	color: #8b8b8b;
}

div.search_results div#upper_box {
	margin-top: 6px;
	background-image: url('images/lista-miejsc-top-box.jpg');
	background-repeat: no-repeat;
	height: 57px;
}

div.pager {
	float: right;
	color: #8c8c8c;
}

div.pager div.pages div {
	float: left;
	margin: 4px;
}

div.pager div.pages b {
	color: #1a5482;
}

div.pager div.summary {
	text-align: right;
	margin-right: 4px;
}

div.place_body { /* margin: 6px; */ /* padding: 6px; */
	margin-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #d1d1d1;
}

div.place_body .site {
	border-top: 0;
	padding-bottom: 6px;
	padding-top: 14px;
}

div.place_body .photo {
	/*margin-right: 14px;*/
	/* margin-top: 16px; */
}

div.place_body div.upper h4 {
	color: #1a528f;
	font-size: 12px;
	padding: 0;
	margin: 0;
	margin-bottom: 4px;
}

div.place_body div.left {
	width: 434px;
	float: left;
}

div.place_body .report {
	float: right;
	position: relative;
	/* margin-top: -100px; */
	font-size: 10px;
}

.report a {
	font-size: 10px !important;
}

div.place_body li.title {
	width: 400px;
}

div.place_body span.black {
	color: black;
}

div.middle_line {
	background-image: url('images/inner_line_bbg.jpg');
	background-repeat: repeat-x;
	height: 10px;
}

div.place_body div.right {
	float: left;
	width: 100px;
}

div.highlight {
	background-color: #f8f9fd;
}

div.highlight div.middle_line {
	background-image: url('images/inner_line_wbg.jpg');
	background-repeat: repeat-x;
	height: 10px;
}

div.place_actions ul li {
	height: 22px;
	margin-left: 2px;
	padding-top: 5px;
	font-size: 10px;
	float: left;
	text-align: left;
}

div.place_actions li.opinion a {
	background-image: url('images/place_icons/dodaj_opinie_ico_wbg.jpg');
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding: 4px 32px;
	padding-left: 0;
}

div.place_actions li.delplaceguidebook a {
	background-image: url('images/usun_przewodnik.gif');
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding: 4px 32px;
	padding-left: 0;
}



div.place_actions li.removeFromGuidebook a {

	background-image: url('images/remove_from_bg.gif');

	background-repeat: no-repeat;

	background-position: 100% 50%;

	padding: 4px 32px;

	padding-left: 0;

}

div.place_actions li.addplaceguidebook a {
	background-image: url('images/place_icons/do_prze_ico_bbg.jpg');
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding: 4px 32px;
	padding-left: 0;
}

div.place_actions li.savenote a {
	background-image: url('images/zapisz_notatke.gif');
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding: 4px 32px;
	padding-left: 4px;
}

div.place_actions li.editguidebook a {
	background-image: url('images/eydtuj_przewodnik.gif');
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding: 8px 33px;
	padding-left: 4px;
}

div.place_actions li.delguidebook a {
	background-image: url('images/usun_przewodnik.gif');
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding: 4px 28px;
	padding-left: 4px;
}

div.place_actions li.printguidebook a {
	background-image: url('images/drukuj_przewodnik.gif');
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding: 4px 30px;
	padding-left: 4px;
}

div.place_actions li.copyguidebook a {
	background-image: url('images/kopiuj_przewodnik_ico.gif');
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding: 4px 32px;
	padding-left: 4px;
}

div.place_actions li.opinion_h a {
	background-image: url('images/place_icons/dodaj_opinie_ico_bbg.jpg');
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding: 4px 32px;
	padding-left: 0;
}

div.place_actions li.guide a {
	background-image: url('images/place_icons/do_prze_ico_bbg.jpg');
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding: 4px 32px;
	padding-left: 4px;
}

div.place_actions li.guide_h a {
	background-image: url('images/place_icons/do_prze_ico_wbg.jpg');
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding: 4px 32px;
	padding-left: 4px;
}

div.place_actions ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: -5px;
}

div.place_actions {
	float: right;
}


div#places-show-background {
	background-image: url('images/background-places.jpg');
	background-repeat: no-repeat;
	height: 47px;
	padding: 14px 16px;
	padding-bottom: 0;
	overflow: hidden;
}

div#places-show-background h1 {
	font-size: 17px;
}

div#places-show-background div {
	
}

div#places-left-bar {
	float: left;
	width: 426px;
	color: #8b8b8b;
	/* border-right: 1px solid #d3d3d3; */
}

div#places-right-bar {
	float: left;
	width: 220px;
	color: #8b8b8b;
	padding: 12px;
	padding-right: 0;
	padding-left: 22px;
}

.tickercontainer {
	background: #FFFFFF none repeat scroll 0% 0%;

	float: left;	
	height: 27px;
	margin: 0pt;
	width: 820px;
}

.tickercontainer .mask {
	left: 6px;
	overflow: hidden;
	position: relative;
	top: 7px;
	width: 820px;
}

ul.newsticker {
	-x-system-font: none;
	font-family: Verdana;
	font-size: 10px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	left: 820px;
	line-height: normal;
	list-style-type: none;
	margin: 0pt;
	padding: 0pt;
	position: relative;
}

ul.newsticker li {
	background: #FFFFFF none repeat scroll 0% 0%;
	float: left;
	margin: 0pt;
	padding: 0pt;
}

ul.newsticker a {
	-x-system-font: none;
	color: #5d5d5d;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	line-height: normal;
	margin: 0pt 10px 0pt 10px;
	padding: 0pt;
	white-space: nowrap;

	text-transform:uppercase;
}

ul.newsticker span {
	color: #FC4100; 
}

.ticker-title {

    float: left; 

    color: #FC4100; 

    font-family: Arial; 

    font-size: 10px; 

    font-weight: bold;

    margin-top: 15px;

    margin-left: 4px;

}

.ticker-title2 {
    float: left; 
    color: #FC4100; 
    font-family: Arial; 
    font-size: 13px; 
}



.footer {

	padding-left: 38px;

	padding-right: 38px;



}

.thick-line {

	height: 5px;

	background-color: #dbdbdb;

	width: 100%;

	overflow: hidden

}

.green {	color: #368700;

	font-size: 10px;}

.prucz_register_line {

border-top: 1px solid #d4d4d4; 
height: 1px;
margin-top: 6px;
margin-bottom: 6px;

}

.prucz_register_320 {

width: 320px;

}
	
.prucz_gal_op_top {

height: 42px;
min-height: 42px;
border: none;
background-image: url(images/prucz_gal_op_back.gif);
background-repeat: no-repeat;

}

.prucz_maxlenght {
color: #1A5491;
font-size: 11px;
margin-top: 5px;
}

.prucz_TAGIlargeBoxTextContainer {
	background-color: #025691;
	border: 1px solid #05365c;
	padding: 20px 20px 20px 20px;
	color: #ffffff;
}

.prucz_most_active_cubes {
overflow: hidden; 
width: 153px; 
height: 153px; 
margin-right: 5px;
margin-bottom: 5px;
}

.hw_0 {
color: #FFFFFF;
font-size: 10px;
}

.hw_14 {
font-size: 11px;
}

.hw_15 {
font-size: 13px;
}

.hw_16 {
font-size: 15px;
}

.hw_17 {
font-size: 17px;
}

