﻿/*********************************************************************/
#article_table{
	font:normal 11px arial, tahoma, helvetica, sans-serif;
	width:100%;
	border:0px;
}

#article_table  .article_caption{
	background:#CBCBCB;
	padding:5px;
	font-weight:bold;
}

#article_table .article_text{
	background:#FFFFFF;
	padding:8px;
	border-bottom:1px solid #CBCBCB;
	border-left:1px solid #CBCBCB;
}

#article_table .article_footer{
	background:#EEEEEE;
	font-weight:bold;
}

#article_table .article_star{
	text-align:center;
	background:#EEEEEE;
}

#article_table .article_specialist_img{
	width:100px;
	text-align:center;
	background:#EEEEEE;
	padding-top:8px;
	padding-bottom:8px;
}

#article_table .more_button{
	text-align:center;
	background:#FFFFFF;
	cursor:pointer;
	border-bottom:1px solid #CBCBCB;
}

#article_table .send_friend_button{
	text-align:center;
	background:#E5E5E5;
	cursor:pointer;
	border-bottom:1px solid #CBCBCB;
	border-left:1px solid #CBCBCB;
}

#article_table .other_articles_button{
	width:130px;
	text-align:center;
	background:#E5E5E5;
	cursor:pointer;
	border-bottom:1px solid #CBCBCB;
	border-left:1px solid #CBCBCB;
}

