@charset "utf-8";

/*
 * Copyright 2005-2013 shopxx.net. All rights reserved.
 * Support: http://www.shopxx.net
 * License: http://www.shopxx.net/license
 * 
 * Style - Error
 * Version: 3.0
 */

/* ---------- Error ---------- */

div.error .main {
	height: 480px;
	padding: 80px 0px 0px 400px;
	background: url(../images/error.jpg) 0px 0px no-repeat;
}

div.error .main dt {
	line-height: 40px;
	color: #fe6200;
	font-size: 20px;
	font-weight: bold;
	font-family: 宋体;
}

div.error .main dd {
	line-height: 26px;
}