.rood {
  color: #EC6900
}

div.kortingprijs
{
    left: 580px;
    top: 200px;
    position: absolute;
    font-weight: bold;
    font-size: 64px;
    color: #FFFFFF;
}

div.kortingscode
{
    left: 512px;
    top: 320px;
    position: absolute;
    font-weight: bold;
    font-size: 32px;
    color: #000000;
}


div.kortingsbon 
{
    width: 800px;
    height: 533px;
    background: url(../images/kortingsbon.png) no-repeat ;    
}

.img-shadow {
    float:left;
    margin-top:0px;
    margin-right:5px;
    margin-bottom:0px;
    background: url(../images/trans-shadow.png) no-repeat bottom right; /* Most major browsers other than IE supports transparent shadow. Newer release of IE should be able to support that. */
}


.img-shadow img {
  display: block; /* IE won't do well without this */
  position: relative; /* Make the shadow's position relative to its image */
  padding: 5px; /* This creates a border around the image */
  background-color: #fff; /* Background color of the border created by the padding */
  border: 1px solid #cecece; /* A 1 pixel greyish border is applied to the white border created by the padding */
  margin: -6px 6px 6px -6px; /* Offset the image by certain pixels to reveal the shadow, as the shadows are 6 pixels wide, offset it by that amount to get a perfect shadow */
}

span.price {
 
 bottom: 0px;
 
}

table.articlesummaries {
 
width: 100%
}

td.articlecolumn {
  background-color: #FFFFFF;
  border: 2px solid #AAAAAA; 
  width: 200px;
  height: 100%;
}

td.articlecolumnpadding {
  width: 200px;
  
}

div.test {
  position: relative;
  height: 200px;
}


  a.categoryitem {
    color: #4F4F4F;
    text-decoration: none;    
  }

  a {
    color: #3F3F3F;
    text-decoration: underline;
        
  }
  
a.footerlink 
{
    color: #FFFFFF;
    text-decoration: underline;
}

