/***********************************************/
/****** Набор стилей для прайс-листов ******/
#pricelist
{
	padding: 1em 1.5em 1.5em;
}
#pricelist h2
{
	padding-bottom: 1em;
	color: #264F77;
	font: bold 116% Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
}
#pricelist p
{
	padding: 0 0 1em 2em;
	text-align: justify;
}
/* Hack for IE5.x+/Win and Italic */
* html #pricelist p
{
	overflow: hidden;
	o\verflow: visible;
	width: 100%;
	w\idth: auto;
	he\ight: 1%;
}
#pricelist p.achtung
{
	padding-left: 40px;
	font-style: italic;
	background: transparent url(/images/achtung.gif) no-repeat 0 0;
}
#pricelist p.achtung strong
{
	font-weight: normal;
}
#pricelist p.info
{
	padding: 1em 3px 1em 40px;
	margin-top: 1em;
	font-style: italic;
	background: #F5F5F5 url(/images/info.gif) no-repeat 3px 1em;
}
#pricelist p.info strong
{
	font-weight: normal;
}
#pricelist p.paragraph
{
	padding-left: 0;
	text-indent: 2em;
}
#pricelist p.paragraph strong
{
	font-weight: normal;
}
#pricelist p.info2
{
	padding-left: 40px;
	font-style: italic;
}
#pricelist p.info2 strong
{
	font-weight: normal;
}
#pricelist p.tablerow
{
	margin-top: -1em;
	margin-bottom: 1em;
	padding: 3px;
	border: 1px solid #CCC9BF;
	border-top: 0 none;
}
#pricelist div.download
{
	text-align: right;
	margin-bottom: -1.3em;
	padding: 0 1em 0 0;
}
#pricelist div.download2
{
	text-align: right;
	padding: 0 1em 0 0;
}

#pricelist table
{
	margin: 0 auto 1em auto;
	border-collapse: collapse;
	width: 100%;
}
#pricelist table caption
{
	padding: 0 0 0.5em 0;
	text-align: left;
}
#pricelist th, #pricelist td
{
	padding: 3px;
	border: 1px solid #CCC9BF;
}
#pricelist th
{
	color: #fff;
	background-color: #687f95;
}
#pricelist tr.alt
{
	background-color: #E5F0F6;
}
#pricelist table h2
{
	padding-bottom: 0;
	color: #800000;
	font-size: inherit !important;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}
#pricelist table tr td span.important
{
	color: #F00;
}
#pricelist img.photo
{
	float: right;
	margin-left: .5em;
	margin-top: .4em;
}
/***********************************************/