
/* @group lecture */

.lecture {
    width: 660px;
    float: left;
    margin: auto 5px 10px -5px;
    display: inline;
} 

.lectureBody {
    width: 652px;
    border-left: 1px solid #d5d7d8;
    border-right: 1px solid #d5d7d8;
    overflow: auto;
    padding: 4px 0 0 6px;
}    

.lectureRight {
    width: 479px;
    float: left;
    margin-left: 8px;
    display: inline;
}  
/* @group choix */

.body.choixBody {
    background: url(/library/images/bg/lecture-right-bg.jpg) bottom left repeat-x;
	float: left;
	width: 459px;
}

.choixLeftImg {
   width: 126px;
   height: 100%;
   float: left;
   margin: auto 33px auto 15px;
   display: inline;
} 

.choixRightContent {
    width: 278px;
    height: 100%;
    float: left;
}

.choixRightContent div {
    width: 278px;
    float: left;
    padding-bottom: 20px;
}  

.choixRightContent div img {
    margin-right: 14px;
    float: left;
} 

.choixRightContent div p {
    margin-bottom: 0;
}    

.choixRightContent div p strong {
    font-size: 12px;
    color: #1c6aac;
    line-height: 20px;
}
/* @end choix */

/* @group lectureLesBody */
.lectureLesBody {
    background: url(/library/images/bg/forum-bg.jpg) bottom center no-repeat;
}

.lectureLesBodyImg {
    float: left;
    display: inline;
    margin-right: 15px;
	width:inherit;
}  

.lectureLesBodyRight {
    float: left;
    margin-top: 4px;
    padding-left: 12px;
    border-left: 1px solid #8db4d5;
	width:330px;
}     

.lectureLesBodyRight p {
    width: 172px;
    float: left;
    margin-right: 25px;
    display: inline;
}  

.lectureLesBodyRight p strong {
    color: #1c6aac;
    font-size: 12px;
    line-height: 20px;
}    

.lecture .les-on div {
    padding: 6px 12px 0 12px;
    width: 133px;
}
    
*html .lecture .les-on div {
    padding: 6px 14px 0 14px;
    width: 129px;
}  /*  ie6  */  

.lecture .lesNormal div {
    padding: 5px 20px 0 20px;
}

*html .lecture .lesNormal div {
    width: 100px;
}  /*  ie6  */ 

.lectureLesBodyRight a:link,
.lectureLesBodyRight a:visited {
    color: #1c6aac;
} 

.lectureLesBodyRight a:hover {
    color: #45811a;
} 

.lectureLesBodyRight span a:link,
.lectureLesBodyRight span a:visited {
    color: #45811a;
}

.lectureLesBodyRight span a:hover {
    color: #1c6aac;
} 

.lectureLesBodyRight span.address {
    float: left;
    margin-top: 10px;
    font-size: 10px;
} 

.lectureLesBodyRight span.address span {
    font-weight: bold;
}       

.lecturebottom .forumBottom div {
    float: left;
    display: inline;
    margin: 5px auto auto 11px;
    font-weight: bold;
}     
/* @end lectureLesBody */

/* @group lectureForumBody */
.lectureForumBody {
    border: 1px solid #a4cf50;
    border-top: none;
    padding: 13px 25px 0 13px;
}

.lectureForumBody  ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lectureForumBody ul li {
    margin-bottom: 20px;
}

.lectureForumBody ul li h5 {
    margin: 0 0 3px 0;
    padding: 0;
    font-size: 12px;
    color: #1c6aac;
}    

.lectureForumBody ul li a:link,
.lectureForumBody ul li a:visited {
    color: #1c6aac;
} 

.lectureForumBody ul li a:hover {
    color: #45811a;
} 

.lectureForumBody ul li span a:link,
.lectureForumBody ul li span a:visited {
    color: #45811a;
}

.lectureForumBody ul li span a:hover {
    color: #1c6aac;
}  
/* @end lectureForumBody */
/* @end lecture */
