* {
	font-size:11px;
	line-height: 18px;
	color: #666666;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-family: Arial, "Arial Black";
	text-transform: none;
	list-style: none;
}
html {
}
body {
	margin-right: auto;
	margin-left: auto;
/*	overflow-x: hidden;
	overflow-y: auto;*/
}
a,a:link,a:visited,a:active {
	text-decoration: none;
}
a:link {
	color: #000000;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #666666;	
}
iframe {
	width:100%;
}
form {
}
label {
	display: block;
	text-indent: 10px;
	text-align: left;
	overflow: visible;
}
td {
	text-transform: none;
	padding-right: 5px;
	padding-left: 5px;
}
input {
	line-height: 15px;
	text-transform: none;
}
input.text {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	line-height: 16px;
	height: 18px;
	padding-right: 0px;
	padding-left: 0px;
}
input.text_focus {
	border: 1px solid #6699CC;
	background-color: #FFFFFF;
	line-height: 16px;
	height: 18px;
	padding-right: 5px;
	padding-left: 5px;
}
input.button {
	border: 1px solid #CCCCCC;
	line-height: 16px;
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	letter-spacing: 2px;
	height: 18px;
	text-transform: capitalize;
}
input.button_focus {
	border: 1px solid #6699CC;
	line-height: 16px;
	padding-right: 5px;
	padding-left: 5px;
	letter-spacing: 2px;
	background-color: #FFFFFF;
	height: 18px;
}
textarea {
	line-height: 16px;
	width: 90%;
}
textarea.text {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	line-height: 16px;
}
textarea.text_focus{
	border: 1px solid #6699CC;
	line-height: 16px;
}
select {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	line-height: 16px;
	height: 18px;
}
select.focus {
	background-color: #DDE7F0;
	border: 1px solid #CCCCCC;
}
.select {
	overflow:hidden;
	border: 1px solid #CCCCCC;
	position: relative;
	height: 18px;
	display: block;
	float: left;
}
.ieselect {
	overflow:hidden;
	left: -2px;
	position: relative;
	top: -2px;
	height: 18px;
}
option {
	line-height: 16px;
}
img {
	border: none;
}
table {
	margin-right: auto;
	margin-left: auto;
}
.red {
	color: #FF0000;
}
.red1 {
	color: #495675;
}

.green {
	color: #0000FF;
}
.grey {
	color: #666666;
	padding-left: 40px;
	font-weight: bold;
	font-size: 12px;
}
.left {
	text-align: left;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.clear {
	line-height: 1px;
	clear: both;
	height: 1px;
	background-color: #FF0000;
	display: block;
}
.more {
	text-align: right;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	color: #999999;
	height: 20px;
	line-height: 20px;
}

.fbox {
	border: 1px solid #999999;
	clear: both;
	margin: 5px;
	padding: 5px;
}
.fbox div {
}

.fbox ul {
	clear: both;
	list-style-type: none;
	margin-top: 5px;
	height: 20px;
}
.fbox li {
	display: block;
	float: left;
	width: 200px;
	padding-right: 10px;
	padding-left: 10px;
}
.fbox.cell_l {
}
.fbox.cell_r {
}
.fbox li.lin {
	text-align: center;
	width: 400px;
}
.fbox a {
}
.tit {
	color: #FFFFFF;
	background-color: #333333;
	text-transform: uppercase;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 25px;
	height: 25px;
	clear: both;
	margin-right: 2px;
	margin-left: 2px;
	font-size: 12px;
	margin-top: 4px;
	display: block;
}
.tit a {
	color: #FFFFFF;
	font-size: 13px;
	padding-top: 4px;
}
.tit a:link {
	color: #FFFFFF;
}
.tit a:visited {
	color: #FFFFFF;
}
.tit a:active {
	color: #FFFFFF;
}
.tit a:hover {
	color: #999999;
}
.l_tit {
	color: #999999;
	text-transform: capitalize;
	font-size: 12px;
	background-color: #FFFFFF;
	padding: 5px;
	font-weight: bold;
}
.r_tit {
	color: #333333;
	text-transform: capitalize;
	font-size: 12px;
	background-color: #EFEFEF;
	padding: 5px;
	font-weight: bold;
	text-align: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
}
.l_b {
	font-weight: bold;
	font-size: 12px;
	color: #999999;
	margin-bottom: 10px;
}
.p_box {
	display: block;
	border: 1px solid #999999;
	text-align: center;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
}
.f13 {
	font-size: 13px;
}
.p_box h1 {
	display: block;
	height: 130px;
	clear: both;
	font-weight: bold;
}
.p_box h2 {
	font-weight: bold;
	color: #000000;
	text-align: left;
	display: block;
	clear: both;
	text-transform: capitalize;
	text-indent: 5px;
}
.p_box h2 a {
	font-weight: bold;
	font-size: 12px;
}
.p_box h3 {
	color: #999999;
	text-align: left;
	display: block;
	clear: both;
	font-weight: normal;
	text-indent: 5px;
	font-size: 12px;
}
.p_box h4 {
	text-align: left;
	color: #000000;
	display: block;
	clear: both;
	font-weight: normal;
	text-indent: 5px;
	font-size: 12px;
}
#art_img {
	margin: 5px;
	padding: 5px;
	float: left;
}

