body {
	font-family: Arial, Tahoma;
}

a {
	color: black;
}

a:visited {
	color: #000000;
}
td {
	font-family: Arial, Tahoma;
	font-size: 9pt;
}
p {
	margin-top: 0px;
	margin-bottom: 7px;
	text-indent: 15px;
	text-align: justify;
}
td.wnd_text {
	font-size: 8pt;
	padding-left: 7px;
	padding-right: 5px;
	background-image: url('img/frm_mid.gif');
	 /*text-align: justify; */
}
td.tbl {
	background-color: #E0E0E0;
}
h1 {
	color: #3795AF;
	font-family: Arial, Tahoma;
	font-size: 11pt;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
	text-transform: uppercase;
}
div.n_date {
	color: #999999;
	font-size: 7pt;
}
div.n_header {
	color: black;/*#3795AF;*/
	font-size: 8pt;
	font-weight: bolder;
}
a.bm {
	font-size: 8pt;
	font-weight: bolder;
	color: black;
}
a.bm:hover {
	text-decoration: underline;
}

a.frm {
	color: white;
	text-decoration: none;
	font-weight: bolder;
	margin-right: 5px;
	font-size: 8pt;
}
a.frm:visited {
	color: white;
}
/* Phone catalog */

div.price {
	font-size: 12pt;
	font-weight: bolder;
	color: #ff6600;
	text-align: right;
	margin: 0px;
}

div.desc {
	width: 100%;
	height: 85px;
	font-size: 8pt;
	color: #333333;
	text-align: justify;
	margin: 0px;
	width: 155px;
}

a.c_title {
	font-size: 10pt;
	font-weight: bolder;
	color: black;
	text-transform: uppercase;
	text-decoration: none;
}

td.catalog {
	border-left: 2px Solid #E0E0E0;
	padding-left: 3px;
}
td.cat_img {
	text-align: center;
	background-image: url('/img/img_bg.gif');
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: top;
	width: 92px;
	height: 122px;
}

/* menu */
div.menu {
	display: none;
	position: absolute;
	background-color: #EEEEFF;
	border: 2px Solid #CCCCCC;
	cursor: pointer;
	padding: 2px;
}

td.sm {
	font-size: 11pt;
	font-family: Times;
	padding-bottom: 7px;
	padding-left: 5px;
	font-weight: bolder;
	color: #ff6600;
}
ul  {
	margin: 4px 0px 4px 25px;
}

ul.list {
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 0px;

}
h2 {
	min-width: 170px;
	font-size: 9pt;
	border-left: 1px Solid #CCC;
	border-bottom: 1px Solid #CCC;
	background:url(/img/h2_bg.gif);
	background-repeat: no-repeat;
	padding: 0 30px 0 5px;
	font-weight: bolder;
	margin: 3px;
	text-transform: uppercase;
	display: inline;
	clear: both;
}

a.hl {
	font-size: 10pt;
	font-weight: bolder;
	color: #ff6600;
	text-align: right;
	margin: 0px;
}

a.hl:visited {
	color: #ff6600;
	padding-right: 10%;
}
div.content {
	padding-right: 5px;
}

table.tariffs {
	/*width: 100%;*/
	border-left: 1px solid #CECECE;
	border-top: 1px solid #CECECE;
	border-right: 1px solid #CECECE;
	border-collapse: collapse;
}

table.tariffs th {
	font-size: 9pt;
	padding: 6px;
	background: #DCDDE1;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
}
table.tariffs td {
	padding: 4px;
	background: #fff;
	border-right: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
}
ul.sat {
	list-style-type:none;
	text-align: center;
}
ul.sat li {
	display:-moz-inline-stack;/*Нужно для Firefox*/
	display:inline-block; /*Не применяется в IE и Firefox*/
	_overflow:hidden;/*фикс для IE6*/
	zoom:1;/*включаем hasLayout*/
	*display:inline;/*при hasLayout true display:inline ведёт себя как display:inline-block*/
	width: 24.9%;
	height: 60px;
}
ul.sat li a {
	height: 100%;
	padding-top: 45px;
	display:-moz-inline-stack;/*Нужно для Firefox*/
	display:inline-block; /*Не применяется в IE и Firefox*/
	_overflow:hidden;/*фикс для IE6*/
	zoom:1;/*включаем hasLayout*/
	*display:inline;/*при hasLayout true display:inline ведёт себя как display:inline-block*/

	white-space: nowrap;
	letter-spacing: 0.01em;
	font-size: 7pt;
	font-weight: bolder;
	text-decoration: none;
	background-image: url(/img/satellite.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
img.ch {
	width: 90px;
	height: 67px;
	margin: 6px;
	border: 1px Solid #CCC;
}