@charset "UTF-8";
/* CSS Document */

#tabMenu {margin:0;padding:0px;list-style:none; color:#999; margin-top:20px; margin-bottom:0px;}
#tabMenu li {float:left;height:29px; cursor:pointer;cursor:hand; font-size:1.5em; font-weight:bold; text-align:center; padding-top:3px; margin-right:8px; margin-bottom:0;}

li.registertab {background:url(images/register.gif) no-repeat 0 -32px; width:95px;}
li.logintab {background:url(images/login.gif) no-repeat 0 -32px; width:73px;}
li.category {background:url(images/tabFolder.gif) no-repeat 0 -32px;}
li.famous {background:url(images/tabHeart.gif) no-repeat 0 -32px;}
li.random {background:url(images/tabRandom.gif) no-repeat 0 -32px;}

li.mouseover {background-position:0 0; color:#97bf0b;}
li.mouseout {background-position:0 -32px;}
li.selected {background-position:0 0; color:#97bf0b;}

.box {}
.boxTop {/*background:url(images/boxTop.gif) no-repeat;*/ background-color:#FFF; clear:both; margin:0; padding:0;}
*html .boxTop {margin-bottom:-2px;}
.boxBody {background-color:#FFF;}
.boxBody a {color:#fe800f; border-bottom-color:#97bf0b;}
.boxBottom {}

.boxBody div {display:none;}
.boxBody div.show {display:block;}
.boxBody #category a {display:block;}

.boxBody div ul {margin:0 10px 0 25px;padding:0;/*width:190px;*/list-style-image:url(images/arrow.gif)}
*html .boxBody div ul {margin-left:10px;padding-left:15px;}
.boxBody div li {border-bottom:1px dotted #8e8e8e; padding:4px 0;cursor:hand;cursor:pointer;}
.boxBody div ul li.last {border-bottom:none}
.boxBody div li span {font-size:8px;font-style:italic; color:#888;}

#loginbox {padding:18px; width:300px;}
#registerbox {padding:18px;}
#registerbox  a {border-bottom:none;}
