
/*   ====================   just testing   ====================   */

div#test
{
	background-color:#FF00FF;
}

.entry {
	padding: 10px 0px 0px 0px;
}

.entry p a:visited {
	color: #b85b5a;
	}
	
.entry img { 
	float:left;
	padding:2px;
	border:2px solid #EEE;
	margin-right:10px;
	margin-bottom:6px;
}


/* Review */

.reviewFloater{ }
.scoreBarImg {background:#FFA319 url(/images/reviewbg.png) no-repeat; }

/*   ====================   FOOTER   ====================   */

div#footer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.2;
}

div#footerCell1 p#block1
{
	width: 165px;
	height: 150px;
	float: left;
	margin: 0px 15px 0px 0px;
}
div#footerCell1 p#block2
{
	width: 185px;
	height: 150px;
	float: left;
	margin: 0px 15px 0px 0px;
}
div#footerCell1 p#block3
{
	width: 160px;
	height: 150px;
	float: left;
	margin: 0px;
}

.titleFooter
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 12px 0px;
	color: #FF9900;
}
div#footer .small
{
	font-size: 10px;
	font-weight: normal;
}

div#footer a
{
	color: #FFFFFF;
	text-decoration: none;
}
div#footer a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

div#footer ul
{
	padding: 0px 15px;
	margin: 0px;
}


/*   ====================   COMMON   ====================   */

div.clearAll
{
	clear: both;
	height: 2px;
	font-size: 1px;
}
div.spacer
{
	float:left;
	width:2px;
	height: 2px;
	font-size: 1px;
}

hr
{
	display: block;
	height: 1px;
	border: 0px;
}

.paging
{
	margin: 5px;
}
.paging a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 5px 1px 5px;
	color: #333333;
}
.paging a:hover
{
	text-decoration: underline;
}
.pagingCurrent
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 5px 1px 5px;
	background-color: #FF9900;
	color: #FFFFFF;
}


/*   ====================   TITLES   ====================   */

.titleBasket
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 8px 8px 8px 40px;
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
.title01, .title02
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 8px 8px 8px 40px;
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
.title011, .title021
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 8px 8px 8px 8px;
}
.title03, .title04
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-repeat: repeat-x;
	background-position: top;
	height: 23px;
	padding: 9px 10px 0px 30px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: top left;
}
.title05, .title08
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	margin: 0px;
	padding: 6px 12px 5px 12px;
	border-width: 2px 0px 2px 0px;
	border-style: solid;
}
.title09
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0px;
	text-align: center;
}


.title05 a
{
	text-decoration: none;
}

.title05 a:hover
{
	text-decoration: underline;
}

.title06
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.title07
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}


/*   ====================   FORMS & BUTTONS   ====================   */

form
{
	margin: 0px;
}
input, select, textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
}
input.Short, textarea.Short, select.Short
{
	width:64px;
}
input.Medium, textarea.Medium, select.Medium
{
	width:145px;
}
input.Wide, textarea.Wide, select.Wide 
{
	width:228px;
}

table.Form td.label
{
	width: 160px;
	padding-left: 11px;
}
table.Form td.labelRequired
{
	width: 160px;
	padding-left: 11px;
	background-position: 1px 5px;
}
table.Form td.labelRequiredAlert
{
	font-weight: bold;
	width: 160px;
	padding-left: 11px;
	background-repeat: no-repeat;
	background-position: 1px 5px;
}

.WarningBlock
{
	border-style: solid;
	border-width: 1px;
	background-position: 5px 5px;
	margin: 10px 0px;
}
.WarningBlock ul 
{
	font-size: 11px; 
	text-decoration: none;
	text-align: left;
	list-style: none;
	padding: 14px 20px 2px 50px;
	margin: 0;
	list-style-position:outside;
}
.WarningBlock li 
{
    margin: 0px 0px 14px 0px;
}

.button01
{
	border: none;
	background-repeat: no-repeat;
	background-position: center center;
	width: 84px;
	height: 27px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	cursor: pointer;
}
.button02
{
	border: none;
	background-repeat: no-repeat;
	background-position: center center;
	width: 120px;
	height: 27px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	cursor: pointer;
}


/*   ====================   LINKS   ====================   */

a
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

a.link01, a.link02, a.link03, a.link04
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 10px;
}


