*{
	outline: none;
}
a{
	display: inline-block;
	color: #000;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
b{
	font-weight: bold;
	display: inline-block;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-family: 'Conv_calibri', sans-serif;
	line-height: 1;
	background: #dfdfdf;
	margin: 0 auto;
  min-height: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html, body {
 height: 100%;
}

.wrapperOut {
 min-height: 100%;
 width: 100%;
  min-width: 1000px;
  margin: 0 auto -100px auto;
  overflow: hidden;
}
@font-face {
    font-family: 'calibril';
    src: url('fonts/calibril.eot');
    src: url('fonts/calibril.eot?#iefix') format('embedded-opentype'),
         url('fonts/calibril.woff') format('woff'),
         url('fonts/calibril.ttf') format('truetype'),
         url('fonts/calibril.svg#Sri-TSCRegular') format('svg');
    font-weight: 300;
    font-style: normal;
   }
@font-face {
	font-family: 'Conv_calibri';
	src: url('fonts/calibri.eot');
	src: local('☺'), url('fonts/calibri.woff') format('woff'), url('fonts/calibri.ttf') format('truetype'), url('fonts/calibri.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
.wrapperIn {
 padding-bottom: 100px;
 width: 1000px;
  margin: 0 auto;
}
.header{
	position: relative;
	height: 205px;
}
.logo{
	text-decoration: none;
	position: absolute;
	display: block;
	left: 1%;
	top: 33px;
	width: 400px;
	color:  #8d8c8c;
}
.logo .img{
	position: relative;
	border-right: 1px solid #b2b2b2;
	height: 70px;
	width: 200px;
	float: left;
}
.logo .img img{
	display: block;
	vertical-align: middle;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.logo .text{
	width: 140px;
	margin: 20px 0 0 20px;
	float: left;
}

.top-links{
	position: absolute;
	width: 410px;
	top: 5px;
	right: 0;
	height: 30px;
	text-align: right;
	list-style: none;
}
.top-links>a{
	display: inline-block;
	color: #8d8c8c;
	padding: 0 0 0 30px;
	margin: 0 0 0 20px;
	text-decoration: none;
}
.top-links li{
	display: inline-block;
}
.top-links a{
	display: inline-block;
	color: #8d8c8c;
	text-decoration: none;
	margin: 0 5px;
	vertical-align: middle;
}
.top-links a span{
	border-bottom: 1px solid #cfcece;
}
.top-links .cabinet{
	background: url(../img/login.png) no-repeat 8px 0px;
}
.top-links .mail{
	background: url(../img/mail.png) no-repeat 6px 3px ;
}
.icon-search {
	width: 30px; /* блок имеет ширину… */
	height: 30px; /* …и высоту изображения иконки */
 	background: url(../img/search.png) no-repeat 0px 6px;
 	border: none;
 	cursor: pointer;
	position: absolute;
	right: 0px;
	top: 5px;
}
.search{
	width: 29%;
	display: inline-block;
	position: absolute;
	top: 50px;
	right: 0;
}
.search input[type="text"]{
	margin: 0;
	width:96%;
	line-height: 15px;
	padding: 8px 0 7px 4% ;
	float:left;
	border: none;
	height: 25px;
}
.korzina{
	position: relative;
	display: inline-block;
	color: #8d8c8c;
	text-decoration: none;
	line-height: 30px;
	background: rgb(252,252,250); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(252,252,250,1) 0%, rgba(226,226,226,1) 50%, rgba(213,214,209,1) 78%, rgba(233,235,234,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,250,1)), color-stop(50%,rgba(226,226,226,1)), color-stop(78%,rgba(213,214,209,1)), color-stop(100%,rgba(233,235,234,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(252,252,250,1) 0%,rgba(226,226,226,1) 50%,rgba(213,214,209,1) 78%,rgba(233,235,234,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(252,252,250,1) 0%,rgba(226,226,226,1) 50%,rgba(213,214,209,1) 78%,rgba(233,235,234,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(252,252,250,1) 0%,rgba(226,226,226,1) 50%,rgba(213,214,209,1) 78%,rgba(233,235,234,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(252,252,250,1) 0%,rgba(226,226,226,1) 50%,rgba(213,214,209,1) 78%,rgba(233,235,234,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfa', endColorstr='#e9ebea',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 15px;
}
.user-block{
	position: absolute;
	right: 0;
	top:110px;

}



.cl_basket_inner_items img{
	width: 20%;
	 float: left;
	 display: block;
	 vertical-align: middle;
	 margin: 0 5px 0 0;
}
.cl_basket_inner_items li:after{
	content: '';
	display: block;
	clear: both;
}
.cl_basket_inner_items li{
	margin: 0 0 5px 0;
}
.site .cl_basket_full_content{
	background: transparent !important;
}
.korzina .name{
	padding: 0 0 0 30px;
	background: url(../img/korzina.png) no-repeat 10px 1px;
}
.korzina .arrow{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/arow2.png) no-repeat 4px 11px;
	padding: 0 5px 0 0;
}
.tel{
	position: absolute;
	top: 55px;
	left: 45%;
	display: inline-block;
	font-size: 14px;
	color: #8d8c8c;
	padding: 0 0 0 30px;
	background: url(../img/tel.png) no-repeat 8px 0px;
  height: 40px
}
.tel .work{
	margin: 20px 0 0 0;
	line-height: 20px;
}
.days{
	position: absolute;
	width: 75px;
	height: 75px;
	text-align: center;
	line-height: 75px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	border: 5px solid #DF72FF;
	top:25px;
	left: 600px;
	font-size: 30px;
	font-family: 'Lobster', cursive;
	font-style: italic;
	color: #424242;
	font-weight: bold;
}
.pink_block{
	position: absolute;
	top: 155px;
	height: 30px;
	width: 100%;
	background: #df72ff;
	padding: 10px 0;
}
.pink_block:before{
	content: '';
	position: absolute;
	height: 50px;
	width: 40px;
	left: -40px;
	top: 10px;
	background: url(../img/before.png) no-repeat;
}
.pink_block:after{
	position: absolute;
	content: '';
	height: 50px;
	width: 40px;
	right: -40px;
	top: 10px;
	background: url(../img/after.png) no-repeat;
}

.mainmenu{
	float: left;
    position:relative;
    height:30px;
    padding:0;
    width:80%;
    z-index:10 /* для отображения подпунктов поверх остальных блоков */
}
.mainmenu .fa{
  display: none;
}
.mainmenu ul,  .mainmenu ul ul {
	list-style:none;
    padding:0;
    margin:0;
}

.mainmenu ul {	
	display: table;
    height:30px;
    width: 100%;
    text-align:center;
    font:14px Arial, Helvetica, sans-serif;   
}
.mainmenu ul li{
	float: none !important;
	    position:relative;
      -webkit-transition:all 0.5s linear;
      -moz-transition:all 0.5s linear;
      -ms-transition:all 0.5s linear;
      -o-transition:all 0.5s linear;
      transition:all 0.5s linear;
}
.mainmenu >ul >li {
    position:relative;
    float:left;
    padding:0;
    margin:0;
    display: table-cell;
    vertical-align: middle;
    border-right: 1px solid #e58eff;
}
.mainmenu ul li:last-child {
	border:none;
}	
.mainmenu ul li a {
    display:block;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}
.mainmenu>ul>li>a {
    line-height: 30px;
}
.mainmenu>ul>li:hover{

	background: #CC6BE8;
	-webkit-transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
	transition:all 0.5s linear;
}
.mainmenu ul li:hover > div > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}
.mainmenu ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}

.mainmenu ul li ul {
	background: rgba(204,107,232,0.9);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-transform:none;
	opacity: 0;
	visibility: hidden;
    position:absolute;
    left:0;
    top:23px;
    font-size:12px;
	height:auto;
    width:150px;
    -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  -ms-transition:all 0.2s linear;
  -o-transition:all 0.2s linear;
  transition:all 0.2s linear;    
}
.mainmenu ul li ul li {
	border-bottom: 1px solid #EDB0FF;
    position:relative;
	left:0;
    float:none;
    height:auto;
    margin:0;
    text-align:left !important;
      -webkit-transition:all 0.3s linear;
  -moz-transition:all 0.3s linear;
  -ms-transition:all 0.3s linear;
  -o-transition:all 0.3s linear;
  transition:all 0.3s linear;
}
.mainmenu ul li ul li:hover{
  background: rgba(229,142,255,1);
-webkit-transition:all 0.3s linear;
  -moz-transition:all 0.3s linear;
  -ms-transition:all 0.3s linear;
  -o-transition:all 0.3s linear;
  transition:all 0.3s linear;
}
.mainmenu ul li ul li a {
    padding:10px  0 10px 10px ;
    border:none;
    color: #fff;
}

/*************************** Выпадающие пункты второго уровня */
.mainmenu ul li ul li ul {
	top: 0;
	left: 150px;
	_margin: 0; /*IE6 only*/
}
.socialic{
	width: 20%;
	float: right;
}
.socialic ul li{
	float: right;
	margin: 0 20px 0 0;
}



.site:after{
	display: block;
	clear: both;
	content: '';
}
/*Slider*/
.slider{
	clear: both;
	position: relative;
	margin:  0 auto;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 5;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100% !important;
  left: 0;
  top: 0;
  list-style: none;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

.rslides_tabs {
  display: block;
  font-size: 0px;
  max-width: 26%;
  text-align: center;
  z-index: 10;
  position: absolute;
  margin: -50px 10%;
  padding: 0 20px;
  }

.rslides_tabs li {
  display: inline;
  margin:0  1px;
  }

.rslides_tabs a {
  width: auto;
  text-decoration: none;
  line-height: 20px;
  padding: 15px 15px;
  height: auto;
  display: inline;
  background: rgba(0,0,0,0.3);
  -webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	margin: 0 5px 0 0;
  }
.rslides_tabs .rslides_here a {
  background: rgba(0,0,0,0.6);
  color: #000;
  }
  .slider .desc{
  	position:  absolute;
  	width: 380px;
  	top: 40px;
  	right: -60px;
  	color: #000;
  	padding:10px 20px;
  	text-align: center;
	font-family: Times New Roman, sans-serif;
	font-style: italic;
	-moz-transform: rotate(35deg);
	-webkit-transform: rotate(35deg);
	-o-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	transform: rotate(35deg);
  }
  .slider .desc .name{
  	font-size: 20px;
  	padding: 15px 0;
  	margin: 0 0 20px 0;
  	font-weight:bold;
  	padding: 0 100px;
  }
    .slider .desc .text{
  	text-align: left;
  	font-weight:bold;
  	text-align: center;
  }
  .slider .desc .link{
  	display: inline-block;
  	padding: 0 10px;
  	line-height: 40px;
  	color: #fff;
  	text-decoration: none;
  	font-size: 20px;
  	background: rgb(236,169,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(236,169,255,1) 0%, rgba(231,149,255,1) 54%, rgba(223,113,255,1) 56%, rgba(217,92,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,169,255,1)), color-stop(54%,rgba(231,149,255,1)), color-stop(56%,rgba(223,113,255,1)), color-stop(100%,rgba(217,92,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(236,169,255,1) 0%,rgba(231,149,255,1) 54%,rgba(223,113,255,1) 56%,rgba(217,92,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(236,169,255,1) 0%,rgba(231,149,255,1) 54%,rgba(223,113,255,1) 56%,rgba(217,92,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(236,169,255,1) 0%,rgba(231,149,255,1) 54%,rgba(223,113,255,1) 56%,rgba(217,92,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(236,169,255,1) 0%,rgba(231,149,255,1) 54%,rgba(223,113,255,1) 56%,rgba(217,92,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eca9ff', endColorstr='#d95cff',GradientType=0 ); /* IE6-9 */
	margin: 10px 0 0 0;
	font-weight: bold;
  }
  .left{
  	width: 23%;
  	float: left;
  	margin: 20px 0 0 0;
  	padding: 0 0 0 2%;
  }

  .drop_vert_menu {
    list-style-type: none; 
    width: 100%;
    margin: 0; 
    padding: 0;
    border-bottom: 5px solid #d9d9d9;
    background: url(../img/left_menu.png);
 }
 
.drop_vert_menu  ul {
    list-style-type: none; 
    width: 180px;
    margin: 0; 
    padding: 0; 
}
.drop_vert_menu > li{
	height: 30px;
	line-height: 30px;
  position: relative; 
  padding:0 0 0 16px;
  border-bottom: 1px dotted #c3c3c2;
}
.drop_vert_menu > li.parent:after{
	height: 30px;
	width: 12px;
	content: '';
	position: absolute;
	display: block;
	top: 0;
	right: 10px;
	background: url(../img/arrow3.png) no-repeat 0px 6px;
}
.drop_vert_menu > li a:hover {
color: #db64ff;
}
.drop_vert_menu > li > a{
  font-size:16px;
  color: #616161;
  text-decoration:none;
  font-weight: 300;
  font-family: 'calibril',Arial, sans-serif;
}


  .drop_vert_menu li ul {
    position: absolute; 
    display: none; 
    top: 0px; 
    left: 100%; 
    z-index: 1;
    width: 200px;
    background: #5e5d5d;
    border-bottom: 5px solid #353535;
   }
   .drop_vert_menu li ul:after {
    position: absolute; 
    display: block;
    content: '';
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 5px solid #5e5d5d;
    top: 10px;
    left: -5px;
   }

 .drop_vert_menu li:hover ul {
   display: block; 
   }

.drop_vert_menu li ul li{
  text-align:left;
  padding: 0 10px;
  border-bottom: 1px dotted #c3c3c2;
  margin: 0 0 0 10px;
}

.drop_vert_menu li ul li a{
  font-size:14px;
  color:#fff;
  text-decoration:none;
  display: inline-block;
  font-weight: 300;
  font-family: 'calibril',Arial, sans-serif;
}
.drop_vert_menu li ul li a:hover{
	color: #fff;
	text-decoration: underline;
}

.right{
	width: 72%;
	float: right;
	margin: 20px 0 0 0;

}
.theme_name{
	line-height: 40px;
	font-size: 20px;
	border-bottom: 1px solid #bfbfbf;
	color: #6a6a6a;
	font-weight: 300;
	font-family: 'calibril',Arial, sans-serif;
}




/** Carousel **/
.jcarousel-wrapper {
    margin: 20px auto;
    position: relative;
    border: 1px solid #DFDFDF;
}

/** Carousel **/


.jcarousel,.jcarousel1 {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul ,.jcarousel1 ul{
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li,.jcarousel1 li {
    width: 200px;
    float: left;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jcarousel img,.jcarousel1 img {
    display: block;
    max-width: 100%;
    height: auto !important;
}
 
/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next,
.jcarousel-control-prev1,
.jcarousel-control-next1 {
    position: absolute;
    top: -40px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;
    opacity: 0.5;
    -webkit-transition:all 0.5s linear;
    -moz-transition:all 0.5s linear;
    -ms-transition:all 0.5s linear;
    -o-transition:all 0.5s linear;
    transition:all 0.5s linear;
}
.jcarousel-control-prev:hover,
.jcarousel-control-next:hover,
.jcarousel-control-prev1:hover,
.jcarousel-control-next1:hover {
  opacity: 1;
  -webkit-transition:all 0.5s linear;
  -moz-transition:all 0.5s linear;
  -ms-transition:all 0.5s linear;
  -o-transition:all 0.5s linear;
  transition:all 0.5s linear;
}
.jcarousel-control-prev,.jcarousel-control-prev1 {
    right: 50px;
}

.jcarousel-control-next,.jcarousel-control-next1 {
    right: 15px;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;
    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;
    margin-right: 7px;
    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}


/*конец карусель*/
.carusel_block{
	width: 235px;
	height: 400px;
		text-align: center;
}
.carusel_block .name{
	line-height: 30px;
	font-size: 20px;
	color: #757575;
	text-align:center;
	text-decoration: none;
	font-weight: 300;
	font-family: 'calibril',Arial, sans-serif;
}
.carusel_block .img{
	display: block;
	width: 100%;
	height: 370px;
	position: relative;
	overflow: hidden;
}
.carusel_block .img img{
	display: block;
	vertical-align: middle;
	width: 100%;
}
.carusel_block .price_buy{
	position: absolute;
	width: 235px;
	height: 40px;
	bottom: 0;

}
.carusel_block .price_buy .price{
	font-size: 20px;
	color: #6b6b6b;
	width: 50%;
	height: 100%;
	line-height: 40px;
	float: left;
	background: #f2f2f2;
	font-weight: 300;
	font-family: 'calibril',Arial, sans-serif;
}
.carusel_block .price_buy .buy{
	display: block;
	width: 50%;
	float: right;
	color:  #fff;
	font-size: 15px;
	line-height: 40px;
	text-decoration: none;
	background: rgb(236,169,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(236,169,255,1) 0%, rgba(231,149,255,1) 54%, rgba(223,113,255,1) 56%, rgba(217,92,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,169,255,1)), color-stop(54%,rgba(231,149,255,1)), color-stop(56%,rgba(223,113,255,1)), color-stop(100%,rgba(217,92,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(236,169,255,1) 0%,rgba(231,149,255,1) 54%,rgba(223,113,255,1) 56%,rgba(217,92,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(236,169,255,1) 0%,rgba(231,149,255,1) 54%,rgba(223,113,255,1) 56%,rgba(217,92,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(236,169,255,1) 0%,rgba(231,149,255,1) 54%,rgba(223,113,255,1) 56%,rgba(217,92,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(236,169,255,1) 0%,rgba(231,149,255,1) 54%,rgba(223,113,255,1) 56%,rgba(217,92,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eca9ff', endColorstr='#d95cff',GradientType=0 ); /* IE6-9 */

}
.carusel_block .price_buy .buy:hover{
	background: rgb(217,93,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(217,93,255,1) 0%, rgba(235,168,255,1) 50%, rgba(217,93,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(217,93,255,1)), color-stop(50%,rgba(235,168,255,1)), color-stop(100%,rgba(217,93,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(217,93,255,1) 0%,rgba(235,168,255,1) 50%,rgba(217,93,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(217,93,255,1) 0%,rgba(235,168,255,1) 50%,rgba(217,93,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(217,93,255,1) 0%,rgba(235,168,255,1) 50%,rgba(217,93,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(217,93,255,1) 0%,rgba(235,168,255,1) 50%,rgba(217,93,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d95dff', endColorstr='#d95dff',GradientType=0 ); /* IE6-9 */

}
.new{
	margin:0 0 20px 0;
}
.seo_text{
	clear: both;
	margin: 20px 20px 0 20px;
	font-size: 15px;
	line-height: 1.2;
	padding: 20px 0;
	font-weight: 300;
	font-family: 'calibril',Arial, sans-serif;
}
.seo_text .theme_name{
	font-size: 28px;
	color: #000;
}
.footer {
  width: 1000px;
  margin: 0 auto;
	background: #dfdfdf;
	height: 100px;
	position: relative;
}
.footer .politic{
	color: #fff;
	display: block;
	font-size: 12px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 10px;
	text-decoration: none;
	width: 160px;
	text-align: center;
}
.footer .politic:hover{
	text-decoration: underline;
	font-size: 13px;
}
.footer .logo{
	position: absolute;
	left: 0;
	top: 15px;
}
.footer .foot_menu{
	position: absolute;
	right: 0;
	width: 55%;
	top: 40px;
}
.footer .foot_menu ul li{
	float: left;
}
.footer .foot_menu ul li ul{
  display: none;
}
.footer .foot_menu ul li:after{
	content: '/';
	display: inline-block;
	margin: 0 5px;
	color: #8d8c8c;
}
.footer .foot_menu ul li:last-child:after{
	content: '';
	display: none;
}
.footer .foot_menu ul li a{
	text-decoration: none;
	color: #8d8c8c;
	font-size: 15px;
}
.product-list:after{
  display: block;
  content: '';
  clear: both;
}
.product-list li,.products-grid li {
	float: left;
	position: relative;
	margin: 10px 5px 0 0;
}
.content_common_block, .cl_basket_full_content{
	margin: 20px 20px 0 20px;
}
.product_page:after{
	display: block;
	clear: both;
	content: '';
}
.imagesblock{
	width: 45%;
	float: left;
}
.imagesblock .bidimg{
	width: 100%;
	display: block;
}
.imagesblock .bidimg img{
	max-width: 100%;
	min-width: 70%;
	display: block;
	margin: 0 auto;
	vertical-align: middle;
}

.prod-content{
	width: 50%;
	float: right;
}
.prod-content h1{
	font-size: 20px;
	color: 	#5a5a5a;
	line-height: 50px;
	border-bottom: 1px solid #bfbfbf;
}
.cl_text_filters{
	margin: 10px 0 0 0;
	width: 100%;
	font-size: 16px;
	color: #8f8e8e;
}
.cl_text_filters tr{
	line-height: 30px;
	border-bottom: 1px solid #cfcfcf;
}
.cl_text_filters tr td{
	border-right: 1px solid #cfcfcf;
	padding: 0 0 0 10px;
}
.cl_text_filters tr td:last-child{
	border-right:none;
	width: 70%;
}
.cl_text_filters tr:last-child{
	border-bottom:none;

}
.cl_text_filters tr td:first-child{
	width: 30%;
}
.prod-page-price{
	display: block;
	float: left;
	width: 45%;
	line-height: 35px;
	background: #f2f2f2;
	color: #6b6b6b;
	padding: 0 0 0 5%;
	font-size: 24px;
	    font-family: 'calibril';
	font-weight: 300;
	margin: 20px 0 0 0;
}
.prod-content .buy{
	margin: 4px 0 0 0;
	text-align: center;
	cursor: pointer;
	display: block;
	width: 50%;
	float: right;
	color:  #fff;
	font-size: 20px;
	line-height: 35px;
	text-decoration: none;
	background: rgb(236,169,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(236,169,255,1) 0%, rgba(231,149,255,1) 54%, rgba(223,113,255,1) 56%, rgba(217,92,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,169,255,1)), color-stop(54%,rgba(231,149,255,1)), color-stop(56%,rgba(223,113,255,1)), color-stop(100%,rgba(217,92,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(236,169,255,1) 0%,rgba(231,149,255,1) 54%,rgba(223,113,255,1) 56%,rgba(217,92,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(236,169,255,1) 0%,rgba(231,149,255,1) 54%,rgba(223,113,255,1) 56%,rgba(217,92,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(236,169,255,1) 0%,rgba(231,149,255,1) 54%,rgba(223,113,255,1) 56%,rgba(217,92,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(236,169,255,1) 0%,rgba(231,149,255,1) 54%,rgba(223,113,255,1) 56%,rgba(217,92,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eca9ff', endColorstr='#d95cff',GradientType=0 ); /* IE6-9 */
	font-weight: bold;
}

.prod-content .prod-desc-block{
	margin: 10px 0 0 0;
}
.prod-options-block:after{
	display: block;
	clear: both;
	content: '';
}
.yashare-auto-init{
display: inline-block;
}

.site h1{
	font-size: 23px;
	margin: 10px 0 0 0;
}

















































/*cabinet*/
.section .visible {
	display: block;	
}
.tabs {
	margin: 20px 0 0 0;
	height: 30px;
}
.tabs li {
	display: block;
	position: relative;
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	margin-right: -1px;
	border: 1px solid #d0d0d0;
	font-size: 17px;
	color: #adadad;
}

.tabs li:hover {
	cursor: pointer;
}

.tabs li.current:hover {
	cursor:  default;
}

.tabs li.current span {
	position: absolute;
	top: 30px;
	left:0;
	height: 11px;
	width: 100%;

}
.tabs li.current{
	color: 757575 !important;
	border: 1px solid #bfbfbf ;
	border-bottom:1px solid #DFDFDF ;
	position: relative;
	z-index: 2;
	font-size: 17px;
	color: #757575;
}
.tabs-box {
	clear:both;
	display: none;
	font-size: .9em;
	margin-bottom: 20px;
	border: 1px solid #bfbfbf !important;
	color: #5a5a5a !important;
	padding: 10px 20px;
	position: relative;
	top: -1px;
}

.tabs-box p{
	margin: 10px 0;
}
.container table{
	width: 65%;
}
.container table tr{
	height: 30px
}
.personalname{
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0;
}
.comment{
	font-size: 10px;
	color: #8A8A8A;
	margin: 0 0 30px 0
}
.cl_save_field{
	width: 60%;
}
.widhttd:{
	width: 200px;
	height: 50px;
}
.item >table{
	width: 100%;
}
.item{
	position:  relative;
	width: 98%;
	display: block;
	margin: 10px auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #fff;
	-webkit-box-shadow: inset 0px 0px 6px 0px rgba(255, 255, 255, 0.75);
	-moz-box-shadow:    inset 0px 0px 6px 0px rgba(255, 255, 255, 0.75);
	box-shadow:         inset 0px 0px 6px 0px rgba(255, 255, 255, 0.75);
}

.sprite i{margin-left:-18px;padding-right:18px;background:url(../img/sprite.png) no-repeat -65px 0}
.sprite i:before{content:''}
a.sprite i{cursor:pointer}
.td-position{
	margin: 0 0 0 20px ;
	width: 50%;
}
.td-position1{
	width: 25%;
	font-size: 15px;
	font-weight: bold;
	color: #A1A1A1;
	text-align: center;
}
.td-position2{
	text-align: center;
	line-height: 15px;
	width: 25%;
}
.hidden
{
	display:none;
}
#id_cancel{
	display: inline-block;
	width: 20px;
	position: absolute;
	right: 1%;
	top: 30px;
	cursor: pointer;
}
.orders .item-4 .right-side h3.order-title,
.orders .item-4 .left-side .linkname a, 
.orders .item-4 .left-side .code,
.orders .item-4 .left-side .count, 
.orders .item-4 .left-side .fullprice, 
.orders .item-4 .left-side .price_history {color:#aeaeae}

.xhr {
	margin-left: 20px;
	border-bottom: 1px dashed #000;
	text-decoration: none !important;
	color: #000;
}
.hidden table{
	margin: 10px -30px 10px 10px;
	display: block;
	width: 50%;
}
.img_position{
	margin: 15px 0 15px 3%;
	height: 100px;
	position: relative;
}
.img_position img{
	position: absolute;
	right: 0;
	left: 0;
	top:0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
.tovarkategory ,.figure{
	margin: 10px 0 10px 2%;
	color: #444444;
	width: 98%;
	font-size: 15px;
	border-bottom:1px solid #E4E8EA;
}
.tovarkategory tr ,.figure tr{
	height: 25px;
}
.right-side{
	width: 15%;
}
.linkname{
	display: inline-block;
	margin: 20px 2% 0 20%;
	font-size: 15px;
}
.price_history{
	display: block;
	margin: 0 2% 0 20%;
	font-size: 30px;
	color: #848484;
}
.price_history span{
	font-size: 20px;
}
.fullprice{
	font-size: 19px;
	color: #848484;
	display: inline-block;
	margin: 20px 0 0 0;
}
.count{
	font-size: 19px;
	color: #000;
	display: inline-block;
	margin: 20px 0 0 0;
}
.tovar_table{
	width:100%;
}
.summary-order-i{
	text-align: center;
	margin: 10px 0 10px 20px;
	border-top: 1px dashed #A1A1A1;
}
.summary-text{
	display: inline-block;
	color: #665;
}
.summary-value{
	display: inline-block;
}
.note{
	color: #2D6A82;
	font-weight: bold;
	font-size: 15px;
	margin: 5px 0;
}
.right-side-contaner{
	margin: 10px 0 0 5%;
}
.order-title{
	font-weight: bold;
	font-size: 15px;
	color: #848484;
}



.code{
	color:#3D3D3D;
}
.linkname a{
	color: #868A83;
}

.formCost {
	display: none;
}

li.clearfix {
	list-style: none;
}

.title_lic {
	display: block;
	color: #848484;
margin: 0 0 10px 0;
font-size: 14px;
}

div.list_check.clearfix > table {
	margin: 0 0 30px 0;
}

div.list_check.clearfix a {
	color: #656565;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
}
div.list_check.clearfix a.disabled {
	color: #bbbbbb;
}

div.list_check.clearfix a:hover {
	text-decoration: underline;
}

.f-span {
	color: #bbbbbb;
}



/*cabinet end*/
/*****************************************************BASKET****begin******************************************/


/* standart basket styles*/

.cl_basket_com_table td,
.cl_basket_com_table th {
	vertical-align: middle;
	text-align: center;
	padding: 10px;
}

.cl_basket_com_table th {
	font-weight: bold;
	font-size: 1.1em;
}

.cl_basket_com_img {
	max-height: 100px;
}
.basket_com_count {
	width: 30px;
	text-align: center;
}

.cl_basket_com_table tr td:nth-child(2) {
	text-align: left;
	color: #555;
}

.cl_basket_com_table tr td:nth-child(3),
.cl_basket_com_table tr td:nth-child(5) {
	white-space: nowrap;
	font-size: 1.1em;
	
}

.basket_com_delete {
	cursor: pointer;
}

.cl_basket_com_table2 td,
.cl_basket_com_table3 td,
.cl_basket_com_table2 th,
.cl_basket_com_table3 th{
	padding: 2px 10px;
}

.cl_basket_com_table2 b {
	font-weight: bold;
}

.cl_basket_com_table3 textarea {
	height: 75px;
	width: 200px;
}

/* end standart styles*/




.cl_basket_full_content {
	background: #fff;
	font-size: .9em;
}

.cl_basket_com_table3 {
	font-size: .9em;
}

.cl_basket_com_table3 textarea,
.cl_basket_com_table3 input  {
	width:140px;
}



.main-basket-table {
	width: 100%;
	margin-bottom: 10px;
}

.basket_com_delete {
	width:19px;
}

.b-f {
	font-weight: bold;
	color: #4285af;
	border: 1px solid #4285af;
	border-radius: 3px;
	background: #fff;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	margin: 10px;
}
a.b-f.reverse {
	color: #999;
	border: 1px solid #999;
}


/*****************************************************BASKET****end******************************************/

/*--------------KORZINA---------------------*/
.basket_form{
	width: 50%;
	float: left;
}

.basket_form span{
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 40px;
	border-bottom: 1px solid #000;
	display: block;
}
.basket_form .cl_necessary, .basket_form .city_novaposhta,.cl_basket_field{
	height: 30px;
	width: 46%;
	padding: 0 0 0 1%;
	margin: 10px 1% 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #c2c2c2;
	background: rgb(246,246,246); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.basket_form .delivery-type{
	width: 48%;
	margin: 10px 1% 0 0;
	float: left;
	text-align: left;
	font-weight: bold;

}
.basket_form .delivery-type select{
	width: 100%;
	margin: 5px 0 0 0;
	height: 30px;
	line-height: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #c2c2c2;
	background: rgb(246,246,246); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.basket_form .textarea{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #c2c2c2;
	background: rgb(246,246,246); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	width: 95%;
	min-height: 120px;
	margin: 10px 0 0 0; 
}
.ready{
	background: #DF72FF; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 47%;
	margin: 10px 0 0 0;
	text-decoration: none;
	clear: both;
}

.cl-cl:after {
	content:'';
	display: block;
	clear: both;
}
.basket_items{
	width: 50%;
	float: right;
}
.basket_items span{
	font-weight: bold;
}
.basket_items .sum{
	font-size: 20px;
	font-weight: bold;
	color: #139ecd;
}
.basket_items i{
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 40px;
	border-bottom: 1px solid #000;
	display: block;
}
.basket-page .p-buy{
	border-top: 1px solid #fbb208;
	border-left: 1px solid #fbb208;
	border-right: 1px solid #ec6e00;
	border-bottom: 1px solid #ec6e00;
background: rgb(251,177,8); /* Old browsers */
background: -moz-linear-gradient(top, rgba(251,177,8,1) 0%, rgba(248,159,4,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,177,8,1)), color-stop(100%,rgba(248,159,4,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(251,177,8,1) 0%,rgba(248,159,4,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(251,177,8,1) 0%,rgba(248,159,4,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(251,177,8,1) 0%,rgba(248,159,4,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(251,177,8,1) 0%,rgba(248,159,4,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbb108', endColorstr='#f89f04',GradientType=0 ); /* IE6-9 */
display: inline-block;
text-decoration: none;
color: #fff;
height: 30px;
line-height: 30px;
padding: 0 20px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin: 10px 0
}
/*--------------KORZINA-END-----------------*/



/*--------basket-panel----------------*/




#login-form #send2 {
	border:none;	
	display: inline-block;
	color: #fff;
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
	background: #333;
	cursor: pointer;
	margin: 5px 0 10px;
}

.zvzv2 {
	position: relative;
	top:5px;
}	

body #login-form .zvzv1 {
	display: block;
	text-align: center;
	float: none;
	clear: both;
	border: none;	
	margin-top: 10px;
}

.cl_login_form
{
	text-align: left;
	display:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background:#fff;
	padding:10px 14px 10px 10px;
	position:absolute;
	left: 1px;
	top: 20px;
	width:200px;
	float:right;
	margin-bottom:-100%;
	z-index:10000;
	
	-webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.75);
}
.cl_login_form a,.cl_login_form a img{
	margin: 0;
	padding: 0 !important;

}

.log-border {
	position: absolute;
	top: -18px;
	right: 44px;
	background: url(../img/log-border.png) 0 0 no-repeat;
	width: 18px;
	height: 8px;
}



#login-form input[type=text], 
#login-form input[type=password] {
	width: 88%;
	outline: 0;
	border: 2px solid #dbdbdb;
	height: 27px;
	margin: 6px 0;
	padding-left: 12%;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

body #login-form input:focus {
	border: 2px solid #00a9ae;
}

body #login-form input:-webkit-autofill{
    background-color: #fff !important;
	-webkit-box-shadow: inset 0 0 0 50px #fff !important; 
	background: url(../img/icon-user.png) 3px center no-repeat !important;
}


.header #login-form #send2 {
	display: inline-block;
	height: 30px;
	color: #fff;
	border: none;
	outline: none;
	line-height: 30px;
	text-alingn: center;
	padding: 0 20px;
	cursor: pointer;
	background: #3598db;

}

#login-form #send2:hover {
	background: #00a9ae;
}

#login-form .f-left {
	margin-left: 10px;
	height: 20px;
	border-bottom: 1px dashed #cccccc;
}

#login-form .f-left:hover {
	text-decoration: none;
	border-color: #333;
}

.rel-wrapper {
	position: relative;
}

.rel-wrapper .icon-user, 
.rel-wrapper .icon-key {
	position:absolute;
	left: 4%;
	top: 50%;
	margin-top: -9px;
	width: 16px;
	height: 18px;
}

.icon-user {
	background: url(../img/icon-user.png) center center no-repeat;
}

.icon-key {
	background: url(../img/icon-key.png) center center no-repeat;
}







#login-form {
	position:relative;
}
.cl_login_form input
{
	margin:4px;
}
.f-left
{
	float:left;
	font-size:12px;color:#000;
}


/*ACCOUNT******************************/


.account {
	position: absolute;
	right: 1px;
	top: 75px;
	color: #fff;	
}

.account a {
	color: #fff;
}


/*Regisrtation*/
.reg input, .reg select, #form_user_cod{
	padding: 0 0 0 5px;
	margin-bottom: 10px;
	height: 30px;
	width: 200px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #c2c2c2;
	background: rgb(246,246,246); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
 .reg select{
 	width: 205px;
 }
 .reg button{
 	padding: 0 0 0 5px;
	margin-bottom: 10px;
	height: 30px;
	width: 200px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #c2c2c2;
	background: rgb(246,246,246); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
 }
 
 
 
 



