﻿/*property_details*/

#property_details {
	position:relative;
	float:left;
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	line-height:2em;
}


#property_details LI {
	float:left;
	margin:0;
	padding:0;
    border-left: 2px solid #999;
    border-right: 2px solid #999;
    border-top: 2px solid #999;
}


#property_details A {
	display:block;
	color:#444;
	text-decoration:none;
	font-weight:bold;
	background:#ddd;
	margin:0;
	padding:0.25em 1em;
    font-size: 12px;
}

#property_details A:hover,
#property_details A:active,
#property_details A.here:link,
#property_details A.here:visited {
	background:#bbb;
}

#property_details A.here:link,
#property_details A.here:visited {
	position:relative;
	z-index:102;
}

.linksales
{
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #CC0000;
}

.linksales a
{
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
    color: #CC0000;
}

.linksales a:hover
{
    text-decoration: underline;
    color: #420000;
}

