@charset "utf-8";
/* */
body, td, a, .textbox, .textarea, .dropdown {
	font-family: tahoma;
	font-size:12px;
	color:#666;
	line-height: 1.4em;
}
body {
	margin:0;
}
body .bg{
	background: url(../../images/sureprop_bg.jpg) repeat-x;
}
div, p, h1, h2, h3, h4, h5, img, form{
	margin:0; 
	padding:0;
}
ul, ol {
	margin: 0.5em 0 0.5em 1em;
	padding: 0 0 0 1em;
}
li {
	margin: 0.2em 0 0.2em 0;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic; /* fixed IE images scaling */
}
.textbox, .textarea, .dropdown {
	border: 1px solid #c9c9c9;
}
h1 {
	font-size: 120%;
	color: #930b0d;
	padding: 1em 0 1em 0;
}
h2 {
	font-weight: bold;
	padding-bottom: 0.5em;
	color: #930b0d;
	font-size: 110%;
}
h3 {
	font-size: 110%;
	font-weight: bold;
	color: #444;
	padding: 0.5em;
}
a {
	text-decoration: none;
}
a:hover {
	color: #d01016;
	text-decoration: none;
}

/* CSS Document */
.clear-all,
.clear {
	clear:both;
	line-height:0;
	height:0;
}

#wrapper{
/*	height:auto;*/
	width:963px;
	margin:0 auto;
}
#wrapper .left_bg {
	width:11px;
	height:671px;
	float:left;
	background:url(../../images/sureprop_bg_left.jpg) no-repeat;
}
#top{ 
	height:46px;
	background:url(../../images/sureprop_menu_bg.jpg) no-repeat right;
}
#top ul{
	margin:0px;
	padding:0;
	list-style-type:none;
	width:auto;
}
#top ul li{
	display:block;
	float:left;
	margin:0;
}
#top ul li a{
	display:block;
	height:46px;
}
/* home */
#top ul li a.home{
	width:105px;
	background:#c72c28 url(../../images/sureprop_menu_home_out.jpg) top right no-repeat;
}
#top ul li a.home:hover{
	width:105px;
	background:#c72c28 url(../../images/sureprop_menu_home_over.jpg) top right no-repeat;
}
/* about */
#top ul li a.about{
	width:117px;
	background:#c72c28 url(../../images/sureprop_menu_about_out.jpg) top right no-repeat;
}
#top ul li a.about:hover{
	width:117px;
	background:#c72c28 url(../../images/sureprop_menu_about_over.jpg) top right no-repeat;
}
/* product */
#top ul li a.property{
	width:115px;
	background:#c72c28 url(../../images/sureprop_menu_property_out.jpg?20090212) top right no-repeat;
}
#top ul li a.property:hover{
	width:115px;
	background:#c72c28 url(../../images/sureprop_menu_property_over.jpg?20090212) top right no-repeat;
}
/* gallery */
#top ul li a.sell{
	width:117px;
	background:#c72c28 url(../../images/sureprop_menu_sell_out.jpg) top right no-repeat;
}
#top ul li a.sell:hover{
	width:117px;
	background:#c72c28 url(../../images/sureprop_menu_sell_over.jpg) top right no-repeat;
}
/* contact */
#top ul li a.contact{
	width:115px;
	background:#c72c28 url(../../images/sureprop_menu_contact_out.jpg) top right no-repeat;
}
#top ul li a.contact:hover{
	width:115px;
	background:#c72c28 url(../../images/sureprop_menu_contact_over.jpg) top right no-repeat;
}

#footer{
	text-align: center;
	width:100%; 
	height:96px; 
	background: #000 url(../../images/sureprop_bg_footer.jpg) repeat-x top;
	line-height: 2em;
}
#footer ul{
	width:963px;
	margin:0 auto;
	margin-top:15px;
}
#footer ul li{ 
	list-style:none;
	color:#FFFFFF;
	text-align:right;
	line-height:20px;
}
#footer .nav a {
	color:#fff;
}
#footer .copyright {
	color:#666;
	padding: 0 0.3em 0 0.3em;
}
#footer .copyright a {
	color:#666;
}
#footer .copyright a:hover {
	color:#fff;
}

/* Link */
a.black:link{
	color:#000000;
}
a.black:hover{
	color:#d01016;
}
/* text */
.red{
	color:#d01016;
}

/* search */
#search{
	margin:350px 25px 15px 15px;
	width: 210px;
	color: #fff;
}
#search a, #search a:hover, #search a:visited {
	color: #fff;
}
#search a:hover {
	text-decoration: underline;
}
#search ul li{
	list-style:none;
	font-weight:bold;
}
.textbox, .dropdown {
	width: 100%;
}
#search .column {
	width: 100%;
} 
#search label {
	font-weight: bold;
	color: #fff;
	padding: 2px;
} 
#search div {
	padding: 2px;
	margin: 0;
} 
#search .clear {
	clear: both;
	padding: 0;
	margin: 0;
	line-height:0; 
	height: 0;
} 

