body {
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	line-height:1.6em;
	margin:0 auto;
	padding:0;
	text-align:center;
}

img {
	border: none;
}

a.more {
	background-image:url(../images/more.gif);
	background-position:right center;
	background-repeat:no-repeat;
	color:#0089AF;
	float:right;
	font-weight:bold;
	padding-right:15px;
}

a.approve {
	background-image:url(../images/action_check.gif);
	background-position:left center;
	background-repeat:no-repeat;
	color:#0089AF;
	float:left;
	font-weight:bold;
	padding-left:15px;
	padding-right:8px;
}

a.edit {
	background-image:url(../images/reply.gif);
	background-position:left center;
	background-repeat:no-repeat;
	color:#0089AF;
	float:left;
	font-weight:bold;
	padding-left:15px;
	padding-right:8px;
}

a.delete {
	background-image:url(../images/action_delete.gif);
	background-position:left center;
	background-repeat:no-repeat;
	color:#0089AF;
	float:left;
	font-weight:bold;
	padding-left:15px;
	padding-right:8px;
}
a, a:link, a:hover, a:visited {
	color: #3B699F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover {
	font-size: 24px;
	color: #000000;
	line-height: 19.2px;
	text-align: left;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

h4,  h4 a,  h4 a:link,  h4 a:visited,  h4 a:hover {
	color: #45989F;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	text-decoration:none;
	margin:0 0 0;
}

h2 {
	font-size:17px;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:5px;
}

h4 img {
	float: left;
	margin:0 3px 0 0;
}

h4.large {
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#wrap {
	width: 905px;
	min-height: 550px;
	margin: auto;
	display: block;
}

#header {
	display: none;
}


#menubar {
	display:none;
}


#body {
	padding: 10px 0;
	width: 905px;
	display: block;
	text-align: left;
}

#footer {
	display: none;
}

.itembox {
	background-color:#FAF5E9;
	border-bottom:1px solid #BDBDBD;
	border-top:1px solid #BDBDBD;
	height:60px;
	margin-bottom:15px;
	margin-top:1px;
	width:100%;
}

.itembox2 {
	background-color:#FAF5E9;
	border-bottom:1px solid #BDBDBD;
	border-top:1px solid #BDBDBD;
	min-height:160px;
	height:auto !important;
	height:160px;
	margin-bottom:15px;
	margin-top:1px;
	width:100%;
}

.paginator {
	margin: auto;
	width: 100%;
	height: 35px;
	text-align: center;
}

.page {
	background-color: #FAF5E9;
	border:1px solid #DFC88B;
	-moz-border-radius: 4px;
	margin:5px;
	padding:3px 6px;
	text-decoration:none;
	color: #565656;
}

.page:hover {
	background-color:#F1F29B;
	border:1px solid #DBE3E0;
	-moz-border-radius: 4px;
	padding:3px 6px;
	text-decoration:none;
	color: #565656;
}


.current {
	background-color:#F1F29B;
	border:1px solid #FF876F;
	-moz-border-radius: 4px;
	margin:5px;
	padding:3px 6px;
	color: #565656;
	font-weight: bold;
	text-decoration: none;
}

.title {
	font-weight: bold;
	width: 100px;
	text-align: left;
}

.catgroup {
	width: 267px;
	height: 150px;
	margin: 8px;
	display: block;
	float: left;
}

.catgroup h4 {
	margin-bottom: 7px;
}

.catgroup a.catling, .catgroup a.catlink:link, .catgroup a.catlink:visited, .catgroup a.catlink:hover {
	background-image: url('../images/categories.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
}

ul {
	font-style:	normal;
	color:	#000000;
	line-height:	19.2px;
	text-align:	left;
	vertical-align:	baseline;
	margin-top:	14px;
	margin-right:	0;
	margin-bottom:	14px;
	margin-left:	0;
	padding-top:	0;
	padding-right:	0;
	padding-bottom:	0;
	padding-left:	40px;
}

li {
	margin: 0;
	padding: 0;
}

fieldset {
	background-color: #F7FAE9;
	border: 2px solid #DFC88B;
	-moz-border-radius: 5px; 
	margin: 0pt auto 5px; 
	padding-top: 5px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	width: auto;
}

legend {
	color:#3B699F;
	font-weight: bold;
}

label {
vertical-align:middle;
}

#search_box {
	text-align: center;
}

