@charset "windows-1251";

#basket_table.list_table tr.row:hover td
{
	background-color: #f3f3f3;
}
#basket_table.list_table td.price
{
	white-space: nowrap;
}
#basket_table.list_table td.quantity
{
	text-align: center;
}
#basket_table.list_table td.quantity input
{
	width: 50px;
}
#basket_table.list_table td.delete
{
	text-align: center;
}

#basket_table.list_table td.delivery_label,
#basket_table.list_table td.total_label
{
	font-weight: 700;
	text-align: right;
}
#basket_table.list_table tr.delivery td
{
	border-bottom: 0px;
}
#basket_table.list_table td.total_label
{
	padding-top: 7px;
	color: #ffffff;
}
#basket_table.list_table tr.total td
{
	border-bottom: 1px solid #8ccd37;
	background-color: #8ccd37;
}
#basket_table.list_table tr.total:hover td
{
	background-color: #8ccd37;
}
#basket_table.list_table tr.delivery.highlighted td
{
	background-color: #ededed;
}
#basket_table.list_table td.price.total
{
	font-weight: 700;
	font-size: 112.5%;
	color: #ffffff;
}

