.show_product_title 
{
    margin:20px 0 20px 8px ;
    font-size: 25px;
    color:  #4F4F4F;
}
.show_product_title a
{
    color: #4F4F4F;
}
.show_product_title a:hover
{ 
    color: #000;
    text-decoration:underline;
}
#indexProduct
{
    margin: 36px 0 0 0;
}
#indexNewNBlog
{
    margin: 37px 0;
}
#new_arrived
{
   width: 230px; 
   float: left;
}

.new_1
{
    float: left;
    width: 125px;
}
#new_photo_1
{
    margin:0 2px 3px 0;
}
#new_photo_2
{
    margin-bottom: 2px;
}
#new_photo_3
{
    margin-right: 3px;
}
.new_2
{
    float: left;
}
.new_2 img
{
    margin:0 5px 5px 0;
}
.new_3
{
    float: left;
}

#index_stall
{
    margin-top: 17px;
}
.chosenMarket
{
    float: left;
    position: relative;
    width: 306px;
    border: 1px solid #ececec;
    -moz-box-shadow: 1px 1px 3px #C3C3C3;
    -webkit-box-shadow: 1px 1px 3px #C3C3C3;
    box-shadow: 1px 1px 3px #C3C3C3;
    border-radius: 3px ;
    -moz-border-radius: 3px ;
    -webkit-border-radius: 3px;
}
.rightChosenMarket
{
    margin: 0px 0 0 0;
}
.normalMarket
{
    margin: 0px 25px 0 0;
}
.stall_photo
{
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    float: left;
    margin:10px;
}
.aboutStall
{
    line-height: 20px;
    float: left;
    width: 210px;
    margin:0 0 10px 0px;
    height: 120px;
    display:block;
    overflow: hidden;
}
.stall_recommand
{
    background-color: #fbfbf8;
    border-bottom: solid 1px #ddd;
    line-height: 18px;
    height: 140px;
}
.stall_recommand:hover
{
    background-color: #fafff1;
}
.stallRelatedProduct
{
    padding: 0 12px;
    margin: 15px 0 20px;
    display: block;
    height: 90px;
    text-align: center;
    list-style: none;
    clear: both;
}
.stallRelatedProduct li
{
    float: left;
    word-wrap: break-word;
    margin-right: 7px;
}
.eachStallPhoto
{
    width: 84px;
    height: 84px;
    border-radius: 3px;
    border: 3px solid #fff;
    background: #000;
    overflow: hidden;
    transition: all .1s;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
}
.brand_recommend
{
    padding:0 10px;
    font-size: 14px;
}
.brand_recommend a{
    color: black;
}