.cAreaLeft
{
	width:160px;
	float:left;
	margin-right:15px;
}

.cALSearch
{
	border-right: #53b113 1px dotted;
	border-top: #53b113 1px dotted;
	border-left: #53b113 1px dotted;
	border-bottom: #53b113 1px dotted;
	line-height: 150%;
	padding-left:12px;
	padding-top:8px;
	padding-bottom:15px;
}
.cALSearch div
{
	padding-top:3px;
	padding-left:23px;
}

.cLine1
{
	background-color: #6CC423;
	height:4px;
	margin-top:8px;
	margin-bottom:18px;
}
.cLine2
{
	background-color: lightgrey;
	height: 4px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.cAreaMain
{
	height:100%;
}


/*-------------------    树形结构    -----------------------*/


.cTreeMain
{
	text-align: left;
	
}

.cTreeNode1
{
	margin-top: 4px;
	border-bottom: gainsboro 1px dotted;
}

.cTreeNode1 img
{
	margin-left: 5px;
	margin-right: 5px;
	border: 0;
	
}

.cTreeMain2
{
	padding-top:3px;
	padding-bottom:5px;
	margin-left: 10px;
	display:none;
}

.cTreeNode2
{
	margin-top:3px;	
	border-bottom: gainsboro 1px dotted;
}

.cTreeMain3
{
	margin-left: 15px;
	padding-top:3px;
	display:none;
}
.cTreeNode3
{
	margin-top:3px;	
	border-bottom: gainsboro 1px dotted;
}
/*-------------------   end 树形结构    -----------------------*/

.cAListTop
{
	padding-bottom:5px;
	height:100%;
}
.cAListTop b
{
	color: red;
}
.cAListTopAct
{
	float: right;
	color: #ff6600;
}
.cAListTopAct a
{
		
}


.cAList
{
	padding: 5px;
	min-height: 600px;
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
	height: 100%;
}

.cArenaItem
{
	padding-bottom: 5px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	min-height: 93px;
	width: 360px;
	border-bottom: lightgrey 1px solid;
	float: left;
}

.cArenaItem .cAName a
{
	margin-right: 10px;
	font-size: 14px;
	color: #003399;
}

.cArenaItem .cAPoint
{
	margin-top: 5px;
	color: brown;
}
.cArenaItem .cAPoint img
{
	margin-right:3px;
}

.cArenaItem .cAImg
{
	float:right;
}
.cArenaItem .cAImg img
{
	width: 64px;
	height: 48px;
	border-right: #333333 1px solid;
	border-top: #333333 1px solid;
	border-left: #333333 1px solid;
	border-bottom: #333333 1px solid;
}

.cArenaItem .cAPlace
{
	margin-top: 5px;
	color: darkgray;
}

.cArenaItem .cATxt
{
	text-align: left;
	margin-top: 3px;
	color: dimgray;
	padding-left: 2px;
}

