@CHARSET "UTF-8";
@IMPORT url("print.css") print;

* {
	scrollbar-base-color: #444;	
}

html {
    background: #7f7f7f url(../img/background_fade.gif) repeat-x 0 0;
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: auto;
}
* html {
	height: auto;	
}
body {
    margin: 0;
    padding: 0 0 1px 0;
    font-family: tahoma, sans-serif;
    width: 100%;
    min-height: 100%;
    overflow: auto;
}
* html body {
	height: auto;	
}
* html, * html body {
	overflow-x: hidden;
}
h3 {
    font-size: 12px;
    color: #ffa200;
    border-bottom: solid 1px #5c5c5c;   
    padding: 5px 0 5px;
    margin: 5px 0;
}
#leftWideCol h3,
#rightWideCol h3 {
    padding: 5px 0 8px;
}
a {
    text-decoration: none;
    color: white;
}
img {
    border: 0;  
}

#flashMessage {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    padding: 5px 0;
    font: bold 11px/1.2 Verdana, sans-serif;
    background: #f8ba13;
    border: dashed 3px black;	
    text-align: center;
}
body.defaultFrontend #flashMessage {
    position: static;
    margin-left: 0;
    width: auto;
    font-size: 14px;
    color: white;
    background: transparent;
    border: none;	
}

#container {
    width: 900px;
    min-height: 100%;
    margin: 0 auto;
    overflow-y: auto;
    overflow-x: hidden;
    background: #1e1e1e url(../img/container_fade.gif) repeat-x 0 0;
}
* html #container {
	/*height: auto;*/	
}
#container.object {
	background: #1e1e1e;	
}

#searchAndContact {
    height: 50px;
    padding-right: 20px;
    background: url(../img/links_top.gif) no-repeat 0 0;
}
#searchAndContact a {
    float: right;
    width: 100px;   
    height: 50px;
    display: block;
}

#header.object {
	width: 100%;
	height: 21px;
	background: url(../img/object_header_background.gif) repeat-x;	
}
#header.object #graphics {
	display: none;
}
#graphics {
    height: 170px; 
    background: url(../img/header_graphics.jpg) no-repeat 0 0; 
}
#graphics a {
    display: block;
    width: 200px;
    height: 150px;
}

#leftcol {
    float: left;
    width: 180px;
    padding: 10px;
    border-right: solid 1px #1e1e1e;
    background: url(../img/sidecol_fade.gif) repeat-x 0 0; 
}
#leftcol ul {
    list-style: none;
    margin: 0;
    padding: 0; 
}
#leftcol li {
    font-size: 12px;
    font-weight: bold;
}
#leftcol li a {
    display: block;
    color: #ffa200;
    padding: 5px 0;
    border-bottom: solid 1px #5c5c5c;
    margin-bottom: 5px; 
}
#leftcol li ul {
    margin-left: 16px;
    margin-bottom: 8px;
}
#leftcol li ul a {
    padding: 2px 0;
    margin: 0;
    font-weight: normal;
    color: #969696;
    border: none;
    line-height: 1.2em;
}
* html #leftcol li ul li {
    line-height: 1em;
}
#leftcol img {
    margin-top: 16px;
}

#leftcol #newsletterForm {
	width: auto;	
}
#leftcol #newsletterForm label {
	color: #969696;
	font-size: 11px;
	line-height: 1.3em;
	text-align: justify;
	display: block;
}
#leftcol #newsletterForm .email {
	margin: 10px auto;
	display: block;
	width: 170px;	
}
#leftcol #newsletterForm .submit {
	display: block;
	margin: 0 auto;
	width: 100px;	
	background: #4b4b4b;
	border: 0;
	font: 11px tahoma, sans-serif;
	padding: 3px 0;
	color: #969696;
}

