.innerMenu
{
	border-bottom: solid 1px #2c2920;
	margin-bottom: 10px;
}

.innerMenu .tab a
{
	text-decoration: none;
	color: #000002;
	display: block;
}

.innerMenu .tab
{
	font-family: verdana, tahoma, sans-serif;
	font-size: 12px;
	
	width: 120px;
	
	text-align: center;
	
	float: left;
	border: solid 1px #2c2920;
	/* background: url(../images/tabBg.gif) repeat-x bottom left transparent; */
	border-bottom: none;
	padding: 5px 10px 0;
	margin-right: 10px;
	
	height: 20px;
	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

.innerMenu .active
{
	height: 21px;
	margin-bottom: -1px;
	background: #FFFFFF;
}

.comixList
{
	padding: 30px 0 0;
}
.comixList .item
{
	margin-bottom: 40px;	
	background: transparent url(../images/item-bottom.gif) repeat-x scroll left bottom;
	padding: 0 20px 40px;
}

.item .user
{
	width: 120px;
	font-size: 13px;
	font-weight: bold;
}

.item .date
{
	font-size: 11px;
}

.item .user .image
{
	margin-right: 5px;
}

.item .user a
{
	color: #000000;
}

.item .title
{
	font-size: 26px;
	padding-bottom: 10px;
}

.item .title a
{
	color: #3a618c;
	text-decoration: none;
}

.item .comixImage
{
	padding-top: 10px;
}
.item .user .userAvatar
{
	width: 50px;
	height: 50px;
}

.item .comixContent
{
	width: 470px;
}
.item .vote button
{
	border: none;
	background: url(../images/voteButton.gif) no-repeat top left transparent;
	width: 123px;
	height: 37px;
	padding: 0 0 0 30px;
	cursor: pointer;
}

.paginator
{
	text-align: center;
	padding: 10px 0; 
}

.paginator a
{
	padding: 0 3px;
}

.paginator .active
{
	color: #000000;
	text-decoration: none;
}


h2
{
	color: #218DBC;
	font-size: 16px;
	padding: 20px 0 10px;
	margin: 0;
}

.comixText
{
	font-size: 14px;
/*	padding: 0 0 20px;  */
}


.comixGroups
{
	text-align: left;
	padding: 5px 10px 20px;
	font-family: verdana, tahoma, sans-serif;
}

.comixGroups .item
{
	padding: 5px;
}

.comixGroups .item a
{
	color: #000000;
	padding: 5px 15px;
	font-size: 14px;
	text-decoration: none;
	/* font-family: verdana, tahoma, sans-serif; */
}

.comixGroups .item.active
{
	
	
}
.comixGroups .item.active a
{
	font-weight: bold;
	background: url('../images/comixDot.gif') no-repeat left center transparent;
}

.groupTitle
{
	font-weight: bold;
	padding: 5px 20px;
	margin-top: -5px;
	border: solid 1px #fec32a;
	background-color: #f8f5da;
	color: #000000;
	font-size: 18px;
}

.groupPic
{
	padding: 0 0 10px;
}

.comixGroup
{
	border: solid 1px #fec32a;
	padding:20px;
	background-color: #f8f5da;
	color: #000000;
	margin-bottom: 20px;
}

.comixGroup h2
{
	color: #000000;
	font-size: 18px;
	padding: 0 0 10px;
}

.link
{
	text-align: right;
	padding: 10px 0 0;
}