input.searchtext {
  font: 10px Verdana;
}
	
	div.searchbar {
     float: left;
     margin-top: 2px;    
  }
  
  select {
     border: 1px solid #777777;
	   background-color: #EEEEEE; 
  }
  
  div.messagebar {
    font: 12px Verdana;
    position: absolute;
    display: none;
    left: 10px;
    top: 10px;
    padding: 10px;
    width: 300px;
    border: 1px solid #000000;
    background-color: #EC6900;
    color: #FFFFFF;
    z-index: 10;
  }
  
  
  div.footerleft {
    float: left;
    color: #FFFFFF;
  }
  
  div.dealerlogin {
    text-align: right;
    float: right;
  }
	
	td {
    width: 50%;
    vertical-align: top;
/*    border: 15px solid #D9D9D9; */		
  }
  
  img.articleimage {
    float:left;
    margin-top:0px;
    margin-right:5px;
    margin-bottom:5px;
  }
  
  div.articleprice {
    font: 12px Verdana;
    color: #FF0000;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  
  span.articleshortdescription {
    font: 10px Verdana;
  }
	
	input {
	 border: 1px solid #777777;
	 background-color: #D2D9EC;
	 font-family: Verdana;
	}
	
	div.bestsolditem {
    margin: 5px;
    font-size: 10px;
  }
	
	textarea {
    border: 1px solid #777777;
	  background-color: #EEEEEE;
  }
	
	button {
    border: 1px solid #777777;
	  background-color: #EEEEEE;
	  height: 20px;
  }
  
  td.bestsold {
    padding-bottom: 20px;
    padding-left: 10px;
  }
	
	div.reactie {
	 margin: 10px;
	 padding: 10px;
  border: 2px solid #AAAAAA;
    background-color: #EEEEEE;
  }
	
	table {
		border-collapse: collapse;
	}
	
	img.logo {
		float: left;
	}
	
	div.articleleft {
    float: left;
    width: 45%;
  }
  
  div.fright {
    float: right;
    display: inline;
    width: 45%;
  }
	
	.carttable {
    margin: 10px;
  } 
	
	button.navigation {
    width: 60px;
  }
	
	.carttablecount {
	   width: 30px;
    border: 1px solid #000000;
    padding: 5px;
  }

	.carttableomschrijving {
    border: 1px solid #000000;
    padding: 5px;
  }
  
	.carttabletotal {
    border: 1px solid #000000;
    padding: 5px;
    text-align: right;
  }  

	.carttableamount {
	  width: 80px;
	  text-align: right;
    border: 1px solid #000000;    
    padding: 5px;
  }  
  
 	.carttabledelete {
 	  width: 15px;
    border: 1px solid #000000;
    padding: 5px;
    cursor: pointer;
  }
  
  .carticon {
   cursor: pointer;
   vertical-align: middle;
  }
	
	.emptycarticon {
   vertical-align: middle;
  }
	
	td.amount {
    text-align: right;
  }
	
	h1 {
	  font: 12px Verdana;
    color: #4D4D4D;
    font-weight: bold;
  }
  
	h2 {
	  font: 10px Verdana;
    color: #4D4D4D;
    font-weight: bold;
  }   
  
  .cartlink {
    color: #FFFFFF;
    text-decoration: underline;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
  }   
	
	div.page {
	   height: 100%;
		color: #4F4F4F;
		background-color: #D5D5D5;
		margin-left: auto;
		margin-right: auto;	
		margin-bottom; 0px;
		margin-top; 0px;
		width: 900px;
		text-align: left;
		border: 0px none;
		display: block;
		
		background-repeat: repeat-y;
		background-position: left;
		background-image: url('../images/background.png');		
	}
	
	div.mainmenu {
		font: 12px Verdana;		
		
		vertical-align: middle;
		float: right;
		padding-top:23px;		
		padding-right:20px;
		margin:0px;		
		border: 0px none;
	}
	
	
  div.wrapper {
    left: 0px;
    top: 0px
    margin: 0px;
    padding: 0px;
    border: 0px none;
    width: 725px;
    height: 100%;
    float: left;    
  }
	
	
  div.mainpage {
    overflow: hidden;
    padding:10px;
    background-color: #FFFF99;
    float: right;
    width:525px;
  }
	
	div.navigation {
	  float: left;
  	font: 12px Verdana;
		width: 160px;
		vertical-align: top;
		margin:0px;
    padding:10px;
		border: 0px none;		
  }
	
	div.bestsold {
  	font: 12px Verdana;
		
		padding-top: 0px;
    padding-right:0px;
		margin-left:725px;
    padding-left: 10px;		
		
  }
	
	
	
	div.menuitem {
		font: 12px Verdana;
		
		vertical-align: middle;
		display: inline;
		padding-right:10px;
		padding-top:0px;
		
		margin:0px;		
		border: 0px none;
	}	

	img.pagenavigation {
		cursor : pointer;
	}	
	
	span.categoryitem {
		
		font: 12px Verdana;
		color: #4D4D4D;
		cursor: pointer;

	}	
	
	menuitemhover {
		font: 12px Verdana;
		padding-right:30px;
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: underline;
		display: inline;
    
    cursor : hand, pointer;   
	}
	
	a.menuitemlink {	  
		font: 12px Verdana;
		padding-right:20px;
		color: #FFFFFF;
    font-weight: bold;
		cursor: pointer;				
	}			
	
	.pageheaderimage {
  	padding:0px;
		margin:0px;		
		border: 0px none;
    height: 214px;
    background-color: #000000;
    background-image: url('../images/headerimagebackground.png'); 	
  }
	
	div.max {
   
    width: 100%;
    height: 100%;
   
  }
	
	
	
	div.orderbutton {
   position: absolute;
   bottom: 0px;
   left: 5px;
    
  }
	
	body {
		padding:0px;
		margin:0px;
		text-align: center;
		height: 100%;
   
	 background-color: #FFFFFF;
	 background-repeat: repeat-x;
   /*1background-image: url("http://www.stepshop.nl/dev/images/verticalgradient.png") }*/
  }
	
	div.toenglishversion {
	 
  }
  
  a.toenglishversion {
    float: right;
    margin-right: 20px;
    margin-top: 180px;
    font: 10px Verdana;
    font-weight: bold;		
		color: #FFFFFF;  
  }
	
	
	div.pagerow {
		font: 12px Verdana;
		vertical-align: middle;		
		color: #000000;
		background-color: #000000;		
		
		width: 100%;
		height: 65px;
		padding:0px;
		margin:0px;		
		border: 0px none;		
		
		background-repeat: repeat-x;
		background-image: url('../images/mainmenubackground.png');
	}
	
	div.mainpage {
		font: 12px Verdana;
		background-color: #D5D5D5;
	}
	
	div.totalamount {
		display: inline;	
	}

	div.footer {
		font: 12px Verdana;
		vertical-align: middle;
		color: #FFFFFF;
		background-color: #EC6900;
		clear: both;
		display: block;
		width: 880px;
		overflow:hidden;
		height: 70px;

		padding:0px;
		margin:0px;		
		border: 10px solid #EC6900;	
	}
	
	div.navigationbar {
		font: 12px Verdana;
		color: #FFFFFF;
		background-color: #EC6900;
		width: 880px;
		overflow:hidden;
		height: 18px;
		padding:10px;
		margin:0px;	
    border: 0px none;		
	}
	
	div.locationbar {
	  
		margin: 0px;
		padding: 0px;
		float: left;
	}
	
	div.cartsummary {
		font: 12px Verdana;		
    
		float: right;
	}
	
	img {
		border: 0px none;
		margin:0px;
		padding: 0px;
		display: inline;
	}

