﻿@font-face {
    font-family: 'TitilliumText22LThin';
    src: url('./fonts/titilium_webfont/titilliumtext22l001-webfont.eot');
    src: url('./fonts/titilium_webfont/titilliumtext22l001-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/titilium_webfont/titilliumtext22l001-webfont.woff') format('woff'),
         url('./fonts/titilium_webfont/titilliumtext22l001-webfont.ttf') format('truetype'),
         url('./fonts/titilium_webfont/titilliumtext22l001-webfont.svg#TitilliumText22LThin') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TitilliumText22LLight';
    src: url('./fonts/titilium_webfont/titilliumtext22l002-webfont.eot');
    src: url('./fonts/titilium_webfont/titilliumtext22l002-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/titilium_webfont/titilliumtext22l002-webfont.woff') format('woff'),
         url('./fonts/titilium_webfont/titilliumtext22l002-webfont.ttf') format('truetype'),
         url('./fonts/titilium_webfont/titilliumtext22l002-webfont.svg#TitilliumText22LLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TitilliumText22LRegular';
    src: url('./fonts/titilium_webfont/titilliumtext22l003-webfont.eot');
    src: url('./fonts/titilium_webfont/titilliumtext22l003-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/titilium_webfont/titilliumtext22l003-webfont.woff') format('woff'),
         url('./fonts/titilium_webfont/titilliumtext22l003-webfont.ttf') format('truetype'),
         url('./fonts/titilium_webfont/titilliumtext22l003-webfont.svg#TitilliumText22LRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TitilliumText22LMedium';
    src: url('./fonts/titilium_webfont/titilliumtext22l004-webfont.eot');
    src: url('./fonts/titilium_webfont/titilliumtext22l004-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/titilium_webfont/titilliumtext22l004-webfont.woff') format('woff'),
         url('./fonts/titilium_webfont/titilliumtext22l004-webfont.ttf') format('truetype'),
         url('./fonts/titilium_webfont/titilliumtext22l004-webfont.svg#TitilliumText22LMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TitilliumText22LBold';
    src: url('./fonts/titilium_webfont/titilliumtext22l005-webfont.eot');
    src: url('./fonts/titilium_webfont/titilliumtext22l005-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/titilium_webfont/titilliumtext22l005-webfont.woff') format('woff'),
         url('./fonts/titilium_webfont/titilliumtext22l005-webfont.ttf') format('truetype'),
         url('./fonts/titilium_webfont/titilliumtext22l005-webfont.svg#TitilliumText22LBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TitilliumText22LXBold';
    src: url('./fonts/titilium_webfont/titilliumtext22l006-webfont.eot');
    src: url('./fonts/titilium_webfont/titilliumtext22l006-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/titilium_webfont/titilliumtext22l006-webfont.woff') format('woff'),
         url('./fonts/titilium_webfont/titilliumtext22l006-webfont.ttf') format('truetype'),
         url('./fonts/titilium_webfont/titilliumtext22l006-webfont.svg#TitilliumText22LXBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

a.red {
	color:#FF3F46;
	text-decoration:none;
	font-weight: bold;
}
a.red:focus, a:hover {
	color:#000;
}

body
{
	margin: 0;
	padding: 0;
	color: #555;
	font: normal 10pt Arial,Helvetica,sans-serif;
	background: #FFFFFF;
}

#page
{
	
	margin-bottom: 5px;
	background: white;
	background: url('../images/main-bg.jpg')  no-repeat left top;
}
#page.detailed
{
	background: none;
}

#header
{
	margin: 0;
	padding: 0 0 4px 0;
	height: 207px;
	background: url('../images/header.jpg')  no-repeat left top;
}

#content
{
	padding: 0;
}

#content-center-left
{
	width: 321px;
	float: left;
	/*padding-right: 20px;*/ 
}

#content-center-right
{
	width: 604px;
	padding: 0 14px 0 21px;
	/*full width: 604px
	border:1px solid red;*/
	float: left;
	font-family: Verdana;
	font-size: 12px;
	line-height: 17px;
	color: #6b6b6b;
}

#content-center-left-top
{
	width: 329px;
	height: 29px;
}

#content-center-left-top.tab1
{
	background: url('../images/left-center-bg-top-1.jpg')  no-repeat left top;
}

#content-center-left-top.tab2
{
	background: url('../images/left-center-bg-top-2.jpg')  no-repeat left top;
}

#detailed-control-panel
{
	padding-top: 79px;
}

#main-logo
{
	position: relative;
	top: 0;
	float:left;
	left: 0;
	width: 321px;
	height: 100px;
}

#detailed-logo
{
	position: relative;
	top: 0;
	float:left;
	left: 0;
	width: 321px;
	height: 75px;
}

.shadow-tab
{
	cursor: pointer;
	float: left;
	color: #FFFFFF;
	font-family: 'TitilliumText22LThin',Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 18px;
	padding: 3px 5px 1px 13px;
}
.shadow-tab#tab-1-top
{
	width: 173px;
}

.shadow-tab#tab-2-top
{
	width: 109px;
}

#tab-2-content
{
	display: none;
}

#content-center-left-bottom
{
	width: 321px;
	height: 185px;
	background: url('../images/left-center-bg-bottom.jpg')  no-repeat left top;
}

#content-center-nav
{
	height: 35px;
	width: 100%;
	clear: both;
}

#content-center-nav-left
{
	position: relative;
	float: left;
}

#content-center-nav-right
{
	position: relative;
	float: right;
}

#content-bottom-nav
{
	height: 23px;
	width: 934px;
	clear: both;
	padding: 0 13px;
	padding: 25px 13px 15px 13px;
}

#content-flat-preview-list
{
	width: 934px;
	clear: both;
	padding: 0 13px;
	float: left;
}

.content-flat-preview-container
{
	width: 229px;
	height: 288px;
	float: left;
	padding: 9px 0 10px 0;
}

.content-flat-preview-container-bg
{
	width: 229px;
	height: 288px;
	float: left;
	padding: 0;
	background: transparent url('../images/flat-preview-container-b.png') no-repeat top left;
}

.content-flat-preview-container.not-right
{
	padding-right: 4.5px;
	float: left;
}

.content-flat-preview-container.right
{
	float: right;
}

.content-flat-preview-photo
{
	/*
	border-style: solid;
	border-color: #dcdcdc;
	border-width: 1px 1px 0 1px ;
	*/
	width: 229px;
	height: 133px;
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.content-flat-preview-text
{
	/*
	border-width: 0 1px 1px 1px ;
	border-style: solid;
	border-color: #dcdcdc;
	*/
	width: 218px;
	height: 133px;
	padding: 10px 0 10px 10px;
	background-color: #FFF;
}

.flat-preview-photo
{
	margin: 1px 0 0 1px;
}

.flat-preview-name
{
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #ff3f46;
	padding-bottom: 5px;
}

.flat-preview-buttons
{
	float: right;
}

.flat-preview-price
{
	clear: both;
	float: left;
	padding: 13px 0 5px 0;
	font-family: Verdana;
	font-size: 11px;
	color: #7e7e7e;
	height: 20px;
	width: 100%; 
}

.flat-preview-price-name
{
	font-weight: bold;
	width: 74px;
}

.flat-preview-price-value
{
	font-family: Verdana;
	font-size: 21px;
	font-weight: bold;
	color: #ff3f46;
	float: right;
	height: 30px;
	position: relative;
	right: 5px;
	bottom: 10px;
}

.pager
{
	cursor: pointer;
}
/*
.flat-preview-price-value
{
	font-family: Verdana;
	font-size: 21px;
	font-weight: bold;
	color: #ff3f46;
	width: 155px;
	text-align: right;
	float: right;
	position: relative;
	bottom: 10px;
	vertical-align: top;
}
*/

.flat-preview-details
{
	color: #7e7e7e;
	width: 110px;
	float: left;
	font-family: Verdana;
	font-size: 11px;
	line-height: 14px;
}

.flat-preview-button
{
	width: 95px;
	height: 20px;
	background: url('../images/flat-preview-button.jpg')  no-repeat top left;
	margin: 1px 0;
	padding: 3px 0 0 0;
	color: #FFF;
	font-weight: bold;
	float: right;
	clear: both;
	text-align: right;
	cursor: pointer;
}

.flat-preview-button-text
{
	padding-right: 10px;
	width: 85px;
	height: 20px;
	display: block;
	color: #FFFFFF;
}

.flat-preview-button.selected 
{
	background-position: 0 -23px;
	color: #000;
}

#content-bottom-nav a, #content-top-nav a 
{
	color: #414141;
}

#content-bottom-nav a:hover, #content-top-nav a:hover
{
	color: #ff3f46;
}

#content-bottom-nav
{
	clear: both;
	float: left;
	padding-left: 13px;
	padding-right: 13px;
	width: 934px;
}

#content-bottom-nav div
{
	float: left;
}

#content-top-nav
{
	float: left;
	clear: both;
	text-align: right;
	width: 934px;
	/*padding: 25px 13px 15px 13px;*/
	padding: 0 10px 5px;
	
}

#bottom-nav-back-container
{
	width: 55px;
}

#bottom-nav-back
{
	width: 55px;
	padding-left: 15px;
	background: url('../images/arrow-left-bottom.png')  no-repeat 0 3px;
}

#bottom-nav-back.selected
{
	background: url('../images/arrow-left-bottom-selected.png')  no-repeat 0 3px;
	cursor: pointer;
}

#bottom-nav-tothetop-container
{
	width: 145px;
	text-align: right;
	padding-right: 15px;
}

#bottom-nav-tothetop
{
	width: 145px;
	text-align: right;
	padding-right: 15px;
	background: url('../images/arrow-right-top.png')  no-repeat 100% 50%;
}

#bottom-nav-tothetop.selected
{
	background: url('../images/arrow-right-top-selected.png')  no-repeat 100% 50%;
	cursor: pointer;
}

#bottom-nav-homepage-container
{
	width: 185px;
	text-align: right;
	padding-right: 15px;
}

#bottom-nav-homepage
{
	width: 185px;
	text-align: right;
	padding-right: 15px;
	background: url('../images/arrow-left-top.png')  no-repeat 100% 50%;
}

#bottom-nav-homepage.selected
{
	background: url('../images/arrow-left-top-selected.png')  no-repeat 100% 50%;
	cursor: pointer;
}

#bottom-nav-sum
{
	width: 150px;
	text-align: right;
}

#bottom-nav-pages
{
	text-align: right;
	word-spacing: 8.5px; 
	width: 350px;
	float: right;
}

#top-nav-sum
{
	width: 210px;
	float: right;
}

#top-nav-pages {
    float: right;
    padding-left: 10px;
    word-spacing: 8.5px;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	float: left;
	width: 934px;
	padding: 13px;
	font-size: 0.8em;
	text-align: left;
	border-top: 1px solid #C9E0ED;
	background-color: #414141;
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
}

#footer a.footer_menu_link {
	color: white;
	font-size: 10px;
}

#footer a.footer_menu_link:hover {
	color:#ff3f46;
	font-size: 10px;
}

#logo
{
	background: url('../images/logo.png')  no-repeat 20px 18px;
	height: 101px;
}

#mainmenu
{
	float: right;
	left: 4px;
	position: relative;
	bottom: 183px;
}

#mainmenu.mainmenu-detailed
{
	top: 23px; 
	left: 4px;
	position: relative;
	z-index:100;
	
}

#mainmenu.mainmenu-detailed.active
{
	opacity: 1;
}

#mainmenu ul, #mainmenu ul li ul
{
	margin:0;
	padding: 0;
	
}

#mainmenu ul li
{
	background-repeat: no-repeat;
	display: inline;
	width: 82px;
	padding: 1px;
	cursor: pointer;
	padding-right: 15px;
}

li#menu-first {
	background: transparent url('../images/top-menu-bg-item-1-c.png');
}

li#menu-second {
	background: transparent url('../images/top-menu-bg-item-2.png');
}

li#menu-third {
	background: transparent url('../images/top-menu-bg-item-3.png');
}

li#menu-fourth {
	background: transparent url('../images/top-menu-bg-item-4.png');
}

