/*
AICO Button Pack 5.0 Stylesheet
*/

.aico-button,
.aico-button:link,
.aico-button:visited {
	font: 67.5%/1.5 "Helvetica Neue", Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	
	display: block;
	position: relative;
	
	padding: 0 0 0 58px;
	height: 60px;
	line-height: 45px;
	
	background-position: 0 0;
	background-repeat: no-repeat;
	
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

.aico-button strong {
	position: absolute;
	top: 15px;
	left: 58px;
	display: block;
	opacity: 0.5;
	
	font-size: 10px;
}

.aico-button span {
	display: block;
	position: absolute;
	top: 0px;
	right: -20px;
	width: 20px;
	height: 60px;
	
	background-position: right top;
}


.aico-grey,
.aico-grey:link,
.aico-grey:visited	{ color: #343434; }


.aico-grey,
.aico-grey span 		{ text-shadow: #ffffff 1px 1px 1px; background-image: url("images/buttons/aico.button.grey.png"); }


.aico-button:hover		{ background-position: left -60px; }
.aico-button:hover span { background-position: right -60px; }

