﻿#categoryOuter
{
    background: none repeat scroll 0 0 #f4f4f4;
    border: 1px solid #B0A79E;
    height: 500px;
    width: 712px;
}
/***********************************/
/**********book store style*********/
/***********************************/
#bookStore
{
    width:650px;
    height:90px;
    background:#e2dfd9;
    margin:25px auto;
}
#bookStore img
{
    width:55px;
    height:55px;
    margin-top:8px;
}
#bookMain
{
    float:left;
    /*width:400px;*/
}
#bookMain>a
{
    display:block;
    float:left;
    height:55px;
    width:55px;
    margin-left:15px;
}
#bookMain>div
{
    float:left;
    width:353px;
    margin:5px 10px 0;
}
#bookMain>div>p
{
    margin:3px 0;
}
#bookMain>div>span
{
    font-size:11px;
}
.bookItem
{
    width:55px;
    height:55px;
    float:left;
    margin-right:10px;
}
.bookItem img
{
    border:1px solid #514536;
}
#popBook
{
    float:left;
    color:#828282;
    margin-top:13px;
}
/***********************************/
/**********book store style end*********/
/***********************************/


/***********************************/
/************mainland china literature begin***********************/
/***********************************/
#mcLiterature
{
    width:650px;
    height:90px;
    background:#e2dfd9;
    margin:25px auto;
    position:relative;
}
#mcLiterature img
{
    width:55px;
    height:55px;
    margin-top:8px;
}
#mcMain
{
    float:left;
    /*width:400px;*/
}
#mcMain>a
{
    display:block;
    float:left;
    height:55px;
    width:55px;
    margin-left:15px;
}
#mcMain>div
{
    float:left;
    width:353px;
    margin:5px 10px 0;
}
#mcMain>div>p
{
    margin:3px 0;
}
#mcMain>div>span
{
    font-size:11px;
}
.mcItem
{
    width:55px;
    height:55px;
    float:left;
    margin-right:10px;
}
.mcItem img
{
    border:1px solid #514536;
}
#popMc
{
    float:left;
    color:#828282;
    margin-top:13px;
    position:absolute;
    right:10px;
    bottom:5px;
}
/***********************************/
/************mainland china literature end***********************/
/***********************************/
#categoryMain
{
    width:650px;
    margin:auto;
}
.categoryItem
{
    width:325px;
    float:left;
    height:80px;
}
.c_thumb
{
    border:7px solid #e5e2de;
    width:65px;
    height:65px;
    float:left;
}
.c_thumb img
{
    width:65px;
    height:65px;
    border:0;
}
.c_text
{
    float:left;
    padding:0 20px;
    width:206px;
}
.categoryTil
{
    width:225px;
    overflow:hidden;
    white-space:nowrap;
}
.categoryTil>a
{
    color:#000;
    font-size:15px;
    font-weight:bold;
}
.c_spacer
{
    border-top:1px solid #fff;
    border-bottom:1px solid #c4c4c4;
    width:650px;
    float:left;
    margin:25px 0;
    height:1px;
    overflow:hidden;
}
.c_spacer+.c_spacer+.c_spacer
{
    display:none;
}
.categoryContent
{
    width:206px;
    margin-top:5px;
}
.categoryContent>div
{
    width:206px;
    white-space:nowrap;
    overflow:hidden;
}
.categoryContent>div>a
{
    color:#000;
    line-height:160%;
}