.float-left {
    float: left;
}

.float-right {
    float: right;
}

.width-small {
	width: 100px;
}

.width-medium {
	width: 200px;
}

.width-large {
	width: 400px;
}

div.form .row {
	margin-left: 0 !important;
	margin-bottom: 10px;
}

form.custom-option-form {
	overflow: auto;
}

form.custom-option-form .row {
	float: left;
	margin-right: 2px;
}

form.custom-option-form label {
	font-weight: bold;
}

div.custom-option-header {
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #DDDDDD;
}

table.custom-option-detail-table {
	border: 1px solid #BBBBBB;
}

table.custom-option-detail-table thead th {
	background-color: #DDDDDD;
	text-align: left;
}

table.custom-option-detail-table thead th,
table.custom-option-detail-table tbody td {
	padding: 5px;
	border-right: 1px solid #BBBBBB;
}

table.custom-option-detail-table thead th:last-child,
table.custom-option-detail-table tbody td:last-child {
	border-right: 0;
}

table.custom-option-detail-table tfoot td {
    padding: 5px;
	border-top: 1px solid #BBBBBB;
}