﻿.buttonStart
{
	background-image: url(../../../images/icon/button_black.gif);
	color: #ffffff;
	background-position: center center;
	display: block;
	width: 64px;
	background-repeat: no-repeat;
	height: 48px;
	background-color: transparent;
	display: block;
	font-weight: bold;
	vertical-align: middle;
	padding-top: 32px;
	text-align: center;
	text-decoration: none;
}

.buttonStartHover
{
	background-image: url(../../../images/icon/button_red.gif);
	color: #696969;
	
	background-position: center center;
	display: block;
	width: 64px;
	background-repeat: no-repeat;
	height: 48px;
	background-color: transparent;
	display: block;
	font-weight: bold;
	vertical-align: middle;
	padding-top: 32px;
	text-align: center;
	text-decoration: none;
}

.buttonCart
{
	background-image: url(../../../images/icon/cart_black.jpg);
	color: #ff4500;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 2px;
	background-position: center center;
	display: block;
	width: 64px;
	background-repeat: no-repeat;
	height: 36px;
	background-color: transparent;
	display: block;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
}

.buttonCartHover
{
	background-image: url(../../../images/icon/cart_red.jpg);
	color: #00ff00;
	padding-top: 14px;	
	padding-bottom: 14px;
	padding-left: 2px;	
	
	background-position: center center;
	display: block;
	width: 64px;
	background-repeat: no-repeat;
	height: 36px;
	background-color: transparent;
	display: block;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
}

.buttonPhone
{
	background-image: url(../../../images/icon/phone_black.jpg);
	color: #696969;

	background-position: center center;
	display: block;
	width: 64px;
	background-repeat: no-repeat;
	height: 36px;
	background-color: transparent;
	display: block;
	font-weight: bold;
	vertical-align: middle;
	padding-top: 24px;
	text-align: center;
	text-decoration: none;
}

.buttonPhoneHover
{
	background-image: url(../../../images/icon/phone_red.jpg);
	color: #696969;
	
	background-position: center center;
	display: block;
	width: 64px;
	background-repeat: no-repeat;
	height: 36px;
	background-color: transparent;
	display: block;
	font-weight: bold;
	vertical-align: middle;
	padding-top: 24px;
	text-align: center;
	text-decoration: none;
	
}

.buttonSettings
{
	background-image: url(../../../images/icon/settings_black.jpg);
	color: #696969;
	
	background-position: center center;
	display: block;
	width: 64px;
	background-repeat: no-repeat;
	height: 36px;
	background-color: transparent;
	display: block;
	font-weight: bold;
	vertical-align: middle;
	padding-top: 24px;
	text-align: center;
	text-decoration: none;
}

.buttonSettingsHover
{
	background-image: url(../../../images/icon/settings_red.jpg);
	color: #696969;
	
	background-position: center center;
	display: block;
	width: 64px;
	background-repeat: no-repeat;
	height: 36px;
	background-color: transparent;
	display: block;
	font-weight: bold;
	vertical-align: middle;
	padding-top: 24px;
	text-align: center;
	text-decoration: none;
	
}