.yiiTab .tabs {
	float:left;
	width:300px;
}

.tabAddon {
	float:left;
	height:29px;
	background:none repeat scroll 0 0 #EAEAEA;
	padding-top:3px;
	width: 420px;
}

.tabAddon .text {
	margin-top:7px;
	display:block;
	float:right;
	padding-right:9px;	
}

.tabAddon .text a {
	color:#2E699A;
}

.question_top_pager {
	float:right;
	margin-right:12px;
	position:relative;
	top:-67px;
	height:0;
}

.question_bottom_pager {
	float:right;
	margin-right:12px;
}


.yiiTab .tabs li a.active{
	background:none repeat scroll 0 0 white;
	border-color:silver silver;
	border-style:solid solid none;
	border-width:1px 1px medium;
	float:left;
	padding:4px 40px;
	text-align:center;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;	
	border-top-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;	
}

.yiiTab .tabs li a{
	float:left;
	padding:4px 40px;
	text-align:center;
}