* {margin:0;padding:0;}
﻿/* ***** reset (Based on Eric Meyers CSS reset) ********** */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.1;
	color: #333;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
img{
	border: none;
}

/* ***** clear fix class, solves problem with floating, 
		add to container div holding the floated elements ********** */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* **** Make tekst invisible ********** */
.invisible{
	visibility: hidden;
}
/* **** Algemene classes ****** */
.noborder {
    border: none;
}

.nopadding {
    padding: 0;
}

.nomargin {
    margin: 0;
}
/* ***** ERROR PAGE ********** */
#errorMsg {
	color: red;
	font-size: 1.4em;
	padding-top: 40px;
}

#errorMsg p{
	border: 2px solid red;
	padding: 5px;	
	text-align: center;
}

#succesMsg {
	color: green;
	font-size: 1.4em;
	padding-top: 40px;
}

#succesMsg p{
	border: 2px solid green;
	padding: 5px;
	text-align: center;
}

/* ***** page ********** */
html, body, #wrapper{
	min-height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

#wrapper{
	height: auto;
}

#wrapper{
	text-align: center;
        margin-bottom: 55px; /* make room for footer */

	/* test 
	border: solid 1px fuchsia; */
}

#wrapper_footer{
	margin-top: -55px; /* stick to the bottom in room made by #container */
    position: relative;
	text-align: center;
		
	/* test 
	border: solid 1px lime; */
}

#container{
	margin: 0 auto;
	/* padding-bottom: 55px; /* make room for footer */
	text-align: left;
	width: 950px;
	
	/* test 
	border: solid 1px red;  */

}


#container_footer{
	clear: both;
    background: url(../images/footer/rotator.php);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 120px;
	margin: 0 auto;
	margin-top:70px;
	text-align: left;
	width: 950px;
}

#footer{
	height:120px;
	width:100%;
	background-color:#FFFFFF;
	background: url(http://www.cocodrilo.be/app/content/images/footer/rotator.php);
	//background-image:url('http://www.cocodrilo.be/app/content/images/footer/footer3b.jpg');
	background-position:center;
	background-repeat: repeat-y;
	clear:both;
	color:#FFFFFF;
	position:relative;
	top:0px;
	z-index:-1;
	padding:0px 0 0px 0;
	}



/* ***** page :: container ********** */
.col_spacer{		/* use this between 2 elements in col */
	height: 10px;
}

#container_left_col{
	//height: 100%;
	float: left;
	width: 250px;
	
	/* test 
	border: solid 1px green; */
}

#container_right_col{
	//height: 100%;
	float: right;
	width: 694px;
	
	/* test 
	border: solid 1px blue; */
}


/* ***** Container :: left col ********** */
#logo{
	/* image */

}

#left_col_search{
	background-image: url('../images/shop/bg_search.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	height: 123px;
	width: 250px;
}

#left_col_login{
    background-image:url('../images/shop/bg_login.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    background-color: #E3F9CB;
    padding-bottom: 40px;
}

#left_col_shopcart{
	background-image:url('../images/shop/bg_cart.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #E3F9CB;
		
	/* test 
	height: 40px;
	border: solid 1px green; */ 

}


#left_col_menu{
		
	/* test 
	height: 80px;
	border: solid 1px green; */ 
}

#left_col_ads{
	
}

/* ***** Container :: left col :: searchbox ********** */
.label {
	display: block;
	font-size: 1.2em;
	padding-bottom: 3px;	
}

.txt_search {
	display: block;
	padding-bottom: 0px;
}

#left_col_search p {
	padding: 4px 0 0 12px;
}

#search_form select {
	background-color: white;
	border: none;
	width: 225px;
}

.txt_search input {
	background-color: white;
	border: none;
	width: 225px;
}



/* ***** Container :: left col :: login ********** */
#left_col_login_content{
    padding-top: 30px;
    padding-left: 10px;
}

/* ***** Container :: left col :: shoppingcart ********** */
#left_col_shopcart_content{
	padding-top: 30px;
	padding-left: 10px;
	/* test 
	height: 50px; */
}

#table_shoppingcart{
	width: 235px;
	font-size: 1em;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	border: none;
}

#table_shoppingcart td{
	padding: 2px;
}

.shoppingcart_col_quantity {
	width: 15px;
}
.shoppingcart_col_productname {

}

.shoppingcart_col_subtotal {
	padding-left: 4px;
	width: 50px;
}

.shoppingcart_row_seperator{
	border-top: solid 1px #333;
	padding-top: 2px;
}

.shoppingcart_col_total{
	font-weight: bold;
}

#shoppingcart_links{
	padding: 10px;
	padding-left: 0;
}

#shoppingcart_links a{
	color: #333;
	font-size: 1.2em;
	
	text-decoration: none;
	font-variant: small-caps;
}

#shoppingcart_links a:hover{
	color: red;
	text-decoration: underline overline;
}

/* ***** Container :: left col :: menu ********** */
#left_col_menu h3{
	background-image: url('../images/shop/btn_cat2.png');
	background-position: left center;
	background-repeat: no-repeat;
	height: 30px;
}

#left_col_menu a{
	display: block;
	padding: 5px 5px 5px 30px;
}

#left_col_menu a:link,
#left_col_menu a:visited,
#left_col_menu a:active {
	color: #333;
	font: 1.4em Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

#left_col_menu a:hover{
	background-image: url('../images/shop/btn_cat2_hoover.png');
	color: #FC0500;
	font: 1.4em Verdana, Helvetica, sans-serif;
	text-decoration: none;
}


