@import "defaults.css";
@import "modal_dialog.css";
@import "site-flatlist.css";

.error {
	color: #A35;
}

html, body {
	
    /*IE6*/text-align: center;
	background-color: #13314B;
	margin: 0;
	padding: 0;
	font: 10px Verdana,Tahoma,sans-serif;
	color: #000;
}
form {
	margin: 0;
	padding: 0;
}
a {
	color: #000;
}
a:hover {
	text-decoration: none;
}
p {
	letter-spacing: 0.11em;
	line-height: 1.5em;
}

.project-img-new
{
	border-right: #000 1px solid;
	border-top: #000 1px solid;
	border-left: #000 1px solid;
	border-bottom: #000 1px solid;
	margin-left: 5px;
	margin-right: 5px;
	width: 130px;
	height: 86px;
	background: #FFF;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	/*float: left;*/
}

.grey-sepa-line
{
	font-size: 1px;
	width: 1000px;
	height: 7px;
    background: #6A7281;
}

.img1pxborder
{
    border-style: solid;
    border-width: 1px;
    border-color: #707480;
}

.project-image
{
    border-style: solid;
    border-width: 1px;
    border-color: #707480;
}

/* BOX - WHITE CONTENTBG */
.block {
	margin: 20px 0;
}
.block .header {
	background-color: #6A7281;
	padding: 7px;
}
.block .header .text {
	background-color: #374256;
	padding: 6px 10px;
	font: 1.2em 'Arial Black',Arial;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 0.12em;
    text-align: left;
}
.block .content {
	background-color: #6A7281;
}
.block .content .text {
	font: 1.1em Arial;
	color: #FFF;
	padding: 0 0 9px 9px;
}
.block .content .text a {
    color: #FFF;
}
.block .content .text-light {
	font-size: 1.1em;
	color: #6A7281;
	background-color: #FFF;
	padding: 4px 0;
	text-align: center;
}
/* /BOX - WHITE CONTENTBG */



/* BOX - ALTERNATE CONTENTBG */
.block-alternate {
	margin: 20px 0;
	width: 240px;
}
.block-alternate .header {
	background-color: #6A7281;
	padding: 7px;
}
.block-alternate .header .text {
	background-color: #bab7b6;
	padding: 6px 10px;
	font: 1.2em 'Arial Black',Arial;
	color: #2f3a50;
	text-transform: uppercase;
	letter-spacing: 0.12em;
}
.block-alternate .content {
	background-color: #bab7b6;
}
.block-alternate .content .text {
	font: 1.2em Arial;
	color: #374256;
	background-color: none;

	padding: 0 0 9px 9px;
}
.block-alternate .content .text a 
{
    color: #374256;
}
.block-alternate .content .text-light {
	font-size: 1.1em;
	color: #6A7281;
	background-color: #FFF;
	padding: 4px 0;
	text-align: center;
}
/* /BOX - ALTERNATE CONTENTBG */

#fdisc-info.block {
	margin: 20px 0;
}
#fdisc-info.block .header {
	background-color: #6A7281;
	padding: 7px;
}
#fdisc-info.block .header .text {
	background-color: #374256;
	padding: 6px 10px;
	font: 9px 'Arial Black',Arial;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 0.12em;
    text-align: left;
}



#commercial.block table {
	margin: 0 auto;
}
#commercial.block th {
	font: 10px Verdana;
	font-weight: normal;
	padding: 0 2px;
	text-align: left;
}
#commercial.block th #name {
	width: 38px;
}
#commercial.block th #project {
	width: 100px;
}
#commercial.block th #floor {
	width: 30px;
}

#commercial.block td {
	font: 9px Verdana;
	text-align: left;
}

#commercial.block a {
	color: #FF7921;
	text-decoration: underline;
}

#site-container {
	/*IE6*/text-align: left;
	margin: 0 auto;
	width: 1000px;
	padding: 0 5px;
	background: #FFF url(../images/container-bg.gif) repeat-y top center;
}
#head-top {
	width: 1010px;
	margin: 0 -5px;
	height: 41px;
	background: #13314B url(../images/head-top.gif) no-repeat bottom center;
    text-align: center;
}
#head-top .left, #head-top .right {
	width: 470px;
	color: #FFF;
	text-transform: uppercase;
	padding: 15px;
}
#head-top .left {
	float: left;
	text-align: left;
}
#head-top .right {
	float: right;
	text-align: right;
}

img#site-logo-top
{
    position: absolute;
	top: 2px !important;
    top: 3px;
}

#inner-container {
	width: 1000px;
}
#head-bottom {
	height: 86px;
	background: #FFF url(../images/head-bottom.gif) no-repeat top center;
}
#menu-top {
	padding: 25px 10px 10px 10px !important;
	/*IE6*/padding: 25px 10px 15px 10px;
	text-transform: uppercase;
	letter-spacing: 0.0em;
}
#menu-top .left {
	width: 440px;
}
#menu-top a {
	font: 1.2em 'Arial Black',Arial,sans-serif;
	color: #374256;
	text-decoration: none;
}
#menu-top a:hover {
	text-decoration: underline;
}
#menu-top .left {
	float: left;
	text-align: left;
}
#menu-top .right {
	float: right;
	text-align: right;
}
#menu-bottom {
	padding: 0 10px;
	color: #1D2940;
	text-transform: uppercase;
}
#menu-bottom .left, #menu-bottom .right {
	width: 480px;
}
#menu-bottom a {
	color: #1D2940;
	text-decoration: none;
}
#menu-bottom a:hover {
	text-decoration: underline;
}
#menu-bottom .left {
	float: left;
	text-align: left;
}
#menu-bottom .right {
	float: right;
	text-align: right;
}
#animation {
	/*height: 195px;*/
	height: 302px;
	/*background: #FFF url(../images/tmp-flash-placeholder.jpg) no-repeat top center;*/
}
#animation #animation_header {
	position:absolute;
	z-index: 1;
}
#animation #animation_basket {
	position:absolute;
	z-index: 2;
}
#content {
	background: #FFF url(../images/content-bg.gif) repeat-x top left;
	width: 1000px;
}
#title {
	margin: -6px -6px 0 -6px;
	padding: 5px 20px 0 20px;
	width: 460px;
	/*IE6width: 500px;*/
	height: 31px;
	/*IE6height: 36px;*/
	background: #374256 url(../images/title-bg.gif) no-repeat top left;
	color: #FFF;
}
#title .left {
	float: left;
	font: 12px 'Arial Black',Arial;
	text-transform: uppercase;
}
#title .center {
	float: left;
	padding-left: 20px;
	margin-top: -1px;
	font-size: 14px;
}
#letter-smaller, #letter-greater {
	color: #FFF;
	text-decoration: none;
}
#letter-smaller:hover, #letter-greater:hover {
	text-decoration: underline;
}
#letter-smaller {
	font: 11px Arial;
}
#letter-greater {
	font: 17px Arial;
	font-weight: bold;
}
#title .right {
	float: right;
	margin-top: -1px;
}
#title .right .input-submit {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	font: 14px Arial;
	color: #FFF;
	cursor: pointer;
}
#title .right .input-text {
	border: 1px solid #D5D5D5;
	font: 1.4em Arial;
	width: 100px;
}
#col-left {
	width: 240px;
	/*IE6width: 250px;*/
	padding-left: 10px;
	float: left;

    /*background-color: #F2F2F2;*/
}
#col-right {
	width: 750px;
	float: right;
}
.col-left {
	width: 488px;
	padding: 6px;
	float: left;
}
.col-right {
	width: 250px;
	/*IE6width: 250px;*/
	float: right;
}





