/* ----------------------------------------------------------------
    ORDERFLOW BOX
---------------------------------------------------------------- */
div.orderflowBox {
    background: #fff url(/images/layout/orderflow_border.gif) 100% 0 repeat-y;
    margin: 0 0 5px 0;
}

div.orderflowBox * {

}

div.orderflowBox div.bi {
    background: url(/images/layout/orderflow_border.gif) 0 0 repeat-y;
}

div.orderflowBox div.bt {
    height: 14px;
    background: url(/images/layout/orderflow_box.gif) 100% 0 no-repeat;
}

div.orderflowBox div.bt div {
    height: 14px;
    width: 14px;
    background: url(/images/layout/orderflow_box.gif) 0 0 no-repeat;
}

div.orderflowBox div.bb {
    height: 14px;
    background: url(/images/layout/orderflow_box.gif) 100% 100% no-repeat;
}

div.orderflowBox div.bb div {
    height: 14px;
    width: 14px;
    background: url(/images/layout/orderflow_box.gif) 0 100% no-repeat;
}

div.orderflowBox div.tableContainer {
    width: auto;
    padding: 6px 20px 0 55px;
    min-height: 500px;
}

div.orderflowBox div.tableContainer div.tableContainer {
   min-height: 0;
   height: auto;
}

div.orderflowBox div.clear {
    font-size: 1px;
    clear: both;
    height: 1px;    
    line-height: 1px;
}

div.orderflowBox .dashed {
    background: url(/images/layout/dashed_separator_horiz.gif) 0 5px repeat-x;
    padding-top: 20px !important;
    clear: both;
}

div.orderflowBox .solid {
    border-top: 1px solid #cdcdcd;
    padding-top: 20px !important;
    clear: both;
}

div.orderflowBox .boxed {
    border:1px solid #cdcdcd;
    padding: 10px;
    background:#f8f8f8;
    margin-bottom:15px;
}

div.orderflowBox .boxed .dashed {
    margin-left: -10px;
    margin-right: -10px;
}

/* ----------------------------------------------------------------
    ORDERFLOW CART
---------------------------------------------------------------- */
div.orderflowCart {
    width: 243px;
    float: right;
    color: #fff;
    float: right;
    font-size: 11px;
}

div.orderflowCart * {
    color: #fff;
    font-size: 11px;
}

div.orderflowCart div.head {
    position: relative;
    border-bottom: 1px solid #727b81;
    background: #000 url(/images/layout/cart_head.gif) 0 0 no-repeat;
    min-height: 60px;
}

div.orderflowCart div.head div.basket {
    position: absolute;
    right: 8px;
    top: 5px;
}

div.orderflowCart div.body {
    background: #000;
}

div.orderflowCart div.body div.item div.titleDiv h5 {
	padding-bottom: 0px;
}

div.orderflowCart div.body div.item {
    background: #080806 url(/images/layout/cart_item_bg.gif) 0 0 no-repeat;
    min-height: 50px;
    padding: 12px 10px 10px 15px;
    line-height: 125%;
}

div.orderflowCart div.body div.item h3 {
    padding-bottom: 10px;
}

div.orderflowCart div.foot {
    background: #fff url(/images/layout/cart_footer.gif) repeat-x;
    min-height: 126px;
}

dl.orderflowCartReceipt {
    margin: 0;
    padding: 0 0 5px 0;
}

dl.orderflowCartReceipt dt {
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
}

dl.orderflowCartReceipt dd {
    color: #fff;
    background: none;
    padding-left: 0;
    margin-bottom: 0px;
}

dl.orderflowCartReceipt dd span{
    float: right;
}

dl.orderflowCartReceipt dd.total {
    font-weight: bold;
    color: #d0e027;
    font-size: 12px;
}

dl.orderflowCartReceipt dd.total * {
    color: #d0e027;
    font-size: 12px;
}

dl.orderflowCartReceipt dd.totalS {
    font-weight: normal;
    color: #d0e027;
}

