/*************************************************************************
 *
 * Ontwikkeld door: Creative Dimension (http://www.creativedimension.be) 
 * In opdracht van: Joris Bleeker (http://www.jorisbleeker.nl)
 * Auteur: Ilvy Fauvarque (ilvy@creativedimension.be)
 * 
 * Deze code mag dienen als hulp of inspiratie maar mag niet exact
 * gekopieerd worden met de benodigde afbeeldingen zonder de geschreven
 * toestemming van Joris Bleeker (info@jorisbleeker.nl) 
 *
 ************************************************************************/

/**********************
 * STYLESHEETS IMPORTS
 *********************/    
                
@import url("/css/basis.css");  
@import url("/css/global.css");
@import url("/css/gallery.css");
@import url("/css/newsletter.css");
@import url("/css/webshop_basis.css");
@import url("/css/productoverzicht.css");
@import url("/css/productpagina.css");
@import url("/css/betalen.css");
@import url("/css/myaccount.css");
@import url("/css/home.css");
@import url("/css/aboutus.css");
@import url("/css/news.css");


/**********************
 * BASIS
 *********************/
 
* {
border: 0px; 
margin: 0px;
padding: 0px; 
}

body {
background: url('/images/body_bg.png') repeat-x;
background-color: white;
color: #418d9b;
font: 12px Arial, Verdana, Tahoma, "Trebuchet MS", Helvetica, Serif;
}

#container {
margin: 0 auto;
width: 917px;
}

/**********************
 * ALGEMENE OPMAAK
 *********************/
 
h1, h2, h3, h4, h5, h6 {

}

h1 {
color: #c790a3;
font-size: 16px;
font-weight: normal;
margin-bottom: 20px;
text-transform: uppercase;
}

h2 {
color: #c990a3;
font-size: 16px;
font-weight: normal;
margin-bottom: 20px;
}

h3 {
color: #c0d3da;
font-size: 16px;
font-weight: normal;
margin-bottom: 20px;
}

h4 {
color: #616161;
font-size: 16px;
font-weight: normal;
margin-bottom: 20px;
}

h5 {
}

h6 {
}

p {
line-height: 18px;
margin-bottom: 10px;
}

ul, ol {
list-style-type: disc;
}

   ul li, ol li {
   margin-bottom: 5px;
   }

a {
color: #418d9b;
text-decoration: underline;
}
   
   a:hover {
   color: #c790a3;
   text-decoration: underline;
   }
   
form {
display: inline;
}

input, textarea, select {
color: #418d9b;
border: 1px solid #e9d4db;
font: 12px Arial, Verdana, Tahoma, "Trebuchet MS", Helvetica, Serif;
height: 20px; /*25*/
padding: 5px 0px 0px 5px;
width: 140px; /*145*/
}

textarea {
color: #418d9b;
border: 1px solid #e9d4db;
font: 12px Arial, Verdana, Tahoma, "Trebuchet MS", Helvetica, Serif;
height: 150px;
width: 250px;
}

select {
color: #c790a3;
border: 1px solid #e9d4db;
font: 12px Arial, Verdana, Tahoma, "Trebuchet MS", Helvetica, Serif;
height: 25px;
margin-bottom: 15px;
}

table {
}

   table th {
   }
   
      table th td {
      }

   table tr {
   }
   
      table tr td {
      }
      
hr {
}



a.hover-collection-frontpage  {filter:alpha(Opacity=99); opacity:0.99; moz-opacity:0.99;}
a.hover-collection-frontpage:hover { filter:alpha(Opacity=70); opacity:0.70; moz-opacity:0.70;}

/*********
 * LOADER
 ********/
 

#loader_image {
background: white;
padding: 20px;
border: 5px solid #c790a3;
position: absolute;
z-index: 9999999999999;
} 
 
#loader_wrapper {
background-color: #418d9b;
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 999999;
}