#search {
	margin-top: 36px;
}
#search .header {
	background-image: url(../images/search-bg-header.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
#search .header .text {
	background-image: url(../images/search-bg-header-text.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
#search .content {
	background-image: url(../images/search-bg-content.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 89px;
}
#search select {
	width: 120px;
	font: 11px Arial;
	color: #1B2D5D;
}

/*
#calculator td {
	font: 10px Arial;
	color: #FFF;
}
#calculator select {
	font: 10px Arial;
	color: #1D2940;
} */
#calculator .input-text {
	width: 56px;
}
#calculator .content .list-logo
{
    padding: 10px 0 0 4px;
}
#calculator .content .list-logo img.cube
{
    margin: 0 0 0 7px;
    height: 84px;

    float: left;
    cursor: pointer;
}

#calculator .content .list-logo img.line
{
    margin: 10px 4px 0px 7px;
    width: 216px;

    float: left;
    cursor: pointer;
}

#newsletter .content .text {
	font-size: 11px;
}
#newsletter #newsletter_subscribe, #newsletter #newsletter_unsubscribe
{
    color: #374256;
}



#newsletter table {
	width: 220px !important;
	/*IE6*/width: 210px;
	padding: 0;
	margin: 7px 10px 0 10px;
}
#newsletter td {
	padding: 0;
}
#newsletter a {
	font: 11px Arial;
	color: #374256;
	text-decoration: underline;
}
#newsletter a:hover {
	text-decoration: none;
}
#newsletter .input-text {
	margin-top: 3px;
	width: 175px;
}

.project-list-item, .project-list-item-in-content-area {
	padding: 3px 0;
    width: auto;
    margin: 0 auto 0 8px;
}
.project-list-item a.hilight, .project-list-item-in-content-area a.hilight {
	color: #000;
	background-color: #FF8B57;
}
.project-list-item a.hilight:hover, .project-list-item-in-content-area a.hilight:hover {
	text-decoration: none;
	background-color: inherit;
}
.project-list-item h4, .project-list-item-in-content-area h4 {
	font-size: 1.8em;
	font-weight: normal;
	margin: 7px 0 4px 0;
	padding: 0;
}
.project-list-item h4 a, .project-list-item-in-content-area h4 a {
	background: none;
	color: #000;
}
.project-list-item h4 a:hover, .project-list-item-in-content-area h4 a:hover {
	text-decoration: none;
}
.project-list-item-image, .project-list-item-in-content-area .image {
	width: 90px !important;
	width: 74px;
	float: left;
}
#rental .project-list-item-image {
	width: 115px !important;
}
.project-list-item-text {
	width: 135px;
	padding-left: 3px;
	float: left;
	position: relative;
	top: 2px;
}
.project-list-item-in-content-area .text {
	width: 380px !important;
	width: auto;
	padding-left: 3px;
	float: none;
}
#rental .project-list-item-text {
	width: 110px !important;
}
.project-list-item-in-content-area .text h4{
    margin: 0 0 5px 0;
    font-size: 1.3em;
}

.project-list-item-in-content-area {width: 480px;}
.project-list-item-in-content-area .right {
	float: left;
}

#news {
	margin-bottom: 10px;
	padding: 0 6px;
	background: url(../images/news-separator.gif) repeat-y top 48%;
    clear: both;
}
#news img, .press-room-single img {
	border: 1px solid #6a7281;
}
.news-item {
	width: 210px;
	/*IE6width: 245px;*/
	float: left;
	padding: 0 5px 0 10px;
}
.news-item .left {
	float: left;
}
.news-item .right {
	float: right;
}
.news-item a {
	color: #000;
}
.news-item h3 {
	font: 1.8em Arial;
	margin: 0;
	font-weight: normal;
}
.news-description {
	padding: 5px 0 20px 0 !important;
	/*IE6*/padding: 10px 0 35px 0;
}
.news-more {
	margin-top: 5px;
}
.news-more a {
	font-weight: bold;
}

.about-us-more .left {
	float: left;
}
.about-us-more .right {
	float: right;
}

#footer {
	width: 1010px;
	margin: 0 -5px;
	padding: 10px 0;
	height: 39px;
	background: #13314B url(../images/footer.gif) no-repeat bottom center;
	color: #FFF;
	text-transform: uppercase;
}
#footer .left {
	width: 250px;
	float: left;
	text-align: right;
}
#footer .center {
	width: 500px;
	float: left;
	text-align: center;
}
#footer .right {
	width: 250px;
	float: right;
	text-align: left;
}
#footer a {
	color: #FFF;
	text-decoration: none;
    margin: 0 7px 0 7px;
}
#footer a:hover {
	text-decoration: underline;
}

#project-list { color: #FFF;
	font-size: 0.9em;
}
#project-list a { color: #FFF; }

