@font-face {
	font-family: 'glyphicons-halflings-regular';
	src: url('fonts/glyphicons-halflings-regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
body {
    background:#404040 url(../images/body_bg.jpg) no-repeat center top;
    font-family: Arial,Verdana;
	font-size: 12px;
	margin:0px;
	padding:0px;
	color:#fff;}
body h1{
	color:#fff;
	font-size:27px;
	font-weight:normal;}
body input{
	color:#000;
}
body h2{
	color: #fff;
    font-size: 18px;
    font-weight: normal;}
#evr{
	width:100%;
	max-width: 918px;
	margin:0 auto;
}
.mainTptIns{
	width:100%;
	max-width:918px;
	margin:0 auto;
	position:relative;
}
.container{
	width:100%;
	max-width:918px;
	padding:0px;
}
select{
	color:#333333;
	height:22px;
}
.noPadding{
	padding:0px;
}
.content{
	background:#000;
   /* border-left: 1px solid #858583;
	border-right: 1px solid #858583;*/
	width:100%;
	max-width:918px;
	}
.header{
	background:url(../images/header.jpg)no-repeat center top;
	font-size:10px;
	overflow:hidden;
	position:relative;
	z-index:1;
	z-index:100;
	width:100%;
	max-width:920px;
	padding-bottom:10px;
}
.header ul{
	float: right;
	margin-right:3px;
	width:100%;
    max-width: 670px;
	padding:0px;
	padding-top:15px;
}
.header ul li{
	display: inline;
	float:right;
}
.header ul li a{
	color: #fff;
	text-decoration:none;
	font-size:12px
}
.righ{
	color:#FFF;
	padding:6px;
}
.righm{
	color:#FFF;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;}
#logo{
	float:left;
	width:auto;
	max-width:149px;
	height:80px;
	padding-left: 49px;
	padding-top:7px;
	border:none;
}
.navbar-nav{
	margin-left:40px;
}

@media screen and (max-width: 990px) {
	.navbar-nav{
		margin-left:0px;
	}
}
.navbar-default .navbar-nav > li > a{
	color:#fff;
}
.navbar-inverse .navbar-nav > li {
	border-right:1px solid #c27a02;
	border-left:1px solid #ffca52;

}
.navbar-inverse .navbar-nav > li:first-child{
	border-left:0px!important;
}
.navbar-inverse .navbar-nav > li:last-child{
	border-right:0px!important;
}
.navbar-inverse .navbar-nav > li > a{
	color:#fff;
	margin-left:0px;
	font-size:16px;
	font-family: 'calibri';
	padding-top:13px;
	padding-bottom:13px;
	padding-left:15px!important;
	padding-right:15px!important;
}
.navbar-inverse .navbar-nav > li.active{
	border-top:4px solid #525252;
	background:#e6960b;
	height:46px;
	border-left:0px!important;
	border-right:0px!important;
	margin-top:-1px;

}
.navbar-inverse .navbar-nav > li.active > a{
	margin-top:-3px!important;
}
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}
@media screen and (max-width: 880px) {
	.navbar-inverse .navbar-nav > li > a{
		padding-left:10px!important;
		padding-right:10px!important;
		margin-left:0px;
	}
	.navbar-inverse .navbar-nav > li:first-child{
		margin-left:10px;
	}
}
@media screen and (max-width: 800px) {
	.navbar-inverse .navbar-nav > li > a{
		padding-left:8px!important;
		padding-right:8px!important;
	}
}
/*mobile menu*/
@media (max-width: 991px) {
   .navbar-collapse {
    padding-left:5px;
  	padding-right:5px;
	max-height:800px;
	margin:0px;

	overflow-x: visible!important;
	background:#797979;
  }
  .navbar-collapse ul li.pull-right,
  .navbar-collapse ul li {
		background: #fff);
		float:right;
		width:100%;
		text-align:left;
		border-left:0px!important;
		border-right:0px!important;
  }
  .navbar-collapse ul li:last-child{
  	border-bottom:0px;
  }
  .navbar-inverse .navbar-nav > li > a{
  	color:#ffffff;
  	font-family: 'calibri';
  	font-size:16px;
  	padding-left:20px;
  	padding-top:13px;
  	padding-bottom:13px;


  	text-align:left;
  }
  .navbar-inverse .navbar-nav > .open > a,
  .navbar-inverse .navbar-nav > .open > a:hover,
  .navbar-inverse .navbar-nav > .open > a:focus,
  .navbar-inverse .navbar-nav > li.active a,
  .navbar-inverse .navbar-nav > li.active a:hover,
  .navbar-inverse .navbar-nav > li > a:hover,
  .navbar-inverse .navbar-nav > li > a:focus{
  	background:transparent;
  	color:#f2f2f2;
  	border-left:0px solid #2f1401;
	font-family: 'calibri';
  	font-size:16px;

  }
  .navbar-nav .open .dropdown-menu,
  ul.nav li.dropdown:hover > ul.dropdown-menu{
  	background:transparent;
  	margin:0px;
  	padding:0px;
  }
  .navbar-nav .open .dropdown-menu  > li,
  ul.nav li.dropdown  > ul.dropdown-menu > li{
		margin:0px;
		padding:0px;
		padding-left:20px;
		padding-right:20px;
		float:none;
  }
  .navbar-inverse .navbar-toggle{
	background:#fba210!important;
	color:#ffffff!important;
  }
	.navbar-collapse.inX{
		overflow-y: auto;
	}
	.navbar-toggle{
		margin-top:-40px;
		background: url(../images/left_box.png) no-repeat;
		border:#333;
		margin-right:0px;
	}
	.noPadding{
		padding-right:15px!important;
		padding-left:15px!important;
	}
	.navbar{
		min-height:0px!important;
	}
	.navbar-default .navbar-toggle .icon-bar{
		background-color:#fff;
	}
}
.mbHeaderMenu{
	margin:0px;
	padding:0px;
}
@media screen and (max-width: 990px) {
	.navbar-nav{
		margin:0px!important;
	}
}
#shopping{
	float:right;
	margin-right: 10px;
	margin-top:-5px;
}

#shopping span a{
	background: url(../images/cos.gif) right no-repeat;
	color:#fff;
    text-decoration:none;
	padding-right:20px;
	font-size:12px;
}
.main_menu{
	padding:0px;
	width:100%;
	max-width:918px;
	height:36px;
	background: url(../images/menu2.png) no-repeat;
    border-bottom: 1px solid #858583;
	
}
.main_menu ul{
	margin:0px;
	padding: 0px;
	padding-left:210px;
	height:36px;
	line-height:36px;
	overflow:hidden;
	font-weight:normal;
}
.main_menu ul li{
	float:right;
	list-style-type: none;
	font-weight:normal;
}
.main_menu ul li a{
	color:#fff;
	font-family:Arial;
	margin:0px;
	padding:0px;
    padding-top:0px;
    text-decoration:none;
    padding:0px 2px;
    font-size:11px;
    font-weight:normal;
}
.clear{
	clear:both;
}
.bt_products{
	margin-top:0px;
	background:#4C4C4C;
	padding:5px 5px 5px 5px;
}
.bt_products h1{
	font-size:18px;
	text-align:center;
	margin:0px;
	padding-top:10px;
	padding-bottom:10px;
}
.icon_down{
	margin-left:20px;
}
.left_menu{
	width:100%;
	max-width: 228px;
    background:url(../images/meniu_left_repeat.png) repeat-y;
    margin:0px 0px 10px -2px;
    -webkit-border-radius:0px 8px  8px 0px ;
    -moz-border-radius:0px 8px  8px 0px ;
    border-radius:0px 8px  8px 0px ;
    position:relative; 	behavior: url(../PIE.htc);
}
.inside ul{
    -webkit-border-radius:0px 10px  10px 0px ;
    -moz-border-radius:0px 10px  10px 0px ;
    border-radius:0px 10px  10px 0px ;
    position:relative; 	behavior: url(../PIE.htc);
    margin-left: 0px}
.left_menu ul li {
    background: none repeat scroll 0 0 #252525;
   -webkit-border-radius:6px 6px  6px 6px ;
   -moz-border-radius:6px 6px  6px 6px ;
   border-radius:6px 6px  6px 6px ;
   position:relative; 	behavior: url(../PIE.htc);
    list-style-type: none;
    margin: 0 0 3px 15px;
    padding: 10px 7px 4px;
	width:100%;
    max-width: 189px;
}

.left_menu ul {
	margin: 0 ;
    padding:0;
	width:100%;
    max-width: 228px;
    margin-bottom:25px;
}
.left_menu ul li a {
	color:#fff;
    text-decoration:none;
    padding-bottom:5px;
    -webkit-border-radius:6px 6px  6px 6px ;
    -moz-border-radius:6px 6px  6px 6px ;
    border-radius:6px 6px  6px 6px ;
    position:relative; 	behavior: url(../PIE.htc);
    background: url(../images/star.gif) no-repeat;
    padding-left: 25px;
    display:block;
}
.inside {
	background:url(../images/left_box.png) no-repeat;margin-top:-22px;
	-webkit-border-radius:0px 10px  0px 0px ;
   -moz-border-radius:0px 10px  0px 0px ;
   border-radius:0px 10px  0px 0px ;
   position:relative; 	behavior: url(../PIE.htc);
   padding-bottom:3px;
}
.inside h1{
	padding:23px 0 19px 29px;
    margin:0px;
    color:#262626;
    font-size:!important;
}
.right{
	float: left;
	width:100%;
}
.page {
	float:right;
    padding-right:10px;
}
#new {
	padding:18px 23px 47px 32px;
	float:left;
}
.mainContentSt{
	background: #000000;
	overflow:hidden;
	border: 1px solid #858583;
	margin-bottom:30px;
}
.home_new_prod {
	background: #121212;
    /*margin: 5px 4px 5px 4px;*/
    margin: 0px 0px 5px 0px;
    padding: 5px 0px 0px 0px;
	width:100%;
    /*max-width:652px;*/
    font-size: 14px;
    padding-left:28px;
    font-weight: bold;
    overflow:hidden; 
}

div.home_new_prod h3 {
    background: url("../images/prod.gif") no-repeat scroll left center transparent;
    color: #FFFFFF;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin: 10px 0 0 17px;
    padding-left: 27px;
    text-align: left;
	width:100%;
    max-width: 180px;
}

