﻿/* CSS Document (ACT) */
#Act
{
position:relative;
width:630px;
height:325px;
text-align:left;
background:url(../../img/theme/green/bg/act/bg.png) no-repeat;
}


#ActTitle
{
position:relative;
width:516px;
height:31px;
margin-left:10px;
top:7px;
background:url(../../img/theme/green/bg/main.gif) no-repeat -91px -34px;
}


#ActMenuContainer
{
	margin-left:10px;
	margin-top:10px;
	position:relative;
	border:0px solid red;
	width:420px;
	height:28px;
	z-index:2008;
}

#ActContentList
{
	position:absolute;	
	width:611px;
	height:235px;
	padding:5px;
	top:67px;
	left:9px;
	z-index:2007px;
}

#ActRandList
{
	font-size:13px;
	letter-spacing:1px;
}

#ActRandList a
{
	color:#666666;
}

#ActRandList a:hover
{
	border-bottom:1px dashed #FF9900;
	background:#FFFFCC;
}