#form-wrap .form .row input[type="password"] {
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 0 6px;
    height: 30px;
    width: 301px;
    border: 1px solid #CAD8DD;
    color: #50585A;
    font-size: 17px;
    outline: 0;
}
#form-wrap .form .row input.small[type="password"] {
    width: 149px;
}


.b-top {
    bottom: 90px;
    left: 0;
    margin-left: 50%;
    opacity: 0.5;
    position: fixed;
    width: 36%;
    z-index: 2600;
}
.b-top:hover {
    cursor: pointer;
    opacity: 1;
}
.b-top-but {
  /*  background: #0066cc url("/img/top.png") no-repeat scroll 50% 11px;*/
	background: #e2120c url("/img/top.png") no-repeat scroll 50% 11px;
	
	border-radius: 7px;
    bottom: 0;
    color: white;
    display: block;
    left: 56px;
    margin: 0 0 0 100%;
    padding: 32px 9px 4px;
    position: absolute;
    z-index: 2600;
}

._rightCols{
	float:right;
}
._rightCols select {color:#ccc;}

#SkypeButton_Call_grandpavik_1{float:left; }

.ymap-class{margin-left:20px;}

.filter-item input[type=checkbox]{
	margin-right:7px;
}

.submit {
	background-color: #ff4746;
    color: #ffffff;
    cursor: pointer;
    font-size: 17px;
    height: 30px;
    margin-top: 27px;
    outline: 0 none;
    transition: background-color 0.6s ease 0s;
    width: 147px;
}

.call-form{
	background-color: #89979c;
}
#event-checkin div{
	margin:0 0 0 15px;
	padding:0;
}
#event-checkin input, #user-history input{
    margin-bottom: 16px;
    padding: 0 6px;
    height: 30px;
    width: 174px;
    border: 1px solid #CAD8DD;
    color: #50585A;
    font-size: 17px;
    outline: 0;
}
#event-checkin input[type=submit], #user-history input[type=submit]{
	background-color: #ff4746;
	cursor: pointer;
	color: #fff;
	width: 190px;
}

#event-checkin input[type="submit"]:hover, #user-history input[type=submit]:hover {
    background-color: #E2120C;
}


#event-checkin label{
	color: #fff;
    font-size: 15px;
    /*line-height: 83px;*/
}

.search_form{
    width: 400px;
    background-color: #F5F477;
   
}
.search_form input[type="search"] {
    border: 1px solid #b2ae4b;
    color: #50585a;
    font-size: 17px;
    height: 30px;
    margin-left: 18px;
    outline: 0 none;
    padding: 0 6px;
    width: 156px;
}

.srch{
	 font-size: 17px;
}
.in_search{
	margin-top:0 !Important;
}

#content-wrap .content #news .item img {
   margin: 20px 20px 0 0;
	width:190px;
	border-radius: 10px;
 }
 #content-wrap .content #news .item .info .title {
    padding-top: 0px;
}


/* news pagination*/

#content-wrap .content #news .paginator {
    margin-top: 25px;
    text-align: center;
}

#content-wrap .content #news .paginator ul li {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    list-style: none;
    color: #537d8b;
    vertical-align: middle;
}

#content-wrap .content #news .paginator ul li.first,
#content-wrap .content #news .paginator ul li.last {
    width: auto;
    height: auto;
    line-height: normal;
}

#content-wrap .content #news .paginator ul li.first {
    margin-right: 10px;
}

#content-wrap .content #news .paginator ul li.last {
    margin-left: 10px;
}

#content-wrap .content #news .paginator ul li.current {
    background-color: #89979C;
    -webkit-border-radius: 5px;
     -khtml-border-radius: 5px;
       -moz-border-radius: 5px;
        -ms-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;
}

#content-wrap .content #news .paginator ul li a {
    color: #537d8b;
    font-size: 24px;
}

#content-wrap .content #news .paginator ul li a:hover {
    text-decoration: underline;
}

#content-wrap .content #news .paginator ul li.first a,
#content-wrap .content #news .paginator ul li.last a {
    font-size: 16px;
}

#content-wrap .content #news .paginator ul li.current a {
    color: #ffffff;
    cursor: default;
}

#content-wrap .content #news .paginator ul li.first a:hover,
#content-wrap .content #news .paginator ul li.last a:hover {
    text-decoration: underline;
}

#content-wrap .content #news .paginator ul li.current a:hover {
    text-decoration: none;
}

#form-wrap .form .row select {
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 0 6px;
    height: 30px;
    width: 301px;
    border: 1px solid #CAD8DD;
    color: #50585A;
    font-size: 17px;
    outline: 0;
}

.report {
	text-align: center;
}

.user, .user table {
	margin:0 !important;
	padding:0 !important;
}
.user table th {
	background-color:#f1f6f8;
	padding: 5px 10px 5px 5px; 
}

.user table td {
	padding:3px; 
}
.user table tr.gray {
	background-color:#f1f6f8;
}
.user table td.cntr{
	text-align:center;
}
.user table tr.hidden{
	display:none;
}

.user table tr.tr_orders {
	cursor:pointer;
}

.user table tr.tr_orders:hover, .user table tr.tr_works:hover {
	color: #ffffff;
    background-color: #FF4746 !important;
}

.user table tr.ord-items td{
	border:1px solid #FF4746;
}

.user table tr td{vertical-align:top;}

