#property_list_container, #property_detail_container
 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

#property_list_container, #property_detail_container
{
    color:#666666;
    font-family:Verdana,Geneva,Lucida,Arial,Helvetica,sans-serif;
    font-size:8pt;
    line-height:1.2;
}

img
{
    border:0;
    padding:0;
}

#pager
{
    font-size:10pt;
    color:#CC0000;
	margin-top:10px;
	padding-right:10px;
}

#pager a, #pager a:visited
{
    color:#CC0000;
    text-decoration:none;
    font-weight:normal;
}

.selected_page
{
	font-weight:bold;
}

#counter
{
	font-size:10pt;
	margin-top:10px;
	padding-left:10px;
}
}

#pager > span
{
    font-weight:bold;
}

#property_list_container
{
    width:463px;
    margin:0 auto;
}

#property_list
{
    margin-top:20px;
}

.property_outercontainer
{
    height:134px;
}

.property_container
{
    overflow:hidden;
    cursor:pointer;
    height:104px;
}

#property_list .property_description,#property_list .property_info
{
    margin-right:8px;
    overflow:hidden;
    max-height:104px;
    _height:104px;
}

.property_image 
{
	margin:0 auto;
	max-height:100px;
	max-width:100px;
	text-align:center;
	width:100px;
	padding:2px 4px 0 4px;
}

.property_description
{
    width:185px;
    font-size:8pt;
    max-height:106px;
}

.property_info
{
    font-size:8pt;
    width:154px;
}

.property_info_label
{
    width:154px;
}

.property_info_data
{
    min-height:77px;
    _height:77px;
}

.property_info_data > div
{
    height:18px;
}

.btnDetails
{
    padding-top:3px;
}

.property_price
{
    font-weight:bold;
    color:#666666;
	font-size:9pt;
}

.property_price_details
{
	font-weight:bold;
    color:#666666;
	font-size:11pt;
}

.line
{
    height:1px;
    border-top:solid 1px #CCCCCC;
    padding:0;
    margin:0;
}

.selected_property
{
    background-color:#FEF7D0;
}

.vertical_spacer
{
    height:15px;
}


/*DETAIL*/
#property_detail_container
{
    background-color:#F2F0ED;
    width:463px;
    margin:0 auto;
}

#property_detail_outercontainer
{
    background-color:#EFEBE3;
    width:100%;
    font-size:11pt;
}

#property_detail_info
{
    padding:10px;
}

#property_detail_description
{
    width:100%;
    font-size:11pt;
}

#property_detail_description_inner
{
    padding:10px;
}

.property_image_inner
{
    padding:23px;
}

.property_image_frame
{
    height:100px;
    text-align:center;
    width:100px;
}

#property_detail_images
{
    overflow:auto;
}

#description_header
{
    color:#990000;
    font-weight:bold;
    margin-bottom:10px;
}


/* UPLOAD */
#property_images_container
{
    width:463px;
    margin:0 auto;
}
