@charset "UTF-8";

/*cx*/

.CxTab {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width:254px;/*这里是你的容器的宽度*/

}

.CxTabUl{height:23px; line-height:23px; background:url(../images/cxtit_bg.jpg) no-repeat;}

.CxTabUl a{ color:#565656; width:100px; text-align:right; padding:0 0 0 60px; height:22px; line-height:22px;}
.CxTabUl a:hover{ color:#c3399d; text-decoration:underline;}

.CxTabLi {
	width:73px; 
	height:23px; 
	line-height:23px;
	paddin-top:0px;
	text-align:center;
	position: relative;
	top: 0px;
	float: left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	FONT-SIZE: 12px; 
	BACKGROUND:url(../images/bottab.gif) no-repeat 0 -23px; 
	color:#fff;
	overflow:hidden;
	font-weight:bold;
	color:#565656;/*这里要更改一下颜色*/
}

.CxTabLiHover {
	FONT-SIZE: 12px; BACKGROUND:url(../images/bottab.gif) no-repeat 0 0; color:#B33E10; font-weight:bold;
}


.CxTabSelected {
	BACKGROUND:url(../images/bottab.gif) no-repeat 0 0px; color:#B33E10; font-weight:bold;
}

.CxTabCon{ width:204px; border:1px solid #ccc; border-top:0px solid #ccc; padding:8px 24px;}

