/*===========================================================================
 News Design
===========================================================================*/

#teacher-talk-archive {
	
}

#teacher-talk-archive .article-list{
	width: 610px;
	border-collapse: collapse;
}


#teacher-talk-archive .article-list td {
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	border-collapse: collapse;
	padding: 5px 5px 5px 5px; 
	overflow:hidden;
}

#teacher-talk-archive h3{
	background: url('../images/common/bg_line_red_540.gif') repeat-y;
	font-size: 1.3em;
	font-weight: bold;
	padding: 3px;
	border-bottom: 1px solid #D3BCBE;
}

#teacher-talk-archive h3 a{
	color: #9E121C;
}

#teacher-talk-archive .subtitle{
	font-size: 1.1em;
	font-weight: bold;
	margin: 3px 0 0 0;
}

#teacher-talk-archive .date{
	font-size: 0.9em;
	color: #444;
	margin: 0 0 5px 0;
}

#teacher-talk-archive .teacher-image{
	overflow:hidden;
}

#teacher-talk-archive td .teacher-image{
	width:100px;
	overflow:hidden;
}
#teacher-talk-archive  .teacher-image td{
	overflow:hidden;
}

#teacher-talk-archive .teacher-image img{
	margin:auto;
}

#teacher-talk-archive .teacher-image{
	background-color: #fff;
	text-align: center;
}