.text{
	padding:0px 28px 0px 28px;
    color:#fff;
	width:100%;
}
.text p{
	text-align: justify;
	width:100%;
	/*max-width:623px;*/
}
.footer{
	background:url("../images/footer_background.png") repeat-x;
	width:100%;
	max-width:918px;
	border-top: 1px solid #858583;
	margin-bottom:0px;
	height:39px;
}
#copyrigh{
	float:left;
    padding-top:15px;
    padding-left:14px;
}
.footer ul {
	float:right;
	margin:12px 10px 12px 0px;
	font-size:11px;
}
.footer ul li {
	float:right;
	list-style-type: none; 
	font-size:11px;
}
.footer ul li a{
	text-decoration:none; 
	font-size:11px;
	color:#fff;
}
/*.navi {float: right;
    height: 12px;
    margin-top: 7px;
    text-align: right;
    width: 100px;}
.navi a {
    background: url("../images/navi_point.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    font-size: 1px;
    height: 12px;
    margin: 3px;
    width: 12px;}
.navi a:hover{background: url("../images/navigator.png")no-repear}
.navi a.active {
    background-position: 0 -12px;}


div.home_new_prod {
    background: #121212;
    height: 303px;
    overflow: hidden;
    width: 679px;
}
div.home_new_prod h3 {
    background: url("../images/prod.gif") no-repeat scroll left center transparent;
    color: #FFFFFF;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin: 0 0 0 37px;
    padding-left: 27px;
    text-align: left;
    width: 450px;
}
.navi {
    float: right;
    height: 12px;
    margin-top: 7px;
    text-align: right;
    width: 100px;
}
a.left {
    margin-left: 0;
}
a.browse {
    background: none repeat scroll 0 0 transparent;
    display: block;
    float: left;
    font-size: 1px;
    height: 0;
    margin: 0;
    width: 0;
}
.scrollable {
    float: left;
}
.scrollable {
    height: 222px;
    margin: 20px;
    overflow: hidden;
    position: relative;
    width: 643px;
}
element.style {
    left: -1356px;
}
.scrollable .items {
    clear: both;
    position: absolute;
    width: 20000em;
}
a.right {
    background-position: 0 -30px;
    clear: right;
    margin-right: 0;
}
a.browse {
    background: none repeat scroll 0 0 transparent;
    display: block;
    float: left;
    font-size: 1px;
    height: 0;
    margin: 0;
    width: 0;
}
.items div {
    float: left;
    width: 678px;
}
.scrollable span.new_prod_bg {
    background: url("../images/promo_prod_bg.png") no-repeat scroll center top transparent;
    float: left;
    height: 222px;
    margin: 0 0 0 5px;
    position: relative;
    width: 219px;
    z-index: 1;
}
div.imP {height: 215px;
    overflow: hidden;
    position: relative;
    width: 219px;
    z-index: 10;}
.items div {
    float: left;
    width: 678px;
}
.scrollable span.new_prod_bg a {
    height: 150px;
    width: 202px;}
div.new_im_home {
    height: 47px;
    margin-right: 8px;
    position: absolute;
    right: 0;
    top: 0;
    width: 47px;
    z-index: 100;
}

.items div {
    float: left;
    width: 678px;
}*/
.right1{padding-left:30px;
		padding-right:30px;
		width:100%;

        overflow: hidden;padding-bottom:10px;}
.right2{padding-left:0px;
		width:100%;
        max-width:685px;
        overflow: hidden;}
.right1 a,
.right2 a{
	text-decoration:none;
	color:#ffffff;
}
.right1 a:hover,
.right2 a:hover{
	text-decoration:underline;
	color:#ffffff;
}
ul li a.men_top_st{
	color:#0C6FB5;
	font-weight:bold;
}
.menu_pages{background: url(../images/black_menu.png) repeat-x;
				display:block;
				padding:5px 10px;
				-webkit-border-radius:5px 5px  0px 0px ;
			    -moz-border-radius:5px 5px  0px 0px ;
			    border-radius:5px 5px  0px 0px ;
			    position:relative; 	behavior: url(../PIE.htc);
				margin-top:20px;height:30px;}
