/* COMMON STYLE
--------------------------------------------------------- */
body {
        margin: 0;
        padding: 0;
        color: #404040;
        background: #FFFFFF;
        font: 11px/normal "Microsoft Sans Serif", "MS Sans Serif", Tahoma, sans-serif;
}

body#bd {
        background: url(body-bg0.gif) #212E33;
        text-align: center;
}

body.contentpane {
        width: auto; /* Simple style for printable pages */
        margin: 15px;
        background: #FFFFFF;
        color: #000000;
        font-size: 9pt;
        line-height: 150%;
}

#ja-contentwrap, #ja-leftcol, #ja-rightcol, #ja-footer {
        line-height: 170%; /* adding some line-height */
}

h1 {
        font-size: 1.7em;
}

h2 {
        margin: 10px 0;
        font-size: 1.5em;
}

h3 {
        margin: 10px 0;
        font-size: 1.2em;
}

h4 {
        margin: 10px 0;
        font-size: 1em;
}

/* Title text */
.contentheading, .componentheading, div.moduletable h3, #ja-subnav h3,
#ja-rightcol div.moduletable-green h3, #ja-rightcol div.moduletable-yellow h3,
h1, h2, h3, h4 {
        font-family: Tahoma, Arial, sans-serif;
}

/* Normal link */
a {
        color: #003399;
        text-decoration: none;
}

a:hover, a:active {
        color: #E57A25;
        text-decoration: underline;
}

p {
        margin: 12px 0;
}

ul {
        list-style: url(arrow-of.gif);
/*        list-style: url(arrow-og.gif);*/
		list-style-position: inside;
}

th {
        padding: 4px;
        font-weight: bold;
        text-align: left;
}

fieldset {
        border: none;
        margin: 0;
        padding: 0;
        width: 99%;
        overflow: hidden;
}

fieldset a {
        font-weight: bold;
}

hr {
        border-top: 1px solid #889DA4;
        border-right: 0;
        border-left: 0;
        border-bottom: 0;
        height: 1px;
}

img {
        border: #F0F8FB solid 1px;
        padding: 3px;
}
img.left {
        border: #F0F8FB solid 1px;
        padding: 3px;
        margin: 0 10px 0 0;
        float: left;
}

/* FORM
--------------------------------------------------------- */
form {
        margin: 0;
        padding: 0;
}

input, select {
        font: 11px Tahoma, Arial, sans-serif;
}

textarea {
        border: 1px solid #BEDFEB;
        padding-left: 2px;
        background: none;
}

.button {
        padding: 1px 5px;
        border-top: 1px solid #BFE1ED;
        border-right: 1px solid #6BB7D3;
        border-bottom: 1px solid #6BB7D3;
        border-left: 1px solid #BFE1ED;
        background: #D3E9F2;
        color: #003399;
}

.button:hover {
        border-top: 1px solid #6BB7D3;
        border-right: 1px solid #BFE1ED;
        border-bottom: 1px solid #BFE1ED;
        border-left: 1px solid #6BB7D3;
        background: #D3E9F2;
        color: #003399;
}

.inputbox {
        padding: 1px 3px;
        border: 1px solid #BEDFEB;
        background: #F7FBFD;
}

.inputbox:hover, .inputbox:focus {
        border: 1px solid #E57A25;
        background: #FFFFFF;
}

/* MODULE
--------------------------------------------------------- */
div.modules {
        width: 100%;
}

div.moduletable h3 {
        padding: 0;
        margin: 0 0 8px;
        font-size: 12px;
        text-transform: uppercase;
}

div.moduletable {
        padding: 0 5px 20px;
}

div.moduletable td {
        padding: 0!important;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
        width: auto;
}

table.blog .article_seperator {
        display: block;
        background: url(seperato.gif) repeat-x center left;
        height: 20px;
}

table.contentpane {
        border: none;
        width: 100%;
}

table.contentpaneopen {
        border: none;
}

table.contenttoc {
        margin: 0 0 10px 10px;
        padding: 0 3px 10px 3px;
        width: 25%;
}

table.contenttoc td {
        padding: 1px 5px 1px 20px;
        background: url(arrow-of.gif) no-repeat 4px 4px;
}

table.contenttoc td:hover {
        background: url(arrow-on.gif) no-repeat 5px 4px;
}

table.contenttoc th {
        border-bottom: 8px solid #FFFFFF;
        color: #003399;
        background: url(seperato.gif) repeat-x bottom;
}

