@charset "utf-8";
/* CSS Document */

.mynet #forum{ /* --------------------- DISPLAY */
	width:680px;
	margin:0px 0px 0px 0px;
	float: right;
}

.mynet #forum_list{ /* ------------------------ MEDIA LIST */
	width:210px;
	margin:0px 10px 0px 0px;
	background-image:url(../cms_img/boxes/camp_top.gif);
	background-repeat:no-repeat;
	padding: 20px 0px 0px 0px;
	float: left;
}

#forum_list  .mid{
	background-color:#CC0066;
	padding: 0px 20px 5px 20px;
	float: left;
	width: 170px;
}
#forum_list img {
padding:10px 0px 10px 0px;
}
#forum_list h3 a {
	color:#000000;
	padding: 0px 0px 5px 0px;
	line-height: normal;
	margin: 0px 0px 5px 0px;
	display: block;
}
#forum_list .bot{
	background-image:url(../cms_img/boxes/camp_bot.gif);
	background-repeat:no-repeat;
	height: 30px;
	text-align: right;
	float: left;
	width: 210px;
	background-position: 0px -20px;
}
