﻿.container_more
{
    width:100%;
    padding-top:5px;
    position:relative;
}
.container_more .top_bg
{
	height:33px;
	margin-left:1px;
	margin-right:1px;
	border-bottom:solid 1px #ececec; 
}
.container_more .top_l
{
    width:1px;
    height:33px;
    position: absolute;top: 0px;left: 0px;
}
.container_more .top_r
{
    width:1px;
    height:33px;
    position: absolute;top: 0px;right: 0px;
}
.container_more .center_l
{
    width:1px;
    height:100%;
    position: absolute;top: 0px;left: 0px;
    border-right:solid 1px #ececec; 
}
.container_more .center_bg
{
    margin-right: 0px;
    margin-left: 0px;
    height:100%;
}
.container_more .center_r
{
    width:1px;
    height:100%;
    position: absolute;top: 0px;right: 0px;
	border-left:solid 1px #ececec; 

 }
.container_more .bottom_l
{
    width:1px;
    height:0px;
    position: absolute;top: 0px;left: 0px;
}
.container_more .bottom_bg
{
    height:1px;
    margin-right: 1px;
    margin-left: 1px;
    border-top:solid 1px #ececec; 
}
.container_more .bottom_r
{
    width:1px;
    height:0px;
    position: absolute;top: 0px;right: 0px;
}

