/*  ============================================================================================  */
/*  Author: RDESIGN http://rdesign.ru															  */
/*  ============================================================================================  */


/*  ============================================================================================  */
/*	GENERAL																						  */
/*  ============================================================================================  */


* {
	outline: none;
	margin: 0;
	padding: 0;
}

html,
body {
	width:100%;
	height:100%;
	min-width:960px;
	cursor: default;
	font: 13px Tahoma, sans-serif;
	color: #000000;
	background-color:#ffffff;
}

table {
	border: none;
	border-collapse: collapse;
}
td, th {
	border: 1px #999999 solid;
	padding: 3px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
table.no * {
	border: none;
	padding: 0;
}
img {
	border: none;
	padding: 0px;
	margin: 0px;
}
a {
	color:#008aab;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
form {
	padding: 0px;
	margin: 0px;
}

input, select, button, textarea {
	padding: 0px;
	margin: 0px;
}
ul, ol {
	padding: 0px 0px 0px 15px;
	margin: 10px 0px 0px 0px;
}
li {
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

h1, h2, h3 {
	font-weight: normal;
	margin: 30px 0px 5px 0px;
	padding: 0px;
	color: #000000;
}
h1 {
	font-size: 150%;
	line-height: 110%;
	text-transform: uppercase;
}
h2 {
	font-size: 135%;
	line-height: 110%;
}
h3 {
	font-size: 120%;
	line-height: 120%;
}

h4, h5, h6 {
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
h4 {
	font-size: 90%;
	line-height: 130%;
}
h5 {
	font-size: 85%;
	line-height: 140%;
}
h6 {
	font-size: 80%;
	line-height: 140%;
}

p {
	line-height: 130%;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
sub {
	font-size: 80%;
	position: relative;
	top: 0.3em;
	vertical-align: baseline;
}
sup {
	font-size: 80%;
	position: relative;
	top: -0.4em;
	vertical-align: baseline;
}
em {
	font-style: italic;
}
dl, dt, dd {
	padding: 0px;
	margin: 0px;
}

address {
	padding: 0px;
	margin: 30px 0px;
}

hr {
	border: none;
	border-bottom: solid #666666 1px;
	display: block;
	height: 1px;
	margin: 10px 0px;
}

/*	LAYOUT =====================================================================================  */

.container {
	float:left;
	width:100%;	
	min-height:100%;
	_float:none;
	_height:100%;
	background-color:#fdecc7;
	position:relative;
	/*_overflow-x:hidden;*/
}
.fcontent {
	float:left;
	clear:both;
	width:100%;
	padding-bottom:135px;
}
.hide {
	display:none;
}
.padding {
	padding-left:125px;
	padding-right:20px;
}
.block {
	clear:both !important;
}
.inline-block {
	float:left;
	clear:both;
	width:100%;
}
.inline-block div,
.inline-block input,
.inline-block a,
.inline-block span {
	float:left !important;
	width:auto !important;
	clear:none !important;
	margin-right:10px;
}
.fblock {
	float:left;
	clear:both;
	width:100%;
}
.fblock-clr {
	float:left;
	clear:none;
	width:100%;
}
.indent {
	padding:0 20px;
}
.indent.bl1 {
	padding-right:0;
}
.half {
	width:50% !important;
	margin-right:-2px;
}
.delimiter {
	float:left;
	clear:both;
	width:100%;
	font-size:1px;
	border-top:1px #bcbcbc solid;
	margin-bottom:15px;
}

.center {
	float:left;
	_float:none;
	clear:both;
	width:1000px;
	height:100%;
	margin-left:-500px;
	_margin:0 auto;
	padding-left:50%;
	_padding:0;
}

.footer {
	float:left;
	clear:both;
	width:100%;
	height:70px;
	font-size:90%;
	background-color:#ffffff;
	margin-top:-90px;
	padding-top:20px;
	position:relative;
}
.footer .text,
.footer ul {
	float:left;
	clear:none;
}
.footer .text {
	font-size:11px;
	color:#666666;
}
.footer .text .padding {
	padding:0 0 0 50px;
}
.footer .text .padding img {
	float:left;
	margin-left:-50px;
}
.footer ul {
	margin:5px 0 0 40px;
	padding:0;
}
.footer ul li {
	float:left;
	clear:none;
	font-size:11px;
	list-style:none;
	border-right:1px #666666 solid;
	margin:0 0 0 0;
	padding:0 10px;
}
.footer ul li.last {
	border-right:none;
}
.footer .r {
	float:right;
	clear:none;
	margin-top:5px;
}


.header {
	margin-bottom:10px;
}
.header,
.header .top-block,
.header .bottom-block {
	float:left;
	clear:both;
	width:100%;
}
.header .top-block,
.header .bottom-block {
	
}

.header .top-block {
	background-color:#ffffff;
}
.header .top-block .l,
.header .top-block .r {
	float:left;
	clear:none;
}

.header .top-block .l {
	font-size:85%;
	margin-right:-1000px;
	padding:15px 0;
	position:relative;
}
.header .top-block .l,
.header .top-block .l a.selected {
	color:#999999;
}
.header .top-block .l a.selected {
	text-decoration:none;
}
.header .top-block .l a.selected:hover {
	text-decoration:underline;
}

.header .top-block .r {
	float:right;
}
.header .top-block .r ul {
	float:left;
	clear:both;
	margin:1px 0 0 0;
	padding:0;
}
.header .top-block .r ul li {
	float:left;
	clear:none;
	font-size:105%;
	color:#ffffff;
	list-style:none;
	background:#b11b00 url('../images/bg/top-menu.gif') left top repeat-x;
	margin:0 0 0 1px;
}
.header .top-block .r ul li.selected {
	background:#fdecc7;
	margin-bottom:-1px;
	padding-bottom:1px;
	position:relative;
}
.header .top-block .r ul li a {
	float:left;
	color:#ffffff;
	padding:12px 25px;
}
.header .top-block .r ul li.selected a {
	color:#d52000;
	text-decoration:none;
}
.header .top-block .r ul li.selected a:hover {
	text-decoration:underline;
}


.header .bottom-block {
}
.header .bottom-block .logo {
	float:left;
	clear:none;
	margin:-12px 0 -250px -12px;
}
.header .bottom-block .logo img {
	float:left;
	clear:none;
}
.header .bottom-block .logo img.li {
	width:95px;
	height:250px;
	background:url('../images/logo/main-l.png') left top no-repeat;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='site/images/logo/main-l.png', sizingMethod='crop');
	margin-top:36px;
	position:relative;
	z-index:10;
}
.header .bottom-block .logo img.ri {
	width:209px;
	height:235px;
	background:url('../images/logo/main-r.png') left top no-repeat;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='site/images/logo/main-r.png', sizingMethod='crop');
	position:relative;
}
.header .bottom-block .logo a {
	top:30px;
	left:30px;
	width:135px;
	height:135px;
	background-color:#ffffff;
	opacity:0.01;
	filter:alpha(opacity = 1);
	position:absolute;
	z-index:20;
}
.header .bottom-block .title {
	float:left;
	clear:none;
	font-size:135%;
	color:#d52000;
	margin:50px 0 0 -50px;
	position:relative;
}
.header .bottom-block .title.index {
	margin-bottom:-30px;
}
.header .bottom-block .r {
	float:right;
	clear:none;
	margin:20px 20px 0 0;
	position:relative;
}
.header .bottom-block .r p {
	float:left;
	clear:both;
	font-size:85%;
	color:#010101;
	margin:0;
}
.header .bottom-block .r h4 {
	float:left;
	clear:both;
	font-size:135%;
	color:#d52000;
	margin:0;
	white-space:nowrap;
}
.header .bottom-block .r h4 a {
	font-size:11px;
	margin:0 10px 0 5px;
}


.block1,
.block2,
.block3 {
	float:left;
	clear:both;
	width:100%;
}
.block1 .l,
.block1 .r,
.block2 .l,
.block2 .r,
.block3 .l,
.block3 .r {
	float:left;
	clear:none;
	width:100%;
}
.block1 .l,
.block2 .l {
	margin-right:-400px;
}
.block3 .l {
	width:165px;
	margin-right:-1000px;
}
.block1 .l .padding,
.block2 .l .padding {
	padding:0 430px 0 0;
}
.block3 .r .padding {
	padding:0 40px 0 165px;
}

.block1 .l h4 {
	float:left;
	clear:both;
	width:100%;
	text-align:center;
	margin-top:60px;
	position:relative;
}
.block1 .l .menu-block,
.block2 .l .menu-block {
	float:left;
	clear:both;
	width:100%;
	padding-top:65px;
	position:relative;
	overflow:hidden;
}
.block2 .l .menu-block {
	margin-top:-34px;
	position:relative;
	z-index:10;
}

.block1 .l .menu-block .item,
.block2 .l .menu-block .item {
	float:left;
	clear:none;
	width:33%;
	font-size:85%;
	color:#be7e33;
	text-align:center;
	padding:10px 0;
}
.block1 .l .menu-block .item.last,
.block2 .l .menu-block .item.last {
	margin-right:-100px !important;
}
.block1 .l .menu-block .fblock .item {
	font-size:105%;
	color:#d52000;
	background-color:#fbdba2;
	margin-right:10px;
}
.block2 .l .menu-block .fblock .item {
	font-size:105%;
	color:#d52000;
	background:#e1d4bb url('../images/bg/forms-tab.jpg') left top no-repeat;
}
.block2 .l .menu-block .fblock .item.first {
	background:#fef3db url('../images/bg/forms-tab-l.jpg') left top no-repeat !important;
	padding-left:20px;
}
.block2 .l .menu-block.i1 .fblock .item.i1,
.block2 .l .menu-block.i2 .fblock .item.i1,
.block2 .l .menu-block.i2 .fblock .item.i2,
.block2 .l .menu-block.i3 .fblock .item.i1,
.block2 .l .menu-block.i3 .fblock .item.i2,
.block2 .l .menu-block.i3 .fblock .item.i3 {
	background:none;
	background-color:#fef3db;
}

.block1 .l .menu-block .fblock .item a {
	float:left;
	width:100%;
	color:#d52000;
	text-decoration:none;
	background-position:center center;
	background-repeat:no-repeat;
	margin-top:-40px;
	padding-top:103px;
	position:relative;
}
.block2 .l .menu-block .fblock .item a {
	float:left;
	width:100%;
	color:#b6a895;
	text-decoration:none;
	background-position:center center;
	background-repeat:no-repeat;
	margin-top:-40px;
	padding-top:103px;
	position:relative;
	z-index:50;
}
.block1 .l .menu-block .fblock .item a:hover,
.block2 .l .menu-block .fblock .item a:hover {
	/*text-decoration:underline;*/
}

.block2 .l .menu-block.i1 .fblock .item.i1 a,
.block2 .l .menu-block.i2 .fblock .item.i2 a,
.block2 .l .menu-block.i3 .fblock .item.i3 a {
	color:#d52000;
}

.block1 .l .menu-block .fblock .item.i1 a {
	background-image:url('../images/bg/step1.gif');
	background-position:center 20px;
}
.block1 .l .menu-block .fblock .item.i2 a {
	background-image:url('../images/bg/step2.gif');
	background-position:center 0px;
}
.block1 .l .menu-block .fblock .item.i3 a {
	background-image:url('../images/bg/step3.gif');
	background-position:center 7px;
}
.block2 .l .menu-block .fblock .item.i1 a {
	background-image:url('../images/bg/step1-inactive.gif');
	background-position:center 20px;
}
.block2 .l .menu-block.i1 .fblock .item.i1 a {
	background-image:url('../images/bg/step1-active.gif');
}
.block2 .l .menu-block .fblock .item.i2 a {
	background-image:url('../images/bg/step2-inactive.gif');
	background-position:center 0px;
}
.block2 .l .menu-block.i3 .fblock .item.i2 a {
	background-image:url('../images/bg/step2-inactive2.gif');
	background-position:center 0px;
}
.block2 .l .menu-block.i2 .fblock .item.i2 a {
	background-image:url('../images/bg/step2-active.gif');
	background-position:center 0px;
}
.block2 .l .menu-block .fblock .item.i3 a {
	background-image:url('../images/bg/step3-inactive.gif');
	background-position:center 7px;
}
.block2 .l .menu-block.i3 .fblock .item.i3 a {
	background-image:url('../images/bg/step3-active.gif');
	background-position:center 7px;
}

.block1 .l .menu-block .delimiter,
.block2 .l .menu-block .delimiter {
	float:left;
	clear:none;
	width:56px;
	height:100px;
	border:none;
	background:url('../images/bg/delimiter.gif') left top no-repeat;
	margin:0 -28px 0 -38px;
	position:relative;
}
.block2 .l .menu-block .delimiter,
.block2 .l .menu-block.i1 .delimiter.dr {
	width:45px;
	border:none;
	background:url('../images/bg/delimiter.jpg') left top no-repeat;
	margin:0 -28px 0 -28px;
}

.block2 .l .menu-block.i2 .delimiter {
	background:url('../images/bg/delimiter-notselected.jpg') left top no-repeat;
}
.block2 .l .menu-block.i1 .delimiter,
.block2 .l .menu-block.i2 .delimiter.dr {
	background:url('../images/bg/delimiter-selected.jpg') left top no-repeat;
}
.block2 .l .menu-block.i1 .delimiter.dr {
	background:url('../images/bg/delimiter.jpg') left top no-repeat;
}
.block2 .l .menu-block.i3 .delimiter {
	display:none;
}

.block2 .l .forms-block {
	float:left;
	clear:both;
	width:100%;
	background-color:#fef2da;
	margin-right:-100px;
	padding:18px 0 15px 0;
	overflow:hidden;
}
.block2 .l .forms-block .indent {
	padding:0 15px;
}
.block2 .l .forms-block .half {
	float:left;
	clear:none;
}
.block2 .l .forms-block .half .indent {
	padding:0 8px 0 0;
}
.block2 .l .forms-block .half.s .indent {
	padding:0 0 0 8px;
}
.block2 .l .forms-block .fieldset-block {
	margin-bottom:5px;
}
.block2 .l .forms-block .fieldset-block.special {
	margin-bottom:20px;
}
.block2 .l .forms-block .fieldset-block label {
	font-size:105%;
	font-weight:bold;
	background-color:#fef2da;
	margin-top:-10px;
}
.block2 .l .forms-block .fieldset-block table label {
	top:-2px;
	font-size:11px !important;
	font-weight:normal !important;
	background:none !important;
	margin:0 0 0 5px;
	position:relative;
}
.block2 .l .forms-block .fieldset-block table {
	float:left;
	clear:both;
	width:100%;
	border-collapse:collapse;
	border-top:1px #d0c6b3 solid;
}
.block2 .l .forms-block .fieldset-block table td {
	border:none;
	border-bottom:1px #d0c6b3 solid;
	padding:10px 5px;
}
.block2 .l .forms-block .fieldset-block table td.first {
	padding-left:20px;
}
.block2 .l .forms-block .fieldset-block table td.last {
	padding-right:20px;
}
.block2 .l .forms-block .fieldset-block table td,
.block2 .l .forms-block .fieldset-block table td a {
	font-size:11px;
}
.block2 .l .forms-block .fieldset-block table td a {
	/*white-space:nowrap;*/
}
.block2 .l .forms-block .fieldset-block table td .inp {
	margin:-5px 0 -8px 0;
}
.block2 .l .forms-block .fieldset-block table td .inp.wr {
	//width:135px;
	//margin-right:-15px;
}
.block2 .l .forms-block .fieldset-block table td textarea.inp {
	margin:-5px 0 -5px 0;
}
.block2 .l .forms-block .fieldset-block table td p {
	font-size:11px;
	margin:0 0 10px 0;
}

.block2 .l .forms-block h4 {
	float:left;
	clear:both;
	width:100%;
	font-size:85%;
	line-height:1.6em;
	margin:0 0 20px 0;
}
.block2 .l .forms-block h5 {
	float:left;
	clear:both;
	width:100%;
	font-size:12px;
	color:#d30000;
}
.block2 .l .forms-block p {
	float:left;
	clear:both;
	width:100%;
	font-size:85%;
	margin:0 0 10px 0;
}
.block2 .l .forms-block p.tips {
	color:#958e80;
}
.block2 .l .forms-block .special p {
	margin:0 0 15px 0;
}
.block2 .l .forms-block .special .fieldset-panel p {
	margin:0 0 10px 0;
}
.block2 .l .forms-block a {
	float:left;
	clear:both;
	font-size:85%;
}
.block2 .l .forms-block a.small {
	font-size:10px;
	margin-right:-10px;
	white-space:nowrap;
}
.block2 .l .forms-block .special p a {
	float:none;
	font-size:100%;
}
.block2 .l .forms-block p.sub-info {
	font-size:10px;
	color:#7f796d;
}
.block2 .l .forms-block .file-inp {
	float:left;
	clear:both;
	width:100%;
	font:11px Tahoma;
}
.block2 .l .forms-block .inp {
	float:left;
	clear:both;
	width:100%;
	font:12px Tahoma;
	border:1px #c2c2c2 solid;
	margin:-5px 0 10px 0;
	padding:3px 0;
}
.block2 .l .forms-block .inp.error {
	border:2px #cb0000 solid;
}
.block2 .l .forms-block .special .inp {
	margin:-10px 0 15px 0;
}

.block2 .l .forms-block .inline-block a,
.block2 .l .forms-block .inline-block span {
	margin-top:3px;
}
.block2 .l .forms-block .inline-block span {
	font-size:12px;
	color:#000000;
	/*margin-right:5px;*/
	margin-right:-100px;
}
.block2 .l .forms-block .inline-block a {
	font-size:12px;
	font-weight:bold;
	color:#000000;
}

.block1 .r .preloader,
.block2 .l .preloader {
	float:left;
	clear:both;
	width:100%;
	height:220px;
	text-align:center;
	background:#fef2da url('../images/spinner-gallery.gif') center 180px no-repeat;
	margin-top:-403px;
	margin-bottom:-20px;
	padding-top:200px;
	z-index:99;
	display:none;
}

/*.inner-center {
	float:left;
	clear:both;
	padding-left:50%;
	position:relative;
}
.inner-center .sub-info {
	font-size:11px !important;
	margin:10px -10000px 0 0 !important;
	white-space:nowrap;
}
.inner-center .def-btn,
.inner-center .big-btn,
.inner-center img,
.inner-center .sub-info {
	margin-left:-50% !important;
	_margin-left:-25% !important;
}
.inner-center .def-btn {
	_margin-left:-20% !important;
}
.block1 .l .inner-center {
	margin-top:25px;
	margin-bottom:50px;
}
.block1 .r .message .inner-center {
	margin-top:15px;
}*/

.inner-center {
	float:left;
	clear:both;
	width:100%;
	border-collapse:collapse;
}
.inner-center td {
	width:auto;
	border:none;
	padding:0;
}
.inner-center td.first {
	width:50%;
}
.inner-center td.incenter {
	width:1%;
}
.inner-center td.incenter div.pos-fix {
	float:left;
	margin-right:-1000px;
}
.inner-center td.incenter .def-btn,
.inner-center td.incenter .big-btn,
.inner-center td.incenter img,
.inner-center td.incenter .sub-info,
.inner-center td.incenter .small-btn {
	left:-50%;
	position:relative;
}
.inner-center .sub-info {
	margin-right:-1000px !important;
	white-space:nowrap;
}

.block1 .l .inner-center {
	margin-top:25px;
	margin-bottom:50px;
}
.block1 .r .message .inner-center {
	margin-top:15px;
}


.block1 .r,
.block2 .r {
	width:400px;
	position:relative;
	z-index:10;
}

.block2 .r .preloader {
	top:350px;
	left:0px;
	width:100%;
	text-align:center;
	background:url('../images/spinner-thumbnail.gif') center top no-repeat;
	padding-top:20px;
	position:absolute;
	z-index:99;
	display:none;
}

.block1 .r .message {
	width:340px;
}

.block2 .r .tag {
	float:left;
	clear:both;
	width:497px;
	height:165px;
	background:url('../images/bg/tag.png') left top no-repeat;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='site/images/bg/tag.png', sizingMethod='crop');
	margin-top:-35px;
	margin-left:-49px;
	_margin-left:-25px;
	_margin-right:-100px;
	margin-bottom: 40px;
	position:relative;
	z-index:12;
}
.block2 .r .tag .text1 {
	top:34px;
	left:150px;
	position:absolute;
}
.block2 .r .tag .text1 p {
	font-size:11px;
	color:#d30000;
	margin:0;
}
.block2 .r .tag .text1 h4 {
	font-size:17px;
	font-weight:bold;
	color:#d30000;
	margin:0;
}
.block2 .r .tag .text2 {
	top:35px;
	left:325px;
	width:145px;
	position:absolute;
}
.block2 .r .tag .text2 h5 {
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	margin:0;
}
.block2 .r .tag .text2 p {
	font-size:11px;
	color:#ffffff;
	margin:0;
}
.block2 .r .tag .text2 p a {
	color:#ffffff;
}


.block3 {
	/*margin-top:-30px;*/
	margin-top:-5px;
}
.block3 .indent {
	padding:0 0 0 170px;
}
.block3 .l {
	padding-top:70px;
}
.block3 .l ul {
	float:left;
	clear:both;
	width:100%;
	margin:0;
	position:relative;
	z-index:10;
}
.block3 .l ul li {
	float:left;
	clear:both;
	width:100%;
	font-size:135%;
	list-style:none;
	margin-top:10px;
}
.block3 .l ul li a {
	float:left;
	clear:both;
	background:url('../images/bg/menu-arrow.gif') left 8px no-repeat;
	padding-left:15px;
}

.block3 .r h1 {
	float:left;
	clear:both;
	width:100%;
	font-size:30px;
	color:#d52000;
	text-transform:none;
	margin:0 0 30px 0;
}
.block3 .r h3 {
	float:left;
	clear:both;
	width:100%;
	font-size:18px;
	font-weight:bold;
	color:#000000;
	margin:0;
}
.block3 .r .text-block {
	float:left;
	clear:both;
	width:100%;
	margin-bottom:70px;
}
.block3 .r .text-block p {
	float:left;
	clear:both;
	width:100%;
	font:105% Arial;
	color:#000000;
	margin:20px 0 0 0;
}



.def-btn {
	float:left;
	clear:both;
	color:#ffffff;
	text-decoration:none;
	padding-left:30px;
}
.def-btn,
.def-btn span {
	background:#4ea1be url('../images/bg/def-btn.gif') left top no-repeat;
}
.def-btn span {
	float:left;
	clear:both;
	background-color:transparent;
	background-position:right -51px;
	padding:6px 30px 8px 0;
}


.big-btn {
	float:left;
	clear:none;
	font-size:135% !important;
	font-weight:bold;
	color:#ffffff;
	padding-left:25px;
	white-space:nowrap;
	position:relative;
	cursor:pointer;
}
.big-btn.disabled {
	color:#bab0a2;
	cursor:default;
}
.big-btn.submit {
	padding:0;
}
.big-btn.submit input {
	font:18px Tahoma !important;
	font-weight:bold;
	color:#ffffff;
	border:none;
	background:none;
	padding:10px 25px 14px 25px;
	//padding:10px 0px 14px 0px;
	cursor:pointer;
}
.big-btn.disabled:hover {
	text-decoration:underline;
}
.big-btn,
.big-btn span {
	background:#2d92b3 url('../images/bg/big-btn.jpg') left top no-repeat;
}
.forms-block .big-btn,
.forms-block .big-btn span {
	background:#2d92b3 url('../images/bg/big-btn2.jpg') left top no-repeat;
}
.forms-block .big-btn.disabled {
	background-position: left -110px;
}
.forms-block .big-btn.cut {
	background-position: left -220px;
}
.big-btn span,
.forms-block .big-btn span {
	float:left;
	clear:none;
	background-color:transparent;
	background-position:right -55px;
	padding:10px 40px 14px 0;
}
.forms-block .big-btn.disabled span {
	background-position: right -165px;
}
.forms-block .big-btn.cut span {
	background-position: right -275px;
	padding-right:25px;
}
.big-btn.submit span {
	top:0px;
	right:0px;
	width:20px;
	height:100%;
	padding:0 !important;
	position:absolute;
}
.big-btn span em {
	font-style:normal;
}


.small-btn {
	float:left;
	clear:none;
	font-size:90% !important;
	font-weight:normal;
	color:#ffffff;
	padding-left:30px;
}
.small-btn.back {
	top:10px;
	_left:-180px !important;
	margin:0px 0px -25px -90px;
	_margin:0 0 -100px 0 !important;
	position:relative;
}
.small-btn,
.small-btn span {
	background:#928980 url('../images/bg/small-btn.jpg') left top no-repeat;
}
.small-btn span {
	float:left;
	clear:none;
	background-color:transparent;
	background-position:right -43px;
	padding:6px 20px 7px 0;
}
.small-btn span em {
	font-style:normal;
}


.caption-btn {
	float:left;
	clear:none;
	width:100%;
	font-size:135% !important;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	margin-bottom:5px;
}
.forms-block .caption-btn.green {
	margin-bottom:20px;
}
.caption-btn,
.caption-btn span {
	background:#934e4e url('../images/bg/captions.gif') right -55px no-repeat;
}
.caption-btn.brown {
	background-position:right -165px;
}
.caption-btn.green {
	background-position:right -275px;
}
.caption-btn.red {
	background-position:right -385px;
}
.caption-btn span {
	float:left;
	clear:none;
	width:90%;
	background-color:transparent;
	background-position:left top;
	padding:10px 0 13px 5%;
}
.caption-btn.brown span {
	background-position:left -109px;
}
.caption-btn.green span {
	background-position:left -219px;
}
.caption-btn.red span {
	background-position:left -331px;
}
.caption-btn span em {
	font-style:normal;
}
.caption-btn.disabled,
.caption-btn.disabled span {
	color:#bab0a2;
	background:#e1d6c2;
}

.style-btn {
	float:left;
	clear:both;
	border:none;
	background:#7b776e url('../images/bg/style-btn.gif') left top repeat-x;
	font:11px Tahoma;
	color:#ffffff;
	margin-bottom:10px;
	padding:3px 15px 4px 15px;
	_padding:3px 7px 4px 7px;
}


.fieldset-block {
	float:left;
	clear:both;
	width:100%;
	margin-right:-2px;
	padding-top:10px;
	padding-right:2px;
	position:relative;
	overflow:hidden;
}
.fieldset-block .border {
	float:left;
	clear:both;
	width:100%;
	border:1px #a59a82 solid;
	padding:17px 0;
	position:relative;
}
.fieldset-block.special {
	width:99%;
}
.fieldset-block.special .border {
	border:1px #7f796d solid;
}
.fieldset-block.grad {
	background:#fef2da url('../images/bg/fieldset-grad.gif') left top repeat-x;
}
.fieldset-block label {
	top: 0;
	left: 10px;
	font-size:105%;
	color:#000000;
	background-color:#fdecc7;
	padding:0 8px;
	position:absolute;
}
.fieldset-block.big label {
	font:120% Arial;
	font-weight:bold;
	color:#000000;
}
.fieldset-block.special label {
	float:left;
	width:100%;
	font-size:135% !important;
	font-weight:normal !important;
	color:#000000;
	text-align:center;
	background:none !important;
	margin-top:-12px !important;
	padding:0;
}
/*.fieldset-block label {
	top:0px;
	left:10px;
	font-size:105%;
	color:#000000;
	background-color:#fdecc7;
	margin-top:-13px;
	padding:0 8px;
	position:absolute;
}
.fieldset-block.big label {
	font:120% Arial;
	font-weight:bold;
	color:#000000;
	margin-top:-13px;
}
.fieldset-block.special label {
	left:0px;
	width:100%;
	font-size:135% !important;
	font-weight:normal !important;
	color:#000000;
	text-align:center;
	background:none !important;
	margin-top:-13px !important;
	padding:0;
	position:absolute;
}*/
.fieldset-block.special label span {
	background-color:#fef2da;
	padding:0 8px;
}
.fieldset-block .indent {
	padding:0 17px !important;
}
.fieldset-block .half {
	float:left;
	clear:none;
}
.fieldset-block .half .indent {
	padding:0 30px 0 0 !important;
}
.fieldset-block .half.s .indent {
	padding:0 0 0 30px !important;
}
.fieldset-block .half p {
	float:left;
	clear:both;
	width:100%;
	font-size:85%;
	color:#000000;
	margin:0;
}

.fieldset-panel {
	float:left;
	clear:both;
	width:100%;
	border-top:1px #7f796d solid;
	border-bottom:1px #7f796d solid;
	background-color:#fdecc7;
	overflow:hidden;
}
.fieldset-panel .indent {
	padding:0 10px !important;
}
.fieldset-panel .column {
	border-right:1px #7f796d solid;
	margin-bottom:-990px;
	padding:10px 0 1000px 0;
}
.fieldset-panel .column .column {
	border:none;
	margin-bottom:0px;
	padding:0;
}
.fieldset-panel .column.last {
	border-right:none;
}

.fieldset-panel p {
	font-size:11px;
}
.fieldset-panel p.c {
	text-align:center;
}
.fieldset-panel p.small {
	font-size:9px !important;
}

.fieldset-panel .orientation {
	float:left;
	clear:both;
	width:22px;
	height:15px;
	border:1px #d0c6b3 solid;
	background-color:#ffffff;
	margin-top:7px;
	margin-left:23px;
	_margin-left:11px;
}
.fieldset-panel .orientation.vertical {
	width:15px;
	height:22px;
	margin-top:0px;
	margin-left:28px;
	_margin-left:14px;
}


.gallery {
	float:left;
	clear:both;
	width:100%;
	height:420px;
	margin-bottom:-17px;
	overflow-y:scroll;
	_overflow-x:hidden;
}
.gallery .item {
	float:left;
	clear:none;
	width:25%;
	//width:24%;
	height:140px;
}
.gallery .item .selection {
	float:left;
	clear:both;
	width:100%;
	padding:15px 0 10px 0;
}
.gallery .item.selected .selection {
	background-color:#ddd3be;
}
.gallery .item .selection .indent {
	padding:0 15px;
}
.gallery .item .selection img {
	float:left;
	clear:both;
	border:1px #d0c6b3 solid;
	margin-left:5px;
}
.gallery .item .selection p {
	float:left;
	clear:both;
	width:100%;
	font-size:11px;
	text-align:center;
	margin:5px 0 0 0 !important;
	_margin-top:-10px !important;
}
*:first-child+html .gallery .item .selection p {
	margin-top:-10px !important;
}
.gallery .item.selected .selection p {
	font-weight:bold;
}

.gallery .notification {
	float:left;
	clear:both;
	width:100%;
	font-size:90%;
	color:#999999;
	text-align:center;
	margin-top:200px;
}
.gallery .notification .indent {
	padding:0 30px;
}


.message {
	float:left;
	clear:both;
	width:100%;
	border:1px #ffffff solid;
	background:#fbdba1 url('../images/bg/message.gif') left bottom repeat-x;
	margin-bottom:25px;
	padding:0 0 15px 0;
	position:relative;
}
.message .arrow {
	bottom:0px;
	_bottom:-2px;
	left:50%;
	width:28px;
	height:14px;
	background:url('../images/bg/message-arrow.gif') left top no-repeat;
	margin-left:-14px;
	margin-bottom:-14px;
	position:absolute;
}
.message .indent {
	padding:0 15px;
}
.message p {
	float:left;
	clear:both;
	width:100%;
	font-size:105%;
	text-align:center;
	margin-top:15px;
}

.page-size {
	float:left;
	clear:none;
	width:40px;
	height:50px;
	border:1px #666666 dotted;
}
.page-size .a5 {
	float:left;
	clear:none;
	width:100%;
	height:50%;
	border-bottom:1px #666666 dotted;
}
.page-size .a6 {
	float:left;
	clear:none;
	width:50%;
	height:100%;
	border-right:1px #666666 dotted;
}
.page-size.a4,
.page-size.a5 .a5,
.page-size.a6 .a6 {
	background-color:#ffffff;
}

.page-dim {
	float:left;
	clear:none;
	margin:22px 0 0 30px;
	position:relative;
	z-index:10;
}
.page-dim input {
	float:left;
	clear:none;
	width:23px;
	font:11px Tahoma;
	border:1px #666666 solid;
	padding:3px 5px;
}
.page-dim input.disabled {
	background-color:#ddd1b7;
}
.page-dim span {
	float:left;
	clear:none;
	font-size:11px;
	margin:3px 5px 0 5px;
}
.page-dim .bottom span {
	font-size:9px;
	color:#666666;
	margin:0 19px 0 2px;
}


.center-2,
.center-3 {
	float:left;
	clear:both;
}
.center-2,
.center-3 {
	left:50%;
	width:50%;
	/*padding-left:50%;*/
	position:relative;
}
.center-3 {
	width:75%;
}
.center-2 .scroll-bar,
.center-3 .scroll-bar {
	margin-left:-50%;
	_margin-left:0;
	_left:-65%;
}
.center-2 .scroll-bar td.last,
.center-3 .scroll-bar td.last {
	width:1%;
}

.scroll-bar {
	float:left;
	clear:both;
	width:100%;
	margin-top:10px;
	padding-top:10px;
	position:relative;
}
.scroll-bar--additional {
	float: right;
	width: 50%;
	margin-right: 10px;
	margin-bottom: -28px;
	padding: 10px;
	overflow: hidden;
	z-index: 1;
}

.scroll-bar-overflow {
	/*float:left;
	clear:both;
	width:100%;
	margin:0 -500px;
	_margin-left:-250px;
	padding:0 500px;
	overflow:hidden;
	position:relative;*/
}
.scroll-bar table,
.block2 .l .forms-block .fieldset-block .scroll-bar table {
	float:left;
	clear:both;
	width:100%;
	border-top:none;
	border-collapse:collapse;
}
.scroll-bar table th,
.block2 .l .forms-block .fieldset-block .scroll-bar table th {
	border:none;
	padding:0;
}
.scroll-bar table th div,
.block2 .l .forms-block .fieldset-block .scroll-bar table th div {
	height:1px;
	font-size:1px;
	border:1px #746e63 solid;
	border-bottom:none;
	background-color:#ffffff;
	margin-left:-1px;
	_margin-left:0px;
	_margin-right:-1px;
	_padding-right:1px;
	_position:relative;
}
.scroll-bar table td,
.block2 .l .forms-block .fieldset-block .scroll-bar table td {
	height:22px;
	font-size:10px;
	color:#726d62;
	border:none;
	border-top:1px #746e63 solid;
	border-left:1px #746e63 solid;
	vertical-align:bottom;
	padding:0 2px;
}
.scroll-bar--reversal table td {
	vertical-align: top;
	border-top: none;
}


.scroll-bar.tdc1 table td {
	width:100%;
}
.scroll-bar.tdc2 table td {
	width:50%;
}
.scroll-bar.tdc3 table td {
	width:33%;
}
.scroll-bar.tdc4 table td {
	width:25%;
}
.scroll-bar.tdc5 table td {
	width:20%;
}
.scroll-bar.tdc6 table td {
	width:16%;
}
.scroll-bar.tdc7 table td {
	width:14%;
}
.scroll-bar.tdc8 table td {
	width:12%;
}
.scroll-bar.tdc9 table td {
	width:11%;
}
.scroll-bar.tdc10 table td {
	width:10%;
}
.scroll-bar.tdc11 table td {
	width:9%;
}
.scroll-bar.tdc12 table td {
	width:8%;
}
.scroll-bar table tr.additional td,
.block2 .l .forms-block .fieldset-block .scroll-bar table tr.additional td {
	height:auto;
	font-size:10px;
	color:#726d62;
	border:none;
	vertical-align:top;
	padding:0 2px;
}

.scroll-bar table td.selected,
.block2 .l .forms-block .fieldset-block .scroll-bar table td.selected {
	font-size:11px;
	font-weight:bold;
	color:#000000;
}
.scroll-bar table tr.additional td.selected,
.block2 .l .forms-block .fieldset-block .scroll-bar table tr.additional td.selected {
	font-size:10px;
	font-weight:normal;
	color:#726d62;
}
.scroll-bar table tr.additional td,
.block2 .l .forms-block .fieldset-block .scroll-bar table tr.additional td {
	vertical-align:middle;
	padding-top:5px;
}
.scroll-bar table td div,
.block2 .l .forms-block .fieldset-block .scroll-bar table td div {
	float:left;
	clear:both;
	margin-right:-1000px;
}
.scroll-bar--reversal td.selected div {
	margin-top: -1px;
}

.scroll-bar table td.last,
.block2 .l .forms-block .fieldset-block .scroll-bar table td.last {
	border-top: none;
	border-bottom: none;
}
.scroll-bar table td.last div,
.block2 .l .forms-block .fieldset-block .scroll-bar table td.last div {
	position:relative;
}
.scroll-bar table .additional td.last div,
.block2 .l .forms-block .fieldset-block .scroll-bar table .additional td.last div {
	position:static;
}
.scroll-bar .slider {
	top:0px;
	left:0px;
	width:9px;
	height:23px;
	background:url('../images/bg/slider.jpg') left top no-repeat;
	margin-left:-5px;
	position:absolute;
	cursor:pointer;
	display:none;
}
.scroll-bar.js .slider {
	display:block;
}
.scroll-bar .noscript-inp {
	float:left;
	margin:-18px -1000px 0 -8px;
	_margin-top:-23px;
	//margin-left:-12px;
	position:relative;
}
.scroll-bar .selected .noscript-inp {
	margin-top:-17px;
	_margin-top:-22px;
}

.scroll-bar--reversal .noscript-inp {
	top: 35px;
}
.scroll-bar--reversal .selected .noscript-inp {
	top: 34px;
}

.clickarea {
	float:left;
	width:35px;
	background-color:#ffffff;
	opacity:0.01;
	filter:alpha(opacity = 1);
	margin:-18px -1000px -1000px -15px;
	padding-bottom:1000px;
	position:relative;
	z-index:20;
}

.column-data {
	float:left;
	clear:both;
	width:100%;
	position:relative;
	overflow:hidden;
}
.cut-line .column-data {
	width: 100% !important;
}
.column-data p {
	_width:auto !important;
}
.column-data .clickarea {
	width:100%;
}
td .column-data {
	width:auto;
}
.column-data .padding {
	padding:0 0 0 42px !important;
}
.column-data .padding img {
	float:left;
	margin-left:-42px;
}
.column-data .padding img {
	float:left;
	clear:none;
	margin-left:-42px;
}
.column-data p {
	float:left;
	clear:both;
	width:100%;
	color:#000000;
}
.column-data .padding p {
	clear:none !important;
	font-size:10px;
	margin-top:5px;
}
.column-data p.c {
	text-align:center;
	_width:100% !important;
}
.column-data p.nw {
	white-space:nowrap;
}
.column-data p.nm {
	_width:auto !important;
	margin:0;
}
.column-data .bg {
	float:left;
	clear:both;
	background-color:#fef2da;
	opacity:0.5;
	filter:alpha(opacity = 50);
	margin-top:-500px;
	margin-bottom:-1000px;
	margin-right:-1000px;
	padding-bottom:1000px;
	padding-right:1000px;
}
.fieldset-panel .column-data .bg {
	background:#fdecc7;
}
.selected .column-data .bg {
	background:none;
}
.color-balls {
	float:left;
	clear:both;
	width:12px;
	height:12px;
	background:url('../images/icons/color-balls.gif') left top repeat-x;
}
.color-balls.b2 {
	width:27px;
}
.color-balls.b3 {
	width:42px;
}
.color-balls.b4 {
	width:57px;
}

.cut-line {
	float:left;
	clear:both;
	width:100%;
	overflow:hidden;
}
.cut-line.nocut {
	overflow:visible;
}
.cut-line .column {
	float:left;
	clear:none;
}
.cut-line.selective .column {
	padding:10px 0;
}
.cut-line.selective .column.selected {
	background-color:#ddd3be;
}

.cut-line.c1 .column {
	width:100%;
}
.cut-line .cut-line.c2 .column,
.cut-line.c2 .column {
	width:50%;
}
.cut-line .cut-line.c2 .column.last,
.cut-line.c2 .column.last {
	width:50%;
	margin-right:-100px;
}
.cut-line.c3 .column {
	width:33%;
}
.cut-line.c3 .column.last {
	width:34%;
	margin-right:-100px;
}
.cut-line.c4 .column {
	width:25%;
}
.cut-line.c4 .column.last {
	width:25%;
	margin-right:-100px;
}
.cut-line.c4-2 .column {
	width:50%;
}
.cut-line.c4-2 .column.last {
	width:50%;
	margin-right:-100px;
}
.cut-line.c5 .column {
	width:20%;
}
.cut-line.c5 .column.last {
	width:20%;
	margin-right:-100px;
}

.cut-line .covering {
	float:left;
	clear:both;
	width:100%;
	font-size:11px;
	color:#000000;
	text-decoration:none;
	text-align:center;
	background:url('../images/icons/no-covering.gif') center top no-repeat;
	padding-top:45px;
}
.cut-line .covering:hover {
	text-decoration:underline;
}
.cut-line.selective .selected .covering {
	background-position:center -147px;
}
.cut-line .covering.cov2 {
	background:url('../images/icons/mat-covering.gif') center top no-repeat;
}
.cut-line.selective .selected .covering.cov2 {
	background-position:center -147px;
}
.cut-line .covering.cov3 {
	background:url('../images/icons/glossy-covering.gif') center top no-repeat;
}
.cut-line.selective .selected .covering.cov3 {
	background-position:center -148px;
}
.cut-line .covering.cov4 {
	background:url('../images/icons/offset-covering.gif') center top no-repeat;
}
.cut-line.selective .selected .covering.cov4 {
	background-position:center -147px;
}
.cut-line .covering.cov5 {
	background:url('../images/icons/uk-covering.gif') center top no-repeat;
}
.cut-line.selective .selected .covering.cov5 {
	background-position:center -148px;
}

.cufon canvas {
	margin-bottom:-3px;
	margin-right:-10px;
}

.add-placeholder {
	float:left;
	clear:both;
	width:100%;
	text-align:center;
	margin-bottom:20px;
	position:relative;
	z-index:50;
}

.overal-sum {
}
.overal-sum .padding {
	padding:0 0 0 70px !important;
}
.overal-sum .last .padding {
	padding:0 20px !important;
}
.overal-sum h3 {
	font-size:18px;
	font-weight:bold;
	text-align:left;
	color:#cc0000;
	line-height:0.8em;
	margin:10px 0 0 0;
	_margin:0;
}
.overal-sum h3 span {
	font-size:11px;
	font-weight:normal;
	color:#000000;
	margin-right:10px;
}
.overal-sum h3 span.rs {
	float:right;
	font-size:10px;
	color:#7f796d;
	text-align:right;
	line-height:1.1em;
	margin:0 0 -100px 0;
	//margin:-15px 0 -50px 0;
	//left:-20px;
	position:relative;
}
.overal-sum h3 span.rs a {
	float:none !important;
	font-size:100% !important;
}

.fblock.overal-sum {
	font-size:12px;
	color:#cb0000;
	text-align:center;
	margin-top:15px;
}
.fblock.overal-sum a {
	float:none !important;
	font-size:12px !important;
	color:#cb0000;
}


#new-count {
	font-weight:bold;
}
#new-price {
	font-size: 1.636em;
	line-height: 1.666em;
	font-weight:bold;
}