a.favorite
{
	display: block;
	width: 98px;
	height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 0px 0px 24px;
	background-repeat: no-repeat;
	background-position: top left;
}
a.favorite:hover
{
	text-decoration: underline;
}

a.basket
{
	display: block;
	width: 98px;
	height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 0px 0px 24px;
	background-repeat: no-repeat;
	background-position: top left;
	text-align: left;
}
a.basket:hover
{
	text-decoration: underline;
}

/*   --------------------   link lists   --------------------   */
ul.links01
{
	margin: 10px 15px 10px 15px;
	padding: 0px 0px 0px 20px;
	color: #0B466F;
	line-height: 1.2;
}
ul.links01 li a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #0B466F;
}
ul.links01 li a:hover
{
	text-decoration: underline;
}

/*   --------------------   packages   --------------------   */
.navigation
{
	float: left;
	margin: 0px;
	padding: 10px;
}
.navigation ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.navigation li
{
	float: left;
	margin: 0px 2px 0px 0px;
}
.navigation a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 15px 3px 15px;
	display: block;
	text-align: center;
}

/*   ====================   DESTINATION TABS (left column)   ====================   */

div#columnLeft div.content
{
	margin: 15px;
}
ul#destinationTabs
{
	height: 24px;
	clear: both;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	background-position: top center;
}
ul#destinationTabs li
{
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
}
ul#destinationTabs li a
{
	display: block;
	width: 82px;
	height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 1px 0px 24px;
	margin: 0px;
}
ul#destinationTabs li a:hover
{
	text-decoration: underline;
}

/*   --------------------   destination list   --------------------   */
div#columnLeft div#columnTab01
{
	margin-bottom: 10px;
}
div#columnLeft div#columnTab01 h5
{
	display: block;
	width: 181px;
	height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 0px 0px 19px;
	margin: 5px 0px 1px 7px;
	background-repeat: no-repeat;
	background-position: top left;
	cursor: pointer;
}

div#columnLeft div#columnTab01 h5 a
{
	text-decoration: none;
}
div#columnLeft div#columnTab01 h5 a:hover
{
	text-decoration: underline;
}
div#columnLeft div#columnTab01 ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
div#columnLeft div#columnTab01 ul li
{
	margin: 0px;
	padding: 0px;
	display: block;
}
div#columnLeft div#columnTab01 li a
{
	display: block;
	width: 172px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 4px 3px 4px;
	margin: 0px 0px 0px 20px;
	background-repeat: repeat-x;
	background-position: bottom;
}

div#columnLeft div#columnTab01 li li a
{
	display: block;
	width: 152px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	padding: 2px 4px 2px 24px;
	margin: 0px 0px 0px 20px;
}


/*   ====================   RIGHT COLUMN   ====================   */

div#columnRight div.links
{
	margin: 7px;
}
div#columnRight div.links h5
{
	display: block;
	width: 158px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 5px 2px 15px;
	margin: 0px;
	background-color: #2199EB;
	background-repeat: no-repeat;
	background-position: 5px 7px;
	background-image: url(../images/arrow204.gif);
	color: #FFFFFF;
}
div#columnRight div.links ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
div#columnRight div.links ul li
{
	margin: 0px;
	padding: 0px;
	display: block;
}
div#columnRight div.links ul li a
{
	display: block;
	width: 163px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 0px 0px 15px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-image: url(../images/arrow104.gif);
	color: #FFFFFF;
}
div#columnRight div.links ul li a:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}

/*   ====================   BOXES   ====================   */

div.box011, div.box012, div.box013, div.box014
{
	float: left;
	background-repeat: repeat-y;
	background-position: left;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #E6E6E6;
	padding: 0px 0px 5px 0px;
}
div.box011
{
	width: 194px;
	background-image: url(../images/bg_box011.gif);
}
div.box012
{
	width: 390px;
	background-image: url(../images/bg_box012.gif);
}
div.box013
{
	width: 586px;
	background-image: url(../images/bg_box013.gif);
}
div.box014
{
	width: 782px;
	background-image: url(../images/bg_box014.gif);
}

