﻿a.knopka-shapka {
	padding: 10px 0px 10px 0px;
	border: 1px solid #CCCCCC;
	font-family: Verdana /*Шрифт*/;
	font-size: 12pt /*Размер шрифта*/;
	color: #333333 /*Цвет шрифта*/;
	background-color: #FFCC00 /*Цвет фона*/;
	text-decoration: none /*Отменяет подчеркивание*/;
	text-align: center /*Текст по центру кнопки*/;
	moz-border-radius: 5px /*Радиус скругления углов*/;
	border-radius: 5px /*Радиус скругления углов*/;
	webkit-border-radius: 5px /*Радиус скругления углов*/;
	display: block;
	margin-right: 20px;
}
a:hover.knopka-shapka {
	border: 1px solid #C0C0C0;
	background-color: #FFFF33 /*Цвет фона*/;
	text-decoration: none;
	color: #333333 /*Цвет шрифта*/;
}

a.knopka-dobavit {
	font-family: Verdana;
	font-size: 11pt;
	color: #333333;
	text-shadow: 0px 1px 0px #F0E5A5;
	background-color: #ECBD00;
	background: linear-gradient(to top, #ECBD00, #FCE34B);
	text-decoration: none;
	text-transform: none;
	display: block;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #A4A400;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 5px;
	margin-left: 30px;
	margin-bottom: 25px;
	box-shadow: 0px 3px 10px -3px #9a9a9a;

}
a:hover.knopka-dobavit {
	background-color: #FCE34B;
	color: #333333;
	background: linear-gradient(to top, #F7CB12, #F7E879);
	transition: all 0.9s ease;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
}
a.knopka-oformit {
	font-family: Verdana;
	font-size: 11pt;
	color: #000000;
	text-shadow: 0px 1px 0px #62D1FA;
	background-color: #006699;
	background: linear-gradient(to top, #178BB7, #21BCF7);
	text-decoration: none;
	text-transform: none;
	display: block;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #12627E;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 20px;
	margin-left: 0px;
	margin-bottom: 25px;
	box-shadow: 0px 3px 10px -3px #9a9a9a;

}
a:hover.knopka-oformit {
	background-color: #008ED2;
	color: #000000;
	background: linear-gradient(to top, #1C9BCB, #5AD1FC);
}
a.knopka-opisanie {
	font-family: Verdana;
	font-size: 11pt;
	color: #000000;
	text-shadow: 0px 1px 0px #FFFAFA;
	background-color: #FBFBFB;
	background: linear-gradient(to top, #C4C4C4, #F2F2F2);
	text-decoration: none;
	text-transform: none;
	display: block;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #A7A3A3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 20px;
	margin-left: 40px;
	margin-bottom: 25px;
	box-shadow: 0px 3px 10px -3px #9a9a9a;
}
a:hover.knopka-opisanie {
	background-color: #CFCFCF;
	color: #000000;
	background: linear-gradient(to top, #D3D3D3, #FBFBFB);

}
a.knopka-reklama {
	margin: 10px 30px 25px 30px;
	font-family: Verdana;
	font-size: 11pt;
	color: #333333;
	text-shadow: 0px 1px 0px #F0E5A5;
	background-color: #ECBD00;
	background: linear-gradient(to top, #ECBD00, #FCE34B);
	text-decoration: none;
	text-transform: none;
	display: block;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #A4A400;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0px 3px 10px -3px #9a9a9a;

}
a:hover.knopka-reklama {
	background-color: #FCE34B;
	color: #333333;
	background: linear-gradient(to top, #F7CB12, #F7E879);
	transition: all 0.9s ease;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
}
a.knopka-reklama-vert {
	font-family: Verdana;
	font-size: 11pt;
	color: #333333;
	text-shadow: 0px 1px 0px #F0E5A5;
	background-color: #ECBD00;
	background: linear-gradient(to top, #ECBD00, #FCE34B);
	text-decoration: none;
	text-transform: none;
	display: block;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #A4A400;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 15px;
	box-shadow: 0px 3px 10px -3px #9a9a9a;

}
a:hover.knopka-reklama-vert {
	background-color: #FCE34B;
	color: #333333;
	background: linear-gradient(to top, #F7CB12, #F7E879);
	transition: all 0.9s ease;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
}
a.knopka-katalog {
	margin: 15px 30px 30px 30px;
	font-family: Verdana;
	font-size: 11pt;
	color: #333333;
	text-shadow: 0px 1px 0px #F0E5A5;
	background-color: #ECBD00;
	background: linear-gradient(to top, #ECBD00, #FCE34B);
	text-decoration: none;
	text-transform: none;
	display: block;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #A4A400;
	box-shadow: 0px 3px 10px -3px #9a9a9a;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
a:hover.knopka-katalog {
	background-color: #FCE34B;
	color: #333333;
	background: linear-gradient(to top, #F7CB12, #F7E879);
	transition: all 0.9s ease;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
}