/*============================================================
 * 公用样式重定义
/===========================================================*/

.content{
    margin-top:-6px;
    margin-bottom:0;
    position:relative;
}

.main{
    margin-left:-1px;
    padding:15px 0 20px 20px;
    width:770px;
    height:100%;
    border-top:0;
    border-left:1px solid #eee;
}

#page_box{
    position:relative;
    clear:both;
    height:20px;
}

.hola_help_box{margin-top:0;}

/*============================================================
 * 页面定义
/===========================================================*/

/* 侧栏菜单 */
.side_menu{
    padding:15px 0 20px;
    width:190px;
    height:100%;
    border-right:1px solid #eee;
}

.side_menu dt{
    margin:10px 5px 5px;
    height:24px;
    line-height:24px;
    text-indent:20px;
    font-family:'Microsoft Yahei',Tahoma,sans-serif;
    color:#007791;
    background-position:-245px -591px;
    overflow:hidden;
}

.side_menu dd a{
    display:block;
    height:24px;
    line-height:24px;
    text-indent:25px;
    color:#000;
}

.side_menu dd a:hover,.side_menu dd.on a{
    text-decoration:none;
    background-color:#f5f7f8;
}


/*============================================================
 * main区
/===========================================================*/

.main_content{
    padding:0 0 25px;
    line-height:20px;
    color:#333;
}

.shop_list{padding-top:15px;}

.shop_list li{
	margin-bottom:35px;
	height:200px;
	overflow:hidden;
}

.shop_img{float:left;}
.shop_img,.shop_img img{width:340px;height:220px;}

.shop_list dl{
    position:relative;
    float:right;
    padding:0 15px;
    width:390px;
    height:200px;
}

.shop_list dt{
    height:25px;
    margin-bottom:10px;
}

.shop_list dt a{
    font-size:16px;
    font-family:'Microsoft Yahei',Tahoma,sans-serif;
    color:#55a5b6;
}

.shop_list dt a:hover{color:#55a5b6;}

.shop_list dd{
    line-height:20px;
    color:#000;
}
.shop_list dd em{font-weight:700;}

.shop_list dd.diff{margin-top:15px;}

.shop_list dd.dd_link{
    position:absolute;
    right:15px;
    bottom:0;
}
