/* 
    Document   : default
    Created on : Feb 10, 2009, 1:17:43 PM
    Author     : Vincent Baert, vincent@uconnect.be
    Description:
        Lindor Online Basic layout
*/
html {
    margin:0;
}

img {
    border: 0;
}

a {
    text-decoration: none;
}

body {
    background: #eee9dc url(../images/bg.jpg) 0 0 repeat-x;
    color: #483f2e;
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
 }

div.fietsenlindor {
    position: relative;
    height: 129px;
    width: 600px;
    top: 12px;
    left: 30px;
    background-image: url(../images/bg-headercamp.jpg);
    background-repeat: no-repeat;
}

div.fietsenlindor img {
     margin: 20px 0 0 55px;
}

div#openingsuren {
    position: relative;
    top: 12px;
    color: #4F4842;
    text-align: right;
    margin-right: 5px;
}

div#topnav {
    position: relative;
    top: -22px;
    text-align: right;
    display: block;
    width: 990px;
    height: 20px;
}

div#topnav ul {
    float: right;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div#topnav ul li {
    display: block;
    float: left;
    background: none;
    margin: 0;
    padding: 0;
}

div#topnav ul li a {
    display: block;
    float: left;
    margin-top: -13px;
    height: 31px;
    line-height: 31px;
    background: url(../images/navigation-top-bg.gif) repeat-x;
    color: #fef9ed;
    padding: 0 21px 0 22Px;
    font-size: 13px;
    font-weight: normal;
}

div#topnav ul li.first a {
    background: url(../images/navigation-top-bg-left.gif) no-repeat;
}

div#topnav ul li.last a {
    background: url(../images/navigation-top-bg-right.gif) top right no-repeat;
}

div#topnav ul li a:hover {
    text-decoration: underline;
}

div#topnav ul li a.active {
    background-position: 0 -31px;
    font-weight: bold;
}

#for_user {
    position: relative;
    top: -24px;
    left: 120px;
    color: #eee9dc;
    font-weight: bold;
}


div#container {
    display: block;
    margin: 0 auto;
    width: 990px;
}

div#content {
    width: 662px;
    padding: 0 128px 0 200px;
    float: left;
    background: url(../images/background-content.gif);
}

div#content-center {
   width: 652px;
   padding: 5px;
   background: url(../images/background-content-top.gif) no-repeat;
   float: left;
   margin-right: -642px;
}


div.empty {
    height: 90px;
}


#leftnav {
    float: left;
    width: 200px;
    margin: 20px 0 0 -200px;
    position: relative;
}


.lnav {
    display: block;
    float: left;
    background: url(../images/background-lnav.gif) repeat-y; 
    width: 185px;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#leftnav #leftnavtop {
    display: block;
    float: left;
    width: 185px;
    height: 13px;
    background: url(../images/background-lnav-top.gif) no-repeat;
}

#leftnav {
	width: 185px;
	overflow:hidden;
	background: transparent url(../images/background-lnav.gif) repeat-y 0 17px;
}

.lnav li {
    width: 200px;
    display: block;
    float: left;
    margin: 0 0 0 3px;
    padding: 0;
    background: none;
}

.lnav li a {
    color: #eee9dc;
    font-size: 12px;
    text-decoration: none;
    display: block;
    float: left;
    width: 180px;
    height: 16px;
    margin-left: 5px;
    padding: 4px 0 0 0;
}

.lnav li a:hover {
    color: #fff;
}

.slidetoggler {
	margin-left: 20px;
	width: 160px;
}

.slidetoggler:hover {
	cursor: hand;
	cursor: pointer;
}


#reclame {
    float: right;
    width: 128px;
    margin-right: -123px;
    position:relative;
}


#mandje {
    width: 128px;
    height: 50px;
    background: #756759 url(../images/background-mandje.gif) no-repeat;
}

#shoppingcart {
    float:left;
    position: relative;
    width: 128px;
    left: -5px;
    padding: 3px 0 3px 3px;
    float: left;
    background: url(../images/background-mandje-repeat.gif) repeat-y;
    color: #eee9dc;
}

#mandje_end {
    clear:both;
    width:128px;
    height: 6px;
    background: #756759 url(../images/background-mandje-bottom.gif) no-repeat;
}

#logos {
    width:128px;
    background: #809198 url(../images/background-logos.gif) repeat-y;
}

#logos div {
    width:125px;
    margin-left: 2px;
}

#logos_end {
    width:128px;
    height: 12px;
    background: #809198 url(../images/background-logos-bottom.gif) repeat-y;
}

#available {
    clear: both;
    width: 185px;
    background: #809198 url(../images/background-available-bottom.gif) bottom left no-repeat;
    padding: 0 0 6px 0;
}

#available h3 {
    display: block;
    height: 42px;
    background: url(../images/background-available-top.gif) 0 0 no-repeat;
    margin: 0;
    padding: 0;
    color: #fff;
    width: 185px;
}

#available ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#available ul li {
    background: url(../images/background-available.gif) repeat-y;
    margin: 0;
    padding: 0;
}

#available ul li img {
    margin-left: 20px;
}

#available ul li span {
    color: #fef9ed;
}


div.content-bg {
    clear: both;
    background: url(../images/background-content-bottom.gif) 0 0 no-repeat;
    width: 662px;
    height: 12px;
    overflow: hidden;
}


#footer {
    clear: both;
    width: 100%;
    height: 70px;
    background: #504942 url(../images/background-footer.gif) repeat-x;
}