.menu_pages a{  text-decoration:none;
				  color:#fff;}

.menu_pages1 {background: url(../images/black_menu.png) repeat-x;
			  display:block;
			  padding:5px 10px;
				-webkit-border-radius:0px 0px  5px 5px ;
			    -moz-border-radius:0px 0px  5px 5px ;
			    border-radius:0px 0px  5px 5px ;
			    position:relative; 	behavior: url(../PIE.htc);
			  margin-bottom:20px;height:30px;}
.menu_pages1 a{
			   text-decoration:none;
			   color:#fff;}

a.page_sel{
	text-decoration:underline;
}
span.no_action_prev img{
	width:12px;
	height:10px;
	margin:3px 3px 0px 0px;
	border:0px;
}
span.no_action_next img{
	width:12px;
	height:10px;
	margin:3px 3px 0px 0px;
		border:0px;
}
a.next_prev_link img{
	width:12px;
	height:10px;
	margin:3px 3px 0px 0px;
	border:0px;

}
div.pagination_box{
	text-align:center;
}
span.all_pages{
	padding:0px 10px 0px 5px;
}
.products_1{
	overflow:hidden;
	margin-top:20px;
}
.products_1 span{background:#252525;
				   padding:3px 7px;
	-webkit-border-radius:5px 5px  5px 5px ;
			    -moz-border-radius:5px 0px  5px 5px ;
			    border-radius:5px 5px  5px 5px ;
			    position:relative; 	behavior: url(../PIE.htc);
				   border: 1px solid #858583;
				  margin-right:12px;
				  float:right;}
.products_1 span a{color:#fff;
				   text-decoration:none;}

.products_1 img{float:left;
			    border: 1px solid #C7C7C7;
				margin-left:10px;
				margin-right:15px;
				margin-bottom:15px;}
.products_1 h2{float:left;
			 margin:0px 0px 20px;
			 width:70%;}
.products_1 h3{margin:0px 0px 14px;}
.description_p{float: left;
			  margin: 0 0 15px;
		      text-align: justify;
			  width:100%;
			  max-width: 400px;}
.products_1 input{border:1px #858583;
				  width:36px;
				  height:17px;
				  text-align:center;}
.products_1 form{margin-top:20px}
.products_1 p a{color:#fff;}
.tie{background: #5A5A5A;
     height: 1px;
     margin: 5px 0px 0px 0px;
     max-width: 625px;}
.add_cart a {background:url(../images/cos1.jpg) left no-repeat;
		     color:#fff;
			 text-decoration:none;
			 display:block;
			 float:right;
			 padding-left:25px;
			 margin:3px;}
.add_cart {background:#252525;
		   		-webkit-border-radius:5px 5px  5px 5px ;
			    -moz-border-radius:5px 0px  5px 5px ;
			    border-radius:5px 5px  5px 5px ;
			    position:relative; 	behavior: url(../PIE.htc);
		   border:1px solid #858583;
		   float:left;
		   margin-left: 10px;
		   margin-right:5px;
		   margin-top: -17px;
		   width:100%;
		   max-width:79px;}
.up_part p{margin-bottom:10px;}
.up_part{width:100%;
	     max-width:625px;}
.up_part h1{padding-top:7px;}
.down_part{width:100%;
		   }
.parallel {border-left:1px solid #4d4d4d;
           border-right: 1px solid #4d4d4d;
		   padding: 20px 15px 10px 15px;}
.prod {float:left;
		width:100%;
		max-width:250px;
		margin-top:22px;}
.prod a img{border:1px solid #858583;}
.description{float:left;
			 margin:1px 0px 0px 20px;
			 width:55%;
			 }
.description a{
	color:#ffffff;
}
.description span{float:right;
                  padding-right:5px;}
.description ul li{list-style:none;
					display:inline;}
.description ul li a{color:#fff;
					 text-decoration:none;
					 background:#252525;
					 padding:3px 10px;
					 	-webkit-border-radius:5px 5px  5px 5px ;
			    -moz-border-radius:5px 0px  5px 5px ;
			    border-radius:5px 5px  5px 5px ;
			    position:relative; 	behavior: url(../PIE.htc);
					 float:right;
					 border:1px solid #858583;
					 margin-top:-22px;}
.description ul li a img{border:none;}
.review{float:left;
	    margin-top:20px;
		width:100%;
		max-width:625px;
		text-align:justify;
		border-top: 1px solid #858583;}
.review h2{width:100%;
			max-width:200px;			
			float:left;}
.review a{background:#252525;
		  float:right;
		  padding:3px 10px;
		  	-webkit-border-radius:5px 5px  5px 5px ;
			    -moz-border-radius:5px 0px  5px 5px ;
			    border-radius:5px 5px  5px 5px ;
			    position:relative; 	behavior: url(../PIE.htc);
		  margin:15px 0px;
		  color:#fff;
		  text-decoration:none;
		  border:1px solid #858583;}
.review span{padding-right:10px;}

#right_box {float:right;
            margin-top:0px;}
.formular_form a{background:#252525;
					 padding:5px 7px;
					 text-decoration:none;
					 color:#fff;
				-webkit-border-radius:5px 5px  5px 5px ;
			    -moz-border-radius:5px 0px  5px 5px ;
			    border-radius:5px 5px  5px 5px ;
			    position:relative; 	behavior: url(../PIE.htc);}
.formular_form_lft {float:left;
					width:100%;
				   max-width:620px;
				   overflow:hidden;
				   height:auto!important;
				   padding-bottom:20px;}

#sub {width:100%;
	max-width:142px;
	  padding:3px 0px;
	-webkit-border-radius:5px 5px  5px 5px ;
    -moz-border-radius:5px 0px  5px 5px ;
    border-radius:5px 5px  5px 5px ;
    position:relative; 	behavior: url(../PIE.htc);
      margin-top: 10px;
	  background:#252525;
	  color:#fff;
	  margin-left:-142px;}

#formular_form_right {float:right;
					  width:100%;
					  max-width:300px;
					  margin-top:-50px;}

.products_1 p input{width:30px;}
.price { margin-top: 3px;
		 float:right;
		 margin-right:15px;}
.prod_ul{ float:left;
		padding:3px 0px;
		margin-top:10px;}
.prod_ul li{background:#252525;
	        display:inline;
            padding:5px 8px;
            margin-right:10px;
				-webkit-border-radius:5px 5px  5px 5px ;
			    -moz-border-radius:5px 0px  5px 5px ;
			    border-radius:5px 5px  5px 5px ;
			    position:relative; 	behavior: url(../PIE.htc);
			border:1px solid #858583;}
.prod_ul li a{text-decoration:none;
              color:#fff;}
.client_cont {float:left;
			  width:100%;
			  max-width:290px;
			  margin-top:20px;
			  padding-left:20px;
			  }
.client_cont h2{margin:20px auto;}
.client_cont p a{text-decoration:none;
                 color:#fff;}
.client_cont form{margin-bottom:20px;}
.client_cont label{margin: 0px;
				   width:30%;
				   display:inline-block;}
.client_cont input{margin-bottom:10px;
					border:1px solid #858583;}
#lab_ema {width:30%;
		  display:inline-block;
		  margin-top:0px;}
#next{margin:0 auto;
	  display:block;
	  padding:2px 21px;
	  margin-top:10px;
	-webkit-border-radius:5px 5px  5px 5px ;
    -moz-border-radius:5px 0px  5px 5px ;
    border-radius:5px 5px  5px 5px ;
    position:relative; 	behavior: url(../PIE.htc);
	  background:#252525;
	  color:#fff;}
.client{border-left:1px solid #858583;
		float:left;
		margin-top:25px;
		width:100%;
		max-width:333px;
		margin-bottom:20px;}
#new_client	 a{color:#fff;
			   padding:5px 15px;
			   text-align:center;
			   width:150px;
			   background:#252525;
			   text-decoration:none;
			   margin:30px;
			   display:block;
				-webkit-border-radius:5px 5px  5px 5px ;
			    -moz-border-radius:5px 0px  5px 5px ;
			    border-radius:5px 5px  5px 5px ;
			    position:relative; 	behavior: url(../PIE.htc);
			   border:1px solid #858583;}
#new_client	{height:150px;
			 border-bottom:1px solid #858583;
			 margin-left:15px;}
.guest_client{margin-left:15px;}
.guest_client p{padding:20px 0 20px 10px}
.guest_client label{padding-right:15px;}
.guest_client input{border:1px solid #858583; }
.guest_client form {margin-left:10px;}
#next_1{margin:10px 26px 0 0;
		padding:2px 27px;
		display:block;
	-webkit-border-radius:5px 5px  5px 5px ;
			    -moz-border-radius:5px 0px  5px 5px ;
			    border-radius:5px 5px  5px 5px ;
			    position:relative; 	behavior: url(../PIE.htc);
		background:#252525;
		border:1px solid #858583;
        margin-left: 53px;
		color:#fff;}
#next_2{margin:0px 26px 0 0;
		padding:2px 27px;
		float:right;
		display:block;
	-webkit-border-radius:5px 5px  5px 5px ;
			    -moz-border-radius:5px 0px  5px 5px ;
			    border-radius:5px 5px  5px 5px ;
			    position:relative; 	behavior: url(../PIE.htc);
		background:#252525;
		border:1px solid #858583;
        margin-left: 53px;
		color:#fff;}
#pas {}
div.register_form label {clear: left;
						color: #fff;
						float: left;
						font-family: Arial;
						font-size: 12px;
						height: 18px;
						line-height: 18px;
						padding-right: 10px;
						padding-top: 7px;
						text-align: left;
						width:100%;
						max-width: 170px;}
#register_form label{ float: left;
					  margin-right: 30px;
					  margin-top: 10px;}
.register_form{
				  width:100%;
				  max-width:625px;
				  text-align:left;
                  font-family:Arial;
				  font-size:13px;}
div.form_reg{
	overflow:hidden;
	padding-left:40px;
}
.register_bt{
	width:100%;
	overflow:hidden;
	margin:0 auto;
	text-align:center;
}
.register_log{
	max-width:300px;
	overflow:hidden;
	text-align:center;
}
.register_log input{
	width:100px;
	padding:2px 0;
	background:#252525;
	border:1px solid #858583;
	-webkit-border-radius:5px 5px  5px 5px ;
	-moz-border-radius:5px 0px  5px 5px ;
	border-radius:5px 5px  5px 5px ;
	position:relative; 	behavior: url(../PIE.htc);
	margin-top: 35px;
}
div.register_form a{color:#fff;}
.inputC {border: 1px solid #48565C;
		color: #000000;
		float: left;
		margin-top: 7px;
		padding-left: 5px;
		width:100%;
		max-width: 200px;}
.register_bt input{width:100px;
				   padding:2px 0;
				   background:#252525;
				   border:1px solid #858583;
			-webkit-border-radius:5px 5px  5px 5px ;
			    -moz-border-radius:5px 0px  5px 5px ;
			    border-radius:5px 5px  5px 5px ;
			    position:relative; 	behavior: url(../PIE.htc);
                   margin-top: 35px;
				   margin-right:70px;}
.delivery_info {float:left;
				width:100%;}
.delivery_info h2{margin:0 0 20px 20px;}
.delivery_info ul{
	float:left;
	padding:0px;
	padding-right:50px;
	margin-left:20px;
	list-style:none;
}
.delivery_info ul li{
	margin-top:5px;
	margin-bottom:5px;
}
.bill_info	{float:left;
		     width:100%;}
.bill_info ul{float:left;
			  padding:0px;
			  padding-right:50px;
			  margin-left:20px;
			  list-style:none;}
.bill_info ul li{
	margin-top:5px;
	margin-bottom:5px;
}
.bill_info h2{margin:0 0 20px 20px;}
.products{float:left;
		  width:100%;
		  padding-right:10px;}

.products input {border:1px solid #858583;}
.products h3{ float:left;
			  margin: 0 0 5px 20px;
			  margin-top: 20px;
			  font-size:18px;
			  line-height:20px;}
.products p{float:left;
			margin-left:20px;
			margin-top:0px;}
.products span{float:right;
			   padding-left:15px;}
.prod_choose{width:100%;
			 max-width:200px;
			 margin-top:20px;}
.prod_choose img{border:1px solid #858583;
			 margin-left:20px;
			 float:left;}
.first_p {margin:0px 0px 20px 20px;}
.voucher {margin-left:20px;
		  padding-top:10px;
		  padding-bottom:10px;}
.voucher p{
	margin:0px;
}
.voucher input{border:1px solid #858583;}
#sub_voucher{background:#252525;
			 padding:2px 5px;
			-webkit-border-radius:5px 5px  5px 5px ;
			    -moz-border-radius:5px 0px  5px 5px ;
			    border-radius:5px 5px  5px 5px ;
			    position:relative; 	behavior: url(../PIE.htc);
			 color:#fff;
			 margin-left:5px;}
.voucher input{
	width:120px;
}
.menu_pages2 {background: url(../images/black_menu.png) repeat-x;
			  display:block;
			  padding:5px 10px;
			  border-bottom-left-radius: 5px;
              border-bottom-right-radius: 5px;
              	-webkit-border-radius:0px 0px  5px 5px ;
			    -moz-border-radius:0px 0px  5px 5px ;
			    border-radius:0px 0px  5px 5px ;
			    position:relative; 	behavior: url(../PIE.htc);
			  height:30px;
			  width:100%;}
.menu_pages2 span{float:right;
margin-right:15px;}
.delivery_company{margin-left:20px;}
.categ_prod_pr{float:right;
				margin:10px 3px 0px 0px;}
.delivery_company p{text-align: right;
					margin-right: 12px;}
.use_terms_box {margin-top:15px;}
.use_terms_box  a{color:#fff;}
.use_terms_box check_box_t{}
.use_terms_box .order_bt{
		background:#252525;
			margin:30px 0px 30px;
			padding:2px 30px;
		-webkit-border-radius:5px 5px  5px 5px ;
	    -moz-border-radius:5px 0px  5px 5px ;
	    border-radius:5px 5px  5px 5px ;
	    position:relative; 	behavior: url(../PIE.htc);
			border:1px solid #858583;
			color:#fff;
}
.contact_form	{margin:40px 0 0 40px;}
.contact_form label{margin-right:50px;}
.contact_form input{margin-bottom:15px;
					width:200px;
					border:1px solid #858583;}
#email_in {margin-left:64px;}
.contact_form p {width:100%;
				 max-width:154px;
                 float:left;
				 margin:0px;}
.contact_form textarea {float:left;
						width:100%;
                        max-width:201px;
						border:1px solid #858583;}
#send_mes{background:#252525;
		  margin-top:40px;
		  border:1px solid #858583;
		  width:150px;
		  padding:2px 0px;
	-webkit-border-radius:5px 5px  5px 5px ;
			    -moz-border-radius:5px 0px  5px 5px ;
			    border-radius:5px 5px  5px 5px ;
			    position:relative; 	behavior: url(../PIE.htc); }
#tel_in{margin-left:38px;}
.products_check_box {background:#252525;overflow:hidden;}
.products_check_box img{float:left;
			    border: 1px solid #C7C7C7;
				margin:10px 30px 10px 10px;}
.products_check_box h2{float:left;
			 margin:0px 30px 20px;}
.products_check_box h3{margin:0px 0px 14px;}
.products_check_box p{float:left;
			width:100%;
			max-width:303px;
			text-align:justify;
			margin:0px ;}
.products_check_box input{border:1px #858583;
				  width:40px;}
.products_check_box p a{color:#fff;}
.menu_pages_check{background:url(../images/menu_check.png) repeat-x;
				 display:block;
				padding:5px 3px;}
.menu_pages_check a{color:#fff;
					text-decoration:none;}
.para { border-left: 1px solid #4D4D4D;
    border-right: 1px solid #4D4D4D;
	margin:0px;}

#description_prod {width:300px;}
#captcha{margin-bottom:10px;
		float:left;
		margin-right:10px;}
#copy_right{padding-left:15px;
			min-width:50px;
			float:left;
			margin:0px 0px 0px 0px;
	line-height:39px;
			}
.prod_price {float:right;
			margin-right:8px;
			margin-left:5px;}
.prod_description p{width:462px;
					float:left;}
.prod_number {margin-top:-14px}

.second_p {width:100%;
		   max-width:618px;
		   margin-left:2px;
		   text-align:justify;}
.piece_p {width:100px;}

#search		{color:#fff;
			 margin-bottom:15px;}
.rev_p   {width:100%;
	      max-width:625px;
          text-align:justify;}
.rev_p h2 {
	margin:0px;
	padding:0px;
	margin-top:5px;
	font-size:14px;
	font-weight:bold;
}
span.rw_name_st{
	padding-right:10px;
}
.rev_p p {
	margin:0px;
	padding:0px;
}
#text_code{width:140px;
           float:left;
		   height:16px;}
.short_in {width:30px;}
.short_in input{width:30px;
                text-align:center;
				border:1px solid #858583;
				}
#use_abov {height:40px;}
#pr_shop ul li {display:inline;
				float:left;}
#pr_shop {float:left;}
#pr_shop form {float:left;}
#pr_shop ul li a {margin: -5px 40px;}

#return_prod a{color:#fff;
			   text-decoration:none;
			   font-size:12px;}

#shop_users1{border:1px solid #858583;}
.next_stepH {background:#252525;
			border:1px solid #858583;
			color:#fff;
			padding:3px 27px;
	-webkit-border-radius:5px 5px  5px 5px ;
			    -moz-border-radius:5px 0px  5px 5px ;
			    border-radius:5px 5px  5px 5px ;
			    position:relative; 	behavior: url(../PIE.htc);
			text-decoration:none;
			display:block;
			float:right;
			margin-right:25px;
			margin-top:20px;}
.head { background:#252525;
		height: 30px;}
.prod_in {float:left;
		  width:72%;
		  }
.category_prod_list	{width:100%;
					 max-width: 625px;}
.tabs{list-style: none;
		margin: 30px 0px 0px;
		padding: 0;
		overflow:hidden;
		}
ul.tabs li {float: left;
			text-indent: 0;
			padding: 0;
			margin: 0;
			list-style-image: none;}
ul.tabs a {	background:#999999;
			font-size: 11px;
			margin-top:-6px;
			display:inline-block;
			text-align: center;
			text-decoration: none;
			color: #fff;
			padding: 8px 25px 8px 25px;
			margin: 0px;
			position: relative;
			border:1px solid #E4E3E3;
			border-bottom:0px;
			border-radius:7px 7px 0px 0px;
			margin-right:2px;
			}
ul.tabs a.current, ul.tabs
a.current:hover, ul.tabs
li.current a {background-position: -420px -62px;
			  cursor: default ;
			  color:#000;
			  background:#5E5E5E;}
#reg_h	{margin-left:20px;}
.my_order_box {border: 1px solid #858583;}

.das_bord {border-bottom:1px dashed #858583;}
/*----------------------------------HOME SCROLLABLE-----------------------------*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width:100%;
	max-width: 658px;
	height:222px;
	margin-top:20px;
}

.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}
.items div {
	float:left;
	width:100%;
	max-width:655px;
}
.homeSlideArea{
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
		overflow:hidden;
}
.homeProdSlide{
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	white-space:nowrap;
}
.homeProdSlide .homeSlideItem{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
}
.slick-track{
	height:222px;
}
/* single scrollable item */
.homeSlideArea .new_prod_bg {
    background: url("../images/repeat_image.png") no-repeat center top ;
    /*float: left;*/
    height: 222px;
	width:188px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
    z-index: 1;
    overflow:hidden;
	margin:0 auto;
}
.homeSlideArea .new_prod_bg a {
	width:100%;
	max-width:188px;
	height:222px;
}
div.imP{
	height:105px;
	width:100%;
	max-width:155px;
	overflow:hidden;
	position:relative;
	z-index:10;
	margin:14px 0px 22px 16px;
	text-align:center;
}
.homeSlideArea .new_prod_bg a img {
	height:105px;
	max-width:155px;
}
.homeSlideArea .new_prod_bg h4 {
	width:100%;
	max-width:155px;
	height:41px;
	margin:14px 0px 0px 16px;
	text-align:center;
	overflow:hidden;
	padding:0px;
	color:#ffffff;
	line-height:18px;
}
.homeSlideArea .new_prod_bg h4 a.new_prod_title{
	width:100%;
	max-width:155px;
	height:41px;
	text-align:center;
	display:block;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	padding:0px;
	text-decoration:none;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}


/* position and dimensions of the navigator */
.navi {
	width:100%;
	max-width:420px;
	height:12px;
	float:right;
	text-align:right;
	margin-top:15px;
}


/* items inside navigator */
.navi a {
	width:12px;
	height:12px;
	float:left;
	margin:3px;
	background:url(../images/navigator.jpg) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
.navi a:hover {
	background-position:0 -12px;
}

/* active state (current page state) */
.navi a.active {
	background-position:0 -12px;
}


/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:none;
	display:block;
	width:0px;
	height:0px;
	float:left;
	margin:0px 0px;
	font-size:1px;
}

/* right */
a.right 			{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; }


/* left */
a.left				{ margin-left: 0px; }
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* up and down */
a.up, a.down		{
	background:#ff00ff;
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; }


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;
}
#for_log {margin:20px;}
/*_--------------------------------------PAGE BOXES-----------------------------------------------*/
div.p_box_ct {
	width:100%;
	border: 1px solid #4D4D4D;
	margin:0px 0px 10px 0px;
	background:#121212;
	overflow:hidden;
	-webkit-border-radius:5px 5px  5px 5px ;
    -moz-border-radius:5px 5px  5px 5px ;
    border-radius:5px 5px  5px 5px ;
	position:relative; 	behavior: url(../PIE.htc);
}
div.p_box_ct a{
	color:#ffffff;
	text-decoration:underline;
}
div.p_box_ct a:hover{
	color:#ffffff;
	text-decoration:none;
}
div.right_ct{
	width:100%;
	padding-left:15px;
	padding-right:15px;
}
div.right_ct_g{
	width:100%;
	padding-left:10px;
	padding-right:10px;
}
div.p_box{
	width:100%;
	/*max-width:150px;*/
	min-height:10px;
	float:left;
	padding:10px;
}
div.p_box_im{
	width:25%;
	/*max-width:150px;*/
	min-height:10px;
	float:left;
	padding:10px;
}
div.p_box_im img{
	/*width:100%;
	max-width:150px;*/
	max-width:100%;
	border:1px solid #c7c7c7;
}

div.p_box_text_im{
	width:75%;
	/*max-width:435px;*/
	float:left;
	padding:5px 10px 10px 10px;
}
div.p_box_text_im h3,
div.p_box_text_im h2{
	color:#ffffff;
	font-size:14px;
	line-height:24px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	text-align:left;
	width:100%;
	/*max-width:435px;*/
}
div.p_box_text_im p{
	font-size:12px;
	color:#ffffff;
	line-height:18px;
	margin:0px;
	padding:0px;
	width:100%;
	/*max-width:435px;*/
}
div.p_box{
	width:0px;
	float:left;
}
div.p_box_text{
	width:100%;
	float:left;
	padding:10px 10px 10px 10px;
}
div.p_box_text h3,
div.p_box_text h2{
	color:#ffffff;
	font-size:14px;
	line-height:24px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	text-align:left;
	width:100%;
}
div.p_box_text p{
	font-size:13px;
	color:#ffffff;
	line-height:18px;
	margin:0px;
	padding:0px;
	width:100%;
}
div.contact_form .inputC7{
	width:100%;
	max-width:250px;
	height:18px;
	color:#000000;
	border:1px solid #48565C;
	padding-left:5px;
	margin-top:7px;
	float:left;
}
div.contact_form .inputC8{
	width:100%;
	max-width:250px;
	color:#000000;
	border:1px solid #48565C;
	padding-left:5px;
	margin-top:7px;
	float:left;
	height:60px;
}
div.contact_form .inputC5{
	width:100%;
	max-width:103px;
	height:18px;
	color:#000000;
	border:0px;
	float:left;
	padding-left:5px;
	margin-top:7px;
	border:1px solid #48565C;
	overflow:hidden;
}
div.contact_form label.c_form{
	width:100%;
	max-width:170px;
	font-family:Arial;
	font-size:12px;
	line-height:14px;
	height:18px;
	/*color:#3D4B52;*/
	color:#ffffff;
	padding-right:10px;
	margin-top:7px;
	text-align:left;
	clear:left;
	float:left;
	margin-right: 0px;
}
div.contact_form label.c_form1{
	width:100%;
	max-width:170px;
	font-family:Arial;
	font-size:12px;
	line-height:14px;
	height:18px;
	/*color:#3D4B52;*/
	color:#ffffff;
	padding-right:10px;
	margin-top:17px;
	text-align:left;
	clear:left;
	float:left;
	margin-right: 0px;
}
div.code_img{
	width:100%;
	max-width:131px;
	margin-top:20px;
	float:left;
}
div.r_code{
	width:100%;
	max-width:216px;
	float:left;
	margin-left:16px;
	margin-top:11px;
	overflow:hidden;
}
div.contact_form .send_contact{
	background:#252525;
	margin-top:0px;
	border:1px solid #858583;
	width:110px;
	padding:2px 0px;
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
 	-webkit-border-radius:5px 5px  5px 5px ;
    -moz-border-radius:5px 5px  5px 5px ;
    border-radius:5px 5px  5px 5px ;
	position:relative; 	behavior: url(../PIE.htc);
	cursor:pointer;
}
/*------------------------------GALLERY----------------------------------------------*/
.padding10{
	padding-left:10px;
	padding-right:10px;
}
div.gallery_box{
	width:100%;
	background:#121212;
	border:1px solid #4d4d4d;
	text-align:center;
	float:left;
	margin:0px 0px 20px 0px;
}
div.gallery_box img{
	max-width:163px;
	max-height:92px;
	text-align:center;
	border:1px solid #4d4d4d;
	margin:0px;
	margin:15px 0px 0px 0px;
}
div.gallery_box h2{
	width:100%;
	text-align:left;
	font-size:13px;
	color:#ffffff;
	font-weight:bold;
	padding:15px;
	margin:0px;
}
div.gallery_box p{
	width:100%;
	text-align:left;
	font-size:12px;
	color:#ffffff;
	font-weight:normal;
	padding:0px 15px 15px 15px;
	margin:0px;
}
/*---------------------------------------REVIEW BOX--------------------------------------------------*/
div.rw_left_area{
	width:100%;
	max-width:280px;
	float:left;
	overflow:hidden;
	margin-right:40px;
}
div.rw_right_area{
	width:100%;
	max-width:300px;
	float:left;
	overflow:hidden;
}
div.rw_left_area .inputC8{
	width:100%;
	max-width:250px;
	color:#000000;
	border:1px solid #48565C;
	padding-left:5px;
	margin-top:7px;
	float:left;
	height:60px;
}
div.rw_left_area .inputR1{
	width:100%;
	max-width:275px;
	height:18px;
	color:#000000;
	border:0px;
	padding-left:5px;
	margin-top:5px;
	margin-bottom:5px;
	border:1px solid #48565C;
	overflow:hidden;
}
div.review_ft .inputR2{
	width:100%;
	max-width:133px;
	height:18px;
	color:#000000;
	border:0px;
	float:left;
	padding-left:5px;
	margin-top:0px;
	margin-bottom:0px;
	border:1px solid #48565C;
	overflow:hidden;
}
div.rw_right_area label.rw_form,
div.rw_left_area label.rw_form{
	width:100%;
	max-width:280px;
	font-family:Arial;
	font-size:12px;
	line-height:18px;
	margin:0px;
	padding:0px;
	/*color:#3D4B52;*/
	color:#ffffff;
	text-align:left;
	margin-right: 0px;
	overflow:hidden;
}
div.review_ft{
	width:100%;
	max-width:280px;
	overflow:hidden;
}


div.rw_left_area .rw_rate{
	width:100%;
	max-width:280px;
	padding-left:5px;
	margin-top:5px;
	margin-bottom:5px;
	border:1px solid #48565C;
}
div.rw_right_area .rw_textarea{
	width:100%;
	max-width:300px;
	height:108px;
	padding:5px;
	margin-top:5px;
	border:1px solid #48565C;
	overflow:hidden;
}
div.review_ft div.code_rwim{
	width:100%;
	max-width:131px;
	margin-top:5px;
	float:left;
}
div.code_rwtext{
	width:100%;
	max-width:133px;
	float:left;
	margin-left:16px;
	margin-top:5px;
	overflow:hidden;
}
div.review_ft .submit_rw{
	background:#252525;
	margin:0px;
	padding:0px;
	border:1px solid #858583;
	width:100%;
	max-width:132px;
	height:22px;
	line-height:16px;
	color:#ffffff;
	font-weight:normal;
	font-size:14px;
 	-webkit-border-radius:5px 5px  5px 5px ;
    -moz-border-radius:5px 5px  5px 5px ;
    border-radius:5px 5px  5px 5px ;
	position:relative; 	behavior: url(../PIE.htc);
	cursor:pointer;
}
span.cart_area_text{
	background: url(../images/cos.gif) right no-repeat;
	color:#fff;
	text-decoration:none;
	padding-right:20px;
}
/*-----------------------------CURRENCY BOX------------------------------------------*/
div.curency_box{
	width:100%;
	max-width:70px;/* 58px;*/
	overflow:hidden;
	position:absolute;
	z-index:100;
	right:10px;
	top:40px;
}
div.valutes{
	color: #ffffff;
	width:100%;
	max-width:70px;/* 58px;*/
	padding-left:10px;
	margin-right:1px;
	float: right;
	font-size:13px;
	background: #252525;
	border:1px solid #4d4d4d;
	border-top:0px ;
	display: block;
}

div.order_by a{
	font-weight: bold;
	color: #ffffff;
	width: 70px;/* 58px;*/
	height: 17px;
	display: block;
	float: right;
	margin-left: 10px;
	text-align: left;
	padding-left: 10px;
	line-height: 17px;
	background: #252525 url("../images/arrow_down.jpg") no-repeat right top;
	background-attachment: scroll;
	background-position: right top;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
	border:1px solid #4d4d4d;
	cursor:pointer;
	text-decoration:none;
}
#OrderByOrd a {
	display: block;
	width: 60px;
	height: 17px;
	line-height: 15px;
	text-decoration: none;
	text-align:left;
	margin:0px;
	padding:0px;
	color:#fff;
	font-size:10px;
	text-decoration:none;

}
#OrderByOrd a:hover{
	text-decoration:underline;
}
#OrderByOrd {
	text-align:left;
	width: 60px;
	display:none;
	background: #252525;
	border:1px solid #4d4d4d;
}
div.currency_title{
	float:right;
	margin-right:75px;
	font-size:11px;
	margin-top:-1px;
}
div.products_list{
	width:100%;
	max-width:605px;
	margin:30px 10px 10px 10px;
	overflow:hidden;
}
div.prod_l_box{
	width:100%;
	max-width:160px;
	float:left;
	overflow:hidden;
	text-align:left;
}
div.prod_l_box img{
	border:1px solid #858583;
	max-width:150px;
}
div.prod_r_box{
	width:70%;
	float:left;
	overflow:hidden;
	margin:0px 0px 0px 10px
}
div.prod_r_box h3{
	font-size:20px;
	margin:0px;
	padding:0px;
	line-height:24px;
	width:100%;
	max-width:315px;
	margin-bottom:10px;
	float:left;
}
div.prod_r_box p{
	margin:0px;
	padding:0px;
	line-height:16px;
	width:100%;
	max-width:433px;
}
div.prod_r_box p a{
	margin:0px;
	padding:0px;
	line-height:16px;
	width:100%;
	max-width:433px;
	color:#ffffff;
}
div.prod_lprice{
	float:right;
	line-height:18px;
}
div.prod_r_box a.details_bt{
	padding:3px 7px;
	-webkit-border-radius:5px 5px  5px 5px ;
	-moz-border-radius:5px 0px  5px 5px ;
	border-radius:5px 5px  5px 5px ;
	position:relative; 	behavior: url(../PIE.htc);
	border: 1px solid #858583;
	margin-right:0px;
	float:right;
	background:#252525;
	color:#ffffff;
	text-decoration:none;
	margin-bottom:10px;
	margin-top:10px;
}
div.buy_now_box{
	width:100%;
	max-width:190px;
	margin-top:10px;
	overflow:hidden;
}
.add_pcart{
	background:#252525 url(../images/cos1.jpg) no-repeat 5px center;
	-webkit-border-radius:5px 5px  5px 5px ;
	-moz-border-radius:5px 0px  5px 5px ;
	border-radius:5px 5px  5px 5px ;
	position:relative; 	behavior: url(../PIE.htc);
	border:1px solid #858583;
	float:left;
	margin-left: 0px;
	margin-right:5px;
	padding:5px 8px 5px 30px;
	color:#ffffff;
	line-height:18px;
	text-decoration:none;
}
.lprod_number{
	float:left;
	width:20px;
	text-align:center;
	margin-top:3px;
}
div.top_det_prod{
	width:100%;
	max-width:635px;
	overflow:hidden;
}
h1.prod_d_title{
	width:100%;
	max-width:585px;
	float:left;
}
a.return_link{
	margin-top:20px;
	width:25px;
	height:25px;
	float:right;
	background:  url("../images/back_image.png") no-repeat right top;
}a.return_link:hover{
	background:  url("../images/back_image_h.png") no-repeat right top;
}
select.select_day
	{
	margin-top:10px;
	}


a.del_order
	{
	text-decoration:none;
	float:right;
	margin-right:20px!important;
	}
div.product_border
	{
	border:1px solid #4d4d4d;

	background: url("../images/model_bg.jpg") repeat-y center top;
overflow:hidden;
	}

form.f_left
	{
	float:left;
	margin-top:2px;
	margin-left:10px;
	}
a.cart_button_link
	{
	float:left;
	margin-left:10px;
	margin-top:2px;
	margin-bottom:2px;
	color:#fff;
	text-decoration:none;
	background:#252525;
	padding:3px 10px;
	-webkit-border-radius:5px 5px  5px 5px ;
	-moz-border-radius:5px 0px  5px 5px ;
	border-radius:5px 5px  5px 5px ;
	position:relative; 	behavior: url(../PIE.htc);
	border:1px solid #858583;


	}
div.products_list div.models_list_select
	{
	overflow:hidden;
	min-width:30px;
	width:100%;
	max-width:600px;
	margin-bottom:5px;
	padding-top:10px;
	}

div.products_list div.models_list_select select
		{
		max-width:600px;
		}


#social_top{
	float:right;
	height:40px;
	position:absolute;
	z-index:100;
	top:60px;
	right:10px;
}
div.fb_link{
	float:right;
	height:25px;
	width:25px;
	overflow:hidden;
	margin:5px 60px 5px 0px;
	
}
.ct_form_ob{
	padding-left:3px;
}
.prod_det{
	width:100%;
	max-width:626px; 
	overflow:hidden; 
	margin-left:0px;
}
.menu_prod{
	width:100%; 
	overflow:hidden;
	min-height:28px;
}
.descr_menu{
	float:left;
	width:100%;
	max-width:330px; 
	padding-left:10px;
}
.descr_pr{
	float:left;
	width:100%;
	max-width:100px;
	margin-left:27px;
}
.descr_cart{
	float:left; 
	margin-left:50px;
}
.det_product{
	width:100%;
	max-width:320px;
	float:left;  
	margin-left:10px; 
	margin-right:7px;
	padding-top:10px;
}
.det_price{
	width:100%;
	max-width:100px; 
	overflow:hidden; 
	float:left; 
	padding-top:10px;
}
.det_cart{
	float:right; 
	overflow:hidden;
	max-width:170px;
	padding-top:5px;
	padding-bottom:5px;
	margin-right:5px;
}
.padding0{
	padding:0px;
}
.form_rew{
	overflow:hidden;
}
.img_prods{
	position: relative; 
	display: block;
}
.img_prods img{
	display: block;
}
.img_zoom{
	z-index: 999;
	position: absolute; 
	max-width: 250px;  
	left: 0px; 
	top: 0px; 
	cursor: pointer;
}
.table_categ{
	width:100%!important;
	overflow:hidden;
}
.table_det{
	overflow:hidden;
	margin:10px;
	width:95%;
}
.table_det tbody{
	padding:10px;
	display:block;
}
.descr{
	margin-top:10px;
}
.descr p{
	line-height:16px;
}
.img{
	margin-top:10px;
}
.innerHTML2{
	width:100%;
}
.order_now{
	overflow:hidden;
	float:left;
}
.bt_order{
	overflow:hidden;
	float:right;
}

.noPadding_right{
	padding:0px;
}
.col_gall{
	width:33%;
	overflow:hidden;
	float:left;
}
.box_ct_det{
	width: 45%;
	border: 1px solid #4D4D4D;
	margin: 0px 0px 10px 0px;
	background: #121212;
	overflow: hidden;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	position: relative;
	behavior: url(../PIE.htc);
	float:left;
	margin-left:10px;
	margin-right:10px;
}
.wd_categ{
	width:100%;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:20px;
	overflow:hidden;
}
.ct_step2{
	width:100%;
	padding:0px 30px 10px 30px;
	overflow:hidden;
}
.txt_step3{
	width:100%;
	max-width:240px;
}
.mbPriceView{
	display:none;
}
@media (max-width: 991px) {
	.wd_categ{
		padding:0px;
		padding-bottom:20px;
	}
	h1{
		font-size:18px!important;
	}
	#logo{
		padding-left:0px;
		max-width:110px;
	}
	.content{
		/*border: 1px solid #858583;*/
	}
	.menu{
		background:none;
	}
  	a img.logo{
		position:absolute;
		z-index:100;
	}
	div.contentHeader{
		position:relative;
	}
	div.contentHeader img{
		position:relative;
		z-index:1;
	}
	div.detailTop{
		margin:0px;
		padding:10px;
	}
	.header{
		height:auto;
	}
	.noPadding{
		padding-right:15px!important;
		padding-left:15px!important;
	}
	.navbar{
		min-height:0px!important;
	}
	div.fb_link1 {
		position:absolute;
		z-index:10;
		margin:0px;
		top:5px!important;
		right:15px!important;
	}
	.inside{
		margin-top:15px;
	}
	.left_menu{
		background:none;
		max-width:100%;
		margin:0px;
	}
	.inside{
		background:#4B4B4B url(../images/bg_menu_mob.png) no-repeat;
		background-size:100%;
		margin:0px;
		border-radius:0px;
		padding-bottom:10px;
		padding-left:15px;
		padding-right:15px;
		margin-top:15px;
		border-radius:0px 10px 10px 0px;
	}
	.inside h1{
		padding: 23px 0 19px 0px;
		text-align:center;
	}
	.left_menu ul li{
		max-width:100%;
		margin: 0 0 3px 0px;
	}
	.left_menu ul li a:hover{
		color:#B7B3B3;
	}
	.left_menu ul {
		max-width:100%;
	}
	.home_new_prod{
		padding-left:0px;
		margin-top:15px;
	}
	.text{
		padding:0px 0px 0px 0px;
	}
	.text,
	.text p{
		max-width:100%;
	}
	.footer{
		overflow:hidden;
		background:#080808;
		height:auto;
		padding-bottom:10px;
	}
	.footer ul{
		margin:0px;
		padding:px;
		float:none;
		margin-top:10px;
		text-align:center;
		margin:0 auto;
	}
	.footer ul li{
		display:inline-block;
		float:none;
	}
	.tie{
		max-width:100%;
	}
	.bt_products h1{
		font-size:16px!important;
		font-weight:bold;
	}
	.scrollable .items {
		width:100%;
	}
	.scrollable span.new_prod_bg {
		width:100%;
	}
	div.imP{
		max-width:100%;
	}
	.scrollable span.new_prod_bg h4{
		max-width:100%;
	}
	div.right_ct{
		max-width:100%;
		margin-left:0px;
	}
	.right{
		max-width:100%;
		padding-left:15px;
		padding-right:15px;
	}
	div.p_box_ct{
		max-width:100%;
	}
	.right1{
		max-width:100%;
		padding-left:0px;
		padding-right:0px;
	}
	.register_form{
		margin-left:0px;
		max-width:100%;
	}
	.inputC,
	div.register_form label{
		max-width:100%;
	}
	
	.contact_form{
		margin:0px;
	}
	div.contact_form .inputC8,
	div.contact_form .inputC7{
		max-width:60%;
	}
	div.review_ft{
		margin-top:10px;
	}
	.rw_textarea,
	.inputR1,
	.rw_rate,
	.formular_form_lft,
	.review,
	div.rw_right_area label.rw_form, 
	div.rw_left_area label.rw_form{
		max-width:100%;
	}
	div.products_list{
		max-width:100%;
		margin:0px;
		padding:0px 0px 0px 0px;
	}
	div.prod_r_box a.details_bt{
		margin:10px 0px 20px 0px;
	}
	div.models_list_select,
	div.prod_r_box p,
	.down_part,
	.up_part{
		max-width:100%;
	}
	div.prod_lprice{
		margin-bottom:0px;
		margin-top:12px;
	}
	div.prod_r_box h3{
		font-size:16px;
		margin-top:15px;
	}
	.description{
		margin:0px;
	}
	.description span{
		margin-top:5px;
	}
	.descr_pr{
		max-width:100%;
		margin-left:0px;
	}
	.descr_menu{
		max-width:100%;
		
	}
	div.product_border{
		background:none;
		padding-left:15px;
		padding-right:15px;
	}
	.det_cart{
		max-width:36%;
	}
	.det_price{
		max-width:14%;
	}
	.det_product{
		max-width:50%;
		margin:0px;
	}
	.menu_prod,
	.prod_det,
	.description{
		max-width:100%!important;
	}
	h1.prod_d_title{
		font-size:20px;
		max-width:100%;
	}
	div.rw_right_area,
	div.rw_right_area,
	div.rw_left_area{
		max-width:100%;
	}
	div.contact_form label.c_form{
		max-width:100%;
	}
	.client_cont{
		max-width:100%;
		padding-left:0px;
	}
	.client{
		max-width:100%;
		border-left:0px;
	}
	.client_cont input{
		width:100%;
	}
	#next{
		width:90px;
	}
	div.rw_right_area .rw_textarea,
	div.rw_left_area .inputR1,
	div.rw_left_area .rw_rate{
		max-width:100%;
	}
	#copy_right{
		margin-bottom:0px;
		float:none;
		text-align:center;
	}
	.footer ul{
		margin-top:12px;
	}
	body h2{
		font-size:16px;
	}
	.guest_client{
		margin-left:0px;
	}
	.guest_client p{
		padding-left:0px;
	}
	.guest_client form{
		margin-left:0px;
	}
	
	.prod_l_box a{
		width:100%;
		margin:0 auto;
		text-align:center;
		display:inline-block;
		margin-top:15px;
	}
	.add_pcart{
		max-width:100px;
	}
	.lprod_number{
		margin-left:10px;
		margin-top:18px;
	}
	.img_prods{
		width:100%;
		display:inline-block;
		margin:0 auto;
		text-align:center;
	}
	.img_prods img{
		display: inline-block;
	}
	.prod{
		max-width:100%;
	}
	.menu_pages2{
		max-width:100%;
	}
	.products_1{
		width:100%;
		overflow:hidden;
		padding-bottom:10px;
	}
	#nr_email{
		width:100%;
	}
	h3 {
		font-size: 16px;
	}
	.bill_info,
	.delivery_info{
		width:50%;
		float:left;
	}
	.bill_info h2,
	.delivery_info h2{
		margin-left:0px;
	}
	.bill_info ul,
	.delivery_info ul{
		margin:0px;
		margin-bottom:20px;
		padding-right:15px;
	}
	.products h3{
		font-size: 15px;
		margin-left:0px;
	}
	#shop_users1{
		padding-left:15px;
		padding-right:15px;
	}
	div.form_reg{
		padding-left:0px;
	}
	.category_prod_list{
		max-width:100%;
	}
	div.code_rwtext{
		margin-left:0px;
	}
	div.review_ft div.code_rwim{
		margin-right:15px;
	}
	.products_1 h2{
		font-size:15px;
	}
	.info_t{
		font-weight:bold;
		font-size:13px;
	}
	div.deliver_det{
		overflow:hidden;
		margin-bottom:10px;
	}
	.voucher{
		margin-left:0px;
	}
	.voucher input{
		width:100px;
	}
	.bt_order{
		width:100%;
		overflow:hidden;
		margin:0 auto;
		text-align:center;
		padding-top:5px;
		padding-bottom:5px;
	}
	.use_terms_box .order_bt{
		margin:0px!important;
		float:none;
		margin:0 auto;
		text-align:center;
		padding: 4px 30px;
	}
	.order_now{
		width:100%;
		overflow:hidden;
		margin:0 auto;
		text-align:center;
		margin-top:20px;
		margin-bottom:20px;
	}
	.prod_choose{
		max-width:100%;
		overflow:hidden;
		margin:0 auto;
		text-align:center;
		margin-top:20px;
	}
	.prod_choose img{
		float:none;
	}
	div.curency_box{
		top:5px;
		right:50px;
	}
	div.currency_title1{
		margin-right:125px;
		margin-top:7px;
		position:absolute;
		z-index:100;
		right:0px;
	}
	.header ul{
		padding-top:0px;
	}
	.categ_prod_pr{
		margin: 10px 0px 0px 0px;
	}
	.noPadding_right{
		padding-left:15px;
		padding-right:0px;
	}
	div.prod_l_box {
		max-width: 100%;
	}
	div.prod_r_box{
		width:100%;
		margin:0px;
	}
	.img_prods{
		max-width: 100%;
	}
	.description{
		width:100%;
		padding-left:0px;
	}
	.products_1 img{
		width:40%!important;
		float:none;
		text-align:center;
		margin:0 auto;
		display:block;
	}
	.prod_in{
		width:100%;
		padding-left:0px;
		margin-top:20px;
	}
	.short_in input{
		margin-top:0px;
		margin-left:0px;
	}
	div.p_box_text_im p{
		max-width:100%;
	}
	div.p_box_text_im{
		max-width:100%;
	}
	/*div.p_box_im{
		width:100%;
		max-width:100%;
		margin:0 auto;
		text-align:center;
		margin-top:20px;
	}
	div.p_box_im img{
		width:100%;
		max-width:50%;
	}*/
	.p_box_ct{
		padding-bottom:10px;
	}
	div.col_gall{
		width:33%;
	}
	div.r_code{
		margin:0px;
	}
	div.contact_form label.c_form1{
		max-width:100%;
		margin-top:0px;
	}
	div.code_img{
		margin-right:20px;
	}
	.contact_form input{
		margin-bottom:0px;
	}
	div.code_img{
		margin-top:5px;
	}
	.ct_step2{
		padding:0px 0px 10px 0px;
	}
	.comm_step3{
		width:100%;
	}
	.txt_step3{
		max-width:100%;
	}
}
@media (max-width: 820px) {
	div.col_gall{
		width:50%;
	}
}
@media (max-width: 768px) {
	.noPadding_right{
		padding-left:0px;
		padding-right:0px;
	}
	.right1{
		max-width:100%;
		padding-left:0px;
		padding-right:0px;
	}
		div.prod_l_box {
		width: 37%;
	}
	div.prod_r_box{
		width:60%;
		padding-left:15px;
	}
	.prod{
		width: 37%;
		float:left;
	}
	.prod a img{
		height:auto;
		width:90%;
	}
	#pr_shop ul li a {
		margin: -3px 0px 0px 20px;
	}
	.short_in input{
		margin-left:10px;
	}
	.description{
		width:60%;
		padding-left:15px;
	}
	.products_1 img{
		width:30%!important;
		float:left;
		text-align:left;
		margin:0px;
	}
	.prod_in{
		width:60%;
		padding-left:15px;
	}
	div.p_box_im{
		width:30%;
		padding-left:15px;
	}
	div.p_box_im img{
		width:100%;
		max-width:100%;
	}
	div.p_box_text_im{
		max-width:70%;
		padding-left:15px;
	}
	div.p_box_text_im p{
		max-width:100%;
	}
	div.col_gall{
		width:50%;
	}
	.prod_choose{
		width:30%;
		margin:0px;
		float:left;
		margin-top:20px;
	}
	.prod_choose img{
		width:100%!important;
		max-width:100%;
		margin-left:0px;
	}
	.products{
		max-width:69%;
		padding-left:15px;
	}
	.bill_info ul, .delivery_info ul{
		width:50%;
	}
	.inside{
		border-radius:0px;
		margin-top:0px;
		padding-top:20px;
	}
}
@media (max-width: 580px) {
	div.prod_l_box {
		width: 37%;
	}
	div.prod_r_box{
		width:60%;
		padding-left:15px;
	}
	.prod{
		width: 37%;
		float:left;
	}
	.description{
		width:60%;
		padding-left:15px;
	}
	.prod a img{
		height:auto;
		width:90%;
	}
	#pr_shop ul li a {
		margin: -3px 0px 0px 20px;
	}
	.short_in input{
		margin-left:10px;
	}
	.products_1 img{
		width:30%!important;
		float:left;
		text-align:left;
		margin:0px;
	}
	.prod_in{
		width:60%;
		padding-left:15px;
	}
	div.p_box_im{
		width:30%;
	}
	div.p_box_im img{
		width:100%;
		max-width:100%;
	}
	div.p_box_text_im{
		max-width:65%;
		padding-left:15px;
	}
	div.col_gall{
		width:50%;
	}
	.prod_choose{
		width:30%;
		margin:0px;
		float:left;
		margin-top:20px;
	}
	.prod_choose img{
		width:100%!important;
		max-width:100%;
		margin-left:0px;
	}
	.products{
		max-width:69%;
		padding-left:15px;
	}
	.bill_info ul, .delivery_info ul{
		width:50%;
	}
	.inside{
		border-radius:0px;
		margin-top:0px;
		padding-top:20px;
	}
	
}