/* form */
#form {
	width: 100%;
}
#form h1 {
	width: 100%;
/*	font-weight: bold;
	line-height: 2em;
	margin: 0 0 1em 0;
	border-bottom: 1px dotted #ccc;
	background-color: #f4f4f4;
	color: #a10101;*/
}
#form .submit {
/*	border-top: 1px dotted #ccc;
	line-height: 10px;
	background-color: #ffebc0;
	padding-left: 3px;*/
	font-weight: normal;
	margin: 10px 0 10px 0;
}
#form .column {	
	float: left;
	width: 25%;
}
#form div {
	padding: 3px;
}
#form div .notice {
	background-color: #ffe4ea;
}
#form ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#form .textbox, .dropdown {
	width: 100%;
}
#form label {
	font-weight: bold;
}

/* ret msg */
.fatal, .success, .warning {
	padding: 1em;
	margin: 0 0 0.5em 0;
}
.fatal {
	color: #fff;
/*	background-color: #ff1d42;*/
/*	background-color: #c60001;*/
	background-color: #930b0d;
	border: 3px solid #ffe4ea;
}
.fatal ul {
	padding-top: 0.3em;
}
.fatal li {
	padding: 0.3em 0 0.3em 0;
}
.success {
	color: #424242;
	background-color: #ceef9e;
}
.warning {
	color: #fff;
	background-color: #c60001;
}

/* listing */
#listing ul,ol {
	padding: 0;
	margin: 0;
}
#listing li {
	list-style:none;
	border-bottom: 1px solid #f4f4f4;
/*	margin: 5px 0 5px 0;*/
}
#listing li:hover{
	background-color: #f4f4f4;
}
#listing li .title {
	font-weight:bold;
/*	color:#d01016;*/
	color:#980a0f;
}
#listing li img {
	margin: 5px;
	border: 3px solid #f4f4f4;
}
#listing li .price {
	color:#d01016;
/*	color: #930b0d;*/
}
#listing a:hover{
	color: #f94534;
}

/* pagination */
#pagination {
	clear: both;
	padding-top: 20px;
}
#pagination .left {
	float: left;
	text-align: left;
}
#pagination .right {
	float: right;
	text-align: right;
}
#pagination .total {
	padding-right: 20px;
}
#pagination a {
	color: #d01016;
	text-decoration: none;
}
#pagination .off {
	color: #ccc;
}
#pagination .list {
}
#pagination .page {
	padding-left: 20px;
}

/* property */
#property {
}
#property a{
	font-size:11px;
	text-decoration:none;
	font-weight: normal;
	color:#666;
}
#property a:hover{
	text-decoration:underline;
}
#property h1 {
	text-align: left;
}
#property .left {
	float: left;
	padding-bottom: 20px;
}
#property .right {
	float: right;
	width: 160px;
	text-align: right;
}
#property .label {
	float: left;
	width: 60px;
	text-align: left;
}
#property .image img {
/*	width: 320px;*/
/*	width: 450px;*/
	border: 3px solid #f4f4f4;
}
#property .entry {
	width: 100%;
	border-bottom: #ccc dotted 1px;
	padding: 0.6em 0 0.6em;
}
#property .textbox {
	font-size: 90%;
}
#property .price {
	color: #d01016;
}
#property .related {
	padding-bottom: 20px;
}
#property .related li {
	float:left;
	font-weight:bold;
	color: #d01016;
	text-align: center;
	display: inline;
	width: 20%;
	padding-bottom: 10px;
}
#property .image_extra {
	margin: 5px 0 10px 0;
}
#property .image_extra ul {
	padding: 0;
	margin: 0 0 10px 0;
}
#property .image_extra li{
	float: left;
	list-style: none;
/*	padding: 5px;*/
	width: 92px;
	height: 85px;
}
#property .image_extra img {
	border: 3px solid #f4f4f4;
}
#property .buy {
}
#property .description {
	padding-bottom: 1em;
}
/*
#property .tag ul {
	padding: 0;
	margin: 0;
}
#property .tag li {
	display: inline;
	padding: 0 1em 0 0;
}
#property .tag li a {
	color: #d01016;
}
*/
#property .tag ul {
/*	padding: 0;*/
	margin: 0;
	padding: 0 0 0 1em;
}
#property .tag li {
/*	padding: 0 1em 0 0;*/
/*	list-style: none;*/
/*	float: left;*/
	padding: 0;
}
#property .tag li a {
	color: #d01016;
	font-size: 1em;
}
#property .tag li .image {
	height: 85px;
}


/* content */
.content {
}

/* sidebar */
#sidebar {
	width:262px; 
	float:left;
	background:url(../../images/sureprop_logo.jpg) no-repeat;
}
#sidebar .tag {
	float:left;
	padding:50px 15px 10px 15px;
	background:url(../../images/sidebar_hot_locations.png) no-repeat;
	height:200px;
	width:220px;
}
#sidebar .tag ul {
	padding: 0 0 0 20px;
	margin: 0;
}
#sidebar .tag li {
	list-style:url(../../images/sureprop_navi_plus.gif); 
	margin:10px 0 0 0;
}

