/* PRICE */
.price {
	width: 100%;
	font: 14px/14px Arial;
	border-collapse: collapse;
}
.price td {
	vertical-align: top;
	padding: 5px 3px 5px 10px;
	background: #333;
	border-bottom: 1px solid #000;
}
.price .even td, .price .row0 td {
	background: #4f4f4f;
}
.price_head th {
	background: #000 url(/images/calc-line-head.jpg) repeat-x top left;
	height: 40px;
	padding: 0px 4px 0px 10px;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
	font: 12px/14px Arial;
	border: 0;
}
.price .descr {
	background: none;
	display: none;
	width: 250px;
	font-size: 0.9em;
	padding: 7px 0 7px 7px;
}
.to_open {
	display: block;
	padding: 0px;
	text-decoration: none;
	margin-top: -2px;
	font-size: 0.9em;
}
.to_open  span {
	display: inline;
	cursor: pointer;
}
.price .total td {
	text-align: right;
	font-size: 1.5em;
}



/*CALCULATOR*/
#calculator {
	width: 598px;
	padding: 0;
	font: 14px/16px Arial;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}
#calculator .calc-top, #calculator .calc-bottom{
	width: 600px;
	height: 10px;
	padding: 0;
	position: absolute;
	background: #000 url(/images/calc-top.jpg) no-repeat top left;
	margin: -1px 0px 0px -1px;
}
#calculator .calc-bottom{
	background: #000 url(/images/calc-bottom.jpg) no-repeat bottom left;
	margin: 0px 0px -2px -1px;
}
#calculator a {
	color: #ccc;
}
#calculator a.active {
	font-weight: bold;
	text-decoration: none;
}
#calculator .pItemName {
	text-decoration: none;
}
#calculator span.rub {
	font-size: 24px;
	line-height: 26px;
	margin-top: 5px;
}
#calculator span.total {
	margin-bottom: 5px;
}
.calc_line {
	text-align: left;
	background: #000 url(/images/calc-line.jpg) repeat-x top left;
	font-size: 16px;
	border-bottom: 1px solid #000;
}
.kat_to_open {
	display: block;
	padding: 10px 0 10px 35px;
	background: url(/images/calc-bot1.gif) 15px 12px no-repeat;
	text-decoration: none !important;
	font-weight: bold;
	outline: 0;
}
.kat_to_open:hover {
	text-decoration: underline !important;
}
.kat_to_open  span {
}
.kat_to_close {
	background: url(/images/calc-bot2.gif) 15px 12px no-repeat;
}
.bot_opened {
	width: 100%;
	display: none;
}
.bot_opened td {
	text-align: left;
	padding: 15px 3px 15px 10px;
}
.bot_opened td p {
	margin: 0 10px 0 0;
}
.bot_opened input {
	display: block;
	margin: 0px 0px 0px 5px;
	width: 19px;
	height: 19px;
}
.bot_opened .descr {
	display: none;
	font-size: 0.9em;
	width: auto;
	margin: 0;
	padding: 7px 0 7px 7px;
}
.bot_opened td .descr p {
	margin: 0;
}
#total {
	display: none;
	text-align: left;
	margin-left: 25px;
	padding: 15px 0px;
}
#back {
	margin-top: 15px;
}

