

.openingsuren {
	border:1px solid #919191;
	background: #efefef;
}

.dag {
	background: #e9e9e9;
	color: #616161;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
}

#topLang {
	position:absolute;
	width:95px;
	margin-left:240px;
	padding-left:7px;
	padding-top:6px;
	margin-top:-3px;
}

#topLang_reflex {
	position:absolute;
	width:95px;
	background: url('images/top_reflex.png');
	background-repeat:repeat-x;
	height:15px;
	margin-left:240px;
	padding-left:7px;
	padding-top:6px;
	margin-top:20px;
}


#tel {
	position:absolute;
	width:160px;
	margin-left:400px;
	padding-left:8px;
	padding-top:3px;
	margin-top:-6px;
	background:#FFF;
}

#switchSite_reflex {
	position:absolute;
	background: url('images/top_reflex.png');
	background-repeat:repeat-x;
	height:15px;
	width:280px;
	margin-left:650px;
	padding-left:8px;
	padding-top:6px;
	margin-top:20px;
}

#switchSite {
	position:absolute;
	width:280px;
	margin-left:650px;
	padding-left:8px;
	padding-top:6px;
	margin-top:-3px;
}

#switchSite a {
	margin-left:5px;
	padding-left:5px;
	text-decoration:none;
}

.small {
	font-size:90%;

	font-weight:normal;
	color: #787878;
}




#addShop{
	left:50%;
	width:351px;
	height:191px;
	margin-left:-175px;
	top: 150px;
	position:absolute;
	z-index: 100;
	background: url('images/basket.png');
	background-repeat:no-repeat;
	padding: 0px;

}


.price {
	background: url('images/icons/price.png');
	background-repeat:no-repeat;
	padding-left:35px;
	padding-top:4px;
	font-size:140%;
	color:#460000;
	font-weight:bold;
	width: 85px;
	height:24px;
	
}
.shopHeader {
	background: #e0e0e0;
	padding:4px;
	border-bottom:1px solid #9a9a9a;
	color: #000;
	font-size:110%;
	text-align:center;
	font-weight:bold;
}

.shopHeader div, .shopItems div {
	padding:2px;
}

.total {
	background: #d6eab6;
	float:right;
	width:180px;
	padding:8px;
	text-align:right;
	font-size:110%;
	font-weight:bold;
}

.order{ 
	background: #4a4a4a;
	float:right;
	width:180px;
	padding:8px;
	text-align:center;
	
	font-weight:bold;
}

.order a {
	font-size:140%;
	color: #FFF;
}

.danger {
	background: #f9f356;
}

.danger td {
	border-bottom: 1px solid #e1db2c;
	padding:5px;
}

.danger th {
	text-align:left;
	background: #f1f1f1;
	font-size:90%;
	padding:4px;
}

.orderNumber {
	width:150px;
	padding:20px;
	margin:10px 0px;
	background:#e0ff4e;
	border-right:1px solid #c1e02f;
	border-bottom:1px solid #c1e02f;
	font-size:140%;
	color:#000;
}

.right {
	text-align:right;
}