div#storypromo {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
}

div#storypromotitle {
    font-weight: bold;
	padding: 5px 0 0 0;
	font-size: 16px;
}

ul#storypromoarticleslist {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px 0 5px 0;
    list-style-position: inside;
    /* list-style: none; */
    list-style-type: none;
    padding: 5px;
    /* background: #eee; */
    /* border-left: 5px solid #037; */
}

ul#storypromoarticleslist li {
    border-left: 5px solid #036;
    padding: 3px 3px 3px 10px;
    margin-bottom: 5px;
    background: #eee;
}