#query {
	border: 1px solid #DFC88B; 
	width: 250px;
	height: 20px;
	font-size: 15px;
	padding: 1px;
	margin: 2px;
}

.input {
	border: 1px solid #DFC88B; 
	width: 150px;
	height: 20px;
	font-size: 15px;
	padding: 1px;
	margin: 2px;	
}

.input_big {
	border: 1px solid #DFC88B; 
	width: 226px;
	height: 20px;
	font-size: 15px;
	padding: 1px;
	margin: 2px;	
}

.txt {
	border:1px solid #DFC88B;
	font-size:15px;
	height:80px;
	margin:2px;
	padding:1px;
	width:425px;
}

#catselect, #category, #subcategory {
	border:1px solid #DFC88B;
	font-size:15px;
	margin:2px;
	padding:1px;
	vertical-align:bottom;
}

#category, #subcategory {
	width:415px;
	float: left;
}

#catselect {
	height:24px;
	width:430px;
}

#town, #visitor, .select {
	border:1px solid #DFC88B;
	font-size:15px;
	height:24px;
	margin:2px;
	padding:1px;
	vertical-align:bottom;
	width:230px;
}

#obslujvane, #cena, #kachestvo {
	border:1px solid #DFC88B;
	font-size:15px;
	height:24px;
	margin:2px;
	padding:1px;
	vertical-align:bottom;
	width: 80px;
}

.submit {
	background-color:#FAF5E9;
	border:2px outset #DFC88B;
	color:#3B699F;
	font-size:14px;
	font-weight:bold;
	margin:2px;
	padding-bottom:4px;
	vertical-align:bottom;
	width:100px;
	text-align: center;
}

.reset {
	background-color:#FAF5E9;
	border:2px outset #DFC88B;
	color:#FF0000;
	font-size:14px;
	font-weight:bold;
	margin:2px;
	padding-bottom:4px;
	vertical-align:bottom;
	width:100px;
	text-align: center;
}

.error {
	background-color:#FF0000;
	border:1px solid #000000;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	margin:2px;
	padding:1px;
	text-align:center;
	width:425px;
}
.big {
	width:auto;
}

.done {
	display: none;
}

.admin_menu {
	width: 180px;
	margin-right: 10px;
	float: left;
}

.admin_menu a, .admin_menu a:visited, .admin_menu a:link {
	background-image:url(../images/bg.jpg);
	background-position:center -1px;
	border:1px solid #000000;
	color:#0D686F;
	display:block;
	height:24px;
	margin-bottom:5px;
	padding-left:3px;
	padding-right:3px;
	padding-top:5px;
	text-decoration:none;
	font-weight: bold;
}

.admin_menu a:hover {
	background-position:center -68px;
}

.admin_area {
	width: 675px;
	display: block;
	float: left;
}

#bgwebads {
	display: none;
}

#spam {
	float: left;
}

#reloadcaptcha {
	background-image:url(../images/reload.gif);
	background-position:left center;
	background-repeat:no-repeat;
	display:block;
	float:left;
	margin-top:5px;
	margin-left: 3px;
	padding-left:22px;
}

#map {
	border: 2px solid rgb(223, 200, 139); 
	width: 500px; 
	height: 300px; 
	position: relative; 
	background-color: rgb(229, 227, 223);
}

#h4_obshta {
	background-image:url(../images/bullets.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:24px;
	margin-bottom:5px;
	margin-top:5px;
	padding-left:35px;
	padding-top:5px;
}

#h4_ocenka {
	background-image:url(../images/bullets.gif);
	background-position:left -33px;
	background-repeat:no-repeat;
	height:24px;
	margin-bottom:5px;
	margin-top:5px;
	padding-left:35px;
	padding-top:5px;
}

#h4_step4 {
	background-image:url(../images/bullets.gif);
	background-position:left -94px;
	background-repeat:no-repeat;
	height:24px;
	margin-bottom:5px;
	margin-top:5px;
	padding-left:35px;
	padding-top:5px;
}

#vpechatlenia {
	background-image:url(../images/bullets.gif);
	background-position:left -64px;
	background-repeat:no-repeat;
	height:24px;
	margin-bottom:5px;
	margin-top:5px;
	padding-left:35px;
	padding-top:5px;
}

.comment {
	border:1px solid #DFC88B;
	display:block;
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;
	width:99%;
}

