.m_simplelist {
width:100%;
margin:0 0 30px 0;
position:relative;
background:#bcd9f3;
}

.m_simplelist .top,
.m_simplelist .top div,
.m_simplelist .bottom,
.m_simplelist .bottom div {
width:100%;
height:10px;
font-size:1px;
position:relative;
z-index:1;
background-image:url('../_images/simplelist.png');
background-repeat:no-repeat;
}

.m_simplelist .top {background-position:100% -10px;}
.m_simplelist .top div {width:10px;background-position:0 -10px;}
.m_simplelist .bottom {background-position:100% 0px;}
.m_simplelist .bottom div {width:10px;background-position:0 0px;}

.m_simplelist .pic {
width:58px;
height:58px;
position:absolute;
top:-22px;
right:5%;
z-index:2;
background:url('../_images/simplelist.png') no-repeat 0 -20px;
}

.m_simplelist .cnt {
padding:10px 0;
margin:0 5% 0 8%;
position:relative;
z-index:3;
overflow:hidden;
font:11px/17px tahoma,arial,helvetica,sans-serif;
}
.m_simplelist .cnt a {
color:#fff;
background:#697a88;
}
.m_simplelist .cnt a:hover {
color:#787878;
background:none;
}
.m_simplelist .cnt h3 {margin:0 0 12px 0;position:relative;}
.m_simplelist .cnt h3 a {color:#a18067;background:none;}
.m_simplelist .cnt h3 a:hover {color:#fff;background:#697a88;}

.m_simplelist .cnt b a {
color:#787878;
background:none;
}
.m_simplelist .cnt b a:hover {
color:#fff;
background:#697a88;
}
.m_simplelist .rss {
margin:0 5% 6px 8%;
overflow:hidden;
}
.m_simplelist .rss a,.m_simplelist .rss a:hover {
width:27px;
height:10px;
padding:0px;
font-size:1px;
display:block;
float:right;
background:url('../_images/simplelist.png') no-repeat 0 -78px;
}