.list-block,
.list-block .years,
.list-block ul {
	float:left;
	clear:both;
	width:100%;
}
.list-block {
	margin-top:25px;
}

.list-block .r {
	float:right;
	clear:both;
}
.list-block .years,
.list-block .r {
	font-size:90%;
	color:#898888;
}
.list-block .years span,
.list-block .r span,
.list-block .years a,
.list-block .r a {
	float:left;
	clear:none;
	margin-right:5px;
}
.list-block .years span.selected,
.list-block .r span.selected {
	/*font-weight:bold;*/
	color:#d72100;
}

.list-block ul {
	border-top:1px #000000 dotted;
	margin:20px 0;
	padding:0;
}
.list-block ul li {
	float:left;
	clear:both;
	width:100%;
	font-size:105%;
	color:#000000;
	list-style:none;
	border-bottom:1px #000000 dotted;
	margin:0;
	padding:15px 0;
}
.list-block ul li a {
	color:#000000;
	text-decoration:none;
}
.list-block ul li a:hover {
	/*font-weight:bold;*/
	color:#0089c2;
	text-decoration:underline;
}

.list-block ul li .padding {
	padding:0 0 0 95px !important;
}
.list-block ul li.no-img .padding {
	padding:0 !important;
}
.list-block ul li img {
	float:left;
	clear:none;
	border:1px #a3a3a3 solid;
	margin-left:-95px;
	padding:3px;
}
.list-block ul li.no-img img {
	display:none;
}


