@charset "utf-8";
/* CSS Document */

div.side ul.list a{
	/*font-size:12px;	*/
} 

#raterit{
	padding:20px 10px;
	text-align:center;
}


div.UserData{
}
div.UserData div.UserLogo{
	text-align:center;
	width:100%;height:130px;
	overflow:hidden;
}

div.UserData div.UserLogo img{
	border:solid 1px #d5d5d5;
	padding:1px;
	margin:5px;
}

#content{
	margin:0 auto;
	width:760px;
	overflow:hidden;
}

#content #content-header{ 
	height:60px;
	clear:both;
	border-bottom:dotted 1px #d5d5d5;
	
}
#content #content-header h1{
	text-align:left;
	font-size:18px;
	font-weight:bold;
	padding:15px 0 0 11px;
	clear:both;
	}
#content #content-header h4{
	clear:both;
	text-align:left;
	padding:0px 0 0 12px;
}

#content #content-header h4 a{
	text-decoration:underline;
}

#content #content-summary{margin:5px auto 8px; width:90%; clear:both;border:1px solid #DCE1E5; background:#fff;padding:10px 20px;}
#content #content-summary ul{}
#content #content-summary li{text-align:left; padding:9px 12px 6px; font-size:14px; clear:both; line-height:23px;}

#content #content-body{
	text-align:left;
	overflow:hidden;
	padding:15px;
	font-size:14px;
	clear:both;
	line-height:25px;
	word-wrap:break-word; word-break:break-all;
	}
#content #content-body h2{ font-size:14px; }
#content #content-body p{
	font-size:14px;
/*	text-align:justify;
	text-justify :inter-ideograph;*/
	display:block;
	/*text-indent:2em;*/
	}
#content #content-body .icon{ margin:3px 0 0; border:0;}
#content #content-body img{
	border:1px solid #ccc;
	max-width:660px;
	float:none
	/*margin:5px;*/	
	}
#content #content-body table{table-layout:fixed;}
#content #content-body td{ overflow:hidden;text-overflow:ellipsis;}
#content #content-body a{text-decoration:underline;font-size:14px;}
#content #content-body a:hover{color:#bc2931;}


#content #content-footer{ 
	height:60px;
	clear:both;
	border-top:dotted 1px #d5d5d5;
	
}
