/* CSS Document */
.banner img{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-color: #666666;
	border-bottom-color: #666666;
	margin-top: 13px;
	height: 50px;
	width: 150px;
}
.banner ul {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	width: 150px;
	background-image: url(../img/border-dotte/border_dotted.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 5px;
}
.banner li p {
	padding-left: 20px;
	font-size: 0.75em;
	text-align: left;
	margin-right: 5px;
	margin-bottom: 7px;
	vertical-align: top;
	background-image: url(../img/arro/frame3gray11x11.gif);
	background-repeat: no-repeat;
	background-position: 5px top;
	color: #333333;
}
.banner .ban_under {
	background-image: none;
}

