﻿/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

	Cresco Website: Standard Layout Stylesheet
	Abyss Studios Ltd. (c) 2007-2008

	history:
		071219 - recycled from Abyss Public Website -=AGi=-

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

/* standard anchors */

a:link, a:visited, a:active { text-decoration: none; color: #aea294; }


a:hover { text-decoration: none; color: #214367; }

/* custom anchors */
a.link:link, a.link:visited, a.link:active, a.link:hover, span.link,
a.linkExternal:link, a.linkExternal:visited, a.linkExternal:active, a.linkExternal:hover, span.linkExternal,
a.linkGallery:link, a.linkGallery:visited, a.linkGallery:active, a.linkGallery:hover, span.linkGallery,
a.linkVideo:link, a.linkVideo:visited, a.linkVideo:active, a.linkVideo:hover, span.linkVideo,
a.linkPortfolio:link, a.linkPortfolio:visited, a.linkPortfolio:active, a.linkPortfolio:hover, span.linkPortfolio,
a.linkDocument:link, a.linkDocument:visited, a.linkDocument:active, a.linkDocument:hover, span.linkDocument
{
	background-position: 0px .2em;
	padding-left: 1em;
	width: 7px;
	height: 8px;
	/*display: block;*/
}

a.link:link, a.link:visited, a.link:active, a.link:hover, span.link
{
	background: url('../images/bg-link_common.png') no-repeat 0px 2px; 
}

a.linkExternal:link, a.linkExternal:visited, a.linkExternal:active, a.linkExternal:hover, span.linkExternal
{
	background: url('../images/bg-link_common.png') no-repeat 0px 2px; 
}

a.linkExternalBig:link, a.linkExternalBig:visited, a.linkExternalBig:active, a.linkExternalBig:hover, span.linkExternalBig
{
	padding: 20px 0px 14px 22px;
	font-family: 'Myriad Pro', 'Trebuchet MS', Arial;
	font-size: 14pt;
	font-style: italic;
	font-weight: normal;
	color: #aea294;
	background: url('../images/bg-link_external.gif') no-repeat 0px 22px;
}
a.linkExternalBig:hover {color: #214367;}


a.linkGallery:link, a.linkGallery:visited, a.linkGallery:active, a.linkGallery:hover, span.linkGallery
{
	background: url('../images/link_gallery_orange.gif') no-repeat 0px 1px; 
}

a.linkPortfolio:link, a.linkPortfolio:visited, a.linkPortfolio:active, a.linkPortfolio:hover, span.linkPortfolio
{
	background: url('../images/link_portfolio_orange.gif ') no-repeat 0px 1px;
}

a.linkVideo:link, a.linkVideo:visited, a.linkVideo:active, a.linkVideo:hover, span.linkVideo
{
	background: url('../images/link_video_orange.gif ') no-repeat 0px 1px;
}

a.linkDocument:link, a.linkDocument:visited, a.linkDocument:active, a.linkDocument:hover, span.linkDocument
{
	background: url('../images/link_document_orange.gif ') no-repeat 0px 1px;
}

a.inText:link, a.inText:visited, a.inText:active { color: #aea294; }
a.title:link, a.title:visited, a.title:active { color: #aea294; font-weight: bold; }
a.contextLink:link, a.contextLink:visited, a.contextLink:hover, a.contextLink:active { color: #383838; }
a.contextPanelFooterLink:link, a.contextPanelFooterLink:visited, a.contextPanelFooterLink:hover, a.contextPanelFooterLink:active { color: #aea294; }

/* global settings */
a, img, body, html, div, table, table tr, table tr td, h1, h2, h3
{
	padding: 0;
	margin: 0;	
	border-collapse: collapse; 
	border: none;
}


a img, a:link img, a:visited img, a:hover img
{
	display: block;
	border: none;
	text-decoration: none;
}

html, body
{
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 9pt;
	text-align: center;	
	height: 100%;
	width: 100%;
}


body 
{
	position: relative;	
	text-align: center;
}


body, table, textarea {
	border-collapse: collapse;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	padding: 0;
	margin: 0;	
}


@media screen, projection
{
	body {
		background-color: #204266;
	}
	body, table  {
		color: #214367;
	}
	
	body form
	{
		background: #e4e4e4 url('../images/bg-body.jpg') repeat-x top center;
		width: 1024px;		
		margin: 0 auto;
		margin-top: 24px;
		margin-bottom: 24px;
	}	
}


input, textarea { background-color: #f2f2f2; }


@media screen, projection
{
	.printOnly { display: none;	visibility: hidden; }
}

@media print 
{
	.printOnly { display: block !important;	visibility: visible; }	
}




/* base elements classes */
.master 
{
	text-align: left;
}



@media screen, projection  
{
	.master  {
		width: 977px;
		margin: 0 auto;
	}
	
	.logobar
	{
		width: 977px;
		height: 24px;
		display: table-cell;
		text-align: right;
		vertical-align: middle;
	}

	
	.logobarLink
	{	
	}


	.languageControl
	{
		padding: 0px 4px 4px 8px;
		font-size: x-small;
		display: inline;
		/*float: right;*/
	}	
	
	
	.languageControl input
	{
		top: 1px;
		left: 5px;
		margin-right: 2px;
		position: relative;
	}


	.navigationControl
	{
		padding: 0px 4px 4px 8px;
		font-size: x-small;
		float: right;
	}	
	
	.logobar .navigationControl
	{
		float: left;
		padding: 0px 0px 0px 8px;
	}
}

@media print
{
	.logobar { display: none; visibility: hidden; }
	.languageControl { display: none; visibility: hidden; }	
} 


/* menubar - top menu*/
@media screen, projection  
{
	.menubar
	{
		height: 162px;
		width: 975px;
		text-align: center;
		/*display: table-row-group;*/
		border-top: solid 1px #c8cdd2;
		border-left: solid 1px #c8cdd2;
		border-right: solid 1px #c8cdd2;
		position: relative;
		z-index: 10;
	}
	

	.menubarItem
	{
		position: absolute;	
	}
	
	
	.menubarItem a, .menubarItemActive a
	{
		width: 164px;
		height: 162px;
		display: block;
		background-repeat: no-repeat;
		background-position: 0px 0px;
		text-indent: -9999px;
	}



	.menubarItemActive a:link, .menubarItemActive a:active, .menubarItemActive a:visited, .menubarItemActive,
	.menubar .company a:hover, .menubar .projects a:hover, .menubar .media a:hover, .menubar .contacts a:hover
	{
		background-position: 0px -162px;
	}
	
	.menubar .home, .menubar .company, .menubar .projects, .menubar .media,	.menubar .contacts
	{
		position: absolute;
		top: 0px;
		left: 0px;
	}
	
	.menubar .home {left: 0px;}
	.menubar .company {left: 319px;}
	.menubar .projects {left: 483px;}
	.menubar .media {left: 647px;}
	.menubar .contacts {left: 811px;}
	
	
	.menubar .home a 
	{
		width: 319px;
		background: url('../images/bg-logoCrescoGroup.png') no-repeat top left;
	}

}

@media print
{
	.menubar { display: none; visibility: hidden; }
} 

/* site map path */
@media screen
{
	.siteMapPath 
	{
		color: #a5a5a5;	
		background-color: #eeeeee;	
		width: 631px;
		float: right;
		padding-left: 169px;
		height: 2em;
		line-height: 2em;
		display: inline-block;
	}
	
	.siteMapPath a, .siteMapPath a:link, .siteMapPath a:visited, .siteMapPath a:active
	{
		color: #a5a5a5;
	}
	
	.siteMapPath a:hover
	{
		color: #aea294;
		text-decoration: none;
	}
	
	.siteMapPath img
	{
		display: inline-block;
	}
}

/* main - white underground for common page*/

@media screen, projection
{
	.main 
	{
		width: 975px;
		min-height: 400px;
		height: auto !important;
		height: 100%;
		background-color: #ffffff;
		padding-bottom: 40px;
		border-left: solid 1px #c8cdd2 !important;
		border-right: solid 1px #c8cdd2 !important;
		border-bottom: solid 1px #c8cdd2 !important;
		vertical-align: top;
	}	
}

@media print {
	.main 
	{
		width:100%;	
	}
}


/* section menu - left navigation menu */
@media screen, projection
{
	.sectionMenu
	{
		width: 284px;
		/*float: left;
		display: inline-block;*/
		display:-moz-inline-stack; display:inline-block; zoom:1; *display:inline;
		overflow: hidden;
		padding: 20px 20px 20px 16px;		
		vertical-align: top;
	}
}

@media print 
{
	.sectionMenu { display: none; visibility: hidden; }
}


.sectionMenuItemFirst
{
}

.sectionMenuItemLast
{
}


.sectionMenuItemNav0, .sectionMenuItemNav1, .sectionMenuItemNav2
{	
	width: 250px;
	font-size: small;
	padding: 0;
	margin: 0;
	display: block;
	color: #737373;
	overflow: hidden;
	line-height: 20px;
}

.sectionMenuItemNav0
{
	font-family: 'Myriad Pro', 'Trebuchet MS', Arial;
	font-size: 14pt;
	font-weight: normal;
	font-style: italic;
	margin-left: 22px;
	line-height: 30px;

}


.sectionMenuItemNav1, .sectionMenuItemNav2
{
	margin-left: 42px;
}


.sectionMenu a, .sectionMenu a:link, .sectionMenu a:visited, .sectionMenu a:active
{
	margin: 0;
	color: #737373;
	padding: 4px 0px 4px 8px;
	display: block;
	height: 100%;
	color: #aea294;
}

.sectionMenu a:hover
{
	margin: 0;
	color: #214367;
	text-decoration: none;
}


.sectionMenuItemNav1 a, .sectionMenuItemNav1 a:link, .sectionMenuItemNav1 a:visited, .sectionMenuItemNav1 a:active
{
	color: #214367;	
}

.sectionMenu .navIcon
{
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 0em;	
	width: 15px;
	height: 22px;
	float: left;
}


.sectionMenuItemNav0 .navIcon
{
	background-image: url('../images/bg-link_title.png');
	width: 22px;
}


.sectionMenuItemNav1 .navIcon
{
	background-image: url('../images/bg-link_common.png');
}


.sectionMenuItemNav2 .navIcon
{
	background-image: url('../images/bg-link_common.png');
}


.sectionContextPanel
{
	padding: 20px 0px 20px 0px;
}



/* content */

@media screen, projection {
	.content
	{
		width: 600px;
		/*float: left;*/
		overflow: hidden;
		padding-top: 16px;
		/*display: table-column;
		display: inline-block;*/
		display:-moz-inline-stack; display:inline-block; zoom:1; *display:inline;
		padding-bottom: 16px;
		margin-left: 10px;
		vertical-align: top;
	}	
}

@media print 
{
	.content
	{
	}	
}


/* context menu */
@media screen, projection {
	.contextMenu
	{
		display: none;
		float: left;
		overflow: hidden;
		padding: 24px 24px 20px 16px;
	}
}


@media print 
{
	.contextMenu { display: none; visibility: hidden; }
}

/* context panel */
.contextPanel
{
	/*background-color: #dbdbdb;*/
	/*padding: 5px 0px 20px 15px;*/
}

.contextPanelTitle, .contextPanelTitleActive
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: large;
	/*padding: 5px 0px 20px 0px;*/
	color: #737373;
}

.contextPanelTitleActive
{
	color: #aea294;
}

.contextPanelBody
{	
	/*margin: 20px 20px 20px 20px;*/
	/*padding-top: 12px;*/
}

.contextPanelFooter
{
	font-weight: bold;
	color: #aea294;
	/* display: inline-block;
	padding-top: 10px; */	
}

.contextPanelFooterLink
{
	color: #aea294;
}


/* footer */

.footer
{
	height: 2em;

	vertical-align: middle;
	line-height: 2em;
	display: table-cell;
	font-size: x-small;
	clear: both;
	
	padding: 0px 10px 0px 10px;
	width: 957px;
}

@media screen, projection 
{
	.footer
	{
		background-color: #e4e4e4;
		color: #aea294;
	}	
}

@media print
{
	.footer { display: none; visibility: hidden; }
} 


.footer .navigationControl a
{
	color: #aea294;
	font-size: x-small;
}

.footer .navigationControl a:hover
{
	color: #214367;
}

/* copyright */

.copyright 
{
	text-align: left;	
	float: left;
}

.copyright a:hover
{
	color: #214367;
}

@media screen, projection
{
	.copyright a
	{
		color: #aea294;
	}
}


/* text elements classes */

h1, .h1 
{
	/*position: relative;*/
	position: absolute;
	font-size: 16pt; font-weight: normal; 
	left: 320px;
	top: 210px;
	line-height: normal;
	width: auto;
	display: inline;	
	padding: 10px 14px 6px 14px;
	z-index: 5;
	background-color: White;
	color: #214367 !important;
}

h2, .h2
{
	padding: 20px 0px 14px 22px;
	font-family: 'Myriad Pro', 'Trebuchet MS', Arial;
	/*font-size: 14pt;*/
	font-size: 17pt;
	line-height: 20pt;
	font-style: italic;
	font-weight: normal;
	color: #aea294 !important;
	background-image: url('../images/bg-link_title.png');
	background-repeat: no-repeat;
	background-position: 0px 25px;
}

h3, .h3
{
	/*font-size: 9pt;*/
	font-size: 11pt;
	font-weight: bold;
	padding: 20px 0px 4px 0px;
 	line-height: 1.2em;
	color: #aea294 !important;
}


h4, .h4
{
	font-size: medium;
	font-weight: bold;
	color: #737373 !important;
}

h5, .h5
{
	font-size: 9pt;
	font-weight: bold;
	color: #214367 !important;
	padding: 0px !important;
	margin: 0px !important;
	display: inline;
}


@media print
{
	h2, .h2, h3, .h3, h4, .h4 { padding-left: 0px; background-image: none;}
} 



.emailLink 
{
	color: #aea294;
	display: inline;
}


/* Ad containers */

.adMain
{
	position: relative;
}

.adMain .adBackgroundImage
{
	position: absolute;
}

.adMain .adForeground
{
	position: absolute;
	z-index: 5;
}

.adSwitch
{
	display: none;
}

.adSwitch div
{
	float: left;
}

.adSwitch .switchElementPrev
{
	background-image: url('../images/billboard_nav_arrow_left_0.png');
	width: 13px;
	height: 15px;
	float: left;
}

.adSwitch .switchElementPrev:hover
{
	background-image: url('../images/billboard_nav_arrow_left_1.png');
}

.adSwitch .switchElementNext
{
	background-image: url('../images/billboard_nav_arrow_right_0.png');
	width: 14px;
	height: 15px;
	float: left;
}

.adSwitch .switchElementNext:hover
{
	background-image: url('../images/billboard_nav_arrow_right_1.png');
}

.adSwitch .switchElement1, .adSwitch .switchElement2, .adSwitch .switchElement3,
.adSwitch .switchElement4, .adSwitch .switchElement5, .adSwitch .switchElement6,
.adSwitch .switchElement7, .adSwitch .switchElement8, .adSwitch .switchElement9,
.adSwitch .switchElement1Active, .adSwitch .switchElement2Active, .adSwitch .switchElement3Active,
.adSwitch .switchElement4Active, .adSwitch .switchElement5Active, .adSwitch .switchElement6Active,
.adSwitch .switchElement7Active, .adSwitch .switchElement8Active, .adSwitch .switchElement9Active
{
	width: 17px;
	height: 15px;
	float: left;
}

.adSwitch .switchElement1 {	background-image: url('../images/billboard_nav_no1_0.png'); }
.adSwitch .switchElement1:hover, .adSwitch .switchElement1Active { background-image: url('../images/billboard_nav_no1_1.png'); }

.adSwitch .switchElement2 { background-image: url('../images/billboard_nav_no2_0.png'); }
.adSwitch .switchElement2:hover, .adSwitch .switchElement2Active { background-image: url('../images/billboard_nav_no2_1.png'); }

.adSwitch .switchElement3 { background-image: url('../images/billboard_nav_no3_0.png'); }
.adSwitch .switchElement3:hover, .adSwitch .switchElement3Active { background-image: url('../images/billboard_nav_no3_1.png'); }

.adSwitch .switchElement4 {	background-image: url('../images/billboard_nav_no4_0.png'); }
.adSwitch .switchElement4:hover, .adSwitch .switchElement4Active { background-image: url('../images/billboard_nav_no4_1.png'); }

.adSwitch .switchElement5 {	background-image: url('../images/billboard_nav_no5_0.png'); }
.adSwitch .switchElement5:hover, .adSwitch .switchElement5Active { background-image: url('../images/billboard_nav_no5_1.png'); }

.adSwitch .switchElement6 {	background-image: url('../images/billboard_nav_no6_0.png'); }
.adSwitch .switchElement6:hover, .adSwitch .switchElement6Active { background-image: url('../images/billboard_nav_no6_1.png'); }

.adSwitch .switchElement7 {	background-image: url('../images/billboard_nav_no7_0.png'); }
.adSwitch .switchElement7:hover, .adSwitch .switchElement7Active { background-image: url('../images/billboard_nav_no7_1.png'); }

.adSwitch .switchElement8 {	background-image: url('../images/billboard_nav_no8_0.png'); }
.adSwitch .switchElement8:hover, .adSwitch .switchElement8Active { background-image: url('../images/billboard_nav_no8_1.png'); }

.adSwitch .switchElement9 {	background-image: url('../images/billboard_nav_no9_0.png'); }
.adSwitch .switchElement9:hover, .adSwitch .switchElement9Active { background-image: url('../images/billboard_nav_no9_1.png'); }


.adContent div 
{
	float: left;
}


.adContent .contextPanelSeparator
{
	background-color: #aea294;
	width: 1px;
	height: 100%;
	float: left;
}

.adContent .contextPanel
{	
	padding-right: 10px;
	padding-left: 30px;
}

.adContent .contextPanelTitle, .adContent .contextPanelTitleActive
{
	margin-top: 20px;
	font-size: large;
	color: #fffaf2;
}

.adContent .contextPanelLink:link, .adContent .contextPanelLink:visited, .adContent .contextPanelLink:active, .adContent .contextPanelLink:hover
{
	border-bottom: 0px;
	float: left;
	clear: both;
	color: #aea294;
	width: 100%;
	background-position: 0px .2em;
	padding-left: 1em;
	background: url('../images/link_arrow_orange.gif') no-repeat top left;	
}


.adContent .contextPanelBody
{
	color: #c6c2bc;
	font-size: xx-small;
	padding: 0px;
	margin: 0px;		
}

.adContent .contextPanel div
{
	padding-bottom: 8px;
	width: 100%;
	clear: both;
}

.adContent .contextPanelBody .button
{
	padding: 0;
	width: 60px;
	height: 16px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	color: #4b4b4b;
	float: left;
	border: solid 1px #737373;
	background: #c7c2b7;
	cursor: pointer;
}

.adContent .contextPanelBody .editBox
{
	width: 100px;
	height: auto;
	margin-right: 10px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	color: #4b4b4b;
	float: left;
	border: solid 1px #737373;
	background: #e5e5e5;
}


.adContent .contextPanelLeft .contextPanel
{
	width: 294px;
}

.adContent .contextPanelMiddle .contextPanel
{
	width: 190px;
}

.adContent .contextPanelRight .contextPanel
{
	width: 188px;
}


.adContent .contextPanelRight .newsParagraphLarge
{
	padding: 0px;
	margin: 0px;
	width: 100%;
}

/* Ad container - title specific */
#adTitle
{
	height: 455px;
}

#adTitle .adBackgroundImage
{
	width: 977px;
	height: 455px;
}

#adTitle .adLink
{
	width: 100%;
	height: 286px;
	cursor: pointer;
}

#adTitle .adSwitch
{
	margin-top: 252px;
	margin-right: 20px;
	float: right;
}

#adTitle .adContent
{
	border-top: solid 6px #aea294;
	width: 977px;
	height: 163px;
}

/* Ad container - common specific */
#adCommon
{
	height: 245px;
}

#adCommon .adBackgroundImage
{
	width: 975px;
	height: 245px;
}

#adCommon .adLink
{
	width: 100%;
	height: 245px;	
	/*border-top: solid 1px #383838;
	border-bottom: solid 1px #383838;*/
	cursor: pointer;
}

#adCommon .adSwitch
{
	margin-top: 200px;
	margin-right: 20px;
	float: right;
}


#adCommon .adContent
{
}

@media print
{
	#adTitle { display: none; visibility: hidden; }
	#adCommon { display: none; visibility: hidden; }
} 



/* Emphasize Info Images */

.imageDescHeader { position: relative; }
/*.imageDesc h3 { font-size: 12pt; }*/

.imageInfoForLeaseSK, .imageInfoForLeaseEN, .imageInfoForLeaseTransparent,
.imageInfoForSaleSK, .imageInfoForSaleEN, .imageInfoForSaleTransparent,
.imageInfoFinalApproval0806EN, .imageInfoFinalApproval0806SK,
.imageInfoFinalApprovalEN, .imageInfoFinalApprovalSK,
.imageInfoLastApartmentsForSaleEN, .imageInfoLastApartmentsForSaleSK
{
	display: block;
	position: absolute;
	top: -29px;
	right: 3px;
}

.imageInfoForSaleSK, .imageInfoForSaleEN, .imageInfoForSaleTransparent {
	width: 114px;
	height: 46px;
}

.imageInfoForSaleSK 
{
	background: url('../images/bg-info_forSaleSK.png') no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg-info_forSaleSK.png');
	_background:none;
}

.imageInfoForSaleEN 
{
	background: url('../images/bg-info_forSaleEN.png') no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg-info_forSaleEN.png');
	_background:none;
}

.imageInfoForSaleTransparent 
{
	background: url('../images/bg-info_forSaleTransparent.png');
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg-info_forSaleTransparent.png');
	_background:none; 
}

.imageInfoForLeaseSK, .imageInfoForLeaseEN, .imageInfoForLeaseTransparent {
	width: 141px;
	height: 46px;
}
.imageInfoForLeaseSK 
{
	background: url('../images/bg-info_forLeaseSK.png') no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg-info_forLeaseSK.png');	
	_background:none;
}

.imageInfoForLeaseEN 
{
	background: url('../images/bg-info_forLeaseEN.png') no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg-info_forLeaseEN.png');	
	_background:none;	
}
	
.imageInfoForLeaseTransparent 
{
	background: url('../images/bg-info_forLeaseTransparent.png') no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg-info_forLeaseTransparent.png');	
	_background:none; 	
}

.imageInfoFinalApproval0806EN, .imageInfoFinalApproval0806SK {
	width: 141px;
	height: 46px;	
}

.imageInfoFinalApproval0806EN {
	background: url('../images/bg-info_finalApproval_0806_EN.png') no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg-info_finalApproval_0806_EN.png');	
	_background:none; 
}

.imageInfoFinalApproval0806SK {
	background: url('../images/bg-info_finalApproval_0806_SK.png') no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg-info_finalApproval_0806_SK.png');
	_background:none; 
}

.imageInfoFinalApprovalEN, .imageInfoFinalApprovalSK {
	width: 141px;
	height: 46px;	
}

.imageInfoFinalApprovalEN {
	background: url('../images/bg-info_colaudationValidEN_v7.png') no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg-info_colaudationValidEN_v7.png');	
	_background:none; 
}

.imageInfoFinalApprovalSK {
	background: url('../images/bg-info_colaudationValidSK.png') no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg-info_colaudationValidSK.png');
	_background:none; 
}

.imageInfoLastApartmentsForSaleEN, .imageInfoLastApartmentsForSaleSK {
	width: 141px;
	height: 46px;	
}

.imageInfoLastApartmentsForSaleEN {	
	background: url('../images/bg-info_lastApartmentsForSaleEN.png') no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg-info_lastApartmentsForSaleEN.png');	
	_background:none; 
}

.imageInfoLastApartmentsForSaleSK {	
	background: url('../images/bg-info_lastApartmentsForSaleSK.png') no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg-info_lastApartmentsForSaleSK.png');	
	_background:none; 
}