@media (max-width: 480px) {
	.lgPriceView{
		display:none;
	}
	.mbPriceView{
		display:inline-block;
		margin-top:10px!important;
		float:none;
		width:100%;
		text-align:left;
	}
	div.buy_now_box{
		float:left;
		display:inline-block;
		max-width:150px;
	}
	.det_price{
		max-width:50%;
	}
	.det_product{
		max-width:45%;
		margin:0px;
		margin-right:10px;
	}
	.det_cart{
		max-width:100%;
		margin-bottom:10px;
	}
	.bill_info,
	.delivery_info{
		width:100%;
	}
	div.prod_l_box {
		width: 100%;
	}
	div.prod_r_box{
		width:100%;
		padding-left:0px;
		margin:0px;
	}
	.description{
		width:100%;
	}
	#pr_shop ul li a {
		margin: -3px 0px 0px 20px;
	}
	.prod{
		width:100%;
		margin:0 auto;
		text-align:center;
	}
	.prod a img{
		height:auto;
		width:50%;
	}
	.products_1 img{
		width:50%!important;
		float:none;
		text-align:center;
		margin:0 auto;
		display:block;
	}
	.prod_in{
		width:100%;
		padding-left:0px;
		margin-top:20px;
	}
	div.p_box_text_im{
		max-width:100%;
	}
	div.p_box_im{
		width:100%;
		max-width:100%;
		margin:0 auto;
		text-align:center;
		margin-top:20px;
	}
	div.p_box_im img{
		width:100%;
		max-width:50%;
	}
	div.right_ct_g{
		max-width:100%;
		margin:0 auto;
		text-align:center;
		overflow:hidden;
		padding:0px;
	}
	div.col_gall{
		width:100%;
	}
	div.contact_form .inputC8,
	div.contact_form .inputC7{
		max-width:100%;
	}
	.prod_choose{
		width:100%;
		max-width:100%;
		margin:0 auto;
		text-align:center;
		margin-top:20px;
	}
	.prod_choose img{
		width:100%;
		max-width:50%;
	}
	.products{
		max-width:100%;
		padding-left:0px;
	}
	.bill_info ul, .delivery_info ul{
		width:100%;
	}
	.inside{
		border-radius:0px;
		margin-top:0px;
		padding-top:20px;
	}
}
.wd_categ{
	width:100%;
	padding:0px 15px 0px 15px;
}
.st_store .right,
.st_testimonial .right{
	width:100%;
	padding:0px 15px 0px 15px;
}
.st_store .right_ct,
.st_testimonial .right_ct{
	width:100%;
	padding:0px 0px 0px 0px;
}
.gPageSt .right1{
	width:100%;
	padding:0px 15px 0px 15px;
}
.st_gallery .right2{
	width:100%;
	padding:0px 15px 0px 15px;
}
.st_gallery .right_ct{
	width:100%;
	padding:0px 0px 0px 0px;
}
.st_gallery .right_ct_g{
	width:100%;
	padding:0px 0px 0px 0px;
}
.st_gallery .col_gall{
	width:33.3%;
}
.st_contact .right{
	width:100%;
	padding:0px 15px 0px 15px;
}
.st_contact .right_ct{
	width:100%;
	padding:0px 0px 0px 0px;
}