/* ***** Container :: left col :: advertisement ********** */

#newsletter form { padding: 5px 20px 10px 25px ; }

#newsletter form label { font-size: 1.3em;}
#newsletter form input { margin : 5px 0px;}
#btn_subscribe_newsletter {float: right; }

#tableNewProdcuts { padding: 5px 20px 10px 25px ; }

/* ***** Container :: right col ********** */
#right_col_header{
	height: 250px;
	/*background-image:url('../images/shop/col_right_header_background.jpg');*/
        background: url(../images/intro/rotator.php);
	background-position: left bottom;
	background-repeat: no-repeat;

	/* test 
	border: solid 1px green; */ 
}

#content{
	
	/* test  
	height: 400px;
	border: solid 1px green;  */

}

/* ***** Container :: right col :: menu ********** */


/* ***** Container :: right col :: header ********** */
#menuText {float: left; width: 592px; }
#menuSocial {float: right;}

#right_col_header_menu{
	border-bottom: solid 1px #FC0500;
	font: small-caps 1.6em Verdana, Helvetica, sans-serif;
	margin: 0;
    margin-left: 20px;
	margin-right:110px;
	padding-top: 12px;
	/* test  
	border: solid 1px green; */
}

#right_col_header_menu li{
	float: left;
}

#right_col_header_menu a{
	display: block;
	padding: 0 5px 0 5px;
}

#right_col_header_menu a:link,
#right_col_header_menu a:visited,
#right_col_header_menu a:active {
	color: #333;
	text-decoration: none;
}

#right_col_header_menu a:hover{
	color: #FC0500;
	text-decoration: none;
}

#right_col_header_menu_social{
	margin: 0 5px;
	padding-top: 8px;
	/* test  
	border: solid 1px green; */
}

#right_col_header_menu_social li{
	float: right;
}

#right_col_header_menu_social a:link,
#right_col_header_menu_social a:visited,
#right_col_header_menu_social a:active,
#right_col_header_menu_social a:hover{
    border: none;
    padding: 0;
    margin: 6px 2px;
}


#right_col_header_intro{
	/*background-image: url("../images/shop/col_right_header_image.jpg"); 
        background: url(../images/intro/rotator.php);
	background-position: right bottom;
	background-repeat: no-repeat; */
	height: 216px;
	padding-top: 32px;
    margin-right: 20px;
	
	/* test 
	border: solid 1px blue; */
}

#right_col_header_intro h1{
	color: #FC0500;
	font: bold 2em Verdana, Helvetica, sans-serif;
	margin-left: 20px;
	padding: 5px 0 5px 5px;
}

#right_col_header_intro p{
	font-size: 1.3em;
	line-height: 1.3;
	margin-left: 20px;
	padding: 5px 214px 0 5px;
/*	text-align: justify;	 */
}


/* ***** Container :: right col :: content ********** */
/* .content_title{
	border-bottom: solid 2px #FC0500;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 18px;
	color:#333333;
	font-variant: small-caps;
	padding: 8px 0 0 20px;
}
*/
.content_title{
  font-family: 'Didact Gothic', arial, serif;
  font-size: 20px;
  color: #DF0000;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  font-variant: small-caps;
  padding: 8px 0 0 20px;
}
/* ***** FOOTER :: container :: menu ********** */
#footer_menu{
	padding: 93px 5px 0px 15px; 
	font: 1.3em Verdana, Helvetica, sans-serif;
}

#footer_menu li{
	float: left;
}

#footer_menu a{
	display: block;
	padding: 0 10px 0 10px;
}

#footer_menu a:link,
#footer_menu a:visited,
#footer_menu a:active {
	color: #5A9927;
	text-decoration: none;
}

#footer_menu a:hover{
	color: #FC0500;
	text-decoration: none;
}

#footer_adv {
    font-family: verdana, sans-serif;
    font-size: 1em;
    font-variant: small-caps;
    margin: 0 auto;
    padding-bottom: 10px;
    text-align: left;
    width: 950px;
}

#footer_adv a:link,
#footer_adv a:visited,
#footer_adv a:active {
	color: #c0c0c0;
	text-decoration: none;
}

#footer_adv a:hover{
	color: #333;
	text-decoration: none;
}
.tekstMerken{
	font-family:Verdana,  Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000
}


.tekstTitel1 {
	font-family:Verdana,  Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#FF0000
}

.tekstRood1 {
	font-family:Verdana,  Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#FF0000
}
.tekstZwart1 {
	font-size: 14px;
	color:#000000;
}

.tekstbody {
	font-family:Verdana,  Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
}

.tekst {
	font-size: 13px;
	color:#FF0000
}

.productdetail_title{
  font-family: 'Didact Gothic', arial, serif;
  font-size: 20px;
  color: #DF0000;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  font-variant: small-caps;
  padding: 8px 0 0 20px;
}

.tekstHomeGroen {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 18px;
	color:#529A1D;
	font-variant: small-caps;
	text-decoration: underline;
}

H2 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 18px;
	color:#529A1D;
	font-variant: small-caps;
	text-decoration: underline;
}

.tekstIntro {
	margin-top:15px;
	padding-top:15px;
	font-family:Verdana,  Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#FF0000
}



a.hoofding {
	font-family: Arial, Verdana;
	font-size: 1em;
	color:#000000;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
}

a.hoofding:link, a.hoofding:visited{
color: #000000;
}

a.hoofding:hover, a.hoofding:active{
color: #000000;
text-decoration: none;
} 

.tekstHomeRood {
	font-family:Verdana,  Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#FF0000;
}

