@CHARSET "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}
body{
	font-family: 微软雅黑;
	font-size: 14px;
}
::-webkit-input-placeholder { /* WebKit browsers */
	color: #999;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #999;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #999;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #999;
}

a {
	font-family: 微软雅黑;
}

a {
	text-decoration: none;
}

.page_img_area {
	width: 100%;
}

.page_img_area img {
	width: 100%;
}

.edit_product {
	line-height: 30px;
	width: 95%;
	margin: 10px;
	font-size: 14px;
}

.edit_product .menu {
	width: 100%;
	height: 50px;
	color: #4F75C5;
	text-align: center;
	font-weight: bold;
}

.edit_product .title .txt {
	width: 80%;
}

.edit_product .title {
	width: 100%;
	height: 50px;
}

.edit_product .content {
	width: 100%;
}

.edit_product .btn_area {
	height: 50px;
	line-height: 50px;
	width: 100%;
	clear: both;
	text-align: center;
}

.edit_product .btn_area input {
	cursor: pointer;
}

.list_area {
	width: 100%;
	margin: 10px auto;
	overflow: hidden;
}

.list_area table {
	width: 100%;
	text-align: center;
}

table .even {
	background: white;
}

table .odd {
	background: #EEEEEE;
}

table tr {
	width: 100%;
	height: 40px;
	line-height: 40px;
}

table th {
	background: #CCD3FD;
	border-left: 1px #bbbbbb solid;
	font-size: 14px;
}

table td {
	font-size: 14px;
}