.st_contact .ctCaptchaArea{
	position:relative;
	z-index:1;
	padding:0px 0px 0px 145px;
	float:left;
	max-width:250px;
}
.st_contact  .code_img{
	position:relative;
	width:131px;
	float:left;
	margin:10px 0px 0px -145px!important;
	padding:0px 0px 0px 0px!important;
}
.st_contact  .r_code{
	width:100%;
	float:left;
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.st_contact input{
	height:22px!important;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	
}
.st_contact textarea{

}
.st_contact  .r_code .inputC5{
	margin:5px 0px 0px 0px!important;
	padding:0px 0px 0px 0px!important;
	width:100%;
	max-width:100%;
	float:none;
}
.st_contact .send_contact{
	width:100%!important;
	max-width:100%!important;
	float:none;
	margin:8px 0px 0px 0px!important;
	padding:0px 0px 0px 0px!important;
}
.ct_form_obMb{
	display:none;
}
.st_login .register_form .register_log input{
	margin-top:10px;
}
.st_login .right{
	width:100%;
	padding:0px 15px 0px 15px;
}
.st_login .right_ct{
	width:100%;
	padding:0px 0px 0px 0px;
}
.st_login .register_form .register_log{
	max-width:200px;
}
.st_products .right1{
	width:100%;
	padding:0px 15px 0px 15px;
}
.cartStep3 .ct_step2,
.cartStep2 .ct_step2,
.cartStep1 .right1{
	width:100%;
	padding:0px 15px 0px 15px;
	
}
.st_account .right1{
	width:100%;
	padding:0px 15px 0px 15px;
}
.st_productDet .right1{
	width:100%;
	padding:0px 15px 0px 15px;
}
.st_productDet div.top_det_prod{
	max-width:100% 
}
.st_productDet .prod{
	float:left;
	width:40%;
	max-width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.st_productDet .prod img{
	max-width:100%;
} 
.st_productDet .description{
	float:left;
	width:60%;
	max-width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 10px;
}
.st_productDet  .prod_det{
	max-width:100%;
}
.st_productDet  .review{
	max-width:100%;
}
.st_productDet  .formular_form_lft{
	max-width:100%;
}
.st_productDet  .tie{
	max-width:100%;
}
.st_productDet  div.rw_left_area{
	max-width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 10px 0px 0px;
}
.st_productDet  div.rw_right_area{
	max-width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 10px;
}
.st_productDet  div.rw_left_area select,
.st_productDet  div.rw_left_area input{
	max-width:100%;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	height:22px;
	color:#333333;
}
.st_productDet  div.rw_right_area textarea{
	max-width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:123px;
	color:#333333;
}
.st_productDet .review_ft{
	width:50%;
	max-width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 10px 0px 0px;
}
.st_productDet .review_ftIns{
	position:relative;
	z-index:1;
	padding:0px 0px 0px 145px;
}
.st_productDet .code_rwtext{
	width:100%;
	max-width:100%; 
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.st_productDet  .code_rwim{
	position:relative;
	width:131px;
	float:left;
	margin:0px 0px 0px -145px!important;
	padding:0px 0px 0px 0px!important;
}
.st_productDet  div.review_ft .inputR2{
	margin:0px 0px 0px 0px!important;
	padding:0px 0px 0px 0px!important;
	width:100%;
	max-width:100%;
	float:none;
	height:22px;
}
.st_productDet  div.review_ft .submit_rw{
	margin:8px 0px 0px 0px!important;
	padding:0px 0px 0px 0px!important;
	width:100%;
	max-width:100%;
	float:none;
}
.st_contact select{
	color:#333333;
}
.prodDetModelsPrH_1{
	width:50%;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.prodDetModelsPrH_1 p{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-weight:bold;
	text-align:left;
	font-family: Arial,Verdana;
	font-size: 12px;
	color: #fff;
}
.prodDetModelsPrH_2{
	width:15%;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;	
}
.prodDetModelsPrH_2 p{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-weight:bold;
	text-align:center;
	font-family: Arial,Verdana;
	font-size: 12px;
	color: #fff;
}
.prodDetModelsPrH_3{
	width:35%;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.prodDetModelsPrH_3 p{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-weight:bold;
	text-align:center;
	font-family: Arial,Verdana;
	font-size: 12px;
	color: #fff;
}
.prodDetModels{
	display:table;
	width:100%;
}
div.product_border{
	background:none;
	border:0px;
	border-top:1px solid #858583;
	border-left:1px solid #858583;
	border-right:1px solid #858583;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.prodDetModelsPr_1{
	width:50%;
	margin:0px 0px 0px 0px;
	padding:5px 10px 5px 10px;
	display:table-cell;
	vertical-align:middle;
}
.prodDetModelsPr_2{
	width:15%;
	margin:0px 0px 0px 0px;
	padding:5px 5px 5px 5px;
	display:table-cell;	
	vertical-align:middle;
	border-left:1px solid #858583;
	border-right:1px solid #858583;
	text-align:center;
}
.prodDetModelsPr_3{
	width:35%;
	margin:0px 0px 0px 0px;
	padding:5px 0px 5px 0px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.prodDetModelsPrIns_3{
	margin:0 auto;
	display:inline-block;
}
.cartStep1 .prod_in h2{
	font-size:16px;
}
.cartStep1 .piece_p input{
	margin-left:10px;
}
.cartStep1 .client_cont{
	width:50%;
	float:left;
	margin:10px 0px 0px 0px;
	padding:0px 15px 0px 0px;	
}
.cartStep1 .client{
	width:50%;
	float:left;
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 15px;
	border-left:1px solid #858583;
}
.cartStep1 .client_cont label{
	width:100%;
}

.cartStep1 .client .guest_client input,
.cartStep1 .client_cont input{
	width:100%;
}
.cartStep1 .client .guest_client .noRegisterBt,
.cartStep1 .client_cont #next{
	width:auto;
}
.guest_client form{
	margin:0px;
}
.cartStep1 .client_cont {
	max-width:100%;
}
.cartStep1 .client #new_client {
    height: auto;
    border-bottom: 1px solid #858583;
    margin-left: 0px;
}
.cartStep1 .client #new_client .addNewClientRw{
	text-align:center;
	width:100%;
	margin:0px 0px 0px 0px;
	padding:20px 0px 20px 0px;
}
.cartStep1 .client #new_client .addNewClientRw a{
   margin:0 auto;
   width:auto;
   margin:0px 0px 0px 0px;
   padding:2px 15px 2px 15px;
   display:inline-block;
   text-align:center;
}
.cartStep1  .guest_client{
	width:100%;
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.cartStep1  .guest_client h2{
	width:100%;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
}
.cartStep1  .guest_client p{
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 20px 0px;
}
.cartStep1  .guest_client label{
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.cartStep1   .noRegisterBtRw{
	width:100%;
	margin:0px 0px 0px 0px;
	padding:20px 0px 0px 0px;
	text-align:center;
}
.cartStep1  .noRegisterBtRw .noRegisterBt{
	margin:0px 0px 0px 0px!important;
	padding:2px 15px 2px 15px!important;
	display:inline-block!important;
	margin:0 auto!important;
}
.delivery_info{
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 20px 0px;
}
.delivery_info h2{
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.bill_info{
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 20px 0px;
}
.bill_info h2{
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.cartUserInfo{
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	overflow:hidden;
}
.cartUserInfoCol1{
	width:40%;
	float:left;
	margin:0px 0px 0px 0px;
	padding:5px 0px 0px 0px;
	font-weight:bold;
}
.cartUserInfoCol2{
	width:60%;
	float:left;
	margin:0px 0px 0px 0px;
	padding:5px 0px 0px 0px;
}
div.headerCurrency{
	float:right;
	display:inline-block;
	margin:3px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
}
div.fb_link{
	float:right;
	display:inline-block;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
div.curency_box {
    width: 100%;
    max-width: 70px;/* 58px;*/
    overflow: hidden;
    position: absolute;
    z-index: 100;
    right: 33px;
    top: 31px;
}
#shopping {
    float: right;
    margin-right: 0px;
    margin-top: 0px;
}
.header ul{
	margin:0px 0px 0px 0px;
	padding:5px 0px 0px 0px;
}
.currency_det{
	margin:0px 0px 0px 0px;
	padding:7px 0px 7px 0px;
	display:inline-block;
	float:right;
	clear:both;
}
div.order_by a{
	height: 20px;
}
.category_prod_list{
	max-width:100%;
}
.dspNone{
	display:none;
}
ul.tabs a {
    background: #000000;
}
ul.tabs a:visited,
ul.tabs a:active,
ul.tabs a:focus{
    text-decoration:none;
	outline: 0;
}
ul.tabs a.opAccTabDet{
	background: #999999;
}
.text img{
	max-width:100%;
	max-height:100%;
	height:auto!important;
}
.leftProdMenuArea{
	display:block;
}
.leftProdMenuAreaMb{
	display:none;
}
.leftSideWidget{
	display:block;
	margin:20px 0px 0px 0px;
}
.leftSideWidgetMb{
	display:none;
}
.st_products .tie{
	margin:20px 0px 20px 0px;
}
.st_products div.prod_r_box a.details_bt {
    margin: 10px 0px 0px 0px;
}
.innerHTML2{
	max-width:100%;
	overflow-x:auto;
}
.innerHTML_ins{
	width: 100%;
	min-width: 650px;
}
.home_new_prod{
	padding: 5px 0px 0px 0px;
}
div.home_new_prod h3{
	margin: 10px 0 10px 22px;
}
@media (max-width: 991px) {
	.mainContentSt{
		margin-bottom:0px;
	}
	.st_mkCrystal .right_ct{
		padding:0px 0px 0px 0px; 
	}
	.st_store .right,
	.st_testimonial .right{
		width:100%;
		padding:0px 15px 0px 15px;
	}
	.gPageSt .right1{
		width:100%;
		padding:0px 0px 0px 0px;
	}
	.st_gallery .right2{
		width:100%;
		padding:0px 0px 0px 0px;
	}
	.st_gallery .col_gall{
		width:50%;
	}
	.wd_categ{
		width:100%;
		padding:0px 0px 0px 0px;
	}
	.st_contact .right{
		width:100%;
		padding:0px 0px 0px 0px;
	}
	.st_contact .right_ct{
		padding:0px 0px 0px 0px; 
	}	
	.st_contact .right label{
		margin:0px 0px 0px 0px;
		padding:10px 0px 3px 0px;
		height:auto!important;
	}
	.st_contact .right textarea,
	.st_contact .right input{
		margin:0px 0px 0px 0px;
		max-width:100%;
	}
	.st_contact .right .r_code{
		margin:0px 0px 0px 0px;
		max-width:100%;
	}
	.st_contact .right .inputC5{
		margin:0px 0px 0px 0px!important;
	}
	.st_contact .ctCaptchaArea{
		max-width:100%;
		float:none;
		clear:both;
	}
	.st_contact  .code_img{
		margin:0px 0px 0px -145px!important;
		padding:0px 0px 0px 0px!important;
	}
	.st_contact  .r_code .inputC5{
		max-width:100%;
	}
	.contact_form{
		max-width:60%;
		margin:0 auto;
	}
	.ct_form_ob{
		display:none;
	}
	.ct_form_obMb{
		display:inline-block;
	}
	.st_login .register_form{
		max-width:60%;
	}
	.st_login .right{
		width:100%;
		padding:0px 0px 0px 0px;
	}
	.st_login .right_ct{
		padding:0px 0px 0px 0px; 
	}
	.st_login .register_form .register_log{
		max-width:100%;
		clear:both;
	}
	.st_login .register_form .register_log input{
		margin-top:0px;
	}
	.st_products .right1{
		width:100%;
		padding:0px 0px 0px 0px;
	}
	.st_productDet .right1{
		width:100%;
		padding:0px 0px 0px 0px;
	}
	.st_productDet  div.rw_left_area{
		max-width:100%;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.st_productDet  div.rw_right_area{
		max-width:100%;
		margin:0px 0px 0px 0px;
		padding:0px 0px 10px 0px;
	}
	.st_productDet .review_ft{
		width:300px;
		max-width:100%;
		margin:0px 0px 0px 0px;
		padding:0px 10px 0px 0px;
	}
	.top_det_prod{
		padding-right:30px;
	}
	.return_link{
		position:absolute;
		z-index:1;
		right:15px;
		top:0px;
	}
	.mbUserMenu{
		position:absolute;
		right:0px;
		top:0px;
	}
	
	.mbUserMenu li:last-child{
		display:none;
	}
	div.currency_det{
		margin:0px 0px 0px 0px;
		padding:3px 0px 7px 0px;
		display:inline-block;
	}
	.navbar{
		overflow:hidden;
		clear:both;
		margin-bottom: 0px;
	}
	.navbar-toggle {
		margin-top: 0px;
	
	}
	div.currency_title{
		margin:0px;
		position: absolute;
		z-index: 100;
		right: 77px;
		top: 2px;
		float:none;
		white-space: nowrap;
	}
	div.curency_box {
		width: 100%;
		max-width: 70px;/* 58px;*/
		overflow: hidden;
		position: absolute;
		z-index: 100;
		right: 50px;
		top: 5px;
	}
	.cartStep3 .ct_step2,
	.cartStep2 .ct_step2,
	.cartStep1 .right1{
		width:100%;
		padding:0px 0px 0px 0px;
		
	}
	.st_account .right1{
		width:100%;
		padding:0px 0px 0px 0px;
	}
}
@media (max-width: 767px) {
	.leftSideWidget{
		display:none;
		margin:0px 0px 0px 0px;
	}
	.leftSideWidgetMb{
		display:block;
	}
}
@media (max-width: 767px) {
	.leftProdMenuArea{		
		display:none;
	}
	.leftProdMenuAreaMb{
		display:block;
	}
}
@media (max-width: 768px) {
	.st_login .register_form{
		max-width:60%;
		margin:0 auto;
	}
	.st_login .register_form input{
		max-width:100%;
		float:none;
	}
	.st_login .register_form label{
		max-width:100%;
		float:none;
	}
	.st_login .register_form .register_log{
		width:100%;
		max-width:100%;
		float:none;;
	}
	.short_in{
		width:auto;
	}
	form.f_left{
		margin:0px;
	}
	.short_in input{
		margin-left:5px;
		margin-top:3px;
	}
	.short_in .cart_button_link{
		margin-right:5px;
	}
	.prod_in {
		width: 70%;
		padding-left: 15px;
	}
	.products_1 .price {
		margin-top: 3px;
		float: right;
		margin-right: 0px;
	}
	.products_1  .prod_ul{
		width:100%;
	}
}
@media (max-width: 550px) {
	.st_gallery .col_gall{
		width:100%;
	}
	.st_gallery  div.gallery_box img{
		max-width: 200px;
		max-height: 100%;
	}
	.st_products div.prod_r_box h3{
		max-width:100%;
	}
	.st_productDet .prod{
		float:none;
		width:100%;
		max-width:100%;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		text-align:center;
		margin:0 auto;
		display:inline-block;
	}
	.st_productDet .prod img{
		max-width:100%;
		text-align:center;
		display:inline-block!important;
	} 
	.st_productDet .description{
		float:none;
		width:100%;
		max-width:100%;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.st_productDet .review_ft{
		width:100%;
		max-width:100%;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.prodDetModels{
		display:block;
		width:100%;
	}
	.prodDetModelsPrH_3,
	.prodDetModelsPrH_2{
		display:none;
	}
	.prodDetModelsPr_1{
		width:100%;
		margin:0px 0px 0px 0px;
		padding:5px 10px 5px 10px;
		display:inline-block;
		vertical-align:middle;
	}
	.prodDetModelsPr_2{
		width:35%;
		margin:0px 0px 0px 0px;
		padding:10px 5px 5px 10px;
		display:inline-block;
		vertical-align:middle;
		border:0px;
		text-align:left;
		float:left;
	}
	.prodDetModelsPr_3{
		width:65%;
		margin:0px 0px 0px 0px;
		padding:2px 10px 5px 0px;
		display:inline-block;
		vertical-align:middle;
		text-align:center;
		float:right;
	}
	.prodDetModelsPrIns_3{
		margin-right:0px;
		display:inline-block;
		float:right;
	}
	.cartStep1 .client_cont{
		width:100%;
		float:none;
		margin:10px 0px 0px 0px;
		padding:0px 0px 0px 0px;	
	}
	.cartStep1 .client{
		width:100%;
		float:none;
		margin:15px 0px 0px 0px;
		padding:15px 0px 0px 0px;
		border-top:1px solid #858583;
		border-left:0px;
	}
	.products_1 .prod_in h2{
		width:100%;
		float:none;
	}
	.products_1 .price {
		margin-top: 0px;
		float: none!important;
		margin-right: 0px;
		width:100%!important;
		clear:both;
	}
	.cartUserInfoCol1{
		width:100%;
		float:none;
		margin:0px 0px 0px 0px;
		padding:5px 0px 0px 0px;
	}
	.cartUserInfoCol2{
		width:100%;
		float:none;
		margin:0px 0px 0px 0px;
		padding:5px 0px 0px 0px;
	}
}
@media (max-width: 480px) {
	div.p_box_text_im{
		width:100%;
	}
	.st_contact .ctCaptchaArea{
		max-width:100%;
	}
	.contact_form{
		max-width:100%;
	}
	.st_login .register_form{
		max-width:100%;
		margin:0 auto;
	}
	.st_login .register_form .register_log input{
		margin-top:0px;
	}
	.products_1 .prod_in{
		width:100%;
		float:none;
	}
	.products_1 .prod_in h2{
		width:100%;
		float:none;
	}
	.products_1 .price {
		margin-top: 0px;
		float: none!important;
		margin-right: 0px;
		width:100%!important;
		clear:both;
	}
	.cartStep1 .parallel {
		border-left: 1px solid #4d4d4d;
		border-right: 1px solid #4d4d4d;
		padding: 20px 0px 10px 0px;
	}
}
.customInPPArea{
	width:100%;
	height:100%;
	position:fixed;
	z-index:1000;
	background:rgba(0,0,0, 0.7);
	display:block;
	left:0px;
	top:0px;
}
.customInPPAreaIns{
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;
}
.customInPPBox{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.customInPPBoxIns{
	/*width:90%;
	height:90%;*/
	width:auto;
	max-width:90%;
	max-height:90%; 
	max-height:90%;
	background:#ffffff;
	border:1px solid #cccccc;
	border-radius:5px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	display:inline-block;
}
.customInPPBoxH{
	width:100%;
	overflow:hidden;
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 0px;

	background-color: rgba(191,50,50, 1);
}
.customInPPBoxH h2{
	width:90%;
	overflow:hidden;
	margin:0px 0px 0px 0px;
	padding:10px 10px 0px 10px;
	font-size:18px;
	text-align:left;
	color:#ffffff;
	float:none;
}

.customInPPBoxCt{
	width:100%;
	overflow:hidden;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.customInPPBoxCt img{
	max-width:100%;
	max-height:100%;
}
.ppIntoTxt{
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#333333;
	position:relative;
	z-index:1;
	font-size:13px;
	display:block;
}
.customInPPBoxCtIns{
	width:100%;
	overflow:hidden;
	max-height:100%;
	text-align:center;
	display:inline-block;
	overflow:auto;
	max-height:100%;
}
.customInPPBoxCtIns img{
	width:auto;
	max-height:100%;
	max-width:100%;
}
.closeDetInPP{
	position:absolute;
	z-index:1;
	right:0px;
	top:0px;
	border-radius:0px 0px 0px 5px;
	background:#ff0000;
	width:20px;
	height:20px;
}
.closeDetInPP i{
	font-size:18px;
	color:#ffffff;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.customInPPBoxIns iframe iframe,
.customInPPBoxIns iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
}
.customInPPBoxIns iframe .my-video-dimensions{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:100%!important;
	height:100%!important;
}
@media (max-width: 768px) {	
	.customInPPBoxIns{
		width:100%;
		height:100%;
		max-width:800px;
		max-height:600px;		
	}	
}
.dspNonePP{
	display:none;
}
.cartStep3 .bill_info,
.cartStep3 .delivery_info{
	width:50%;
	float:left;
}
.cartStep3 .bill_info ul,
.cartStep3 .delivery_info ul{
	width:100%;
}
@media (max-width: 768px) {	
	.cartStep3 .bill_info,
	.cartStep3 .delivery_info{
		width:100%;
		float:none;
	}
	.cartStep3 .bill_info ul,
	.cartStep3 .delivery_info ul{
		width:100%;
	}
}