.aboutBox {
	width: 680px;
	text-align: center;
	padding: 0 0 30px 0;
}
.aboutBox h1{
	font: 24px Georgia;
	font-weight: bold;
	font-style: italic;
	color: #717171;
	margin: 20px 0 30px 20px;
	text-shadow: 0 2px 0 #fff;
}
.aboutBox h2{
	font: 18px Verdana;
	font-style: italic;
	color: #717171;
	margin: 20px 0 10px 20px;
	text-shadow: 0 2px 0 #fff;
	display: inline-table;
}
.aboutText {
	width: 660px;
	text-align: left;
	padding: 0 0 0 20px;
}
.aboutText p {
	font: 15px Verdana;
	line-height: 25px;
	text-indent: 45px;
	margin: 0 10px 0 10px;
}
.aboutQuote {
	padding: 5px 10px;
	margin: 15px 0;
	border: 3px dashed #ddd;
	font: 20px Georgia;
	font-style: italic;
	color: #bbb;
	text-indent: 0px;
}
.aboutBox table {
	width: 650px;
	border: 1px solid #bbb;
	margin: 0 0 30px 4px;
	background: #e8e8e8;
	box-shadow: 0 3px 5px #999;
}
.aboutBox table td{
	width: 638px;
	border: 1px solid #ddd;
	font: 13px Tahoma;
	text-align: center;
	padding: 8px 5px;
	color: #2b6295;
}
.aboutBox img {
	margin: 0 0 10px -65px;
}
.aboutBox ul {
	margin: 10px 0 0px 20px;
}
.aboutBox li {
	font: 15px Verdana;
	line-height: 25px;
	font-style: italic;
}
.deliveryKindButton {
	width: 210px;
	height: 120px;
	background: pink;
	float: left;
}
.dkbCity {
	background: url(../img/tariffCity.png);
	margin: 10px 4px 30px 0px;
}
.dkbSng {
	background: url(../img/tariffSNG.png);
	margin: 10px 4px 30px 0px;
}
.dkbInt {
	background: url(../img/tariffInt.png);
	margin: 10px 0px 30px 0px;
}
.dkbCityUa {
	background: url(../img/tariffCityUa.png);
	margin: 10px 4px 30px 0px;
}
.dkbSngUa {
	background: url(../img/tariffSNGUa.png);
	margin: 10px 4px 30px 0px;
}
.dkbIntUa {
	background: url(../img/tariffIntUa.png);
	margin: 10px 0px 30px 0px;
}
.dkbCityEn {
	background: url(../img/tariffCityEn.png);
	margin: 10px 4px 30px 0px;
}
.dkbSngEn {
	background: url(../img/tariffSNGEn.png);
	margin: 10px 4px 30px 0px;
}
.dkbIntEn {
	background: url(../img/tariffIntEn.png);
	margin: 10px 0px 30px 0px;
}
.downloadButtonRu,  .downloadButtonUa, .downloadButtonEn{
	width: 212px;
	height: 58px;
	float: right;
	margin: 10px 6px 10px 20px;
	font: 11px Tahoma;
	line-height: 73px;
	text-indent: 12px;
	text-shadow: 0 1px 0 #fff;
	line-height: 68px;
}
.downloadButtonRu {
	background: url(../img/downloadButtonRu.png);
}
.downloadButtonUa {
	background: url(../img/downloadButtonUa.png);
}
.downloadButtonEn {
	background: url(../img/downloadButtonEn.png);
}
.downloadButtonRu:hover {
	background: url(../img/downloadButtonRu.png) 0 -62px;
	line-height: 72px;
}
.downloadButtonUa:hover {
	background: url(../img/downloadButtonUa.png) 0 -62px;
	line-height: 72px;
}
.downloadButtonEn:hover {
	background: url(../img/downloadButtonEn.png) 0 -62px;
	line-height: 72px;
}
.dbXls a {
	color: #28ac00;
}
.dbDoc a {
	color: #008cd5;
}
.dbXls a, .dbDoc a {
	width: 204px;
	height: 49px;
	display: block;
	margin: 4px 0 0 4px;
	padding: 0;
}















