/*-----------------------------------------------
FCKeditor Templates Styles (both for FE/BE)
Author: Aleksey Deryagin
Version: 9/11/2010
-----------------------------------------------*/
table.datatable {
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	border-collapse: collapse;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}
table.datatable td {
	border: 1px solid #CCCCCC;
	color: #5E5E5E;
	padding: 15px;
	vertical-align: top;
}
table.datatable th {
	border: 1px solid #CCCCCC;
	height: 30px;
	background: url(datatable-th.gif) repeat-x;
	font-weight: bold;
	text-align: center;
}

#imgth img.pic {
float:none;
}

/* .datatable p {} */

table.imgtable {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
}

table.imgtable th {
	border: 0px;
	/* padding: 15px; */
	vertical-align: top;
	text-align: center;
	padding-bottom: 2px;
}
table.imgtable td {
	padding: 5px;
	color: #5E5E5E;
	border: 1px solid #CCCCCC;
	/* height: 30px; */
	background: url(datatable-th.gif) repeat-x;
	text-align: center;
}

div#similar_links {
	margin: 0 0 20px 0;
	border:0;
}

div#similar_links ul {
	margin-bottom: 0;
	list-style-type: none;
}

div#similar_links ul li {
	padding: 3px 10px;
	list-style-type: none;
}

div#similar_links ul li a {
	color: #4C92D3;
	font-size: 12px;
	text-decoration: none;
}

div#similar_links ul li a:hover {
	text-decoration: none;
	color: #999999;
}