body {
	min-width: 1200px;
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	background-color:#fff;
}


#main-container {
	/*margin-top: 30px;*/
	width:100%;
	background:#fff;
}

.above-header-top-line {
	height:27px;
	background:url(../../images/top-line.gif) top repeat-x;
	width:100%;
	text-align:center;
}

	.contacts-panel {
		margin:10px 0;
		clear:left;
	}
		.contacts-panel span, .contacts-panel img{
			line-height:16px;
			font-size:15px;
			color:#ff6400;
			float:left;
			
			font-weight:bold;
		}
                
                .contacts-panel span{
                    margin:5px 13px 5px 3px;
                }
                
                .contacts-panel img{
                    margin:5px 2px 5px 3px;
                }
		
		.above-header-top-line .contacts-panel label{
			color:#ff6400;
			margin-left:10px;
			font-weight:bold;
			text-transform:uppercase;
		}
		
		.above-header-top-line .contacts-panel .on-main-bg {
			color:#235183;
		}
		
		.above-header-top-line .contacts-panel img{
			margin-top:5px;
		}
		

	.above-header-top-line ul.top-line-menu {
		margin:0 auto;
		list-style:none;
		display:block;
		margin:0 auto;
		background:url(../../images/top-line.gif) top repeat-x;
                font-size : 13px;
	}
	
		.above-header-top-line ul.top-line-menu  li{
			float:left;
			background:url(../../images/top-line-splitter.gif) left top no-repeat;
			height:27px;
			width:92px;
			text-align:center;
			display:block;
		}
		
		.above-header-top-line ul.top-line-menu  li.splitter{
			width:2px;
		}
		.above-header-top-line ul.top-line-menu  li.main{
			background:url(../../images/darkgreen-bg.gif) repeat-x;
		}
		
		.above-header-top-line ul.top-line-menu  li a{
			color:#fff;
			line-height:25px;
		}
		
		.above-header-top-line ul.top-line-menu  li.actualy{
			background-color:  #af413f;
		}
                .above-header-top-line ul.top-line-menu  li.wide{
                    width : 142px;
                }
		

	#login-block a{
		color:#fff;
	}

#global-container {
	margin:17px auto 0;
	width:1150px;
	clear:both;
}
	#header {
		float:left;
		width:100%;
		height:130px;
	}

		#logo {
			float:left;
			width:148px;
			height:75px;
		}

		
		#search-panel {
			float:left;
			background:url(../../images/search-panel-1.gif) top left no-repeat;
			width:551px;
			height:74px;
			margin:9px 0 0 37px;
			color:#585a5d;
		}
		
			#search-panel .search-field {
				margin:16px 0 0 15px;
				font-size:20px;
				width:435px;
				border:0;
				color:#bcbbbb;
				background:none !important; 
			}
			#search-panel .search-button {
				margin-bottom:-4px;
				margin-left:5px;
			}
			
			#search-panel .label-search-by {
				color:#16477c;
				font-weight:bold;
				margin-left:5px;
			}
			
			#search-panel a {
				color:#585a5d;
				font-style:italic;
				font-weight:bold;
			}
			
			#search-panel a:link, #search-panel a:visited {
				text-decoration:underline;
			}
			#search-panel a:hover {
				text-decoration:none;
			}
			
		#header .info-section {
			float:right;
			margin-top:10px;
                        /*margin-right: 220px;*/
		}
			#header .info-section ul{
				list-style:none;
			}
			#header .info-section ul li{
				float:left;
				text-align:center;
				font-weight:bold;
				color:#747474;
				padding-left:16px;
			}
			#header .info-section ul li a{
				color:#747474;
				font-size : 11px;
			}
                        
                        #basket-amount {
                            background-color: #ffcd6c;
                            border-radius: 10px 10px 10px 10px;
                            /*display: none;*/
                            font-size: 11px;
                            font-weight: bold;
                            line-height: 20px;
                            width:10px;
                            padding: 0 5px;
                            position: absolute;
                            /*right: -3px;
                            top: 0;*/
                            z-index: 2;
                            margin : -70px 0px 0px 30px;
                        }
                        .basket-amount-big{
                            line-height: 26px !important;
                            width:16px  !important;
                            border-radius: 15px 15px 15px 15px !important;
                            margin : -70px 0px 0px 25px !important;
                        }
                        
                        .basket-amount-big-2{
                            line-height: 32px !important;
                            border-radius: 20px 20px 20px 20px !important;
                            width : 20px  !important;
                            margin : -74px 0px 0px 23px !important;
                        }
                        
                        .basket-not-empty-info{
                            width:200px;
                            text-align: left !important;
                        }
                        
                            .basket-not-empty-info .amount-info{
                                padding-top:15px;
                            }
                            .basket-not-empty-info .checkount-link{
                                padding-top:14px;
                            }
                        
                        
                        .basket-empty-info{
                            width:200px;
                            text-align: left !important;
                        }
                            .basket-empty-info a{

                            }
                            
                        .basket-empty-info a:visited,
                        .basket-empty-info a:link,
                        .basket-not-empty-info a:visited,
                        .basket-not-empty-info a:link{
                            color : #FF6400 !important;
                            border-bottom: 1px dashed #FF6400;
                            text-decoration: none;
                            font-size : 12px !important;
                            font-family: Arial,Tahoma,Verdana;
                        }

                        .basket-empty-info a:hover,
                        .basket-not-empty-info a:hover{
                            color : #FF6400;
                            text-decoration: none;
                            border-bottom: none;
                        }

#content-container {
	width:100%;
}

    

	
	
