﻿.Msg, 
.MsgNOTIFY,
.MsgERROR,
.MsgWARNING
{
	background: #c0c0c0 url(/img/icons/star.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	margin: 0px 0px 15px 0px;
	border-top: 2px solid #888;
	border-bottom: 2px solid #888; 
}

.MsgNOTIFY 
{
	background: #D5FFD5 url(/img/icons/accept.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	border-top: 2px solid #6FB758;
	border-bottom: 2px solid #6FB758;  
}

.MsgERROR 
{ 
	background: #FFD5D5 url(/img/icons/exclamation.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	border-top: 2px solid #E56154;
	border-bottom: 2px solid #E56154;        
}

.MsgWARNING 
{ 
	background: #fff6bf url(/img/icons/error.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;   
}


/* Product overzicht pagina Productlist items */
.ProductlistItem
{
	width:203px;
	height:90px;
	margin:3px;
	border:1px solid #0019a8;
	float:left;
}

.ProductlistItem div.ProductlistItem_Header
{
	width:193px;
	height:10px;
	padding-top:1px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:9px;
	/*background-color:#009dd9;*/
	background-image:url(../../img/shop/header_back.gif);
	background-repeat:repeat-x;
}

.ProductlistItem div.ProductlistItem_Header h5
{
	color:#FFFFFF;
	font-size:12px;
}

.ProductlistItem div.ProductlistItem_ImageContainer
{
	width:57px;
	height:60px;
	padding-left:9px;
	padding-right:1px;
	padding-top:10px;
	padding-bottom:0px;
	float:left;
}

.ProductlistItem div.ProductlistItem_DescriptionContainer
{
	width:126px;
	padding:5px;
	height:60px;
	float:left;
}

.ProductlistItem a
{
	color:#009dd9;
	text-decoration:none;
	font-weight: bold;
}

.ProductlistItem a:hover
{
	text-decoration:underline;
}


#button_container, #button_container_extra{
float: left;
position: relative;
display: block;
width: 130px;
height: 24px;
}
#button_container ul{
list-style: none;
margin: 0;
padding: 0;
}
#button_container li{
float: left;
}
#button_container a, 
#button_container a:hover, 
#button_container_extra a,
#button_container_extra a:hover,
#button_container a#bestelflow, 
#button_container a#bestelflow:hover{
width: 130px;
height: 23px;
color: #ffffff;
display: block;
font-weight: bold;
text-align: center;
text-decoration: none;
font-size: 11px;
line-height: 22px;
background: url(/img/shop/button_bg.gif) no-repeat 0 0;
}

#button_container a#bestelflow, 
#button_container a#bestelflow:hover{
background-image: url(/img/shop/button_bestel_bg.gif);
}
#button_container a:hover,
#button_container_extra a:hover, 
#button_container a#bestelflow:hover{
background-position: 0px -23px;
line-height: 24px;
}