/* CSS Document */

#scrollup {
	width: 100%;
}
#scrollup h2 {
	color: #9EC630;
}
#scrollup ul {
	color: #9EC630;
	margin: 0px;
}
#scrollup li {
	margin-left: 15px;
}
#scrollup a {
	text-decoration: none;
}
#scrollup a:hover {
}
#scrollup span {
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	text-transform: capitalize;
}
#scrollup_box {
	OVERFLOW: hidden;
	height: 220px;
	text-align: left;
	display: block;
	margin: 0px;
	padding: 10px;
	background-color: #FAFAFA;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: double;
	border-top-color: #EFEFEF;
	border-right-color: #EFEFEF;
	border-bottom-color: #EFEFEF;
	border-left-color: #E1E1E1;
}
#scrollup_li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-image: url(../../../images/arrow/a003.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#scrollup_li A {
	text-decoration: none;
}