#above-footer-line {
	height:33px;
	width:100%;
	background:#7d9720;
	line-height:33px;
	text-align:center;
	color:#fff;
	font-size:26px;
	text-shadow:0 2px 2px #000;
}
	
#footer {
	clear:left;
	background:url(../../images/footer-bg.gif) #0d2845 left top repeat-x;
	padding:10px 47px;
}
	#footer .footer-content {
		float:left;
		color:#fff;
		width:95%;
	}
	
		#footer .footer-content h1{
			font-size:15px;
		}
		
		#footer .footer-content p a{
			color : #fff;
		}
	
	#footer .subscribe-container {
		float:right;
		width:188px;
		margin-top:-10px;
	}
		#footer .subscribe-container .block-subscribe-form {
			background:url(../../images/subscribe-box-bg.gif) left top repeat-x;
			width:133px;
			height:205px;
			padding:15px 27px;
		}
		
			#footer .subscribe-container .block-subscribe-form .subscribe-form-title {
				text-transform:uppercase;
				font-family:Tahoma;
				color:#fff;
				font-weight:bold;
				text-shadow: 0 1px 1px #000;
			}
			
			#footer .subscribe-container .block-subscribe-form .subscribe-field {
				width:136px;
				font-size:15px;
				border:1px solid #999;
			}
			
			#footer .subscribe-container .block-subscribe-form .subscribe-info,
			#footer .subscribe-container .block-subscribe-form .subscribe-info a{
				font-size:9px;
				color:#fff;
			}
			
			#footer .subscribe-container .send-us-email {
				text-align:center;
			}
				#footer .subscribe-container .send-us-email a{
					color:#fff;
					font-family: Tahoma;
					font-size:20px;
					text-shadow:0 1px 1px #000;
					text-transform:uppercase;
				}
				#footer .subscribe-container .send-us-email .write-mail a{
					font-size:8px;
				}
	
	#footer .copyright {
		clear:left;
		margin-top:60px;
		color:#fff;
		font-size:10px;
		text-align:center;
	}
	
	
	
	
/**** Main Menu ****/
#main-menu {
	clear:left;
}

#main-menu ul {
	list-style:none;
	height:38px;
	width:100%;
}

	#main-menu > ul > li {
		float:left;
		line-height:38px;
		background:url(../../images/main-menu-bg.gif) left top repeat-x;
		width:84px;
		text-align:center;
	}
	
	#main-menu > ul > li > span > a,
	#main-menu ul li.special-actions a,
	#main-menu ul li.special1 a {
/*		line-height:38px !important;*/
		color:#fff;
		font-size:11px;
		font-weight:bold;
		text-transform:uppercase;
		text-shadow: 0 1px 1px #000;
	}
	
	#main-menu ul li.splitter {
		width:2px;
		background:url(../../images/main-menu-splitter.gif) top no-repeat;
	}
	
	#main-menu ul li.special1 {
		background:url(../../images/main-menu-hover-bg.gif) left top repeat-x;
	}
        
        #main-menu ul li.print-products{
                width: 150px;
	}

#main-menu ul li.price-list {
    width: 60px;
    background: url(../../images/main-menu-active-bg.gif) left top repeat-x;
}

#main-menu ul li.special-actions {
    background: url(../../images/main-menu-active-bg.gif) left top repeat-x;
    width: 70px;
}

#main-menu ul li.right {
		background:url(../../images/main-menu-right.gif) left top no-repeat;
		width:7px;
	}
	
	#main-menu ul li.left {
		background:url(../../images/main-menu-left.gif) left top no-repeat;
		width:7px;
	}
/**** Main Menu ****/
	
	
/**** Content Part ****/
#content-container {
	width:100%;
	margin:10px 0;
}	

        #content-container .all-banners{
            width:100%;
            margin: 0 0 10px 0;
        }
    
	#content-container .left-menu{
		float:left;
		width:143px;
		/*display: none;*/
	}
	
	#content-container .right-menu{
		float:right;
		width:143px;
	}
	
	#content-container .content{
		float:left;
		/*width:858px;*/
		/*margin:0 5px 0 0; */
	}

@media only screen  and (max-width: 768px) {
	#content-container .content {
		float: none;
	}
}
	
	#content-container .content-2columns-with-left{
		width:1001px;
		float:right;
	}
		#content-container .content-2columns-with-left .product-list .product-item,
		#content-container .content-2columns-with-right .product-list .product-item {
			width:30%;
		}
	#content-container .content-2columns-with-right{
		width:755px;
	}
	
	#content-container .content-1column{
		width:100%;
	}
		#content-container .content-1column .product-list .product-item {
			width:246px;
		}
		
	
	
ul.side-menu {
	list-style:none;
	font-size:13px;
	margin:0;
	padding:0;
}

	ul.side-menu ul {
		list-style:none;
	}

	ul.side-menu li ul.catalog-sections li a{
		color:#FF4600;
	}
	
	ul.side-menu li {
		margin:0;
		padding:0;
		padding-top:5px !important;
	}
	
	.side-menu-item{
		padding-top : 10px !important;
	}
	
	.delivery-block li {
		padding-top: 3px !important;
	}
	
		.delivery-method-label {
			width:200px;
			float:left;
			padding-left:3px;
		}
		
		.delivery-method-description {
			float:left;
			width:550px;
		}
	

		ul.side-menu li a {
			font-weight:bold;
		}
		
		ul.side-menu li a,
		ul.side-menu li ul.catalog-sections li ul li a,
		ul.side-menu li .span-section-title,
		ul.side-menu li ul.catalog-sections li ul li .span-section-title {
			color:#235183;
		}
		
		ul.side-menu li .span-section-title,
		ul.side-menu li ul.catalog-sections li ul li .span-section-title {
			font-weight:bold;
		}
		
		ul.side-menu li a:hover,
		ul.side-menu li ul.catalog-sections li ul li a:hover {
			color:#6599d2;
		}
		
		ul.side-menu li ul li {
			margin-left:15px;
			list-style:none;
			line-height:16px;
			padding-top:6px;
		}
		
			ul.side-menu li ul li a {
				font-weight:normal;
			}
			
		ul.side-menu li.active a {
			text-decoration:underline;
		}
	