.normal#menu-second {
	background-position: top left;
}
.selected#menu-second {
	background-position: 0 -19px;
	color: red;
}


#mainmenu ul li a
{
	color:#ffffff;
	background-color:transparent;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	padding-left:7px;	
}

#mainmenu ul li a.submenulink
{
	display: block;
	width: auto;
	/*border:1px solid yellow;*/
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	/*color: #000000;*/
	text-decoration:none;
}

#menu-dropdown {
	display: none;
	position: absolute;
	left: 104px;
	top: 17px;
	z-index: 10;
}

#mainmenu ul li ul li.normal {
	background: transparent url('../images/menu-dropdown-bg.png') repeat;
	color: white;
	display: block;
	font-family: Verdana;
	font-size: 11px;
	width: auto;
	padding: 5px 5px;
	
}

#mainmenu ul li ul li.selected {
	background: transparent url('../images/menu-dropdown-selected-bg.png') repeat;
	color: #ff3f46;
	display: block;
	font-family: Verdana;
	font-size: 11px;
	width: auto;
	padding: 5px 5px;
	
}

#mainmenu ul li ul li.selected a {
	color: #ff3f46;	
}

#mainmenu ul li ul li a {
	padding: 0;
	margin: 0;
}

#details-left {
	/*border: 1px solid red;*/
	width: 321px;
	float: left;
	background: transparent url('../images/logo-small.png') no-repeat scroll 20px 10px;
	/*padding-top: 79px;*/
}

