header, nav, aside, footer, section, article{display: block;}

input::-webkit-input-placeholder {
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #1c1c1c;

}
input::-moz-placeholder {
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #1c1c1c;

}

html, body{
	margin: 0;
	padding: 0;
	background: #f3f3f3;
	background: url(../images/bg.jpg);

}

input::-webkit-input-placeholder,  textarea::-webkit-input-placeholder{
   color: #848484;
   font-family: Arial, Verdana, Tahoma;
   font-size: 12px;
}

input:-moz-placeholder,  textarea:-moz-placeholder{ /* Firefox 18- */
   color: #848484;
   font-family: Arial, Verdana, Tahoma;
   font-size: 12px;  
}

input::-moz-placeholder,  textarea::-moz-placeholder,{  /* Firefox 19+ */
   color: #848484;
   font-family: Arial, Verdana, Tahoma;
   font-size: 12px;  
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {  
   color: #848484;
   font-family: Arial, Verdana, Tahoma;
   font-size: 12px;  
}

.left-bg{
	display: inline-block;
	width: 235px;
	min-height: 800px;
	background-color: #ffffff;
	float: left;
}
.center-bg{

	display: inline-block;
	width: 780px;
	min-height: 800px;
	background-color: #f8f8f8;
	float: left;
}
.right-bg{

	display: inline-block;
	width: 235px;
	min-height: 800px;
	background-color: #ffffff;
	float: left;
}
.bg {
	width: 1250px;
	margin: 0 auto;
}
.top-rl {

	width: 1250px;
	margin: 0 auto;
	height: 15px;
	background-color: #be0016;	
}
.logo {

	width: 200px;
	height: 145px;
	margin-left: 25px;
	margin-top: 10px;
}
.logo-text{
	
	font-family: Arial, Verdana, Tahoma;
	font-size: 24px;
	font-weight: bold;
	color: #0253a5;
	margin-left: 25px;

}

.footer {
	display: inline-block;
	margin: 0 auto;
	width: 1250px;
	height: 80px;
	background: #2253be; /* Old browsers */
	background: -moz-linear-gradient(left,  #2253be 0%, #2253be 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#2253be), color-stop(100%,#2253be)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #2253be 0%,#2253be 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #2253be 0%,#2253be 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #2253be 0%,#2253be 100%); /* IE10+ */
	background: linear-gradient(to right,  #2253be 0%,#2253be 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2253be', endColorstr='#2253be',GradientType=1 ); /* IE6-8 */

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1c1c1c;

	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}
.adress {

	width: 595px;
	display: inline-block;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 10px;

}

.author {

	text-align: right;
	width: 595px;
	display: inline-block;
	padding-right: 20px;
	padding-bottom: 20px;

}
.bottom{
	font-family: Arial, Verdana, Tahoma;
	font-size: 14px;
	color: #ffffff;
	width: 1250px;
	position: relative;
	margin: 0 auto;
}
.social-bar{
	width: 235px;
	height: 75px;
background: #ebebeb; /* Old browsers */
background: -moz-linear-gradient(top,  #ebebeb 0%, #ffffff 36%, #ffffff 36%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(36%,#ffffff), color-stop(36%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ebebeb 0%,#ffffff 36%,#ffffff 36%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ebebeb 0%,#ffffff 36%,#ffffff 36%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ebebeb 0%,#ffffff 36%,#ffffff 36%); /* IE10+ */
background: linear-gradient(to bottom,  #ebebeb 0%,#ffffff 36%,#ffffff 36%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
.basket-bar{
	width: 235px;
	height: 180px;
background: #ebebeb; /* Old browsers */
background: -moz-linear-gradient(top,  #ebebeb 0%, #ffffff 36%, #ffffff 36%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(36%,#ffffff), color-stop(36%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ebebeb 0%,#ffffff 36%,#ffffff 36%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ebebeb 0%,#ffffff 36%,#ffffff 36%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ebebeb 0%,#ffffff 36%,#ffffff 36%); /* IE10+ */
background: linear-gradient(to bottom,  #ebebeb 0%,#ffffff 36%,#ffffff 36%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
.services-bar{
	width: 235px;
	height: 220px;
}

.share42init {
text-align: center;
position: relative;
margin-left: 45px;
top: 25px;

}

.basket-bar img, p{

display: inline-block;
position: relative;
margin: 0;

}

.basket-bar img {

	margin-left: 30px;
}

.basket-txt{

	font-family: Arial, Verdana, Tahoma;
	font-size: 20px;
	color: #eb0102;
	top: -30px;
	margin-left: 18px;
}

.basket-pos {

	font-family: Arial, Verdana, Tahoma;
	font-size: 16px;
	color: #999999;
	top: 0px;
	margin-left: 45px;
}

.basket-soum {

	font-family: Arial, Verdana, Tahoma;
	font-size: 16px;
	color: #999999;
	top: 5px;
	margin-left: 45px;
}

.basket-order {
	top: 15px;
	margin-left: 120px;
}

.basket-order a{
	
	font-family: Arial, Verdana, Tahoma;
	font-size: 16px;
	color: #06a1d1;
	text-decoration: underline;
	cursor: pointer;

}

.basket-order a:hover{
	
	font-family: Arial, Verdana, Tahoma;
	font-size: 16px;
	color: #484848;
	text-decoration: none;

}

.basket-bar b {

	font-weight: normal;
	color: #484848;
}

.services-txt {
	
	font-family: Arial, Verdana, Tahoma;
	font-size: 20px;
	color: #eb0102;
	margin-left: 10px;
	margin-bottom: 10px;

}

.services-bar img{
margin-left: 10px;
margin-bottom: 10px;

}
.menu {

	position: relative;
	margin: 0 auto;
	top: 0px;
	margin-left: -25px;
	margin-top: -15px;
	text-align: center;
	min-width: 820px;
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	background: rgb(27,79,177); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(27,79,177,1) 0%, rgba(67,103,252,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(27,79,177,1)), color-stop(100%,rgba(67,103,252,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(27,79,177,1) 0%,rgba(67,103,252,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(27,79,177,1) 0%,rgba(67,103,252,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(27,79,177,1) 0%,rgba(67,103,252,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(27,79,177,1) 0%,rgba(67,103,252,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b4fb1', endColorstr='#4367fc',GradientType=0 ); /* IE6-9 */
	
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	border-left: 5px solid #3f87ff;
	border-bottom: 5px solid #3f87ff;
	border-right: 5px solid #3f87ff;

}

/* ------------------------------   MENU ---------------------------------------------*/

.links,
.links ul,
.links li,
.links a {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

.links {
	position: relative;
	margin: 0 auto;
	text-align: center;	
	height: 28px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.links li {
	position: relative;
	list-style: none;
	float: left;
	display: block;
	height: 28px;
}

.links li a {
	display: block;
	padding: 5px 24px;
	margin: 6px 0;
	line-height: 18px;
	text-decoration: none;

	border-left: 1px solid #3f87ff;

	opacity: 1;

	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 0.2px;

	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,.4);

}

.links li:first-child a { border-left: none; }
.links li:last-child a{ border-right: none; }

.links > li:hover > a { 
	background: #3f87ff; 
	color: #fff; 
	height: 18px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.links ul li:last-child a { border: none; }

/*------------------------------------------------------------------------------------*/

.content{

	position: relative;
	width: 100%;
	min-height: 500px;
	margin: 0 auto;
	background: #f9f9f9;
}

.actual {
	
	font-family: Arial, Verdana, Tahoma;
	font-size: 15px;
	min-height: 660px;
	padding: 40px;
	position: relative;
	left: 20px;

}

.actual-title{

	display: block;
	position: relative;
	font-size: 18px;
	color: #e80621;
	top: -20px;
}

.actions {
	
	font-family: Arial, Verdana, Tahoma;
	font-size: 15px;
	min-height: 250px;
	background: #f8f8f8;
	padding: 40px 40px 10px 40px;
	border-top: 1px solid #ebebeb;

}

.actions-title{

	display: block;
	position: relative;
	font-size: 18px;
	color: #e80621;
	top: -20px;
}

.cataloge {
	
	font-family: Arial, Verdana, Tahoma;
	color: #06a1d1;
	font-size: 15px;
	padding: 10px 50px 15px 50px;
	text-align: right;

}

.cataloge a:link, a:visited, a:active{
	
	font-family: Arial, Verdana, Tahoma;
	font-size: 15px;
	color: #06a1d1;
	text-align: right;

}

.cataloge a:hover{
	
	font-family: Arial, Verdana, Tahoma;
	font-size: 15px;
	color: #06a1d1;
	text-align: right;
	text-decoration: none;

}

.actualblock {
	
display: inline-block;
width: 200px;
height: 300px;
margin-right: 30px;
margin-bottom: 30px;
float: left;
background-color: #fdfdfd;
-webkit-border-bottom-right-radius: 7px;
-webkit-border-bottom-left-radius: 7px;
-moz-border-radius-bottomright: 7px;
-moz-border-radius-bottomleft: 7px;
border-bottom-right-radius: 7px;
border-bottom-left-radius: 7px;

}
.aimg:hover {
	
	border: 1px solid #ffb080;

}

.aimg {

position: relative;
width: 200px;
height: 200px;
background-color: #ffffff;
border: 1px solid #ebebeb;

}

.aimg img {

  position: absolute; 
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;

}

.alink {

padding: 5px;
width: 200px;
height: 100px;
text-align: center;

}

.actual div a:link, .actual div a:visited, .actual div a:active {

	font-family: Arial, Verdana, Tahoma;
	font-size: 15px;
	text-decoration: none;
	color: #222222;
}

.actualblock p a:link, .actualblock p a:visited, .actualblock p a:active {

	font-family: Arial, Verdana, Tahoma;
	font-size: 16px;
	text-decoration: none;
	color: #ff6000;
	font-weight: bold;

}
.actualblock p {
	display: block;
	position:relative;	
	top: -45px;
	text-align: center;

}

.actual p {

	font-size: 16px;
	color: #ff6000;
	font-weight: bold;
	padding: 0;
	margin: 1px;

}

.navigation {

position: relative;
	color:#222222 !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px !important;
	text-decoration: none !important;
	margin-bottom: 20px;
	width: 760px;
	height: 30px;
	padding-left: 20px;
	left: -20px;
	top:0;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	border-bottom: 1px solid #efefef;
}

.navigation a:link, .navigation a:visited, .navigation a:active{

	color:#245DC1 !important;
	font-size: 14px !important;
	text-decoration: none !important;	
}

.navigation a:hover{

	color:#245DC1 !important;
	font-size: 14px !important;
	text-decoration: underline !important;	
}

.content-text-mini{
	position: relative;
	font-family: Arial, Verdana, Tahoma;
	font-size: 16px;
	color: #1c1c1c;
	width: 100%;
	min-height: 900px;
	padding: 20px;


}

.body-content {

	position: relative;
	width: 740px;
	min-height: 690px;
}

.market-product-img{

	position: relative;
	display: inline-block;
	background-color: #ffffff;
	vertical-align: top;
	text-align: center;
	font-family: Arial, Verdana, Tahoma;
	font-size: 14px;
	width: 370px;
	min-height: 330px;
	padding: 20px;
	border: 1px solid #ebebeb;
	margin-bottom: 5px;
	overflow:hidden;
}

.market-product-img img{

	max-width: 300px;
	max-height: 250px;

}

.product-description {

	background-image:url(../images/mark_back.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	vertical-align: top;	
	width: 698px;
	min-height: 200px;
	padding: 20px;
	border: 1px solid #ebebeb;
	margin-bottom: 5px;

}

.market-product-price{

	background-color: #ffffff;
	vertical-align: top;	
	width: 280px;
	min-height: 100px;
	padding: 20px;
	border: 1px solid #ebebeb;
	margin-bottom: 5px;
}

.product-available {

	background-color: #ffffff;
	vertical-align: top;	
	width: 280px;
	min-height: 40px;
	padding: 20px;
	border: 1px solid #ebebeb;
	margin-bottom: 5px;

}

.product-delivery span {

	font-size: 12px;
	color: #666;

}

.product-delivery {

	background-color: #ffffff;
	vertical-align: top;	
	width: 280px;
	min-height: 40px;
	padding: 20px;
	border: 1px solid #ebebeb;
	margin-bottom: 5px;

}

.product-block {

	position: relative;
	display: inline-block;
	vertical-align: top;	
	width: 320px;
	min-height: 390px;

}

.market-category{

	display: inline-block;
	vertical-align: top;
	position: relative;
	font-family: Arial, Verdana, Tahoma;
	font-size: 14px;
	background-color: #ffffff;
	width: 335px;
	min-height: 260px;
	padding: 15px;
	border: 1px solid #ebebeb;
	margin-bottom: 5px;

}

.market-sub-category{


	position: relative;
	display: inline-block;
	vertical-align: top;
	background-color: #ffffff;
	font-family: Arial, Verdana, Tahoma;
	font-size: 14px;
	padding: 20px;
	width: 700px;
	border: 1px solid #ebebeb;
	margin-bottom: 5px;

}

.market-sub-category p {

	font-size: 18px;
	color: #222;
	margin: 0 0 5px 0;
	display: inline-block;
	width: 600px;

}
.market-sub-category div{

	display: inline-block;
	width: 340px;

}












.mobile-banners{

	display: none;
}

#eformcomplete{

	display: none;
	font-size: 24px;
	font-weight: bold;
	color: #ff6000;
	font-style: italic;
   	vertical-align: middle;
   	text-align: center;
	height: 500px;
	width: 500px;
	padding-top: 300px;
	padding-left: 20px; 

}

.bg-l{
	position: absolute;
	width: 21px;
	height: 100%;
	background: url(../images/bg-left.png);
	left: -21px;
}

.bg-r{
	position: absolute;
	width: 21px;
	height: 100%;
	background: url(../images/bg-right.png);
	right: -21px;
}

.content-text{
	font-family: Arial, Verdana, Tahoma;
	font-size: 15px;
	color: #1c1c1c;
	width: 1100px;
	min-height: 2750px;

}


.div-links-left {

margin-right: 10px;
margin-bottom: 10px;
background-color: #ffffff;
display: inline-block;
float: left;
padding: 20px;
border: 1px solid #ebebeb;

}

.div-content-white {

margin-right: 10px;
margin-bottom: 10px;
background-color: #ffffff;
display: inline-block;
float: left;
padding: 20px;
border: 1px solid #ebebeb;

}

.div-content-white img {

	float: left;
}

.topbg{

	position: absolute;
	margin: 0px 0px;
}

.logos{

	position: absolute;
	margin: 108px 280px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #f68c1f;

}
.logod{

	position: absolute;
	width: 360px;
	margin-top: 133px;
	margin-left: 50px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 17px;
	font-style: italic;
	text-align: right;
	color: #128943;

}

.contact-telephone{

	position: absolute;
	right:20px;
	top: 5px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-align: right;

}

.lang-changer{
	width: 62px;
	height: 52px;
	right:195px;
	top: 10px;
	position: absolute;
	z-index: 1;	
}

.lc1{

	display: inline-block;
}
.lc2{

	display: inline-block;
	margin: 0 5px;
}



.menu-c{

	position: absolute;
	width: 100%;
	height: 40px;
	top: 192px;
	background: #128943; /* Old browsers */
	background: -moz-linear-gradient(left,  #128943 0%, #89cf2b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#128943), color-stop(100%,#89cf2b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #128943 0%,#89cf2b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #128943 0%,#89cf2b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #128943 0%,#89cf2b 100%); /* IE10+ */
	background: linear-gradient(to right,  #128943 0%,#89cf2b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#128943', endColorstr='#89cf2b',GradientType=1 ); /* IE6-8 */
	z-index: 2;
}

.footer a:link, .footer a:visited, .footer a:active, .footer a:hover{
	color: #fff;
}

.eco-persp{

	position: absolute;
	width: 100%;
	height: 500px;
	top: 690px;	
	background:#000000;
	opacity: 0.75;
}

.formeco{

	font-family: Arial, Verdana, Tahoma;
	position: relative;
	width: 650px;
	left: 50px;
	top: 1210px;
	color: #222222;

}

.information{

	font-family: Arial, Verdana, Tahoma;
	position: absolute;
	width: 370px;
	height: 650px;
	right: 0;
	top: 1190px;
	color: #222222;
	background-color: #ffffff;
	padding: 20px;

}

.information a:link, .information a:visited, .information a:active, .information a:hover {

	color: #2E93FF;
	margin: 0;
	padding: 0;
}

.information a:hover {

	text-decoration: none;
}

.formeco p{

margin: 0;

}

.formbuttons {

margin-top: 10px;

}

.inputs{

	margin: 10px 0 0 10px;
}

.inputs div{

	display: inline-block;
	padding-bottom: 5px;
	vertical-align: middle;
}

.intext{

width: 170px;
display: inline-block;

}

.infield{
display: inline-block;

}

.styled-select select {

   background: transparent;
   width: 210px;
   padding: 5px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 30px;
   -webkit-appearance: none;

	font-family: Arial, Verdana, Tahoma;
	color: #222222;
	font-size: 14px;
	text-overflow: ellipsis;

}

.styled-select-b select {

   background: transparent;
   width: 420px;
   padding-left: 5px;
   padding-right: 45px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 30px;
   -webkit-appearance: none;
   -moz-appearance: none;
    appearance: none;

	font-family: Arial, Verdana, Tahoma;
	color: #222222;
	font-size: 14px;

}

.selfield {

width: 450px;

}

.styled-select{

   width: 190px;
   height: 28px;
   overflow: hidden;
   background: url(../images/arrow.jpg) no-repeat right #fff;
   border: 1px solid #e9e9e9;
	box-shadow: inset 0 0 0 1px #f2f2f2;
	-moz-box-shadow: inset 0 0 0 1px #f2f2f2;
	-webkit-box-shadow: inset 0 0 0 1px #f2f2f2;
	-o-box-shadow: inset 0 0 0 1px #f2f2f2;
	-ms-box-shadow: inset 0 0 0 1px #f2f2f2;
	border-radius: 7px;	
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	margin-left: 15px;

}

.styled-select-b{

   width: 400px;
   height: 28px;
   float: left;
   overflow: hidden;
   background: url(../images/arrow.jpg) no-repeat right #fff;
   border: 1px solid #e9e9e9;
	box-shadow: inset 0 0 0 1px #f2f2f2;
	-moz-box-shadow: inset 0 0 0 1px #f2f2f2;
	-webkit-box-shadow: inset 0 0 0 1px #f2f2f2;
	-o-box-shadow: inset 0 0 0 1px #f2f2f2;
	-ms-box-shadow: inset 0 0 0 1px #f2f2f2;
	border-radius: 7px;	
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	margin-left: 15px;

}

.elbox {
vertical-align:top;
display:inline-block; 

}

.50{

	width: 195px;
}

.input-text200{

	width: 180px;
	height: 30px;
	font-family: Arial, Verdana, Tahoma;
	font-size: 14px;
	color: #222222;
	border-radius: 7px;
	padding-left: 10px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	margin-left: 15px;
	border: 1px solid #e9e9e9;
	box-shadow: inset 0 0 0 1px #f2f2f2;
	-moz-box-shadow: inset 0 0 0 1px #f2f2f2;
	-webkit-box-shadow: inset 0 0 0 1px #f2f2f2;
	-o-box-shadow: inset 0 0 0 1px #f2f2f2;
	-ms-box-shadow: inset 0 0 0 1px #f2f2f2;
  	transition: box-shadow 0.3s, border 0.3s
  	-moz-transition: box-shadow 0.3s, border 0.3s
  	-webkit-transition: box-shadow 0.3s, border 0.3s
  	-o-transition: box-shadow 0.3s, border 0.3s
  	-ms-transition: box-shadow 0.3s, border 0.3s

  	-webkit-appearance: none;
  	outline:none;

}

.intextarea {

width: 170px;
height: 60px;
text-align: left;
float: left;

}

.input-textarea{

	width: 390px;
	height: 60px;
	font-family: Arial, Verdana, Tahoma;
	font-size: 14px;
	color: #222222;
	border-radius: 7px;
	padding-left: 10px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	margin-left: 15px;
	border: 1px solid #e9e9e9;
	box-shadow: inset 0 0 0 1px #f2f2f2;
	-moz-box-shadow: inset 0 0 0 1px #f2f2f2;
	-webkit-box-shadow: inset 0 0 0 1px #f2f2f2;
	-o-box-shadow: inset 0 0 0 1px #f2f2f2;
	-ms-box-shadow: inset 0 0 0 1px #f2f2f2;
  	transition: box-shadow 0.3s, border 0.3s
  	-moz-transition: box-shadow 0.3s, border 0.3s
  	-webkit-transition: box-shadow 0.3s, border 0.3s
  	-o-transition: box-shadow 0.3s, border 0.3s
  	-ms-transition: box-shadow 0.3s, border 0.3s

  	-webkit-appearance: none;
  	outline:none;

}

.input-text-order{

	width: 390px;
	height: 25px;
	font-family: Arial, Verdana, Tahoma;
	font-size: 14px;
	color: #222222;
	border-radius: 7px;
	padding-left: 10px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	margin-left: 15px;
	margin-bottom: 5px;
	border: 1px solid #e9e9e9;
	box-shadow: inset 0 0 0 1px #f2f2f2;
	-moz-box-shadow: inset 0 0 0 1px #f2f2f2;
	-webkit-box-shadow: inset 0 0 0 1px #f2f2f2;
	-o-box-shadow: inset 0 0 0 1px #f2f2f2;
	-ms-box-shadow: inset 0 0 0 1px #f2f2f2;
  	transition: box-shadow 0.3s, border 0.3s
  	-moz-transition: box-shadow 0.3s, border 0.3s
  	-webkit-transition: box-shadow 0.3s, border 0.3s
  	-o-transition: box-shadow 0.3s, border 0.3s
  	-ms-transition: box-shadow 0.3s, border 0.3s

  	-webkit-appearance: none;
  	outline:none;

}

.input-text{

	width: 390px;
	height: 25px;
	font-family: Arial, Verdana, Tahoma;
	font-size: 14px;
	color: #222222;
	border-radius: 7px;
	padding-left: 10px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	margin-left: 15px;
	border: 1px solid #e9e9e9;
	box-shadow: inset 0 0 0 1px #f2f2f2;
	-moz-box-shadow: inset 0 0 0 1px #f2f2f2;
	-webkit-box-shadow: inset 0 0 0 1px #f2f2f2;
	-o-box-shadow: inset 0 0 0 1px #f2f2f2;
	-ms-box-shadow: inset 0 0 0 1px #f2f2f2;
  	transition: box-shadow 0.3s, border 0.3s
  	-moz-transition: box-shadow 0.3s, border 0.3s
  	-webkit-transition: box-shadow 0.3s, border 0.3s
  	-o-transition: box-shadow 0.3s, border 0.3s
  	-ms-transition: box-shadow 0.3s, border 0.3s

  	-webkit-appearance: none;
  	outline:none;

}

.sub {

	height: 35px;
	width: 100px;

	border: 1px solid #e9e9e9;

	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;

	box-shadow: inset 0 0 0 1px #f2f2f2;
	-moz-box-shadow: inset 0 0 0 1px #f2f2f2;
	-webkit-box-shadow: inset 0 0 0 1px #f2f2f2;
	-o-box-shadow: inset 0 0 0 1px #f2f2f2;
	-ms-box-shadow: inset 0 0 0 1px #f2f2f2;

	background: #ffffff;

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */

	cursor: pointer;
	font-family: Arial, Verdana, Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #../skins;
	left: 490px;
	position: relative;

}

.inputs input[type="text"]:focus,
.inputs input[type="text"].focus {

border: 1px solid #93c59a;

}

.inputs textarea:focus,
.inputs textarea.focus {

border: 1px solid #93c59a;

}

.formb1, .formb2, .formb3 {

    display: inline-block;
    padding-top: 3px;
	width: 193px;
	height: 28px;
	text-align: center;
	margin-right: 10px;
	font-family: Arial, Verdana, Tahoma;
	font-size: 18px;
	background: url(../images/formbut.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

.formb1:hover, .formb2:hover, .formb3:hover{

color: #ff6000;

}

.formtitle{

font-size: 24px;
font-weight: bold;
color: #ff6000;
font-style: italic;
padding-bottom: 6px;

}

.formquest{

font-size: 18px;
font-style: italic;
padding-bottom: 10px;

}

.s18{

	font-size: 18px;
	padding-bottom: 5px;
}
.persdes span{

	display: block;

}

.persdes{

	font-family: Arial, Verdana, Tahoma;
	color: #ffffff;
	font-size: 14px;
	position: relative;
	display: inline-block;
	width: 500px;
	left: 50px;
	top: 0;
	margin: 10px 0 10px 0;
	vertical-align: top;


}

.persdes img{

	float:left; 
    margin: 7px 15px 7px 0;
	

}

.ecop-text a:link, .ecop-text a:visited, .ecop-text a:active {

	color: #ffffff !important;

}

.ecop-text{

	position: absolute;
	width: 1100px;
	height: 500px;
	top: 690px;
	font-family: Arial, Verdana, Tahoma;
	color: #ffffff;
	margin: 0 auto;
	z-index: 1;
}

.pad {

padding: 20px 0 20px 0;

}

.white{
	
	position: relative;
	font-size: 24px;
	font-weight: normal;
	color: #ffffff;
	display: block;
}

.width90 {
	position: relative;
	width: 90%;
	margin: 0 auto;
}
.bottombr{
	border-bottom: 1px solid #5c5c5c;

}

.content-text-mini h1{

	font-family: Arial, Verdana, Tahoma;
	font-size: 18px;
	color: #222222;
	padding: 0;
	margin: 0;
}

h1{

	font-family: Arial, Verdana, Tahoma;
	font-size: 18px;
	color: #222222;
	padding: 0;
	margin: 0;
}

.content-text-mini h1 a:link, .content-text-mini h1 a:visited, .content-text-mini h1 a:hover, .content-text-mini h1 a:active {

	font-family: Arial, Verdana, Tahoma;
	font-size: 18px;
	color: #222222;
	font-weight: bold;
}

.menu-linet {
	position: absolute;
	width: 100%;
	height: 3px;
	top: 0;
	background: #82c141;
}
.menu-lineb {
	position: absolute;
	width: 100%;
	height: 3px;
	bottom: 0;
	background: #82c141;
}

.prefooter {
	width: 100%;
	height: 22px;
	font-size: 13px;
	color: #f2f2f2;
	background: #f1f1f1;
	text-align: center;
}

.br5px{

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;

}

.br10px{

	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;

}

.brb10px{

	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-o-border-bottom-right-radius: 10px;
	-o-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}


.top-menu-bg p {
	width: 400px;
	height: 80px;
	position: absolute;
	display: block;
	opacity: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	right: 10px;
	top: 180px;
	overflow: hidden;
	transition: opacity 2s ease-out 1s;
	-moz-transition: opacity 2s ease-out 1s;
	-webkit-transition: opacity 2s ease-out 1s;
	-o-transition: opacity 2s ease-out 1s;
	-ms-transition: opacity 2s ease-out 1s;

}

.c1-w, .c2-w, .c3-w, .c4-w{
	position: absolute;
	opacity: 0;
	background: #fff;
	right: 0;
	top: 180px;
	width: 420px;
	height: 100px;
	transition: opacity 2s ease-out 1s;
	-moz-transition: opacity 2s ease-out 1s;
	-webkit-transition: opacity 2s ease-out 1s;
	-o-transition: opacity 2s ease-out 1s;
	-ms-transition: opacity 2s ease-out 1s;
}

.t1, .t2, .t3, .t4{
	color: #fff;
}

.t1-w, .t2-w, .t3-w, .t4-w{
	color: #222222;
}

.c1, .c2, .c3, .c4{
	position: absolute;
	opacity: 0;
	background: #000;
	right: 0;
	top: 180px;
	width: 420px;
	height: 100px;
	transition: opacity 2s ease-out 1s;
	-moz-transition: opacity 2s ease-out 1s;
	-webkit-transition: opacity 2s ease-out 1s;
	-o-transition: opacity 2s ease-out 1s;
	-ms-transition: opacity 2s ease-out 1s;
}

.top-menu-bg span{
	font-size: 18px;
	font-weight: bold;
	color: #ed6a00;
}

.controls-bg{

	width: 130px;
	height: 30px;
	opacity: 0.4;
	position: absolute;
}


.controls{

	position: absolute;
	z-index: 2;
	bottom: -40px;
	left: 300px;
	width: 130px;
	height: 30px;
	overflow: hidden;

}

.controls-ct{

	position: absolute;
	padding: 0 5px 0 5px;
}

.controls-ct label{

	display: block;
	width: 12px;
	height: 12px;
	background-color: #ff8f00;
	float: left;
	cursor: pointer;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	margin: 3px 3px 3px 3px;
	opacity: 0.9;
}

#slide1:checked ~ .controls label:nth-of-type(1),
#slide2:checked ~ .controls label:nth-of-type(2),
#slide3:checked ~ .controls label:nth-of-type(3),
#slide4:checked ~ .controls label:nth-of-type(4) {

	background-color: #ffbf6e;
}

.controls-ct label:hover{

	opacity: 1;

}

.top-menu{

	width: 700px;
	height: 275px;
	position: relative;
	border-bottom: 40px solid #ffffff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	background: #eaeaea;

}


.top-menu input{

	display: none;
}

.top-menu-bg{

	width: 700px;
	height: 275px;
	padding: 0;
	margin: 0;
	position: absolute;

}

#slide1:checked ~ .top-menu-bg .slider1,
#slide2:checked ~ .top-menu-bg .slider2,
#slide3:checked ~ .top-menu-bg .slider3,
#slide4:checked ~ .top-menu-bg .slider4{

	opacity: 1;
	z-index: 1;
}

.top-menu-bg img{

	position: absolute;
	opacity: 0;
	z-index: 0;

	transition: opacity 0.8s ease-out;
	-moz-transition: opacity 0.8s ease-out;
	-webkit-transition: opacity 0.8s ease-out;
	-o-transition: opacity 0.8s ease-out;	
	-ms-transition: opacity 0.8s ease-out;

}

.anim-ban-border{

	width: 1100px;
	height: 90px;
	position: absolute;
	margin: 435px auto;
	z-index: 1;

}

h2 {
	
	font-family: Arial, Verdana, Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #222222;
	padding: 0;
	margin: 0;

}

.content-text-mini h2{

	font-family: Arial, Verdana, Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #222222;
	padding: 0;
	margin: 0;
}

.content-text-mini h3{

	font-family: Arial, Verdana, Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #222222;
	padding: 0;
	margin: 0;
}

.content-text-mini h4{

	font-family: Arial, Verdana, Tahoma;
	font-size: 15px;
	font-weight: bold;
	color:#ff6c00;
	padding: 0;
	margin: 0;
}

.content-text-mini h5{

	font-family: Arial, Verdana, Tahoma;
	font-size: 13px;
	font-weight: bold;
	color:#fff;
	padding: 0;
	margin: 0;
}

.content-text a:link, .content-text a:visited, .content-text a:active {

	text-decoration:underline;
	font-weight:normal;
	font-family: Arial, Verdana, Tahoma;
	font-size: 15px;
	color: #003596;

}
.content-text-mini a:link, .content-text-mini a:visited, .content-text-mini a:active {

	text-decoration:underline;
	font-weight:normal;
	font-family: Arial, Verdana, Tahoma;
	font-size: 15px;
	color: #003596;

}

.content-text-mini table{
	border-collapse: collapse;
}

.content-text-mini td {

	padding: 10px;
	border: 1px solid #c9c9c9;

}

.product-description tr:nth-child(even) {
    background-color: #F2F2F2;
}

.table-eee{
	border-collapse: collapse;
}

.table-eee td {

	padding: 10px;
	border: 1px solid #eee;

}

.table-fff{
	border-collapse: collapse;
}

.table-fff td {

	padding: 10px;
	border: 1px solid #eeeeee;
	background-color: #ffffff;

}

.table-min{
	border-collapse: collapse;
}

.table-min td {

	padding: 5px !important;
	border: 1px solid #c9c9c9 !important;

}

.table-nob{
	border-collapse: collapse;
}

.table-nob td {

	padding: 10px;
	border: 0px solid #c9c9c9;

}

.content-text-mini a:hover{

	color: #1A5E9C;
	text-decoration:none;
}


.content-text a:hover{

	color: #1A5E9C;
	text-decoration:none;

}

.text{

	width: 570px;
}
.news{
	background:#ffffff;
	padding: 40px 40px 10px 40px;
	border-top: 1px solid #ebebeb;
	font-family: Arial, Verdana, Tahoma;
	font-size: 16px;
}

.news a:link, .news a:visited, .news a:active {

	text-decoration:underline;
	font-weight:normal;
	font-family: Arial, Verdana, Tahoma;
	font-size: 16px;
	color: #1c1c1c;

}

.news a:hover{

	color: #454545;
	text-decoration:none;

}

.news h1{

	position: absolute;
	left: 20px;
	top: 65px;
	font-size: 16px;
	color: #1c1c1c;
	font-weight: bold;

}

.news-content{
	height: 330px;
	padding: 20px;
	position: absolute;
	font-family: arial,verdana,tahoma;
	font-size: 14px;
	top: 105px;
	font-size: 16px;
	color: #1c1c1c;
	font-weight: bold;
	overflow: hidden;

}

.news h2 {
	color: #1c1c1c;
	font-size: 14px;
	padding: 0;
	margin: 0;
}

.news h3{

	position: absolute;
	right: 20px;
	bottom: 20px;
	font-size: 14px;
	color: #1c1c1c;
	font-weight: normal;
	text-decoration: underline;

}

.news p {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}
.footer > p{

	display: block;
	position: absolute;
	right: 20px;
	top: 40px;
}

.footer-bottom{

	position: absolute;
	width: 1050px;
	height: 20px;
	bottom: -180px;
	left: 0;
}


/* System Style*/

.text-area{
	width: 500px;
	border: 1px solid #cccccc;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	background: #FCFCFF;
}

.table-null{
	border-collapse: collapse;
	padding: 0;
}

.table-null td {

	padding: 0;
	border: 0;

}

/*End System Style*/

/*Market Style*/

.market-category-link {

	display: block;
	position: absolute;
	top: 30px;
	left: 80px;
	color: #222 !important;
	font-weight: bold !important;
	font-size: 15px !important;
	text-decoration: none !important;

}

.market-news {

	font-size: 18px;
	color: #0d995c;
	margin-top: 20px;
	margin-bottom: 30px;

}

.market-last {

	position: relative;
	display: inline-block;
	vertical-align: top;
	background-color: #ffffff;
	font-family: Arial, Verdana, Tahoma;
	font-size: 14px;
	width: 220px;
	min-height: 250px;
	padding: 10px;
	border: 1px solid #ebebeb;
	text-align: center;
	margin-bottom: 5px;

}

.market-last a:hover {

opacity: 0.8;

}

.market-last:hover {
	
	border: 1px solid #ffb080;

}

.market-last a:link, .market-last a:visited, .market-last a:active {

text-decoration: none;
color: #222;

}

.market-last p {

	font-family: Arial, Verdana, Tahoma;
	font-size: 16px;
	color:#FF6000;
	font-weight: bold; 

}

.market-new {

	position: absolute;
	right: 10px;
	top: 10px;

}

#photo {
	
	position: absolute;
	width: 380px;
	text-align: center;
	bottom: 20px;

}

.market-cat-name {

	font-size: 18px;
	color: #222;
	margin: 0 0 15px 0;
	width: 900px;	
}

.market-cat-name a:link, .market-cat-name a:visited, .market-cat-name a:active {

	font-family: Arial, Verdana, Tahoma;
	font-size: 18px;
	color: #1A5E9C;
	font-weight: normal;
	text-decoration: underline;
}

.market-cat-name a:hover {

	font-family: Arial, Verdana, Tahoma;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}

.market-product-cat-name {

	width: 300px;
	position: absolute;
	left: 30px;
	top: 10px;

}

.market-product-cat-name a {

	font-size: 16px !important;
	color: #222 !important;
	font-weight: bold !important;
	text-decoration: none !important;

}

.market-product-cat-name a:hover {

	text-decoration: underline !important;

}

.market-price span {

	font-family: Arial, Verdana, Tahoma;
	font-size: 16px;
	color:#FF6000;
	font-weight: bold; 

}

.market-order {
	
	position: absolute;
	left: 185px;
	top: 120px;

}

.market-product-new {
	
	position: absolute;
	left: 130px;
	top: 40px;

}

.market-price {

	position: absolute;
	left: 185px;
	top: 80px;

}

.market-products{


	position: relative;
	display: inline-block;
	vertical-align: top;
	background-color: #ffffff;
	font-family: Arial, Verdana, Tahoma;
	font-size: 14px;
	width: 335px;
	min-height: 400px;
	padding: 15px;
	border: 1px solid #ebebeb;
	margin-bottom: 5px;

}

.market-product-ctitle {

	margin: 0 0 10px 0;

}

.market-product-ctitle a {

	font-size: 18px !important;
	color: #222 !important;
	margin: 0 0 10px 0;

}

.editor-button {

	width:47px;
	height:30px;
}

.market-product-title {

	font-weight: normal !important;	

}

.market-p-price span {

	font-family: Arial, Verdana, Tahoma;
	font-size: 16px;
	color:#FF6000;
	font-weight: bold; 

}

.product-small-text {

	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #444;
}

.pdt{

	font-size: 16px;
	color: #222;
	font-weight: bold;

}

.pdtd {

	padding: 10px;
	border: 1px solid #ebebeb;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	background-color: #F7F7F7;

}

.pimg {
margin-top: 35px;
	min-height: 160px;
	min-width: 160px;
}

.market-detail {

	position: absolute;
	bottom: 20px;
	left: 20px;
}



.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 99999;
		-webkit-transition: opacity .5s;
		-moz-transition: opacity .5s;
		-ms-transition: opacity .5s;
		-o-transition: opacity .5s;
		transition: opacity .5s;
}

.popup a:link, .popup a:visited, .popup a:active {

	text-decoration:underline;
	font-weight:normal;
	font-family: Arial, Verdana, Tahoma;
	font-size: 15px;
	color: #003596;

}

.popup a:hover {

color: #1A5E9C;
text-decoration: none;
}


.popup {
	background-color: #fff;
	border: 3px solid #fff;
	display: inline-block;
	font-family: Arial, Verdana, Tahoma;
	font-size: 15px;
	color: #1C1C1C;
	left: 50%;
	opacity: 0;
	padding: 25px;
	width: 600px;
	height: 500px;
	position: fixed;
	text-align: justify;
	top: 40%;
	visibility: hidden;
	z-index: 999999;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity .5s, top .5s;
	-moz-transition: opacity .5s, top .5s;
	-ms-transition: opacity .5s, top .5s;
	-o-transition: opacity .5s, top .5s;
	transition: opacity .5s, top .5s;
	border-radius: 11px;
}
.popup .close-order {
	width: 6px;
	height: 17px;
	position: absolute;
	padding: 1px 9px 4px 9px;
	top: -15px;
	right: -15px;
	cursor: pointer;
	color: #fff;
	font-family: 'tahoma', sans-serif;
background: rgb(73,155,234); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(73,155,234,1) 0%, rgba(35,50,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(73,155,234,1)), color-stop(100%,rgba(35,50,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(73,155,234,1) 0%,rgba(35,50,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(73,155,234,1) 0%,rgba(35,50,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(73,155,234,1) 0%,rgba(35,50,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(73,155,234,1) 0%,rgba(35,50,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#2332ff',GradientType=0 ); /* IE6-9 */

	border: 1px solid #06abdd;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.5);
}
.popup .close-order:hover {
background: rgb(29,155,214); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(29,155,214,1) 0%, rgba(73,155,234,1) 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(29,155,214,1)), color-stop(99%,rgba(73,155,234,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(29,155,214,1) 0%,rgba(73,155,234,1) 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(29,155,214,1) 0%,rgba(73,155,234,1) 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(29,155,214,1) 0%,rgba(73,155,234,1) 99%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(29,155,214,1) 0%,rgba(73,155,234,1) 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d9bd6', endColorstr='#499bea',GradientType=0 ); /* IE6-9 */

	border: 1px solid #06abdd;
}
.popup .close-order:active {
	background: #8f9be0;
}

.order-list {

	width: 590px;
	height: 270px;
	margin-bottom: 5px;
	position: relative;

	border: 1px solid #ebebeb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	overflow-y:auto;
	vertical-align: middle;
	
}

.order-list img {

	position: absolute;
}

.product-n-l {

	position: absolute;
	left: 60px;
	width: 350px;

}

.product-p {

	position: absolute;
	left: 510px;
	width: 50px;

}

.order-position {

	position: relative;
	height: 50px;
	background-color: #F5F5F5;
	margin-bottom: 2px;
	padding: 5px;
}

.order-list input {

	position: absolute;
	left: 430px;
	width: 25px;
	top: 20px;
	text-align: center;


}

.product-p {

	position: absolute;
	left: 480px;
	width: 70px;
	font-family: Arial, Verdana, Tahoma;
	font-size: 13px;
	color:#000000;
	font-weight: bold;
	top: 24px;

}

.product-del {

	position: absolute;
	cursor: pointer;
	left: 550px;
	width: 10px;
	font-family: Arial, Verdana, Tahoma;
	font-size: 18px;
	color:red;
	top: 18px;

}

.product-del:hover {

	color:#FF6161;

}

.orange-price {

	font-family: Arial, Verdana, Tahoma;
	font-size: 18px;
	color:#FF6000;
	font-weight: bold; 
}

.order-c {

	font-family: Arial, Verdana, Tahoma;
	font-size: 14px;
	color:#666;
	font-weight: normal;
}


.order-complete div {

display: inline-block;
float: left;
width: 295px;
height: 50px;
font-weight: bold;

}

.loader{

	position: absolute;
	top: 100px;
	left: 250px;
}

#orderformcomplete {

	display: none;
	font-size: 24px;
	font-weight: bold;
	color: #ff6000;
	font-style: italic;
   	vertical-align: middle;
   	text-align: center;
	height: 500px;
	padding-top: 200px;
	padding-left: 20px; 	
}

.osub {

	height: 42px;
	width: 158px;

	border: none;

	background: url(../images/borderua.png);

	cursor: pointer;
	left: 20px;
	position: relative;

}

/*End Market Style*/

/*Content Style*/

.dinline {

	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
	margin-right: 20px;
	background-color: #ffffff !important;
	border-radius: 7px;	
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;

}

.d100per {
	
	width: 100%;
	min-height: 150px;
	
}

.bpad{

	padding: 10px;
}

.bdashed{

	border-width:1px;	
    border-style:dashed;
	border-color: #8C8C8C;
}

.d500px {
	
	width: 475px;
	min-height: 200px;
	
}
/*End Content Style*/

/*Adaptive styles*/

/*@media only screen and (max-width: 1100px) {
.menu-c {width: 1100px;}
.eco-persp{width: 1100px;}
.footer{width: 1100px;}
.prefooter{width: 1100px;}
}
@media only screen and (max-width: 321px) {
.bg-r {display: none;}	
}
@media only screen and (max-width: 400px) {
#photo {width: 300px;}
#eform {display: none;}
.product-description table {width:300px !important;}
.product-description {width:300px;min-height: 200px;padding: 5px;}
.product-block {width: 320px;min-height: 300px;}
.product-delivery {width: 300px;padding: 5px;}
.product-available {width: 300px;padding: 5px;}
.market-product-price{width: 300px;padding: 5px;}
.market-product-img{width: 300px;height: 300px;padding: 5px;min-height: 300px;}
.market-product-img img{max-width: 300px;max-height: 300px;}
.market-sub-category div{width: 300px;}
.market-sub-category{padding: 5px;width: 300px;}
.market-detail {bottom: 5px;left: 5px;}
.market-cat-name {font-size: 16px;width: 300px;margin: 0 0 5px 0;}
.market-product-new {left: 115px;top: 60px;}
.market-order img {width: 120px;}
.market-order {left: 170px;}
.market-price {left: 170px;}
.market-product-cat-name {width: 290px;}
.pimg {margin-top: 60px;}
.market-products{width: 300px;padding: 5px;}
.market-category{width: 300px;padding: 5px;}
.d500px {width: 300px;}
.g-plusone {width: 320px;}
.navigation {left: 0px;margin-bottom: 55px;width: 310px;padding-left: 0px;}
.links li a {border-left: 0;min-width: 64px;padding: 2px 8px;margin: 10px 16px;}
.links ul {display: none;}
.contact-telephone {margin-top:5px;right:10px;font-size: 12px;color: #128943}
.social-bar {width: 70px;bottom: -95px;right:0px;top: auto;}
.dinline {background:#ffffff !important;}
.content-text-mini img{max-width: 300px;height: auto !important;}
.content-text-mini table{padding: 0; max-width: 300px !important; font-size: 12px !important;}
.content-text-mini table img {max-width: 140px !important;}
.content-text-mini td{padding: 4px;}
.content-text-mini{width: 300px;}
.body-content {width: 290px;padding-top: 300px}
.topbg {width: 320px; overflow: hidden;}
.lang-changer {display: none;}
.content{width: 320px;}	
.menu {width: 320px;left: 0px;}
.menu-c {width: 100%;height: 100px; margin: 0 auto;}
.top-menu{display: none;}
.mobile-banners{display:block;position: relative;top: 297px;text-align: center;}
.mobile-banners img {margin-bottom: 7px;}	
.eco-persp{width: 100%;height: 1320px;margin: 0 auto}
.ecop-text{width: 320px;height: 1320px;top: 690px;margin: 0 auto;}
.persdes{width: 300px;left: 10px;top: 0;margin: 10px 0 10px 0;}
.persdes img {margin-top: 35px;margin-bottom: 35px}
.actual {width: 300px;padding-left: 10px;padding-right: 10px;top: 2680px;}
.content-text{width: 320px;min-height: 4460px;}
.author {width: 260px;text-align: left;display: block;padding-left: 10px;font-size: 13px;}
.adress {width: 260px;display: block;font-weight: bold;padding-left: 10px;}
.bottom {width: 320px;}
.formeco{display: none;}
.information{width:300px;left: 0;padding: 10px;top: 2010px;}
.logo{margin: 50px 10px;}
.logo img{width: 300px;}
.market-last{width: 280px;}
.logod{width: 300px;margin-top: 133px;margin-left: 10px;}
.logos{margin-left: 180px;}
.prefooter{width: 100%;}
.footer{width: 100%;}
.share42init {top: 60px;left: 5px;}*/
}

/*End Adaptive styles*/
