/* *************************************************************************
AutoStand - a Joomla Component

File:			template_css.css (Extended Template)
Copyright: 		www.webstylecreations.com
************************************************************************** */


div.MEHeader  { font-size: 14px; font-weight: bold; width: 100%; border: solid 1px #f5f5f5 }
div.Titulo {
	width: 100%;
	font-size: 16px;
	text-align:left;
	padding-left:10px;
	padding-top:10px;
	font:Verdana, Arial, Helvetica, sans-serif;
}
#dark  { background: #f5f5f5 }

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% }
table.MEAttributes th {
	font-size: 14px;
	font-weight: bold;
	background: #EEEEEE;
}
table.MEAttributes td {	
	font-size: 12px;
	font-weight: normal;		
}


table.MEExtras  { width: 100% }
table.MEExtras th {
	font-size: 14px;
	font-weight: bold;
	background: #EEEEEE;
}
table.MEExtras td {	
	font-size: 12px;
	font-weight: normal;		
}

table.METext  { width: 100% }
table.METext th   { color: #526172; font-size: 13px; font-weight: bold; background: #dbe3ea; padding-left: 4px }
table.METext td {
	font-size: 11px;
	font-weight: normal;
}

div.MEBlock4 {
	width: 100%;			
}

table.MEFinancial  { font-size: 16px; width: 100% }
table.MEFinancial th  { font-size: 17px; font-weight: bold; background: #efefef }
table.MEFinancial td  { color: #336699; font-size: 17px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; text-align: right }


div.MEContact  { width: 100%; float: left; border: solid 1px #dd098c }
table.MEContact {
	width: 100%;
	height: auto;
	padding-bottom: 4px;
}
table.MEContact th {
	font-size: 14px;
	font-weight: bold;
	background: #336699;
	color:#FFFFFF;
}
table.MEContact td {
	font-size: 12px;
	font-weight: normal;
}

div.MELocation {
	width: 49%;
	float: right;
	border: 1px solid #F5F5F5;
}
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 #F5F5F5;	
}

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;		
}

