body{
	font-size: 14px;

	min-width: 1000px;
}
a{outline: none;}
select{font-size: 12px;}
/*login*/
.login{
	width: 895px;
	padding: 50px 20px;
	margin: 0 auto;
	height: 490px;
}

.login_pic{
	width: 475px;
	height: 490px;
	background: #339933;
}
.login_box{
	width: 320px;
	padding-top: 50px;
}
.login_form{
	padding: 20px 0;
	font-size: 14px;
	line-height: 150%;
	height: 300px;
}
.l_form{padding-top:10px;}
.l_form li{
	padding: 5px 0;
}

.input_login{
	padding:2px 5px;
	border: 1px solid #cccccc;
	width: 308px;
	height: 28px;
	font-size: 14px;
	outline: none;
}
.input_login:focus{border-color: #aaaaaa}
.input_checkbox{
	border: 1px solid #aaaaaa;
	border-collapse: none;
}
.sign_in{
	color: #ffffff;
	border: 0;
	background: #339933;
	width: 100px;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}
.sign_in:hover{
	background: #008800;
}

.get_account{
	font-size: 14px;
}
.get_account a{color: #339933;font-weight: bold;}
.get_account a:hover{color: #008800;}

.copyright{
	width: 915px;
	margin: 0 auto;
	border-top: 1px solid #dddddd;
	height: 30px;
	line-height: 30px;
	color: #888888;
	font-size: 14px;
	padding: 0 10px;
}
/*login end*/

/*welcome*/
.top{
	height: 40px;
	line-height: 40px;
	background: #339933;
	border-bottom: 1px solid #008800;
	box-shadow: 0 3px 3px #dddddd;
	padding: 0 20px;
	color: #ffffff;
	font-size: 14px;
}
.sign_out{
	border-radius: 3px;
	background: #ffffff;
	padding: 3px 7px;
	margin-left: 20px;
}
.sign_out:hover{
	background: #000000;
	color: #ffffff;
}

.select_data{
	background: url('../images/down.png') no-repeat center center;
	height: 40px;
	width: 40px;
	position: relative;
	cursor: pointer;
	margin-left: 50px;
}
.select_data:hover{
	background-color: #008800;
}
.data_list{
	display: none;
	background: #008800;
	position: absolute;
	top: 40px;
	left: 0;
	width: 250px;
	z-index: 9999;
}
.data_list ul li{
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	border-bottom: 1px solid #339933;
}
.data_list ul li:hover{
	background: #44aa44;
}
.data_list ul li a{
	color: #ffffff;
}

/*main*/

.user_box{
	padding: 20px;
	border-bottom: 1px dotted #ccc;
}

.buyed_data{
	padding: 20px;
}

.buyed_data_dl dd{
	border: 1px solid #ddd;
	padding: 1%;
	margin: 10px 1%;
	line-height: 200%;
	box-shadow: 5px 5px 5px #eeeeee;

}
.buyed_data_dl dd:hover{
	background: #f9f9f9;
}
.buyed_data_dl dd h3{
	font-size: 24px;
	font-weight: 100;
}
.qss a{
	margin: 0 10px 0 0;
	color: #ff9900;
	text-decoration: underline;
}
.qss a:hover{
	color: #000000;
}
.update{
	border-top: 1px dotted #ddd;
	border-left: 1px dotted #ddd;
	border-right: 1px dotted #ddd;
}
.update th,
.update td{
	text-align: center;
	font-size: 12px;
	border-bottom: 1px dotted #ddd;
}
.update th{background: #f5f5f5}
.update td{background: #ffffff;}

/*data*/
.data_name{
	padding: 30px 10px 40px 10px;
	font-size: 34px;
	line-height: 28px;
	text-align: center;
	color: #000000;

	
}

.data_left{
	width: 280px;
	background: #f9f9f9;
	border-right: 1px dotted #dddddd;
}
.data_left,
.data_right{
	overflow-y:auto;
}
.data_right_box{
	padding: 0 20px 20px 20px;
}

.table_style_a{
	border-left: 1px solid #b7c9d5;
	border-top: 1px solid #b7c9d5;
	border-right: 1px solid #b7c9d5;
}
.table_style_a th,
.table_style_a td{
	border-right: 1px dotted #b7c9d5;
	border-bottom: 1px solid #b7c9d5;
	padding: 10px 5px;
	text-align: center;
}
.table_style_a td{border-right: none;}
.table_style_a thead tr{

	background: #f0f0f0;
	background-image: linear-gradient(bottom, rgb(228,230,237) 6%, rgb(237,241,247) 23%, rgb(245,250,255) 87%);
	background-image: -o-linear-gradient(bottom, rgb(228,230,237) 6%, rgb(237,241,247) 23%, rgb(245,250,255) 87%);
	background-image: -moz-linear-gradient(bottom, rgb(228,230,237) 6%, rgb(237,241,247) 23%, rgb(245,250,255) 87%);
	background-image: -webkit-linear-gradient(bottom, rgb(228,230,237) 6%, rgb(237,241,247) 23%, rgb(245,250,255) 87%);
	background-image: -ms-linear-gradient(bottom, rgb(228,230,237) 6%, rgb(237,241,247) 23%, rgb(245,250,255) 87%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.06, rgb(228,230,237)),
		color-stop(0.23, rgb(237,241,247)),
		color-stop(0.87, rgb(245,250,255))
	);
}




.table_style_a thead th{cursor: pointer;}
.table_style_a td a{
	color: #080;
	text-decoration: underline;
}
.table_style_a td a:hover{color: #000000;}
.table_style_a tbody tr:hover{
	background: #eff4fa;
}
.data_left_box{
	padding: 20px;
}

.data_left_box_title{
	font-size: 20px;
	color: #000000;
	height: 40px;
	line-height: 40px;
}
.data_left_ul li{
	padding: 5px 5px 5px 20px;
	background: url('../images/ico_quan_big.png') no-repeat 3px center;
}
.data_left_ul li.current{
	background-color: #d7e5ef;
}
.data_left_ul li:hover{
	background-color: #f0f0f0;
}
.data_left_ul li a{
	color: #000000;
}
.data_left_ul li a:hover{
	color: #339933;
}

/*search box*/
.search_box{
	padding: 10px 0;
}

.search_button{
	background: #6aacd7;
	color: #ffffff;
	border: none;
	padding: 3px 10px;
	cursor: pointer;
	border-radius: 2px;
}
.search_button:hover{
	background: #4692c5;
}

.buyed_products li{
	float: left;
	width: 16.6%;
}
.buyed_products li a:hover{
	text-decoration: underline;
}

/*month*/

.months_menu{
	height: 37px;
	padding: 0 0;
	background: url('../images/dot.gif') repeat-x center bottom;
}

.yt,
.year{
	font-size: 24px;
	line-height: 37px;
}
.year{
	padding: 0 20px 0 10px;
	background: url('../images/asc.gif') no-repeat right center;
	cursor: pointer;
	position: relative;
	width: 55px;
	color: #ff9900;
}
.year:hover{
	background-color: #f5f5f5;
}
.years{
	width: 65px;
	background: #f5f5f5;
	padding: 5px 10px;
	position: absolute;
	top:37px;
	left: 0px;
	z-index: 9999;
	display: none;
}
.years a:hover{color: #000000;}


.month_list{padding-left: 20px;}
.month_list li{
	float: left;
	width: 70px;
	text-align: center;
	height: 37px;
	line-height: 37px;
	background: url('../images/month_bg.png') no-repeat center center;
}
.month_list li:hover{background: url('../images/month_bg_hover.png') no-repeat center center;}
.month_list li.current{
	background: url('../images/month_current.png') no-repeat center center;
	font-weight: bold;
	width: 90px;
	color: #ff9900;
}
.month_list li.current a{color: #ff9900;}
.s_t{
	padding: 2px 17px 2px 0px;
	font-size: 12px;
}
.s_country,
.s_category,
.s_product{
	padding: 5px 10px;
}


.countries,
.categories,
.products{
	position: absolute;
	left: -1px;
	top: 20px;
	background: #dddddd;
	display: none;
	padding: 10px;
	border-radius: 3px;
}

.categories{
	width: 150px;
}

.countries{
	width: 550px;
}
.countries_list{
	padding: 0 10px;
}
.countries_list li{
	float: left;
	width: 24.9%;
}

.products{
	width: 500px;
}
.products_list{padding: 0 10px;}
.products_list li{
	float: left;
	width: 49.5%;
}


.ps{
	width:88%;
	
}
.ps_aaa{
	color: #cccccc;
}
.ps a{margin: 0 10px;}
.ps a:hover{
	text-decoration: underline;
}
.item_location{
	font-size: 12px;padding-top: 10px;
}

/*paging*/

.paging{text-align:center;padding: 20px 0;}
.paging img{vertical-align:middle;}
.paging a{
	color:#555555;
	font-weight:bold;
	margin:0 5px;
	padding:7px 15px;
	border:1px solid #C3C3C3;
	background:#ffffff;
	line-height:24px;
	font-size: 12px;
	*padding:0 10px;
}
.paging a:hover{color:#ff0000;background: #e7f1f8;}
.paging a.current{color:#ffffff;background:#666666;border:1px solid #444444;}




/* tables */

table.tablesorter thead tr .header {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;


}

table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #d7e5ef;
}


/*company */
.company_p_name{
	background: #393;
	color: #fff;
	padding: 8px 20px;
	font-size: 14px;
	font-weight: bold;
}
.company-profile{padding:20px;}
.company-profile table{background:#ffffff;border-top:1px solid #96B3C0;border-left:1px solid #96B3C0;}
.company-profile table th,
.company-profile td{border-right:1px solid #96B3C0;border-bottom:1px solid #96B3C0;padding:5px;line-height:20px;}
.company-profile table th{background:#A9C0CB;color:#ffffff;}
.company-profile-box{padding:10px 20px;}
.company-profile-content{padding:5px 20px;}

.shead{
	position: fixed;
	background: #ffffff;
	width: 100%;
}
.shead_c{
	padding: 0 20px;
}

.lists{}