table.polls {
        padding: 0;
        width: 100%;
}

table.pollstableborder {
        padding: 0;
        width: 100%;
        border-color: #FFFFFF;
        text-align: left;
}

table.pollstableborder img {
        margin: 4px 4px 4px 0;
}

table.pollstableborder td {
        padding: 2px!important;
}

table.searchintro {
        padding: 10px 0;
        width: 100%;
        background: url(seperato.gif) repeat-x bottom;
}

table.searchintro td {
        padding: 5px!important;
}

#ja-footer ul#mainlevel li, #ja-footer ul#mainlevel-nav li {
        padding: 0;
        display: inline;
        background: none;
        line-height: normal;
        text-align: right;
}

.adminform textarea {
        width: 500px!important; /*Control the Frontend Editor area width*/
}

.adminform textarea.inputbox {
}

.blog_more {
        margin: 10px 0;
        padding: 5px;
        border: 1px solid #E1F0F6;
        background: #F0F8FB;
}

.blog_more strong {
        margin: 0 0 5px;
        padding: 0;
        display: block;
        color: #003399;
        text-transform: UPPERCASE;
}

.blog_more ul {
        padding-left: 18px;
        margin: 0;
}

td.buttonheading {
        padding: 0 3px!important;
        text-align: center;
}

td.buttonheading a {
        border-bottom: none;
}

.category {
        font-weight: bold;
}

.clr {
        clear: both;
}

.code, pre {
        border: 1px solid #F0F0C0;
        width: auto;
        padding: 5px;
        background: #FFFFCC;
}

.componentheading {
        padding: 0 0 15px;
        margin: 3px 2px 10px;
        color: #003399;
        font-size: 2em;
}

.contentdescription {
        padding-bottom: 20px;
        border-bottom: 20px solid #FFFFFF;
        background: url(seperato.gif) repeat-x bottom;
}

table.blog .contentheading {
        color: #E57A25;
        font-size: 14pt;
}

.contentheading {
        padding-bottom: 2px;
        color: #E57A25;
        font-size: 16pt;
}

a.readon {
        font-weight: bold;
}

a.readon:hover {
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
        width: 100%;
}

.createdate {
        color: #889DA4;
        font-weight: bold;
        line-height: 10px;
}

.modifydate {
        color: #889DA4;
        height: 15px;
}

.error {
        color: #CC0000;
}

.highlight {
        border-bottom: 1px solid;
        font-weight: bold;
}

.message {
        color: #003399;
        font-weight: bold;
}

.moduletable {
        padding: 0;
}

.mosimage {
        padding: 3px!important;
        padding: 3px 0;
        margin: 12px 10px 0 0!important;
}

.mosimage img {
        padding: 0;
        margin: 0!important;
}

.mosimage_caption {
        margin-top: 2px;
        padding: 1px 2px;
        color: #889DA4;
}

.syndicate a {
        border-bottom: none;
        margin-bottom: 2px;
        display: block;
}

.pagenav {
        padding: 2px;
}

.pagenav_prev a, .pagenav_next a {
        font-weight: normal;
}

.pagenav_prev a:hover, .pagenav_prev a:active, .pagenav_next a:hover, .pagenav_next a:active {
}

.pagenavbar {
        padding-left: 16px;
        background: url(pages000.gif) no-repeat center left;
}

.pagenavcounter {
        padding: 5px 15px 0;
        background: url(pages000.gif) no-repeat 0 8px;
}

.sectiontableheader {
        padding: 2px 4px;
        border-right: 1px solid #FFFFFF;
        border-top: 5px solid #FFFFFF;
        background: #8BC4DA;
        color: #FFFFFF;
        font-weight: bold;
}

.sectiontableheader a, .sectiontableheader a:hover {
        color: #FFFFFF;
}

tr.sectiontableentry1 td {
        padding: 4px;
        background: #F0F8FB;
}

tr.sectiontableentry2 td {
        padding: 4px;
        border-top: 1px solid #FFFFFF;
}

.small {
        color: #889DA4;
}

/* MAIN CONTAINER & GENERAL LAYOUT
--------------------------------------------------------- */
/* 3 columns content width */
#ja-content {
        margin: 0;
        width: 410px;
        padding: 0 0 0 15px;
        float: left;
}

/* 2 column content [on the left] width */
#ja-content-full-left {
        margin: 0;
        padding: 0 0 0 7px;
        width: 565px;
        float: left;
        background: none #FFFFFF;
}