#page_head {
	clear: both;
	height: 75px;
	text-align: left;
	font-size: 12px;
	margin-top: 5px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
#page_head #head_logo {
	float: left;
	width: 220px;
	background-image: url(head_logo.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 75px;
}
#head_logo a {
	display: block;
	height: 100%;
}
#page_head #banner {
	float: left;
	width: 500px;
	text-align: center;
	height: 75px;
	line-height: 75px;
}
#page_head #banner img {
	margin-top: 10px;
}



#page_head #head_right {
	float: right;
	width: 250px;
	padding-right: 5px;
	padding-left: 5px;
	height: 75px;
}
#page_head #head_right ul {
	list-style-type: none;
	clear: both;
}
#page_head #head_right li {
	float: right;
	text-transform: capitalize;
	line-height: 25px;
	height: 25px;
}
#page_head #head_right a {
	text-align: center;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
	color: #999999;
}
#head_menu {
	clear: both;
	background-color: #000000;
	color: #FFFFFF;
	height: 35px;
	text-transform: uppercase;
	display: block;
	margin: 5px;
}
#head_menu ul {
	list-style-type: none;
	overflow: hidden;
}
#head_menu li {
	float: left;
	line-height: 35px;
	height: 35px;
	overflow: hidden;
	margin-right: 5px;
	margin-left: 5px;
}
#head_menu a {
	text-transform: uppercase;
	text-decoration: none;
	color: #F5F5F5;
	overflow: hidden;
	line-height: 35px;
	vertical-align: middle;
	height: 35px;
	font-size: 13px;
	display: block;
	padding-right: 3px;
	padding-left: 3px;
	float: left;
}
#head_menu a:hover {
	background-color: #CCCCCC;
	color: #000000;
}
#head_nav {
	clear: both;
	margin: 5px;
	border: 1px solid #999999;
	height: 45px;
	line-height: 45px;
	color: #999999;
	padding-left: 10px;
}
#head_nav ul {
	list-style-type: none;
}
#head_nav li {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 45px;
	height: 45px;
	overflow: hidden;
	font-size: 12px;
}
#head_nav a {
	overflow: hidden;
	line-height: 45px;
	height: 45px;
	color: #999999;
	vertical-align: middle;
	font-size: 12px;
}
#head_search {
	margin: 5px;
	clear: both;
	border: 1px solid #999999;
	height: 40px;
	line-height: 40px;
	text-transform: capitalize;
	text-align: center;
}
#head_search ul {
	list-style-type: none;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	display: block;
}
#head_search li {
	float: left;
	line-height: 22px;
	height: 22px;
	overflow: hidden;
	margin-top: 9px;
	margin-right: 2px;
	margin-bottom: 9px;
	margin-left: 2px;
	display: block;
	font-size: 12px;
}
#head_search a {
	font-size: 12px;
}
#page_body {
	clear: both;
	overflow: hidden;
	width: 100%;
}
#page_main {
	border: 1px solid #999999;
	clear: both;
	margin: 5px;
}
#page_main {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
#page_main ul {
	display: block;
	float: left;
	list-style-type: circle;
	padding-left: 30px;
	margin: 5px;
}
#page_main #showpic {
	float: right;
	margin: 5px;
}
#page_main #showpic img {
	cursor:pointer;
}
#page_main #pic_view span {
	float: left;
	margin: 5px;
	border: 1px solid #EFEFEF;
	cursor:pointer;
}
#page_main #img_link {
	display: block;
	width: 360px;
	height: 360px;
}
#page_main #img_link #imgProduct {
	margin: auto;
}
#page_main #pic_view {
	text-align: center;
	width: 265px;
	height: 60px;
}
#page_main #pic_view ul {
	clear: both;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#page_main #pic_view span {
	height: 65px;
	width: 65px;
	margin: 5px;
	border: 1px solid #CCCCCC;
	overflow: hidden;
}