.section-header {
	font-size: 14px;
	font-weight:bold;
	color:#FF4F00;
}

.buy-link {
	text-decoration: none !important;
}

.button-submit {
	background:url('../../images/button-background.gif') repeat-x;
	border:0;
	color:#fff;
	line-height:18px;
	height:23px;
	padding:0 10px;
	-moz-border-radius:5px;
    -khtml-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    text-shadow: 0 1px 1px #000;
    text-transform: uppercase;
    font-weight:bold;
    text-shadow:2px #000;
    text-decoration: none;
}
.button-submit:hover {
	background:url('../../images/button-background.gif') repeat-x;
	background-position:center bottom;
	border:0;
	color:#fff !important;
	line-height:23px;
	height:23px;
	padding:0 10px;
	-moz-border-radius:5px;
    -khtml-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    text-shadow: 0px 1px 0px #000;
    text-transform: uppercase;
    font-weight:bold;
    cursor:pointer;
    text-decoration: none;
}

.button-submit:hover span{
	text-decoration: none;
	color:#fff;
}

.button-submit span {
	color : #fff;
	display:block;
	margin-top:-3px;
	}

/**** Content Part ****/



/**** Window ****/
.window .wt2, .window .wt4 {
	background:url(../../images/windows-sides-background.gif) 2px;
}	
.window .wt3 {
	background:url(../../images/windows-sides-background.gif) 3px;
}	
.window .wb3 {
	background:url(../../images/windows-sides-background.gif) 1px;
}	
.window .wb2, .window .wb4{
	background:url(../../images/windows-sides-background.gif) 3px;
}
.window .window-content-container {
	padding:10px;
	background:url(../../images/windows-sides-background.gif) top left;
}

	.window .window-head {
		margin-top:-18px;
		height:17px;
		padding:10px 0 7px;
	}

		.window .window-head .head-title {
			float:left;
			background:url(../../images/window-arrow-info-orange.png) top right no-repeat;
			padding:0 23px 0 11px;
			margin-left:-11px;
		}
		
		.window .window-head .head-title h1{
			/*text-transform:uppercase;*/
			color:#fff;
			font-weight:bold;
			font-size:13px;
			text-shadow: 0 1px 1px #000;
			line-height:17px;
		}
		
		.window .window-head .look-all {
			float:right;
		}
			.window .window-head .look-all a {
				color:#ff4600;
				text-transform:uppercase;
				font-size:10px;
				text-decoration:underline;
				line-height:20px;
			}
	
	.window .window-content {
		padding:10px;
		background:#fff;
		line-height:20px;
		/* text-indent: 20px; */
	}
	
	.window .window-content-container ol li, .window .window-content-container ul li{
		margin-left : 20px;
		text-indent: 10px !important;
	}
/**** Window ****/


/**** Product List ****/
.product-list {
	height:auto;
}

.single-product{
	width : 50% !important;
	text-align: center !important;
	/* background-color: #f00;
	border:  1px solid #0f0; */
	display: inline-table;
	margin-left: 200px;
}


/******* image view *******/
.product-list .product-item {
	float:left;
	width:245px;
	height:225px;
	text-align:center;
	margin:5px 10px 5px;
        border: 1px solid #fff;
}
.product-list .product-item:hover {
    
    
}


	.product-list .product-item a.product-info {
		text-decoration:none;
		color:#235183;
	}

	.product-list .product-item img.new-product-flag {
		float:left;
		margin-left:-110px;
	}
	
	.product-list .product-item a img {
		float:left;
		margin-right:10px;
	}
	
	
	.product-list .product-item .img-block {
		float:left;
		margin-right:10px;
	}
	
	
	.product-list .product-item .product-info-block {
            font-size: 12px;
	}
	
	.product-list .product-item .product-info-block .product-info-block-top {
		min-height : 150px;
		text-align: center;
	}
	
	.product-list .product-item .product-info-block .product-info-block-buy {
		text-align: center;
	}
	
	.product-list .product-item .product-info-block .product-title {
		font-weight:bold;
		color:#235183;
	}
	.product-list .product-item .product-info-block .product-short-description {
		color:#235183;
	}
	
		
	.product-list .product-item .discount-price {
		color:#ff4300;
		font-size:16px;
	}
	.product-list .product-item .full-price {
		color:#747474;
	}

.availibility{
	color : #235183;
}

/******* table list view *******/
.product-list .product-item-list-view {
	width:100%;
	float:left;
	height:auto;
	text-align:center;
	margin:5px 10px 5px;
	border-bottom: 1px solid #ccc;
}
	
	.product-list .product-item-list-view a.product-info {
		text-decoration:none;
		color:#235183;
	}

	.product-list .product-item-list-view img.new-product-flag {
		float:left;
		margin-left:-110px;
	}
	
	.product-list .product-item-list-view a img {
		float:left;
		margin-right:10px;
	}
	
	
	.product-list .product-item-list-view .img-block {
		float:left;
		margin-right:10px;
	}
	
	
	.product-list .product-item-list-view .product-info-block {
	}
	
	.product-list .product-item-list-view .product-info-block .product-info-block-top {
/*		height : 120px;*/
		text-align: center;
	}
	
	.product-list .product-item-list-view .product-info-block-buy {
		text-align: center;
	}
	
	.product-list .product-item-list-view .product-info-block .product-title {
		font-weight:bold;
		color:#235183;
	}
	.product-list .product-item-list-view .product-info-block .product-short-description {
		color:#235183;
	}
		.comments-amount {
			color:#aaa !important;	
                        
		}
	.product-list .product-item-list-view .product-info-block .product-description {
		color:#585858;
		text-align: left;
	}
	.product-list .product-item-list-view .discount-price {
		color:#ff4300;
		font-size:16px;
	}
	.product-list .product-item-list-view .full-price {
		color:#747474;
	}