#project-list .logo {
	height: 53px;
	margin-top: -10px;
	margin-bottom: 10px;
	background: #FFF url(../images/autoker-logo.gif) no-repeat top center;
}
#project-list .switch {
	height: 29px;
    color: #FFF;
}
#project-list .switch .left {
	width: auto;
	float: left;
	padding: 6px 10px;
}
#project-list .switch .right {
	width: auto;
	float: right;
	padding: 6px 10px;
}
#project-list .switch div {
	font: 1.2em 'Arial Black',Arial;
	text-transform: uppercase;
	text-align: center;
}
#project-list .switch div.active {
	background-color: #374256;
}
#project-list .switch div a {
	color: #374256;
	text-decoration: underline;
}
#project-list .switch div a:hover {
	text-decoration: none;
}
#project-list .switch div.active a {
	color: #FFF;
	text-decoration: none;
}
#project-list .switch div.active a:hover {
	text-decoration: underline;
}
#resale-list .logo {
	height: 53px;
	margin-top: -10px;
	margin-bottom: 10px;
	background: #FFF url(../images/autoker-logo.gif) no-repeat top center;
}
#resale-list .switch {
	height: 29px;
}
#resale-list .switch .left {
	width: auto;
	float: left;
	padding: 6px 10px;
}
#resale-list .switch .right {
	width: auto;
	float: right;
	padding: 6px 10px;
}
#resale-list .switch div {
	font: 1.2em 'Arial Black',Arial;
	text-transform: uppercase;
	text-align: center;
}
#resale-list .switch div.active {
	background-color: #374256;
}
#resale-list .switch div a {
	color: #374256;
	text-decoration: underline;
}
#resale-list .switch div a:hover {
	text-decoration: none;
}
#resale-list .switch div.active a {
	color: #FFF;
	text-decoration: none;
}
#resale-list .switch div.active a:hover {
	text-decoration: underline;
}

.separator {
	margin: 3px 6px;
	height: 1px;
	background: #6A7281 url(../images/separator-bg.gif) repeat-x top left;
}

.input-submit {
	border: 0;
	background: none;
	font: 11px Arial;
	color: #FFF;
	text-decoration: underline;
}
.input-text {
	font: 1.1em Arial;
	border: 1px solid #D5D5D5;
}
.hilight {
	color: #FF8B57;
}
.clear {
	width: 100%;
	clear: both;
	float: none;
}
#top-image {
	margin-top: 6px;
}

#vip {
	margin: 0;
}
#vip .top {
	height: 36px;
	background: url(../images/vip-top-bg.gif) no-repeat top left;
}
#vip .header {
	background-image: url(../images/vip-header-bg.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
#vip .header .text {
	background-color: #BAB7B6;
	background-image: url(../images/vip-header-text-bg.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
#vip .header .text a {
	color: #2F3A50;
	text-decoration: underline;
}
#vip .header .text a:hover {
	text-decoration: none;
}
#vip .content {
	
	background-repeat: no-repeat;
	background-position: top right;
}
#vip td {
	font: 26px Arial;
	color: #FFF;
	padding: 3px 0;
}
#vip td.percent {
	padding-left: 8px;
}
#vip a {
	text-decoration: underline;
	text-transform: uppercase;
	color: #374256;
}
#vip a:hover {
	text-decoration: none;
}
#vip .content .footer {
	text-align: center;
	padding: 7px 0;
}

/*
#weather {
	margin-top: 0px;
}
#weather .content {
	background: none;
	border-left: 1px solid #6A7281;
	border-right: 1px solid #6A7281;
	border-bottom: 1px solid #6A7281;
}

#contact {}

#contact .header {
	background: none;
	padding: 0 0 5px 0;
}
#contact .header .text {
	background: none;
	color: #2E4262;
	font: 1.8em Verdana;
	font-weight: normal;
}
#contact .content {
	background: none;
}
#contact .content .text {
	color: #000;
	font: 10px Verdana;
}
*/

#poll form {
    margin: 5px 0 5px 0;
}
#poll .content .text {
	font-size: 12px;
}
#poll td {
	font: 10px Verdana;
    line-height: 16px;
    vertical-align: top;
}
#poll .content .text-light a {
	color: #6A7281;
	text-decoration: underline;
}
#poll .content .text-light a:hover {
	color: #6A7281;
	text-decoration: none;
}
#poll .content .text-second {
	font-size: 12px;
	color: #374256;
	text-align: left;
	padding: 7px;
}
#poll .content .vote {
	background-color: #FFF;
}

#flatlist table {
	margin: 0 auto;
}
#flatlist th {
	font: 10px Verdana;
	font-weight: normal;
	padding: 0 2px;
	text-align: left;
}
#flatlist th #dist {
	width: 38px;
}
#flatlist th #size {
	width: 40px;
}
#flatlist th #dtime {
	width: 90px;
}
#flatlist th #proj {
	width: 45px;
}

#flatlist td {
	font: 9px Verdana;
	text-align: left;
}
#flatlist td a {
	font: 10px Verdana;
	color: #FFF;
	text-decoration: underline;
}
#flatlist td a:hover {
	
}
#flatlist .content .text-light a:hover {
	text-decoration: none;
}

#phone .content .text a {
	text-decoration: none;
}
#phone .content .text a:hover {
	text-decoration: underline;
}
#phone .content .text-light a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
#phone .content .text-light a:hover {
	text-decoration: none;
}

#resale .content .text a {
	text-decoration: none;
	font-size: 12px;
}
#resale .content .text a:hover {
	text-decoration: underline;
}
#resale .content .text-light a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
#resale .content .text-light a:hover {
	text-decoration: none;
}

#commercial .content .text a {
	text-decoration: none;
	font-size: 12px;
}
#commercial .content .text a:hover {
	text-decoration: underline;
}
#commercial .content .text-light a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
#commercial .content .text-light a:hover {
	text-decoration: none;
}

.post-stars {
	height: 22px;
	padding: 7px 0;
}
.post-stars .post-star {
	display: block;
	float: left;
	width: 28px;
	height: 22px;
	background-image: url(../images/vote-stars.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -100em;
	cursor: pointer;
}
.post-stars .on {
	background-position: 1px -22px;
}
.post-stars .off {
	background-position: 1px 0;
}
.post-stars:hover {
	cursor: pointer;
}

#flat h2 {
	margin: 0 0 10px 0;
	font: 1.8em Arial;
	font-weight: normal;
}
#flat .left {
	width: 130px;
	float: left;
	padding-right: 5px;
}
#flat .right {
	width: 345px;
	float: left;
}
#flat td {
	font: 1.2em Arial;
}
.flat-size td {
	text-align: right;
}
.flat-image {
	margin-bottom: 10px;
}
.flat-text {
	font: 1.2em Arial;
}