dl.orderflowCartReceipt dd.totalE {
    font-weight: normal;
    color: #666;
}

dl.orderflowCartReceipt dd.totalE * {
    color: #666;
}

div.orderflowCart div.body div.solid {
    background-image: url(/images/layout/dashed_separator_horiz2.gif);
    background-repeat: repeat-x;
    min-height: 0;
}

ul.orderflowCartBullet {
    list-style: none;
    padding: 10px 0 0 0;
    margin: 0;
}

ul.orderflowCartBullet li {
    background: url(/images/layout/cart_bullet.gif) 0 4px no-repeat;
    padding-left: 12px;
    margin-bottom: 2px;
}

/* ----------------------------------------------------------------
    ORDERFLOW MAIN
---------------------------------------------------------------- */
div.orderflowMain {
    width: 560px;
    padding: 0 0 5px 0;
    float: left;
    font-size: 12px;
    line-height: 18px;
}

div.orderflowMain * {
    /*font-size: 12px; disabled by Jessica 260110 */
    line-height: 18px;
}

div.orderflowMain input,
div.orderflowMain textarea,
div.orderflowMain select,
div.orderflowMain .small,
div.orderflowMain .liten,
div.orderflowMain .note,
div.orderflowMain span.error {
    line-height:normal;
    font-size: 11px;
}

div.orderflowMain .normal,
div.orderflowMain .normal * {
    line-height:normal;
    font-size: 11px;
}

div.orderflowMain  h1 {
    margin: 0;
    padding: 0 0 30px 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #0099ff;
}

div.orderflowMain h4 {
    color: #00abff;
    font-size: 15px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 5px;
}

div.orderflowMain .light,
div.orderflowMain .light * {
    color: #333;
}

div.orderflowMain .moreinfo {
    display: none;
    height: 1px;
}

div.orderflowMain .liten, 
div.orderflowMain .note,
div.orderflowMain * .liten, 
div.orderflowMain * .note {

}

/* ----------------------------------------------------------------
    ORDERFLOW STEP TABLE
---------------------------------------------------------------- */
table.orderflowStage {
    width: 100%;
    margin: 0 0 20px 0;
}

table.orderflowStage td {
    text-align: center;
    vertical-align: top;
}

table.orderflowStage tr.top img {
    position: relative;
    left: -9px;
}

table.orderflowStage tr.top td.right img {
    position: relative;
    left: 0;
}

table.orderflowStage td.left {
    text-align: left;
}

table.orderflowStage td.right {
    text-align: right;
}

table.orderflowStage tr.bot td {
    background: url(/images/layout/step_line.gif) 0 50% repeat-x;
    vertical-align: middle;
    height: 20px;
}

table.fourColumns td {
    width: 25%;
}

table.fiveColumns td {
    width: 20%;
}

/* ----------------------------------------------------------------
    ORDERFLOW ERROR CLASSES
---------------------------------------------------------------- */
div.orderflowMain .error {
    color: #ec06b4;
}

div.orderflowMain p.error {
    color: #ec06b4;
    font-weight: bold;
}

div.orderflowMain label.error {
    color: #ec06b4;
    font-weight: bold;
}

div.orderflowMain span.error {
    background: #ec06b4;
    color: #fff;
    padding: 2px 4px;
    width: 200px;
}

/* ----------------------------------------------------------------
    ORDERFLOW FADED ROUNDED BOX
---------------------------------------------------------------- */

div.orderflowFadedBox {
    margin-bottom: 10px;
    padding-top: 10px;
}

div.orderflowFadedBox div.tableContainer {
    width: auto;
    padding: 0;
    min-height: 0;
    height: auto;
    position: relative;
    margin: 0;
}

div.orderflowFadedBox div.tableContainer * {
    position: relative;
   z-index: 10;
}

div.orderflowFadedBox div.tableContainer img.bgfade {
    background-color: transparent;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px; 
    z-index: 0;
}

