@charset "utf-8";
/* CSS Document */
*{
	padding:0;
	margin:0;
	background:none;
	font-family:Arial;
}
#content{
	padding-left:20px;
}
p{
	font-size:14px;
	margin-bottom:6px;
}
h1{
	margin-bottom:12px;
}
h2{
	margin-bottom:9px;
}
table{
	margin-bottom:19px;
}
table.price{
	width:700px;
	border-top:#000000 solid 1px;
	border-right:#000000 solid 1px;
}
table.price td{
	border-bottom:#000000 solid 1px;
	border-left:#000000 solid 1px;;
	text-align:center;
	font-size:14px;
	color:#43413A;
	width:150px;
}
table.price tr.zagolovok td{
	padding-top:5px;
	padding-bottom:5px;
	font-size:18px;
	font-weight:600;
}
table.price td.left_cell{
	padding-left:10px;
	text-align:left;
	width:400px;
}
p.info{
	font-size:18px;
	font-style:italic;
	font-weight:600;
}
ol{
	margin-left:30px;
	font-size:14px;
	font-weight:400;
}
ol.alpha{
	list-style-type: lower-alpha;
}
span.not_p{
	text-decoration:line-through;
}