#flat-suggest {
	width: 488px;
}
#flat-suggest .left {
	float: left;
}
#flat-suggest .right {
	float: right;
	font: 11px Arial;
	text-transform: uppercase;
}

.flat-list-item {
	width: 465px;
	height: 120px;
	/*IE6width: 230px;*/
	padding: 5px;
	margin: 20px 10px 0 0;
	font-size: 11px;
	background: url(../images/flat-list-separator.gif) repeat-x bottom left;
}
.flat-list-item .left {
	padding-top: 2px;
	float: left;
	width: 180px;
	height: 110px;
	text-align: center;
}
.flat-list-item .left img {
	margin-right: 5px;
}
.flat-list-item .right {
	float: left;
	width: 250px;
}

#content-menu {
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-size: 10px;
	font-size: 10px !important;
}
#content-menu a {
	text-decoration: none;
	color: #374256;
	font: 12px 'Arial Black';
}
#content-menu a.active {
	color: #FF8B57;
}

#content-menu a:hover {
	text-decoration: underline;
}

.two-column-text {
	letter-spacing: 0.11em;
	line-height: 1.5em;
	background:  url(../images/two-column-text-bg.gif) repeat-y top center;
	width: 100%;
}
.two-column-text .left {
	float: left;
	height: auto !important
	height: 200px;
	min-height: 200px;
	width: 230px;
	padding: 0 5px;
}
.two-column-text .right {
	float: right;
    height: 200px;
	width: 230px;
	padding: 0 5px;
}

#video-subpage .left, #video-subpage .right
{
	padding: 0 1px;
}

.two-column-text-noseparator {
	letter-spacing: 0.11em;
	/*line-height: 1.5em;*/
	width: 100%;
}
.two-column-text-noseparator .left {
	float: left;
	width: 230px;
	padding: 0 5px;
}
.two-column-text-noseparator .right {
	float: right;
	width: 230px;
	padding: 0 5px;
}
.title {
	font-size: 1.4em;
	font-weight: bold;
}

.news-list-item {
	padding: 10px 0;
 }
.news-list-item h2 {
	margin: 0 0 3px 0;
	font: 1.8em Arial;
	font-weight: normal;
}
.news-list-item .left {
	width: 180px;
	float: left;
}
.news-list-item .right {
	/*width: 365px;*/
/*	padding-left: 5px;
	float: right;*/
}
.news-list-text {
	font: 1.2em Arial;
    margin-top: 3px;
}
.news-list-text p {
	letter-spacing: 0.04em;
}
.news-list-more {
	text-align: right;
	padding-right: 10px;
}
.news-list-more a {
	font-size: 1.2em;
	font-weight: bold;
}
.news-list-more a:hover {
	text-decoration: none;
}
.news-list h1 {
	font: 1.2em 'Arial Black',Arial,sans-serif;
	color: #374256;
	margin: 0;
	text-transform: uppercase;
}

#news-list-block {
	margin-top: 0px;
}
#news-list-block .header {
	background: none;
	padding-top: 0;
	padding-bottom: 0;
}
#news-list-block .header .text {
	background: none;
	color: #2E4262;
}
#news-list-block .content {
	background: none;
}
#news-list-block .content ul {
	margin: 0;
	padding: 0 0 0 20px;
	list-style-type: none;
}
#news-list-block .content ul li {
	margin: 4px 0;
	padding: 0 0 0 20px;
	background: url(../images/list-dot.gif) no-repeat top left;
}

.title-upper {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.img-item-properties, .img-item-description {
	margin: 5px 0;
}
.video-item-properties, .video-item-title {
	margin: 5px 0;
}
.video-item-title {
	font-weight: bold;
	text-transform: uppercase;
}


.t-property {
	width: 480px;
	padding: 0;
	margin: 10px 0;
	border-collapse: collapse;
}
.t-property td {
	padding: 0;
	margin: 0;
}
.t-property .tp-id {
	width: 142px;
	height: 40px;
	background: #000;
	border: 1px solid #FF7921;
	padding-left: 20px;
}
.t-property .tp-id a {
	font: 1.8em Arial;
	font-weight: bold;
	color: #FF7921;
	text-decoration: none;
}
.t-property .tp-id a:hover {
	text-decoration: underline;
}
.t-property .tp-title {
	width: 301px;
	height: 40px;
	background: #FF7921;
	border: 1px solid #FF7921;
	padding-left: 10px;
	color: #FFF;
	font: 1.2em Arial;
	text-transform: uppercase;
}
.t-property .tp-title a {
	font: 1.6em Arial;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.t-property .tp-title a:hover {
	text-decoration: underline;
}
.t-property .tp-image {
	width: 162px;
	height: 120px;
	border: 1px solid #000;
	border-right: none;
}
.t-property .tp-content {
	width: 291px;
	height: 120px;
	border: 1px solid #000;
	border-left: none;
	padding-left: 20px;
}
.t-property .fade-right {
	width: 7px;
	height: 164px;
	background: url(../images/flatlist_fade_right.jpg);
}
.t-property .fade-bottom {
	width: 480px;
	height: 8px;
	background: url(../images/flatlist_fade_bottom.jpg);
}

#faq-list {
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: #FFF;
}
#faq-list li a.question {
	display: block;
	color: #F85;
	background: #FFF url(../images/faq-question-icon.gif) no-repeat top left;
	padding: 3px 0 0 20px;
	height: 23px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
#faq-list li * {
	font-weight: normal;
}
#faq-list li a {
	font-weight: bold;
	text-decoration: none;
    line-height: 20px;
}
#faq-list li div
{
    height: 0px;
    display: none;
    font-weight: normal;
    margin: 8px 0 8px 0;
}
#faq-list li div strong
{
    font-weight: bold;
}
#faq-list ul li {

	list-style-type: disc;
}
#faq-list .answer {
	padding: 5px;
}
#payment-list {
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: #fff3ee;
}
#payment-list .answer .percent {
	color: #ff8c56;
	font-size: 14px;
	font-weight: bolder;
}

