﻿/* OBJECT DETAILS BUTTONS */
.btn_overview {
    background-image: url(../Img/btn_overview.png);
	}
.btn_img {
    background-image: url(../Img/btn_img.png);
    }
.btn_plan {
    background-image: url(../Img/btn_plan.png);
    }
.btn_map {
    background-image: url(../Img/btn_map.png);
	}
.btn_calc {
    background-image: url(../Img/btn_calc.png);
    }
.btn_facts {
    background-image: url(../Img/btn_facts.png);
    }
/* PAGE STYLES */
div.interest-header {
	line-height:28px;
	margin:10px 0 10px 0;
	padding:0 8px;
	font-weight:bold;
	}
div.interest-header {
	border: solid 1px #ccc;
	background: #eee;
	}
div.interest-header p.content-left, div.interest-header p.content-right  {	
	margin: 0 0 0 0;	
	display: inline;
	}
div.interest-header p.content-left {    
    width: 19%;
    float: left;
}
div.interest-header ul.content-right {
    width: 79%;
    float: right;
    text-align: right;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
div.interest-header ul.content-right li {    
    display: inline;
    float: right;
    text-align: right;
    font-size: 93%;
    list-style-type: none;
    background: none;
}
div.interest-header .small {
	font-size: 85%;
	font-weight: normal;
	}
div.interest-header .alert {
	color: #d01b2c;
	}
div.interest-footer {
	border: solid 1px #ccc;
	background-color: #eee;
	margin:10px 0 20px 0;
	padding:0 8px 4px 0;
	clear:both;
	font-size:85%;
	}
div.interest-footer p {
	padding: 0 0 0 34px;
	margin: 3px 0 0 0;
	background: #eee url(../../../Res/Img/Site/ico_information.gif) no-repeat 10px 4px ;
	}
div.interest-image {
	float: left;
	width: 110px;
	height: 85px;
	padding: 10px 10px 10px 10px;
	}
div.interest-image img {
	border: solid 1px #969696;
	width: 110px;
	height: 85px;
	}
div.interest-objectinfo {
	float: left;
	width: 540px;
	height: 42px;
	margin:4px 0 0 0;
	padding: 0 10px 10px 0px;	
	border-bottom: solid 1px #d0d0d0;
	}
div.interest-interestinfo {
	float: right;
	font-size:85%;
	width: 540px;
	height: 37px;
	padding: 5px 10px 10px 0;	
} 
div.box-secondary-inner input.btn_large {
	background: #3695D7;
	color: #fff;
	width: 185px;
	line-height:normal;
	margin:0 0 10px 0;
	}
table.list {
	width: 100%;
	border-style: none;
	margin-bottom: 6px;
	}
table.list td {
	vertical-align: top;
	}
table.list img {
	margin: 0 0 10px 0;
	}
table.list td.label {
	width: 40%;
	}
table.list td a img {
	width: 215px;
	margin-bottom: 10px;
	}
table.list td a.single img {
	width: 450px;
	margin: 0 0 10px 0;
	}
ul.objecticons
{
	float: left;
	display: block;
	padding-left: 0px;
	padding-top: 4px;
	margin-left: 0px;
}

ul.listviews {
	float:right;
}

ul.listviews li {
	float:right;
	list-style-type:none;
}

ul.listviews li a {
	display:block;
	height: 14px;
	width: 14px;
}

ul.listviews li.listview a {background: url(../Img/ico_list.png) no-repeat scroll 0 0 transparent;}
ul.listviews li.listview.selected a {background-image: url(../Img/ico_list_selected.png);}
ul.listviews li.thumblistview a {background-image: url(../Img/ico_thumb_list.png);}
ul.listviews li.thumblistview.selected a {background-image: url(../Img/ico_thumb_list_selected.png);}

li.showonmap span
{
	background-image: url(../Img/ico_map_14.png);
	background-repeat: no-repeat;
	padding-left: 16px;
	color: #000000;
}
li.directsearch span
{
	background-image: url(../Img/ico_object_direct_14.png);
	background-repeat: no-repeat;
	padding-left: 16px;
	color: #000000;
}
li.directparking span
{
	background-image: url(../Img/ico_p-direct_14.png);
	background-repeat: no-repeat;
	padding-left: 16px;
	color: #000000;
}
li.directstorage span
{
	background-image: url(../Img/ico_storage-direct_14.png);
	background-repeat: no-repeat;
	padding-left: 16px;
	color: #000000;
}
li.occupied span
{
	background-image: url(../Img/ico_object_occupied_14.png);
	background-repeat: no-repeat;
	padding-left: 16px;
	color: #000000;
}
input.objecticon
{
	padding-top: 6px;
}
img.objecticon
{
	padding-top: 0px;
}
p.info_registered {
	text-align: center;
	font-weight: bold;
	}
	
img.exterior_image 
{
	margin-right: 6px;
	margin-bottom: 6px;
    max-height: 70px;
}
