/* CSS Document */
.member_title
{
width:230px;height:25px;line-height:25px;background:#055eba;border-bottom:#cccccc solid 2px;border-top:#cccccc solid 2px;padding:0px 0px 0px 20px;margin:0px;font-size:13px;font-weight:bold;color:#fff;
}

.member_list
{
width:210px;height:36px;line-height:36px;background:#eeeeee url(../images/go.gif) right center no-repeat;border-bottom:#cccccc solid 1px;padding:0px 20px 0px 20px;margin:0px;
}
.m_right_title
{
width:645px;height:25px;line-height:25px;margin:0px;padding:0px;background:#daf0ff;border-bottom:#055eba solid 2px;padding:0px 20px 0px 20px;margin:0px;font-size:13px;font-weight:bold;color:#024393;
}
.member_box
{
width:665px;heigt:auto;overflow:hidden;line-height:25px;background:#f8f8f8;padding:10px;margin:0px;
}


/*category.html CSS*/
#button {
width: 180px;
padding: 0.8em 0 0.8em 0;
margin:2px auto;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 90%;
background-color: #cdcdcd;
color: #333;
}

#button ul {
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#button li {
border-bottom: 1px solid #fff;
margin: 0;
}

#button li a {
display: block;
padding: 5px 5px 5px 0.5em;
border-left: 10px solid #ececec;
border-right: 10px solid #ececec;
background-color: #ff8a01;
color: #fff;
font-weight:bold;
text-decoration: none;
width: 100%;
}

html>body #button li a {
width: auto;
}

#button li a:hover {
border-left: 10px solid #ececec;
border-right: 10px solid #ececec;
background-color: #2586d7;
color: #fecc04;
}