.flash-block {
	float:left;
	clear:both;
	width:100%;
	border-top:1px #a59a82 solid;
	background-color:#fef5e0;
	margin-bottom:-44px;
	padding:25px 0;
}
.flash-block .indent {
	padding:0 35px;
}
.flash-block h2 {
	float:left;
	clear:both;
	width:100%;
	font-size:135%;
	color:#787369;
	margin:0;
}
.flash-block .half {
	float:left;
	clear:none;
}
.flash-block .half .indent {
	padding:0 30px 0 0;
}
.flash-block .half.rb .indent {
	padding:0;
}
.flash-block .half p {
	float:left;
	clear:both;
	width:100%;
	font-size:85%;
	color:#787369;
	margin:20px 0 0 0;
}


.error-message,
.inline-block div.error-message {
	float:left !important;
	clear:both !important;
	width:100% !important;
	font-size:11px;
	color:#cb0000;
	background-color:#ddd3be;
	margin-bottom:10px;
	padding:15px 0;
}
.error-message .indent {
	padding:0 15px;
}

.b-form-container {
	margin: 0 -15px;
}

.b-form {
	width: 100%;
	border-collapse: separate;
}
.b-form-cell {
	padding: 0 0 17px;
}

.b-form-cell-title {
	top: 0;
	left: 10px;
	background: #FEF2DA;
	font-size: 105%;
	font-weight: bold;
	color: #000;
	padding: 0 8px;
	position: absolute;
}
.b-form-cell-content {
	min-height: 15px;
	padding: 27px 17px 0;
	margin-top: -10px;
	position: relative;
	overflow: hidden;
}

