@CHARSET "UTF-8";

.NoticeTitle {
	height: 40px;
	line-height: 40px;
	width: 100%;
	background: url(../../images/seoulbus/notice_bg.png) repeat-x;
}

.NoticeTitle .arrow {
	background: url(../../images/seoulbus/arrow_down.png) no-repeat 98% 50%;
	padding-left: 14px;
}

.NoticeTitle .txtTitle {
	width:100%;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.NoticeDetail {
	display: none;
	min-height: 40px;
	background:#f9f9f9;
}

.NoticeDetail .Align {
	margin: 0 14px;
	background:#f9f9f9;
}

.NoticeDetail .Align .NoticeDesc {
	min-height:30px;
	line-height:30px;
	font-size:13px;
	color:#333333;	
}