/*table.tovar tr:hover td:nth-child(-n+4) {
    border: 2px solid red !important;
    cursor: pointer;
}*/


table.tovar tr:hover td {	
transition-property: background-color;
transition-duration: 1s;
}

table.tovar tr:hover td{
/*    border: 2px solid green !important;*/
	background-color: #fdd;
    cursor: pointer;
}

.category_steel_grades {
	width: auto;
	margin: 0 auto 8px auto;
}