.mt25{
    margin-top:25px
}
.col1_2{
    width:173px;
    float:left
}
.col2_2{
    width:475px;
    float:left;
    margin:0 0 0 24px
}
.col3_2{
    width:300px;
    float:right
}
.boxDict{
    width:100%;
    min-height:600px;
    display:inline-block
}
.boxDictCat{
    width:100%;
    display:block;
    overflow:hidden;
    margin:0 0 10px
}
.boxDictCat h2{
    width:100%;
    display:block;
    background:#c00000;
    color:#fff;
    font-size:15px;
    padding:8px 0 8px 25px;
	margin:0px;
}
.boxDictCat h2 a{
    color:#fff
}
.lst-cat-dict{
    width:100%;
    background:#fff;
    list-style:none;
    border:1px solid #d2d3ce;
    border-top:none;
    padding:0 0 0 23px
}
.lst-cat-dict li{
    width:100%;
    padding:10px 0;
    border-bottom:dotted 1px #bbbab8
}
.lst-cat-dict li a{
    color:#2d769f;
    font-size:13px
}
.lst-cat-dict li a.parent{
    padding-left:1px;
    font-weight:700
}
.lst-cat-dict dl{
    padding:3px 0 0 11px;
    outline:0;
    display:block
}
.lst-cat-dict dl dt,.sorByOrder,h2.headTitle{
    width:100%;
    display:inline-block
}
.lst-cat-dict dl dt{
    padding:7px 0
}
.lst-cat-dict dl dt.last{
    padding-bottom:0!important
}
.lst-cat-dict dl dt a.current{
    color:#535151;
    font-weight:700
}
h2.headTitle{
    color:#535151;
    font-size:20px;
    font-weight:400;
    text-decoration:underline;
    margin:0 0 15px
}
.sorByOrder{
    padding:0 0 18px
}
.sorByOrder a{
    color:#2d769f;
    font-size:15px;
    padding:0 4px;
    float:left;
    display:inline
}
.sorByOrder a.current{
    color:#c00000;
    font-weight:700
}
.lst-ext-definition li{
    width:100%;
    display:inline-block;
    padding:0 0 15px
}
.lst-ext-definition li h3{
    width:100%;
    display:block;
    margin:0 0 5px
}
.lst-ext-definition li h3 a{
    color:#c00000
}
.searchByMod{
    background:url(../images/search-01.png) left center no-repeat;
    color:#2d769f;
    line-height:30px;
    font-weight:700;
    display:inline-block;
    padding:0 0 0 30px
}
.boxGuideDict h3{
    display:block;
    padding:5px 0;
    background:#f85959;
     background:none;
    float:left;
    font-size:18px;
    border-radius:2px;
    margin:0 0 15px;
     position:relative
}
.boxGuideDict h3:before{
    content:'';
    width:65%;
     height:0;
     border-bottom:1px solid #f85959;
     position:absolute;
     bottom:0;
}
.boxDictCls{
    width:268px;
    background:#fff;
    border:1px solid #dadbd7;
    margin:16px 0 0;
    display:block;
    padding:0 15px 25px
}
.boxDictCls h1.title,.boxDictCls h2{
    width:100%;
    display:block;
    color:#fa5252;
    font-size:14px;
    padding:10px 0;
    border-bottom:solid 1px #dadbd7;
    margin:0 0 10px
}
.boxDictCls h1.title a{
    color:#fa5252
}
.boxDictCls .clsTitle{
    outline:0;
    display:block;
    padding:0 0 15px
}
.boxDictCls .clsTitle li{
    width:100%;
    display:inline-block
}
.boxDictCls .lH18 li{
    line-height:18px
}
#showNutritional table td{
    padding:5px;
}
.showNutritional{
    margin-bottom:10px;
}
#showNutritional{
    border:2px solid #000
}
.pagination.pagination-news a{
	display:inline-block;
	min-width:32px;
	min-height:32px;
	text-align:center;
	line-height:32px;
	background:#fff;
	border:1px solid #f1f1f1;
	color:#333;
	border-radius:0px;
	margin-left:2px;
	padding:0px 10px;
	width:auto!important;
	font-size:14px;
}
.pagination.pagination-news a.current {
    background: #c00000;
    font-weight: 700;
    color: #FFF;
    cursor: default;
}