/**** Product List ****/


/**** WOW Line ****/
.wow-line {
	background:url(../../images/wow-line.gif) left top repeat-x;
	height:33px;
	margin:20px auto; 
}
	.wow-line .wow {
		float:left;
		background:url(../../images/button-wow.gif) left top no-repeat;
		height:33px;
		width:122px;
		padding-left:10px;
		color:#fff;
		line-height:33px;
		text-align:left;
		font-size:28px;
		font-weight:bold;
		text-shadow:0 2px 2px #000;
	}
	
	.wow-line ul.wow-content {
		list-style:none;
		text-align:center;
	}
		.wow-line ul.wow-content li {
			float:left;
			margin:1px 20px;
			font-size:14px;
			color:#fff;
			font-weight:bold;
			text-transform:uppercase;
			margin:0 50px;
			height:33px;
			text-align:center;
		}
		
		.wow-line ul.wow-content li.oneline {
			line-height:33px;
		}
/**** WOW Line ****/


/**** Feedbacks Block ****/
.feedbacks {
}
	.feedbacks .title {
		border:1px solid #c5c5c5;
		font-size:20px;
		font-style:italic;
		color:#747474;
		padding:2px 10px;
	}
	.feedbacks .all-comments-link {
		color:#FF4600;
		text-decoration:underline;
	}
	.feedbacks .product-feedback {
		border:1px solid #c5c5c5;
		border-top:0;
		padding:10px;
	}
	.feedbacks .product-feedback-noborder {
		border:0;
		border-top:1px solid #c5c5c5;
	}
	
	.feedbacks .no-line {
		border:0;
	}
		.feedbacks .product-description, 
		.feedbacks .image-container,
		.feedbacks .customer-feedback {
			float:left;
			padding:10px;
		}
		
		.feedbacks .image-container {
			width:100px;
		}
		.feedbacks .image-container img{
			width: 100px;
		}
		.feedbacks .product-description {
			width:275px;
			color:#235183;
		}
		.feedbacks .all-product-description {
			display:block;
			width:700px;
			float:left;
		}
		
			.feedbacks .product-description .product-title,
			.feedbacks .all-product-description .product-title {
				font-weight:bold;
			}
			.feedbacks .product-description .discount-price,
			.feedbacks .all-product-description .discount-price {
				color:#ff4300;
				font-size:16px;
			}
			.feedbacks .product-description .full-price,
			.feedbacks .all-product-description .full-price {
				color:#747474;
			}
		
		.feedbacks .customer-feedback {
			float:left;
			width:570px;
			color:#858585;
		}
		
		.feedbacks .comment-text-block {
			float:left;
			margin-left:10px;
			width:730px;
			color:#858585;
                        font-size : 15px;
		}

/**** Feedbacks Block ****/


/**** Informatin Main Block ****/
#information-main-block {
	position:absolute;
	width:635px;
	background:url(../../images/bottom-shadow.png) bottom no-repeat;
	padding-bottom:18px;
	margin-bottom:-15px;
	border-radius: 10px;
}
	#information-main-block .information-main-block-content{
		width:615px;
		border-radius: 5px;
		padding:10px;
		background:url(../../images/information-block-bg4.jpg) repeat-x;
	}
/**** Informatin Main Block ****/


/*** Product Details ****/
.product-description-title {
	font-size:20px;
	font-weight:bold;
/*	text-transform: uppercase; */
	color:#619EDA;
	margin-bottom:20px;
}

.product-details-right-panel .details-buy-block {
	float:right;
}

.product-details-right-panel .economy-panel-discount {
	margin-top:3px;
	color:#FF4F00;
}

.product-details-right-panel .product-short-description {
	color:#235183;
	font-size:14px;
}

.product-details-left-panel {
	float:left;
	width:20%;
	padding-right:20px;
        
}
	.product-details-left-panel .image-panel, 
	.product-details-left-panel .image-panel-discount {
		height:250px;
	}
	
	.product-details-left-panel .image-panel img,
	.product-details-left-panel .image-panel-discount img {
		position:absolute;
		z-index: 5;
	}
	
	.detail-pic-zoom{
		background:url(../../images/zoom.png) no-repeat scroll 0 0 transparent;
		height: 32px;
		position : absolute;
		right : 10px;
		bottom : 10px;
		display: block;
	}
	
	.product-details-left-panel .image-panel .imm:first-child,
	.product-details-left-panel .image-panel-discount .imm:first-child {
		width:175px;
	}
	
	 
.product-details-right-panel {
	float:left;
	width:75%;
	font-size:14px !important;
}

.product-details-right-panel .description-panel{
    font-size:15px;
}

.price-panel,
.price-panel-discount {
	float:right;
	font-size:18px;
	/*background:#FF4F00;*/
	color:#FF4F00;
	font-weight:bold;
	padding:2px 0 0 0;
	width:110px;
	text-align:left;
/*	-moz-border-radius:5px;
    -khtml-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;*/
}

