* {
	padding: 0;
	margin: 0 auto;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body {
	text-align: center;
}
a {
	color: #333;
	text-decoration: none;
}
a:HOVER {
	color: #ff0000;
}

/*标题*/
.title {
	display: block;
	font-size: 20px;
	padding: 20px 0 20px 0;
	color: #333;
}

/*按钮*/
.button {
	font-size: 12px;
	border: 1px solid #BBB;
	color: #333;
	border-radius: 4px;
	cursor: pointer;
	background-color: #FFFFFF;
	padding: 5px 10px 5px 10px;
}
.button:hover {
	background-color: #EBEBEB;
	color: #333;
}

/*a标签按钮样式*/
.a {
	width:50px; 
	margin-bottom: 10px;
	display: block;
	padding: 5px 8px 5px 8px;
}

/*订单列表顶部菜单*/
.order-topmenu {
	width:1300px;
	margin-top: 20px; 
	margin-bottom: 20px;
	border-collapse: collapse;
}
.order-topmenu th {
	border-bottom: 2px solid #e8e8e8;
}
.order-topmenu th:HOVER, .order-topmenu th:TARGET {
	border-bottom-color: #ff0000;
}
.order-topmenu th a {
	width:100%;
	display: inline-block;
	border-right: 1px solid #e8e8e8;
	font-weight: bold;
	color: #333;
	padding-bottom: 10px;
}
.order-topmenu th:HOVER a {
	color: #ff0000;
}
.order-topmenu th:TARGET a {
	color: #ff0000;
}

/*订单列表*/
.order-table {
	width:1300px; 
	border-collapse: collapse; 
	font-size: 13px;
	margin-bottom: 20px;
}
.order-table td {
	padding: 15px 20px 15px 20px;
}
.order-table .head {
	background-color: #f5f5f5; 
	border: 1px solid #e8e8e8;
}
.order-table .body-headtr {
	background-color: #f5f5f5; 
	border: 1px solid #e8e8e8;
	border-bottom: 0;
	font-size: 12px;
	text-align: left;
}
.order-table .body-headtr span {
	padding-right: 20px;
}
.order-table .body-bodytr {
	vertical-align: top;
	border: 1px solid #e8e8e8;
	border-top: 0;
}
.order-table .body-bodytr img {
	max-width:80px;
	max-height:80px;
	vertical-align: middle;
}

/*表单样式*/
.form {
	margin: 20px auto 20px auto;
	width:500px;
	background: #FFF;
	padding: 20px 30px 20px 30px;
	font-size: 13px;
	color: #333;
	text-shadow: 1px 1px 1px #FFF;
	border:1px solid #BBB;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: left;
}
.form h1 {
	font: 25px "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 0 0 10px 40px;
	display: block;
	border-bottom: 1px solid #BBB;
	margin: -10px -30px 30px -30px;
	color: #666;
}
.form h1>span {
	display: block;
	font-size: 11px;
}
.form div {
	display: block;
	margin: 0 0 5px;
}
.form div>span {
	float: left;
	width:20%;
	text-align: right;
	padding-right: 10px;
	margin-top: 10px;
	color: #333;
	font-size: 13px;
	font-weight: bold;
}
.form input[type="text"], .form textarea, .form select, .form .see{
	border: 1px solid #BBB;
	color: #333;
	height:20px;
	line-height:15px;
	margin-bottom: 16px;
	margin-right: 6px;
	margin-top: 2px;
	outline: 0 none;
	padding: 6px 0 6px 5px;
	width:70%;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 13px;
}
.form .see {
	display : inline-block;
	height : auto;
	border: 0;
	padding: 8px 0 7px 5px;
}
.form select {
	text-overflow: '';
	width:71%;
	height:35px;
	line-height:15px;
	padding: 0 0 0 5px;
}
.form textarea{
	height:100px;
	padding: 5px 0 0 5px;
	width:70%;
}
.form img{
	width:71%;
}
.form .button {
	background: #FFF;
	border: 1px solid #BBB;
	padding: 10px 25px 10px 25px;
	color: #333;
	border-radius: 4px;
}
.form .button:hover {
	color: #333;
	background-color: #EBEBEB;
	border-color: #ADADAD;
}

/*搜索表单*/
.search-form {
	margin: 20px auto 20px auto;
	width:1300px;
	background: #FFF;
	padding: 10px 0 10px 0;
	font-size: 13px;
	color: #333;
	text-shadow: 1px 1px 1px #FFF;
	border:1px solid #BBB;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: left;
	vertical-align: middle;
}
.search-form div {
	display: inline-block;
	margin: 10px 10px 10px 20px;
	width:350px;
	vertical-align: middle;
}
.search-form div>span {
	text-align: right;
	margin-top: 10px;
	color: #333;
	font-size: 13px;
	font-weight: bold;
}
.search-form input[type="text"], .search-form select{
	border: 1px solid #BBB;
	color: #333;
	height:20px;
	line-height:15px;
	outline: 0 none;
	padding: 6px 0 6px 5px;
	width:260px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	font-size: 13px;
}
.search-form select {
	text-overflow: '';
	height:35px;
	line-height:15px;
	padding: 0 0 0 5px;
	width:267px;
}

/*表格列表*/
.list-table {
	margin-top: 10px;
	width:1300px;
	background: #FFF;
	padding: 20px 10px 20px 10px;
	font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px 1px #FFF;
	border:1px solid #BBB;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: center;
	border-collapse: collapse;
}
.list-table td, .list-table th{
	border:1px solid #BBB;
	height:45px;
}