/******************************************************************************/
/*  GENERAL SETTINGS                                                          */
/******************************************************************************/
body, p, h1, h2, h3, h4, h5, ul, ol, li, form {
	margin: 0;
	padding: 0;
}
body {
	background: #3a5e71 url('../images/bg_body.gif') top center;
	padding: 0 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #0d1d26;
	text-align: center;
}
td {
	font-size: 12px;
	padding: 0;
}
th {
	font-size: 12px;
	text-align: left;
	padding: 0;
}
img {
	border: 0;
}
a {
	color: #acc0c6;
}
a:hover {
	color: #cee5ec;
}
div.cleaner {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	margin: 0;
}

/******************************************************************************/

#languageSelect,
#topNavItems,
#bottomNavItems,
#siteplan a.closeButton,
#siteplan ul li,
#siteplan .view,
#siteplan .items .item h3,
#map a.closeButton,
#map ul li,
#map .show,
#map .items .item h3,
#siteplan .items .item a.viewUnits,
#galleryList a.closeButton,
#galleryDetail a.closeButton,
#galleryDetail select.otherGalleries,
#galleryDetail h3,
#buttonGalleries,
#flashVersionSwitch
{
	font-family: Helvetica, Trebuchet, "Trebuchet MS", Arial, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #88a0a9;
}

#languageSelect a,
#topNavItems a,
#bottomNavItems a,
#siteplan .items .item a.viewUnits
{
	text-decoration: none;
}

/******************************************************************************/
/******************************************************************************/

#container {
	width: 953px;
	margin: 16px auto 0 auto;
	text-align: left;
	position: relative;
}

/******************************************************************************/

#container h1 {
	display: block;
	width: 199px;
	height: 63px;
	background: url('../images/kajetanka_logo.gif') no-repeat;
}
#container h1 a {
	display: block;
	width: 199px;
	height: 63px;
}
#container h1 span {
	display: none;
}

/******************************************************************************/

#breadcrumb {
	display: none;
}

/******************************************************************************/

#container h2 {
	display: none;
}

/******************************************************************************/
/******************************************************************************/

#languageSelect {
	position: absolute;
	top: 54px;
	right: 0;
}

#languageSelect ul {
	list-style: none;
}
#languageSelect ul li {
	float: left;
}
#languageSelect ul li a {
	display: block;
	border: 1px solid #88a0a9;
	line-height: 14px;
	padding: 0 3px;
	background: #1e3a4a;
	color:#FFF;
}
#languageSelect ul li.active a {
	/*background: #1e3a4a;*/
	background: #FFFFFF;
	color: #1e3a4a;
}
#languageSelect ul li.english {
	position: relative;
	left: 1px;
}

#languageSelect p {
	display: none;
}

/******************************************************************************/
/******************************************************************************/

#mainBox {
	position: absolute;
	top: 81px;
	height: 506px;
	width: 100%;
	background-color: #3a5e71;

}

.mbDefault {
	background-image: url('../images/bg_box_home.jpg');
}
.mbApartments {
	background-image: url('../images/bg_box_apartments.jpg');
}
.mbGarden {
	background-image: url('../images/bg_box_apartments_garden.jpg');
}
.mbClassic {
	background-image: url('../images/bg_box_apartments_classic.jpg');
}
.mbPenthouse {
	background-image: url('../images/bg_box_apartments_penthouse.jpg');
}
.mbOrangerie {
	background-image: url('../images/bg_box_apartments_orangerie.jpg');
}
.mbParkHistory {
	background-image: url('../images/bg_box_park_history.jpg');
}
.mbLocationNeighbourhood {
	background-image: url('../images/bg_box_location_neighbourhood.jpg');
}
.mbLocationGreaterPrague {
	background-image: url('../images/bg_box_location_prague.jpg');
}

/******************************************************************************/
/******************************************************************************/

#mainMenu {
/*filter: alpha(opacity=92);*/
	opacity: 0.92;
	-moz-opacity: 0.92;
	position: absolute;
	height: 100px;
	width: 100%;
	z-index: 10;
}

#mainMenu ul {
	list-style: none;
}

#mainMenu ul li {
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	position:relative;
}

#mainMenu ul li.part_2 {
	position: absolute;
	left: 0px;
	z-index:110;
}
#mainMenu ul li.part_17 {
	position: absolute;
	right: 138px;
}
#mainMenu ul li.part_28 {
	position: absolute;
	z-index: 10;
	right: 0px;
}

#mainMenu ul li a {
	width: 137px;
	color: #3a5e71;
	display: block;
	background: white;
	border: 1px solid #d8dadb;
	text-decoration: none;
	padding: 24px 0 24px 0;
}