.product-price-comment,
.product-price-comment a{
	background:none;
	color:#FF4F00;
	line-height:27px;
	margin:0;
}
.product-price-comment a:visited, .product-price-comment a:link{
	text-decoration: underline;
}
.product-price-comment a:hover{
	text-decoration: none;
}

.product-details-right-panel .price-panel-old{
	float:right;
	font-size:14px;
	background:none;
	color:#FF4F00;
	width:110px;
	text-align:left;
}
	.product-details-right-panel .price-and-other-info {
		padding-left:10px;
	} 

.availability {
	margin-top:7px;
	color:#378707;
	float:right;
	text-align:right;
}

.availability .already-at-basket{
    font-weight: bold;
    color : #000;
}

/*
.image-panel {
	border:2px solid #ccc;
	float:left;
}
*/
.click-for-zoom-label {
	font-size:10px;
	clear:left;
}
.description-panel {
	background:#f1f1f1;
	padding:10px;
	font-size:13px;
	line-height:1.4em;
	-moz-border-radius:5px;
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.attention {
	color:#FF4F00;
	font-weight:bold;
}

.attention-info {
	color:#FF1A00;
}
.buylink{
	color:#FF4F00;
	font-size:18px;
}

/** Comment **/
.comment-author-field {
	width:400px;
}
.comment-text-area {
	width:400px;
	height:100px;
}
.comment-item {
	border-bottom:1px dashed #aaa;
}
	.comment-item .comment-text {
		padding:15px 0;
		font-size : 15px;
	}
	.comment-item .comment-author {
		font-style: italic;
		float:left;
	}
	.comment-item .comment_date {
		text-align:right;
		font-style: italic;
	}
/*** Product Details ****/


/**** Shopping Cart ****/
.shopping-cart .ui-dialog-buttonset {
	width:100%;
}
.shopping-cart .ui-button:first-child {
	float:left;
}
.shopping-cart .ui-button:second-child {
	float:right;
}
.shopping-cart .product-title a{
	font-size:12px;
	font-weight:bold;
	text-transform: uppercase;
	color:#619EDA;
}
.shopping-cart .quantity_field {
	font-size:12px;
	margin-bottom:0;
}
.shopping-cart .quantity-box {
	font-size:14px;
}

.shopping-cart ul{
	margin: 20px 0 10px 0px;
}
.shopping-cart li{
	list-style: none outside none;
	margin: 0 0 5px;
	text-transform: uppercase;
	
	
	}
.shopping-cart td{
	font-size: 12px;
	font-weight: bold;
	color: #585A5D;
	padding: 7px 5px;
	border-bottom: 1px solid #E8E8E8;
	}
	
.shopping-cart th	{
	border-left: 1px solid #E8E8E8;
	padding-left: 19px;
	text-align: left;
	border-bottom: 1px solid #E8E8E8;
	background: none repeat scroll 0 0 #F9F9F9;
    color: #808080;
    font-size: 10px;
    padding: 7px 5px;
    text-transform: uppercase;
	}
	
.shopping-cart	.button{
	padding: 4px 8px;
	background: none repeat scroll 0 -444px #E8E8E8;
	border: 1px solid #DDDDDD;
	color: #2C5987;
	font-size: 9px;
	font-weight: bold;
	text-indent: 0;
	-moz-border-radius: 6px 6px 6px 6px;
	outline: 0 none;
	width: auto;
	}
	
.shopping-cart .quantity{
	margin: 2px 8px 5px;
	width: 35px;
	color: #585A5D;
	font-size: 15px;
	}
	
.shopping-cart a.remove{
	
	color: #808080;
	display: inline-block;
	font-size: 10px;
	line-height: 150%;
	margin-top: 4px;
	padding: 0px 0 2px 18px;
	text-decoration: none;
	background:url(../../images/icon-remove.png) left top no-repeat;
	}
.shopping-cart .summary-title{
	background: none repeat scroll 0 0 #D9EEFA;
	 color: #2C5987;
	 font-size: 14px;
	 border-bottom: none;
}

.shopping-cart .summary-item{
	background: none repeat scroll 0 0 #D9EEFA;
	border-bottom: none;
	 font-size: 14px;
	 font-weight : bold;
	 color: #2C5987;
	 white-space: nowrap;
}

.shopping-cart .discount-item{
	color : #FF4F00;
	}
	
.shopping-cart .discount-link{
	color : #FF4F00;
	text-decoration: underline;
	}
	
.shopping-cart .promotion-header td{
	color : #FF0000;
	font-weight: bold;
	font-size : 14px;
	}

.shopping-cart .promotion-row{
	background: #eff;
}
.shopping-cart .promotion-header{
	background: #D9EEFA;
}

.shopping-cart .promotion-row td.first{
	
	}
.shopping-cart .promotion-row td{
	}
	
	
.main-th{
	background-color : #d9eefa !important;
	color : #000 !important;
	}
/**** Shopping Cart ****/

/**** Checkout *****/
.order-form-table .products-list {
	width:100%;
}
	.order-form-table .products-list tr.product-item-row td{
		border:1px solid #ccc;
		padding:2px;
		font-size:13px;
	}
	.order-form-table .products-list tr.product-item-row:hover td,
	.order-form-table .products-list th{
		background:#efefef;
	}
	.order-form-table .products-list th {
		padding:2px;
		border-left:1px solid #efefef;
	}
#textarea_delivery_additional_info, #textarea_delivery_address {
	width:300px;
	height:100px;
}

.left-padding-100{
	padding-left:40px;
	}
	
.order-section-header{
   background: none repeat scroll 0 0 #EFEFEF;
   border: 1px solid #AAA;
   padding:2px;
}
.order-section{
	background: none repeat scroll 0 0 #EFEFEF;
	border: 1px solid #CCCCCC;
}

