.block-left
{
    margin-bottom: 20px;
}
.block-left:last-child
{
    margin-bottom: 0px;
}
.block-left:after
{
    content: '';
    display: block;
    clear: both;
}
.title-left
{
    height: 40px;
    text-align: center;
    background: #a7041c;
}   
.title-left span
{
    color: #fff;
    font-family: 'OpenSans-Regular';
    text-transform: uppercase;
    font-size: 17px;
    line-height: 40px;
}
.content-left
{
    border-right: 1px solid rgba(128,128,128,0.3);
    border-left: 1px solid rgba(128,128,128,0.3);
    border-bottom: 1px solid rgba(128,128,128,0.3);
}
/* End Left */

/* Begin Menu Left */
.lst-pro-left ul
{
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    margin: auto;
}

.lst-pro-left ul li{line-height: 43px;background: #f1f1f1;}
.lst-pro-left ul ul{display: none;}
.lst-pro-left > ul > li{border-bottom: 1px dotted #c7c7c7;}
.lst-pro-left ul li:last-child{border-bottom:none; margin-bottom: 0px;}
.lst-pro-left ul li a
{
    color: #313131;
    font-family: 'OpenSans-Regular';
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    padding-left: 16px;
    background: url(../images/nut1_21.png) no-repeat 6px center;
}
.lst-pro-left > ul > li:hover > ul{display: block;}
.lst-pro-left > ul > li > ul > li{padding-left: 14px;border-bottom: 1px dotted #c7c7c7;}
.lst-pro-left > ul > li > ul > li:first-child{border-top: 1px dotted #c7c7c7;}
.lst-pro-left > ul > li > ul > li:hover > ul{display: block;}
.lst-pro-left > ul > li > ul > li > ul > li{padding-left: 8px;}
.lst-pro-left > ul > li > ul > li > ul > li{border-bottom: 1px dotted #c7c7c7;}
.lst-pro-left > ul > li > ul > li > ul > li:first-child{border-top: 1px dotted #c7c7c7;}
.lst-pro-left ul li a:hover
{
    color: #ff0000;
}

.lst-pro-left ul li ul li a{
    background: url(../images/nut2_25.png) no-repeat 0px center;
    padding-left: 10px;
}

.lst-pro-left ul ul li
{

}

.lst-pro-left ul ul a
{
    text-transform: none;
    color: #313131;
}

.lst-pro-left ul ul a:hover
{
    color: #ff0000;
}
.lst-pro-left ul ul ul h3
{
    font-size: 14px;
    padding: 0px;
    margin: 0px;
}