/* Basic */

body, input, select, textarea
{
    font-size: 11px;
    font-family: Arial,Helvetica,sans-serif;
    color: #3f3f3f;
}

select[disabled]
{
    color: #C0C0C0;
}

p
{
    margin: 0 0 5px 0;
}

a, a:active
{
    color: #ffa316;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

h2
{
    font-size: 14px;
    color: #ffa316;
    margin: 9px 0 6px 0;
}

h1.framecaption, h2.framecaption
{
    margin-left: 6px;
}

.input-validation-error
{
    border: 1px solid #ffa316;
    background-color: #ffe4bb;
}

.field-validation-error
{
    color: #ffa316;
    font-size: 9px;
}

div.styled_button
{
    height: 21px;
    background: url(images/but_vborder.png) repeat-x;
    padding: 0 1px 0 1px;
}

div.styled_button button
{    
    height: 21px;
    background: url(images/but_bg.png) repeat-x;
    border: none;
    margin: 0;
    font-size: 11px;
    line-height: 21px;
    vertical-align: middle;
}

div.styled_button button img
{
    vertical-align: middle;
}

div.styled_button button img.right
{
    margin: 0 0 0 6px;
}

div.styled_button button img.left
{
    margin: 0 6px 0 0;
}

div.styled_button.active, div.styled_button:hover
{
    background: url(images/but_vborder_act.png) repeat-x;
}

div.styled_button.active button, div.styled_button:hover button
{
    background: url(images/but_bg_act.png) repeat-x;
}

#conf-frame
{
    width: 586px;
    height: 620px;
    padding: 6px;
    border-style: solid;
    border-width: 1px;
    border-color: #9d9d9d;
    box-shadow: 2px 2px 8px #bbbbbb;
}

.bordered_frame
{
    border: 1px solid #dedede;
}

.shaded_frame
{
    border: 1px solid #dedede;
    background-color: #f4f4f4;
}


/* Cable-Confugurator */

#configuration_container
{
    float: left;
    width: 186px;
}

#configuration_frame_cable
{
    width: 186px;
    height: 320px;
}

.selection_container
{
    float: right;
    width: 394px;
}

.selection_frame_cable
{
    width: 380px;
    height: 334px;
    padding: 6px;
}

.selection_frame_cable td
{
    width: 180px;
}

.selection_frame_cable table select 
{
    width: 180px;
    height: 18px;
}

.selection_frame_cable table input
{
    width: 174px;
}

.articlelist_container
{
    padding-top: 6px;
}

.articlelist_frame_cable
{
    width: 584px;
    height: 225px;
    overflow-y:scroll;
}

.celltopvalign_cable td
{
    vertical-align:top;
}

div.smallpadding_frame
{
    padding: 3px;
}


/* Cable-Configurator: FreeRequest */

.free_request_container 
{
    width: 584px;
    border: 1px solid #dedede;
    background-color: #f4f4f4;
}

.free_request_frame
{    
    padding: 6px;   
}

.free_request_frame td
{
    width: 280px;
}

.free_request_frame table input[type=text]  
{
    width: 280px;
    height: 14px;
}

.free_request_frame table TEXTAREA 
{
    width: 280px;
    height: 70px;
}

.free_request_frame table select 
{
    width: 140px;
}

.contact_container 
{
    width: 584px;
    height: 85px;
    border: 1px solid #dedede;
    background-color: #f4f4f4;
}

.contact_frame 
{
    padding:6px; 
}

.contact_frame td
{
    width: 280px;
}
    
.contact_frame table input[type=text] 
{
    width: 280px;
    height: 14px;
}

.right_ranged
{
    float: right;
}

/* Cable-Configurator: EmailSendSuccessful */

.email_successful_container
{
    padding: 30px;
}

/* Cable-Configurator: AdminUpload */

.admin_upload_container 
{
    padding: 6px;
}

.admin_upload_container input[type=password]
{
    width: 150px;
    height: 14px;
}

.admin_upload_container input[type=file]
{
    width: 360px;
    height: 24px;
}

.log_messages_container
{    
    height: 380px;
    width: 584px;
    border: 1px solid #dedede;
    background-color: #f4f4f4;
    overflow-y: scroll;
}

.messages_div 
{
    padding: 6px;
}


/* ---------- not used section ---------- */

/* basic */
h1
{
    font-size: 16px;
    color: #ffa316;
}

.alignright
{
    text-align: right;
}

.alignleft
{
    text-align: left;
}

.aligncenter
{
    text-align: center;
}

.valigntop
{
    vertical-align: top;
}

.valignmiddle
{
    vertical-align: middle;
}

.clear
{
    clear: both;
}

.floatleft
{
    float: left;
}

.floatright
{
    float: right;
}

.margintop
{
    padding-top: 12px;
}

table.layout
{
    border: none;
    margin: 0;
    padding: 0;
    border-spacing: 0;
}

table.layout td
{
    margin: 0;
    padding: 0 6px 3px 0;
}

table.layout.narrow td
{
    margin: 0;
    padding: 0 6px 1px 0;
}

table.layout.extranarrow td
{
    margin: 0;
    padding: 0 3px 1px 0;
}

table.layout td.marginright
{
    padding-right: 12px;
}

table.layout td.marginbottom
{
    padding-bottom: 12px;
}

table.layout td.bigmarginright
{
    padding-right: 24px;
}

.hvcenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.hvcenter * {
    vertical-align: middle;
}

.hvcenter {
    display: block;
}

.hvcenter span {
    display: inline-block;
    height: 100%;
    width: 1px;
}

.text-box.single-line
{
    width: 50px;
    height: 1100px;
}

.text-box.single-line.short
{
    width: 25px;
}

/* Robolink-Configurator */

#configuration_frame
{
    width: 186px;
    height: 342px;
}

.selection_frame
{
    width: 380px;
    height: 170px;
    padding: 6px;
}

.explanation_frame
{
    width: 380px;
    height: 115px;
    padding: 6px;
}

.articlelist_frame
{
    width: 584px;
    height: 125px;
    overflow-y:scroll;
}

/* Robolink-Configurator: Layout for Accessories */

.spareparts_container
{
    float: left;
    width: 314px;
}

.spareparts_frame
{
    width: 306px;
    height: 160px;
    padding: 6px;
}

.acc_explanation_frame
{
    width: 300px;
    height: 127px;
    padding: 6px;
}

.accessories_container
{
    float: right;
    width: 266px;
}

.accessories_frame
{
    width: 258px;
    height: 248px;
    padding: 3px;
    margin-bottom: 6px;
}

.acc_articlelist_frame
{
    width: 584px;
    height: 130px;
    overflow-y:scroll;
}

div.bottom_container
{
    margin-top: 6px;
}

/* Robolink-Configurator: Navigation */

div.nav_item
{
    height: 23px;
    background-color: transparent;
    background-image: url(images/nav_arr.png);
    background-repeat: no-repeat;
    background-position: right;
    margin: 0 6px 0 0;
    float: left;
}

div.nav_item div.nav_item_inner_nr
{
    width: 15px;
    padding: 5px 1px 4px 1px;
    background-color: #ffc874;
    border-right: 1px solid #ffffff;
    text-align: center;
    float: left;
}

div.nav_item .nav_item_inner
{
    padding: 5px 4px 4px 6px;
    margin: 0 7px 0 0;
    background-color: #ffc874;
    float: left;
}

div.nav_item a
{
    color: #3f3f3f;
    text-decoration: none;
}

div.nav_item:hover
{
    background-image: url(images/nav_arr_act.png);
}

div.nav_item.active
{
    background-image: url(images/nav_arr_act.png);
    color: #000000;
}

div.nav_item:hover div.nav_item_inner, div.nav_item:hover div.nav_item_inner_nr, div.nav_item.active div.nav_item_inner_nr, div.nav_item.active div.nav_item_inner
{
    background-color: #ffa316;
}

div.nav_item.active a
{
    color: #000000;
    text-decoration: none;
}

div.nav_item.disabled
{
    background-image: url(images/nav_arr_dis.png);
    color: #7f7f7f;
}

div.nav_item.disabled .nav_item_inner_nr, div.nav_item.disabled .nav_item_inner, div.nav_item.disabled:hover .nav_item_inner_nr, div.nav_item.disabled:hover .nav_item_inner
{
    background-color: #d6d6d6;
}

/* Robolink-Configurator: Page specific */

/* Robolink-Configurator: Page specific: Step 1 */

div.container_widemargin
{
    margin: 50px 15% 0 15%;
}

div.step1_requesttype
{
    margin: 20px 0 20px 0;
}

div.step1_requesttype h2
{
    margin: 0;
}

div.step1_requesttype h2 a
{
    color: #ffa316;
    text-decoration: none;
}

div.step1_requesttype p
{
    margin: 0;
}

div.step1_requesttype p a
{
    color: #3f3f3f;
    text-decoration: none;
}

div.step1_requesttype_spacer
{
    margin: 30px 0 30px 0;
}

div.step1_requesttype_spacerline
{
    margin: 30px 0 30px 0;
    border-top: 1px solid #d6d6d6;
}

/* Robolink-Configurator: Page specific: Step a2 */

div.contact_form .text-box.single-line
{
    width: 200px;
}

div.contact_form .text-box.multi-line
{
    width: 100%;
    height: 110px;
}

/* Robolink-Configurator: Article list */

#totalprice
{
    float: left;
    margin-top: 3px;
    margin-bottom: 0;
}

table.articlelist
{
    border-collapse: separate;
    border-spacing: 6px;
}

table.articlelist th
{
    background-color: #ffa316;
    color: #000000;
    height: 23px;
    font-weight: normal;
}

table.articlelist th, table.articlelist td
{
    padding: 0 6px 0 6px;
}

table.articlelist tr
{
    background-color: #d6d6d6;
    height: 16px;
}

table.articlelist tr.configurationheader
{
    height: 12px;
    font-size: 9px;
    font-style: italic;
    color: #ffffff;
    background-color: #888888;
}

table.articlelist td.configurationcolumn
{
    width: 10px;
    padding-left: 0;
    padding-right: 0;
    background-color: #888888;
}

table.articlelist tr.even
{
    background-color: #e8e8e8;
}

table.articlelist img.availability
{
    margin-right: 6px;
}

/* Robolink-Configurator: Page specific: Steps b2 - b6 */

.selection_buttons_container
{
    height: 21px;
    position: absolute;
    top: 217px;
    left: 189px;
    width: 397px;
}

.selection_frame table.layout td.paddingbottom
{
    padding-bottom: 2px;
}

.selection_frame table.layout td.paddingright
{
    padding-right: 2px;
}

.selection_frame .section_header
{
    font-weight: bold;
}

span.remark
{
    font-size: 9px;
}

img.selection_explanation
{
    border: 1px solid #dedede;
    background-color: #ffffff;
    float: right;
    margin-left: 6px;
}

.configuration_description
{
    color: #ffa316;
}

#b3_confdescr_joints_type1
{
    text-align: center;
    position: absolute;
    left: 40px;
    top: 385px;
}

#b3_confdescr_joints_type2
{
    text-align: center;
    position: absolute;
    left: 142px;
    top: 385px;
}

#b3_confdescr_2joints_j1
{
    position: absolute;
    left: 47px;
    top: 235px;
}

#b3_confdescr_2joints_j2
{
    position: absolute;
    left: 122px;
    top: 135px;
}

#b6_confdescr_1joint_visible_rope_length
{
    position: absolute;
    left: 27px;
    top: 328px;
}

#b6_confdescr_2joints_visible_rope_length
{
    position: absolute;
    left: 27px;
    top: 346px;
}

/* Robolink-Configurator: Page specific: Step b7 */

div.configurationcount_frame
{
    margin-bottom: 6px;
}

div.accessories_section_header
{
    background-color: #FFC874;
    font-weight: bold;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 3px 2px;
}

div.accessories_section_header.first
{
    margin-top: 0;
}