#details-right {
	/*border: 1px solid green;*/
	width: 639px;
	float: left;
	position:relative;
	bottom: 16px;
	z-index:1;
}

#tab-1-content
{
	/*padding: 27px 13px 0 13px;*/
	width: 320px;
	height: 169px;
	/*border: 1px solid orange;*/
}

#tab-2-content
{
	width: 320px;
	height: 169px;
	/*margin: 0 11px 0 13px;*/
}

#tab-1-left
{
	/*border: 1px solid red;*/
	width: 205px;
	height: 154px;
	padding: 18px 13px 0 13px;
	/*margin: 0;*/
	float: left;
}

#tab-1-right
{
	/*border: 1px solid green;*/
	float: right;
	width: 87px;
	height: 22px; 
	position: relative;
	top: 148px;
	background: transparent url('../images/search-button.png') no-repeat scroll left top;
	text-align: center;
	cursor: pointer;
}

#tab-1-right.selected span
{
	color: #000000;
	cursor: pointer;
}

#tab-1-right-search-button-text
{
	font-weight: bold;
	color: #FFFFFF;
	position: relative;
	top: 3px;
}

#tab-2-content table
{
	/*border: 1px solid red;*/
	margin-bottom: 0;
	font-family: Verdana;
	font-size: 11px;
}