/* news */
#sidebar .news {
	float:left;
	padding:15px 15px 10px 15px; 
	background:url(../../images/sureprop_bg_news.jpg) repeat-y; 
	width:220px;
}
#sidebar .news ul {
	padding: 0 0 5px 0;
	margin: 0;
}
#sidebar .news li {
	list-style:none;
	padding: 0.5em 0 0.5em 0;
	border-bottom: 1px dotted #fff;
}
/*
#sidebar .news .date {
	width:100px;
	line-height:2em;
	background-color:#d01016;
	text-align:center;
	color:#sidebar .FFFFFF;
}
#sidebar .news .readmore {
	font-size: 90%;
}
*/
#sidebar .news .list .caption {
}
#sidebar .news .list .title {
	font-weight: bold;
	color: #d01016;
}

/* autocomplete */
div.autocomplete {
	position:absolute;
/*	width:250px;*/
	background-color:#fff;
	border:1px solid #888;
	margin:0px;
	padding:0px;
	font-weight:bold;
}
div.autocomplete p {
	padding: 0;
	margin: 0;
}
div.autocomplete ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	background-color:#fff;
}
div.autocomplete ul li.selected { 
	background-color: #ffb;
}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:120%;
  cursor:pointer;
  color:#000;
}
.informal {
	color: #7a7a7a;
	font-weight:normal;
}

/* content: search */
#content .search {
	width: 600px;
}
#search ul li{
	list-style:none;
	font-weight:bold;
}
#content .search .column {
	float: left;
	width: 48%;
} 
#content .search label {
	font-weight: bold;
	padding: 2px;
} 
#content .search div {
	padding: 2px;
	margin: 0;
} 
#content .search .clear {
	clear: both;
	padding: 0;
	margin: 0;
	line-height:0; 
	height: 0;
} 
#content img {
	border: 3px solid #f4f4f4;
}
#content .article,
#content .list {
	padding: 0;
	margin: 0;
}
#content .article li{
	width:180px;
	height: 105px;
	float:left;
	padding:10px 0 20px 0;
	list-style: none;
}
#content .article .image{
	width:100px;
	height: 96px;
	float:left;
	text-align: center;
}
#content .article .image img{
	border:1px solid #e7e7e7;
}
#content .article .text{
	width:145px;
	float:right;
	margin: 5px;
}
#content .article .text .title{
	font-size:90%;
}
#content .article .text .title a {
	color: #393939;
}
#content .article .text .caption{
	font-size:90%;
	padding: 0.2em 0 0.2em 0;
	color:#878787;
}

/* category */
#category {
}
#category ul {
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
}
#category li {
	float: left;
	width: 120px;
	display: inline;
	padding: 15px;
	height: 100px;
}

/* frontpage */
#frontpage {
}
#frontpage .article .grid, #frontpage .article .list {
	padding: 0;
	margin: 0;
}
#frontpage .article .grid {
	margin: 8px 0 8px 0;
}
#frontpage .article .grid li{
	width:330px;
	height: 53px;
	float:left;
	padding: 2px 0 2px 0;
	list-style: none;
}
#frontpage .article .grid .image{
	width:42px;
	height: 42px;
	float:left;
	text-align: center;
	overflow: hidden;
	padding: 2px;
	border:1px solid #e7e7e7;
}
#frontpage .article .grid .image img{
	width: 40px;
}
#frontpage .article .grid .text{
	width:270px;
	float:right;
	margin: 5px;
}
#frontpage .article .grid .text .title{
/*	font-size:90%;*/
}
#frontpage .article .grid .text .title a {
	color: #393939;
}
#frontpage .article .grid .text .caption{
	font-size:90%;
	padding: 0.2em 0 0.2em 0;
	color:#878787;
}
#frontpage .article .grid .text .price{
	color:#539bb4;
	font-weight:bold;
	font-size:100%;
	display: inline;
}
#frontpage .article .grid .text .buy {
	color:#539bb4;
	font-size:100%;
	display: inline;
}
#frontpage .article .grid .text .buy a {
	color:#539bb4;
}

/* page */
#page .list {
	padding: 0;
	margin: 0;
}
#page .list a,
#page .list a:hover {
	border: 0;
}
#page .list li {
	margin: 0;
	list-style: none;
	border-bottom:1px dotted #dbdbdb;
	padding: 0.5em;
}
#page .list .image{
	padding:13px 10px 13px 10px;
	width:50px;
	float:left;
}
#page .list .image img {
	padding: 1px;
	border: 3px solid #f4f4f4;
	width: 40px;
}
#page .list .text {
	padding:10px 0px 13px 5px;
	float:left;
	font-size:100%;
	width: 450px;
}
#page .list .title {
	font-weight: bold;
}
#page ol,
#page ul{
	margin: 0.5em 0 0.5em 1em;
	padding: 0 0 0 1em;
}