#mainMenu .subMenuHidden {
	visibility: hidden;
	height: 1px;
}
#mainMenu .subMenuVisible {
	visibility: visible;
}

/******************************************************************************/

#mainMenu ul li ul {
	padding: 6px 0 0 0;
	background: #3d525b;
}
#mainMenu ul li ul li {
	float: none;
	text-align: left;
	font-family: Helvetica, Trebuchet, "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
}

#mainMenu ul li ul li a {
	width: auto;
	color: white;
	background: #3d525b;
	padding: 3px 0 3px 16px;
	border: none;
	border-top: 1px solid #7a878d;
}
#mainMenu ul li ul li a:hover,
#mainMenu ul li ul li.active a
{
	background: #80a4b8;
}

/******************************************************************************/
#mainMenu ul li ul li ul {
	padding: 0 0 0 0;
}
#mainMenu ul li ul li ul li {
	font-size: 11px;
}

#mainMenu ul li ul li ul li a {
	padding: 3px 0 3px 29px;
}
#mainMenu ul li ul li.active ul li a {
	background: #3d525b;
}

/******************************************************************************/

#mainMenu p {
	display: none;
}


/******************************************************************************/
/* URL-specific page */

#mainMenu ul li.mainBannerPresale {
  width:297px; position:absolute; height:269px; top:0px; left:0px;
  /*background:url('../images/banner_presale_cs.png') no-repeat 0 0;*/
  display:none; 
 z-index:100;
 
 float: none;
 text-align:left;

}
/*#part_2 left {
	z-index:110;
}*/
#mainMenu ul li.mainBannerPresale a{
	color: #3a5e71;
	display: block;
	background: transparent;
	border: none;
	text-decoration: none;
	padding: 0;
  width:297px; height:269px;;
}

body.path- #mainMenu ul li.mainBannerPresale,
body.path-cz- #mainMenu ul li.mainBannerPresale,
body.path-en- #mainMenu ul li.mainBannerPresale { 
  display:block;
}
/******************************************************************************/
/******************************************************************************/

#contentBox {
	filter: alpha(opacity=80);
	opacity: 0.80;
	-moz-opacity: 0.80;
	position: absolute;
	z-index: 1;
}
#contentBox .content {
	padding: 0 18px 0 22px;
}
#contentBox .content a {
	color: navy;
}

.contentBox {
	background: white;
	left: 188px;
	top: 140px;
	height: 332px;
	
	width: 575px;
	text-align: center;
	line-height: 250%;
}
.contentBox .content {
	padding: 24px 32px 10px 32px;
}
.contentBox .scrollholder {
	width: 545px;
	height: 282px;
	margin: 30px 15px 20px 15px;
}

.cbApartmentsTypeOverview {
	left: 188px;
	top: 157px;
	height: 298px;
	width: 575px;
}
.cbApartmentsTypeOverview .scrollholder {
	height: 248px;
	margin: 30px 15px 20px 15px;
}

.cbApartmentsTypeFloorPlan {
	background: transparent url('../images/bg_floorplan.gif') no-repeat;
	left: 188px;
	top: 0;
	height: 506px;
	width: 765px;
}
.cbApartmentsTypeFloorPlan .scrollholder {
	height: 486px;
	width: 735px;
	margin: 20px 15px 20px 15px;
}
.cbApartmentsTypeFloorPlan #sectionMenu {
	position: absolute;
	top: 140px;
	left: 367px;
	height: 50px;
	width: 300px;
	z-index: 20;
}
.cbApartmentsTypeFloorPlan #sectionMenu ul {
	left: 0px;
}

.cbBottomNav {
	left: 112px;
	top: 84px;
	height: 406px;
	width: 722px;
	text-align: left;
	line-height: 140%;
}
.cbBottomNav .scrollholder {
	height: 358px;
	width: 682px;
	margin: 30px 15px 20px 15px;
}

.cbLegalStatement {
	left: 112px;
	top: 84px;
	height: 406px;
	width: 722px;
}
.cbLegalStatement .scrollholder {
	height: 365px;
	width: 682px;
	margin: 23px 15px 20px 15px;
}

.cbEmail {
	left: 112px;
	top: 106px;
	height: 368px;
	width: 722px;
	line-height: 140%;
}
.cbEmail .scrollholder {
	height: 350px;
	width: 682px;
	margin: 24px 15px 20px 15px;
}

.cbTopNav {
	left: 112px;
	top: 106px;
	height: 368px;
	width: 722px;
	line-height: 140%;
}
.cbTopNav .scrollholder {
	height: 330px;
	width: 682px;
	margin: 24px 15px 20px 15px;
}
.cbTopNav .scrollholder h3 {
	margin-bottom: 14px !important;
}

