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

}

div.wrap {
    /*margin:0 10px 0 10px;*/
    text-align: left;
    height: auto;
    _height: 600px;
    background: transparent;
    padding: 0;
}

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

div.right {
    float: right;
    width: 280px;
    /*margin-right: 15px;*/
    /*padding-top:30px;*/
}

div.titleInside {
    /*background: none ;*/
    width: 100% ;
    height: 30px ;
    text-align: left ;
    line-height: 33px ;
    border: none ;
    border-bottom: 1px solid #4B8299 ;
    padding:0 ;
    background: url("./title-back.gif") no-repeat scroll left center ;
}

div.title2 {
    background: url(./title_bg.jpg) repeat-x left top;
    height: 34px;
    line-height: 34px;
    text-align: left;
    text-indent: 20px;
    border-left: 1px solid #87B0B4;
    border-right: 1px solid #87B0B4;
}

div.titleInside span {

    color: #236167 ;
    font-size: 14px ;
    font-weight: bold ;
    letter-spacing: 1px ;
    margin-left: 10px ;
    padding-left:20px ;
}

div.title2 span {
    font-size: 14px;
    letter-spacing: 1px;
    color: #236167;
    font-weight: bold;
    background: url(./coin_1.jpg) no-repeat left center;
    padding-left: 15px;
}

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;
    /*width: 278px;*/
    padding-bottom: 10px;
}

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

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

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

div.body2 ul li a {
    height: 25px;
    line-height: 26px;
    color: #000;
    text-decoration: none;
}

div.body2 ul li a span {
    font-size: 12px;
    color: #960;
}

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

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

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

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: #236167;
    text-decoration:underline
}

div.courseInfo {
    margin-top: 15px;
}