.order-section td {
	padding:5px;
	}

.order-form-table .company_agent_registration_row td,
.order-form-table .company_agent_row td{
	background:#fafafa;
	padding:2px 5px;
}

.checkout-preform td .company_agent_registration_row_reg_option_4 td{
    color:#16467C;
}
.customer-info {
	width : 100%;
	background-color: #EFEFEF;
	}
.customer-info td {
	border-bottom : 1px solid #fff;
	border-right : 1px solid #fff;
	padding : 5px;
	font-size : 12px;
	}


.reg-choice ul{
	
	}
.reg-choice li{
	list-style: none;
	padding-top : 25px;
	padding-left : 20px;
	}
.reg-choice li label {
	padding-left : 10px;
	}
	
#left-part {
	border-right : 1px solid #ccc;
	width : 50%;
	}
	
#right-part {
	padding-left : 20px;
	width : 50%;
	}
	

	
.section-title{
	font-weight : bold;
	}

.info-text{
	font-size : 14px;
	color : #000;
	}
	
.warning-text{
	color : #f00 !important;
	}
	
#left-part2 {
	border-right : 1px solid #ccc;
	width : 40%;
	}
	
#right-part2 {
	padding-left : 20px;
	width : 60%;
	}
	
.checkout-preform td{
    color: #585A5D;
    font-family: georgia;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    margin: 0;
    padding: 0 0 5px;
    text-transform: none;
	}

.checkout-data-table{
	width : 100%;
	}

.checkout-data-table tr td{
	/* border : 1px solid #ccc; */
	padding : 5px;
	valign:top;
	}
.checkout-data-table tr td label{
	font-size : 12px;
	font-weight: bold;
	}
.checkout-data-table tr td label.error{
	font-size : 11px !important;
	font-weight: normal !important;
	}
.checkout-data-table tr td input, 
.checkout-data-table tr td select{	
	width: 248px;
	font-family: Verdana,Arial,sans;
	line-height: 14px;
	color: #000;
    height:20px;
}

.checkout-data-table tr td .error{
	font-size : 12px;
	/* color : #ffff00; */
}

.checkout-data-table tr td .input-checkbox{
	width : 20px;
}

.checkout-data-table tr td .shortfield{
	width : 50px;
}
.checkout-data-table tr td .withshortfield_left{
	width : 152px;
}

.pass-num{
	padding-left : 40px;
	}
/**** Checkout *****/

/**** Articles ****/
.article-list-item {
	clear:left;
	padding-top:20px;
        font-size : 15px;
}
    
    .article-list-item a:visited, 
    .article-list-item a:link{
        color : #235183;
        border-bottom: 1px dashed #235183;
        text-decoration: none;
    }
    .article-list-item a:hover{
        color : #FF6400;
        text-decoration: none;
        border-bottom: none;
    }

    .article{
        font-size : 15px;
    }
.article h2 {
	
	}
.article p {
	text-indent: 20px;
	
	}
.article .subhead{
	color : #FF6600;
	font-weight : bold;
	}
	
.article .important{
	font-weight : bold;
	}

.article .notice{
	padding : 5px;
	margin : 15px;
	border-top : 1px solid #ccc;
	border-bottom : 1px solid #ccc;
	color : #235183;
	font-weight : bold;
	}

.article ul {
	padding-left: 40px;
	
	}

.article ul li{
	list-style-type: disc;
	list-style-position: outside;
	padding-top : 4px;
	}
	
.article ol li ul.sublist{
	padding-left: 10px;
	}

.article ol li ul.sublist li{
	list-style-type: square;
	}


.article ol {
	padding-left: 40px;
	
	}
.article ol li{
	list-style-type: decimal;
	list-style-position: outside;
	padding-top : 4px;
	}
	
.article h2 {
	color : #FF6600;
	}

.article h3 {
	color : #FF6600;
	}

.article h4 {
	color : #FF6600;
	}

.article .slogan{
	font-size : 17px;
	font-style: italic;
	text-align: right;
	padding-top:20px;
	padding-bottom:20px; 
	}

/*** Filters ***/
.min-price-filter-field, 
.max-price-filter-field {
	font-size:11px;
	width:30px;
	text-align:center;
	border:1px solid #79A3BA;
	color:#FF4600;
}
.price-filter-amount {
	color:#FF4600;
	-webkit-text-fill-color:#FF4600;
	font-weight:bold;
	border:0 !important;
	cursor: default;
	background:none !important;
	width:110px;
	text-align:center;
}
.ui-slider-horizontal .ui-slider-range {
	background:#235183;
	height:3px !important;
}
#slider-range {
	height:3px;
}
.ui-slider-handle {
	height:10px !important;
	width:10px !important;
}
.usual-label-text {
	font-size:13px !important;
	line-height: 14px !important;
}

.usual-label-text1 {
	font-size:11px !important;
	line-height: 14px !important;
}

@media all and (-webkit-min-device-pixel-ratio:0) {
	.usual-label-text {
		line-height: 12px !important;
	}
}

.main-page-product-pager {
/*	margin-left:280px;*/
}


.red{
	color:#f00;
}


/*** price-table ***/
.pricelist-page-title {
    color: #FF4F00;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height:26px;
}

