/* top CSS Document */

/* What'sNew------------------------------ */
.new{
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 15px;
}

dl{}
dt{
	color: #666666;
	padding-bottom: 3px;
}
dd{
	margin-bottom: 1em;
	background-image: url(../images/shared/dot_gray.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 3px;
}
