.picture {
    width: 200px;
    text-align: center;
    float: right;
    margin-top: 10px;
}
.picture img {
    width: 150px;
}
.configurator {
	position:relative;
	border:1px solid white;
}
.configurator-steps-wrapper {
    margin: 15px 210px 0 280px;
}
.configurator-click {
	clear:both;
	margin-top:10px;
}
#configurator-pricing {
	position:absolute;
	top:10px;
	left:0;
	width:250px;
    background: #EFEFEF url("/images/product-right-bg.jpg") repeat-x scroll 0 0;
	padding:5px;
	border:1px solid #1C5D7D;
}
.update-button {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.finish {
	float:right;
}
.button-row {
	height:20px;
}
.next {
	float:right;
}
.previous {
	float:left;
}
.configurator ul {
	list-style-type: none;
	padding: 0;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
ul.steps {
	margin:20px 0;
}
ul.steps li {
	margin-left:10px;
	text-align:left;
	margin-bottom:5px;
}
ul.steps div.step-name {
	font-weight:bold;
	background-color:#FAFAFA;
	margin:10px 0;
	padding:0 10px;
	text-align:left;
	height:18px;
	line-height:18px;
}
div.step-name .tooltipped {
	float:right;
	width:16px;
}
.price.free {
	display: none;
	height:1px;
}

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

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

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

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

.picture img {
	border: 0;
}

.base-price-row {
	display:none;
}
.configured-price-row {
	border-top: none;
	padding: 3px;
	color:#1C5D7D;
	font-size:1.4em;
	font-weight:bold;
	text-align:center;

}
.configured-price-row .price {
    color: #FF1111;
	text-align:right;
}
.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;
}
table.selected-options {
	padding: 1px;
	margin-top: 0;
	font-size: 10px;
	width: 100%;
	text-align: left;
}

a.step-name {
	font-weight: bold;
	font-size:1.1em;
}
a:link.step-name,
a:visited.step-name {
	color:#1C5D7D;
	text-decoration:underline;
}
a:hover.step-name {
	color:#3b9dcf;
	text-decoration:none;
}

table.selected-options .name {
	background:transparent url(/images/dot.gif) 1px 3px no-repeat;
	padding-left: 6px;
}

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 {
	font-size: 10px;
	clear:both;
	margin-bottom:10px;
}
.option.has-picture .input-container {
	margin-right:10px;
	float:left;
	height:20px;
}
.option.has-picture .input-container input {
}
li.booleanOption,
li.immutableOption {
	text-align:left;
	margin-bottom:5px;
}
.booleanOption .price {
	padding:1px 2px;
	text-align:center;
}
* html li.option.has-picture {
}
li.option.has-picture img {
	float:left;
	width:40px;
	text-align:center;
	margin-right:5px;
}
li.option.has-picture img.tooltipped {
	width: 16px;
}
li.option.has-picture img.landscape {
	width: 25px;
	border: 1px solid #06c;
}

li.option.has-picture img.portrait {
	height: 25px;
	border: 1px solid #06c;
}
.label-option {
	display:block;
	font-weight:bold;
	text-align:left;
	clear:left;
	padding-left:5px;
  color:#06f;
	border-bottom:3px double #06f;
	margin-bottom:5px;
}
