

#basket_pane{
	float:left;
	margin-top:35px;
	width:520px;
}

#basket_table{
	width:520px;;
	border-collapse:collapse;
}

#basket_table th{
	height:30px;
}

#basket_table td, #basket_table th{
	text-align:left;
	font-weight:normal;
	padding:8px 0 ;
}

.total_sum{
	padding:10px;
}

.total_sum strong{
	display:block;
	height:20px;

}

#totals{
	width:188px;
	float:right;
}

#totals span{
	background-color:#38383A;
	display:block;
	
	padding:20px;
	margin-top:20px;
	margin-bottom:30px;
}

#totals strong{
	padding-right:62px;
}
#totals img{
	display:block;
}