#payment-list li a.question {
	display: block;
	background: #f3f7ff url(../images/payment-question-icon.gif) no-repeat top left;
	padding: 3px 0 0 20px;
	height: 23px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
#payment-list li * {
	font-weight: normal;
}
#payment-list li a {
	font-weight: bold;
	text-decoration: none;
    line-height: 20px;
}
#payment-list li div
{
    height: 0px;
    display: none;
    font-weight: normal;
    margin: 8px 0 8px 0;
}
#payment-list li div strong
{
    font-weight: bold;
}
#payment-list ul li {

	list-style-type: disc;
}
#payment-list .answer {
	padding: 5px;
}
#poll-list {
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: #fff3ee;
}
#poll-list li .question {
	display: block;
	background: #f3f7ff url(../images/poll-question-icon.gif) no-repeat top left;
	padding: 3px 0 0 25px;
	height: 23px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
#poll-list li * {
	font-weight: normal;
}
#poll-list li a {
	font-weight: bold;
	text-decoration: none;
    line-height: 20px;
}
#poll-list li div
{
    height: 0px;
    display: none;
    font-weight: normal;
    margin: 8px 0 8px 0;
}
#poll-list li div strong
{
    font-weight: bold;
}
#poll-list ul li {

	list-style-type: disc;
}
#poll-list .answer {
	padding: 5px;
	color: #000;
}
#poll-list .answer .percent {
	color: #ff8c56;
	font-size: 14px;
	font-weight: bolder;
}
table#poll-list {
	border-collapse: collapse;
  margin: 0px;
  padding: 0px;
	border: 0px;
}
table#poll-list td{
	padding: 0px;
	padding-left: 7px;
	margin: 0px;	
	border: 0px;
}
#news-show h3 {
	font: 1.8em Arial;
	margin: 0;
	font-weight: normal;
}

#for-investors-list {
	width: 100%;
}
#for-investors-list td {
	text-align: center;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
}
#for-investors-text {
	/*line-height: 2em;*/
}
#for-investors-text .right {
	padding-top: 100px;
}
#for-investors-text .input-text, #for-investors-text select {
	width: 155px;
	background: #E7EEFF;
	border: 1px solid #2E4262;
}
#for-investors-text .input-submit {
	color: #000;
}
#for-investors-text h2 {
	font: 1.8em Verdana;
}

.project h2 {
	font-size: 1.8em;
	font-weight: normal;
	margin: 0;
}

#vip-table {
	width: 100%;
	border-collapse: collapse;
	margin: 15px 0;
}
#vip-table td {
	text-align: center;
}
#vip-table .image {
}
#vip-table .image-title {
	font: 1.3em Arial;
	color: #258CC9;
	text-transform: uppercase;
}
#vip-table .percent {
	font: 10.8em Arial;
	color: #258CC9;
}
#vip-table .percent-title {
	font: 2.6em Arial;
	color: #258CC9;
}
/*
.vip-title {
	width: 488px;
}
.vip-title .left {
	float: left;
	margin-top: 3px;
}
.vip-title .right {
	float: right;
	font: 1.1em Arial Black;
	text-transform: uppercase;
	width: 420px;
}
*/

.vip-title {
	width: 488px;
}
.vip-title .left {
	float: left;
	margin-top: 3px;
}
.vip-title .right {
	float: right;
	font: 1.1em 'Arial Black';
	text-transform: uppercase;
	width: 420px;
}

.vip-list-item h2 {
	font: 1.8em Verdana;
	margin: 5px 0;
}
.vip-list-item .two-column-text {
	background: none;
}
.vip-list-item .two-column-text .left {
	width: 110px;
	height: auto;
}
.vip-list-item .two-column-text .right {
	width: 355px;
	height: auto;
}

.vip-list-item .two-column-text br {
    margin: 10px 0 10px 0;
    display: block;
}

.vip-list-item .percent {
	font: 4.6em Arial;
	margin: 25px 0;
	text-align: center;
}
.vip-list-item .text {
	font: 1.6em Arial;
}


.three-column-text .col-1, .three-column-text .col-2 {
	float: left;
	width: 33%;
}
.three-column-text .col-3 {
	float: right;
	width: 33%;
}


/* SALI ADDED */

/* GALERIA */
.galery-box-container
{
    width: 158px;
    height: 180px;
    
    position: relative;

    float: left;

    margin: 0 2px 10px 1px;

    background-color: #374256;

    text-align: center;
    color: #FFF;

    text-transform: uppercase;
    font-family:  Arial, Verdana, Georgia;
    font-size: 1em;
    font-weight: bold;
}
.galery-box-container a {
	margin-top: 10px;
	display: block;
	height: auto;
}

.galery-box-container img 
{
    border-style: solid;
    border-width: 2px;
    border-color: #707480;
}

.galery-box-container .name
{
    padding-top: 4px;
    padding-bottom: 7px;
    
    position: absolute;
    left: 0px;
    width: 158px;
    bottom: 1px;
}
/* /GALERIA */

/* /SALI ADDED */

h2 {
	font: 1.8em Arial;
	text-transform: uppercase;
}


.foot-file-download {
    margin: 10px 0 0 0;
}
.foot-file-download .heading {
	border-bottom: 1px solid #525b6d;
    font-weight: bold;
    text-indent: 30px;
}
.foot-file-download .even {
	background-color: #c8c6c5;
}
.foot-file-download .odd {
	background-color: #bab7b6;
}
.foot-file-download .row {
	padding-left: 5px;
	height: 18px;
	border-top: 1px solid #FFF;
}
.foot-file-download .icon {
	float: left;
	width: 20px;
	padding-top: 2px;
}
.foot-file-download .name {
	float: left;
	padding-top: 4px;
}
.foot-file-download .name a {
	color: #FFF;
	text-decoration: none;
}
.foot-file-download .name a:hover {
	color: #374256;
}

.press-room-list-item {
	padding-top: 10px;
}
.press-room-list-item .image {
	width: 185px;
	float: left;
}
.press-room-list-item .content {
	float: left;
}
.press-room-list-item .content h3 {
	font: 1.8em Arial;
	margin-bottom: -15px;
}
.press-room-list-item .content .more {
	margin-top: -20px;
	text-align: right;
}
.press-room-list-item .content .more a {
	font-weight: bold;
	text-decoration: none;
	background: url(../images/darrow-toright.gif) no-repeat center right;
	padding-right: 13px;
}

