/* general reset */
body{
	margin:0;
	color:#848585;
	font:16px/20px 'Cabin Condensed', Arial, Helvetica, sans-serif;
	background:#fff url(../images/bg-body.jpg) ;
	min-width:1061px;
}
img{
	border-style:none;
	vertical-align:top;
}
a{
	text-decoration:underline;
	color:#214284;
	cursor: pointer;
}
a:hover{text-decoration:none;}
a:active {background-color: transparent;}
input,
textarea,
select{
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#000;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
header, footer, article, section, hgroup, nav, figure, aside{display: block;}
figure{
	margin:0;
	padding:0;
}
/* wrapper */
#wrapper{
	width:100%;
	position:relative;
	overflow:hidden;
}
.w1{
	width:1228px;
	position:relative;
	float:left;
	left:50%;
}
.w2{
	width:1061px;
	padding:237px 83px 0;
	position:relative;
	float:left;
	left:-50%;
	background:url(../images/bg-wrapper.png) repeat-y;
}
/* header */
#header{
	position:absolute;
	top:0;
	left:83px;
	width:1060px;
	padding:25px 1px 25px 0;
}
.header-top{
	overflow:hidden;
	margin:0 0 13px;
	background:#f7f7fc;
	-webkit-box-shadow:0 1px 3px rgba(221, 221, 221, 0.6);
	box-shadow:0 1px 3px rgba(221, 221, 221, 0.6);
}
.header-top .image{
	float:left;
}
/* logo */
.logo{
	background:url(../images/logo.png) no-repeat;
	width:500px;
	height:33px;
	text-indent:-9999px;
	overflow:hidden;
	float:right;
	margin:67px 0 0;
}
.logo a{
	height:100%;
	display:block;
}
.header-holder{
	font-size:22px;
	line-height:25px;
	color:#1d4083;
	font-style:italic;
	text-align:center;
	padding:0 2px 9px 0;
}
.header-holder:after{
	content:'';
	display:block;
	clear:both;
}
.header-holder .third {
	width: 33%;
	display: block;
	float: left;
}

.header-holder .third.last {
	float: right;
	display: inline-block;
	width: auto;
}

/* language list */
.language{
	padding:3px 0px 0 0;
	margin:0;
	list-style:none;
	float:left;
}
.language li{
	float:left;
	margin:0 0 0 12px;
}
.language li:first-child{margin:0;}
.language a{
	display:block;
	background:url(../images/ico-default.gif) 0 -22px no-repeat;
	width:32px;
	height:22px;
	text-indent:-9999px;
	overflow:hidden;
}
.language .de a {
	background-image: url(../images/ico-gr.gif);
}

.language .uk a {
	background-image: url(../images/ico-uk.gif);
}
.language a:hover,
.language .active a{background-position:0 0;}
.language li:first-child a:hover,
.language li:first-child.active a {background-position:0 0;}
/* worldwide ship label */
.header-holder .world{
	background:url(../images/ico-planet.png) 0 1px no-repeat;
	padding:0 0 4px 34px;
	text-align: left !important;
}
/* navigation */
#nav{
	border:1px solid #e4e6e7;
	background:#fff;
	border-radius:2px;
}
#nav ul{
	padding:0;
	margin:0;
	list-style:none;
	font-size:17px;
	line-height:20px;
}
#nav ul:after{
	content:'';
	display:block;
	clear:both;
}
#nav li{
	float:left;
	border-left:1px solid #e4e6e7;
	width: 15%;
	text-align: center;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
}
#nav li.last {
	width: 9%;
	overflow: visible;
}

#nav li.last li {
	width: 100%;
	text-align: left;
}

#nav li:first-child{border:none;}
#nav .special a{color:#e51e21;}
#nav li:first-child a:hover{color:#fff;}
#nav a{
	text-decoration:none;
	display:block;
	padding:7px 20px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#nav a:hover{
	background:#2a4788;
	color:#fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#nav .active a{color:#e51e21;}