#footer .content {
    width: 990px;
    margin: 0 auto;
    height: 42px;
    padding: 28px 40px 0 45px;
}

#footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer ul li {
    display: inline;
    padding: 0 0 0 12px;
    margin: 0 4px 0 0;
    background: url(../images/separator-footer.gif) 0 3px no-repeat;
    line-height: 42px;
    color: #fff;
}

#footer ul li.first {
    background: none;
    padding-left: 0;
}

#footer ul li a {
    color: #fff;
}

#page {
    padding: 10px;
}

h1 {
    margin: 0;
    font-size: 16px;
    margin-bottom: 6px;
}

label {
    float: left;
    width: 120px;
}

input[type=text], input[type=password] {
    width: 230px;
}


select.date {
    min-width: 40px;
}

select.wide {
    min-width: 230px;
}

textarea {
    width: 230px;
    height: 120px;
}

form div {
    clear: both;
    margin-top: 5px;
}

.clear {
    clear: both;
}

.error {
    color: #903;
}

.big_error {
    color: #fff;
    background-color: #903;
    padding: 2px 5px;
}

.newstitle {
    font-size: 10pt;
    font-weight: bold;
}

.newstitle small {
    margin-right: 10px;
    font-size: 8px;
    font-weight: normal;
}

.newscontent {
    margin: 0 0 15px 15px;
    border-top: 1px solid #666;
}

/* BLOCK ON THE FRONTPAGE */

.frontblock {
    position: relative;
    border: 1px solid #0a0a0a;
    float: left;
    padding: 10px 2px 5px 2px;
    height: 160px;
    width: 201px;
    margin: 8px 5px 2px 5px;
}

.frontblock .blockname {
    position: absolute;
    left: 0;
    top: 5px;
    padding-left: 5px;
    width: 195px;
    height: 14px;
}
.frontblock .picture {
    position: absolute;
    left: 10px;
    top: 50px;
    width: 185px;
    height: 110px;
    overflow: hidden;
    text-align: center;
}

.frontblock .oldprice {
    position:absolute;
        top: 144px;
        right: 6px;
        bottom: 5px;
        height: 12px;
        font-size: 9px;
        color: #000;
        padding: 0 0 2px 5px;
        text-decoration: line-through;
}

.frontblock .newprice {
 position:absolute;
        top: 155px;
        right: 0px;
        bottom: 5px;
        color: #515D17;
        font-size: 16px;
        font-weight: bold;
        text-align: right;
        padding: 0 0 5px 5px;
}

.frontblock .availability {
    position: absolute;
    top: 140px;
    left: 0px;
    bottom: 30px;
    height: 30px;
    font-size: 9px;
    color: #000;
    padding-left: 5px;
    padding-bottom: 2px;
}

div.block {
    margin-bottom: 10px;
}

div#shoppingcart {
    margin-left: 5px;
}

/* TABS */

span#tabs {
    display: block;
    margin: 5px 0 0 0;
}

.tab {
    margin: 3px 0 0 3px;
    padding: 2px 6px;
    border: 1px solid #666;
    background-color: #fff;
}

.active {
    color: #d4ea05;
    border-bottom: 1px solid #fff;
}

.adminPage {
    border: 1px solid #666;
    padding: 10px;
    margin-top: 2px;
    margin-right: 15px;
}

.adminPage select {
    width: 40px;
}


.opendag div {
    display: block;
    clear: both;
}

.opendag div span {
    float: left;
    width: 120px;
    margin-left: 20px;
}

/* ***** NEWSLETTER ***** */
.newsletter {
    display: block;
    margin: 10px auto;
    width: 500px;
}

.newsletter div.header {
    display: block;
    height: 90px;
    width: 500px;
    margin: 0;
    background: #4d5f69 url(../images/newsletter/header.jpg) 0 0 no-repeat;
}

.newsletter div.footer {
    display:block;
    width: 500px;
    height: 20px;
    background-color: #4d5f69;
    color: #ffc;
    font-size: 9px;
    text-align: right;
}



.newsletter div.footer a {
    color: #ffc;
    margin-right: 5px;
    text-decoration: underline;
}

div.person {
    margin: 15px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #4d5f69;
}

div.person div span.label {
    float: left;
    width: 200px;
}


div.bestellijn {
    float: left;
    width: 100%;
}

div.bestellijn span {
    float: left;
}

div.bestellijn span.datum {
    width: 90px;
}

div.bestellijn span.naam {
    width: 160px;
}




.uppercase {
    text-transform:uppercase;
}

.mini   {font-size:9px;}
.small  {font-size:10px;}
.middle {font-size:12px;}
.big    {font-size:14px;}
.xlbig  {font-size:18px;}
.xxl    {font-size:24px;}


#EMLeaderBoardId {
	display: block;
    float: right;
    margin-right: 11px;
    width: 840px;
	height: 150px !important;
}


.supermessage {
    display: block;
    border: 1px solid #5F0C0C;
    width: 640px;
    margin: 5px;
    background-color: #EFFAFF;
}

.supermessage .supertitle {
    /* grijze achtergrond en witte letters + uitschuifdong om op te klikken! */
    background-color: #5F0C0C;
    color: #fff;
    margin: 0;
    border: 0;
    padding: 0;
}

.supermessage .supertitle .lft {
    float: left;
    margin: 2px 5px;
}

.supermessage .supertitle .rght {
    float: right;
    margin: 2px 5px;
}

.supermessage .superbody div{
    display: block;
    margin: 5px;
    color: #5F0C0C;
}
