﻿
/* Small Blue Button*/
a.BlueButton
{
	background: transparent url(Images/Buttons/blueButonDop.png) no-repeat scroll top right;
	color: white;
	display: block; /*float: left;*/
	font: normal 11px "Trebuchet MS" , sans-serif;
	font-weight: bold;
	height: 22px;
	margin-right: 0px;
	padding-right: 7px; /* sliding doors padding */
	text-decoration: none;
	text-transform:uppercase;
	cursor: pointer;
	width: 65px;
}

a.BlueButton span
{
	background: transparent url(Images/Buttons/blueButon.png) no-repeat;
	display: block;
	line-height: 12px;
	padding: 5px 0px 5px 9px;
	text-align: center;
}


a.BlueButton:active
{
	background-position: bottom right;
	color: white;
	outline: none;
}

a.BlueButton:active span
{
	background-position: bottom left;
	padding: 6px 0 4px 9px;
}

a.buttonSmallSearch
{
	background: transparent url(Images/Buttons/searchButon.png) no-repeat;
	display: block;
	height: 12px;
	padding: 5px 0px 5px 9px;
	cursor: default;
	width: 65px;
}

a.buttonSmallSearch:active
{
	background-position: bottom left;
	color: white;
	outline: none;
}