/*   --------------------   packages and similar   --------------------   */
a.package
{
	display: block;
	margin: 12px 14px 0px 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
a.package img.mainPic
{
	border-width: 3px;
	border-style: solid;
	float: left;
	margin: 0px 12px 1px 0px;
}
a.package .title
{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}


.categoryBox
{
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 0px;
	border-style: solid;
	border-width: 1px;
}
.categoryBox .title
{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 8px;
}
.categoryBox .price
{
	font-size: 20px;
	font-weight: bold;
}
.categoryBox .foot
{
	font-weight: bold;
	font-size: 10px;
	clear: both;
	display: block;
	height: 14px;
	padding: 2px;
}
.categoryBoxArrow
{
	margin: 2px;
	float: right;
}


/*   ====================   HOMEPAGE - ACCOMMODATION   ====================   */

div#homeAppartments
{
	width: 390px;
	float: left;
}
div#homeHotels
{
	width: 390px;
	float: right;
}
/*   --------------------   picture links   --------------------   */
div.homeAccommodation ul.picLink
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
div.homeAccommodation ul.picLink li
{
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
}
div.homeAccommodation ul.picLink li.left { float: left; }
div.homeAccommodation ul.picLink li.right { float: right; }
div.homeAccommodation ul.picLink li a
{
	display: block;
	width: 176px;
	height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	padding: 104px 6px 0px 12px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: top left;
}
div.homeAccommodation ul.picLink li a:hover
{
	text-decoration: underline;
}
/*   --------------------   reccommendations   --------------------   */
div.homeRecommendations
{
	width: 380px;
	margin: 0px 0px 2px 0px;
	padding: 8px 0px 8px 10px;
	float: left;
	border-width: 0px 0px 6px 0px;
	border-style: solid;
}
div.homeRecommendations div.details
{
	width: 250px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/*   --------------------   reccommendations table   --------------------   */
div.homeRecommendations div.details table
{
	margin: 10px 0px 0px 0px;
}
div.homeRecommendations td.spacer
{
	padding: 0px;
}
div.homeRecommendations td.price
{
	padding: 1px 5px 1px 5px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
div.homeRecommendations td.description
{
	padding: 1px 5px 1px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
div.homeRecommendations td.description a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
div.homeRecommendations td.description a:hover
{
	text-decoration: underline;
}
/*   --------------------   reccommendations links   --------------------   */
div.homeRecommendations ul.accommodationLinks
{
	font-family: Arial, Helvetica, sans-serif;
	width: 122px;
	margin: 0px;
	padding: 0px;
	float: right;
	list-style: none;
}
div.homeRecommendations ul.accommodationLinks li
{
	margin: 0px 0px 1px 0px;
	padding: 0px;
	display: block;
}
div.homeRecommendations ul.accommodationLinks li a
{
	display: block;
	width: 104px;
	height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 3px 0px 15px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: top left;
}
div.homeRecommendations ul.accommodationLinks li a:hover
{
	text-decoration: underline;
}

/*   ====================   HOMEPAGE - SEARCH FORMS   ====================   */

div#searchContainer
{
	padding: 12px 0px 12px 12px;
}

ul#searchTabs
{
	height: 23px;
	clear: both;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
ul#searchTabs li
{
	margin: 0px 4px 0px 0px;
	padding: 0px;
	float: left;
	display: block;
}
ul#searchTabs li a
{
	display: block;
	width: 122px;
	height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 2px 0px 0px 0px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: top center;
}

div#searchForms
{
	padding: 8px;
}


/*   ====================   HOMEPAGE   ====================   */

div#introcroatia
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	width: 768px;
	margin: 0px 0px 2px 0px;
	padding: 7px 8px 2px 7px;
	background-repeat: repeat-x;
	background-position: top;
}

/*   ====================   HOMEPAGE - NEWS   ====================   */

div.post
{
	margin: 15px 15px 10px 15px;
}

div.post .title, div.post .title a, div.post .title a:hover
{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

div.post div.date
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	color: #000000;
}

div.post div.excerpt
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
div.post div.excerpt img
{
	float: left;
	padding: 0px 5px 5px 0px;
}
div.post div.excerpt p
{
	margin: 4px 0px 7px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
div.post div.excerpt a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}
div.post div.excerpt a:hover
{
	text-decoration: none;
}





/*   ====================   PROPERTY   ====================   */

div.property
{
	float: left;
	width: 572px;
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 8px 7px 8px 7px;
}
div.property div.block1
{
	float: left;
	width: 120px;
}
div.property div.block2
{
	float: left;
	width: 320px;
}
div.property div.block3
{
	float: left;
	width: 132px;
}

div.property div.block4
{
	float: left;
	width: 320px;
}
div.property div.block5
{
	float: left;
	width: 250px;
}
div.property div.block6
{
	float: left;
	width: 200px;
}


/*   --------------------   specials   --------------------   */
table.specials
{
	margin-top: 5px;
	margin-bottom: 5px;
}
table.specials td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 10px;
}
table.specials td.title
{
	padding: 0px;
}
table.specials td.type
{
}
table.specials td.name
{
}
table.specials td.date
{
}

/*   --------------------   picture   --------------------   */
div.property img.mainPic
{
	padding: 3px;
	border-width: 1px;
	border-style: solid;
}
/*   --------------------   description   --------------------   */
div.property .code
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 8px;
}
div.property .destination
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 12px;
}
div.property .destination a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}
div.property .destination a:hover
{
	text-decoration: none;
}
div.property .block2 .distances
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
div.property .distances .description {
	float: left;
	text-align: right;
	width: 110px;
}
div.property .distances .distance {
	float: left;
	text-align: right;
	width: 85px;
}

