#crossLinkPanel
{
	width: 650px;
	text-align: left;
	/*float:left;*/	
}


#crossLinkPanel .clheader
{
	font-weight:bold;
	font-size:0.9em;
	margin-bottom:5px;
	margin-top:10px;
}

#crossLinkPanel .separator
{
	clear:both;
}

#relatedTags
{
	width :100 %;
}

#relatedEstatePage
{
	margin-bottom: 20px;
}

#relatedArticles
{
	width :50%;
	float:left;
}

#relatedArticles li
{
	margin-bottom:5px;
}

#relatedPosts
{
	width :47%;
	float:right;
}

#relatedPosts .salesPost
{
	color: red;
}

#relatedPosts .rentPost
{
	color: green;
}

#relatedPosts img
{
	width:100px;
	height:75px;
}

#relatedPosts .postPhoto
{
	float: left;
	width:35%;
}

#relatedPosts .postInfo
{	
	float: left;
	margin-left:2%;
	width:58%;
}

#relatedMapInfo
{
	width: 50%;
}

#relatedTx
{
	clear:both;
	width:535px;
	margin-bottom: 50px;
}

.txTitle
{
	color:red;
	font-size:0.9em;
}

.txTitle2
{
	font-size:0.9em;
}

.txscope
{
	margin-bottom: 20px;
}

.txMore
{
	float:right;
}

.txTable
{
    color: Black;
    background-color: White;
    border-color: #CCCCCC;
    border-width: 1px;
    border-style: None;
    width: 535px;
    border-collapse: collapse;
    margin-bottom:10px;
}

.txTable th
{
    font-size: Small;
    text-align: left;
    color: Black;
    background-color: #F0F0F0;
    font-weight: bold;
}

.txTable td
{
    font-size: 0.8em;
    text-align: left;
}

.estCol
{
    width: 230px;
}

#relatedVideo .videoPhoto
{
	float:left;
	width:100px;
	height:75px;
	display: block;
}

#relateVideo .videoDes
{
	text-align: left;
	float:left;
	width:200px;;
}


#relatedVideo hr
{
	float:left;
	width:200px;
}