.cbContactUs {
	left: 112px;
	top: 106px;
	height: 368px;
	width: 722px;
}
.cbContactUs .scrollholder {
	height: 330px;
	width: 682px;
	margin: 24px 15px 20px 15px;
}

/******************************************************************************/

#sectionMenu {
	line-height: 120%;
	text-align: center;
}
#sectionMenu ul {
	position: absolute;
	list-style: none;
	height: 20px;
	padding: 2px;
	display: inline;
	left: 0;
	right: 0;
}
#sectionMenu ul li {
	display: inline;
	border-left: 1px solid white;
	font-family: Helvetica, Trebuchet, "Trebuchet MS", Arial, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
}
#sectionMenu ul li a {
	display: inline;
	background: #446678;
	color: white;
	text-decoration: none;
	padding: 3px 8px;
	margin: 0px;
}

#sectionMenu ul li a:hover,
#sectionMenu ul li.active a
{
	background: #86a8bb;
}

#sectionMenu p {
	display: none;
}

/******************************************************************************/

#sectionSubMenu {
	position: absolute;
	top: 164px;
	left: 368px; 
	z-index: 20;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#sectionSubMenu a {
	text-decoration: none;
}
#sectionSubMenu a.active {
	color: black;
}

#sectionSubMenu p {
	display: none;
}

/******************************************************************************/

#contentBox .content h3,
div.news h3 {
	text-transform: uppercase;
	margin: 0 0 6px 0;
	letter-spacing: 5px;
	font-size: 13px;
}
div.news h3 {
	margin: 30px 0 0 0;
}

#contentBox .content p {
	margin: 0 0 14px 0;
}

#contentBox .content table {
	margin: 0 0 10px 0;
}

#contentBox .content hr {
	display: block;
	margin: 0 0 14px 0;
	height: 6px;
	background: url('../images/hr_dots.gif') no-repeat center;
	border: none;
}

/******************************************************************************/
/******************************************************************************/

#buttonGalleries {
	position: absolute;
	left: 0;
	top: 590px;
	display: block;
	height: 18px;
	background: url('../images/ico_galleries.png') left center no-repeat;
	text-decoration: none;
	color: #88A0A9;
	padding: 10px 4px 5px 40px;
}

/******************************************************************************/
/******************************************************************************/

#topNavItems {
	position: absolute;
	top: 54px;
	right: 48px;
}

#topNavItems ul {
	list-style: none;
}
#topNavItems ul li {
	float: left;
}
#topNavItems ul li a {
	display: block;
	border-left: 1px solid #acc0c6;
	padding: 0 8px;
}
#topNavItems ul li.first a {
	border-left: none;
}
#topNavItems ul li.active a {
	background: #acc0c6;
	color: #36586b;
}

#topNavItems p {
	display: none;
}

/******************************************************************************/
/******************************************************************************/

#bottomNavItems {
	position: absolute;
	top: 596px;
	right: -8px;
}

#bottomNavItems ul {
	list-style: none;
}
#bottomNavItems ul li {
	float: left;
}
#bottomNavItems ul li a {
	display: block;
	border-left: 1px solid #88a0a9;
	padding: 0 8px;
}
#bottomNavItems ul li.first a {
	border-left: none;
}
#bottomNavItems ul li.active a {
	background: #acc0c6;
	color: #36586b;
}

#bottomNavItems p {
	display: none;
}

/******************************************************************************/
/******************************************************************************/

#flashVersionSwitch {
	position: absolute;
	top: 596px;
	left: 430px;
}

#flashVersionSwitch a {
	text-decoration: none;
}

/******************************************************************************/
/******************************************************************************/

#siteplan {
	background: white;
	position: absolute;
	width: 952px;
	height: 546px;
	top:0px;
	left: -11px;
	padding: 11px;
	z-index: 30;
}

#siteplan .view {
	color: #333333;
	position: absolute;
	bottom: 18px;
	left: 22px;
}

#siteplan a.closeButton {
	display: block;
	position: absolute;
	right: 12px;
	bottom: 14px;
	text-decoration: none;
	color: white;
	background: #555555;
	padding: 4px 18px;
}

#siteplan ul {
	position: absolute;
	left: 84px;
	bottom: 4px;
	list-style: none;
}
#siteplan ul li {
	float: left;
	border: 1px solid #b3b3b3;
	margin-right: 25px;
}
#siteplan ul li a {
	display: block;
	width: 77px;
	text-decoration: none;
	color: #808080;
	padding-left: 83px;
	line-height: 14px;
}
#siteplan ul li.houses a {
	background: url('../images/button_siteplan_houses.jpg') no-repeat;
	padding-top: 13px;
	height: 28px;
}
#siteplan ul li.houses a.active {
	color: white;
	background-color: #3a5e71;
}
#siteplan ul li.features a {
	background: url('../images/button_siteplan_features.jpg') no-repeat;
	padding-top: 6px;
	height: 35px;
}
#siteplan ul li.features a.active {
	color: white;
	background-color: #457624;
}