div.orderflowFadedBox div.bb {
    height: 3px;
    font-size: 1px;
    background: url(/images/layout/orderflow_faded_round.jpg) 100% 100% no-repeat;
}

div.orderflowFadedBox div.bb div {
    height: 3px;
    width: 3px;
    font-size: 1px;
    background: url(/images/layout/orderflow_faded_round.jpg) 0 100% no-repeat;
}

div.orderflowFadedBox input.inputfield {
    width: 200px;
    border-color: #c2c2c2;
}

div.orderflowFadedBox input.big {
    font-size:18px !important;
    padding:2px;
}

div.orderflowFadedBox label {
    padding-bottom: 2px;
}

/* ----------------------------------------------------------------
    ORDERFLOW ROUNDED BOX
---------------------------------------------------------------- */

div.orderflowRoundedBox {
    margin-bottom: 10px;
    background: #dadbda;
}

div.orderflowRoundedBox div.bi {
    background: none;
}

div.orderflowRoundedBox div.bt {
    height: 3px;
    font-size: 1px;
    background: url(/images/layout/orderflow_form_box.gif) 100% 0 no-repeat;
}

div.orderflowRoundedBox div.bt div {
    height: 3px;
    width: 3px;
    background: url(/images/layout/orderflow_form_box.gif) 0 0 no-repeat;
}

div.orderflowRoundedBox div.bb {
    height: 3px;
    background: url(/images/layout/orderflow_form_box.gif) 100% 100% no-repeat;
}

div.orderflowRoundedBox div.bb div {
    height: 3px;
    width: 3px;
    font-size: 1px;
    background: url(/images/layout/orderflow_form_box.gif) 0 100% no-repeat;
}

div.orderflowRoundedBox div.tableContainer {
    width: auto;
    padding: 0;
    min-height: 0;
}

div.orderflowRoundedBox input.inputfield {
    width: 200px;
    border-color: #aaa;
}

/* ----------------------------------------------------------------
    ORDERFLOW FORM FIELDSET
---------------------------------------------------------------- */

fieldset.orderflowFieldset {
    padding: 0 30px 10px 15px;
    margin: 15px 0 0 0;
    border-style: none;
}

fieldset.orderflowFieldset legend {
    font-size:13px;
    font-weight:bold;
    padding:0 0 10px 0;
    margin:0;
}

div.orderflowMain fieldset.dashed {
    margin:0;
    padding:20px 0 7px 15px;
}

div.orderflowMain fieldset.orderflowFieldset.dashed dl dd {
    min-height: 0;
}

/* ----------------------------------------------------------------
    ORDERFLOW MAIN DL
---------------------------------------------------------------- */

div.orderflowMain dl * {
    
}

div.orderflowMain dl {
    margin:0;
    padding:0;
    clear: left;
    display: inline-block;
}