#tab-2-content table tr#tab-2-header
{
	height: 30px;
}

#tab-2-content table tr.odd
{
	background-color: #d9d9d9;
	height: 20px;
}

#tab-2-content table tr.even
{
	background: transparent;
	height: 20px;
}

.tab-2-button-delete
{
	background: url("../images/button-delete.png") no-repeat scroll 20% 50% transparent;
	
}

#tab-2-more
{
	width: 306px;
	height: 22px;
	padding-left: 14px;
}

#tab-2-more.tab-2-more-detailed
{
	position: absolute;
	top: 255px;
}

#tab-2-more.tab-2-more-index
{
	position: absolute;
	top: 388px;
}

#tab-2-more-button-list-down
{
	width: 22px;
	height: 22px;
	background: url("../images/button-list-down.png") no-repeat scroll 0 0 transparent;
	float: left;
}

#tab-2-more-button-list-up
{
	width: 22px;
	height: 22px;
	background: url("../images/button-list-up.png") no-repeat scroll 0 0 transparent;
	float: left;
	position: relative;
	left: 3px;
}

#tab-2-more-enquire
{
	width: 198px;
	height: 22px;
	float: right;
	background: url("../images/button-enquire.png") no-repeat scroll 0 0 transparent;
	text-align: center;
}

#tab-2-more-enquire span a
{
	color: #FFF;
	cursor: pointer;
}

#tab-2-more-enquire.selected span a
{
	color: #000;
	cursor: pointer;
}

#tab-2-list-index
{
	display: none;
}

#main-nav-text a
{
	
}

.button-text
{
	font-weight: bold;
	color: #FFFFFF;
	position: relative;
	top: 4px;
}