/******************************************************************************/

#siteplan .items .item {
	position: absolute;
	background: url('../images/transparent.gif');
	padding: 10px;
	line-height: 140%;
	display: none;
}
#siteplan .items .item .box {
	display: block;
	background: #e6e6e6;
	padding: 6px 11px 16px 11px;
	width: 272px;
}

#siteplan .items .item h3 {
	color: #4d4d4d;
	margin: 0 0 6px 0;
}
#siteplan .items .item img {
	margin: 0 0 12px 0;
}
#siteplan .items .item a.viewUnits {
	display: block;
	background: #446678 url('../images/bullet_available_units.gif') 136px 50% no-repeat;
	color: white;
	padding: 3px 5px;
	width: 140px;
	margin: 8px 0 0 0;
}

#siteplan .items .dum-1,
#siteplan .items .house-1 {
	left: 170px;
	top: 110px;
}
#siteplan .items .dum-2,
#siteplan .items .house-2{
	left: 320px;
	top: 84px;
}
#siteplan .items .dum-3,
#siteplan .items .house-3 {
	left: 650px;
	top: 80px;
}
#siteplan .items .dum-4,
#siteplan .items .house-4{
	left: 230px;
	top: 190px;
}
#siteplan .items .oranzerie,
#siteplan .items .orangerie {
	left: 500px;
	top: 60px;
}

#siteplan .items .brana,
#siteplan .items .gate {
	left: 530px;
	top: 210px;
}
#siteplan .items .jezirko,
#siteplan .items .lake {
	left: 430px;
	top: 130px;
}
#siteplan .items .ostruvek,
#siteplan .items .island {
	left: 350px;
	top: 210px;
}
#siteplan .items .francouzska-zahrada,
#siteplan .items .french-gardens {
	left: 510px;
	top: 152px;
}
#siteplan .items .anglicky-park,
#siteplan .items .english-garden {
	left: 290px;
	top: 200px;
}
#siteplan .items .labyrint,
#siteplan .items .maze {
	left: 200px;
	top: 220px;
}
#siteplan .items .vila,
#siteplan .items .villa {
	left: 500px;
	top: 190px;
}
#siteplan .items .altan,
#siteplan .items .gazebo {
	left: 150px;
	top: 170px;
}

/******************************************************************************/
/******************************************************************************/

#map {
	background: white;
	position: absolute;
	width: 952px;
	height: 546px;
	top:0px;
	left: -11px;
	padding: 11px;
	z-index: 30;
}

#map .show {
	color: #333333;
	position: absolute;
	bottom: 18px;
	left: 22px;
}

#map a.closeButton {
	display: block;
	position: absolute;
	right: 12px;
	bottom: 14px;
	text-decoration: none;
	color: white;
	background: #555555;
	padding: 4px 18px;
}

#map ul {
	position: absolute;
	left: 74px;
	bottom: 15px;
	list-style: none;
	border-left: 1px solid #999999;
}
#map ul li {
	float: left;
	border: 1px solid #999999;
	border-left-width: 0px;
}
#map ul li a {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #808080;
	line-height: 19px;
}
#map ul li.sights a {
	/*background: url('../images/button_map_sights.gif') left no-repeat;*/
	width: 134px;
}
#map ul li.sights a.active {
	color: white;
	background-color: #c9561b;
}
#map ul li.education a {
	/*background: url('../images/button_map_education.gif') left no-repeat;*/
	width: 134px;
}
#map ul li.education a.active {
	color: white;
	background-color: #4b88a1;
}
#map ul li.shopping a {
	/*background: url('../images/button_map_shopping.gif') left no-repeat;*/
	width: 184px;
}
#map ul li.shopping a.active {
	color: white;
	background-color: #9c112e;
}
#map ul li.outdoors a {
	/*background: url('../images/button_map_outdoors.gif') left no-repeat;*/
	width: 184px;
}
#map ul li.outdoors a.active {
	color: white;
	background-color: #458375;
}
#map ul li.transportation a {
	/*background: url('../images/button_map_transportation.gif') left no-repeat;*/
	width: 134px;
}
#map ul li.transportation a.active {
	color: white;
	background-color: #6d3c6e;
}


/******************************************************************************/

