/* CSS Document */
#ac_tabA{
	width:95%;
}
#ac_tabA #ac_loco{
	background-image:url(../img/buy_loco.jpg);
	background-repeat:no-repeat;
	width:100%;
	height:27px;
	text-align:left;
}
#ac_tabA #ac_loco p{
	margin:3px 0 0 13px;
}
#ac_tabA ul{
	width:100%;
	margin:8px 0 0 10px;
	float:left;
	text-align:left;
}
#ac_tabA li{
	float:left;
	width:22%;
	margin:0 15px 3px 0;
}
#ac_tabA #ac_more{
	width:100%;
	text-align:right;
}
#ac_tabB{
	width:95%;
}
#ac_tabB #ac_loco{
	background-image:url(../img/buy_loco.jpg);
	background-repeat:no-repeat;
	width:100%;
	height:27px;
	text-align:left;
}
#ac_tabB #ac_loco p{
	margin:3px 0 0 13px;
}
#ac_tabB ul{
	margin-top:8px;
	margin-left:15px;
	float:left;
	width:100%;
	text-align:left;
	list-style-type:disc;
}
#ac_tabB li{
	float:left;
	width:90%;
	margin:0 15px 3px 0;
	border-bottom:1px dotted #cab5ce;
}
