@import  url(../../../main/css/module_style.css);
body {
    text-align: center;
    margin: 0;
    padding: 0;
}

div.wrap {
    padding: 0 /*!important*/;
    /*overflow: hidden;*/
    /*width: 750px;*/
}

div.left {
    float: left;
    width: 587px;
    margin-left: 10px;
}

div.right {
    float: right;
    /*width: 280px;*/
}

div.titleInside {
    background: url(./title-back.gif) no-repeat 5px center ;
    width: 587px;
    height: 30px ;
    text-align: left ;
    line-height: 33px ;
    border: none ;
    border-bottom: 1px solid #333 ;
    padding:0 ;
}

div.title2 {
    background: #FFF;
    /*width: 100%;*/
    border: 1px solid #CCC;
    border-bottom: none;
    height: 30px;
    text-align: center;
    line-height: 33px;
}

div.titleInside span {
    color: #333 ;
    font-size: 14px ;
    font-weight: bold ;
    letter-spacing: 1px ;
    margin-left: 25px ;
}

div.title2 span {
    width: 278px;
    height: 33px;
    line-height:33px;
    display: block;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    background: url(./right_h3_bg.jpg) repeat-x left top;
    margin: 1px auto;
}

div.body p {
    font-size: 12px;
    text-align: left;
    line-height: 26px;
    text-indent: 10px;;
}

div.body {
    margin-top: 7px;
    margin-bottom: 15px
}

div.body2 {
    border: 1px solid #CCC;
    border-top: none;
    /*width: 278px;*/
    padding-bottom: 10px;
    padding-top: 10px;
}

div.body2 .ul2 {
    list-style: none;
    margin: 10px auto 0;
    padding: 0;
    width: 190px;
}

div.body2 ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 260px;
}

div.body2 ul li {
    text-align: left;
    line-height: 26px;
    background: url("./art_a_bg.gif") no-repeat 0 12px;
    padding-left: 12px;
    font-size: 12px; /*text-indent:15px;*/
}

div.body2 ul li a {
    font-size: 12px;
    color: #9d020a;
    text-decoration: none;
}

div.body2 ul li span {
    font-size: 12px;
}

div.body2 ul li a:hover {
    color: #9d020a;
    text-decoration: underline;
}

div.body ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

div.body ul li {
    border-bottom: 1px dotted #CCC;
    background: url(./art_a_bg.gif) no-repeat 10px center;
    padding-left: 20px;
    line-height: 30px;
    font-size: 12px;
    color: #333;
    overflow:hidden;
}

div.body ul li a {
    font-size: 12px;
    color: #333;
    text-decoration: none;
    float:left;
}

div.body ul li span{
    float:right;
    margin-right:10px;
}
div.body ul li a:hover {
    color: #990000;
}

div.tutor .body2 {
    border-bottom: none;
}

.datalist2, .datalisttag {
    width: 95%;
    margin: 0 auto;
}

div.currentcolumn {
    width: 95%;
    margin: 0 auto;
}






















