.configurator-steps-wrapper {
	margin-right:200px;
}

#configurator-right-sidebar {
	float:right;
	width:180px;
	margin-top:25px;
}
.configurator ul {
	list-style-type: none;
	padding: 0;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

ul.steps {
}

ul.steps fieldset {
	margin-bottom: 10px;
	border:1px solid #2159cb;
	padding-left:10px;
	padding-bottom:10px;
}

ul.steps fieldset legend {
	background-color: #2159cb;
	font-weight: bold;
	padding: 3px 5px;
	margin-bottom:10px;
	margin-left:10px;
	color:#fff;
}


.price.free {
	display: none;
	height:1px;
}

#updateButton {
	margin-top: 10px;
	width:180px;
}

.valueOption input {
	margin-left: 10px;
	margin-bottom:10px;
	/*width: 80px;*/
	padding: 2px;
}

.quantityOption input {
	/*width: 40px;*/
	margin-left: 10px;
	border: 1px solid #003366;
	padding: 2px;
    width: 50px;
	text-align: right;
}

.option.dropdownStep select {
	margin-top: 3px;
	margin-bottom: 3px;
	border: 1px solid #003366;
}

.picture img {
	border: 0;
}

.base-price-row {
	border-bottom: none;
	font-size: 12px;
	padding: 3px;
	color:#fff;
	background-color: #2159cb;
	text-align:center;
	margin-top:10px;
}
.configured-price-row {
	border-top: none;
	padding: 3px;
	color:yellow;
	font-weight:bold;
	background-color: #2159cb;
	text-align:center;

}
.arrow {
	font-family:"Trebuchet MS", Geneva, sans-serif;
	color:#71984e;
	font-weight:bold;
	font-size:1.4em;
	letter-spacing:-1px;
}
* html .arrow {
	letter-spacing:-1em;
}
.configured-price-row .price {
}
table.selected-options {
	padding: 5px;
	margin-top: 0;
	font-size: 10px;
	width: 100%;
	text-align: left;
}

a.step-name {
	font-weight: bold;
	font-size:1.1em;
	padding-left:4px;
}
a:link.step-name,
a:visited.step-name {
	color:blue;
}
a:hover.step-name {
	color:blue;
	text-decoration:none;
}

table.selected-options .name {
	padding-left: 15px;
}

table.selected-options .value {
	margin-left: 3px;
}

table.selected-options .price.negative {
	color: red;
}

table.selected-options .price.positive {
	color: green;
}

input.error {
	background-color: #ffc0c0;
	color: inherit;
	font-weight: inherit;
}

span.error, div.error {
	font-weight: bold;
	color: red;
	margin-left: 5px;
	background-image: url( /images/exclamation-16.png );
	background-repeat: no-repeat;
	padding-left: 20px;
}

li.option.has-picture {
	float: left;
	font-size: 10px;
	text-align: center;
	padding-bottom: 3px;
	margin-right: 2px;
	margin-left:5px;
	margin-bottom: 2px;
	clear: none;
	width: 88px;
	min-height:125px;
}
* html li.option.has-picture {
	height:120px;
}
.option.has-picture .input-container {
	/*float:left;*/
	/*width:20px;*/
	/*height:10px;*/
	margin-left:0;
    text-align: center;
}
li.booleanOption,
li.immutableOption {
	text-align:left;
	margin-bottom:5px;
}
.boolean-pic {
    min-height: 90px;
}
.booleanOption .price {
	background-color: #fff137;
	padding:1px 2px;
	clear:left;
	text-align:center;
}
li.option.has-picture img {
	border: none;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

li.option.has-picture img.landscape {
	width: 80px;
}

li.option.has-picture img.portrait {
	height: 80px;
}
.label-option {
	display:block;
	font-weight:bold;
	width:90%;
	text-align:left;
	clear:left;
	padding-left:10px;
  color:#71984e;
	border-bottom:1px dashed #71984e;
	margin-bottom:5px;
}
.with-picture-name {
}