#nav .more{
	margin:6px 0 0 20px;
	padding:0 0 8px;
	position:relative;
	z-index:100;
}
#nav .more:hover .drop{
	display:block;
}
#nav .more a{
	padding:0 15px 0 0;
	background:url(../images/ico-more.png) 100% 10px no-repeat;
}
#nav .more>a:hover,
#nav .more:hover>a{color:#214284;}
#nav .drop {
	display:none;
	position:absolute;
	top:100%;
	right:-20px;
	background: #fff;
	border: 1px solid #e4e6e7;
	box-shadow:0 2px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 2px 4px rgba(0,0,0,0.2);
	width:159px;
	padding:6px 0 1px;
	margin:0;
	list-style:none;
	font-size:16px;
	line-height:19px;
}
#nav .drop:after,
#nav .drop:before {
	bottom: 100%;
	border: solid transparent;
	content:"";
	height:0;
	width:0;
	position: absolute;
}
#nav .drop:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 5px;
	right:19px;
	margin:0 0 0 -5px;
}
#nav .drop:before {
	border-color: rgba(228, 230, 231, 0);
	border-bottom-color: #e4e6e7;
	border-width: 6px;
	right:18px;
	margin:0 0 0 -6px;
}
#nav .drop li{
	float:none;
	border:none;
	padding:0 0 6px;
}
#nav .drop a:first-child{color:#214284;}
#nav .drop a{
	color:#214284;
	padding:7px 5px 8px 16px;
	background:none;
	width:auto;
}
#nav .drop a:hover{
	border:1px solid #253765;
	padding:6px 4px 7px 15px;
	background: #4252a0;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQyNTJhMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMzRkOWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #4252a0 0%, #234d9c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4252a0), color-stop(100%,#234d9c));
	background: -webkit-linear-gradient(top,  #4252a0 0%,#234d9c 100%);
	background: -o-linear-gradient(top,  #4252a0 0%,#234d9c 100%);
	background: -ms-linear-gradient(top,  #4252a0 0%,#234d9c 100%);
	background: linear-gradient(to bottom,  #4252a0 0%,#234d9c 100%);
	color:#fff;
	position:relative;
	left:-1px;
	margin:0 -1px 0 0;
}
/* main section */
#main{margin:0 0 0 -1px;}
#main:after{
	content:'';
	display:block;
	clear:both;
}
/* content */
#content{
	width:765px;
	float:left;
	border:1px solid #efedf1;
	background:#fff;
	position:relative;
	margin:0 0 35px;
	box-shadow:0 2px 3px -2px rgba(0,0,0,0.08);
	-webkit-box-shadow:0 2px 3px -2px rgba(0,0,0,0.08);
}
/* products list */
.products{
	overflow:hidden;
	margin:-1px -2px 0 0;
}
.item-box .product-col {
	width: 214px;
	overflow-x:hidden;
}
.item-box .product-col.add {
	width: 214px;
	overflow-x:hidden;
}
.item-box .product-col img {
    width: 100%;
    height: auto;    
}
.item-box .product-col .text-holder{width:200px;}
/* product column */
.product-col{
	float:left;
	width:238px;
	padding:0 6px 20px 11px;
	position:relative;
	min-height:344px;
	cursor:pointer;
	background:url(../images/sep-col.gif) 100% 0 no-repeat;
}
.product-col .text-holder{width:239px;}
.product-col.add{
	width:239px;
	padding:0 5px 20px 11px;
	background:#fff;
}
.product-col.add .text-holder{width:238px;}
.product-col>img{display:block;}
.product-col .img-holder{
	margin:0 -5px 10px -11px;
	display:block;
}
.product-col p{
	margin:0 0 4px;
	max-height: 80px;
	overflow: hidden;
}
.product-col h2{
	font-size:19px;
	line-height:20px;
	margin:0 0 4px;
	letter-spacing:1px;
}
.product-col h2 a{text-decoration:none;}
.product-col h2 a:hover{text-decoration:underline;}
.product-col h2 .attention{color:#e51e21;}
.product-col .plus{
	position:absolute;
	top:0;
	left:0;
	background:url(../images/label-plus.png) no-repeat;
	width:36px;
	height:36px;
	text-indent:-9999px;
	overflow:hidden;
}
/* breadcrumbs */
.breadcrumbs{
	padding:0;
	margin:0 0 17px;
	list-style:none;
	overflow:hidden;
	background:#f7f7fc;
	border-bottom:1px solid #efedf1;
	font-size:14px;
	line-height:16px;
	color:#333;
}
.breadcrumbs li{
	float:left;
	background:url(../images/sep-breadcrumbs.gif) no-repeat;
	padding:8px 16px 9px 28px;
}
.breadcrumbs li:first-child{
	background:none;
	padding:8px 17px 9px 25px;
}
.breadcrumbs a{text-decoration:none;}
.breadcrumbs a:hover{text-decoration:underline;}
/* item section */
.item-box{
	overflow:hidden;
	padding:0 25px;
}
/* item details box */
.item-details{
	overflow:hidden;
	padding:0 0 24px;
}
/* item image */
.item-details .image{
	float:left;
	margin:3px 23px 0 0;
}
.item-details .holder{
	overflow:hidden;
	padding:0 0 10px 1px;
	line-height:22px;
}
.item-details h1{
	font-size:26px;
	line-height:29px;
	color:#214284;
	margin:0 0 6px;
}
.item-details p{margin:0 0 17px;}
.item-details .price{
	overflow:hidden;
	font-weight:bold;
	font-size:18px;
	line-height:21px;
	color:#214284;
	padding:0 0 18px;
}
.item-details .price .label{
	float:left;
	padding:0 24px 0 0;
	font-weight:normal;
	color:#333;
	font-size:17px;
	line-height:20px;
}
.item-details .order{
	margin:0 0 0 -1px;
}
.item-details .order:after{
	content:'';
	display:block;
	clear:both;
}
.item-details .order input[type="text"]{
	float:left;
	width:24px;
	text-align:center;
	border-radius:2px;
	border:1px solid #c0c7c8;
	-webkit-box-shadow:inset0 1px 4px rgba(5, 30, 34, 0.1);
	box-shadow:inset 0 1px 4px rgba(5, 30, 34, 0.1);
	font-size:14px;
	line-height:17px;
	height:17px;
	padding:4px 2px 5px;
	color:#848585;
	margin:0 9px 0 0;
	outline:none;
}
.item-details .order input[type="text"]:focus{
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
	border-color:#bbd0f9;
	box-shadow:0 0 7px rgba(86, 137, 240, 0.13), inset 0 1px 4px rgba(5, 30, 34, 0.1);
	-webkit-box-shadow:0 0 7px rgba(86, 137, 240, 0.13), inset 0 1px 4px rgba(5, 30, 34, 0.1);
	color:#848585;
}
.item-details .order .add{
	float:left;
	background: #3c5290;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNjNTI5MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZTQxODMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #3c5290 0%, #1e4183 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3c5290), color-stop(100%,#1e4183));
	background: -webkit-linear-gradient(top,  #3c5290 0%,#1e4183 100%);
	background: -o-linear-gradient(top,  #3c5290 0%,#1e4183 100%);
	background: -ms-linear-gradient(top,  #3c5290 0%,#1e4183 100%);
	background: linear-gradient(to bottom,  #3c5290 0%,#1e4183 100%);
	border:1px solid #253765;
	color:#fff;
	width:auto !important;
	height:16px;
	font:bold 13px/16px Arial, Helvetica, sans-serif;
	padding:5px 18px 5px 41px !important;
	position:relative;
	text-decoration:none;
	-webkit-box-shadow:0 1px 2px rgba(5, 30, 34, 0.23), inset 0 1px 1px -1px rgba(255,255,255,0.55);
	box-shadow:0 1px 2px rgba(5, 30, 34, 0.23), inset 0 1px 1px -1px rgba(255,255,255,0.55);
	border-radius:2px;
}
.item-details .order .add:before{
	position:absolute;
	top:5px;
	left:11px;
	content:'';
	background:url(../images/ico-basket2.png) no-repeat;
	width:21px;
	height:18px;
}
.item-details .order .add:hover{
	background: #4252a0;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQyNTJhMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMzRkOWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #4252a0 0%, #234d9c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4252a0), color-stop(100%,#234d9c));
	background: -webkit-linear-gradient(top,  #4252a0 0%,#234d9c 100%);
	background: -o-linear-gradient(top,  #4252a0 0%,#234d9c 100%);
	background: -ms-linear-gradient(top,  #4252a0 0%,#234d9c 100%);
	background: linear-gradient(to bottom,  #4252a0 0%,#234d9c 100%);
}
/* download section */
.item-box .downloads{
	overflow:hidden;
	font-size:16px;
	line-height:19px;
	padding:0 0 31px;
}
.item-box .downloads h2{
	font-size:18px;
	line-height:21px;
	color:#214284;
	margin:0 0 14px;
}
.item-box .downloads a{
	color:#333;
	text-decoration:none;
	display:inline-block;
	vertical-align:top;
	margin:0 0 11px;
}
.item-box .downloads a:hover{text-decoration:underline;}
.item-box .downloads .tif{
	background:url(../images/ico-tif.png) 1px 3px no-repeat;
	padding:0 0 0 26px;
}
.item-box .downloads .pdf{
	background:url(../images/ico-pdf.png) 5px 2px no-repeat;
	padding:0 0 0 27px;
}
/* articles section */
.item-box .articles-box{
	padding:0 0 41px;
	margin:0 0 0 -1px;
	overflow:hidden;
}
.item-box .articles-box>.heading{
	border-bottom:1px solid #efedf1;
	overflow:hidden;
	padding:0 0 15px;
}
.item-box .articles-box h2{
	float:left;
	font-size:18px;
	line-height:21px;
	color:#214284;
	margin:0;
}
.item-box .articles-box .pay-less{
	float:right;
	color:#ff0101;
	font-size:16px;
	line-height:19px;
	margin:1px 0 0;
}
/* article */
.item-box .item{
	padding:18px 0 19px;
	overflow:hidden;
	border-bottom:1px solid #efedf1;
}

.item-box .item .image-wrapper {
	width: 30%;
	float: left;
}

.item-box .item .image-wrapper img {
	width: 90%;
	height: auto;
}

.item-box .item .content-wrapper {
	float: right;
	width: 70%;
}

.item-box .item .content-wrapper h3 {
	margin: 0 0 10px 0;
}

.item-box .item .content-wrapper p.cut {
	height: 60px;
	overflow: hidden;
}

.item-box .item .content-wrapper .num-price-add .num {
	width: 33%;
	float: left;
}

.item-box .item .content-wrapper .num-price-add .price {
	width: 33%;
	float: left;
}
.item-box .item .content-wrapper .num-price-add .add {
	width: 33%;
	float: right;
}

.item-box .item .content-wrapper .num-price-add .add {
	width: 33%;
	float: right;
}

.item-box .item .content-wrapper .num-price-add .add a{
	
	float: right;
}

.item-box .item .content-wrapper .num-price-add .add a.basket{
	float: left;
}

.item-box .item .content-wrapper .num-price-add .add p{
	border-top: 1px solid #aaa;
	margin-top: 5px;
	padding-top: 5px;
	width: 100%;
	margin-bottom: 0;
	float: left;
	text-align: left;
}

.ico-delete-medium {
	padding-left: 13px;
	background: url(../images/ico-delete-medium.png) 0 5px no-repeat;
}

.ico-change-medium {
	padding-left: 13px;
	background: url(../images/ico-change-medium.png) 0 4px no-repeat;
}

.item-box .item .content-wrapper .num-price-add .clear {
	clear: both;
}

.item table {
	float: right;
}

/* article image */
.item-box .item .image{
	float:left;
	margin:1px 20px 0 0;
}
/* article description */
.item-box .item .description{
	float:left;
	width:239px;
	font-size:16px;
	line-height:22px;
	margin:0 25px 0 0;
}
.item-box .item .description a{text-decoration:none;}
.item-box .item .description a:hover{text-decoration:underline;}
.item-box .item .description .heading{
	overflow:hidden;
	font-size:16px;
	line-height:19px;
	padding:0 0 7px;
}
.item-box .item .description .heading .name{
	font-size:17px;
	line-height:20px;
	float:left;
	color:#214284;
	margin:0 2px 0 0;
	font-weight:bold;
	width:120px;
	text-decoration:none;
}
.item-box .item .description .heading .name:hover{text-decoration:underline;}
.item-box .item .description .heading .num{padding:0 0 0 4px;}
.item-box .item .description p{margin:0 0 5px;}
/* article price */
.item-box .item .price{
	float:left;
	width:110px;
	text-align:center;
	margin:0 0px 0 0;
}
.item-box .item .title{
	font-size:17px;
	line-height:20px;
	color:#333;
	display:block;
	padding:0 0 0px;
}
.item-box .item .price .title{padding:0 0 0px;}
.item-box .item .cost{
	font-weight:bold;
	color:#214284;
}
.item-box .item .cost .imp{color:#ff0101;}
/* article add to cart section */
.item-box .item .add{
	width:133px;
	float:left;
	text-align:center;
}
.item-box .item .add .holder{
	overflow:hidden;
	padding:0 0 0 35px;
}
.item-box .item .add input[type="text"]{
	float:left;
	width:40px;
	text-align:center;
	border-radius:2px;
	border:1px solid #c0c7c8;
	-webkit-box-shadow:inset0 1px 4px rgba(5, 30, 34, 0.1);
	box-shadow:inset 0 1px 4px rgba(5, 30, 34, 0.1);
	font-size:14px;
	line-height:17px;
	height:17px;
	padding:4px 2px 5px;
	color:#848585;
	margin:0 10px 12px 0;
	outline:none;
}
.item-box .item .add input[type="text"]:focus{
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
	border-color:#bbd0f9;
	box-shadow:0 0 7px rgba(86, 137, 240, 0.13), inset 0 1px 4px rgba(5, 30, 34, 0.1);
	-webkit-box-shadow:0 0 7px rgba(86, 137, 240, 0.13), inset 0 1px 4px rgba(5, 30, 34, 0.1);
	color:#848585;
}
.item-box .item .add .basket{
	float:left;
	background:url(../images/ico-basket3.png) no-repeat;
	width:25px;
	height:22px;
	text-indent:-9999px;
	overflow:hidden;
	margin:3px 0 0;
}
/* contact-form section */
.contact-form{
	overflow:hidden;
	padding:0 0 25px;
	margin:0 0 0 -1px;
}
.contact-form h2{
	font-size:18px;
	line-height:21px;
	color:#214284;
	margin:0 0 16px;
}
.contact-form .row{
	overflow:hidden;
	padding:4px 0 5px 2px;
}
/* contact-form label */
.contact-form .row label{
	float:left;
	width:139px;
	margin:3px 10px 0 0;
	font-weight:bold;
	font-size:16px;
	line-height:19px;
	color:#333;
}
.contact-form .require{color:#ff0101;}
/* contact-form text input */
.contact-form input[type="text"]{
	float:left;
	width:236px;
	height:17px;
	font-size:14px;
	line-height:17px;
	padding:4px 6px 5px;
	border:1px solid #e4e6e7;
	background:none;
	border-radius:1px;
	outline:none;
	-webkit-box-shadow:inset 0 1px 4px rgba(5, 30, 34, 0.1);
	box-shadow:inset 0 1px 4px rgba(5, 30, 34, 0.1);
	color:#848585;
}
.contact-form input[type="text"]:focus,
.contact-form textarea:focus{
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
	border-color:#bbd0f9;
	box-shadow:0 0 7px rgba(86, 137, 240, 0.13), inset 0 1px 4px rgba(5, 30, 34, 0.1);
	-webkit-box-shadow:0 0 7px rgba(86, 137, 240, 0.13), inset 0 1px 4px rgba(5, 30, 34, 0.1);
}
.contact-form .valid textarea,
.contact-form .valid input[type="text"]{
	border-color:#318829;
	background:#f0feef;
	-webkit-box-shadow:inset 0 0 0 #d0ffd0;
	box-shadow:inset 0 0 0 #d0ffd0;
}
.contact-form .invalid textarea,
.contact-form .invalid input[type="text"]{
	border-color:#aa2423;
	background:#feefec;
	-webkit-box-shadow:inset 0 0 0 #ffc9d0;
	box-shadow:inset 0 0 0 #ffc9d0;
}
/* contact-form select */
.contact-form .select-area{
	background:url(../images/bg-select.png) no-repeat;
	width:250px !important;
	height:28px;
	border:none;
	overflow:hidden;
}
.contact-form .select-area .center{
	float:left;
	padding:5px 9px;
	font-size:14px;
	line-height:17px;
}
.contact-form .select-area .select-opener{
	height:26px;
	top:1px;
	width:20px;
	background:none;
}
/* contact-form textarea */
.contact-form textarea{
	width:386px !important;
	height:120px !important;
	border:1px solid #e4e6e7;
	border-radius:1px;
	background:none;
	outline:none;
	-webkit-box-shadow:inset0 1px 4px rgba(5, 30, 34, 0.1);
	box-shadow:inset 0 1px 4px rgba(5, 30, 34, 0.1);
	padding:3px 6px;
	color:#848585;
	margin:0;
	overflow:auto;
}
.contact-form .btn-holder{padding:5px 0 0 151px;}
.contact-form .btn-holder:after{
	content:'';
	display:block;
	clear:both;
}
.contact-form input[type="submit"]{
	float:left;
	text-shadow:0 1px 1px rgba(5,30,34,0.44);
	background: #3c5290;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNjNTI5MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZTQxODMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #3c5290 0%, #1e4183 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3c5290), color-stop(100%,#1e4183));
	background: -webkit-linear-gradient(top,  #3c5290 0%,#1e4183 100%);
	background: -o-linear-gradient(top,  #3c5290 0%,#1e4183 100%);
	background: -ms-linear-gradient(top,  #3c5290 0%,#1e4183 100%);
	background: linear-gradient(to bottom,  #3c5290 0%,#1e4183 100%);
	border:1px solid #253765;
	color:#fff;
	text-align:center;
	width: auto !important;
	height:34px;
	padding: 0 15px 2px 15px !important;
	margin:0 15px 0 0;
	cursor:pointer;
	border-radius:2px;
	-webkit-box-shadow:0 1px 2px rgba(5, 30, 34, 0.23), inset 0 1px 1px -1px rgba(255,255,255,0.55);
	box-shadow:0 1px 2px rgba(5, 30, 34, 0.23), inset 0 1px 1px -1px rgba(255,255,255,0.55);
	font:bold 14px/32px Arial, Helvetica, sans-serif;
}
.contact-form input[type="submit"]:hover{
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	cursor:pointer;
	background: #4252a0;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQyNTJhMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMzRkOWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #4252a0 0%, #234d9c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4252a0), color-stop(100%,#234d9c));
	background: -webkit-linear-gradient(top,  #4252a0 0%,#234d9c 100%);
	background: -o-linear-gradient(top,  #4252a0 0%,#234d9c 100%);
	background: -ms-linear-gradient(top,  #4252a0 0%,#234d9c 100%);
	background: linear-gradient(to bottom,  #4252a0 0%,#234d9c 100%);
}
.contact-form .btn-holder .label{
	float:left;
	margin:6px 0 0;
	font-size:16px;
	line-height:19px;
}
/* sidebar */
#sidebar{
	float:right;
	width:272px;
}
#sidebar .widget{
	margin:0 0 25px;
}
/* search widget */
.search{
	width:270px;
	background:#fff;
}
.search .holder{
	border:1px solid #dcdfe0;
	border-radius:1px;
	overflow:hidden;
}
.search .parent-focus{
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
	border-color:#bbd0f9;
	box-shadow:0 0 7px rgba(86, 137, 240, 0.13), inset 0 1px 4px rgba(5, 30, 34, 0.1);
	-webkit-box-shadow:0 0 7px rgba(86, 137, 240, 0.13), inset 0 1px 4px rgba(5, 30, 34, 0.1);
}
#sidebar .widget.search{margin:0 0 25px 1px;}
.search input[type="text"]{
	float:left;
	width:182px;
	height:16px;
	font-size:14px;
	line-height:16px;
	padding:8px 7px 8px;
	color:#848585;
	border:none;
	background:none;
	outline:none;
	-webkit-box-shadow:inset0 1px 4px rgba(5, 30, 34, 0.1);
	box-shadow:inset 0 1px 4px rgba(5, 30, 34, 0.1);
}
.search input[type="text"]:focus{color:#848585;}
.search input[type="submit"]{
	float:right;
	background: #3c5290;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNjNTI5MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZTQxODMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #3c5290 0%, #1e4183 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3c5290), color-stop(100%,#1e4183));
	background: -webkit-linear-gradient(top,  #3c5290 0%,#1e4183 100%);
	background: -o-linear-gradient(top,  #3c5290 0%,#1e4183 100%);
	background: -ms-linear-gradient(top,  #3c5290 0%,#1e4183 100%);
	background: linear-gradient(to bottom,  #3c5290 0%,#1e4183 100%);
	border:1px solid #253765;
	color:#fff;
	text-align:center;
	font-weight:bold;
	width:70px;
	height:30px;
	line-height:28px;
	margin:1px 1px 1px 0;
	cursor:pointer;
	padding:0 0 2px;
	-webkit-box-shadow:0 1px 2px rgba(5, 30, 34, 0.23), inset 0 1px 1px -1px rgba(255,255,255,0.55);
	box-shadow:0 1px 2px rgba(5, 30, 34, 0.23), inset 0 1px 1px -1px rgba(255,255,255,0.55);
	border-radius:1px;
	font-size:14px;
}
.search input[type="submit"]:hover{
	cursor:pointer;
	background: #4252a0;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQyNTJhMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMzRkOWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #4252a0 0%, #234d9c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4252a0), color-stop(100%,#234d9c));
	background: -webkit-linear-gradient(top,  #4252a0 0%,#234d9c 100%);
	background: -o-linear-gradient(top,  #4252a0 0%,#234d9c 100%);
	background: -ms-linear-gradient(top,  #4252a0 0%,#234d9c 100%);
	background: linear-gradient(to bottom,  #4252a0 0%,#234d9c 100%);
}
/* login widget */
.login{
	width:250px;
	border:1px solid #dcdfe0;
	padding:0 10px 11px;
	background:#fff;
	position:relative;
	border-radius:4px;
	overflow:hidden;
}
#sidebar h3{
	border-bottom:1px solid #dcdfe0;
	margin:0 -10px 10px;
	padding:8px 10px 12px 39px;
	font-size:16px;
	line-height:19px;
	color:#0b1833;
}
.login h3{
	background:#f7f7fc url(../images/ico-login.png) 11px 10px no-repeat;
	border-radius:3px 3px 0 0;
}
.login input[type="text"],
.login input[type="password"]{
	width:236px;
	height:16px;
	font-size:14px;
	line-height:16px;
	padding:8px 6px 8px;
	color:#848585;
	border:1px solid #e4e6e7;
	background:none;
	border-radius:1px;
	margin:0 0 10px;
	outline:none;
	-webkit-box-shadow:inset0 1px 4px rgba(5, 30, 34, 0.1);
	box-shadow:inset 0 1px 4px rgba(5, 30, 34, 0.1);
}
.login input[type="text"]:focus,
.login input[type="password"]:focus{
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
	border-color:#bbd0f9;
	box-shadow:0 0 7px rgba(86, 137, 240, 0.13), inset 0 1px 4px rgba(5, 30, 34, 0.1);
	-webkit-box-shadow:0 0 7px rgba(86, 137, 240, 0.13), inset 0 1px 4px rgba(5, 30, 34, 0.1);
	color:#848585;
}
.login .input-placeholder-text{
	position:absolute;
	left:18px;
	top:103px;
	font:14px/16px Arial, Helvetica, sans-serif;
}
.login .forgot{
	text-align:right;
	margin:-5px 0 12px;
	font-size:14px;
	line-height:17px;
}
.login .forgot a{
	color:#b2b2b2;
	text-decoration:none;
}
.login .forgot a:hover{text-decoration:underline;}
.login .btn-holder{
	padding:0 0 0 0px;
	font-size:16px;
	line-height:19px;
}
#cmdPreferences {
    float: left;
    width: 118px;
}

#cmdLogout {
	float: right;
    width: 118px;
}
.login .btn-holder:after{
	content:'';
	display:block;
	clear:both;
}
.login .btn-holder a{
	float:left;
	margin:7px 0 0;
	text-decoration:underline;
}
.login .btn-holder a:hover{text-decoration:none;}
.login input[type="submit"]{
	float:right;
	text-shadow:0 1px 1px rgba(5,30,34,0.44);
	background: #3c5290;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNjNTI5MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZTQxODMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #3c5290 0%, #1e4183 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3c5290), color-stop(100%,#1e4183));
	background: -webkit-linear-gradient(top,  #3c5290 0%,#1e4183 100%);
	background: -o-linear-gradient(top,  #3c5290 0%,#1e4183 100%);
	background: -ms-linear-gradient(top,  #3c5290 0%,#1e4183 100%);
	background: linear-gradient(to bottom,  #3c5290 0%,#1e4183 100%);
	border:1px solid #253765;
	color:#fff;
	text-align:center;
	width:110px;
	height:34px;
	padding:0 0 2px;
	font-size:14px;
	line-height:32px;
	margin:0;
	cursor:pointer;
	border-radius:2px;
	-webkit-box-shadow:0 1px 2px rgba(5, 30, 34, 0.23), inset 0 1px 1px -1px rgba(255,255,255,0.55);
	box-shadow:0 1px 2px rgba(5, 30, 34, 0.23), inset 0 1px 1px -1px rgba(255,255,255,0.55);
	font-weight:bold;
}
.login input[type="submit"]:hover{
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	cursor:pointer;
	background: #4252a0;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQyNTJhMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMzRkOWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #4252a0 0%, #234d9c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4252a0), color-stop(100%,#234d9c));
	background: -webkit-linear-gradient(top,  #4252a0 0%,#234d9c 100%);
	background: -o-linear-gradient(top,  #4252a0 0%,#234d9c 100%);
	background: -ms-linear-gradient(top,  #4252a0 0%,#234d9c 100%);
	background: linear-gradient(to bottom,  #4252a0 0%,#234d9c 100%);
}
/* basket widget */
.widget.basket{
	width:252px;
	border:1px solid #dcdfe0;
	border-radius:4px;
	padding:0 9px 14px;
	color:#0e1c38;
	background:#fff;
}
.basket .heading{
	margin:0 -9px 11px;
	padding:10px 11px 7px 9px;
	border-bottom:1px solid #dcdfe0;
	overflow:hidden;
	background:#f7f7fc;
	border-radius:3px 3px 0 0;
}
#sidebar .basket h3{
	float:left;
	background:url(../images/ico-basket.png) 0 1px no-repeat;
	padding:0 0 0 30px;
	margin:-1px 0 0;
	border:none;
}
.widget.basket .heading .holder{float:right;}
.widget.basket .heading select{
	float:left;
	width:37px;
}
.widget.basket .heading .select-area{
	height:17px;
	border:none;
	color:#1d4083;
	font-weight:bold;
}
.widget.basket .heading .select-area .center {
	font-size:14px;
	line-height:17px;
	padding:0;
}
.widget.basket .heading .select-area .select-opener{
	background:url(../images/arrow-down.png) 100% 50% no-repeat;
	width:8px;
	height:6px;
	top: 8px;
}
.select-options{min-width:50px;}
.widget.basket .heading .payment{
	padding:2px 0 0 13px;
	margin:0 0 0 9px;
	list-style:none;
	float:left;
	background:url(../images/sep-payment.gif) 0 3px no-repeat;
}
.widget.basket .heading .payment li{
	float:left;
	margin:0 0 0 10px;
}
.widget.basket .heading .payment li:first-child{margin:0;}
.widget.basket .container,
.widget.basket .total{
	overflow:hidden;
	border-bottom:1px solid #eaeaef;
	padding:0 0 5px;
}
.widget.basket .item{
	overflow:hidden;
	padding:0 1px 13px 0;
}
.widget.basket .count{
	float:left;
	width:50px;
	padding:0 2px;
}

.widget.basket .count .name 
{ 
    width: 39px; 
    text-align: right;
}

.widget.basket .count p{
    display:inline-block;
    margin: -17px 0 0 2px;
}
.widget.basket .name{
	float:left;
	width:100px;
	padding:0 2px 0 0;
	height: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.widget.basket .name:hover{
    height:auto;
    white-space: normal;
}
.widget.basket .item .price{
	color:#808080;
	width:74px;
	text-align:right;
	float:left;
}
.widget.basket .item .delete{
	float:right;
	margin:7px 0 0;
}
.widget.basket .total{
	display:block;
	overflow:hidden;
	padding:11px 17px 12px 90px;
	margin:0 0 13px;
	color:#333;
	font-size:16px;
	line-height:19px;
}
.widget.basket .total .price{float:right;}
.widget.basket .btn-holder{
	overflow:hidden;
	padding:0 0 9px 2px;
	font:bold 14px/16px Arial, Helvetica, sans-serif;
}
.widget.basket .btn-holder a{
	text-decoration:none;
	float:left;
	width:110px;
	height:16px;
	padding:8px 4px 8px 2px;
	text-shadow:0 1px 1px rgba(5,30,34,0.44);
	background: #3c5290;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNjNTI5MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZTQxODMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #3c5290 0%, #1e4183 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3c5290), color-stop(100%,#1e4183));
	background: -webkit-linear-gradient(top,  #3c5290 0%,#1e4183 100%);
	background: -o-linear-gradient(top,  #3c5290 0%,#1e4183 100%);
	background: -ms-linear-gradient(top,  #3c5290 0%,#1e4183 100%);
	background: linear-gradient(to bottom,  #3c5290 0%,#1e4183 100%);
	border:1px solid #253765;
	color:#fff;
	border-radius:2px;
	text-align:center;
	-webkit-box-shadow:0 1px 2px rgba(5, 30, 34, 0.23), inset 0 1px 1px -1px rgba(255,255,255,0.55);
	box-shadow:0 1px 2px rgba(5, 30, 34, 0.23), inset 0 1px 1px -1px rgba(255,255,255,0.55);
}
.widget.basket .btn-holder a:first-child{margin:0 13px 0 0;}
.widget.basket .btn-holder a:hover{
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background: #4252a0;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQyNTJhMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMzRkOWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #4252a0 0%, #234d9c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4252a0), color-stop(100%,#234d9c));
	background: -webkit-linear-gradient(top,  #4252a0 0%,#234d9c 100%);
	background: -o-linear-gradient(top,  #4252a0 0%,#234d9c 100%);
	background: -ms-linear-gradient(top,  #4252a0 0%,#234d9c 100%);
	background: linear-gradient(to bottom,  #4252a0 0%,#234d9c 100%);
}
.widget.basket .terms{
	font-size:13px;
	line-height:16px;
	text-align:right;
	padding:0 2px 0 0;
}
/* contact widget */
.widget.contact{
	border:1px solid #eaeaef;
	width:244px;
	padding:0 13px 5px;
	background:#fff;
	border-radius:4px;
}
#sidebar .contact h3{
	margin:0 -13px 11px;
	padding:8px 10px 12px 39px;
	background:#f7f7fc url(../images/ico-contact.png) 10px 11px no-repeat;
	border-radius:3px 3px 0 0;
}
.widget.contact .title{
	display:block;
	color:#333;
}
/* contact widget address */
.widget.contact address{
	margin:0 0 20px;
	font-style:normal;
}
.widget.contact .contact-list{
	margin:0 0 5px;
	overflow:hidden;
}
.RootLogin_div_p {
	text-align: center;
}
.widget.contact .contact-list dt{
	float:left;
	clear:both;
}
.widget.contact .contact-list dd{
	float:left;
	margin:0 0 0 4px;
}
.widget.contact .contact-list a{text-decoration:none;}
.widget.contact .contact-list a:hover{text-decoration:underline;}
/* service widget */
.widget.service{
	border:1px solid #eaeaef;
	width:242px;
	padding:0 14px 6px;
	background:#fff;
	border-radius:4px;
}
#sidebar .service h3{
	margin:0 -14px 9px;
	padding:8px 10px 13px 38px;
	background:#f7f7fc url(../images/ico-service.png) 11px 9px no-repeat;
	border-radius:3px 3px 0 0;
}
/* service-list */
.widget.service .service-list{
	padding:0;
	margin:0;
	list-style:none;
}
.widget.service .service-list li{
	background:url(../images/sep-service.png) 0 8px no-repeat;
	padding:0 10px 4px;
}
.widget.service .service-list a{text-decoration:none;}
.widget.service .service-list a:hover{text-decoration:underline;}
.widget.add-logo{text-align:center;}
.widget.add-logo img {width:210px;height:133px;}
.widget.add-logo img:hover {width:230px;height:146px;}
/* footer */
#footer{
	text-align:center;
	padding:24px 20px 23px;
	color:#bbb;
	background:url(../images/bg-footer.jpg);
	margin:0 -69px 0 -70px;
	word-spacing:5px;
}
#footer p{margin:0;}
.fixed-box{
	background:#fff;
	box-shadow:0 15px 25px rgba(5,30,34,0.65);
	-webkit-box-shadow:0 15px 25px rgba(5,30,34,0.65);
}
.fixed-box img{
	width:100%;
	height:auto;
	display:block;
}
.fixed-box .plus{
	position:absolute;
	top:0;
	left:0;
	background:url(../images/label-minus.png) no-repeat;
	width:36px;
	height:36px;
	text-indent:-9999px;
	overflow:hidden;
}
.fixed-box .img-holder{
	margin:0 -6px 9px -11px;
	display:block;
}
.IComDummy {
    /*display: none;*/
    position:absolute;
}

/* wtStyles */

.wtTextBlockGroupHeadline
{
	text-align:center;
	color:#1d4083;
}
.wtTextBlockGroupText
{
	
}
.wtTextBlockGroupTitle
{
	color:#1d4083;
	font-size:xx-large;	
}
.wtBold
{
	color:#333;
	font-weight:bold;	
}
.wtUnderline
{
	text-decoration:underline;	
}
.ArticleBasketList_section_table_tr_td_k3
{
	text-align:right;
}
