﻿/*  MasterPage  */
body
{
    background: url("../images/back2.jpg") #273747;
}

fieldset
{
    border-color: #7e7e7e;
    color: #7e7e7e;
    padding: 20px;
    width: 400px;
}

legend
{
    margin-left: 20px;
}

span.error
{
    font-family: Arial;
    font-size: 1.0em;
    color: Red;
}

input.personalia
{
    margin-bottom: 10px;
    width: 300px;
}

table.personalia
{
    margin-bottom: 10px;
}

*
{
    margin: 0;
    padding: 0;
}

a
{
    color: #000;
}

.alternate
{
    background-image: url("../images/25pct.png");
}

#menu
{
    float: left;
    margin-top: 50px;
    width: 300px;
}

#menu ul
{
    padding-right: 32px;
    padding-left: 32px;
    display: block;
    text-decoration: none;
    font-family: Arial;
    color: #7e7e7e;
    list-style-type: none;
}
#menu ul a
{
    font-family: Arial;
    color: #7e7e7e;
    text-decoration: none;
    margin-left: 20px;
}
#menu ul a:hover
{
    color: #ffffff;
}

#menu li.divider
{
    background: url("../images/divider3.png") no-repeat left bottom;
    background-repeat: no-repeat;
    width: 250px;
    padding-bottom: 5px;
    font-size: 1em;
}

#menu li.nodivider
{
    width: 250px;
    padding-bottom: 5px;
    font-size: 1em;
}

.divider a
{
    margin: 0;
    padding: 0;
}
#menu li.small
{
    font-size: 0.7em;
}

#logo
{
    background: url("../images/logo.png") no-repeat scroll 0 0 transparent;
    background-position: 0 0px;
    width: 410px;
    height: 70px;
    margin-left: 43px;
    cursor: pointer;
}

#textlogo
{
    width: 150px;
    height: 500px;
    left: 10px;
    position: absolute;
    top: 125px;
}

#photo
{
    width: 588px;
    height: 392px; /*     width: 460px;     height: 307px;*/
    border: 1px solid #7E7E7E; /*     border-left: 1px solid #7E7E7E;     border-right: 1px solid #7E7E7E;     border-bottom: 1px solid #7E7E7E; */
    background: #273747;
    float: left;
}

/*  Contact Pagina  */
#mailcontainer
{
    font-family: Arial;
    width: 588px;
    height: 500px;
    border: 1px solid #7E7E7E;
    float: left;
}

#mailops
{
    padding: 30px;
}

#content
{
    width: 960px;
    margin: 50px auto auto;
    font-family: Arial;
    font-size: 0.8em;
    clear: both;
}

#content .grid
{
    color: #7E7E7E;
}

#content .grid td
{
    vertical-align: bottom;
    padding: 5px;
}

#content .grid .gridheader
{
    font-size: 1.2em;
}

.gridheader th
{
    padding-right: 10px;
}

#container
{
    width: 960px;
    margin: 50px auto auto;
}

input.mail
{
    padding-top: 10px;
}

/*  Album Pagina  */
#shoppingcart
{
    background-image: url('../images/shoppingcart.png');
    height: 72px;
    width: 50px;
    float: left;
    cursor: pointer;
    margin-left: 150px;
}

#checkout
{
    height: 50px;
    width: 72px;
    float: left;
    margin-top: 22px;
    margin-left: 150px;
}

#tbDisclaimer
{
    height: 100px;
    width: 395px;
}

#caption
{
    /*display: none;*/
}

#caption img
{
    border: 0px;
}

#pnlItems tr.odd
{
    background-image: url('../images/25pct.png');
}

p.disclaimer
{
    font-family: Arial;
    color: #7e7e7e;
}

/* Over Mij */
#AboutMe
{
    width: 568px;
    height: 372px;
    padding: 10px;
    border: 1px solid #7E7E7E;
    background: url("../backgrounds/photoaboutme.jpg") #273747;
    float: left;
    font-family: Arial;
    overflow: auto;
}

#tblItems td
{
    padding: 10px;
}

/* Checkout 
#tbDisclaimer
{
    height: 200px;
    width: 390px;
}*/

#steps
{
    color: #7e7e7e;
}

#steps span
{
    background: url("../images/25pct.png");
    display: block;
    float: left;
    margin-right: 8px;
    padding: 4px 7px 2px 7px;
    border: 1px solid #7e7e7e;
    font-family: Arial;
}

.current
{
    color: #F00000; /*font-weight: bold;*/
}

#floater
{
    position: absolute;
    top: 150px;
    left: 65%;
}

#floater .menuPrice
{
    background: url("../images/25pct.png") repeat scroll 0 0 transparent;
    border-color: #7E7E7E;
    border-width: 1px 1px 1px 1px;
    color: #F00000;
    display: block;
    margin-top: 35px;
    text-decoration: none;
    font-family: Arial;
    width: 170px;
    clear: both;
    border: 1px solid #7E7E7E;
    padding: 5px;
}

#floater .menu
{
    background: url("../images/25pct.png") repeat scroll 0 0 transparent;
    border-color: #7E7E7E;
    border-width: 1px 1px 1px 1px;
    color: #F00000;
    display: block;
    margin-top: 9px;
    text-decoration: none;
    font-family: Arial;
    width: 170px;
    clear: both;
    border: 1px solid #7E7E7E;
    padding: 5px;
}

#floatMenuHeader
{
    clear: left;
    font-size: 1.5em;
}

#btnproceed
{
    margin-left: 65%;
    padding-left: 50px;
}

#floatMenuPrice
{
    font-size: 0.7em;
}

.photoamount
{
    width: 50px;
}

.btnNext
{
    padding-top: 20px;
}

.error
{
    padding: 240px;
}

p.countdowntext
{
    font-family: Arial;
    color: #7e7e7e;
}

p.countdown
{
    font-family: Arial;
    color: #F00000;
}

.cloudcarousel
{
    border: 1px solid #7e7e7e;
}

.reflection
{
    margin-left: 1px;
}
