/**
 * CSS Document for offline page
 * @version $Id: error.css 14401 2010-01-26 14:10:00Z louis $
 * @package Joomla
 * @copyright Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software and parts of it may contain or be derived from the
 * GNU General Public License or other free or open source software licenses.
 * See COPYRIGHT.php for copyright notices and details.
 */
/* Start Common Styles */
body#vtem_warper_erro{ margin:0 auto; padding:0; background:url(../images/erro404.png) left 20px  no-repeat; color:#777; font-family: helvetica, arial, sans-serif;}
#vtem_error_fashion #outline {
	width: 600px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.vtem_logo_offline{ width:273px; height:79px; margin:0 auto;}
#vtem_error_fashion #errorboxoutline {
	width: 600px;
	margin: 0px;
	padding-left:160px;
}
#vtem_error_fashion #errorboxheader {
	width: 600px;
	margin: 0px;
	padding: 0px;
	color: #777;
	font-weight:normal;
	text-align:left;
	padding-left:90px;
}
#vtem_error_fashion #errorboxheader .erro_numberfoun{display:block; width:100%; font-size:120px; text-transform:uppercase; font-weight:bold; color:#690;}
#vtem_error_fashion #errorboxheader .erro_textinfor{ display:block; width:100%; font-size:35px; text-align:left;}
#vtem_error_fashion #errorboxbody {
	margin: 0px;
	padding: 10px 0px;
	text-align: left;
	width:400px;
}
#vtem_error_fashion #techinfo {
	margin: 10px;
	padding: 10px;
	text-align: left;
	color: #777;
}
#vtem_error_fashion #techinfo p {
	color: #777;
}
#vtem_error_fashion #errorboxbody p > strong{ font-size:18px; font-weight:normal; color:#666;}
#vtem_error_fashion #errorboxbody ul li a{ color:#690; text-decoration:none; font-weight:bold;}
#vtem_error_fashion #errorboxbody ul li a:hover{ text-decoration:underline;}