@import url('layout.css');
@import url('selectbox.css');
@import url('vip.css');

.clearfix{
clear: both;
width: 100%;
}


TD, DIV{
font-family: Tahoma, Sans Serif, Verdana, Helvetica;
color: black;
font-size: 12px;
}

a:link, a:visited, a:active{
font-family: Tahoma, Sans Serif, Verdana, Helvetica;
color: black;
font-size: 12px;
text-decoration: none;
}

a:hover{
font-family: Tahoma, Sans Serif, Verdana, Helvetica;
color: #339900;
font-size: 12px;
text-decoration: none;
}

INPUT{
font-family: Tahoma, Sans Serif, Verdana, Helvetica;
color: black;
font-size: 12px;
}

SELECT{
font-family: Tahoma, Sans Serif, Verdana, Helvetica;
color: black;
font-size: 12px;
border: 1px solid #c9c9c9;
}

TEXTAREA{
font-family: Tahoma, Sans Serif, Verdana, Helvetica;
color: black;
font-size: 12px;
}

TEXTAREA.norm{
font-family: Tahoma, Sans Serif, Verdana, Helvetica;
color: black;
font-size: 12px;
width: 350px;
height: 150px;
}

.title{
text-align: left;
padding: 5px;
font-weight: bold;
color: black;
font-size: 16px;
}

.pagenumDiv{
margin-right: 10px;
}

.pagenum{
background-image: url('images/pagenum_bg_hover.gif');
background-repeat: repeat-x;
padding: 0 4px;
text-align: center;
font-weight: normal;
border-right: 1px solid #AAAAAA;
border-bottom: 1px solid #787878;
color: #696969;
font-size: 11px;
}

a.pagenum:link, a.pagenum:visited, a.pagenum:active{
background-image: url('images/pagenum_bg.gif');
background-repeat: repeat-x;
padding: 0 4px;
text-align: center;
font-weight: normal;
border-right: 1px solid #AAAAAA;
border-bottom: 1px solid #787878;
color: #696969;
font-size: 11px;
}

a.pagenum:hover{
background-image: url('images/pagenum_bg_hover.gif');
background-repeat: repeat-x;
padding: 0 4px;
text-align: center;
font-weight: normal;
border-right: 1px solid #AAAAAA;
border-bottom: 1px solid #787878;
color: #696969;
font-size: 11px;
}

.need{
color: red;
}

.advice{
padding: 10px;
border: 1px solid #AAAAAA;
background-color: #EEEEEE;
color: red;
}

/*login.html*/
.login{
background-color: white;
border: 1px solid #bfbfbf;
background-image: url('images/login.png');
background-repeat: no-repeat;
background-position: 20px center;
padding-top: 30px;
padding-left: 60px;
font-size: 11px;
color: black;
}
.login_table{
font-size: 11px;
color: black;
}
.loginTable{
width: 400px;
height: 200px;
}

.login_title{
font-size: 12px;
color: black;
font-weight: bold;
font-family: Verdana;
}
.login_input{
font-size: 11px;
}
.login_submit{
font-size: 11px;
color: black;
}
/* end login.html*/

.small{
color: #8F8F8F;
font-size: 10px;
font-style: italic;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.fc{
	margin: 0 auto;
}

.round5{
    display:block;
    -moz-border-radius:5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.shadow{  
	-moz-box-shadow:    2px 2px 3px 1px #CCC;  
	-webkit-box-shadow: 2px 2px 3px 1px #CCC;  
	box-shadow:         2px 2px 3px 1px #CCC;
}

.hidden{
	display: none;
}

.mainGal{
	text-align: center;
	padding-bottom: 20px;
}

.mainGal img{
	width: 600px;
	border: 5px solid white;
}

.menuGal{
	display: table;
	margin: 0 auto;
}

.leftGal{
	display: block;
	float: left;
	width: 42px;
	height: 64px;
	background: url('images/leftgal.png') left top no-repeat;
	cursor: pointer;
}

.rightGal{
	display: block;
	float: left;
	width: 43px;
	height: 64px;
	background: url('images/rightgal.png') left top no-repeat;
	cursor: pointer;
}

.subGal{
	display: block;
	float: left;
	width: 588px;
	height: 64px;
	overflow: hidden;
}

.subGal div{
	display: block;
}

.subGal IMG{
	width: 84px;
	height: 64px;
	border: none;
	cursor: pointer;
	display: block;
	float: left;
}