﻿/*---- CSS基类 v1.0 ----*/
* html
{
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
html
{
	height: 100%;
}
body
{
	height: 100%;
	min-width: 980px;
	background: #fff;
	font: normal normal 12px Verdana Arial Helvetica sans-serif;
	margin: 0;
	padding: 0;
}
form, dl, dt, dd, a
{
	margin: 0;
	padding: 0;
	border: 0;
}
table, img
{
	border-style: none;
	border-color: inherit;
	border-width: 0;
	margin-bottom: 0px;
}

div, span, p, a, td, li, button, textarea, input, select, dt, dd
{
	font-size: 12px;
	line-height: 20px;
}
ul, li
{
	list-style: none;
	margin: 0;
	padding: 0;
}
hr
{
	border-top: 1px dashed #F6BF40;
}
textarea
{
	padding: 3px;
	border: 1px solid #969696;
}


.Dotted_line
{
	border-top: 1px dashed #cccccc;
}
.dotbg
{
	background: url(/Resources/Images/WebImages081201/dotbg2.gif);
}
.dotbg_01
{
	background: url(/Resources/Images/WebImages081201/dotbg.gif);
}
.common_table
{
	border: solid 1px #f6bf41;
}
.common_table_header
{
	background: url(/Resources/Images/WebImages081201/Title0.jpg);
	height: 25px;
	line-height: 25px;
}
/*---- 文字样式----*/

/*--连接--*/
a:link, a:visited
{
	color: #532611;
	text-decoration: none;
}
a:hover, a:active
{
	text-decoration: underline;
}

/*--文字颜色--*/
.word_white
{
	color: #ffffff;
}
.word_price_red
{
	color: #FF6600;
}
.word_red
{
	color: #ff0000;
}
.word_red01
{
	color: #a42f00;
}
.word_red02
{
	color: #993300;
}
.word_yellow01
{
	color: #FF3300;
}
.word_lightyellow
{
	color: #fde0a6;
}
.word_gray
{
	color: #666666;
}
.bg_blue
{
	background-color: #c79866;
}
.bg_white
{
	background-color: #ffffff;
}
/*--文字Size--*/
.word_p12
{
	font-size: 12px;
}
.word_p14
{
	font-size: 14px;
}
.word_p15
{
	font-size: 15px;
}
.word_p16
{
	font-size: 16px;
}
/*--文字其他样式--*/
.word_bold
{
	font-weight: bold;
}
.word_Title_Style
{
	color: #532611;
	font-weight: bold;
}
.word_line_throgh
{
	text-decoration: line-through;
}

/*---- 布局常用css ----*/
.clear
{
	clear: both;
	margin: 0;
	padding: 0;
}
.div_separator
{
	margin: 0;
	padding: 0;
	clear: both;
	height: 2px;
	overflow: hidden;
}
.div_separator_color
{
	background: #c5a28c;
	widows: 100%;
	height: 1px;
	clear: both;
	overflow: hidden;
}
.globallist li
{
	line-height: 14px;
	list-style: none;
	background: url(/Resources/Images/WebImages081201/arrow.gif) no-repeat;
	margin: 5px;
	padding-left: 15px;
}
.globallist img
{
	line-height: 14px;
	margin: 6px 10px;
}
.AutoNewline
{
	white-space: normal;
	word-break: break-all;
}