.b-form-cell-column {
	float: left;
	width: 50%;
	border-right: 1px #d3c9b5 solid;
	margin-right: -1px;
	position: relative;
}
.b-form-cell--binding .b-form-cell-column {
	width: 34%;
}
.b-form-cell--binding .b-form-cell-column--first {
	width: 32%;
}

.b-form-cell-column--last {
	float: none;
	width: auto !important;
	border: none;
	border-left: 1px #d3c9b5 solid;
	margin: 0;
	padding-left: 20px;
	overflow: hidden;
}

.b-form-cell-paper_type-type {
	font-size: .923em;
}
.b-form-cell-paper_type--selected .b-form-cell-paper_type-type {
	font-weight: bold;
}

.b-form-cell-paper_type-type span {
	margin-left: 3px;
}

.b-form-cell-paper_type-info {
	padding-left: 20px;
}

.b-form-cell-paper_type-info_line,
.block2 .l .forms-block .b-form-cell-paper_type-info_line {
	float: none;
	width: auto;
	color: #756f64;
	white-space: nowrap;
	margin-bottom: 5px;
}
.b-form-cell-paper_type-info_line--light,
.block2 .l .forms-block .b-form-cell-paper_type-info_line--light {
	color: #979082;
}

.b-form-cell-paper_type-density {
	margin-top: -5px;
	margin-left: -3px;
	padding: 0;
}
.b-form-cell-paper_type-density_unit {
	float: left;
	font-size: .916em;
	color: #756f64;
	margin-right: 10px;
	list-style: none;
}
.b-form-cell-paper_type--selected .b-form-cell-paper_type-density_unit .b-form-cell-paper_type-type {
	font-weight: 400;
}

