﻿/* Module - Plot overview */
#plot-overview 
{
	width:			100%;
}
#plot-overview tr.group 
{
	background:		#3b3b3b;
}
#plot-overview tr.group td 
{
	border-bottom:	1px solid #3e3e3e;
	background:		#3b3b3b;
}
#plot-overview tr th.area 
{
	width:			75px;
}
#plot-overview tr th.price 
{
	width:			75px;
}
#plot-overview tr td.right 
{
	text-align:		right;
}
#plot-overview-description 
{
	margin:			10px 0 20px 0;
}
#plot-overview-description span.reserved,
#plot-overview-description span.sold
{
	color:			#b0b0b0;
	font-size:		12px;
}
#plot-overview-description span.reserved,
#plot-overview a.reserved 
{
	background:		url(../images/plot-status-reserved.gif) no-repeat;
	padding-left:	20px;
}
#plot-overview-description span.sold,
#plot-overview a.sold
{
	background:		url(../images/plot-status-sold.gif) no-repeat;
	padding-left:	20px;
}