.price-table {
	clear:both;
	font-size:13px;
}
.price-table th {
	background: url("../../images/top-line.gif");
	color:#fff;
	padding:0 2px;
}
.price-table tr {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
	.price-table tr td {
		padding: 0 4px;
		line-height:26px;
		font-size:14px;
	}
		.price-table tr td img {
			margin-top:5px;
		}
.price-table tr a {
	
}
	.price-table tr:hover td{
		border:0;
		background:#FF6400 !important;
		color:#fff;
	}
	.price-table tr:hover td a{
		color:#fff;
	}
.price-table tr.even-row{
	background: #eee;
}

/** datatable **/
.dataTables_length {
	float:left;
}
.dataTables_filter {
	float:right;
}



/**** Delivery block *****/

.delivery-block {
	padding-top : 5px;
	}
	
.delivery-block h3{
	font-size : 13px;
}

.delivery-block ul li{
	font-size : 11px;
	}
	
	.delivery-block-article ul li{
		font-size : 13px;
	}
	
 
.login-table{
    width : 100%;
}
.login-table, .login-table td {
	padding : 5px;
	margin : 5px;

	}
.login-table .label {
        width : 200px;
	font-size : 14px;
	font-weight : bold;
	vertical-align : top;
}

.login-table .field input {
	width : 200px;

	}
	
.login-table .field .help{
	font-size : 12px;
	color : #666;
}
.login-table .field .help-attention{
	font-size : 12px;
	color : #f00;
}

.login-table .field a{
	color : #235183;
	text-decoration: underline;
}

.login-table .field a:hover{
	text-decoration: none;
	}
	
.site-form .row .label label{
	font-size : 14px;
	font-weight : bold;
	vertical-align : top;
}

.site-form .row .field input{
	width : 200px;
}

.row3{
	font-size : 14px;
	color : #333;
}


/**** UI Widgets *****/
.ui-widget-content {
	background:#fff !important;
	background-image:none !important;
}
.ui-widget-header {
	background: #235183 url(../../images/main-menu-bg.gif) top left repeat-x !important;
	border:1px solid #235183 !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: url("../../images/button-background.gif") !important;
	border:0 !important;
	color:#fff !important;
}



.error-title {
	font-size:20px;
	font-weight:bold;
/*	text-transform: uppercase; */
	color:#f00;
	margin-bottom:20px;
}

ul.error-options li{
	font-size:14px;
}

.not-found-panel{
	font-size:14px;
}



.delivery-block{
	width : 100%;
	}
	.delivery-block .drow{
		clear:both;
		}
		.delivery-block .drow .label{
			float:left;
			padding:3px;
			width : 250px;
			font-size : 14px;
			}
		.delivery-block .drow .data{
			float:left;
			padding:3px;

			}
			.delivery-block .drow .data .hint label{
				font-style : italic;
				font-size : 12px;
			}
			.delivery-block .drow .data input{
				width : 500px;
				}
			.delivery-block .drow .data select{
				width : 506px;
				}
			.delivery-block .drow .data textarea{
				width : 500px;
				height: 100px;
				}
		.delivery-block .drow .help{
			float:left;
			padding:3px;
			padding-left:10px;
			}
			
			.sample-text{
				color : #666;
				font-style:italic;
			}
                        
                        
                        
/******************** GIFTS LIST **********************************************/
.gifts-list th{
    padding-left: 25px;
}

.order-gifts-list{
    
}

.order-gifts-list th{
    background-color: #EEE;
    padding : 5px;
    color : #FF4F00;
    font-size : 14px;
    border:1px solid #ccc;
}

.order-gifts-list td{
    padding : 5px;
    border:1px solid #ccc;
    background-color: #fff;
}


.gift-block{
    background: url('../../images/gift-box-2.3.png') no-repeat;
    padding-left : 75px;
    padding-top: 0px;
    min-height: 75px;
    
}


#slider{
    width:100% !important;
    text-align: center !important;
}


.page-content{
    font-size : 15px;
}

.recovery-complete{
    font-size:14px;
}

.popup-content{
    padding : 20px;
}

.popup-content ul, .popup-content ol{
    padding-left: 30px;
}

.popup-content ul li, .popup-content ol li{
    padding-top:5px;
}

.above-discount {
    background: transparent url("../../images/skidka_d.png") no-repeat scroll center center / 42px auto;
	font-size: 13px;
	height: 42px;
	text-align: center;
	width: 42px;
	margin-left: -50px;
	display: inline-block;
	z-index: 5;
	position: absolute;
}

.discount-price-new {
    color:#ff4300;
    font-size:16px;
    font-weight: bold;
}

.above-discount-big {
    background: transparent url("../../images/skidka_d_big_no_shadow.png") no-repeat scroll center center / 90px auto;
    font-size: 20px;
    height: 148px;
    text-align: center;
    width: 150px;
    margin-left: 100px;
    margin-top: -40px;
    display:block;
    z-index: 5;
    position: absolute;
}

@media screen  and (max-width: 768px) {
.above-discount-big {
	margin-left: 150px;
	margin-top: -280px;
}
}


/*for banner*/
/*Модальное окно*/
#bg_popup{
    position: fixed;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;}

#popup {
    background:#fff;
    width: 690px;
    margin: 15% auto;
    /*padding: 1px 1px;*/
    position: relative;}

.close{
    display:block;
    position:absolute;
    top:5px;
    right:5px;
    width:20px;
    height:25px;
    color:#555;
    font-size: 20px;
    background:#DBDBDB;
    cursor:pointer;
    text-align: center;
}

.checkout-preform td .company_agent_registration_row_reg_option_3 td {
    color: #ff0000;
}

