fieldset {
	width:100%;
}
legend {
	margin-left:25px;
	padding:10px;
	font-size:1.2em;
}
.picture {
	text-align:center;
}
.picture img {
	border:1px solid #40089E;
	width:125px;
}
tr.has-picture img {
	border:1px solid #40089E;
}
tr.has-picture img.tooltipped {
    border:0;
    height:16px;
}
table.steps tr.label-option td {
	padding:2px;
	background-color:#D6D9F6;
	font-weight:bold;
	margin-top:10px;
}
table.steps th {
	border:1px solid #eee;
}
ul.steps ul {
	width:300px;
}
.big-table {
	width:600px;
}
table.steps {
	margin-left:5px;
	width:98%;
}
label {
	text-decoration:none;
}
.button-row {
	padding:10px;
	margin-bottom:10px;
}
.next,
.finish {
	float:right;
}
.previous {
	float:left;
}
.base-price-row {
	text-align:right;
	background-color:#40089E;
	color:#fff;
	padding-right:7px;
}
.configured-price-row {
	text-align:right;
	background-color:yellow;
	color:#000;
	font-weight:bold;
	padding:3px 7px 3px 2px;
}
.selected-options {
	width:100%
}
.selected-options td {
    padding-bottom: 4px;
}
table.step-options {
	width: 367px;
}
table.step-options td {
	vertical-align: top;
	padding-top: 3px; 
}
.step-name {
	font-weight: bold;
	padding-top: 5px;
}
td.option-name {
    /*white-space:nowrap;*/
    width:220px;
}
td.option-pic {
	padding-right: 5px;
	width: 36px;
}
.option-pic img {
	height:25px;
}
td.option-input {
	padding-right: 3px;
	width: 14px;
}
.option-price {
	white-space:nowrap;
    text-align: right;
    width: 89px;
    padding-right: 5px;
}