﻿div.leftdiv
{
    float:left; 
    display:block;
    width:470px; 
    border:solid 0px blue;
    padding:10px 10px 10px 10px;
    font-size:12px;
    background-color:White;
}

div.rightdiv
{
    float:right; 
    width:400px; 
    display:block;
    border:solid 0px blue;
    padding:10px 10px 10px 10px;
    font-size:12px;
    background-color:White;
    border-left:solid 1px #f4f8fa;
}

div.checkoutfooter
{
    width:900px; 
    display:block;
    float:none;
    clear:both;
}

div#mainwrappercheckout
{
    display:block;
    min-height:500px;
    border:solid 1px #4eb1da;
    width:915px;/*775*/
    padding:20px;
    margin:10px;
    overflow:hidden;
}

#checkoutaddress
{
    display:block;  
    width:450px;
    float:left;
    border:solid 0px #4eb1da;
    min-height:375px;
}

#checkoutlogin
{
    display:block;  
    width:450px;
    float:right;
    border:solid 0px #4eb1da;
    min-height:375px;
}

#shoppingcart
{
    border:solid 0px blue;
    width:170px;
    float:left;
    margin-left:20px;
    cursor:pointer;
}

.shoppingcartsummary
{
    color:#004F8C;
    font-family:Verdana;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    position:relative;
    top:-35px;
}

.shoppingcartexpanded1
{
    position:absolute;
    top:99px;
    margin-left:2px;
    z-index:999;
}
.shoppingcartexpanded2
{
    width:300px;
    min-height:0px;
    border:solid 0px red;
    background-color:#e9e9e9;
    overflow:hidden;
    z-index:999;
    text-align:left;
    font-family:Calibri;
    font-size:12px;
    color:#004F8C;
}

.shoppingcartexpanded2 a
{ 
    
}


fieldset
    {
        border:none;
        width:425px;
    }
    
    fieldset span
    {
        display:block;
        border:hidden 0px white;
    }
    
    fieldset label
    {
        display:block;
        width:150px;
    }
    
   
    fieldset .inputlong input
    {
        width:250px;
        height:15px;
    }
    
    fieldset .inputshort input
    {
        width:100px;
        height:15px;
    }
    
    fieldset select
    {
        width:207px;
    }
    
    
    .MandatoryStar
    {
        color:red;
    }
    
    .note
    {
        display:block;
        position:relative;
        text-align:right;
        font-size:10px;
        font-style:italic;
    }
    
    .button_prev
    {
        float:left;
        width:120px;
    }
    .button_next
    {
        float:right;
        width:120px;
    }
    
    .ValidationSummary
    {
        border: solid 1px red;
        background-color:#fdeaec;
        width: 395px;
        padding: 10px 10px 0px 10px;
        margin-bottom:10px;
        FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
        font-size:11px;
        color:Black;
        background-repeat:no-repeat;
        text-align:left;
    }
    
    .ValidationSummary li
    {
        
    }


.linkcheckout
{
   margin-top:10px;
   text-align:right;
   border:solid 0px green;
   display:block;
   width:250px;
   height:30px;
}


.step_on
{
    background-image:url(/App_Themes/WaterwereldNL/images/steps/step_on.jpg);
    background-repeat:no-repeat;
    display:block;
    width:100px;
    height:100px;
    float:left;
    line-height:95px;
    text-align:center;
    color:White;
    font-weight:bold;
    padding-left:13px;
}

.step_off
{
    background-image:url(/App_Themes/WaterwereldNL/images/steps/step_off.jpg);
    background-repeat:no-repeat;
    display:block;
    width:100px;
    height:100px;
    float:left;
    line-height:100px;
    text-align:center;
    color:White;
    font-weight:bold;
    padding-left:13px;

}