.su-photos{
margin:50px 0 10px 0;
}

.user table tr td.td-photos img{
	width:95px; 
}


.user table tr.tr_works td span, .su-photos span {
	min-height:95px;
	margin-right:9px;
}

.user table tr.tr_works td button, .su-photos button {
	background-color: #ff4746;
    color: #ffffff;
    cursor: pointer;
    font-size: 17px;
    height: 30px;
	width:70px;
    outline: 0 none;
    transition: background-color 0.6s ease 0s;
 }

.user table tr.tr_works td span button, .su-photos button{
	width:30px !Important;
}
.user table .u-del{
margin-top:2px;
}

.user table td.no-gray, .user table th.no-gray{
	background-color:#fff;
}


#form-wrap .w600{
	width:600px;
}

#form-wrap .w600 .filefield{
	width:316px;
}
#form-wrap .w600 .filefield .filepath {
	width:170px;
}

#form-wrap .error, .error {
	color:#e2120c !important;
}


#form-wrap .comments input[type="checkbox"] {
    position: absolute;
    visibility: hidden;
    cursor: pointer;
}

#form-wrap .comments input[type="checkbox"] + label {
    display: inline-block;
    margin: 24px 0 0 18px;
    padding: 4px 0 0 36px;
    font-size: 15px;
    color: #89979c;
    position: relative;
    text-align: left;
    cursor: pointer;
    -webkit-transition: background-color 0.6s ease;
     -khtml-transition: background-color 0.6s ease;
       -moz-transition: background-color 0.6s ease;
        -ms-transition: background-color 0.6s ease;
         -o-transition: background-color 0.6s ease;
            transition: background-color 0.6s ease;
}

#form-wrap  .comments  input[type="checkbox"] + label:before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 26px;
    height: 27px;
    background: url('../img/checkbox-large.png') no-repeat;
}

#form-wrap .comments input[type="checkbox"]:checked + label {
    background-color: #F1F6F8;
}

#form-wrap .comments input[type="checkbox"]:checked + label:before {
    background-position: 0 -27px;
}

#form-wrap .w600 .row textarea{
	width:301px;
} 

#img-container {
	background-color:#f1f6f8;
	min-height:200px;
	padding:5px;
	min-width:400px;
}

.row button{
	width:27px;
	height:27px;
	cursor: pointer;
}

#img-list li {}
#img-list li img {margin-right:10px;}

#img-list li .delpreview{
	width:15px;
	height:15px;
	background-color:#e2120c;
	padding:0 7px 0 7px;
	color:#fff;
	cursor:pointer;
}
#img-list li div {width:280px;}


#form-wrap .form .row input.add-good{
	background-color: #cad8dd;
    color: #537d8b;
	width:125px;
	height:33px;
	margin:0;
	padding:5px 0;
}
#form-wrap .form .row .div-add-good{
	width:400px;
	margin:0;
	text-align:left;
}

#form-wrap .w600 .row input.search-good{
	width:171px!Important;
}

#form-wrap .w600 .row .search-good-area{
	margin:2px 0 0 83px;
	 height: 100px;
	 min-width:315px;
	 width:auto;
	display:none;
}

#form-wrap .w600 .row button.search-good-btn{
background-color: #cad8dd;
    color: #537d8b;
    font-size: 15px;
    height: 32px;
    padding: 6px 0;
    text-align: center;
    transition: background-color 0.6s ease 0s;
    vertical-align: top;
    width: 125px;
	
}
#goods-string{
	padding-left:80px;
}

#catalog-wrap .user-works{
	width:940px;
}
#catalog-wrap .user-works .products .product, #catalog-wrap .user-works2 .products .product{
	height:290px;
}

.works-rubr {
	margin-top:12px;
	padding-top:6px;
	text-align:center;
	font-size: 18px;
    height: 32px;
	background-color:#f1f6f8;
}

.date {color:#ccc;}

.nav-rubr a{
	margin-right:20px;
	padding:2px 5px 2px 0;
	text-decoration:underline;
}
.nav-rubr a:hover{
	background-color:#f1f6f8;
	text-decoration:none;
}

.counters_wraper {
	width: 100%; 
	background-color:#89979C;
}
.counters{
	width:990px;
}

.money-icons{
	color:#dbdbdb;
	height: 40px;
	padding-left:160px;
}

footer{
	//padding-bottom: 0;
}

.form .uw-hidden{
	display:none !Important;
}

.td-add-btn{
	text-align:center;
	background-color: #FF4746;
}
.fb-like{
	margin-left:20px;
}

#content-wrap .content ul.gallery-descr{
	margin:0;
	padding:0 0 0 20px;
	list-style-type:none ;
}
#content-wrap .content ul.gallery-descr li {
	margin:0 0 0 0px;
}

#content-wrap .descr{
	margin:20px 0 0 0;
	color:#89979c;
}
#content-wrap .descr .label{
	font-weight: bold;
}


.content-index{width: 940px;}
.content-index h1{
	color: #89979c;
    font-size: 36px;
    font-weight: normal;
    margin: 13px 0;
}
.main-index h1{
	text-align:center;
}

.descr-in-list{
	 display: none;
	 height:1px;
}

.brand_descr{
	width:940px;
	margin:10px 0 10px 0;
}

.underbut {
	margin-top:0 !Important;
	font-size: 90% !Important;
}
