body {
	width: 990px;
	font-size: 12px;
	margin: auto;
	padding: auto;
	text-decoration: none;
}

a {
	color: royalblue;
	font-weight: bold;
}

li {
	list-style-type: none;
}

img {
	border-width: 0px;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	padding: 4px;
}

form{
	margin:0;
	padding:0;
	}

.border {
	border: solid 1px silver;
	
}

.indexleft {
	padding: 2px;
	width: 520px;
}

.indexright {
	padding: 0px 1px;
}

.divtitle {
	text-align: left;
	text-decoration: none;
	border: 1px solid #ccc;
	line-height: 20px;
	background: #EAF1F8;
	color: #046;
}

a {
	text-decoration: none;
}

#index
{
font-size: 12px; text-align: center; text-decoration: none; border: 0px; margin: auto;
}


#tabs-1 {
	clear: both;
}

#tabs ul {
	list-style-type: none;
}

#tabs ul li {
	float: left;
}

.longinput {
	width: 300px;
}

.rightwidth {
	width: 730px;
}

/* foot link */
.link {
	clear: both;
}

.link div,.link li {
	font-size: 12px;
	color: #444;
}

.link a {
	color: #444;
	text-decoration: none;
	margin: 0 5px;
}

.link a:hover {
	color: #956668;
	text-decoration: underline;
}

/* search input */
#banner_search {
	BORDER-RIGHT: #53bf41 1px solid;
	PADDING-RIGHT: 3px;
	BORDER-TOP: #53bf41 1px solid;
	MARGIN-TOP: 2px;
	PADDING-LEFT: 3px;
	BACKGROUND: #efe;
	FLOAT: right;
	PADDING-BOTTOM: 3px;
	BORDER-LEFT: #53bf41 1px solid;
	WIDTH: 340px;
	*width: 320px;
	PADDING-TOP: 3px;
	BORDER-BOTTOM: #53bf41 1px solid
}

#banner_search .hot_keys {
	PADDING-TOP: 2px
}

#banner_search .hot_keys A {
	FONT-SIZE: 11px;
	COLOR: #060;
	MARGIN-RIGHT: 6px
}

.searchForm input {
	FLOAT: left
}

.searchForm input.text_input {
	BORDER-RIGHT: #d8d7d7 1px solid;
	PADDING-RIGHT: 5px;
	BORDER-TOP: #bbbbbb 1px solid;
	PADDING-LEFT: 5px;
	FONT-SIZE: 16px;
	PADDING-BOTTOM: 0px;
	BORDER-LEFT: #bbbbbb 1px solid;
	WIDTH: 220px;
	*width: 200px;
	COLOR: #777;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #d8d7d7 1px solid;
	HEIGHT: 21px
}

/* infiniteCarousel */
.infiniteCarousel {
	width: 710px;
	position: relative;
	margin-left: 27px;
}

.infiniteCarousel .wrapper {
	width: 630px;
	/* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
	overflow: auto;
	height: 122px;
	*height: 122px;
	margin: 0 40px;
	position: absolute;
	top: 0;
	*margin-left: -314px;
}

.infiniteCarousel ul a img {
	border: 5px solid silver;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.infiniteCarousel .wrapper ul {
	width: 840px; /* single item * n */
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
}

.infiniteCarousel ul li {
	display: block;
	float: left;
	padding: 10px;
	height: 85px;
	width: 85px;
}

.infiniteCarousel ul li img {
	-webkit-transition: border-color 400ms;
}

.infiniteCarousel ul:hover li img {
	border-color: silver;
}

.infiniteCarousel ul:hover li:hover img {
	border-color: #000;
}

.infiniteCarousel ul li a img {
	display: block;
}

.infiniteCarousel .arrow {
	display: block;
	height: 36px;
	width: 37px;
	background: url(arrow.png) no-repeat 0 0;
	text-indent: -999px;
	position: absolute;
	top: 37px;
	cursor: pointer;
	outline: 0;
}

.infiniteCarousel .forward {
	background-position: 0 0;
	right: 0;
}

.infiniteCarousel .back {
	background-position: 0 -72px;
	left: 0;
}

.infiniteCarousel .forward:hover {
	background-position: 0 -36px;
}

.infiniteCarousel .back:hover {
	background-position: 0 -108px;
}