/* 2 column content [on the right] width */
#ja-content-full-right {
        margin: 0;
        width: 745px;
        padding: 0 7px 0 0;
        float: right;
}

/* 1 column content width */
#ja-content-full {
        margin: 0;
        width: 950px;
        padding: 10px 0 0 0;
        background: none #FFFFFF;
}

#ja-container-shadow {
        width: 990px;
        margin: 0 auto;
        border-left: 4px solid #192326;
        border-right: 4px solid #192326;
        background: url(header-b990-b.jpg) no-repeat top right #ffffff;
        text-align: center;
        height: 100%;
}

#ja-container-outer {
        border-left: 2px solid #10171A;
        border-right: 2px solid #10171A;
}

#ja-container {
        width: 980px;
        margin: 0 auto;
        text-align: left;
}

.ja-contentwrap-outer {
        border-top: 1px solid #FFFFFF;
        padding-left: 8px;
        display: block;
        background: url(wrap-cur.gif) no-repeat bottom left #F0F8FB;
}

.ja-contentwrap-inner {
        padding-right: 8px;
        display: block;
        background: url(wrap-cus.gif) no-repeat bottom right #FFFFFF;
}

#ja-contentwrap {
        padding: 15px 0 30px;
        background: url(content-990.gif) #FFFFFF;
}

/* HEADER
--------------------------------------------------------- */
#ja-header {
        position: relative;
        height: 220px;
}

#ja-header a {
        color: #FFFFFF;
}

#ja-header h1 {
        margin: 0;
        padding: 0;
        background: transparent;
        font-size: 26px;
        position: absolute;
        top: 20px;
        right: 20px;
}

#ja-header h1 img {
        margin: 0;
        padding: 0;
        line-height: normal;
}

/* TOP NAVIGATION
--------------------------------------------------------- */
#ja-topnav {
        padding: 0;
        margin: 0 0 0 208px;
        font-size: 11px;
        height: 30px;
}

#ja-topnav ul {
        padding: 0;
        margin: 0;
        list-style: none;
}

#ja-topnav li {
        padding: 0;
        margin: 0;
}

#ja-topnav a {
        border-bottom: 0;
}

#ja-topnav a span {
        cursor: pointer;
}

/* CONTENT SPOTLIGHT
--------------------------------------------------------- */
#ja-spotlight-1 div.moduletable, #ja-spotlight-2 div.moduletable {
        padding: 0 5px 10px;
        background: url(right-mo.gif) no-repeat bottom right;
}

#ja-spotlight-1 h3, #ja-spotlight-2 h3 {
        margin: 0 0 10px;
        padding: 3px 8px 2px;
        margin: 0 -5px 8px;
        border-bottom: 1px solid #83B8CD;
        color: #FFFFFF;
        background: url(h3-curve.gif) no-repeat top left #8BC4DA;
        text-transform: UPPERCASE;
}

#ja-spotlight-1 ul, #ja-spotlight-2 ul {
        padding-left: 18px;
        margin: 0;
}

/* PATHWAY HACKED
---------------------------------------------------------*/
#pathway {
        margin-left: 3px;
        color: #FFFFFF;
        font-size: 0%;
        line-height: normal!important;
        line-height: 0%;
}

#pathway img {
        visibility: hidden; /* DO NOT SHOW PATHWAY DEFAULT ARROW */
}

#pathway a {
        padding-right: 15px;
        background: url(arrow-of.gif) no-repeat 98% 80%;
        font-size: 11px!important;
}

#pathway a:hover, #pathway a:active {
        border-bottom: none;
        background: url(arrow-on.gif) no-repeat 98% 80%;
        text-decoration: none;
}

/* LEFT COLUMN
--------------------------------------------------------- */
#ja-leftcol {
        width: 200px;
        float: left;
        overflow: hidden;
}

#ja-leftcol a.mainlevel {
        padding-left: 15px;
        background: url(arrow-of.gif) no-repeat 0px 2px;
}

#ja-leftcol a.mainlevel:hover {
        border-bottom: none;
        background: url(arrow-on.gif) no-repeat 1px 2px;
}

#ja-leftcol a.sublevel {
        padding-left: 3px;
}

#ja-leftcol div.moduletable h3 {
        margin-top: 5px;
        color: #003399;
}

#ja-leftcol div.moduletable {
        border-bottom: 1px solid #FFFFFF;
        background: url(left-mod200.gif) no-repeat bottom right;
}

/* RIGHT COLUMN
--------------------------------------------------------- */
#ja-rightcol {
        width: 145px;
        float: right;
        padding: 0 5px 15px 0;
        overflow: hidden;
}

