/**** Category:: sola ****/

#container{
	margin-bottom: 30px;
}

#main{
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 540px;
	text-align: left;
	float: left;
}
#main #header {
	margin: 0px;
	padding: 0px;
}
#main #content{
	margin: 0px;
	padding: 0px 20px 0px 0px;
}

#beta{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 180px;
}



#header h1{
	margin: 0;
	height: 101px;
	overflow: hidden;
	padding: 0px;
	background-image: url(http://www.eee-craft.com/images/sola5/header.jpg);
	width: 720px;
	background-repeat: no-repeat;
	background-position: center bottom;
	text-indent: -9999px;
	}
#entry-index #header h1{height: 242px; background-image: url(http://www.eee-craft.com/images/sola5/header_index.jpg);}
#entry-features-index #header h1,
#entry-features-publish #header h1,
#entry-features-view #header h1,
#entry-features-import #header h1,
#entry-features-editor #header h1,
#entry-features-graphics #header h1
{background-image: url(http://www.eee-craft.com/images/sola5/header_features.jpg);}

#header h2{
	font-size: 22px;
	font-weight: normal;
	line-height: 40px;
	margin: 20px 0px 0px;
	padding: 0px;
	/*font-family: "MS UI Gothic";*/
}

#main #content h3, #main #content h4 {
	font-size: 12px;
	line-height: 18px;
}
#main #content a.external{
	display: inline;
	white-space: nowrap;
	padding-right: 15px;
	background-image: url(http://www.eee-craft.com/images/css/external01.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right top;
	height: 18px;
	font-family: "MS UI Gothic";
}
#main #content li span.date{
	color: #999999;
	font-size: 10px;
}


#main #content div.emphasis{
	border: 1px solid #666699;
	padding: 8px;
	background-color: #DADAE7;
	color: #333333;
}

#main div.pagination{
	margin: 0px;
	padding: 0px 20px 0px 0px;
}
#main div.pagination a{
	display: block;	
}
#main div.pagination a.prevpage{
	float: left;	
	white-space: nowrap;
	padding-left: 10px;
	background-image: url(http://www.eee-craft.com/images/css/arrow_more02.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
}
#main div.pagination a.nextpage{
	float: right;
	white-space: nowrap;
	padding-right: 10px;
	background-image: url(http://www.eee-craft.com/images/css/arrow_more01.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right center;
}
 

.module{
	background-color: #EEF2F2;
	padding: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	/* border: 1px solid #EEF2F2; */
	text-align: left;
}
.module-header{
	font-size: 12px;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	color: #666666;
	line-height: 18px;
}
.module-content{
	padding: 8px 8px 8px;
	background-color: #F7F9F9;
}
.module-content p{
	font-size: 11px;
	font-family: "MS UI Gothic";
	line-height: 15px;
}
.module-content p.last{ margin-bottom: 0px;}



.module-banner{
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: -1px;
	margin-bottom: 0px;
	margin-left: -1px;
}
#entry-system-requirements #content h4
{
font-size: 16px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #cccccc;
line-height: 200%;
margin-bottom: 0.5em;
}

#entry-license #content table {
	width: 100%;
	line-height: 180%;
	margin-bottom: 1em;
}
#entry-license #content table td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A2BF93;
}
#entry-license #content table th{
	background-color: #D6E3D0;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A2BF93;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A2BF93;
	text-align: center;
	 
}
 