.block_advice_list {
	margin-bottom: 10px;
}
.list-advice {
    border: 1px solid #EC9C55;
    float: left;
    height: 360px;
    margin-left: 10px;
    width: 310px;
}
.list-advice .advice_list_title {
    background: none repeat scroll 0 0 #E67817;
    color: #E67817;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    padding-left: 10px;
}
.list-advice .advice_list_title h2 {
    background: url("../images/gb-menu-news-left.gif") no-repeat scroll left bottom transparent;
    display: block;
    float: left;
    height: 34px;
    line-height: 34px;
    padding-left: 10px;
    padding-top: 16px;
}
.list-advice .advice_list_title h2 span{
    background: url("../images/gb-menu-news-lright.gif") no-repeat scroll right bottom transparent;
    display: block;
    padding-right: 10px;
}
.advice_list_body ul {
    list-style: none outside none;
}
.advice_list_body ul li {
 	background: url("../images/icon-list.png") no-repeat scroll 0 8px transparent;
    padding-left: 15px;
    padding-top: 5px;
}
.advice_list_body ul li a {
    color: #da5c08;
    text-decoration: none;
}
.advice_list_title h3{
	background: url("../images/root-bg.png") no-repeat scroll left top transparent;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    display: block;
    font-family: arial;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
    padding: 2px 2px 2px 13px;
}
.advice_list_body{
    margin-left: 7px;
}