/* *************************************************************************
AutoStand - a Joomla Component

File:			template_css.css (Extended Template)
Copyright: 		2004 - 2007 by Darko Selesi
Homepage: 		http://www.misterestate.com
Created with: 	Eclipse 3.2.0 (http://www.eclipse.org)
			  	on RedHat/Fedora Linux (http://fedora.redhat.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 AutoStand.com.
************************************************************************** */


div.MEHeader {
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #D4D4D4; 
}

#dark {
	background: #D4D4D4;	
}

div.MEBlock1 {	
	width: 100%;
	text-align: center;
}
table.MEGallery {
	width: 100%;
}
table.MEGallery td {
	width: 100%;
	text-align: center;	
}

div.MEBlock2 {
	width: 100%;
}
table.MEAttributes {	
	width: 100%;	
	border: 1px solid #D4D4D4;		
}
table.MEAttributes th {
	font-size: 14px;
	font-weight: bold;
	background: #EEEEEE;
}
table.MEAttributes td {	
	font-size: 12px;
	font-weight: normal;		
}

table.METext {
	width: 100%;
	border: 1px #D4D4D4 solid;	
}
table.METext th {
	font-size: 14px;
	font-weight: bold;
	background: #EEEEEE;
}
table.METext td {
	font-size: 12px;
	font-weight: normal;
}

div.MEBlock4 {
	width: 100%;			
}

table.MEFinancial {
	width: 100%;
	border: 1px solid #D4D4D4;
}
table.MEFinancial th {
	font-size: 14px;
	font-weight: bold;
	background: #EEEEEE;
}
table.MEFinancial td {
	font-size: 12px;
	font-weight: normal;
}



div.MEContact {
	width: 100%;
	float: left;
	border: 1px solid #D4D4D4;
}
table.MEContact {
	width: 100%;
	height: auto;
	padding-bottom: 48px;
}
table.MEContact th {
	font-size: 14px;
	font-weight: bold;
	background: #EEEEEE;
}
table.MEContact td {
	font-size: 12px;
	font-weight: normal;
}

div.MELocation {
	width: 49%;
	float: right;
	border: 1px solid #D4D4D4;
}
table.MELocation {
	width: 100%;
	height: auto;
}
table.MELocation th {
	font-size: 14px;
	font-weight: bold;
	background: #EEEEEE;
}
table.MELocation td {
	font-size: 12px;
	font-weight: normal;
}

div.MEForm {
	border: 1px solid #D4D4D4;	
}

table.MEForm {
	width: 100%;
}
table.MEForm th {
	font-size: 14px;
	font-weight: bold;
	background: #EEEEEE;
}
td.MEFormLeft {
	text-align: right;
	width: 35%;
}

td.MEFormRight {
	width: 65%;
	text-align: left;
}

.inputbox {
	border: 1px solid #BBBBBB;		
}
