﻿.ViewContents
{
    line-height: 2;
    font-size: 14px;
    padding: 6px 20px 15px;
    color: #333;
}
/*.ViewContents .EditorImageClass
{
    display: block;
    margin: 7px auto;
}*/
/*——*/
.ShopSideMall
{
    padding: 8px 0 0 25px;
}
.ShopSideMall div
{
    overflow: hidden;
    height: 446px;
}
.ShopSideMall li
{
    width: 164px;
    height: 223px;
    overflow: hidden;
    padding-left: 4px;
}
.ShopSideMall li .con1
{
    height: 145px;
}
.ShopSideMall li .con1 img
{
    width: 140px;
    height: 140px;
}
.ShopSideMall li .con1 img:hover
{
    filter: Alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.ShopSideMall li .con2
{
    width: 150px;
    height: 40px;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}
.ShopSideMall li .con2 a
{
    color: #666;
}
.ShopSideMall li .con2 a:hover
{
    color: #E4393C;
}
.ShopSideMall li .con3
{
    white-space: nowrap;
}
.ShopSideMall li .con3 b
{
    font-size: 13px;
    font-family: Arial;
    color: #E4393C;
    margin-right: 4px;
}
.ShopSideMall li .con3 span
{
    font-family: Arial;
    color: #999;
    text-decoration: line-through;
}
/*——*/
.SideNav
{
    padding: 5px 6px 6px;
}
.SideNav li
{
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    padding-top: 1px;
}
.SideNav li a
{
    display: block;
    padding-left: 10px;    
    font-weight: bold;
    border-left: solid 2px #B9D3E3;
    color: #278BBC;
    background: #E5F0F5;
}
.SideNav li.on a
{
    border-left-color: #6F94D3;
    color: #069;
    background: #D1DEE5;
}
.SideNav li a:hover
{
    text-decoration: none;
    color: #278BBC;
    background: #D1DEE5;    
}
/*——*/