/*---------------- css default -----------------------------*/
table {
	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;
	border-collapse:collapse;	color: #000000;	line-height: 1.4;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6;
	list-style-position: inside;
	text-align: left;
	text-indent: 5px;

}
p{	line-height: 1.4;}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

hr {	color: #877E47;	}
text {
	line-height: 1.4;
}

a:link {
	COLOR: #0000ff; TEXT-DECORATION: underline;
}
a:visited {
	COLOR: #0000ff; TEXT-DECORATION: underline;
}
a:hover {
	COLOR: #000000; TEXT-DECORATION: none;
	background-color: #FFFF00;
}
a:active {
	text-decoration: underline;	color: #0000ff;
}
.title {
	font-size: 18px;
}
.bg_pic {
        background-image: url(../images/bg_pic.gif);
        background-repeat: no-repeat;
        background-position: center top;
        text-align: center;
        vertical-align: top;
        padding-top: 29px;
}
.active {
	color: #000000;
	background-color: #eec213;
	font-weight: bold;
}
.text_livechat{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.text_red{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
}
.border_livechat{
	background-color: #EFEFEF;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.button{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #EFEFEF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #666666;
	border-bottom-color: #999999;
	border-left-color: #666666;
}