div.orderflowMain dl:after {
     content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

div.orderflowMain dl {
    display: block;
}

div.orderflowMain dl dt {
    background: none;
    padding: 0 0 6px 0;
    margin:0;
    font-weight: normal;
    clear: left;
}

div.orderflowMain dl dd {
    background: none;
    margin: 0;
    padding: 0 0 5px 0;
    clear: left;
    float: left;
    /*line-height: 1.8em;*/
}

div.orderflowMain .normal dl dd  {
    line-height: 18px;
}

div.orderflowMain dl dd.right {
    clear: none;
    float: none;
    margin-left: 220px;
    /*min-height: 55px;*/
} 

div.orderflowMain dl dd.checkbox {
    margin-left: 26px;
} 

div.orderflowMain dl dd.float {
    clear: none;
    padding-left: 15px;
}

div.orderflowMain dl dd.inputimage {
    padding-top: 17px;
}

div.orderflowMain dl label {
    display: block;
}

div.orderflowMain dl label * {

}

div.orderflowMain dl em {
    color: #999;
    font-style: normal;
    font-weight: normal !important;
}

div.orderflowMain dl h5 {
    color: #00abff;
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 0;
}

div.orderflowMain dl dt.hasGroup, 
div.orderflowMain dl dd.hasGroup {
    margin: 0;
    padding: 0;
}

div.orderflowMain dl dl {

}

div.orderflowMain dl dl dt {
    
}

div.orderflowMain dl dl dd {

}

/* ----------------------------------------------------------------
    ORDERFLOW MAIN ERROR
---------------------------------------------------------------- */

div.orderflowMain span.error {
    padding: 2px 2px 2px 2px;
    background: #ec06b4 !important;
    color: #fff !important;
    margin: 4px 0 0 0;
    display: block;
    font-weight: normal !important;
}

div.orderflowMain span.error.ok {
    background: #a0b737 !important;
}

/* ----------------------------------------------------------------
    ORDERFLOW MAIN DIV COL
---------------------------------------------------------------- */


div.orderflowMain div.col {
    float:left;
    padding-right:20px;
}

div.orderflowMain div.first {
    clear: left;
    font-weight: bold;
}

div.orderflowMain div.last {
    padding-right: 0;
}

/* ----------------------------------------------------------------
    ORDERFLOW MAIN OFFER COLUMNS
---------------------------------------------------------------- */

div.orderflowMain div.offerColumns {
    padding-bottom: 10px;
}

div.orderflowMain div.offerColumns div.col {
    float: left;
    width: 48%;
    padding: 4px 0;
}


/* ----------------------------------------------------------------
    ORDERFLOW TABLE
---------------------------------------------------------------- */

table.orderflowFormular  {
    
}

table.orderflowFormular th {
    padding: 0 16px 5px 0;
}

table.orderflowFormular td {
    padding: 0 16px 5px 0;
    vertical-align: top;
    text-align: left;
}

table.orderflowFormular h5 {
    color: #00abff;
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 0;
}

/* ----------------------------------------------------------------
    ORDERFLOW ACTION BUTTONS (SUBMIT)
---------------------------------------------------------------- */

div.orderflowActionBox {
    padding: 15px 0 5px 0;
    clear: both;
}

div.orderflowActionBox input {
}

div.orderflowActionBox .left {
    
}

div.orderflowActionBox .right {
    float:right;
}

/* ----------------------------------------------------------------
    PRODUCT DESCRIPTION BOX (FROM WCM)
---------------------------------------------------------------- */
div.orderflowProductDescription {
    padding-bottom: 10px;
}

div.orderflowProductDescription .right {
    float:right;
}

div.orderflowProductDescription .left {
    float:left;
    width:320px;
}

/* ----------------------------------------------------------------
    ORDER DESCRIPTION BOX
---------------------------------------------------------------- */
div.orderflowOrderDescription {
    position:relative;
    min-height:120px;
}

div.orderflowOrderDescription .right {
    position:absolute;
    top:-50px;
    right:0;
}

div.orderflowOrderDescription .left {

    width:320px;
    font-size:13px;
}

/* ----------------------------------------------------------------
    ORDERFLOW FADED BOX HALF WIDTH CONTAINER
---------------------------------------------------------------- */
div.orderflow2ColumnBoxContainer {

}

div.orderflow2ColumnBoxContainer div.left {
    float:left;
    width:274px;
}

div.orderflow2ColumnBoxContainer div.right {
    float:right;
    width:274px;
}

div.orderflow2ColumnBoxContainer div.tableContainer {
    position: relative !important;
    height:160px !important;
}

div.orderflow2ColumnBoxContainer div.tableContainer  fieldset.orderflowFieldset {
    position:absolute;
    bottom: 0;
    left:0;
}

div.orderflow2ColumnBoxContainer div.tableContainer fieldset.orderflowFieldset dl {
    
}

/* ----------------------------------------------------------------
    ORDERFLOW RETAIl CHOOSE OFFER CONTAINER
---------------------------------------------------------------- */

div.orderflowChooseOffer {

}

div.orderflowChooseOffer h1 {
    padding-bottom: 10px;
}
