
a {
	color:#777;
	text-decoration:none;
	}
a:hover {
	color:#777;
	text-decoration:none;
	}
a.lastbillet {
	font-size: 11px;
	font-weight: bold;
	}
#famous a {
	font-size: 11px;
	font-weight: bold;
	}
#tabMenu {
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
	}
#tabMenu li {
	float:left;
	height:45px;
	width:39px;
	cursor:pointer;
	cursor:hand;
	text-indent: -9999px;
	}
li.comments {
	background:url(images/tab_comment.jpg) no-repeat 0 -45px;
	}
li.posts {
	background:url(images/tabStar.gif) no-repeat 0 -45px;
	}
li.category {
	background:url(images/tab_cat.jpg) no-repeat 0 -45px;
	}
li.famous {
	background:url(images/tab_star.jpg) no-repeat 0 -45px;
	}
li.archives {
	background:url(images/tab_archive.jpg) no-repeat 0 -45px;
	}
li.articles {
	background:url(images/tab_articles.jpg) no-repeat 0 -45px;
	}
li.admin {
	background:url(images/tab_admin.jpg) no-repeat 0 -45px;
	}

li.mouseover {
	background-position:0 0;
	}
li.mouseout {
	background-position:0 -45px;
	}
li.selected {
	background-position:0 0;
	}

.box {
	width: 271px;
	margin: 0 0 10px 7px;
	padding: 0 0 10px 0;
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 10px;
	color: #777;
	background: transparent url("images/separatebox.jpg") no-repeat bottom center;
	}
.box h2 {
	padding: 0 0 5px 5px;
	margin: 0 0 5px 0;
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px dotted #a4a4a4;
	}
.boxTop {
	background:url(images/boxtop.jpg) no-repeat;
	height:7px;
	clear:both
	}
*html .boxTop {
	margin-bottom:-2px;
	}
.boxBody {
	background-color:#c4c4c4;
	}
.boxBottom {
	background:url(images/boxbottom.jpg) no-repeat;
	height:7px;
	}

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

.boxBody div ul {
	margin:0 10px 0 25px;
	padding:0;
	width:240px;
	list-style-image:url(images/arrow.jpg)
	}
*html .boxBody div ul {
	margin-left:10px;
	padding-left:15px;
	}
.boxBody div li {
	border-bottom:1px solid #a4a4a4;
	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;
	}
