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


body {
	background-color:#75A537; 
	margin:0px;
	padding:0px;
	font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}


/**********************
* TOPBOX
**********************/
.backBox {
	z-index:1;
	position:absolute;
	text-align:center;
	width:400px;
	left:400px;
}


/**********************
* MAINBOX
**********************/
.mainBox {
	z-index:2;
	display:block;
	position:relative;
}



/**********************
* PRODBOX
**********************/
.prodbox {
	background-image:url(/images/thumbbox.jpg);
	width:86px;
	height:85px;
	overflow:hidden;
	float:left;
	margin:1px 1px;
	/*border:1px solid;*/
}

.prodbox #thumb{
	height:70px;
	width:70px;
	overflow:hidden;
	/*border:1px solid;*/
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
}

.prodbox a:link, .prodbox a:active, .prodbox a:visited {
	text-align:center;
	color:#0066CC;
	text-decoration:none;
	font-size:80%;
}

.prodbox a:hover {
	color:#0099FF;
} 


/**********************
* BRAND
**********************/

.brand {
	width:100px;
	height:30px;
	overflow:hidden;
	float:left;
	margin:3px;
	text-align:center;
	border:1px solid;	
}


/**********************
* FOOTER
**********************/

.footer {
	margin-bottom:20px;
}


.footer, .footer a:link, .footer a:visited, .footer a:active {
	color:#FBFBFB;
	font-size:11px;
	text-decoration:none;
}

.footer a:hover {
	text-decoration:underline;
}




.articleList {
	display:block;
	clear:both;
	line-height:150%;
}

.articleList #title,.featMember #title {
	font-family:Tahoma,Verdana,"courier new";
	margin-bottom:3px;
}

.articleList #title,.articleList #title a,.featMember #title a {
	font-weight:bold;
	font-size:107%;
	color:#026fa6;
	text-decoration:none;
}

.articleList #title a:hover,.featMember #title a:hover {
	text-decoration:underline;
}

.articleList #date,.featMember #date {
	font-size:90%;
	color:gray;
}


.articleList #inside,featMember #inside {
	border:0px;
	margin-bottom:20px;
	display:block;
	clear:both;
}


.articleList #text,featMember #text {
	font-size:100%;
	color:#333333;
	text-align:justify;	
	
}

.articleList #header,featMember #header {
	font-family:Tahoma,Verdana,"Courier New";
	font-size:120%;
	font-weight:bold;
	color:#026fa6;
	border-bottom:#CCCCCC dotted 1px;
	padding-top:8px;
	margin-bottom:8px;
}

.articleList img {
	border:3px solid #9cbb59;
	margin:3px 3px 0px 0px;
	padding:2px;
	float:left;
	width:100px;
	height:94px;
}

.articleList #icon img {
	width:48px;
	height:48px;
}