#leftcol form {
	overflow: auto;
	width: 100%;	
	margin: 0;
}
#leftcol .poll h3 {
	color: #969696;
	font-size: 12px;
	display: block;
	font-weight: normal;	
	border: none;
	margin-top: 0;
}
#leftcol .poll label {
	color: #969696;
	font-size: 11px;
	padding-top: 3px;
}
#leftcol .poll .submit {
	clear: both;
	padding-top: 10px;
	width: 100%;	
}
#leftcol .poll .submit input {
	display: block;
	margin: 0 auto;
	width: 100px;	
	background: #4b4b4b;
	border: 0;
	font: 11px tahoma, sans-serif;
	padding: 3px 0;
	color: #969696;	
	/*
	width: 80px;
	margin: 0 auto;
	display: block;
	float: none;	
	background: #fbba00;
	border: 0;
	font: 11px tahoma, sans-serif;
	padding: 3px 0;
	*/
}
#leftcol .poll a {
	display: none;	
}
#leftcol .poll .pollAnswer {
	font-size: 11px;
	color: #969696;
}
#leftcol .poll .pollAnswer {
	width: 100%;
	overflow: auto;	
}
#leftcol .poll .pollBarOuter {
	float: left;	
}
#leftcol .poll .pollNumber {
	float: left;	
	font-size: 11px;
	color: #969696;
	width: 40px;
	text-align: right;
}

/*
#leftcol .poll {
	background: #4b4b4b;
	padding: 5px 15px;
}
*/


.pollBarOuter {
	height: 10px;
	background: #4b4b4b;
	width: 140px;
}
.poll.full .pollBarOuter {
	width: 440px;	
}
.pollBarInner {
	height: 10px;
	background: #f9b800;	
}
.pollAnswer {
	margin: 5px 0;	
}

#rightcol {
    float: right;
    width: 180px;
    padding: 10px;
    border-left: solid 1px #1e1e1e;
    background: url(../img/sidecol_fade.gif) repeat-x 0 0; 
}
#rightcol ul {
    list-style: none;
    margin: 0;
    padding: 0; 
}
#rightcol li {
    font-size: 12px;
    font-weight: bold;
}
#rightcol li a {
    display: block;
    color: #ffa200;
    padding: 5px 0;
    border-bottom: solid 1px #5c5c5c;
    margin-bottom: 5px; 
}
#rightcol li ul {
    margin-left: 16px;
    margin-bottom: 8px;
}
#rightcol li ul a {
    padding: 2px 0;
    margin: 0;
    font-weight: normal;
    color: #969696;
    border: none;
    line-height: 1.2em;
}
* html #rightcol li ul li {
    line-height: 1em;
    /*margin-bottom: -12px;*/
}
#rightcol #handyNavigator {
    background: #f9b800 url(../img/handy_navigator_fade.gif) repeat-x 0 0;
    padding: 8px;
}
#rightcol #handyNaviator ul {
    margin: 0;
    list-style: none;
}
#rightcol #handyNavigator li {
    padding: 0 0 0 10px;
    background: url(../img/handy_navigator_arrows.gif) no-repeat 0 2px; 
    font-size: 11px;
    font-weight: normal;
}
* html #rightcol #handyNavigator li {
    line-height: 1em;
    margin-bottom: -12px;
}
* html #handyNavigator {
    height: 42px;   
}
#rightcol #handyNavigator a {
    background: transparent;
    color: black;   
    border: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em;
}
#simpleSearch {
    background: #4b4b4b;
    padding: 4px;
    position: relative; 
    margin-bottom: 8px;
}
#simpleSearch form {
    width: 148px;
    margin: 0 auto;
    color: #969696;
    font-size: 11px;  
}
#simpleSearch select {
    width: 148px;
    font-size: 10px;
    display: block;
    margin: 2px;    
}
#simpleSearch label {
    margin: 8px 0 4px;
    color: #969696;
    display: block;
    font-size: 11px;    
}
#simpleSearch input {
    width: 80px;    
    font-size: 10px;
}
#simpleSearch .submit {
    position: absolute;
    left: 135px;
    top: 105px; 
    width: auto;
    height: auto;
}
* html #bannerZone1 {
	margin-top: 20px;	
}

