/* table
---------------------------------------------------- */
table#t_acc {
	margin-left:10px;
	padding:0px;
	width:670px;
}
table#t_acc th{
	padding:5px 15px;
	border-left:3px solid #f2aaba;
	border-bottom:1px solid #f2aaba;
}
table#t_acc td{
	padding:5px 15px;
	border-top:1px dotted #f2aaba;
	vertical-align:top;
}
table#t_acc td.photo{
	width:200px;
}
table#t_acc td.nobr{
	white-space:nowrap;
}
table#t_acc td.bottomborder{
	border-bottom:1px dotted #f2aaba;
}

table#t_acc td.toptd{
	padding:20px 15px 5px 15px!important;
}
table#t_acc td.noborder{
	border:none!important;
}
table#t_acc h4{
	background:#f2aaba;
	padding:3px 5px;
	color:#fff;
}
/* ------------------------------------------------- */