.cname  {
	background-image:url(../images/bg.jpg);
	background-position:center -14px;
	background-repeat:repeat-x;
	border-bottom:1px solid #DFC88B;
	display:block;
	padding:5px;
	width:auto;
}

.view_commented {
	background-image:url(../images/go.gif);
	display:block;
	float:left;
	height:16px;
	margin-right:5px;
	width:16px;
}

.ocenki, .mnenie {
	float: left;
	padding: 5px;
}

.ocenki {
	width: 160px;
	text-align: center;
}

.mnenie {
	width: 70%;
}

.stars1, .stars2, .stars3, .stars4, .stars5 {
	background-image:url(../images/stars.gif);
	background-repeat:no-repeat;
	display:block;
	height:22px;
	width:90px;
	margin-left: auto;
	margin-right: auto;
}

.stars2 {
	background-position: center -25px;
}

.stars3 {
	background-position: center -45px;
}

.stars4 {
	background-position: center -66px;
}

.stars5 {
	background-position: center -88px;
}
p.info {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 7px;
}

p.plus, p.minus {
	font-weight: bold;
	margin-top: 7px;
	margin-bottom: 7px;
}

#info, #plus, #minus {
	float: left;
}

.txtlabel  {
display:block;
float:left;
margin-top:2px;
}

.adsense {
	display: none;
}

.highlight {
background-color: #FFF36F;
}

/* Main Flora Style Sheet for jQuery UI ui-datepicker */
#ui-datepicker-div, .ui-datepicker-inline {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
	background: #E0F4D7;
	width: 185px;
}
#ui-datepicker-div {
	display: none;
	border: 1px solid #FF9900;
	z-index: 10;
}
.ui-datepicker-inline {
	float: left;
	display: block;
	border: 0;
}
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-dialog {
	padding: 5px !important;
	border: 4px ridge #83C948 !important;
}
button.ui-datepicker-trigger {
	width: 25px;
}
img.ui-datepicker-trigger {
	margin: 2px;
	vertical-align: middle;
}
.ui-datepicker-prompt {
	float: left;
	padding: 2px;
	background: #E0F4D7;
	color: #000;
}
html .ui-datepicker-prompt {
	width: 185px;
}
.ui-datepicker-control, .ui-datepicker-links, .ui-datepicker-header, .ui-datepicker {
	clear: both;
	float: left;
	width: 100%;
	color: #FFF;
}
.ui-datepicker-control {
	background: #FF9900;
	padding: 2px 0px;
}
.ui-datepicker-links {
	background: #E0F4D7;
	padding: 2px 0px;
}
.ui-datepicker-control, .ui-datepicker-links {
	font-weight: bold;
	font-size: 80%;
	letter-spacing: 1px;
}
.ui-datepicker-links label {
	padding: 2px 5px;
	color: #888;
}
.ui-datepicker-clear, .ui-datepicker-prev {
	float: left;
	width: 34%;
}
.ui-datepicker-rtl .ui-datepicker-clear, .ui-datepicker-rtl .ui-datepicker-prev {
	float: right;
	text-align: right;
}
.ui-datepicker-current {
	float: left;
	width: 30%;
	text-align: center;
}
.ui-datepicker-close, .ui-datepicker-next {
	float: right;
	width: 34%;
	text-align: right;
}
.ui-datepicker-rtl .ui-datepicker-close, .ui-datepicker-rtl .ui-datepicker-next {
	float: left;
	text-align: left;
}
.ui-datepicker-header {
	padding: 1px 0 3px;
	background: #83C948;
	text-align: center;
	font-weight: bold;
	height: 1.3em;
}
.ui-datepicker-header select {
	background: #83C948;
	color: #000;
	border: 0px;
	font-weight: bold;
}
.ui-datepicker {
	background: #CCC;
	text-align: center;
	font-size: 100%;
}
.ui-datepicker a {
	display: block;
	width: 100%;
}
.ui-datepicker-title-row {
	background: #B1DB87;
	color: #000;
}
.ui-datepicker-title-row .ui-datepicker-week-end-cell {
	background: #B1DB87;
}
.ui-datepicker-days-row {
	background: #FFF;
	color: #666;
}
.ui-datepicker-week-col {
	background: #B1DB87;
	color: #000;
}
.ui-datepicker-days-cell {
	color: #000;
	border: 1px solid #DDD;
}
.ui-datepicker-days-cell a {
	display: block;
}
.ui-datepicker-week-end-cell {
	background: #E0F4D7;
}
.ui-datepicker-unselectable {
	color: #888;
}
.ui-datepicker-week-over, .ui-datepicker-week-over .ui-datepicker-week-end-cell {
	background: #B1DB87 !important;
}
.ui-datepicker-days-cell-over, .ui-datepicker-days-cell-over.ui-datepicker-week-end-cell {
	background: #FFF !important;
	border: 1px solid #777;
}
* html .ui-datepicker-title-row .ui-datepicker-week-end-cell {
	background: #B1DB87 !important;
}
* html .ui-datepicker-week-end-cell {
	background: #E0F4D7 !important;
	border: 1px solid #DDD !important;
}
* html .ui-datepicker-days-cell-over {
	background: #FFF !important;
	border: 1px solid #777 !important;
}
* html .ui-datepicker-current-day {
	background: #83C948 !important;
}
.ui-datepicker-today {
	background: #B1DB87 !important;
}
.ui-datepicker-current-day {
	background: #83C948 !important;
}
.ui-datepicker-status {
	background: #E0F4D7;
	width: 100%;
	font-size: 80%;
	text-align: center;
}
#ui-datepicker-div a, .ui-datepicker-inline a {
	cursor: pointer;
	margin: 0;
	padding: 0;
	background: none;
	color: #000;
}
.ui-datepicker-inline .ui-datepicker-links a {
	padding: 0 5px !important;
}
.ui-datepicker-control a, .ui-datepicker-links a {
	padding: 2px 5px !important;
	color: #000 !important;
}
.ui-datepicker-title-row a {
	color: #000 !important;
}
.ui-datepicker-control a:hover {
	background: #FDD !important;
	color: #333 !important;
}
.ui-datepicker-links a:hover, .ui-datepicker-title-row a:hover {
	background: #FFF !important;
	color: #333 !important;
}
.ui-datepicker-multi .ui-datepicker {
	border: 1px solid #83C948;
}
.ui-datepicker-one-month {
	float: left;
	width: 185px;
}
.ui-datepicker-new-row {
	clear: left;
}
.ui-datepicker-cover {
	display: none;
	display/**/: block;
	position: absolute;
	z-index: -1;
	filter: mask();
	top: -4px;
	left: -4px;
	width: 193px;
	height: 200px;
}