#centercol {
    width: 473px;
    margin: 0 auto;
}
#path ul {
    margin: 0;
    padding: 4px 0 0;
    list-style: none;
    font-size: 12px;
    height: 20px;
}
#path li {
    float: left;
    padding-left: 20px;
    background: url(../img/path_arrow.gif) no-repeat 5px 50%;   
}
#path li.first {
    padding-left: 0;
    background: none;   
}
#path a {
    color: #939393;
}
.content {
    background: black;
    padding: 12px 12px;
    font-size: 12px;
    color: #969696;
    line-height: 1.4em;
    text-align: justify;    
}
.content p {
    margin: 1em 0;  
}
.content.leadText p {
    margin: 0 0 1em;
}
#latelyAdded div {
    width: 128px;
    margin-right: 13px;
    float: left;
    padding: 10px 10px 2px;
    height: 165px;
    font-size: 11px;
    line-height: 1.4em;
    color: #fff;    
}
#latelyAdded span {
    color: #969696; 
}
#latelyAdded span.orange {
	color: #ffa200;	
}
#latelyAdded a {
    display: block;
    height: 100px;
}
#latelyAdded div.col3 {
    margin-right: 0;    
}
#latelyAdded img {
    display: block;
    margin-bottom: 8px;
}
#tabSelect {
    overflow: auto;
    width: 100%;    
}
* html #tabSelect {
    /*margin-bottom: -19px;*/   
}
#tabSelect div {
    float: left;
    border: solid 1px #434343;
    border-width: 0 1px 1px 0;
    background: #363636;
    padding: 4px;
    width: 86px;
    font-weight: bold;
    font-size: 12px;
    color: #969696;
    text-align:center;
    cursor: pointer;
}
#tabSelect div:hover {
    background: #4a4a4a;
}
#tabSelect div.active {
    border-bottom-color: black;
    background: black !important;
}
#tab {
    height: 220px;	
}
#advancedSearch .row {
    padding: 12px;
    background: black;
    border-bottom: solid 1px #2f2f2f;   
    font-size: 11px;
    color: #939393;
    overflow: auto;
    width: 449px;
}
#advancedSearch .row label {
    display: block;
    margin-bottom: 3px;
}
#advancedSearch .row select {
    font-size: 10px;
    width: 120px;
}
#advancedSearch .row input.text {
    font-size: 10px;
    width: 70px;
    display: inline;
    text-align: center; 
}
#advancedSearch .row input.image {
    float: right;   
}
#advancedSearch .row div input.text {
    font-size: 10px;
    width: 35px;
    display: inline;
    text-align: center; 
}
#advancedSearch .row div {
    float: left;
    margin-right: 40px;
    width: 120px;   
}
#advancedSearch .row .col3 {
    margin-right: 0;
}
#searchResultsPaginator {
    margin-top: -22px;
    float: right;   
}
#bottomPaginator {
	margin: 0 auto;
}
.paginator * {
    float: left;
    height: 12px;
    font-size: 10px;
    line-height: 1em;
}
.paginator .prev {
    width: 18px;
    background: url(../img/paginator_arrows.gif) no-repeat 0 0; 
}
.paginator .next {
    width: 18px;
    background: url(../img/paginator_arrows.gif) no-repeat 100% 0;  
}
.paginator span.numbers {
    border-left: solid 1px #7f7f7f; 
}
.paginator span a {
    padding: 0 4px;
    color: #7f7f7f;
    border-right: solid 1px #7f7f7f;
    background-color: transparent;
}
.paginator span.current {
    padding: 0 4px;
    color: #ffa200;
    border-right: solid 1px #7f7f7f;
    background-color: transparent;
}
.result {
    margin-bottom: 5px;
    background: #222;   
    overflow: auto;
    width: 100%;
    padding: 2px 0;
}
.result .image {
    width: 150px;
    text-align: center;
    float: left;
}
.result .image * {
    float: left;
    display: block;
}
.result .details {
    width: 295px;
    float: left;
    font-size: 12px;
    color: #7f7f7f;
    background-color: transparent;
    padding-top: 10px;
}
.result table {
    margin-top: 1em;
    border: 0;
    border-collapse: collapse;  
}
.result td {
    width: 140px;
    color: #fff;
}
.result td span {
    color: #7f7f7f;
    background-color: transparent;
}
.result td span.orange {
	color: #ffa200;	
}
.result td a {
    color: #ffa200;
}
.result .arrow a {
    margin-top: 5px;
    width: 24px;
    height: 83px;
    background: url(../img/result_arrow.gif) no-repeat 0 0;
    float: left;
}

