/* *************************************************************************
AutoStand - a Joomla Component

File:			template_css.css (Extended Template)
Copyright: 		www.webstylecreations.com
************************************************************************** */


div.MEHeader {
	width: 100%;
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
	border: 0px solid #F5F5F5; 
}

#dark {
	background: #F5F5F5;	
}

div.MEBlock1 {	
	width: 70%;
	text-align: left;
}
table.MEGallery {
	width: 100%;
}
table.MEGallery td {
	width: 100%;
	text-align: center;	
}

div.MEBlock2 {
	width: 100%;
	border: 0px;
}
table.MEAttributes {	
	width: 100%;	
	border: 0px solid #F5F5F5;		
}
table.MEAttributes th {
	font-size: 13px;
	font-weight: bold;
	background: #EEEEEE;
	border: 0px solid #F5F5F5;
}
table.MEAttributes td {	
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	background: #F5F5F5;
	border: 0px solid #F5F5F5; 
}

table.METext {
	width: 100%;
	border: 0px #F5F5F5 solid;	
}
table.METext th {
	font-size: 13px;
	font-weight: bold;
	background: #EEEEEE;
}
table.METext td {
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	background: #F5F5F5;
}

div.MEBlock4 {
	width: 100%;			
}

table.MEFinancial {
	width: 40%;
	display:block;
}
table.MEFinancial th {
	color:#333333;
	font-size: 11px;
	font-weight: bold;
	background: #999;
	
}
table.MEFinancial td {
	color: #333333;
	font-size: 14px;
	font-weight:bold;
	background: #999;

}


div.MEContact {
	width: 100%;
	float: left;
	border: 0px solid #F5F5F5;
}
table.MEContact {
	width: 100%;
	height: auto;
	padding-bottom: 4px;
}
table.MEContact th {
	font-size: 13px;
	font-weight: bold;
	background: #EEEEEE;
}
table.MEContact td {
	color: #333333;
	font-size: 13px;
	font-weight: bold;
}

div.MELocation {
	width: 49%;
	float: right;
	border: 0px solid #F5F5F5;
}
table.MELocation {
	width: 100%;
	height: auto;
}
table.MELocation th {
	font-size: 13px;
	font-weight: bold;
	background: #EEEEEE;
}
table.MELocation td {
	font-size: 11px;
	font-weight: normal;
}

div.MEForm {
	border: 0px solid #F5F5F5;	
}

table.MEForm {
	width: 100%;
}
table.MEForm th {
	font-size: 13px;
	font-weight: bold;
	background: #EEEEEE;
}
td.MEFormLeft {
	text-align: right;
	width: 35%;
}

td.MEFormRight {
	width: 65%;
	text-align: left;
}

.inputbox {
	border: 0px solid #BBBBBB;		
}