#ja-rightcol a.mainlevel {
        padding-left: 20px;
        background: url(arrow-of.gif) no-repeat 5px 4px;
}

#ja-rightcol a.mainlevel:hover, a.mainlevel:active {
        background: url(arrow-on.gif) no-repeat 5px 4px;
}

#ja-rightcol a.sublevel {
        padding-left: 3px;
}

#ja-rightcol div.moduletable h3 {
        padding: 3px 8px 2px;
        margin: 0 -5px 8px;
        border-bottom: 1px solid #83B8CD;
        color: #FFFFFF;
        background: url(h3-curve.gif) no-repeat top left #8BC4DA;
}

#ja-rightcol div.moduletable {
        padding: 0 5px 10px;
        margin-bottom: 20px;
        background: url(right-mo.gif) no-repeat bottom right;
}

#ja-rightcol .article_seperator {
        display: none;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footer {
        clear: both;
        padding: 20px 15px 30px;
        color: #233963;
        background: url(footer-b990.jpg);
        font-size: 10px;
        text-align: right;
        position: relative;
}

#ja-footer a {
        color: #233963;
}

#ja-footer ul {
        padding: 0;
        margin: 0;
        list-style: none;
}

#ja-footer li {
        padding: 0;
        margin: 0;
}

#ja-footer li a {
        padding: 2px 15px 1px 1px;
        border-bottom: none;
}

#ja-footer li a:hover, #ja-footer li a:active {
        color: #003399;
}

#ja-bottomline {
        padding: 15px 0 10px;
        margin: 0;
        text-align: right;
}

#ja-bottomline a {
        padding: 0;
}

#ja-cert {
        position: absolute;
        top: 17px;
        right: 0;
}

#ja-cert a {
        padding-right: 5px;
}

/* MISCELLANOUS
----------------------------------------------------------- */
div.back_button a, div.back_button a:hover, div.back_button a:active {
        border-bottom: none;
        color: #889DA4;
}

#mod_login_password, #mod_login_username {
        width: 120px;
}

#mod_login_remember {
        border: none;
        padding: 0!important;
}

/* Clear fix */
.clearfix:after {
        clear: both;
        display: block;
        content: ".";
        height: 0;
        visibility: hidden;
}

.clearfix {
        display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
        height: 1%;
}

.clearfix {
        display: block;
}

/* End hide from IE-mac */
/* Firefox Scrollbar Hack - Do not remove */
html {
        margin-bottom: 1px;
        height: 100%;
}

TABLE.flats_list {
	background-color: #eeeeee;
	border-collapse:collapse;
}
TABLE.flats_list TD{
	background-color: White;
	border: #e8e8e8 solid 1px;
}
TABLE.flats_list th{
	background-color: White;
	margin: 1px 0 0 1px;
}

#special {
	width: 100%;
	border: #01349A solid 0px;
	position: relative;
}
#special h4 {
	position: absolute;
	color: white;
	background-color: #728add;
	top: -10px;
	left: -1px;
	padding: 2px 10px;
}
#special h4 a {color: #fff;}
.special_item {
 	width: 45%;
 	padding: 25px 10px 10px 5px;
 	float: left;
}
a.contentpagetitle_news {
	font-size: 8pt;
}
#search_form {
	float: right;
	width: 400px;
	height: 130px; 
	position: relative;
    background: #f0f8fb url(left-mod-s.gif) no-repeat bottom right;
	padding-top: 25px;
}
#search_form h4 {
	position: absolute;
	color: white;
	background-color: #fb5959;
	top: -10px;
	left: 0px;
	padding: 2px 10px;
}
.search_item {
 	padding: 0 10px 10px 10px;
}
.select_item {
	width: 45%;
	float: left;
	text-align: right;
	margin: 5px 0;
}
#main_sellbuy_ul {
	float: left; 
	width: 250px;
	margin: 0;
	paggin: 0;
}

.media {
	width: 270px;
	float: left;
}
.contentpagetitle {font-size: 16pt;}
h1, h2, h3, h4, h5, h6 {font-weight: normal;}

.flatscol {font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif;}
.flatsno {color: #999; font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif;}

a.textlink {color: #404040; text-decoration: none;}
a.textlink:hover {text-decoration: underline; color: #000;}

.speciali {font-size: 10pt; font-weight: bold; margin-top: 0; font-family: Verdana, Arial, Helvetica, sans-serif;}