#map .items .item {
	position: absolute;
	background: url('../images/transparent.gif');
	padding: 10px;
	font-size: 11px;
	line-height: 140%;
	display: none;
}
#map .items .item .box {
	display: block;
	position: relative;
	background: white;
	border: 1px solid #c6c6c6;
	padding: 6px 11px 16px 11px;
	width: 272px;
}

#map .items .item h3 {
	color: #c9561b;
	margin: 0 0 6px 0;
}
#map .items .item img {
	margin: 0 12px 0 0;
}

#map .items .item p.link {
	font-family: Helvetica, Trebuchet, "Trebuchet MS", Arial, sans-serif;
	display: block;
	background: url('../images/bullet_website.gif') right no-repeat;
	position: absolute;
	top: 7px;
	right: 10px;
	text-align: right;
	text-transform: uppercase;
	padding: 0 16px 0 0;
}
#map .items .item p.link a {
	color: #222121;
	text-decoration: none;
}

#map .items .prazsky-hrad,
#map .items .prague-castle {
	left: 655px;
	top: 65px;
}
#map .items .staromestske-namesti,
#map .items .old-town-square {
	left: 655px;
	top: 162px;
}
#map .items .karluv-most,
#map .items .charles-bridge {
	left: 655px;
	top: 243px;
}
#map .items .petrinska-hvezdarna,
#map .items .petrin-observatory {
	left: 530px;
	top: 300px;
}
#map .items .narodni-divadlo,
#map .items .national-theatre {
	left: 594px;
	top: 285px;
}

#map .items .international-school-of-prague {
	left: 25px;
	top: 4px;
}
#map .items .riverside-school {
	left: 370px;
	top: 4px;
}
#map .items .materske-skoly,
#map .items .kindergarten {
	left: 184px;
	top: 254px;
}

#map .items .deutsche-schule-prag {
	left: 126px;
	bottom: 45px;
}
#map .items .lycee-francais-de-prague {
	left: 478px;
	bottom: 45px;
}
#map .items .montessori-school {
	left: 654px;
	bottom: 45px;
}

#map .items .supermarket {
	left: 170px;
	top: 231px;
}
#map .items .posta,
#map .items .post-office {
	left: 101px;
	top: 290px;
}
#map .items .ikea {
	left: 5px;
	bottom: 45px;
}
#map .items .nakupni-stredisko-zlicin,
#map .zlicin-shopping-park {
	left: 5px;
	bottom: 45px;
}
#map .items .nakupni-stredisko-novy-smichov,
#map .items .novy-smichov-shopping-centre {
	left: 430px;
	bottom: 45px;
}
#map .items .parizska-ulice,
#map .items .parizska-street {
	left: 654px;
	top: 260px;
}

#map .items .hokejovy-klub-hvezda,
#map .items .hockey-club-hvezda {
	left: 125px;
	top: 28px;
}
#map .items .stromovka {
	left: 654px;
	top: 20px;
}
#map .items .zoo-praha {
	left: 654px;
	top: 20px;
}
#map .items .plavecky-bazen-petynka,
#map .items .petynka-swimming-pool {
	left: 340px;
	top: 168px;
}
#map .items .park-ladronka,
#map .items .ladronka-park {
	left: 5px;
	top: 290px;
}
#map .items .park-letna,
#map .items .letna-park {
	left: 630px;
	top: 70px;
}
#map .items .golf-club-praha {
	left: 5px;
	bottom: 45px;
}
#map .items .petrin {
	left: 576px;
	bottom: 45px;
}
#map .items .holmes-fitness-centrum,
#map .items .holmes-place-fitness {
	left: 300px;
	bottom: 45px;
}

/******************************************************************************/
/******************************************************************************/

#galleryList {
	background: white url('../images/bg_gallery.jpg') no-repeat 11px 10px;
	position: absolute;
	z-index: 30;
	width: 952px;
	height: 546px;
	top:0px;
	left: -11px;
	padding: 11px;
}

#galleryList a.closeButton {
	display: block;
	position: absolute;
	right: 12px;
	bottom: 14px;
	text-decoration: none;
	color: white;
	background: #555555;
	padding: 4px 18px;
}

#galleryList h3 {
	color: white;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 11px 0;
}

#galleryList p.description {
	font-family: Helvetica, Trebuchet, "Trebuchet MS", Arial, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}
#galleryList p.description a {
	color: #333333;
	text-decoration: none;
	padding: 0 10px 0 7px;
	background: url('../images/bullet_galleries.gif') right no-repeat;
}

#galleryList .item {
	background: white;
	position: relative;
	padding: 6px 5px 4px 7px;
	margin: 0 0 24px 0;
}
#galleryList .item h4 {
	position: absolute;
	left: 74px;
	top: 46px;
}
#galleryList .item h4 a {
	display: block;
	background: #476a7d;
	color: white;
	text-decoration: none;
	font-family: Helvetica, Trebuchet, "Trebuchet MS", Arial, sans-serif;
	text-transform: uppercase;
	padding: 4px;
	width: 120px;
	text-align: center;
}
#galleryList .item img {
	display: block;
	margin: 0 0 3px 0;
}

