/*
 * © 2007 ROBO Design
 * http://www.robodesign.ro
 */


.woc-tbl
{
	width: 100%;
}

.woc-tbl tr td:first-Child
{
	text-align: center;
	width: 250px;
}

.woc-tbl tr td+td
{
	vertical-align: top;
}

.woc-tbl p
{
	text-indent: 0;
}

.woc-tbl p:first-child
{
	font-weight: bold;
}

.woc-tbl tr:hover td:first-Child, .woc-tbl tr:focus td:first-Child
{
	background-color: #eef;
	color: #fff;
}


