.stit
{
	display: block;
	clear: both;
	margin: 30px 0px 8px 10px;
}


#smtb
{
    width: 100%;
    padding-left: 20px;
    font-size: 16px;
    color: #3a3025;
    cursor: default;
}

#smtb tr
{
    
}

#smtb td
{
    padding: 20px 0px 0px 0px;
    vertical-align: top;
}
#smtb td.bline
{
    background-image: url(/images/story_bline.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
}
#smtb td p
{
    margin: 0px;
}
#smtb td .date
{
    color: #949494;
    font-size: 17px;
    padding: 3px 0px 5px 0px;
}
#smtb td .content
{
    font-size: 15px;
    width: 100%;
    height: 90px;
    overflow: hidden;
    padding: 5px 0px 0px 0px;
    cursor: pointer;
}
#smtb a.title
{
    color: #ffaa05;
    font-size: 20px;
    font-weight: bold;
}

#smtb a:hover
{
    text-decoration: underline;
}