.b-form-cell-paper_type-fade,
.b-form-cell-binding-fade,
.b-form-cell-chroma-saturation-fade {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fef2da;
	opacity: 0.64;
	filter: alpha(opacity = 64);
	position: absolute;
}
.b-form-cell-paper_type-fade {
	top: 18px;
}

.b-form-cell-paper_type--selected .b-form-cell-paper_type-fade,
.selected .b-form-cell-binding-fade {
	display: none;
}


.b-form-cell-binding {
	padding: 0 15px 0 20px;
}
.b-form-cell-column--first .b-form-cell-binding {
	padding: 0 20px;
}

.b-form-cell-column--first .b-form-cell-binding,
.b-form-cell-column--last .b-form-cell-binding {
	padding-left: 0;
}

.b-form-cell-binding-title {
	font-size: .846em;
	font-weight: bold;
	color: #000;
	text-align: center;
	margin: 0 0 10px;
}
.b-form-cell-binding-column {
	float: left;
	width: 50%;
	position: relative;
}
.b-form-cell-binding-column--last {
	float: none;
	width: auto;
	overflow: hidden;
}

.b-form-cell-binding-column label {
	font-size: .864em;
	color: #867c67;
	text-align: center;
	white-space: nowrap;
	display: block;
}

.b-form-cell-binding-column a {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

.b-form-cell-binding-icon {
	width: 40px;
	height: 50px;
	margin: 3px auto 0;
	background: url(../images/icons/bindings.gif) no-repeat;
	display: block;
}
.b-form-cell-binding-icon--spring_small_side {
	background-position: 0 0;
}
.b-form-cell-binding-icon--spring_big_side {
	background-position: -40px 0;
}
.b-form-cell-binding-icon--closed_spring_small_side {
	background-position: -80px 0;
}
.b-form-cell-binding-icon--closed_spring_big_side {
	background-position: -120px 0;
}
.b-form-cell-binding-icon--glue_small_side {
	background-position: -160px 0;
}
.b-form-cell-binding-icon--glue_big_side {
	background-position: -200px 0;
}


.b-form-cell-chroma {
	width: 16px;
	margin: 0 auto;
	position: relative;
}

.b-form-cell-chroma-delimiter {
	font-size: 12px;
	text-align: center;
	display: block;
}

.b-form-cell-chroma-block {
	top: 0;
	right: 100%;
	position: absolute;
}
.b-form-cell-chroma-block--secondary {
	right: auto;
	left: 100%;
}

.b-form-cell-chroma-saturation-count {
	width: 30px;
	height: 17px;
	background: url(../images/bg/custom-select.gif) no-repeat;
	overflow: hidden;
	position: relative;
}
.b-form-cell-chroma-saturation-count span {
	font-size: 12px;
	text-align: center;
	margin-bottom: -17px;
	padding-right: 10px;
	display: block;
}
.b-form-cell-chroma-saturation-count select {
	opacity: 0;
	filter: alpha(opacity = 0);
}

.b-form-cell-chroma-saturation {
	top: 50%;
	right: 100%;
	width: 12px;
	height: 12px;
	background: url(../images/icons/color-balls.gif) repeat-x;
	margin-top: -6px;
	margin-right: 5px;
	overflow: hidden;
	position: absolute;
}
.b-form-cell-chroma-saturation--s1 {
	width: 12px;
}
.b-form-cell-chroma-saturation--s2 {
	width: 27px;
}
.b-form-cell-chroma-saturation--s3 {
	width: 42px;
}
.b-form-cell-chroma-saturation--s4 {
	width: 57px;
}
.b-form-cell-chroma-saturation--s5 {
	width: 72px;
}

.b-form-cell-chroma-block--secondary .b-form-cell-chroma-saturation {
	right: auto;
	left: 100%;
	margin-left: 5px;
	margin-right: 0;
}

.b-form-cell-chroma-saturation-triggers {
	width: 80px;
	height: 12px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}
.b-form-cell-chroma-saturation-trigger {
	float: left;
	width: 12px;
	height: 12px;
	margin: 0 3px 0 0;
	display: block;
	cursor: pointer;
}

.b-form-cell-chroma-saturation-fade {
	width: 100px;
}
.b-form-cell-chroma-block--secondary .b-form-cell-chroma-saturation-fade {
	left: auto;
	right: 0;
}

.b-form-cell-chroma-saturation--s5.selected--s1 .b-form-cell-chroma-saturation-fade {
	width: 60px;
}
.b-form-cell-chroma-saturation--s4.selected--s1 .b-form-cell-chroma-saturation-fade,
.b-form-cell-chroma-saturation--s5.selected--s2 .b-form-cell-chroma-saturation-fade {
	width: 45px;
}
.b-form-cell-chroma-saturation--s4.selected--s2 .b-form-cell-chroma-saturation-fade,
.b-form-cell-chroma-saturation--s5.selected--s3 .b-form-cell-chroma-saturation-fade {
	width: 30px;
}
.b-form-cell-chroma-saturation--s4.selected--s3 .b-form-cell-chroma-saturation-fade,
.b-form-cell-chroma-saturation--s5.selected--s4 .b-form-cell-chroma-saturation-fade {
	width: 15px;
}
.b-form-cell-chroma-saturation--s4.selected--s4 .b-form-cell-chroma-saturation-fade,
.b-form-cell-chroma-saturation--s5.selected--s5 .b-form-cell-chroma-saturation-fade {
	width: 0px;
}


.b-checkbox_line {
	clear: both;
	padding-top: 20px;
	display: block;
}
.b-checkbox_line--addtional {
	left: -19px;
	margin-bottom: -23px;
	padding-top: 0;
	margin-left: 50%;
	position: relative;
	z-index: 1;
}
.b-checkbox_line--sheets {
	margin: 0 -45px 0 50px;
	padding-bottom: 60px;
}

.b-checkbox_line-grid {
	width: 100%;
	border-collapse: collapse;
}
.b-checkbox_line-cell {
	width: 1%;
	border: none;
	border-left: 1px #746E63 solid;
	padding: 0;
}
.b-checkbox_line-cell-trigger {
	height: 25px;
	font-size: .769em;
	display: block;
	position: relative;
	padding-left: 5px;
	cursor: pointer;
}
.b-checkbox_line-cell-border {
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	border: 1px #746E63 solid;
	border-left: none;
	border-right: none;
	background: #fff;
	position: absolute;
}
.b-checkbox_line-cell-input {
	top: 0;
	left: 0;
	margin: -4px 0 0 -8px;
	position: absolute;
}
.b-checkbox_line--reverse .b-checkbox_line-cell-input {
	top: 100%;
	margin-top: -7px;
}

.b-checkbox_line-cell-value {
	bottom: -1px;
	_bottom: auto;
	_top: 100%;
	left: 3px;
	color: #736e63;
	_margin-top: -13px;
	position: absolute;
}
.b-checkbox_line-cell.selected .b-checkbox_line-cell-value {
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
}
.b-checkbox_line--reverse .b-checkbox_line-cell.selected .b-checkbox_line-cell-value {
	margin-top: -2px
}
.b-checkbox_line--reverse .b-checkbox_line-cell-value {
	bottom: auto;
	top: 0;
	margin-top: -1px;
}

.b-checkbox_line-cell-additional_content {
	top: 100%;
	left: -50%;
	width: 100%;
	margin-top: 5px;
	position: absolute;
}

.b-checkbox_line .click-area {
	float: none !important;
	clear: none !important;
	font-size: inherit !important;
	text-decoration: none !important;
}

.b-sheets_icon {
	width: 30px;
	height: 35px;
	background: url(../images/icons/pages.gif) no-repeat;
	margin: 0 auto;
	opacity: 0.50;
	filter: alpha(opacity = 50);
	display: block;
}
.b-checkbox_line-cell.selected .b-sheets_icon {
	opacity: 1;
	filter: alpha(opacity = 100);
}
.b-sheets_icon--50_pages {
	background-position: -30px 0;
}
