/*分類排名_index_page_r_catew300.asp*/
/* active樣式是給目前所選取頁籤用的 */
.indexcate_active
{
	border-bottom: none;
	width: 40px;
	height: 20px;
	cursor: pointer;
	text-decoration: none;
	font-size: 10pt;
	background-color: #FF99CC;
	/*border-bottom: 1px solid #FF99CC;*/
	 border-bottom: #99cc33 1px solid;    
    border-right: #99cc33 1px solid;
    border-top: #99cc33 1px solid;
    border-left: #99cc33 1px solid;
	
}
/* inactive樣式是給未選取頁籤用的 */
.indexcate_inactive
{
    width: 40px;
    height: 20px;
    cursor: pointer;
    font-size: 10pt;
    /*border-bottom: 1px solid #99cc33;
    background-color: #99cc33;*/
    background-color: #FFFFFF;
    border-bottom: #99cc33 1px solid;    
    border-right: #99cc33 1px solid;
    border-top: #99cc33 1px solid;
    border-left: #99cc33 1px solid;
}
/* layer樣式是給DIV用的 */
.indexcate_layer
{
    border: 0px solid #FFFFFF;
    margin:auto ; 
    width: 300px;
    height: 165px; /*150*/
    font-size: 10pt;
    background-color:#FFFFFF;
}
.indexcate_null
{
	border-bottom: #99cc33 1px solid;
	background-color: #99cc33;
}