#galleryList .column1 {
	position: absolute;
	width: 272px;
	left: 40px;
	top: 33px;
}

#galleryList .column2 {
	position: absolute;
	width: 272px;
	left: 350px;
	top: 33px;
}

#galleryList .column3 {
	position: absolute;
	width: 272px;
	left: 665px;
	top: 33px;
}

/******************************************************************************/
/******************************************************************************/

#galleryDetail {
	background: white;
	position: absolute;
	width: 952px;
	height: 548px;
	top:0px;
	left: -11px;
	padding: 11px;
	z-index: 30;
}

#galleryDetail a.closeButton {
	display: block;
	position: absolute;
	right: 12px;
	bottom: 15px;
	text-decoration: none;
	color: white;
	background: #555555;
	padding: 4px 18px;
}

#galleryDetail h3 {
	position: absolute;
	bottom: 20px;
	right: 796px;
	color: #4b7084;
}

/******************************************************************************/

#galleryDetail select.otherGalleries {
	position: absolute;
	left: 690px;
	bottom: 16px;
	color: #4b7084;
}

/******************************************************************************/

#galleryDetail .thumbnails .item {
	 float: left;
	 padding: 2px;
	 margin: 0 4px 0 0;
	 border: 1px solid white;
}
#galleryDetail .thumbnails .item img {
	display: block;
}
#galleryDetail .thumbnails .itemActive {
	 border: 1px solid #b3b3b3;
}

/******************************************************************************/

#scrollLeftControl {
	position: absolute;
	display: block;
	width: 9px;
	height: 18px;
	background: url('../images/arrow_left.gif') no-repeat;
	left: 189px;
	bottom: 17px;
}
#scrollLeftControl span {
	display: none;
}
#scrollRightControl {
	position: absolute;
	display: block;
	width: 10px;
	height: 18px;
	background: url('../images/arrow_right.gif') no-repeat;
	left: 601px;
	bottom: 17px;
}
#scrollRightControl span {
	display: none;
}
#scrollContainer {
	position: absolute;
	width: 392px;
	height: 49px;
	overflow: hidden;
	bottom: 2px;
	left: 204px;
	clip: rect(0,392,49,0);
	visibility: hidden;
}

#scrollContent {
	position: absolute;
	width: 1000px;
	top: 0px;
	left: 0px;
}

/******************************************************************************/
/******************************************************************************/

table.salesOffice {
	border-collapse: collapse;
	text-align: left;
}
table.salesOffice h4 {
	display: block;
	background: #4d4d4d;
	color: white;
	padding: 3px 6px;
	margin: 0 0 6px 0;
	font-family: Helvetica, Trebuchet, "Trebuchet MS", Arial, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}
table.salesOffice p {
	margin-bottom: 10px !important;
}
table.salesOffice a.blueButton {
	background: #334d5a url('../images/bullet_emailus.gif') 65px 50% no-repeat;
	color: white !important;
	font-family: Helvetica, Trebuchet, "Trebuchet MS", Arial, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 20px 3px 6px;
}

/******************************************************************************/
/******************************************************************************/

table.contactForm {
	border-collapse: collapse;
	text-align: left;
	width: 100%;
	font-family: Helvetica, Trebuchet, "Trebuchet MS", Arial, sans-serif;
}
table.contactForm td {
	vertical-align: top;
}

table.contactForm label {
	color: #555555;
	text-transform: uppercase;
	margin-right: 4px;
}
table.contactForm td.col2 {
	text-align: right;
	padding-top: 17px;
}
table.contactForm td.col2 p {
	margin-bottom: 8px !important;
}

table.contactForm input.text {
	width: 189px;
	border: 1px solid #999999;
	padding: 3px 3px;
}

table.contactForm textarea {
	width: 280px;
	height: 176px;
	border: 1px solid #999999;
	padding: 3px 3px;
}

table.contactForm .required {
	background: #dfeaec;
}
table.contactForm .error {
	background: pink;
	cursor: help;
}

/******************************************************************************/
/******************************************************************************/

#searchApartments {
	background: white;
	left: 52px;
	top: 106px;
	width: 842px;
	position: absolute;
	z-index: 1;
	font-family: Helvetica, Trebuchet, "Trebuchet MS", Arial, sans-serif;
}

