.config-bottom {
	margin-top: 20px;
}
.config-pic {
	float: left;
	width: 90px;
	text-align: center;
}
.config-pic img {
	width: 75px;
	border: 1px solid #ccc;
}
.config-pricing {
	/*width: 350px;*/
	margin-left: 100px;
	margin-right: 20px;
}
.configurator li {
	list-style: none;
}
fieldset {
	padding: 10px;
	border:1px solid #ccc;
}
legend {
	padding: 5px 10px;
	color: #0A5F9E;
	font-weight: bold;
}
.configurator span.free {
	display: none;
}
.steps li span.price {
	background-color: #FFFBD0;
}
li.option {
	clear: both;
	margin-bottom: 5px;
}
.has-picture img {
	border: 1px solid #ccc;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 40px;
}
.has-picture img.tooltipped {
	border: 0;
	width: 16px;
	float: none;
}
.configured-price-row {
	text-align: right;
	padding-right: 5px;
	font-weight: bold;
	padding: 5px;
	background-color: #0A5F9E;
	color: #fff;
	margin-top: 10px;
}
.base-price-row {
	text-align: right;
	background-color: #FFFBD0;
	padding: 5px;
	font-weight: bold;
	color: #5D4A1D;
}
table.selected-options {
	width: 99%;
}
table.selected-options th {
	padding-top: 5px;
}
.selected-options td.price {
	width: 90%;
}
.selected-options td.price {
	width: 10%;
}
input.back {
	float: left;
}
input.next {
	float: right;
}
.config-buttons {
	clear: both;
	margin-top: 20px;
}
