@charset "utf-8";
/* CSS Document */
#bulletinDiv{
	border:1px #CAE3FD solid;
}
#bulletinDiv h3{
	padding:10px;
	background:url(../../images/shop/FeaturedBg.gif) repeat-x top;
}
.bulletinItems{
	margin:10px;
	background:url(../../images/seller/ico30.gif) left no-repeat;
	padding:0px 0px 5px 10px;;
	border-bottom:1px #CCCCCC dashed;
}
#bulletinContent{
	margin:10px;
}
	#bulletinContent h3{
		font-size:15px;
		text-align:center;
	}
#bulletinHead{
	margin:10px;
	text-align:center;
}
.floatRight{
	float:right;
}