body{
	position:relative;
	z-index:0;
	margin:0;
	padding:0 0 1em 0;
	background-image: url('bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center top;
}

.b-page__content{min-height:75px}
.b-head-decor{display:none}
.b-page_newyear .b-head-decor{
	position:absolute;
	top:0;
	left:0;
	display:block;
	height:115px;
	width:100%;
	overflow:hidden;
	background:url(/balls/b-head-decor_newyear.png) repeat-x 0 0;
	/*z-index: -1;*/
}
.b-page_newyear .b-head-decor__inner{position:absolute;top:0;left:0;height:115px;display:block;width:373px}
.b-page_newyear .b-head-decor::before{content:'';display:block;position:absolute;top:-115px;left:0;z-index:3;height:115px;display:block;width:100%;box-shadow:0 15px 30px rgba(0,0,0,0.75)}
.b-page_newyear .b-head-decor__inner_n2{left:373px}
.b-page_newyear .b-head-decor__inner_n3{left:746px}
.b-page_newyear .b-head-decor__inner_n4{left:1119px}
.b-page_newyear .b-head-decor__inner_n5{left:1492px}
.b-page_newyear .b-head-decor__inner_n6{left:1865px}
.b-page_newyear .b-head-decor__inner_n7{left:2238px}

.b-ball{position:absolute}
.b-ball_n1{top:0;left:3px;width:59px;height:83px}
.b-ball_n2{top:-19px;left:51px;width:55px;height:70px}
.b-ball_n3{top:9px;left:88px;width:49px;height:67px}
.b-ball_n4{top:0;left:133px;width:57px;height:102px}
.b-ball_n5{top:0;left:166px;width:49px;height:57px}
.b-ball_n6{top:6px;left:200px;width:54px;height:70px}
.b-ball_n7{top:0;left:240px;width:56px;height:67px}
.b-ball_n8{top:0;left:283px;width:54px;height:53px}
.b-ball_n9{top:10px;left:321px;width:49px;height:66px}
.b-ball_n1 .b-ball__i{background:url(/balls/b-ball_n1.png) no-repeat}
.b-ball_n2 .b-ball__i{background:url(/balls/b-ball_n2.png) no-repeat}
.b-ball_n3 .b-ball__i{background:url(/balls/b-ball_n3.png) no-repeat}
.b-ball_n4 .b-ball__i{background:url(/balls/b-ball_n4.png) no-repeat}
.b-ball_n5 .b-ball__i{background:url(/balls/b-ball_n5.png) no-repeat}
.b-ball_n6 .b-ball__i{background:url(/balls/b-ball_n6.png) no-repeat}
.b-ball_n7 .b-ball__i{background:url(/balls/b-ball_n7.png) no-repeat}
.b-ball_n8 .b-ball__i{background:url(/balls/b-ball_n8.png) no-repeat}
.b-ball_n9 .b-ball__i{background:url(/balls/b-ball_n9.png) no-repeat}
.b-ball_i1 .b-ball__i{background:url(/balls/b-ball_i1.png) no-repeat}
.b-ball_i2 .b-ball__i{background:url(/balls/b-ball_i2.png) no-repeat}
.b-ball_i3 .b-ball__i{background:url(/balls/b-ball_i3.png) no-repeat}
.b-ball_i4 .b-ball__i{background:url(/balls/b-ball_i4.png) no-repeat}
.b-ball_i5 .b-ball__i{background:url(/balls/b-ball_i5.png) no-repeat}
.b-ball_i6 .b-ball__i{background:url(/balls/b-ball_i6.png) no-repeat}
.b-ball_i1{top:0;left:0;width:25px;height:71px}
.b-ball_i2{top:0;left:25px;width:61px;height:27px}
.b-ball_i3{top:0;left:176px;width:29px;height:31px}
.b-ball_i4{top:0;left:205px;width:50px;height:51px}
.b-ball_i5{top:0;left:289px;width:78px;height:28px}
.b-ball_i6{top:0;left:367px;width:6px;height:69px}
.b-ball__i{
	position:absolute;
	width:100%;
	height:100%;
	-webkit-transform-origin:50% 0;
	-moz-transform-origin:50% 0;
	-o-transform-origin:50% 0;
	transform-origin:50% 0;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	pointer-events:none;
	z-index:5
}
.b-ball_bounce .b-ball__right{position:absolute;top:0;right:0;left:50%;bottom:0;z-index:5}
.b-ball_bounce:hover .b-ball__right{display:none}
.b-ball_bounce .b-ball__right:hover{left:0;display:block!important}
.b-ball_bounce.bounce>.b-ball__i{-webkit-transform:rotate(-9deg);-moz-transform:rotate(-9deg);-o-transform:rotate(-9deg);transform:rotate(-9deg)}
.b-ball_bounce .b-ball__right.bounce+.b-ball__i{-webkit-transform:rotate(9deg);-moz-transform:rotate(9deg);-o-transform:rotate(9deg);transform:rotate(9deg)}
.b-ball_bounce.bounce1>.b-ball__i{-webkit-transform:rotate(6deg);-moz-transform:rotate(6deg);-o-transform:rotate(6deg);transform:rotate(6deg)}
.b-ball_bounce .b-ball__right.bounce1+.b-ball__i{-webkit-transform:rotate(-6deg);-moz-transform:rotate(-6deg);-o-transform:rotate(-6deg);transform:rotate(-6deg)}
.b-ball_bounce.bounce2>.b-ball__i{-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}
.b-ball_bounce .b-ball__right.bounce2+.b-ball__i{-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}
.b-ball_bounce.bounce3>.b-ball__i{-webkit-transform:rotate(1.5deg);-moz-transform:rotate(1.5deg);-o-transform:rotate(1.5deg);transform:rotate(1.5deg)}
.b-ball_bounce .b-ball__right.bounce3+.b-ball__i{-webkit-transform:rotate(-1.5deg);-moz-transform:rotate(-1.5deg);-o-transform:rotate(-1.5deg);transform:rotate(-1.5deg)}