.ceni {
	border-top:1px solid #DFC88B;
	border-left:1px solid #DFC88B;
	width: 100%;
}

.ceni td {
	border-bottom:1px solid #DFC88B;
	border-right:1px solid #DFC88B;
	padding: 4px;
}

.ceni td.group {
	background-image:url(../images/bg.jpg);
	background-position:center -14px;
	background-repeat:repeat-x;
}

.ceni ul {
	padding-left:20px;
	margin: 4px 0;
}

td.group div.left {
	float:left;
	padding-top:4px;
	width:150px;
}

td.group div.right {
	width: 285px;
	float: right;
}

td.group div.right label {
	vertical-align: super;
}

.ceni td a {
	margin: 4px 0;
}

.right form {
	padding: 0;
	margin: 0;
}

.faktura {
	border: 0;
	width: 100%;
	font-size: 14px;
}

td#left, td#right {
	border:1px solid #000000;
	padding:5px;
	width:30%;
}

td#middle {
	border-bottom: 1px solid #000000;
	width: 30%;
	text-align: center;
	height: 90px;
}

td#middle2 {
	width: 30%;
	text-align: center;
	height: 90px;
}

td#middle h1 {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

td.bottom {
	padding: 14px 0;
	font-weight: bold;
}

.faktura2 {
	border: 0;
	width: 100%;
	font-size: 14px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
}

.faktura2 td.title {
	font-weight: normal;
	font-size: 14px;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 8px;
}

.faktura2 td.title2, .faktura2 td.title3 {
	font-weight: bold;
	font-size: 14px;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 8px;
}

.faktura2 td.title2 {
	text-align:  right;
}

.faktura2 td.title3 {
	text-align:  center;
}

.faktura2 td.kletka {
	padding: 3px;
	text-align: left;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#faktura-left {
	float: left;
	width: 200px;
}

#faktura-right {
	float: right;
	width: 354px;
	padding-top:30px;
}