* html #leftWideCol {
    margin-right: -3px; 
}
* html #rightWideCol {
    margin-left: -3px;  
}
#leftWideCol {
    width: 505px;
    margin: 0;
    padding: 25px 15px 8px 25px;
    background: url(../img/sidecol_fade.gif) repeat-x 0 0; 
}
#offerId {
	color: #969696;
    font-size: 11px;
    margin-top: -30px;
    float: right;
}
#offerId b {
    font-size: 12px;
    color: #b9b9b9;
}
#offerProps {
    background: #323232 url(../img/props_fade.gif) repeat-x 0 0;
    height: 250px;
    font-size: 12px;
    line-height: 1.4em;
    color: #969696;
}
#props {
    padding: 15px 15px;
    line-height: 1.5em;
    color: #fff;  
    text-transform: uppercase;  
}
#props span {
    color: #969696;
}
#price {
	font-size: 12px;
    float: right;
    width: 155px;
    padding: 25px 0;
    height: 200px;
    border-left: solid 1px #404040;
    text-align: center;
    position: relative;
}
#printOffer {
    position: absolute;
    width: 155px;
    height: 41px;
    border-top: solid 1px #404040;
    bottom: 0;
    right: 0;
    background: url(../img/print_button.gif) no-repeat 0 0;
    cursor: pointer;    
}
* html #printOffer {
	width: 154px;	
}
#price .orange {
    color: #ee7f01;
}
#price sup {
	font-size: 8px;	
}
#price .orange {
	font-size: 14px;	
}
#price span.price {    
	font-size: 18px;
    color: #ffa200;
}
#offerDescription {
    font-size: 12px;
    /*color: #969696;*/
    color: #fff;
    border: solid 1px #414141;
    margin: 5px 0 8px;
    padding: 10px 0;
    height: 210px;
    overflow: auto;
    border-width: 1px 0;
    text-align: justify;
}
#objectContact {
	height: 46px;
	background: #323232 url(../img/logo_object.gif) no-repeat 15px 8px;
	font-size: 11px;
	padding: 8px 0 0 370px;
	color: #fff;
	cursor: pointer;
}

#rightWideCol {
    float: right;
    padding: 25px 18px 8px;
	margin: 0;
    width: 318px;
    background: url(../img/sidecol_fade.gif) repeat-x 0 0;
    border-left: solid 1px #1e1e1e;
}
*:first-child+html #rightWideCol {
	position: absolute;
	top: 21px;
	left: 724px;	
}
#bigPhoto {
    background: #323232 url(../img/bigphoto_fade.gif) repeat-x 0 0;
    padding: 5px;
    width: 308px;
    height: 231px;
}
#bigPhoto img {
    display: block;
    margin: 0 auto;
    width: 308px;
}
#photoSlider {
    height: 78px;
    background: url(../img/slider_background.gif) no-repeat 50% 0;
    margin: 5px 0;
    padding-top: 8px;
    position: relative;
}
#photoSlider #slideLeft {
    top: 0;
    left: 0;
    width: 20px;
    height: 78px;
    cursor: pointer;
    position: absolute;
}
#photoSlider #slideRight {
    top: 0;
    right: 0;
    width: 20px;
    height: 78px;
    cursor: pointer;
    position: absolute;
}
#photoSlider #slideInner {
    padding: 0;
    background: #1e1e1e;
    width: 280px;
    height: 50px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 6px;
}
#photoSlider #slideInner img {
    float: left;
    margin-left: 6px;
    cursor: pointer;
}
#handyNavigatorTwoCol {
    background: #f9b800 url(../img/handy_navigator_fade.gif) repeat-x 0 0;
    padding: 15px 0 15px 40px;
    /*overflow: auto;*/
    height: 30px;
    margin: 0;
}
#handyNavigatorTwoCol ul {
    padding: 0;
    margin: 0 0 0 15px;
    list-style: none;
}
#handyNavigatorTwoCol li {
    padding: 0 0 0 10px;
    background: url(../img/handy_navigator_arrows.gif) no-repeat 0 2px; 
    font-size: 11px;
    font-weight: normal;
    width: 110px;
    float: left;
    list-style: none;
}
* html #handyNavigatorTwoCol li {
    line-height: 1em;
    /*margin-bottom: -12px;*/
}
* html #handyNavigatorTwoCol {
    height: 30px;   
}
#handyNavigatorTwoCol a {
    background: transparent;
    color: black;   
    border: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em;
    font-weight: bold;
}
#agent {
    position: relative;
    font-size: 11px;
    background: #323232;
    /*color: #ababab;*/
    color: #fff;
    padding: 6px;
    line-height: 1.2em;
    height: 80px;
}
#msgToAgent {
    position: absolute;
    background: url(../img/msg_to_agent_button.gif) no-repeat;
    width: 127px;
    height: 21px;
    cursor: pointer;
    left: 175px;
    top: 25px;  
}
* html #msgToAgent {
    /*left: 95px;*/ 
}
#agent img {
    float: left;
    margin: 0 11px;
}
#agent .name {
    font-size: 12px;
    color: #fbba00;
}
#agent span {
    color: #5e5e5e;
}