.press-room-single h2 {
	font: 1.8em Verdana;
	margin-bottom: -18px;
	text-transform: none;
}
.press-room-single .more-information {
	margin-left: 30px;
	letter-spacing: normal;
}

#project-phone-numbers {
	border-collapse: collapse;
	border: 1px solid white;
	width: 100%;
	margin: 10px 0;
}
#project-phone-numbers td, #project-phone-numbers th {
	border: 1px solid white;
	height: 35px;
	text-align: center;
}
#project-phone-numbers thead th {
	background: #374256 url(../images/phone-header-bg.gif) repeat-x bottom left;
	color: white;
	text-transform: uppercase;
	padding-bottom: 10px;
	height: 25px;
	font: 1.2em 'Arial Black';
}
#project-phone-numbers tr.even td {
	background-color: #c8c7c5;
	color: #FFF;
	font-weight: bold;
}
#project-phone-numbers tr.odd td {
	background-color: #bbb7b6;
	color: #FFF;
	font-weight: bold;
}
#project-phone-numbers tr td.row-title {
	text-align: left;
	padding-left: 10px;
	color: #42414f;
}



#project-vip-data thead th {
	background: #374256 url(../images/phone-header-bg.gif) repeat-x bottom left;
	color: white;
	text-transform: uppercase;
	padding-bottom: 10px;
	height: 25px;
	font: 1.2em 'Arial Black';
}
#project-vip-data {
	border-collapse: collapse;
	border: 1px solid white;
	width: 100%;
	margin: 10px 0;
}
#project-vip-data td, #project-vip-data th {
	border: 1px solid white;
	height: 35px;
	text-align: center;
}
#project-vip-data tr.even td {
	background-color: #c8c7c5;
	color: #FFF;
	font-weight: bold;
}
#project-vip-data tr.odd td {
	background-color: #bbb7b6;
	color: #FFF;
	font-weight: bold;
}
#project-vip-data tr td.row-title {
	text-align: left;
	padding-left: 10px;
	width: 105px;
	color: #42414f;
}
#project-vip-data a {
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}
#project-vip-data tr td.project-color-6 {
	background-color: #df6c3b;
	width: 20px;
}
#project-vip-data tr td.project-color-8 {
	background-color: #9d3c13;
	width: 20px;
}
#project-vip-data tr td.project-color-7 {
	background-color: #c1572a;
	width: 20px;
}
#project-vip-data tr td.project-color-9999 {
	background-color: #6a7281;
	width: 20px;
}
#project-vip-data tr td.discount {
	color: #000;
	font-weight: bold;
}

.project-vip-data-tooltip {
	width: 444px;
	border: 3px solid #f3c800;
	padding: 5px;
	background-color: white;
}

.new-heading {
	background: #374256 url(../images/phone-header-bg.gif) repeat-x bottom left;
	color: white;
	text-transform: uppercase;
	padding: 4px 0 10px 10px;
	height: 21px;
	font: 1.2em 'Arial Black';
	margin: 0;
}

.press-room-more {
	margin: 5px 5px 0 0;
	text-align: right;
}
.press-room-more a {
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	background: url(../images/darrow-toright.gif) no-repeat center right;
	padding-right: 13px;
}

.press-room-gallery {
	width: 100%;
	border-collapse: collapse;
	margin: 8px 0;
}
.press-room-gallery .image {
	width: 45px;
}
.press-room-gallery .icon {
	width: 15px;
}
.press-room-gallery .size {
	width: 50px;
}
.press-room-gallery img {
	border: 0;
}
.press-room-gallery tr.odd {
	background-color: #bab7b6;
}
.press-room-gallery tr.even {
	background-color: #c8c6c5;
}
.press-room-gallery td {
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	padding: 3px;
	color: #FFF;
}
.press-room-gallery td a {
	color: #FFF;
	text-decoration: none;
}
.press-room-gallery td a:hover {
	color: #374256;
}

.press-room-gallery-more {
	margin-bottom: 10px;
	text-align: right;
}
.press-room-gallery-more a {
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	background: url(../images/darrow-toright.gif) no-repeat center right;
	padding-right: 13px;
}
.press-room-gallery-more a:hover {
	text-decoration: underline;
}

#flat-single-title .logo {
	width: 85px;
	float: left;
    margin-right: 6px;
}
#flat-single-title .text {
	float: left;
	font: 1.8em Verdana;
}

#flat-single-data {
	width: 100%;
	border-collapse: collapse;
	margin: 10px 0;
}
#flat-single-data .image {
	background-color: #6a7281;
    text-align: center;
}
#flat-single-data .image img {
	margin: 7px;
}
#flat-single-data td {
	border: 1px solid #FFF;
	padding: 2px;
}
#flat-single-data tr.odd td {
	background-color: #bab7b6;
}
#flat-single-data tr.even td {
	background-color: #c8c6c5;
}
#flat-single-data td.desc {
	border-right: 0;
}
#flat-single-data td.data {
	border-left: 0;
	color: #374256;
}

#flat-single-sum {
	width: 100%;
	margin: 10px 0;
}

#flat-single-contact {
	width: 100%;
	margin: 10px 0;
}

#weather .content {
	font: 13px Arial;
}
#weather-table th {
	font-weight: normal;
	font: 13px Arial;
}
.weather-temp-big {
	font: 24px Arial;
}

.separator-simple {
	height: 10px;
	border-bottom: 1px solid black;
}


#sitemap {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sitemap a {
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}
#sitemap a:hover {
	text-decoration: underline;
}
#sitemap li {
	margin: 0;
	padding: 5px 0;
    /*height: 22px;*/
}
#sitemap ul {
	margin: 0 0 0 0;
	padding: 4px 0;
	list-style-type: none;
}
#sitemap ul a {
	text-transform: none;
	font-weight: bold;
	text-decoration: none;
}
#sitemap ul a:hover {
	text-decoration: underline;
}
#sitemap ul li {
	padding: 5px 0 5px 20px;
	background: url(../images/sitemap-bg.gif) repeat-y top left;
}

#sitemap ul ul {
	margin: 0 0 0 0;
	padding: 2px 0;
	list-style-type: none;
}
#sitemap ul ul a {
	text-transform: none;
	font-weight: normal;
	text-decoration: none;
}
#sitemap ul ul a:hover {
	text-decoration: underline;
}
#sitemap ul ul li {
	margin: 0;
	padding: 0 0 0 20px;
	background: url(../images/sitemap-bg.gif) repeat-y top left;
}


