﻿@charset "utf-8";
/* CSS Document */

/* 框架结构 */
body {
	margin: 0px;
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	background-color: #000000;
}

a img {
	border: 0px;
}


/* flash框架 */

.flash_main{
	padding-top:100px;
	padding-bottom:10px;

}

/* table框架 */

.table_1{
	background-image: url(../images/menu_bg.gif);
	background-repeat: no-repeat;
}

.prod_1{
	border: 1px solid #999999;
	margin-bottom:10px;
	margin-top:10px;

}
/* 字体 */

.font_1{
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.font_2{
	font-family: Verdana;
	font-size: 12px;
	color: #c5c5c5;
	text-decoration: none;
	line-height: 150%;
}
.font_3{
	font-family: Verdana;
	font-size: 11px;
	color: #f2ce24;
	text-decoration: none;
}

.font_4{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.font_6{
	font-family: Arial;
	font-size: 12px;
	color: #FFA425;
	text-decoration: none;
	font-weight: bold;
}
.font_7{
	font-family: Arial;
	font-size: 14px;
	color: #ffa426;
	text-decoration: none;
	font-weight: bold;
}
.font_8{
	font-family: Arial;
	font-size: 10px;
	color: #c5c5c5;
	text-decoration: none;
}

.font_9{
	font-family: Verdana;
	font-size: 11px;
	color: #9b6a18;
	text-decoration: none;
}
/* 输入框样式 */


.input_1{
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	border: 1px solid #343434;
	background-color: #313131;
	color: #FFFFFF;
}

.input_2{
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	height: 12px;
}


/* 链接样式 */

a.font_4:link {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.font_4:visited {
	font-family: Arial;
	font-size: 12px;
	color: #FF6600;
	text-decoration: underline;
	font-weight: bold;
}
a.font_4:hover {
	font-family: Arial;
	font-size: 12px;
	color: #FF6600;
	text-decoration: underline;
	font-weight: bold;
}

a.font_5:link {
	font-family: Verdana;
	font-size: 11px;
	color: #c5c5c5;
	text-decoration: none;
	font-weight: bold;
}

a.font_5:visited {
	font-family: Verdana;
	font-size: 11px;
	color: #FFA425;
	text-decoration: underline;
	font-weight: bold;
}
a.font_5:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #FFA425;
	text-decoration: underline;
	font-weight: bold;
}


a.font_8:link {
	font-family: Arial;
	font-size: 10px;
	color: #c5c5c5;
	text-decoration: none;
}

a.font_8:visited {
	font-family: Arial;
	font-size: 10px;
	color: #FFA425;
	text-decoration: underline;
}
a.font_8:hover {
	font-family: Arial;
	font-size: 10px;
	color: #FFA425;
	text-decoration: underline;
}
a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #FFA425;
	text-decoration: underline;
}
a:link {
	font-family: Arial;
	font-size: 12px;
	color: #c5c5c5;
	text-decoration: none;
}

a:visited {
	font-family: Arial;
	font-size: 12px;
	color: #FFA425;
	text-decoration: underline;
}