#page_main #pic_view img {
}
#page_body #body_left {
	float: left;
	width: 210px;
	margin-top: 5px;
	overflow: hidden;
}
#body_left #left_help {
}
#body_left #left_help li {
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.block {
	padding: 5px;
	border: 1px solid #999999;
	margin: 5px;
	clear: both;
}
.block ul {
	list-style-type: none;
}
.rblock {
	border: 1px solid #CCCCCC;
	margin: 5px;
	clear: both;
}
.rblock ul {
	list-style-type: none;
}
.u_left {
}
.u_left ul {
	list-style-type: none;
	position: relative;
}
.u_left li {
	display: block;
	overflow: visible;
	margin: 5px;
	height: 30px;
}
.u_left a {
	line-height: 25px;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	height: 25px;
	overflow: visible;
	background-color: #EFEFEF;
}
.u_left a:hover {
	background-color: #999999;
	color: #FFFFFF;
}
#left_class {
}
#left_class .l_tit {
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

#left_class ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#left_class li {
	line-height: 15px;
	cursor:pointer;
	background-color: #FFFFFF;
}
#left_class li ul {
}
#left_class li a {
	display: block;
	height: 15px;
	line-height: 15px;
}
#left_class li a span{
	overflow:hidden;
	height:0px;
	width:0px;
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: -10px;
}
#left_class li a:hover {
	display: block;
	height: 16px;
	line-height: 16px;
	background-color: #EFEFEF;
}
#left_class li a:hover span{
	background:#CC3300;
	float:left;
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EFEFEF;
	border-bottom-color: #EFEFEF;
	border-left-color: #333333;
}
.b_class {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	text-indent: 10px;
	margin-top: 10px;
}
.s_class {
	padding-left: 10px;
}
.s_class,.s_class:link,.s_class:visited,.s_class:active {
	color: #A8A8A8;
}
.s_class:hover {
	color: #000000;
}
.t_class {
	padding-left: 15px;
	color: #CCCCCC;
}
#page_body #body_left #left_pro {
	height: 250px;
}
#page_body #body_right #r_v {
	float: right;
}
#page_body #body_right #r_v ul {
	clear: both;
}

#page_body #body_right #r_v li {
	display: block;
	float: left;
	width: 135px;
}
#page_main #main_right {
	margin: 5px;
	width: 240px;
}
#main_right td {
	text-align: left;
}

#page_body #body_right {
	float: left;
	width: 770px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	overflow: hidden;
}
#page_body #body_right #block_1 {
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
#page_body #body_right #r_pro {
	height: 300px;
	float: left;
	padding-left: 5px;
}
#page_body #body_right #r_pro ul {
	list-style-type: none;
	clear: both;
}
#page_body #body_right #r_pro li {
	float: left;
	width: 140px;
}
#page_body #body_right #r_adv {
	float: right;
	width: 300px;
	clear: right;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 2px;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#page_body #body_right #p_list {
}
#page_body #body_right #p_list ul {
	clear: both;
}
#page_body #body_right #p_list li {
	float: left;
	width: 132px;
	margin-right: 6px;
	margin-left: 6px;
}
#r_adv .p_box {
	width: 135px;
	float: left;
}


.page_list {
	clear: both;
	line-height: 30px;
	background-color: #E8E8E8;
	height: 30px;
	margin-top: 10px;
	margin-bottom:10px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
}
.page_list td {
	line-height: 30px;
	height: 30px;
	padding-right: 5px;
	padding-left: 5px;
}
#page_foot {
	clear: both;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	display: block;
	margin: 10px;
}
#page_foot a {
	color: #666666;
}

#page_foot td {
	line-height: 16px;
}

#page_foot #foot_menu {
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
	height: 20px;
	display: none;
}
#page_foot #foot_copyright {
	text-align: center;
	font-size: 12px;
}
#foot_copyright td {
	padding-right: 2px;
	padding-left: 2px;
}
#foot_copyright a {
	text-transform: lowercase;
	text-decoration: underline;
}

table {
	clear: both;
}
.bor {
	border: 1px solid #CCCCCC;
	padding: 5px;
}
#orderpic {
	background-image: url(008.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 5px;
	height: 77px;
	display: block;
}
#hotpic {
	background-image: url(001.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 77px;
	margin: 5px;
	display: block;
}


.r_a, .r_a:link,.r_a:visited, .r_a:active {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	padding-left: 5px;
	font-size: 11px;
	text-transform: capitalize;
}
.r_a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#o_list {
	height: 262px;
	overflow: hidden;
}

.buyer {
	text-align: center;
	padding: 5px;
}
.buyer img {
	height: 100px;
	width: 100px;
	padding: 1px;
	border: 1px solid #CCCCCC;
}
#buybody {
	height: 250px;
	overflow: hidden;
}

.li {
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 10px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	height: 22px;
	line-height: 23px;
}
.li_br {
	text-align: left;
	padding-left: 15px;
}
.li_br a {
	font-size: 12px;
	line-height: 20px;
}

.li_br span {
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	color: #B5005A;
	font-size: 12px;
	font-weight: bold;
}
table.ge {
	margin-right: 5px;
	margin-left: 5px;
}
