#calc_maket
{
	width: 280px;
	float: left;
}

#calc_maket table
{
	border-collapse: collapse;
}

#calc_maket table th span
{
	font-size: 10px;
}

#calc_maket table tr
{
	height: 28px;
}

#calc_maket table td, #calc_maket table th
{
	width: 27px;
	text-align: center;
	vertical-align: middle;
}

#calc_maket table td
{
	border: solid 1px #c8c7c7;
	cursor: pointer;
}

#calc_maket table.no_pointer td
{
	cursor: default !important;
}

#calc_maket table td div
{
	width: 27px;
	height: 27px;
	background: url(/des/calc_table_td_hover.gif);
	display: none;
}

#calc_maket table th
{
	border: solid 1px #d55c60;
	font-size: 14px;
	color: #ffffff;
	background: url(/des/calc_table_th.gif);
}

#calc_maket table th.th1
{
	background: url(/des/calc_table_th1.gif);
}
#calc_maket table th.th2
{
	background: url(/des/calc_table_th2.gif);
}
#calc_maket table th.th3
{
	background: url(/des/calc_table_th3.gif);
}
#calc_maket table th.th4
{
	background: url(/des/calc_table_th4.gif);
}
#calc_maket table th.th5
{
	background: url(/des/calc_table_th5.gif);
}

#calc_maket table td.fill
{
	background: #c74042;
}

#calc_maket table div.fill
{
	display: block;
	background: #40c742;
	opacity: 0.5;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

#calc_maket div.text, #calc_example div.text
{
	font-size: 14px;
	margin-bottom: 10px;
}

#calc_example
{
	width: 315px;
	height: 232px;
	float: left;
	clear: right;
	position: relative;
}

#calc_example .choose
{
	display: block;
	position: absolute;
	text-align: center;
	width: 315px;
	height: 150px;
	padding-top: 82px;
	font-size: 24px;
	color: #747474;
}
#calc_example .types
{
	display: none;
	position: absolute;
	width: 315px;
	height: 232px;
}
#calc_example .empty
{
	display: none;
	position: absolute;
	text-align: center;
	width: 315px;
	height: 150px;
	padding-top: 82px;
	font-size: 18px;
	color: #747474;
}

#calc_example .image
{
	float: left;
	margin-right: 10px;
}

#calc_example .image img
{
	width: 218px;
	height: 170px;
	border: solid 1px #d3d4d5;
}

#calc_example .small_image
{
	display: none;
}

#calc_example .small_image img
{
	width: 72px;
	height: 54px;
	border: solid 1px #d3d4d5;
	margin-bottom: 2px;
}

#calc_example .price
{
	margin-top: 5px;
	clear: both;
	color: #ed1f24;
	font-size: 15px;
}

#calc_settings
{
	clear: both;
	display: none;
}

#calc_settings #ind
{
	font-size: 16px;
}

#calc_settings .price
{
	margin: 15px 40px 0 0;
	color: #ed1f24;
	font-size: 16px;
	text-align: right;
}

#calc_settings table
{
	width: 100%;
	border-collapse: separate;
	border-spacing: 4px 6px;
	margin: 5px 0 0 -4px;
}

#calc_settings tr
{
	height: 26px;
}

#calc_settings th, td
{
	margin: 3px 2px;
}

#calc_settings th
{
	background: url(/des/calc_settings_th.gif);
	width: 170px;
	text-align: right;
	padding-right: 15px;
	color: #ffffff;
	text-transform: lowercase;
	font-size: 14px;
}

#calc_settings td select
{
	width: 395px;
	padding: 4px 0 0 10px;
	font-size: 14px;
}