.moduleContainer .inside {
	background-color:#eeeeee;
	padding-left:30px;
	width:350px;
}

.moduleContainer * {
    font-family: "Lucida Grande", Verdana;
    color: #333;
}
.moduleContainer a {
    font-size: 11px;
    padding: 1px;
    text-decoration: underline;
}
.moduleContainer a:link, .moduleContainer a:visited {
    color: #999;
}
.moduleContainer a:hover, .moduleContainer a:active {
    background: #999;
    color: #fff;
    text-decoration: none;
}

.moduleContainer .catName {
	font-size: 10pt;	
}

.moduleContainer .subCatContainer {
	line-height:22px;
}

.moduleContainer .error {
    color: #f30;
}

.moduleContainer .full {
	width:100%;
}