.container .main .content .infoarea{
	margin-top: 10px;
	background-image: url(../images/infoarea_bg.gif);
	background-repeat: repeat-y;
}

.container .main .content .infoarea .info{
	width: 243px;
	float: left;
}

.container .main .content .infoarea .info .title{
	background-color: #859fbc;
	border-top: 1px solid #505f71;
	border-bottom: 1px solid #505f71;
	padding: 6px 5px 6px 30px;
	background-image: url(../images/icon_info.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	font-weight: bold;
}

.container .main .content .infoarea .info ul{
	padding: 5px 0 0 0;
	list-style-type: none;
	background-color: #f5f5f5;
}

.container .main .content .infoarea .info ul li{
	padding: 0 0 5px 31px;
	background-image: url(../images/list_head.gif);
	background-repeat: no-repeat;
}

.container .main .content .infoarea .update{
}

.container .main .content .infoarea .update .title{
	background-color: #859fbc;
	border-top: 1px solid #505f71;
	border-bottom: 1px solid #505f71;
	padding: 6px 5px 6px 30px;
	background-image: url(../images/icon_update.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	font-weight: bold;
}

.container .main .content .infoarea .update ul{
	padding: 5px 0 0 0;
	list-style-type: none;
	background-color: #f5f5f5;
}

.container .main .content .infoarea .update ul li{
	padding: 0 0 5px 31px;
	background-image: url(../images/list_head.gif);
	background-repeat: no-repeat;
}

.container .main .content .infoarea ul li.new{
	background-image: url(../images/icon_new.gif);
	background-repeat: no-repeat;	
}

.container .main .content .infoarea ul li.old{
	display: none;
}


