/*	--------------	*/
/*	arrows / buttons	*/
/*	--------------	*/

.button {
	display:inline-block;
	text-decoration:none  !important;
	text-align:center  !important;
	font-weight:bold  !important;
	border:none !important;
	color:#000 !important;
	background: url(/mainpics/buttons/button-yellow-sm.png) 0 0 no-repeat;
1	width:111px;
	height:42px;
	line-height:40px;
	font-size:14px;
}
.button:hover {
	background: url(/mainpics/buttons/button-yellow-sm-hover.png) 0 0 no-repeat;
}


a.more {
	display:block;
	color:#e42f3a !important;
	font-size:1.4em !important;
	background: url(/mainpics/icons/egg-red.png) 0 center no-repeat !important;
	padding-left:35px !important;
	height:40px !important;
	line-height:39px !important;
	border:none !important;
}

a.more:hover {
	color:#2d78a0;
	background: url(/mainpics/icons/egg-blue.png) 0 center no-repeat !important;;
}


