#webshop{
	width:580px;
	border: 0px solid #333333;
	padding: 4px;
}

#webshop .breadcrumb{
	float: right;
	font-size: 9pt;
}
#webshop .breadcrumb a{color: #5478A9;}
#webshop .breadcrumb a:visited{color: #5478A9;}
#webshop .breadcrumb a:hover{color: #D22620;}
#webshop .breadcrumb a:active{color: #D22620;}

#webshop ul, ol { 
	list-style: none;
	list-style-position:outside; 
}

#shopNav{
	float: left;
	border: 0px solid red;
	width: 150px;
}

#shopNav ul{
	padding: 0px;
	margin: 0px;
}

#shopNav ul li{
	border-bottom: 1px solid #888888;
}

#shopNav ul li ul li{
	margin-left: 10px;
	border-bottom: 0px;
	border-left: 3px solid #555555;
	padding-left: 10px;
}

#articlesHolder{
	float: left;
	width: 580px;
	/*border-top: 1px solid #888888;
	border-bottom: 1px solid #888888;*/
}

#articlesHolder .article{
	position: relative;
	float: left;
	width: 580px;
	margin: 0px 0px 0px 0px;
	padding: 3px;
	border-bottom: 1px solid #59687B;
}

#articlesHolder .article .imgDiv{
	width: 75px;
	height: 75px;
	text-align: center;
	border: 0px solid #de8201;
	float: left;
}

#articlesHolder .article .prijs{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 150px;
	border-top: 0px solid black;
	border-left: 0px solid black;
	text-align: right;
}

#articlesHolder .article .prijs span{
	color: #607025;
	font-size: 1.1em;
	font-weight: bold;
}

#articlesHolder .article h3{
	color: #D7DC7E;
}


#articlesHolder .article .dc{
	height: 10px;
	float: left;
	color: #2A2D1C;
}

.articleDetails{
	position: relative;
	width: 580px;
	margin: 4px;
	padding: 3px;
	border: 1px solid #59687B;
}

.articleDetails .imgDiv{
	width: 150px;
	height: 150px;
	float: right;
	margin-left: 40px;
	text-align: center;
	border: 0px solid #de8201;
}

.articleDetails .prijs{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 150px;
	border-top: 0px solid black;
	border-left: 0px solid black;
	text-align: right;
	color: #607025;
	font-size:15pt;
	font-weight: bold;
}

/**
* LOGINPAGINA
**/

.ulInfo{
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.ulh{
	background-color: #4C5131;/*203009*/
	color: #D7DC7E;
	font-weight: bold;
	font-size: 110%;
	padding: 2px;
	height: 12px;
}
.ulInfo li{
	padding: 10px;
}

.formulier {
	margin: 4px;
	border: 0px solid green;
}

.formulier  ul{
	border: 0px solid red;
}

.formulier  ul li{
	height: 20px;
 	border: 0px solid purple;
}

.formulier  ul li label{
	display: block;
	float: left;
 	width: 150px;
}

.formulier  ul li input{
	float: left;
}

.cart{
	width: 100%;
}

.cart .alignRight{
	text-align: right;
}

.cart td{
	padding: 2px 0px 2px 2px;
}

.cart .totals{
	border-top: 1px solid #898989;
}

.cart .article1 td{
	background-color: #E2E6CC;
	border-bottom: 1px solid #DEDEDE;
}

.cart .article2 td{
	border-bottom: 1px solid #DEDEDE;
}

.paginering{
	margin: 0px;
	padding: 0px;
}
.paginering li{
	float: left;
	margin-right:5px;
}
