@charset "utf-8";
/* CSS Document */

.disnone{display:none;}
#ulP{margin:0; padding:0; list-style:none;}

.tabSelected1{
width:109px;
height:29px;
font-weight:bold;
color:#028460;
background-image:url(item.jpg);
background-repeat:no-repeat;
}
.tabUnfocus1{
width:109px;
height:29px;
font-weight:bold;
color:#f7f8ec;
background-image:url(item2.jpg);
background-repeat:no-repeat;
}

.tabSelected2{
width:109px;
height:29px;
font-weight:bold;
color:#028460;
background-image:url(case.jpg);
background-repeat:no-repeat;
}
.tabUnfocus2{
width:109px;
height:29px;
font-weight:bold;
color:#f7f8ec;
background-image:url(case2.jpg);
background-repeat:no-repeat;
}

#tab_div{float:left; width:218px; height:auto;}
#tab1{float:left;cursor:pointer;}
#tab2{float:left;cursor:pointer;}

.font{padding-left:15px; margin-top:11px; display:block;}

