/* lightbox
*******************************************************************************/
.lightbox-list {
	display: none;
}

.lightbox {
	width: 727px;
	color: #000;
	overflow: hidden;
}

.lightbox-box {
	overflow: hidden;
	position: relative;
	background: #ffffff;
	width: 684px;
	padding: 19px 24px 0 19px;
	-webkit-border-radius:13px;
	-moz-border-radius:13px;
	border-radius: 13px;
	box-shadow:0 0 10px rgba(0, 0, 0, 0.6);
}

.lightbox-box_calc {
	background: #ffffff;
	width: 593px;
	padding: 43px 105px 46px 29px;
}

.lightbox h2 {
	font-weight: bold;
	font-size: 24px;
	line-height: 27px;
	margin:  0 0 15px;
}

.lightbox-box_calc h2 {
	margin-left: 108px;
}

/* ===== lightbox form calculator ===== */

.form-calculate_lightbox {
	background: #ffffff;
	margin: 0 0 15px;
}

.form-calculate_lightbox label {
	float:left;
	width: 92px;
	margin: 8px 13px 0 0;
	text-align: right;
}

.form-calculate_lightbox .input-holder {
	float: left;
	width: 237px;
	margin-right: 7px;
	margin-bottom: 0;
}

.form-calculate_lightbox .radio-group {
	float: left;
	margin-bottom: 0;
}

.form-calculate_lightbox .radio-group label {
	margin: 0;
	width: 100%;
	text-align: center;
}

.form-calculate_lightbox input[type=submit] {
	margin-left: 105px;
}

.lightbox-info {
	padding: 0 0 0 108px;
}

/* ===== calculator table  ===== */

.calc-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}

.calc-table th {
	padding: 0 0 17px;
	text-align: left;
}

.calc-table td {
	padding: 0;
}

.calc-table .name {
	width: 181px;
}

.calc-table .col01 {
	width: 143px;
}

.calc-table .col02 {
	width: 162px;
}

.lightbox .summary {
	padding:9px 105px 6px 137px;
	margin: 0 -105px 24px -137px;
	background: #f3f3f3;
}

.lightbox .summary dt {
	font-weight: normal;
	margin: 0;
	float: left;
	width: 180px;
}

.lightbox .summary dd {
	font-weight: bold;
	color: #5ebf00;
}

/* ===== total info  ===== */

.total {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	width: 530px;
	margin: 0 -45px 0 0;
	padding: 3px 0 22px;
	list-style: none;
	overflow: hidden;
}

.total li {
	float: left;
	width: 180px;
}

.total li.value {
	width: 132px;
	color: #6bc322;
}

.total li.value-large {
	width: 217px;
}

.total .mark {
	display: inline-block;
	vertical-align: top;
	padding: 3px 11px;
	margin: -3px 0 0;
	color: #fff;
	background: #6bc322;
	-webkit-border-radius:13px;
	-moz-border-radius:13px;
	border-radius: 13px;
	behavior: url('/_template/js/PIE.htc');
	position: relative;
}

*+html .total .mark {
	display: inline;
}

.lightbox .note {
	font-size: 12px;
	display: block;
	line-height: 18px;
	padding: 0 0 0 187px;
}

.lightbox-bottom {
	position: relative;
	text-align: center;
	padding: 26px 70px 10px;
	margin: 0 -24px 0 -19px;
	background: #f9f9f9;
	-webkit-border-radius:0 0 13px 13px;
	-moz-border-radius:0 0 13px 13px;
	border-radius: 0 0 13px 13px;
	behavior: url('/_template/js/PIE.htc');
}

.form-order .row {
	padding: 0 0 15px;
	overflow: hidden;
}

.form-order .row:after {
	display: block;
	content: "";
	clear: both;
}

.form-order .columns-holder {
	overflow: hidden;
	padding: 0 0 2px;
}

.form-order .col01 {
	float: left;
	width: 323px;
}

.form-order .col02 {
	float: right;
	width: 294px;
}

.form-order label {
	font-size: 18px;
	font-weight: bold;
	float: left;
	width: 95px;
	margin-top: 6px;
}

.form-order .col02 label {
	width: 62px;
	margin: 6px 4px 0 0;
	text-align: right;

}

