/* *************************************************************************
MisterEstate - a Joomla Component

File:		       	template_css.css (Extended Template)
Copyright: 	   		2004 - 2009 by Darko Selesi
Homepage: 	   		http://www.misterestate.com
License: 	     	MEOpenSource:
		           - You are authorized to make necessary modification(s) to this file
		             to fit your purposes.
		           - You may NOT redistribute or resale this file
		             without prior written consent from MisterEstate.com.
************************************************************************** */


#MEHeader
{
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #D4D4D4;
  	padding: 3px;
	background: #EEEEEE;	
}
#dark {
	background: #D4D4D4;	
}

#MEGallery
{	
	width: 100%;
}
#MEGallery table
{
	margin-right: auto;
	margin-left: auto;
}
#MEGallery td
{
	text-align: center;
	background: #e0e0e0;
	border: 1px solid #D0D0D0;
}
#MEGallery img
{
	border: none;
}

#MEAttributes
{
	width: 100%;
		background: #EEEEEE;
}
#MEAttributes table
{	
	width: 100%;	
	border: 1px solid #D4D4D4;
	background: #EEEEEE;	
}
#MEAttributes th
{
	font-size: 14px;
	font-weight: bold;
	background: #EEEEEE;
}
#MEAttributes td
{	
	font-size: 12px;
	font-weight: normal;		
}


#MEDescription, #MESurrounding, #MECondition, #MEOther
{
	width: 100%;
	background: #EEEEEE;
}
#MEDescription table, #MESurrounding table, #MECondition table, #MEOther table
{	
	width: 100%;	
	border: 1px solid #D4D4D4;		
}
#MEDescription th, #MESurrounding th, #MECondition th, #MEOther th
{
	font-size: 14px;
	font-weight: bold;
	background: #EEEEEE;
}
#MEDescription td, #MESurrounding td, #MECondition td, #MEOther td
{	
	font-size: 12px;
	font-weight: normal;		
}

#MEFinancial
{
	width: 100%;
	border: 1px solid #D4D4D4;
	background: #EEEEEE;
}
#MEFinancial th
{
	font-size: 14px;
	font-weight: bold;
	background: #EEEEEE;
}
#MEFinancial td
{
	font-size: 12px;
	font-weight: normal;
}

#MEGoogleMap
{
	width: 100%;
}

#MEContact
{
	width: 49%;
	float: left;
	border: 1px solid #D4D4D4;
	background: #EEEEEE;
}
#MEContact table
{
	width: 100%;
	height: auto;
}
#MEContact th
{
	font-size: 14px;
	font-weight: bold;
	background: #EEEEEE;
}
#MEContact td
{
	font-size: 12px;
	font-weight: normal;
}

#MELocation
{
	width: 49%;
	float: right;
	border: 1px solid #D4D4D4;
	background: #EEEEEE;
}
#MELocation table
{
	width: 100%;
	height: auto;
}
#MELocation th
{
	font-size: 14px;
	font-weight: bold;
	background: #EEEEEE;
}
#MELocation td
{
	font-size: 12px;
	font-weight: normal;
}

#MEForm
{
	border: 1px solid #D4D4D4;
	background: #EEEEEE;	
}

#MEForm table
{
	width: 100%;
}
#MEForm th
{
	font-size: 14px;
	font-weight: bold;
}
#MEForm td.left
{
	text-align: right;
	width: 35%;
}

#MEForm td.right
{
	width: 65%;
	text-align: left;
}

#MEForm .inputbox {
	border: 1px solid #BBBBBB;		
}
