/* Het algemene SHOPP ID */
#jorr_shopping_cart{
	position:fixed; 
	color:#ffffff; 
	font-size: 10px; 
	font-family: Verdana,arial,helvetica; 
	/* background-color: #716D62; */
	text-align: left; 
	width:80%;
	margin: 5px;
	padding: 5px; 
	/* text-align:center; */
	/* border-style: solid; */
	/* border-width: 1px;
	border-color: #CCCCCC; */
	width:140px; 
	height:200px;  
	display:none;
	
}
#jorr_shopping_cart_header{
	color:#55555; 
	font-size: 11px; 
	font-family: Verdana,arial,helvetica; 
	text-align: left; 
	margin: 0px;
	padding: 5px;
	text-align:center;
	font-weight: bold;
	border-style: solid;
	border-width: 0px;
	width:80%; 
	height:20px;
	/*background-image: url(img/border_window.jpg);*/ 
	/* background-repeat: repeat-x; */
	/* display:block; */
	
}
#jorr_shopping_cart_footer{
	color:#ffffff; 
	font-size: 10px; 
	font-family: Verdana,arial,helvetica; 
	background-color: #A7A194; 
	text-align: left; 
	margin-top: 3px;
	padding: 5px;
	text-align:left;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	width:90%; 
	height:20px;
	/*background-image: url(img/border_window.jpg); */
	/* background-repeat: repeat-x; */
	/* display:block; */
	
}
.jorr_shopping_cart_row{
	color:#ffffff; 
	font-size: 10px; 
	font-family: Verdana,arial,helvetica; 
	background-color: #A7A194; 
	text-align: left; 
	width: 90%;
	margin: 0px;
	padding: 5px;
	/* text-align:left;
	float:left; */
	
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF; 
	/* margin:3px; */
	/* width:94%; */
}

#jorr_shopping_cart_total{
	color:#FFFFFF; 
	font-size: 11px; 
	font-family: Verdana,arial,helvetica; 
	/*background-color: #FFFFFF;*/ 
	text-align: left; 
	margin: 0px;
	padding: 5px;
	width: 90%;
	text-align:center;
	border-style: solid;
	border-width: 0px;
	border-color: #000000;
	/* width:100%; */
}

/*  ------ buttons -------
    Dit is de algemene class voor de buttons
    (Alle zelfde elementen hierinzetten)
*/
#jorr_shopping_cart .j_buttons{
	border-style: solid;
	border-width: 0px;
	width:16px;;
	height:16px;
	cursor:pointer;
	float:right;
	margin:0px;
	margin-left:10px;
	padding:0px;
	
}
/*  ------ BUTTONS -------
    Dit zijn de kleine buttons in de 'aktie' collumn'
*/
#jorr_shopping_cart  #b_delete{
	background-image: url(img/no.png); 
	background-repeat: no-repeat;
}

#jorr_shopping_cart  #b_min{
	background-image: url(img/edit_remove.png); 
	background-repeat: no-repeat;
}
#jorr_shopping_cart  #b_plus{
	background-image: url(img/edit_add.png); 
	background-repeat: no-repeat;
}

#jorr_shopping_cart #b_kassa{
	
	width:100px;
	height:10px;
	margin-top:5px;
	margin-left:20px;
	cursor:pointer;
	float:left;
	background-image: url(img/kassa.png); 
	background-repeat: no-repeat;
	
}

