﻿body 
{
}

a.buttonMovSmall
{
	background: transparent url(Images/Buttons/movBtnDop.png) no-repeat scroll top right;
	color: white;
	display: block; /*float: left;*/
	font: normal 11px Arial;
	font-weight: bold;
	height: 25px;
	margin-right: 0px;
	padding-right: 7px; /* sliding doors padding */
	text-decoration: none;
	cursor: pointer;
	width: 150px;
}

a.buttonMovSmall span
{
	background: transparent url(Images/Buttons/movBtn.png) no-repeat;
	display: block;
	line-height: 25px;
	padding:  0px 0px 0px 9px;
	text-align: center;
}


a.buttonMovSmall:active
{
	background-position: bottom right;
	color: white;
	outline: none;
}

a.buttonMovSmall:active span
{
	background-position: bottom left;
	padding:  0px 0px 0px 9px;
}


a.buttonSmall
{
	background: transparent url(Images/Buttons/buttonDop.png) no-repeat scroll top right;
	color: white;
	display: block; /*float: left;*/
	font: normal 11px Arial;
	font-weight: bold;
	height: 21px;
	margin-right: 0px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
	text-transform:uppercase; 
	cursor: pointer;
	width: 150px;
}

a.buttonSmall span
{
	background: transparent url(Images/Buttons/button.png) no-repeat;
	display: block;
	line-height: 11px;
	padding:  5px 0px 5px 9px;
	text-align: left;
}


a.buttonSmall:active
{
	background-position: bottom right;
	color: white;
	outline: none;
}

a.buttonSmall:active span
{
	background-position: bottom left;
	padding: 5px 0px 5px 9px;
}


a.buttonBig
{
	background: transparent url(Images/Buttons/Btn2_Dop.png) no-repeat scroll top right;
	color: #663A8A;
	display: block; /*float: left;*/
	font: normal 15px Arial;
	font-weight: bold;
	height: 43px;
	margin-right: 0px;
	padding-right: 8px; /* sliding doors padding */
	text-decoration: none;
	text-transform:uppercase; 
	cursor: default;
	width: 220px;
	cursor:pointer;
}

a.buttonBig span
{
	background: transparent url(Images/Buttons/Btn2.png) no-repeat;
	display: block;
	line-height: 33px;
	padding:  5px 10px 5px 50px;
	text-align: left;
}


a.buttonBig:active
{
	background-position: bottom right;
	color: #663A8A;
	outline: none;
}

a.buttonBig:active span
{
	background-position: bottom left;
	padding: 5px 10px 5px 50px;
}

a.buttonSmallBack
{
	background: transparent url(Images/Buttons/buttonBack_Dop.png) no-repeat scroll top right;
	color: white;
	display: block; /*float: left;*/
	font: normal 11px Arial;
	font-weight: bold;
	height: 17px;
	margin-right: 0px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
	text-transform:uppercase; 
	cursor: pointer;
	width: 150px;
}

a.buttonSmallBack span
{
	background: transparent url(Images/Buttons/buttonBack.png) no-repeat;
	display: block;
	line-height: 7px;
	padding: 5px 0px 5px 25px;
	text-align: left;
}


a.buttonSmallBack:active
{
	background-position: bottom right;
	color: white;
	outline: none;
}

a.buttonSmallBack:active span
{
	background-position: bottom left;
	padding: 5px 0px 5px 25px;
}


a.buttonGo
{
    background: transparent url(Images/Buttons/btn_Go.png) no-repeat scroll top right;
    height:21px;
    width:22px;
    }
    
a.buttonGo:active
{
	background-position: bottom right;
	outline: none;
}