#searchApartments form.filter {
	padding: 14px;
	font-size: 12px;
}
#searchApartments form.filter select,
#searchApartments form.filter input
{
	font-size: 10px;
}
#searchApartments form.filter select {
	width: 96px;
	margin-right: 14px;
}
#searchApartments form.filter input.submit {
	margin-right: 8px;
}
#searchApartments form.filter label {
	margin-right: 12px;
	color: #88a0a9;
}

/******************************************************************************/

#searchApartments .tblApartments {
	border-collapse: collapse;
	width: 100%;
	background: #385769;
	color: white;
}
#searchApartments .tblApartments td,
#searchApartments .tblApartments th {
	font-size: 11px;
	padding: 3px 4px 3px 4px;
	vertical-align: bottom;
}

#searchApartments .tblApartments th {
	background: #505050;
	padding: 7px 4px 7px 4px;
}
#searchApartments .tblApartments th a {
	color: white;
	padding-right: 14px;
}
#searchApartments .tblApartments th a.sortedAsc {
	background: url(../images/sort_asc.gif) no-repeat right;
}
#searchApartments .tblApartments th a.sortedAsc:hover {
	background-image: url(../images/sort_desc.gif);
}
#searchApartments .tblApartments th a.sortedDesc {
	background: url(../images/sort_desc.gif) no-repeat right;
}
#searchApartments .tblApartments th a.sortedDesc:hover {
	background-image: url(../images/sort_asc.gif);
}
#searchApartments .tblApartments th a.notSorted:hover {
	background: url(../images/sort_asc.gif) no-repeat right;
}

#searchApartments .tblApartments tr .house {
	padding-left: 14px;
	width: 46px;
}
#searchApartments .tblApartments tr .type {
	width: 84px;
}
#searchApartments .tblApartments tr .size {
	text-align: right;
	width: 52px;
}
#searchApartments .tblApartments tr td.size {
	padding-right: 18px;
}
#searchApartments .tblApartments tr .layout {
	padding-left: 10px;
	width: 54px;
}
#searchApartments .tblApartments tr .layout img {
	cursor: help;
}
#searchApartments .tblApartments tr .floor {
	padding-left: 10px;
	width: 62px;
}
#searchApartments .tblApartments tr th.floor span.floorNote {
	float: left;
	padding: 1px 4px 0 0;
}
#searchApartments .tblApartments tr th.price a.priceNote {
	padding: 0 4px;
}
#searchApartments .tblApartments tr th.floor span.floorNote .popup,
#searchApartments .tblApartments tr th.price a.priceNote .popup {
	display: none;
}
#searchApartments .tblApartments tr th.price a.priceNote .popup {
	white-space: nowrap;
	text-align: left;
	text-transform: uppercase;
}
#searchApartments .tblApartments tr th.floor span.floorNote:hover .popup,
#searchApartments .tblApartments tr th.price a.priceNote:hover .popup {
	display: block;
	position: absolute;
	padding: 8px;
}
#searchApartments .tblApartments tr th.price a.priceNote:hover .popup {
	background: #505050;
}
#searchApartments .tblApartments tr .terraceBalc {
	text-align: right;
}
#searchApartments .tblApartments tr td.terraceBalc {
	text-align: right;
	padding-right: 18px;
	width: 76px;
}
#searchApartments .tblApartments tr .garden {
	text-align: right;
}
#searchApartments .tblApartments tr td.garden {
	text-align: right;
	padding-right: 18px;
	width: 56px;
}
#searchApartments .tblApartments tr .apartment {
	text-align: right;
}
#searchApartments .tblApartments tr td.apartment {
	text-align: right;
	padding-right: 18px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 66px;
}
#searchApartments .tblApartments tr .price {
	text-align: right;
}
#searchApartments .tblApartments tr td.price {
	text-align: right;
	padding-right: 17px;
	width: 120px;
}
#searchApartments .tblApartments tr .status {
	text-align: right;
}
#searchApartments .tblApartments tr td.status {
	text-align: right;
	padding-right: 17px;
	width: 80px;
}
#searchApartments .tblApartments tr td.price img {
	cursor: help;
}

#searchApartments .tblApartments tr.odd td {
	background: #82a3b6;
}

/******************************************************************************/

#searchApartments .paging {
	height: 30px;
	text-transform: uppercase;
	position: relative;
}
#searchApartments .paging a {
	color: #505050;
	font-weight: bold;
	text-decoration: none;
}
#searchApartments .paging p.previous {
	position: absolute;
	left: 14px;
	top: 8px;
	background: url('../images/arrow_previous.gif') left no-repeat;
	padding-left: 12px;
}
#searchApartments .paging p.currentResults {
	position: absolute;
	left: 140px;
	top: 9px;
	font-size: 9px;
}
#searchApartments .paging p.currentResults span{
	font-size: 9px;
}
#searchApartments .paging p.next {
	position: absolute;
	right: 14px;
	top: 8px;
	background: url('../images/arrow_next.gif') right no-repeat;
	padding-right: 12px;
}

