@media screen
{
    body
    {
        margin: 0px;
        padding: 0px;
        font-family: verdana, geneva, arial, helvetica, sans-serif;
        font-size: 9pt;
        background-color: white;
    }

    /* top left logo */
    /*#logotype
    {
        position: absolute;
        top: 0px;
        left: 0px;
        padding: 31px 20px 20px 34px;
        background-color: white;
    }*/

    /* Mobyson Logo */
    #logotypeNEW
    {
        background-image: url(../../Images/Logos/logotype.jpg);
        background-repeat: no-repeat;
        height: 80px;
        width: 150px;
        /*position: absolute;
        top: 30px;
        left: 30px;*/
        background-color: white;
    }

    /* Top tab menu */
    #topnav
    {
        position: absolute;
        top: 46px;
        left: 0px;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 186px;
        color: #FFFFFF;
        z-index: 5;
    }

    /* grey underlining of the top tab menu */
    #topnav2
    {
        position: absolute;
        width: 100%;
        height: 25px;
        top: 80px;
        left: 0px;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        color: #FFFFFF;
        background-image: url(../../Images/flikar/topnavbg.gif);
        background-repeat: repeat;
    }

    img
    {
        border-style: none;
    }
    
    /* Anv. på sidor utan flikar bla login*/
    #singlemain
    {
        position: relative;
        top: 130px;
        left: 0px;
        padding: 0px 0px 0px 0px;
    }

    /* place to put a pages content in */
    #fullcontent
    {
        position: absolute;
        top: 110px;
        left: 30px;
        padding: 10px 10px 10px 10px;
    }

    /* lefthandside menu in the shop */
    #leftnav
    {
        position: absolute;
        top: 105px;
        left: 0px;
        width: 180px;
        padding: 0px 0px 0px 0px;
        height: 100%;
    }
    /* Controls all topics in the web*/
    .header
    {
        font-family: arial;
        font-size: 15px;
        color: #000000;
        height: 24px;
        font-weight: bold;
        padding: 3px 10px 0px 10px;
        border-bottom-style: solid;
        border-right-style: solid;
        border-width: 1px;
        border-color: Gray;
        background-image: url(../../Images/flikar/topnavbg.gif);
    }

    #header
    {
        position: absolute;
        right: 0px;
        z-index: 1;
    }
    
    /* Standard button size*/
    .btn
    {
        height: 22px;
        font-size: 12px;
    }

    /* Header button */
    .microButton
    {
        height: 18px;
        font-size: 8px;
    }

    .micro
    {
        font-size: 9px;
    }

    .a
    {
        color: blue;
        text-decoration: none;
    }

    a
    {
        color: blue;
        text-decoration: none;
    }

    a:hover
    {
        text-decoration: underline;
    }

    .bgtopnav
    {
        background-image: url(../../Images/flikar/topnavbg.gif);
        height: 25px;
        left: 0px;
    }
    
    #content
    {
        position: absolute;
        top: 105px;
        left: 204px;
        padding: 10px 10px 10px 10px;
    }
    
    /* Order Bekrästelse start */
    #listItems
    {
        font-family: Arial;
        color: #737373;
    }

    #products
    {
        font-family: Arial;
        font-size: 12px;
        color: #737373;
        border-bottom: solid 1px black;
    }

    .toptd
    {
        font-family: arial;
        font-size: 14px;
        color: #737373;
        font-weight: bold;
        border-bottom: solid 1px black;
    }

    .artid
    {
        vertical-align: top;
        width: 80px;
        font-size: 12px;
    }

    .description
    {
        margin-left: 2px;
        font-size: 12px;
        width: 360px;
    }

    .quantity
    {
        vertical-align: top;
        font-size: 12px;
        width: 25px;
        text-align: center;
    }

    .artprice
    {
        vertical-align: top;
        font-size: 12px;
        width: 70px;
    }

    .totalprice
    {
        vertical-align: top;
        font-size: 12px;
        width: 80px;
    }
    /* Order Bekrästelse Slut */

    .mailform
    {
        display: inline;
    }

    /* ServiceOrder */
    .tabel100
    {
        width: 750px;
    }
    .centerit
    {
        text-align: center;
    }

    .alignTop
    {
        vertical-align: top;
    }

    .paddingLeft
    {
        padding-left: 10px;
    }

    /*serviceorder */

    #border
    {
        border: 1px solid #cecece;
    }

    a.header
    {
        color: White;
        text-decoration: underline;
    }

    hr
    {
        width: 100%;
        color: Gray;
    }

    .helpred
    {
        color: red;
        padding: 2px 10px 2px 10px;
        border-bottom-style: solid;
        border-right-style: solid;
        border-width: 1px;
        border-color: Gray;
        background-color: #F5F5F5;
    }

    #left
    {
        width: 300px;
    }

    #right
    {
        position: absolute;
        top: 46px;
        width: 300px;
        left: 320px;
    }

    /* Top menu link color */
    .topmenuitem
    {
        color: #828282;
        font-size: 9pt;
        font-weight: 300;
    }

    /* Account default page links */
    .servicename
    {
        font-family: Arial;
        font-size: 16px;
        font-weight: bold;
        color: #3e72a2;
    }

    .servicenameMissing
    {
        font-family: Arial;
        font-size: 16px;
        font-weight: bold;
        color: red;
    }
    
    #departmentList td 
    {
		white-space: nowrap;
	}
    
    #departmentList label:hover 
    {
		cursor: pointer; 
		color: #333; 
	}
}