/*   --------------------   links   --------------------   */
div.property a.details
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}
div.property a.details:hover
{
	text-decoration: none;
}

/*   --------------------   units   --------------------   */
div.property table.units
{
	margin-top: 7px;
}
div.property table.units td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-width: 0px 1px 1px 0px;
	border-style: solid;
}
div.property table.units tr.header td
{
	text-align: center;
	font-size: 11px;
}
div.property table.units td.priceTotal
{
	text-align: center;
}
div.property table.units .available
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
}
/*   --------------------   links   --------------------   */
div.property a.unitDescription
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}
div.property a.unitDescription:hover
{
	text-decoration: none;
}

/*   --------------------   photo gallery   --------------------   */

.gallery {
	margin-bottom: 1em;
}
.gallery img {
	padding: 1px;
	border-style: solid;
	border-width: 5px;
}

.galleryinline img {
	padding: 2px;
	border-style: solid;
	border-width: 1px;
}
/*   --------------------   availability   --------------------   */
div.monthAvailability
{
	float: left;
	margin: 0px 8px 10px 0px;
	cursor: default;
}
table.monthAvailability tr
{
	height: 15px;
}
table.monthAvailability td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
table.monthAvailability th, table.monthAvailability .head
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
table.monthAvailability th
{
	font-weight: normal;
	width:18px;
}
table.monthAvailability .available
{
	width:18px;
}
table.monthAvailability .unavailable
{
	width:18px;
}
table.monthAvailability .unknown
{
	width:18px;
}
table.monthAvailability .notday
{
	width:18px;
}

/*   --------------------   pricelist   --------------------   */
table.pricelist td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-width: 0px 1px 1px 0px;
	border-style: solid;
}
table.pricelist tr.header td
{
	text-align: center;
	font-size: 11px;
}



