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

div.wrap {
    /*margin:0 10px 0 0;*/
    text-align: left;
    height: auto;
    _height: 600px;
    background: #FFF;
    padding: 0;
}
div.left {
    float: left;
    width: 602px;
}

div.right {
    float: right;
    width: 296px;
}

div.titleInside {
    background: #E1DBE8 ;
    padding:0 ;
    width: 100% ;
    height: 30px ;
    text-align: left ;
    line-height: 33px ;
    border: none ;
}
div.title2 {
    background: #E1DBE8;
    width: 294px;
    border:1px solid #CCC;
    border-bottom:none;
    height: 30px;
    text-align: center;
    line-height: 33px;
}

div.titleInside span {
    color: #5B1963 ;
    font-size: 14px ;
    font-weight: bold ;
    letter-spacing: 1px ;
    margin-left: 15px ;
}
div.title2 span {
    color: #5B1963;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
}

div.body p {
    font-size: 12px;
    text-align: left;
    line-height: 26px;
    text-indent: 2em;
    padding: 0 5px;
}

div.body {
    margin-top: 7px;
    margin-bottom: 15px
}
div.body2{
    border:1px solid #CCC;
    width:294px;
    padding-bottom:10px;
}
/*div.body2 ul2{
    list-style:none;
    margin: 10px auto 0;
    padding: 0;
    width:190px;
}*/
div.body2 ul{
    list-style:none;
    margin: 10px auto 0;
    padding: 0;
    width:264px;
}
div.body2 ul li{
   text-align:left;
    line-height:26px;
    font-size:12px;
    color:#333;
    background: url("./art_a_bg.gif") no-repeat 0 12px;
    padding-left: 12px;
    /*text-indent:15px;*/
}
div.body2 ul li a{
    color:#5B1963;
    text-decoration:none;
}
div.body2 ul li a span{
    font-size:12px;
}

div.body2 ul li a:hover{
    color:#5B1963;
    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 12px;
    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 a:hover{
    color:#5B1963;
}
div.body ul li span{
    float:right;
    margin-right:10px;
}
div.courseInfo{
    margin-top:15px;
}















