/*
    Standaard layout voor alle buttons
*/

.StandardButton { background-color: transparent !important; line-height: 15px;    background-image: url(/website/Templates/Global/Images/Buttons/Balloon-Simple/mid-non-lichtgrijs.png);
	background-position: top left;
	background-repeat: repeat-x;
	 
    height: 30px !important; 
	color: #545050 !important;
    font-size: 9px !important;
	text-align: center;
	border: none !important;
	padding: 4px 4px 0px 4px !important; line-height:15px;
	margin: 0px !important;
	vertical-align: top;
	display: inline-block;
}

   
.StandardButtonLeft  {
    background-image: url(/website/Templates/Global/Images/Buttons/Balloon-Simple/left-lichtgrijs.png);
	background-position: top left;
	background-repeat: no-repeat;
	 
	vertical-align: top;
	padding-bottom: 4px;
    height: 30px !important;
    width: 4px !important;    
	display: inline-block;
}

.StandardButtonRight  {
    background-image: url(/website/Templates/Global/Images/Buttons/Balloon-Simple/right-lichtgrijs.png);
	background-position: top center;
	background-repeat: no-repeat;
	 
	vertical-align: top;
	padding-bottom: 4px;
    height: 30px !important;
    width: 4px !important;
	display: inline-block;  
}

.StandardButton a
{
	color: #545050;	
	font-weight: bold;
    font-size: 10px !important;
}

.StandardButton a:hover
{
	color: #545050;	
	font-weight: bold;
    font-size: 10px !important;
    text-decoration: none;
}

    
/* 
    Geef belangrijke buttons een andere kleur
*/    

.ImportantButtonLeft {
    background-image: url(/website/Templates/Global/Images/Buttons/Balloon-Simple/left-lichtgrijs.png);
	width: 4px !important;
}   
    

    .ProductOrderButtonLeft, .OrderProductsButtonLeft, .CategoryOrderButtonLeft, .NewUserButtonLeft, .FinishOrderButtonLeft  {
        background-image: url(/website/Templates/Global/Images/Buttons/Balloon-Simple/left-lichtgrijs.png);       
		width: 4px !important;
    }
    
    .LoginButtonLeft {
        background-image: url(/website/Templates/Global/Images/Buttons/Balloon-Simple/left-lichtgrijs.png);
		width: 4px !important;
    }
    
    .RegistrationButtonLeft {
        background-image: url(/website/Templates/Global/Images/Buttons/Balloon-Simple/left-lichtgrijs.png);
		width: 4px !important;
    }
    
    .WindowNewUserButtonLeft, .WindowLoginButtonLeft {
        width: 4px;
    }

.ImportantButton {
    background-image: url(/website/Templates/Global/Images/Buttons/Balloon-Simple/mid-non-lichtgrijs.png);  
	border: none !important;
	background-position: left top;
	padding: 4px 4px 0px 4px !important; line-height:15px;
	margin: 0px !important;
	vertical-align: top;	
}

.ImportantButtonRight {
    background-image: url(/website/Templates/Global/Images/Buttons/Balloon-Simple/right-lichtgrijs.png);
} 


  
 