.contextMenuIcon {
    position: relative;
    cursor: pointer;
    width: 18px;
    height: 18px;
    background: white;
    display: inline;
}
.contextMenu {
    border: solid 1px #1592e9;
    padding: 4px;
    display: none;
    position: absolute;
    top: 8px;
    left: -1px;
    background-color: #fff !important;
    width: 140px;
    font-size: 11px;
    z-index: 100;
}
.contextMenu a {
    display: block; 
    font-weight: normal;
    text-decoration: none;
    color: #1592e9;
}
.contextMenu a:first {
    font-weight: bold;  
}

#UserLoginForm label {
    display: block;
    text-align: center;
    font-weight: bold;  
}
#UserLoginForm input {
    margin-bottom: 1.5em;
    display: block;
    margin: 0 auto;
}

.contactForm label, .contactForm .label {
    font-weight: bold;
    font-size: 110%;
    color: #ccc;
    display: block;
    margin: 1em auto 0.2em;
}
.contactForm .input input, .contactForm .input textarea {
    display: block;
    width: 100%;
}
.contactForm .submit {
    margin: 2em auto;
    text-align: center;
}

.attachments {
    margin: 10px;
    padding: 0;
    list-style: none;
    font-size: 11px;
}

#disclaimerObject {
	margin: 0 0 10px 25px;
	padding: 20px 20px 20px 80px;
	color: #7b7b7b;
	width: 758px;
	font-size: 11px;
	text-align: justify;
	background: url(../img/i2.gif) no-repeat 25px 10px;
	border-top: solid 1px #414141;
}

#homepageDisclaimer {
	width: 900px;
	margin: 0 auto;
	background: #1e1e1e;
}
#homepageDisclaimer div {
	position: relative;
	width: 660px;	
	margin: 0 auto;
	border-top: solid 1px #414141;
	padding: 50px 20px 50px 200px;
	font-size: 11px;
	color: #7b7b7b;
	text-align: justify;
}
#homepageDisclaimer a {
	width: 150px;
	display: block;
	position: absolute;
	top: 26px;
	left: 21px;
	padding-top: 42px;
	background: url(../img/logo_homepage.gif) no-repeat 0 0; 
	color: #fff;
	font-size: 11px;
	border-right: solid 1px #414141;
}

#specialOffer {
    border: solid 1px #c49706;
    padding: 4px;
    background-color: #3b3b3b;
    font-size: 11px;
    text-align: justify;
    position: relative;
}
#specialOffer .band {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 0;
    right: 0;
    background: url(../img/special_offer_band.png) no-repeat;
}
* html #specialOffer .band {
	right: 10px;
	background: url(../img/special_offer_band.gif) no-repeat;
}
#specialOffer img {
    margin: 0;
}
#specialOffer .description {
    color: #fff;
    line-height: 1.4em;
}
#specialOffer .description p {
    margin: 8px 0;
}

#recommendedOffer {
    border: solid 1px #8b8b8b;
    padding: 4px;
    background-color: #3b3b3b;
    font-size: 11px;
    text-align: justify;
    position: relative;
}
#recommendedOffer .band {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 0;
    right: 0;
    background: url(../img/recommended_offer_band.png) no-repeat;
}
* html #recommendedOffer .band {
	right: 10px;
    background: url(../img/recommended_offer_band.gif) no-repeat;
}
#recommendedOffer img {
    margin: 0;
}
#recommendedOffer .description {
    padding-top: 8px;
    color: #fff;
    line-height: 1.4em;
}
#recommendedOffer .description span {
    color: #969696; 
}
#recommendedOffer .description span.orange {
	color: #ffa200;	
}
#recommendedOffer .description a {
    display: block;
    height: 100px;
}
