.products {	
	margin: 0 auto;
	font-size: 11px;
	text-align: center;
	/* border-spacing: 20px 20px; */
}

.product { 
	width: 33%;  /* width på varje produktblad*/
	padding-left: 10px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-top: 10px;
	border: 1px solid #ddd;
	height: 180px;
	background: #fff;
		
	box-shadow: 0px 2px 3px #eee;
	-moz-box-shadow: 0px 2px 3px #eee; /* fireworks*/
	-webkit-box-shadow: 0px 2px 3px #eee /* safari*/
}
	
.addToCart2 {	margin-top: 10px;	float: left; color: #006ee7;
	background-color: #fff;
	font-weight: bold;
	font-size: 20px;
	width: 50%;
	display: block;
	text-align: center;
}

.addToCart {
	margin-top: 20px;
	margin-right: 10px;
	float: right;
	background: #ffffff;
	width: 55%; /* width: 49%; */
	display: block;
	text-align: right;
	font-size: 12px;
	color: #006ee7;
	border: 0px solid #cbcbcb;
}
	
.product img { 
	text-align: center;
}

.price {
	background-color: #666;
	width: 100%;
	font-size: 100px;
	text-align: right;
	clear: both;
}

.x_addToCart {
	width: 100%;
	display: block;
	text-align: right;
}
		
.productmeny {
	background-color: #fff;
	border: 0px solid #ddd;
	padding: 10px;
	height: 150px;
}
	
.notification {
	/* width: 580px;*/ 
	padding: 20px;
	/*border: 1px solid #eee; */
	background: #fff;
	/* margin: 20px auto;*/
	font-size: 14px;
	color: #333;
	text-align: center;
}

/* summary  Meny*/
.shoppingCart {
	width: 100%;
	border: 0px solid #CCC;
	border-collapse: collapse;
	margin: 0 auto;
	font-size: 11px;
	font-family: verdana;
	color: #666;
}

.shoppingCart tr th {
	font-weight: bold;
	letter-spacing: 0.01em;
	background: #eee;
	border: 1px solid #ddd;
	padding: 5px;
}

.shoppingCart tr td {	
	vertical-align: middle; 
	border: 1px solid #ddd;
	padding: 5px;
}	

.viewcart{
	text-align: center;
	min-height: 3%;
	padding-bottom: 10px;
}
	
/* Pris i svarta topmenyn */
.total, .total a {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	text-align: right;
	min-height: 40px;
	max-height: 40px;
	margin-top: 15px;
	text-decoration: none;
}

.total a:hover {
	color: #FF5B00;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	text-align: right;
	min-height: 40px;
	max-height: 40px;
	margin-top: 15px;
	text-decoration: underline;
}

.paddingSmall {
	font-family: Verdana, Arial, sans-serif;
	margin-top: 0px; 
	padding: 0px;
	text-align: left;
	font-size: 12px;
	color: #666;
}

.nav_shop {
	padding: 10px;
	margin: 5px;
	text-align: center;
	font-size: 11px;
}

.nav_shop a {
	color: #222;
	border: 1px solid #AAA; 
	padding: 4px;
	background: #EFEFEF;
	text-decoration: none;
}

.nav_shop a:hover {
	background: #ff5800;
	color: #fff;
}
	
.shop-sidebar-a { padding: 12px;
	float: right;
	line-height: 18px;
	background: #fff;
	min-height: 300px;
}

.bild_kundvagn{
	text-align: center;
	max-height: 120px;
}

.paddingKundvagn {
	width: 100%;                      
	border: 0px solid #753;
	margin-top: 0px; 
	padding: 10px;
	text-align: left;
	font-size: 11px;
	background: #fff;
	
	box-shadow: 0px 2px 3px #cbcbcb;
	-moz-box-shadow: 0px 2px 3px #cbcbcb; /* fireworks*/
	-webkit-box-shadow: 0px 2px 3px #cbcbcb; /* safari*/
}
	
.txtSumma {
	text-align: right;
	/* color: #0066ff; */
}
	
.txtBold {
	font-weight: bold;
}
	
.txtLeft {
	text-align: left;
}

.mer_info {
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #eeeeee;
	display:inline-block;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	padding:2px 10px;
	text-decoration:none;
	color:#999999;
}

.mer_info:hover {
	text-decoration: none;
	color: #009933;
}

.kop {
	text-decoration:none;
	color:#009933;
}

.kop a {	
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #eeeeee;
	display:inline-block;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	padding:2px 10px;
	text-decoration:none;
	color: #999999;
}

.kop a:hover {
	text-decoration: none;
	color: #009933;
}