.nameday-block {
	background-color: #C8C6C5;
	padding: 10px;
	letter-spacing: 0.11em;
	line-height: 1.5em;
}
.nameday-block .left {
	width: 234px;
	float: left;
}
.nameday-block .left div {
	padding: 0 5px;
}
.nameday-block .right {
	width: 234px;
	float: right;
}
.nameday-block #subscribe {
	visibility:visible;
	position:absolute;
	z-index:0;
	margin-top: -5px;
}
.nameday-block #unsubscribe {
	visibility:hidden;
	position:absolute;
	z-index:1;
	margin-top: -5px;
}
.nameday-next {
	cursor: pointer;
	background: none;
	border: none;
	font-weight: bold;
	color: #374256;
	text-align: right;
	padding-right: 13px;
	background: url(../images/darrow-toright.gif) no-repeat center right;
	margin-right: 5px;
}
.nameday-prev {
	cursor: pointer;
	background: none;
	border: none;
	font-weight: bold;
	color: #374256;
	text-align: left;
	padding-left: 13px;
	background: url(../images/darrow-toleft.gif) no-repeat center left;
	margin-left: 5px;
}
.nameday-nav {
	padding: 5px 0;
}
.nameday-nav .left {
	float: left;
	text-align: left;
}
.nameday-nav .right {
	float: right;
	text-align: right;
}
.nameday-block h3 {
	font: 11px Arial,Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0;
}
.nameday-block td {
	vertical-align: top;
}
.nameday-block .inner {
	padding-left: 15px;
	margin: 5px 0;
}

.nameday-block select, .nameday-block input, .nameday-block textarea
{
    font-size: 11px;
    font-family: Arial, Verdana, Times;
}
.nameday-block textarea, .nameday-block input
{
    width: 200px;
}

.project-list-item h3 {
	font: 18px Verdana;
	font-weight: normal;
	/*text-transform: uppercase;*/
	margin: 0 0 10px 0;
}
.project-list-item h3 a {
	text-decoration: underline;
	color: #0A2431;
}
.project-list-item .info {
	margin-bottom: 15px;
}
.project-list-item .image {
	float: left;
	padding: 3px 5px 5px 0;
}
.project-list-item .text {
	margin-bottom: 10px;
	letter-spacing: 0.11em;
}
.project-list-item .more {
	text-align: right;
}
.project-list-item .more a {
	font-weight: bold;
	color: #0A2431;
	padding-right: 13px;
	background: url(../images/darrow-toright.gif) no-repeat center right;
	margin-right: 5px;
	text-decoration: none;
}
.project-list-item .more a:hover {
	text-decoration: underline;
}
.project-list-item .left {
	float: left;
	width: 110px;
}
.project-list-item .right {
	float: right;
	width: 350px;
	margin-right: 13px;
}

#news-resize-stuff {
	font-family: Arial;
}
#content-resize-stuff {
	font-family: Arial;
}


#offer-request-list {
	border-collapse: collapse;
	border: 1px solid white;
	width: 100%;
}
#offer-request-list td, #offer-request-list th {
	border: 1px solid white;
	height: 35px;
	text-align: center;
}
#offer-request-list thead th {
	background: #374256 url(../images/phone-header-bg.gif) repeat-x bottom left;
	color: white;
	text-transform: uppercase;
	padding-bottom: 10px;
	height: 25px;
	font: 1.2em 'Arial Black';
}
#offer-request-list tr.even td {
	background-color: #C8C6C5;
	color: #FFF;
}
#offer-request-list tr.odd td {
	background-color: #BAB7B6;
	color: #FFF;
}
#offer-request-list tr td.row-title {
	text-align: left;
	padding-left: 10px;
	color: #42414f;
}
#offer-request-list td.numbering {
	font: 1.2em 'Arial Black';
	padding: 0 3px;
}
#offer-request-list a {
	color: #D50000;
}
.offer-request-submit {
	font: 1.2em 'Arial Black';
	color: #FF8B57;
	background-color: #354054;
	border: 0;
}

#basket {
	width: 510px;
	height: 38px;
	background-color: #6A7281;
	float: left;
	margin: 5px 5px 5px 5px;
	padding: 5px;
	position: absolute;
	top: 107px;
	left: 0px;
}
#basket table {
	width: 100%;
	border-collapse: collapse;
}
#basket table thead th {
	background-color: #374256;
	color: #FFF;
	font-weight: normal;
	font: 9px Verdana;
}
#basket table thead th.indent {
    text-indent: 8px;
}
#basket .num-box, #basket .num-box-active {
	width: 14px;
	height: 14px;
	margin: 5px 1px 0 1px;
	text-align: center;
	padding-top: 1px;
	background-color: #374256;
	float: left;
	font-weight: bold;
}
#basket .num-box a {
	color: #FFF;
	text-decoration: none;
}
#basket .num-box-active a {
	color: #E16F3D;
	text-decoration: none;
}
#basket div.data {
	background-color: #DBE6F9;
	color: #13314B;
	height: 15px;
	padding: 1px 1px 0;
	margin: 5px 2px 0;
	vertical-align: top;
}
#basket td.data {
	vertical-align: top;
}
#basket #basket_project {
 width: 90px;
}
#basket #basket_num {
 width: 49px;
}
#basket #basket_price_incvat {
 width: 62px;
}
#basket div.data_flash_button {
	padding: 1px 1px 0;
	margin: 1px 2px 0;
	height: 23px;	
	width: 115px;
	vertical-align: top;
}
#basket td.data_flash_button {
	width: 115px;
	vertical-align: top;
}
#basket .remove {
	width: 14px;
	height: 14px;
	background-color: #CE131B;
	text-align: center;
	padding-top: 1px;
	margin: 5px auto 0 auto;
}
#basket .remove a {
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}
#basket .offer-request {
	display: block;
	text-align: center;
	width: 114px;
	height: 18px;
	border: 1px solid #868D99;
	background-color: #354054;
	color: #FF8B57;
	text-decoration: none;
	font: 12px 'Arial Black';
	text-transform: uppercase;
	padding-top: 2px;
	margin-top: 3px;
}

