﻿ul.buttonList .azure a span {
    padding-left: 45px;
    background: url('images/Sigel_weiss.png') no-repeat 6px 7px;
}
ul.buttonList .azure a:after {
    position: absolute;
    left: 35px;
    top: 0;
    height: 100%;
    width: 0;
    content: "";
    border-left: 1px solid rgba(0,0,0,0.2);
    border-right: 1px solid rgba(255,255,255,0.3);
}


/*AZURE*/
ul.buttonList li.azure a {
    background: #a60f33;
	border: none;
	font-family: 'Open Sans',sans-serif;
	font-weight: normal;
	font-size: 13px;
	text-shadow: none;
}
ul.buttonList .azure a {
    color: #fff;
    /*text-shadow: 0px -1px 0px rgba(0,0,0,0.4);*/
    /*border-color: #3d82a0;  dark teal blue */
    background-position: 0;
    background-color: #a60f33;
}
ul.buttonList .azure a:hover {
    color: #000;
    border-color: #a60f33; /* dark teal blue */
    /*text-shadow: 0px -1px 0px rgba(0,0,0,0.4);*/
    background-position: 0 -50px;
    background-color: #c9c9c9;
}
ul.buttonList .azure a:active {
    background-position: 0 -100px;
    border-color: #a60f33; /* dark teal blue */
    background-color: #c9c9c9;
}
