#buybox .article_details_bottom .configuratorMultiEdit .article_details_price, #buybox .configuratorMultiEdit .title {
	color:#424242;
	font-size: 12px;
	font-weight:normal;
	text-align: right;
}

#buybox .configuratorMultiEdit .grouptitle {
	font-weight:bold;
	font-size: 18px;
	color: #424242;
}

#buybox .configuratorMultiEdit input[type="number"] {
    height: 25px;
    width: 60px;
    padding: 2px 4px;
    font-size: 15px;
    color: #00C;
    margin: 0;
}

#buybox .configuratorMultiEdit table tbody tr td, .configuratorMultiEdit table tbody tr th {
	border: none;
	padding: 5px 5px;
	color: #424242;
	font-weight: normal;
	text-align: left;	
}

#buybox .configuratorMultiEdit table tbody tr th:last-of-type {
	text-align: right;
}

#buybox .configuratorMultiEdit table thead tr th {
	padding: 15px 5px;
	color: #424242;
	text-align: left;
	font-weight: bold;
	background: #f2f2f2;
	font-size: 13px;
}

#buybox .configuratorMultiEdit table thead tr th:last-of-type {
	text-align: right;
}

#buybox .configuratorMultiEdit table tbody td:last-of-type {
	width: 100px;
}

#buybox .configuratorMultiEdit table tbody tr:last-of-type {
	border-top: 1px solid #d0d0d0;
}

#buybox .configuratorMultiEdit table tbody .sum {
	font-weight: bold;
	fond-size: 13px;
}

#buybox .configuratorMultiEdit table tbody .totalQty {
	font-weight: bold;
	fond-size: 13px;
	color: #00C;
	text-align: left;
}

#buybox .configuratorMultiEdit table tbody .total {
	font-weight: bold;
	fond-size: 13px;
	text-align: right;
	color: #00C;
}