#search-list {
	border-collapse: collapse;
	border: 1px solid white;
	width: 100%;
}
#search-list td, #search-list th {
	border: 1px solid white;
	height: 35px;
	text-align: center;
}
#search-list thead th {
	background: #374256 url(../images/phone-header-bg.gif) repeat-x bottom left;
	color: white;
	text-transform: uppercase;
	padding-bottom: 10px;
	height: 25px;
	font: 1.2em 'Arial Black';
}
#search-list tr.even td {
	background-color: #C8C6C5;
	color: #FFF;
}
#search-list tr.odd td {
	background-color: #BAB7B6;
	color: #FFF;
}
#search-list tr td.image {
	width: 145px;
	background-color: #FFF;
	border-bottom: 1px solid #BAB7B6;
}
#search-list a {
	color: #D50000;
}


.content-title
{
    width: auto;
    height: 14px;

	background-color: #6A7281;
	padding: 5px;

	font: 1.2em 'Arial Black',Arial;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 0.12em;

    position: relative;
    top: -5px;
}
.content-title a {color: #374256;}



.block div.button 
{
    width: auto;
    height: 24px;

    margin: 0px;
    padding: 3px;

    background-image: url('../images/btnbg.jpg');
}
.block div.button .div-button-concept
{
    margin: 4px auto 4px 8px;
}

.div-button-concept
{
	text-align: center;
	width: 150px;
	height: 18px;
	border: 1px solid #868D99;
	background-color: #354054;
	color: #FF8B57;
	text-decoration: none;
	font: 12px 'Arial Black';
	text-transform: uppercase;
	padding-top: 2px;
}

.div-button-concept a 
{
	color: #FF8B57;
	text-decoration: none;
	font: 12px 'Arial Black';
}



.reference-project-list {
	width: 980px;

    margin: 0 auto 0 auto;
    text-align: left;
} 
.reference-project-list .list
{
    margin: 10px 0 0 0;
}
.reference-project-list .list .reference-item
{
    width: 305px;
    height: 86px;

    float: left;

    margin: 4px 5px 10px 10px;
    text-align: left;
	padding-bottom: 15px !important;
	padding-bottom: 0;


    /*border-style: solid;
    border-width: 1px;
    border-color: #000;
    */
}
.reference-item .project-list-item-image {
	width: 110px !important;
}


#resale
{
    background-color: #6A7281;
    color: #FFF;
}
#rental
{
    background-color: #6A7281;
    color: #FFF;
}

.search-results {
	border-collapse: collapse;
	width: 100%;
}
.search-results td {
	padding: 4px 0;
	border-bottom: 1px solid black;
}
.search-results .title a {
	color: #6a7281;
	text-decoration: none;
	font-weight: bold;
}
.search-results .title a:hover {
	text-decoration: underline;
}
.search-results .cont {
	border-bottom: 0;
}
.search-results .more {
	text-align: right;
	padding-right: 7px;
	vertical-align: bottom;
}
.search-results .more a {
	font-weight: bold;
	text-decoration: none;
	background: url(../images/darrow-toright.gif) no-repeat center right;
	padding-right: 13px;
}
.search-results .more a:hover {
	text-decoration: underline;
}
.search-results .nores {
	font-size: 1.2em;
	color: #6a7281;
	font-style: italic;
	padding-left: 7px;
}
div.p-newsletter-messagebox {

    background: #374256 url(../images/phone-header-bg.gif) repeat-x bottom left;
	text-transform: uppercase;
	padding: 4px 0 10px 10px;
	height: 21px;
	font: 1.2em 'Arial Black';
	margin: 0 0 15px 0;

}

/* VIP tablazat magyarazata */
#div-vip-member-legend
{
    width: auto;
    height: 20px;

    margin: 0 auto 0 60px;
}
#div-vip-member-legend div.image
{
    float: left;
    margin: 0 4px 0 0;
}
#div-vip-member-legend div.text
{
    float: left;

    margin: 0 20px 0 0;
    line-height: 20px;

    font-size: 10px;
    font-weight: bold;
    color: #374256;
}


.leftpanel-box-projectlist-image
{
    margin: 4px 3px 6px 0;

    border-style: solid;
    border-width: 1px;
    border-color: #FFF;
}



#quick-search-form .input-search
{
    font-size: 11px;
    font-family: Arial, Verdana, Times;
    border: 1px #000 solid;
}
.gallery-back a {
	text-decoration: none;
	padding-left: 12px;
	background: url(../images/darrow-toleft.gif) no-repeat center left;
}
.gallery-back a:hover {
	text-decoration: underline;
}



table#box-galery-main td
{
    color: #000;
    font-size: 1.0em;
}
#view_our_flatlist
{
	text-align: right;
	text-transform: uppercase;
}
.dMyPartner
{
	color: #ff8b57;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding-left: 7px;
	display: block;
}
.dMyPartner img
{
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	border: none;
}

#com_unique .header .text 
{
	color: #FFFFFF;
	background-color: #70A4E0;
	text-decoration: none;
}

#com_unique .header .text a
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 8px;
}

#depo .header .text 
{
	color: #FFFFFF;
	background-color: #70A4E0;
	text-decoration: none;
}

#depo .header .text a
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}

#voucher .header
{
	background-color: #B4D9F4;
}

#voucher .header .text 
{
	color: #FFFFFF;
	background-color: #62B9E4;
	text-decoration: none;
}

#voucher .header .text a
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}

#voucher .content
{
	text-align: center;
	background: #DAECFA url('http://www.autoker.hu/images/voucher/autoker_voucher_box_bg.jpg') no-repeat;
	height: 120px;
}

#voucher .content p a
{
	color: #435E79;
}

#panorama-box, #video-box
{
	text-align: center;
}

#panorama-box .text, #video-box .text
{
	text-align: left;
}

#panorama-box img, #video-box img
{
	margin-top: 3px;
	margin-bottom: 3px;
	border: none;
}
#video-box .content
{
	padding-bottom: 5px;
}

a.orange-link:link{ color: #ff8b57; }
a.orange-link:visited{ color: #ff8b57; }
a.orange-link:hover{ color: #ff8b57; }


#label-hor-fl-keyword {
	float: left;
}
#search-flash-button {
	position: relative;
	left: 2px;
	top: 1px;
	float: left;
}