.webshop_stepheader_errorContainer {
    background: none repeat scroll 0 0 #FFDDDD;
    border: 1px solid #CA0000;
    border-radius: 5px;
    color: #CA0000;
    display: block;
    font-weight: bold;
    margin: 10px auto;
    padding: 10px;
    text-align: center;
    width: 553px;
}

.webshop_step0_container {
    background: none repeat scroll 0 0 #DDDDDD;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    padding: 5px;
    position: relative;
    width: 565px;
	color: #000;
}


.webshop_step0_existingContainer {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #999999;
    border-radius: 5px;
    display: block;
    float: left;
    padding: 10px;
    position: relative;
    width: 260px;
}

.webshop_step0_newContainer {

    display: block;
    float: left;
    padding: 11px;
    position: relative;
    width: 260px;
}

label.webshop_step0_label {
    display: block;
}

.webshop_step0_inputList > li {
    list-style-type: none;
    margin: 10px 0;
}

.webshop_step0_formField {
    border: 1px solid #999999;
    padding: 3px;
    width: 230px;
}

span.webshop_step0_typeHeader {
    color: #000000;
    font-weight: bold;
}


.webshop_step0_submitButton, a.webshop_step0_submitButton:link, a.webshop_step0_submitButton:visited {
    background: none repeat scroll 0 0 #333333;
    border: 1px solid #333333;
    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    padding: 4px 11px;
	font-size: 14px;
    text-shadow: 0 1px 0 #000000;
	text-decoration: none;
}

.webshop_step0_submitButton:hover,, a.webshop_step0_submitButton:hover, a.webshop_step0_submitButton:active {
background: #222222;
text-decoration: none;
}


.webshop_stepheader_step {
    background: none repeat scroll 0 0 #DDDDDD;
    display: block;
    float: left;
    padding: 11px;
    position: relative;
    width: 200px;
}


.webshop_stepheader_container {
    border-radius: 5px;
    display: block;
    height: 39px;
    margin: 10px auto;
    overflow: hidden;
    width: 575px;
}


.webshop_stepheader_step {
    background: none repeat scroll 0 0 #DDDDDD;
    border-radius: 3px;
    color: #888888;
    display: inline-block;
    float: left;
    margin: 0 2px;
    padding: 11px;
    position: relative;
    width: 167px;
	cursor: default;
}


.webshop_stepheader_container {
    display: block;
    height: 39px;
    margin: 10px auto;
    overflow: hidden;
    white-space: nowrap;
    width: 579px;
}


.webshop_stepheader_step.webshop_stepheader_stepActive {
    background: none repeat scroll 0 0 #555555;
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}

.webshop_stepheader_step.webshop_stepheader_stepDone {
    background: none repeat scroll 0 0 #BBBBBB;
    color: #444444;
    cursor: pointer !important;
}


.webshop_step1_container {
    background: none repeat scroll 0 0 #DDDDDD;
    border-radius: 5px;
    margin: 0 auto;
    padding: 10px;
    width: 556px;
	color: #000;
}

.webshop_step1_req{
	border: 1px solid #CA0000 !important;
	box-shadow: 0 0 5px #CA0000;
}

.webshop_step1_partHeader {
    color: #000000;
    display: block;
    font-size: 16px;
    margin: 10px;
}

.webshop_step1_partContainer {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #AAAAAA;
    border-radius: 5px;
    margin: 5px 0;
    padding: 5px 10px 15px;
}

.webshop_step1_label{
	color: #000;
}

.webshop_step1_inputContainter {
    display: inline-block;
    margin-right: 5px;
}

.webshop_step1_label {
    display: block;
}

.webshop_step1_formField{
border: 1px solid #999999;
    padding: 3px;
}


.webshop_step2_orderLineContainer {
    display: block;
	margin: 5px 0;
}
.webshop_step2_orderLineColumn1 {
    display: inline-block;
    
    width: 380px;
}

.webshop_step2_orderLineColumn2, .webshop_step2_orderLineColumn3, .webshop_step2_orderLineTotalColumn2 {
    display: inline-block;
    text-align: right;
    width: 70px;
}

.webshop_step2_orderLineTotalColumn1{
    display: inline-block;
    text-align: right;
    width: 380px;
}

.webshop_step2_orderLineTotalContainer {
    border-top: 1px solid #BBBBBB;
    display: block;
    margin: 5px 0;
    padding: 5px 0 0;
}

.webshop_step2_logo {
    display: inline-block;
    margin: 5px;
    position: relative;
    top: 10px;
}

.webshop_step2_idealSelectionContainer select {
    margin: 5px 0 0;
}

.webshop_step2_idealSelectionContainer {
    background: none repeat scroll 0 0 #DDDDDD;
    border-radius: 5px;
    display: block;
    margin: 13px 20px 0;
    padding: 5px 5px 5px 45px;
}