/* tabset
*******************************************************************************/
.tabset{
	padding:7px 0 0;
	overflow:hidden;
	margin:0;
	list-style:none;
	font-weight:bold;
	position:relative;
	z-index: 2;
}

.tabset li{
	float:left;
	position:relative;
	z-index:1;
}

.tabset .shadow{
	position:absolute;
	left:100%;
	bottom:0;
	width:20px;
	height:40px;
	margin-left:-13px;
	z-index:5;
	background:url('/_template/img/bg-tab-shadow.png') no-repeat;
}

.tabset .active .shadow{
	width:8px;
	height:40px;
	margin-left:0;
	background:url('/_template/img/bg-tab-shadow-active.png') no-repeat;
}

.tabset a{
	float:left;
	color:#fff;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0;
	padding:11px 34px 12px;
	background:#ac0000 url('/_template/img/bg-tab.gif') repeat-x 0 100%;
	position:relative;
	outline:none;
	z-index:2;
	behavior: url('/_template/js/PIE.htc');
}

.tabset .inner{border-bottom:1px dashed #f3d9d9;}

.tabset .active .inner{border-color:#000;}

.tabset a:hover{
	text-decoration:none;
	background:#cb0202;
}

.tabset .active{z-index:10 !important;}

.tabset .active a{
	background:#fff;
	color:#000;
	margin-top:-7px;
	padding-top:18px;
}

.tab-content{
	overflow:hidden;
	-webkit-border-radius: 7px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius:0 7px 7px 7px;
	border-radius:0 7px 7px 7px;
	background-color: #fff;
	color:#000;
	position:relative;
	padding-bottom:67px;
	background:#fff url('/_template/img/bg-aside.gif') repeat-y 100% 0;
	behavior: url('/_template/js/PIE.htc');
}

.tab-content_gallery {
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius: 7px;
	behavior: url('/_template/js/PIE.htc');
}

.tab{
	overflow:hidden;
/*	display:none; ANT*/
}
.contact-box .tab {
	margin: 0 -35px;
	padding: 0 35px;
}

.tab a{color:#000;}

.tabset .active .left,
.tabset .active .right{
	position:absolute;
	left:100%;
	bottom:0;
	width:8px;
	height:8px;
	z-index:2;
	background:url('/_template/img/bg-tabs-corners.png') no-repeat -12px 0;
}

.tabset .active .left{
	right:100%;
	background-position:0 0;
	left:auto;
}

.tab-content .aside{
	float:right;
	width:237px;
	padding:31px 25px 15px 26px;
	-moz-border-radius:0 7px 7px 0;
	border-radius:0 7px 7px 0;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	background:url('/_template/img/bg-aside-arrow.gif') no-repeat 0 52px;
	position:relative;
	behavior: url('/_template/js/PIE.htc');
}

.cart-box{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #ac0000;
	display:block;
	margin:7px 0 20px;
	padding:4px 8px 8px 32px;
	position:relative;
	behavior: url('/_template/js/PIE.htc');
}

.cart-box .row{
	margin-bottom:5px;
	width:100%;
}

.cart-box .row:after{
	display:block;
	clear:both;
	content:"";
}

.cart-box .title{
	font-size:24px;
	line-height:28px;
	text-decoration:underline;
	color:#ac0000;
	margin-left:-25px;
	padding-left:25px;
	font-weight:bold;
	float:left;
	background:url('/_template/img/sprite.png') no-repeat 0 -276px;
}

.cart-box .title:hover{text-decoration:none;}

.form-calculate .row{
	padding-bottom:13px;
	width:100%;
}

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

.form-calculate select{width:247px;}

.input-holder{
	background:url('/_template/img/sprite.png') no-repeat 0 -125px;
	height:1%;
	padding:0 2px;
	margin-bottom:13px;
}

.input-holder:after{
	display:block;
	clear:both;
	content:"";
}

.input-holder input[type="text"]{
	float:left;
	width:211px;
	background:none;
	padding:9px 11px;
	border:0;
	height:18px;
}

.form-calculate input[type="submit"]{
	float:left;
	text-transform:uppercase;
	width:237px;
	height:36px;
	font-weight: bold;
	color: #fff;
	background:url('/_template/img/sprite.png') no-repeat 0 -201px;
	border:0;
	padding:0 0 3px;
	line-height:36px;
	text-shadow: 0 -1px 1px #333;
}

.form-calculate .btn-submit-link {
	display: block;
	float:left;
	font-weight: bold;
	color: #fff;
	width:237px;
	height:36px;
	color: #fff;
	background:url('/_template/img/sprite.png') no-repeat 0 -201px;
	line-height:36px;
	text-transform:uppercase;
	text-align: center;
	text-shadow: 0 -1px 1px #333;
}


.form-calculate input[type="submit"]:hover{
	background:url('/_template/img/sprite.png') no-repeat 0 -504px;
	cursor: pointer;
}
.form-calculate .btn-submit-link:hover {
	background:url('/_template/img/sprite.png') no-repeat 0 -504px;
	cursor: pointer;
	text-decoration: none;
}

.radio-group{
	overflow:hidden;
	margin-bottom:26px;
	padding:1px;
	height:33px;
	width:235px;
	position:relative;
	background:url('/_template/img/sprite.png') no-repeat 0 -125px;
}

.radio-group .block{
	float:left;
	overflow:hidden;
	position:relative;
	width:117px;
	text-align:center;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	cursor:pointer;
	background:url('/_template/img/sprite.png') no-repeat 0 -541px;
	behavior: url('/_template/js/PIE.htc');
}

*+html .radio-group .block{width:117px;}

.radio-group .block:first-child{
	background-position:100% -541px;
	width:117px;
}

.radio-group input[type="radio"]{
	height:33px;
	width:300px;
	top:0;
	right:0;
	position:absolute;
}

.radio-group label{
	float:left;
	cursor:pointer;
	padding:8px 0 7px;
	position:relative;
	z-index: 10;
	width:100%;
}

.radio-group .inner{border-bottom:1px dashed #434343;
}

.input-checked-parent .inner{border-color:transparent;}

.input-checked-parent{background:none !important;}