#spisok{
	margin-top:15px;
	width:100%;
	min-height:500px;
}

/*#spisok.nonactive{
	min-height:100px;
}*/


.double, #dip_spisok_podskazka_red{
	background:#f99;
}

.empty, #dip_spisok_podskazka_yellow{
	background:#ff9;
}


#dip_spisok table{
	background:none;
}

#dip_spisok table td{
	background:none;
	border:#000 1px solid;
	color:#111;
}

#dip_spisok table tr td:first-child {
	width:60px;
	text-align:right;
}


#dip_spisok_podskazka{
	margin-bottom:20px;
}


#dip_spisok_podskazka_red, #dip_spisok_podskazka_yellow{
	display:inline-block;
	width:30px;
	height:30px;
	border:#111 1px solid;
	position:relative;
	top:8px;
}