/*   --------------------   property menu   --------------------   */
ul.menu {
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-color: #FFFFFF;
	margin:0;
	padding: 10px 0px 10px 5px;

	background-repeat: repeat-x;
	background-position: top;
	background-color: #F2F2F2;
	background-image: url(../images/bg_box02.gif);
}
ul.menu li {
	margin:0;
	padding: 0px;
	display: block;
	list-style-type: none;
}
ul.menu li a {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	text-decoration: none;
	color: #808080;
	display: block;
	padding: 2px 2px 2px 12px;
	background-image: url(../images/arrow201.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	width: 166px;
}
ul.menu li.selected a {
	color: #0A5A8D;
	background-image: url(../images/arrow202.gif);
	font-weight: bold;
}
ul.menu li a:hover {
	color: #6C9CBB;
	background-image: url(../images/arrow202.gif);
}

ul.menu li.level2 a {
	padding: 2px 4px 2px 24px;
	background-image: url(../images/arrow101.gif);
	background-position: 12px 7px;
	width: 152px;
}
ul.menu li.level2selected a {
	padding: 2px 4px 2px 24px;
	color: #CC0000;
	font-weight: bold;
	background-image: url(../images/arrow102.gif);
	background-position: 12px 7px;
	width: 152px;
}
ul.menu li.level2 a:hover, ul.menu li.level2selected a:hover {
	color: #6C9CBB;
	background-image: url(../images/arrow102.gif);
}

/*   --------------------   property unit menu   --------------------   */
div.blockSubMenu {
	height: 20px;
	width: 100%;
	margin: 12px 0px 0px 0px;
}
ul.subMenu {
    margin: 0px;
    padding: 0px;
	float: right;
}
ul.subMenu li {
    margin: 0;
    padding: 0;
    float: left;
    display: block;
}
ul.subMenu li a {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	text-decoration: none;
	color: #808080;
	padding: 0px 0px 0px 12px;
	margin: 0px 5px 0px 10px;
	background-image: url(../images/arrow101.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
ul.subMenu li.selected a {
    color: #CC0000;
	background-image: url(../images/arrow102.gif);
	font-weight: bold;
}
ul.subMenu li a:hover {
	color: #6C9CBB;
	background-image: url(../images/arrow102.gif);
}

div.unitMenu a {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
	text-decoration: none;
}

div.unitMenu a:hover {
}


/*   --------------------   unit description table   --------------------   */
/*
.unitDescription .header, .unitDescription .footer {
	background-color: #E5EBFF;
	color: #0A5A8D;
}
.unitDescription .cell0 {
	background-color: #EFF3FF;
}
.unitDescription .cell1 {
	background-color: #F7F9FF;
}
*/
div.property table.unitDescription td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-width: 0px 1px 1px 0px;
	border-style: solid;
}
div.property table.unitDescription tr.header td
{
	text-align: center;
	font-size: 11px;
}
div.property table.unitDescription tr.footer td
{
	font-size: 11px;
}




/*   ====================   PROPERTY TYPES (hotels, appartments)   ====================   */

td.accommodationGroups
{
	vertical-align: top;
	padding: 9px;
	background-repeat: repeat-x;
	background-position: top;
	border-width: 2px 0px 6px 0px;
	border-style: solid;
}
td.accommodationRecommendations
{
	vertical-align: top;
	padding: 5px 5px 13px 5px;
	background-repeat: repeat-x;
	background-position: top;
	width: 184px;
	border-width: 2px 0px 6px 0px;
	border-style: solid;
}
.accommodationGroups div.block1
{
	float: left;
	width: 180px;
}
.accommodationGroups div.block2
{
	float: left;
	width: 220px;
	margin: 0px 10px 0px 0px;
}
.accommodationGroups div.block3
{
	float: left;
	width: 158px;
}
/*   --------------------   picture   --------------------   */
.accommodationGroups img.mainPic
{
	border-width: 3px;
	border-style: solid;
}
/*   --------------------   description   --------------------   */
.accommodationGroups .description
{
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/*   --------------------   recommendation   --------------------   */
.accommodationRecommendations a
{
	display: block;
	padding: 8px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}











.payment_method
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	background-color: #F7F9FF;
	border-color: #88B4E6;
	color: #000000;
}







/*   ====================   PACKAGE   ====================   */

div.package
{
	float: left;
	width: 572px;
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 8px 7px 8px 7px;
}
div.package div.block1
{
	float: left;
	width: 120px;
}
div.package div.block2
{
	float: left;
	width: 180px;
}
div.package div.block3
{
	float: right;
	width: 260px;
}
/*   --------------------   picture   --------------------   */
div.package img.mainPic
{
	padding: 4px;
	border-width: 2px;
	border-style: solid;
}
/*   --------------------   description   --------------------   */
div.package .code
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 8px;
}
div.package .information
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div.package .price
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*   --------------------   links   --------------------   */
div.package a.details
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}
div.package a.details:hover
{
	text-decoration: none;
}
/*   --------------------   tables   --------------------   */
div.package table.table01
{
	margin-top: 7px;
}
div.package table.table01 td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-width: 0px 1px 1px 0px;
	border-style: solid;
}
div.package table.table01 tr.header td
{
	text-align: center;
	font-size: 11px;
}
div.package table.table01 td.priceTotal
{
	text-align: center;
}


/*   --------------------   posebne ponude   --------------------   */
.special
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-top: 5px;
}