.detailed-main-pic {
    margin-bottom: 22px;
    width: 639px;
    height: 393px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.top-pic
{
    margin-bottom: 11px;
	height: 278px;
}

.sort
{
	cursor: pointer;
}

#detailed-info-container
{
	font-family: Verdana;
	font-size:11px;
}

#detailed-nav
{
	padding-left: 12px;
}

#detailed-title
{
	margin: 18px 0 20px 0;
	font-size: 36px;
	padding-left: 12px;
}

#detailed-subtitle
{
	font-family: 'TitilliumText22LBold',Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 27px;
	color: #d5d5d5;
	padding: 0 0 16px 12px;
}

#detailed-subtitle.location
{
	padding-top: 33px;
	padding-bottom: 20px;
}

#detailed-map
{
	margin: 0 12px 35px 12px;
	height: 293px;
	width: 293px;
}

#contact-map
{
	
	height: 293px;
	width: 590px;
	
}

#detailed-info-text-container
{
	background: url("../images/detailed-info-container-bg.png") no-repeat scroll 0 0 transparent;
	width: 309px;
	height: 157px;
	padding: 14px 0 3px 12px;
}

#detailed-info-text-name
{
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	padding-bottom: 12px;
}

#detailed-info-text-property
{
	font-size: 13px;
	color: #FFF;
}

#detailed-price
{
	position: relative;
	float: right;
	bottom: 37px;
	padding-right: 20px;
	text-align: right;
}

#detailed-price-value
{
	font-family: Verdana;
	font-size: 21px;
	font-weight: bold;
	color: #ff3f46;
}

#detailed-long-text
{
	text-align: justify;
	padding: 0 15px 0 12px;
	line-height: 15px;
}

#detailed-button-add-to-list
{
	background: url("../images/button-bg.png") repeat-x scroll 0 0 transparent;
	width: 137px;
	height: 21px;
	text-align: center;
	color: #FFF;
	cursor: pointer;
	margin-bottom: 20px;
}

#add-to-list-text.selected
{
	color: #000000;
}

#detailed-enquire
{
	background: url('../images/detailed-enquire-container-bg.png')  no-repeat left top transparent;
	height: 510px;
	width: 321px; 
}

#detailed-enquire-content
{
	padding-left: 12px;
	padding-top: 30px;
	color: #FFF;
	font-family: Verdana;
}

#detailed-button-add-to-list span
{
	position: relative;
	top: 4px;
}

#detailed-enquire-text
{
	padding-bottom: 8px;
}

#detailed-enquire-form-container
{
	padding-right: 15px;
}

#detailed-button-enquire-send
{
	background: url("../images/button-bg.png") repeat-x scroll 0 0 transparent;
	width: 85px;
	height: 21px;
	text-align: center;
	color: #FFF;
	cursor: pointer;
	/*padding-bottom: 20px;*/
	padding-bottom: 5px;
	position: relative;
	right: 12px;
}

.enquire-form-text
{
	width: 100%; 
	margin: 4px 0;
	background: url('../images/input-text-bg.png')  no-repeat left top transparent;
	border: none;
	height: 22px;
	color: #7e7e7e;
	font-weight: bold;
	font-family: Verdana;
	font-size: 11px;
	padding-left: 8px;
}

.enquire-form-textarea
{
	width: 100%; 
	margin: 4px 0;
	background: url('../images/input-textarea-bg.png')  no-repeat left top transparent;
	border: none;
	height: 98px;
	color: #7e7e7e;
	font-weight: bold;
	font-family: Verdana;
	font-size: 11px;
	padding: 5px 8px;
}

#enquire-answer
{
	display: none;
	color: #ff3f46;;
}

.sort-asc
{
	background: url('../images/arrow-simple-up.png')  no-repeat right 5px transparent;
	padding: 0 20px;
}

.sort-desc
{
	background: url('../images/arrow-simple-down.png')  no-repeat right 5px transparent;
	padding: 0 20px;
}

.sort-asc-active
{
	background: url('../images/arrow-simple-up-active.png')  no-repeat right 5px transparent;
	padding: 0 20px;
	color: red;
}

.sort-desc-active
{
	background: url('../images/arrow-simple-down-active.png')  no-repeat right 5px transparent;
	padding: 0 20px;
	color: red;
}

.sort:hover
{
	color: red;
	/*float: left;*/
}

#contact-left
{
	width: 626px;
	float: left;
}

#contact-right
{
	width: 320px;
	float: left;
}

span.red {
	color:#FF3F46;
	text-decoration:none;
	font-weight: bold;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

div.footer-box
{
	background-color: #414141;
	float: left;
	width: 180px;
	padding-left: 0;
	padding-bottom: 20px;
	padding-top: 10px;
	margin: 10px 5px 10px 0;
	font-size: 0.8em;
	color: #FFFFFF;
}

#footer-contact-text
{
	clear: both;
	color: #ff3f46;
	font-size: 24px;
	font-family: 'TitilliumText22LThin',Tahoma,Verdana,Arial,Helvetica,sans-serif;
}
#footer-contact-text a,
#footer-contact-text a:hover
{
	color: #ff3f46;
	font-size: 24px;
	text-decoration: none;
}
.header-contact-text
{
	float: right;
	color: #FFF;
	font-size: 24px;
	font-family: 'TitilliumText22LThin', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height: 29px;
	height: 29px;
	margin-top: 69px;
	margin-right: 14px;
}
.header-contact-text a,
.header-contact-text a:hover
{
	color: #FFF;
	font-size: 24px;
	text-decoration: none;
}


#footer-rights-text
{
	padding-top: 15px;
	font-family: Verdana;
	font-size: 10px;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}
.adatkezelesi{
	padding: 20px;
}
#detailed-long-text h3,
#detailed-long-text h4,
#detailed-long-text h5 {
	line-height: 1.3em;
	font-weight: bold;
}