#searchApartments .alert {
	padding: 30px;
	text-align: center;
	font-weight: bold;
	background: #385769;
	color: white;
}

/******************************************************************************/
/******************************************************************************/

.contentBox .scrollholderNewsLeft {
	width: 230px;
	height: 315px;
	margin: 30px 15px 20px 15px;
	position: absolute;
	left: 4px;
	top: 1px;
	text-align: left;
}

.contentBox .recentNews p.noNews { 
  padding-top: 30px; text-align: center;
}
.contentBox .scrollholderNewsLeft h4 {
	font-size: 12px;
	text-transform: uppercase;
	font-family: Helvetica, Trebuchet, "Trebuchet MS", Arial, sans-serif;
	margin: 0 0 2px 2px;
}
.contentBox .scrollholderNewsLeft .recentNews .item {
	padding: 6px;
}
.contentBox .scrollholderNewsLeft .recentNews .item p.date {
	background-color: #4a6e80;
	padding: 1px 8px;
	margin: 0 0 6px 0;
	width: 62px;
	color: white;
	font-weight: bold;
	font-family: Helvetica, Trebuchet, "Trebuchet MS", Arial, sans-serif;
}
.contentBox .scrollholderNewsLeft .recentNews .item p.date a {
	color: white;
	text-decoration: none;
}
.contentBox .scrollholderNewsLeft .recentNews .item p.heading a {
	color: black;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	font-family: Helvetica, Trebuchet, "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	margin: 0 0 0 8px;
	display: block;
}
.contentBox .scrollholderNewsLeft .recentNews .active {
	background: #e6e6e6;
}

.contentBox .scrollholderNewsLeft h4.headingArchives {
	float: left;
}
.contentBox .scrollholderNewsLeft .archive {
	font-family: Helvetica, Trebuchet, "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.contentBox .scrollholderNewsLeft .archive ul.years {
	float: left;
	padding: 0 0 0 10px;
}
.contentBox .scrollholderNewsLeft .archive ul.years li {
	float: left;
	list-style: none;
	margin-right: 6px;
}
.contentBox .scrollholderNewsLeft .archive ul.years li a {
	float: left;
	text-decoration: none;
	color: white;
	padding: 0px 5px 0px 5px;
	background: #4a6e80;
	line-height: 130%;
}
.contentBox .scrollholderNewsLeft .archive ul.years li.active a {
	background: #90b1c3;
}
.contentBox .scrollholderNewsLeft .archive ul.months {
	border-top: 1px solid black;
	padding: 8px 0 0 0;
	clear: both;
	list-style: none;
}
.contentBox .scrollholderNewsLeft .archive ul.months li {
	margin: 0 0 3px 0;
	color: #c2c3bd;
}
.contentBox .scrollholderNewsLeft .archive ul.months li a {
	color: black;
	text-decoration: none;
	padding-right: 12px;
}
.contentBox .scrollholderNewsLeft .archive ul.months li.folded a {
	background: url('../images/bullet_folded.gif') right no-repeat;
}
.contentBox .scrollholderNewsLeft .archive ul.months li.expanded a {
	background: url('../images/bullet_expanded.gif') right no-repeat;
}

.contentBox .scrollholderNewsLeft .archive ul.months li ul.headlines {
	font-size: 11px;
	list-style: none;
	padding: 0 0 0 16px;
}
.contentBox .scrollholderNewsLeft .archive ul.months li ul.headlines a {
	background: none;
}


/******************************************************************************/

.contentBox .scrollholderNewsRight {
	width: 420px;
	height: 290px;
	margin: 30px 15px 20px 15px;
	position: absolute;
	right: 10px;
	top: 20px;
	text-align: left;
	line-height: 160%;
}

.contentBox .scrollholderNewsRight p.date {
	background-color: #4a6e80;
	padding: 0px 8px;
	margin: 0 0 6px 0;
	width: 62px;
	color: white;
	font-weight: bold;
	font-family: Helvetica, Trebuchet, "Trebuchet MS", Arial, sans-serif;
}
.contentBox .scrollholderNewsRight img {
	float: left;
	margin: 0 16px 10px 0;
}
.contentBox .scrollholderNewsRight h4 {
	font-size: 12px;
	text-transform: uppercase;
	font-family: Helvetica, Trebuchet, "Trebuchet MS", Arial, sans-serif;
	margin: 0 0 8px 0;
}

/******************************************************************************/
/******************************************************************************/

span.biggerSpacing {
	letter-spacing: 3px;
}