.form-order .input-holder {
	float: left;
	width: 224px;
	height: 35px;
	background: url('/_template/img/sprite.png') no-repeat 0 -320px;;
	margin: 0;
}

.form-order .input-holder input[type=text]{
	width: 202px;
}

/* ===== order table  ===== */

.table-holder {
	margin: 0 -24px 15px -19px;
	background: url('/_template/img/bg-border-top.gif') repeat-x 0 0;
}
.table-holder-in {
	padding: 9px 24px 10px 19px;
	background: url('/_template/img/bg-border-bottom.gif') repeat-x 0 100%;
}

.order-table {
	width: 100%;
	border-collapse: collapse;
}

.order-table td {
	padding: 8px 0;
	border-top: 1px solid #eae9e9;
}

.order-table tr:first-child td {
	border:0;
}

.order-table .photo {
	width: 66px;
}

.order-table .name {
	width: 370px;
}

.order-table .val {
	width: 214px;
}

.order-table .del {
	width: 32px;
}

.order-table img {
	display: block;
	vertical-align: top;
	border:1px solid #e6e6e6;
}

.order-table h3 {
	margin: 0;
	font-size: 14px;
}

.order-table p {
	margin: 0;
}

.order-table .link {
	font-size: 12px;
	font-style: italic;
	text-decoration: underline;
	color: #ac0000;
}

.order-table .link:hover {
	text-decoration: none;
}

.order-table .value {
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	border-bottom: 1px dotted;
}

.order-table .value-focus {
	border-bottom: 0;
}

.btn-del {
	display: block;
	margin: 0 0 0 auto;
	overflow: hidden;
	text-indent: -9999px;
	width: 27px;
	height: 26px;
	background: url('/_template/img/sprite.png') no-repeat -212px -37px;
}

.btn-del:hover {
	background-position: -240px -38px;
}

/* ===== form message  ===== */

.form-message {
	float: left;
	width: 421px;
	margin-right: 14px;
	position: relative;
}
.form-ta {
	display: block;
	font-size: 14px;
	line-height: 17px;
	width: 399px;
	max-width: 399px;
	height: 92px;
	min-height: 92px !important;
	margin: 0 5px 0 0;
	padding: 8px 10px;
	border:1px solid #c7c7c7;
	color: #000;
	background: #fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius: 5px;
	box-shadow:0 0 3px rgba(0, 0, 0, 0.3) inset;
	position:relative;
	behavior: url('/_template/js/PIE.htc');
	overflow: auto;
}
.form-message .input-placeholder-text {
	font-size: 14px;
	line-height: 17px;
	font-style: italic;
	z-index: 10;
	color: #bdbdbd !important;
	top:8px;
	left:10px
}
.parent-focus  .input-placeholder-text {
	display: none;
	left:-9999px !important;
}

.summ {
	overflow: hidden;
	font-weight: bold;
	font-size: 18px;
}

.summ p {
	margin-bottom: 14px;
}

.summ-summary {
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	overflow: hidden;
	margin: 0 0 10px;
}

.summ-summary dt {
	float: left;
	margin: 0 5px 0 0;
}

.summ-summary dd {
	overflow: hidden;
	margin: 0;
}

.btn-confirm {
	display: block;
	width:237px;
	height:36px;
	font-weight: bold;
	color: #fff;
	background:url('/_template/img/sprite.png') no-repeat 0 -356px;
	border:0;
	padding:0 0 3px;
	line-height:36px;
	text-shadow: 0 -1px 1px #157601;
	text-transform: uppercase;
}

.btn-confirm:hover {
	background-position: 0 -393px;
	cursor: pointer;
}

.myclass.fancybox-opened .fancybox-outer {
	background: #000 !important;
}

.sale {
	display: none;
	vertical-align: top;
	padding: 8px 0 0 10px;
	overflow: hidden;
}

.sale_visible {
	display: block;
}

.ico_sale {
	float: left;
	margin: -3px 5px 0 0;
	width: 23px;
	height: 23px;
	overflow: hidden;
	text-indent: -9999px;
	background: url('/_template/img/sprite.png') no-repeat -197px -83px;
}

.sale .mark {
	color: #6bc322;
}
