.hidden {display: none;}

#price_block, #delivery_block, #helperform {
	width: 25em;
	top: 1.2em;
	padding: 0px;
	font-size: 0.90em;
	color: #2b251d;
}

.cblack { margin-top:15px; color:#2B251D; }

#price_block {left: -1.0em; z-index: 201;}
#delivery_block {left: 5.5em; z-index: 201;}

#price_block p, #delivery_block p, #helperform p {
	line-height: 1.2em;
}

#price_block h1, #delivery_block h1,
#price_block h2, #delivery_block h2 {
	font-weight: 100;
	margin: 0.4em 0;
}
#price_block table.data th {
	border-width: 0px;
	font-size: 0.9em;
	font-weight: bold;
	color: #2b251d;
	padding: 0.2em 1.6em 0.4em 1em;
}
#price_block table.data th em {
	font-weight: normal;
	font-size: 0.8em;
	font-style: normal;
}
#price_block table.data td, #helperform table.data td {
	color: #2b251d;
	font-size: 1.2em;
	padding: 0.2em 1.6em 0.4em 1em;
}

#price_block img.close_button,
#delivery_block img.close_button,
#helperform img.close_button{
	cursor: pointer; cursor: hand;
	position: absolute;
	top: 0px;
	right: 0px;
	// right: 30px;
	background-position: center;
	background-image: url('btn-close.png');
	// background-image: none;
	// filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/btn-close.png', sizingMethod='crop');
}

.FramedBlock,
.FramedBlock .f_r,
.FramedBlock .f_b,
.FramedBlock .f_l,
.FramedBlock .f_c
{
float: left;
position: relative; z-index: 201;
width: auto; height: auto;
margin: 0; padding: 0;
}
.FramedBlock .f_tt,
.FramedBlock .f_rr,
.FramedBlock .f_bb,
.FramedBlock .f_ll
{
display: none;
}
.FramedBlock
{
margin: 0 30px 15px 0;
background: url('frame/hint-t.png') no-repeat left top;
//background: none;
}
.FramedBlock .f_r
{
left: 30px;
background: url('frame/hint-r.png') no-repeat right top;
//background: none;
}
.FramedBlock .f_b
{
top: 30px;
background: url('frame/hint-b.png') no-repeat right bottom;
//background: none;
}
.FramedBlock .f_c
{
float: none;
position: relative;
left: 30px; top: -15px;
padding: 1px 0; margin: 0 30px 0 0;
background: url('frame/16x16.png') repeat;
}
.FramedBlock .f_l
{
left: -30px;
padding: 15px 0;
background: url('frame/hint-l.png') no-repeat left bottom;
//background: none;
}
* html .FramedBlock .f_r,
* html .FramedBlock .f_b,
* html .FramedBlock .f_l
{ height: 0; }
* html .FramedBlock .f_tt,
* html .FramedBlock .f_rr,
* html .FramedBlock .f_bb,
* html .FramedBlock .f_bb *,
* html .FramedBlock .f_ll,
* html .FramedBlock .f_ll *
{
// display: block;
// position: absolute;
// left: 0; top: 0;
}
* html .FramedBlock .f_tt
{
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/i/frame/hint-t.png,sizingMethod=crop);
}
* html .FramedBlock .f_rr
{
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/i/frame/hint-r.png,sizingMethod=crop);
}
* html .FramedBlock .f_tt,
* html .FramedBlock .f_bb
{
width: expression( parentNode.offsetWidth ); height: 30px;
}
* html .FramedBlock .f_rr,
* html .FramedBlock .f_ll
{
width: 30px; height: expression( parentNode.offsetHeight );
}
* html .FramedBlock .f_bb,
* html .FramedBlock .f_ll
{
overflow: hidden;
}
* html .FramedBlock .f_bb *
{
width: 3000px; height: 30px;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/i/frame/hint-b.png,sizingMethod=crop);
}
* html .FramedBlock .f_ll *
{
width: 30px; height: 3000px;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/i/frame/hint-l.png,sizingMethod=crop);
}
/* Исправляем неправильный расчет позиции при "нечетной ширине" */
* html .FramedBlock .f_rr,
* html .FramedBlock .f_bb *
{ right: expression( this.parentNode.offsetWidth % 2 ? -1 : 0 ); left: auto; }
* html .FramedBlock .f_ll,
* html .FramedBlock .f_ll *,
* html .FramedBlock .f_bb,
* html .FramedBlock .f_bb *
{ bottom: expression( this.parentNode.offsetHeight % 2 ? -1 : 0 ); top: auto; }


