@font-face {
    font-family: 'MonotypeCorsive';
    src: url('fonts/MTCORSVA.eot');
    src: local('MonotypeCorsive'), url('fonts/MTCORSVA.woff') format('woff'), url('fonts/MTCORSVA.ttf') format('truetype');
}
* {
    max-height: 5000em;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    background: #14151d url("images/body.png") left top repeat-y;
    font-size: 14px;
	    border-top: 3px solid #debf6a;
}

a.black {
    color: #000;
}
a.black:hover {
    text-decoration: none;
}
.wrapper {
    width: 95%;
    min-width: 980px;
    max-width: 1960px;
    margin: 0 auto;
}
.errortext {
    color: red !important;
}
.clr {
    clear: both;
}

.top ul {
    float: right;
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.top ul li {
    float: left;
    list-style: none;
    height: 30px;
    margin: 0;
    text-indent: 0;
    line-height: 30px;
    padding: 0 24px;
    background: url("images/top_separator.png") right no-repeat;
}
.top ul li:last-child {
    background: none;
    padding-right: 0;
}
.top ul li:before {
    display: none;
}
.top ul li a {
    color: #ecc677;
    text-decoration: none;
    border-bottom: 1px dashed #ecc677;
}
.top ul li a:hover, .top ul li.active a {
    color: #cdcdcd;
    border: none;
}

.header {
    margin: 21px 0 0;
}
.header .head-right {
    float: right;
}
.header .logo {
    display: block;
    background: url("images/logo.png") no-repeat;
    width: 214px;
    height: 61px;
    float: left;
    text-indent: -9999px;
}
.header .phone {
    float: left;
    margin: 13px 0 0 27px;
    font-size: 22px;
    color: #f0f0f0;
}

.header .phone span {
    display: block;
    font-size: 14px;
    margin: 2px 0 0;
    text-align: right;
}

.header .phone a {
    text-align: right;
    font-size: 14px;
    display: block;
    margin: 2px 0 0;
    color: #686868;
}
.header .search {
    float: left;
    position: relative;
    margin: 15px 0 0 50px;
}
.header .search input[type="text"] {
    font-size: 14px;
    color: #ffffff;
    font-family: inherit;
    height: 34px;
    width: 258px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #3b3d44;
    border: 0;
    padding: 0 40px 0 15px;
    border-radius: 10px;
    margin: 0;
    outline: none;
}
.header .search input[type="image"] {
    position: absolute;
    right: 14px;
    padding: 0;
    top: 6px;
    margin: 0;
}
.header .cart {
    margin: 11px 0 0 52px;
    float: left;
    text-align: right;
    color: #f0f0f0;
    text-decoration: none;
}
.header .cart span.title {
    background: url("images/icon_cart.png") left center no-repeat;
    display: inline-block;
    height: 17px;
    line-height: 17px;
    padding: 0 0 0 30px;
}
.header .cart span.info {
    display: block;
}

.top_menu {
    margin: 15px 0 25px;
    background: #ead4a6;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZDRhNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhNTdlMmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ead4a6 0%, #a57e2d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ead4a6), color-stop(100%,#a57e2d));
    background: -webkit-linear-gradient(top,  #ead4a6 0%,#a57e2d 100%);
    background: -o-linear-gradient(top,  #ead4a6 0%,#a57e2d 100%);
    background: -ms-linear-gradient(top,  #ead4a6 0%,#a57e2d 100%);
    background: linear-gradient(to bottom,  #ead4a6 0%,#a57e2d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ead4a6', endColorstr='#a57e2d',GradientType=0 );
    border-radius: 15px;
}
.top_menu ul {
    margin: 0;
    padding: 0;
    text-align: center;
    display: table;
    width: 100%;
}
.top_menu ul li {
    margin: 0;
    text-indent: 0;
    display: table-cell;
}
.top_menu li:before {
    display: none;
}
.top_menu ul li a {
    display: block;
    height: 37px;
    line-height: 37px;
    color: #000000;
    font-size: 16px;
    text-decoration: none;
    background: url("images/top_menu_separator.png") right center no-repeat;
}
.top_menu ul li:first-child a {
    border-radius: 15px 0 0 15px;
}
.top_menu ul li:last-child a {
    border-radius: 0 15px 15px 0;
    background: none;
}
.top_menu ul li a:hover, .top_menu ul li.active a, .top_menu ul li a:active {
    background: #dac08b;
    box-shadow: inset 0 0 3px rgba(0,0,0,0.6);
}
@media(min-width: 981px) {
    .top_menu {
        text-align: center;
    }
    .top_menu ul {
        display: block;
    }
    .top_menu ul li {
        display: inline-block;
        margin-right: -4px;
        float: none;
    }
    .top_menu ul li a {
        padding: 0 30px;
    }
    .top_menu ul li:first-child a, .top_menu ul li:last-child a {
        border-radius: 0;
    }
}

.content .breadcrumbs {
    font-size: 12px;
    color: #cdcdcd;
}
.content .breadcrumbs a {
    color: #cdcdcd;
}
.content .breadcrumbs a:hover {
    text-decoration: none;
}
.content h1 {
    color: #a57e2d;
    margin: 20px 0 15px;
    font-size: 30px;
    font-weight: normal;
    font-family: "MonotypeCorsive", Arial,Helvetica,sans-serif;

}
.content .sorted {
    height: 37px;
    line-height: 37px;
    color: #cdcdcd;
    font-family: 16px;
    background: #41444c;
    border-radius: 10px;
    padding: 0 15px;
    margin: 0 0 28px;
}
.content .sorted select {
    margin: 0 0 0 10px;
    color: #cdcdcd;
    width: 200px;
}
.content .sorted .per_page {
    float: right;
}
.content .sorted .per_page .favorites {
    margin: 0 50px 0 0;
    display: none;
}
.content .sorted .per_page .sep {
    margin: 0 6px;
}
.content .sorted .per_page a {
    color: #cdcdcd;
}
.content .sorted .per_page a:hover {
    text-decoration: none;
}
.content .sorted .per_page label {
    margin-right: 10px;
}

.product_item {
    width: 217px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 7px 10px 13px;
    float: left;
    height: 343px;
    background: #2b2c3b;
    border-radius: 10px;
    margin: 0 11px 36px 11px;
    overflow: hidden;
}
@media(max-width: 1100px) {
    .products .product_item:nth-child(4n+4) {
        margin-right: 0;
    }
}
.product_item.selected {
    background: #656565; /*#333554;*/
}
.product_item .select {
    color: #cdcdcd;
    font-size: 12px;
    text-align: right;
    line-height: 18px;
}
.product_item .select input[type="checkbox"] {
    margin: 0 0 0 7px;
}
.product_item a.photo {
    display: block;
    margin: 7px 0 0;
    text-align: center;
}
.product_item a.photo img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
.product_item a.title {
    color: #ffffff;
    text-decoration: none;
    line-height: 18px;
    margin: 10px 0 0;
    display: block;
    text-align:center;
}
.product_item a.title:hover {
    text-decoration: underline;
}
.product_item .article {
    display: block;
    font-style: italic;
    font-size: 12px;
    color: #ffffff;
    margin: 3px 0 4px;
}
.product_item .price {
    color: #bbbbbb;
    font-size: 12px;
    line-height: 20px;
    float: left;
}
.product_item .price .main_price span {
    font-size: 18px;
}
.product_item .btn {
    float: right;
    background: url("images/btn_tocart.png") no-repeat;
    text-indent: -9999px;
    width: 37px;
    height: 23px;
    margin: 8px 12px 0 0;
}
.product_item .btn.btn_order {
    font-size: 14px;
    background: no-repeat;
    color: #eac273;
    text-decoration: none;
    width: 68px;
    margin: 7px 0 0;
    height: 10px;
    text-indent: 0;
    line-height: 10px;
    display: block;
    text-align: center;
    border: 1px solid #eac273;
}

.pagination {
    margin: 5px 0 50px;
    text-align: center;
}
.pagination a, .pagination span {
    width: 28px;
    height: 29px;
    background: url("images/pagination.png") no-repeat;
    display: inline-block;
    line-height: 29px;
    text-align: center;
    text-decoration: none;
}
.pagination span {
    color: #ffffff;
    background-position: -28px 0;
}
.pagination a {
    color: #444444;
    background-position: -84px 0;
}
.pagination .arrow {
    text-indent: -9999px;
}
.pagination .arrow.prev {
    background-position: 0 0;
}
.pagination .arrow.next {
    background-position: -56px 0;
}
.content p {
    color: #686868;
    font-size: 12px;
    line-height: 17px;
}

.content.page_product {
    background: #f5f5f5;
    padding: 10px 34px 50px;
    border-radius: 15px;
}
.content.page_product .breadcrumbs {
    margin: 0 0 25px;
    color: #000000;
}
.content.page_product .breadcrumbs a {
    color: #000000;
}
.content.page_product .product_gallery {
    float: left;
    margin: 0 50px 0 0;
    width: 518px;
}
.content.page_product .product_gallery img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}
.content.page_product .product_gallery .carousel-navigation ul {
    margin: 15px 0 0;
    padding: 0;
}
.content.page_product .product_gallery .carousel-navigation ul li {
    text-indent: 0;
    margin: 0 6px 6px 0;
    float: left;
    background: #fff;
    height: 67px;
    line-height: 67px;
    padding: 0 6px;
    text-align: center;
}
.content.page_product .product_gallery .carousel-navigation ul li:before {
    display: none;
}
.content.page_product .product_info {
    width: 344px;
    float: left;
}
.content.page_product .product_info h1 {
    color: #545454;
    font-size: 30px;
    font-weight: normal;
    margin: 5px 0 10px;
    line-height: 40px;
    text-align:center;
}


.content.page_product .actions {
    margin: 15px 0 0;
    border: 2px solid #e3ad3e;
    border-radius: 6px;
    padding: 15px 15px 20px 20px;
}
.content.page_product .actions .price {
    color: #969696;
    float: left;
    padding: 7px 0 0;
}
.content.page_product .actions .price .main_price {
    color: #3f3f3f;
    margin: 0 0 2px;
}
.content.page_product .actions .price .main_price span {
    font-size: 23px;
}
.buttons {
    width: 148px;
    float: right;
    text-align: center;
}
.buttons a {
    text-decoration: none;
    color: #050505;
}
.buttons a:hover {
    text-decoration: underline;
}
.buttons .btn_tocart {
    background: url("images/btn_tocart2.png") center center no-repeat;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    display: block;
    margin: 0 0 5px;
    padding: 0;
}
.content.page_product .product_gallery .info {
    color: #494949;
    font-size: 10px;
    line-height: 13px;
    font-style: italic;
    margin-top: 20px;
}
.content.page_product .product_gallery .info span {
    float: left;
    margin: 0 10px 0 0;
    font-family: MonotypeCorsive, sans-serif;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
}
.content.page_product .product_gallery .descr {
    color: #000000;
    margin: 20px 0 0;
}


.user_panel {
    z-index: 100;
    padding: 0 20px;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 36px;
    line-height: 38px;
    background: url("images/user_panel.png") repeat-x;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.user_panel a {
    color: #000000;
    text-decoration: none;
}
.user_panel a:hover {
    text-decoration: underline;
}
.user_panel a.cart {
    display: block;
    float: left;
    height: 100%;
    padding: 0 0 0 30px;
    background: url("images/icon_cart_black.png") left center no-repeat;
}
.user_panel .links {
    float: right;
    margin-right: 50px;
}
.user_panel .links a {
    margin-left: 30px;
}

.footer {
    padding: 22px 0 65px;
    color: #c0c0c0;
    margin: 40px 0 0;
    border-top: 1px solid #242634;
}
.footer .copy {
    width: 220px;
    margin: 0 90px 0 0;
    float: left;
}
.footer ul {
    margin: 0 50px 0 0;
    padding: 0;
    float: left;
}
.footer ul li:before {
    display: none;
}
.footer ul li {
    text-indent: 0;
    margin: 0;
    padding: 0;
}
.footer ul li a {
    color: #cac8c8;
    text-decoration: none;
}
.footer ul li a:hover {
    text-decoration: underline;
}
.footer .contacts {
    float: right;
    text-align: right;
}
.footer .contacts .phone {
    display: inline-block;
    font-size: 26px;
    padding: 0 0 0 40px;
    height: 25px;
    line-height: 25px;
    background: url("images/icon_phone.png") left center no-repeat;
}
.footer .contacts .time {
    display: block;
    margin: 4px 0 0;
}
.footer .contacts .creators {
    margin: 12px 0 0;
}
.footer .contacts .creators img {
    vertical-align: middle;
    margin: 0 0 0 5px;
    position: relative;
    top: -2px;
}

.simple-little-table {
    font-family:Arial, Helvetica, sans-serif;
    color:#666;
    font-size:12px;
    text-shadow: 1px 1px 0px #fff;
    background:#eaebec;
    margin: 0 0 20px 8px;
    border:#ccc 1px solid;
    border-collapse:separate;
    width: 340px;
	margin: 20px 0 0;
 
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
 
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
}
 
.simple-little-table th {
    font-weight:bold;
    padding: 12px 0 12px 0;
    border-top:1px solid #fafafa;
    border-bottom:1px solid #e0e0e0;
    font-size: 14px;
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.simple-little-table th:first-child{
    text-align: center;
    padding-left:0px;
}
.simple-little-table tr:first-child th:first-child{
    -moz-border-radius-topleft:3px;
    -webkit-border-top-left-radius:3px;
    border-top-left-radius:3px;
}
.simple-little-table tr:first-child th:last-child{
    -moz-border-radius-topright:3px;
    -webkit-border-top-right-radius:3px;
    border-top-right-radius:3px;
	border-right: none!important;
}
.simple-little-table tr{
    text-align: left;
    padding-left:15px;
}
.simple-little-table tr td:first-child{
    text-align: left;
    padding-left:20px;
    border-left: 0;
    font-weight: bold;
}
.simple-little-table tr td {
    padding:13px;
    border-top: 1px solid #ffffff;
    border-bottom:1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-right: none!important;
    line-height:15px;
    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.simple-little-table tr:nth-child(even) td{
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.simple-little-table tr:last-child td{
    border-bottom:0;
}
.simple-little-table tr:last-child td:first-child{
    -moz-border-radius-bottomleft:3px;
    -webkit-border-bottom-left-radius:3px;
    border-bottom-left-radius:3px;
}
.simple-little-table tr:last-child td:last-child{
    -moz-border-radius-bottomright:3px;
    -webkit-border-bottom-right-radius:3px;
    border-bottom-right-radius:3px;
}
.simple-little-table tr:hover td{
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);    
}
 
.simple-little-table a:link {
    color: #666;
    font-weight: bold;
    text-decoration:none;
}
.simple-little-table a:visited {
    color: #999999;
    font-weight:bold;
    text-decoration:none;
}
.simple-little-table a:active,
.simple-little-table a:hover {
    color: #bd5a35;
    text-decoration:underline;
}

.yes, .no {
    color: #00c000;
    font: 13px/15px Arial,Helvetica,sans-serif;
    margin: 0 0 4px;
    white-space: nowrap;
}	
.no {
    color: #fff00;
}	
.text-page h1 {
    color: #545454;
    font-size: 30px;
    font-weight: normal;
    margin: 5px 0 10px;
}
.pt1 {
    width: 518px;
    vertical-align: top;
}
.pt2 {
    padding-left: 50px;
    vertical-align: top;
}
.equipment{
	border:1px solid #d1d1d1;
	/*width:99%;*/
	margin:20px 0
}
.equipment thead td{
	font-weight:bold;
	font-size:16px;
	color:#3d4345;
	text-shadow:0 1px 1px rgba(255,255,255,0.4);
	border-top:1px solid #d1d1d1;
	border-bottom:1px solid #d1d1d1;
	padding:10px;

	background:#f7f7f7;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNmM2YzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-moz-linear-gradient(top,#f7f7f7 0%,#c6c6c6 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f7f7f7),color-stop(100%,#c6c6c6));
	background:-webkit-linear-gradient(top,#f7f7f7 0%,#c6c6c6 100%);
	background:-o-linear-gradient(top,#f7f7f7 0%,#c6c6c6 100%);
	background:-ms-linear-gradient(top,#f7f7f7 0%,#c6c6c6 100%);
	background:linear-gradient(to bottom,#f7f7f7 0%,#c6c6c6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7',endColorstr='#c6c6c6',GradientType=0)
}
.equipment thead td a{font-size:14px}
.equipment tbody td{
	background:#fff;
	padding:10px;
	font-size:14px;
	color:#5f6a71;
	border-top:1px solid #d1d1d1;
	border-bottom:1px solid #d1d1d1;
	font-weight:normal
}
.equipment.orders tbody td{
	vertical-align:top;
	border-top:none;
	border-bottom:none;
	color:#3d4345
}
.equipment.orders tbody tr td:first-child{min-width:470px}
.equipment tbody tr td:last-child{text-align:right}
.equipment.orders.n tbody tr .order_status{
	background:#ffd34e;
	text-shadow:0 1px 1px rgba(255,255,255,.7);
	color:#000 !important
}
.equipment.orders.p tbody tr .order_status{
	background:#ade421;
	text-shadow:0 1px 1px rgba(255,255,255,.7);
	color:#000 !important
}
.equipment.orders.f tbody tr .order_status,
.equipment.orders.canceled tbody tr .order_status{
	background:#d3d3d3;
	text-shadow:0 1px 1px rgba(255,255,255,.7);
	color:#000 !important
}
.order_status{width:215px}
.equipment.ordersmore td{
	text-align:left !important;
	border:none;

}
.equipment.ordersmore td:first-child{
	color:#3f3f3f;
	width:180px;
}
.equipment.ordersmore h4{
	background:#fafafa;
	padding:10px 25px;
	font-size:16px;
	margin:0;
}
.myorders_itog{width:100%; color: #686868;}
.myorders_itog td{
	text-align:right;
	white-space:nowrap;
	font-weight:normal;
	padding:3px;
	font-size:14px
}
.myorders_itog td:first-child{
	width:100%;
	text-align:right
}
.myorders_itog tr:last-child td{font-weight:bold}
#order_form_id{

}
#order_form_id{

}
.orders td,
.mycurrentorders td{
	vertical-align:top;
	background:#fff;
}

.mycurrentorders tbody tr td{
	border-top: 1px solid #d1d1d1 !important;
	border-bottom: 1px solid #d1d1d1 !important;
}
.mycurrentorders tbody tr td:first-child{
	width:120px !important;
}
.mycurrentorders td img{
	max-width:110px;
	height:auto
}
.mycurrentorders td.cart-item-price{text-align: right}
.deleteitem_compare,
.mycurrentorders td .deleteitem{
	width:22px;
	height:22px;
	display:block;
}
.sidebar .nav>li>span .showchild .arrow, .sidebar .nav.popup>li>span .showchild_popup .arrow, .sidebar .nav>li>ul>li span .showchild .arrow, .sidebar .nav.popup>li>ul>li span .showchild_popup .arrow, .social .social-eshop a, .social-eshop a, .social a span, .newsale span, .hitsale span, .sortbutton span, .close.button, #slides .next, #slides .prev, #slides .pagination li a, .listitem-carousel .pager a, .listitem-carousel .prev, .listitem-carousel .next, .deleteitem_compare, .mycurrentorders td .deleteitem, .ui-slider .ui-slider-handle, .count_nav a, .content_search_box table tr td .input input[type="submit"] {
  background: url("images/gui.png") no-repeat;
}
.deleteitem_compare,.mycurrentorders td .deleteitem						{background-position:0 -776px}
.deleteitem_compare:hover,.mycurrentorders td .deleteitem:hover			{background-position:0 -798px}
.add-cart-from-favorites a {
    color: #fff;
    text-decoration: underline;
}
.add-cart-from-favorites a:hover {
    text-decoration: none;
}
#callPhone {
    width: 400px;
    background: #fff;
    padding: 20px 20px 40px 20px;
    text-align: center;
}
.popup_container {
    display: none;
}
.container {
    overflow: hidden;
    margin: 0 0 14px;
}
.call_header {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 14px;
}
.text input {
    float:left;
    background:none;
    border-style:none;
    width: 200px;
    padding: 3px 10px;
    height: 28px;
    text-align: center;
}
.input_name {
    line-height: 24px;
    float: left;
    text-align: right;
    width: 114px;
    padding-right: 20px;
    line-height: 36px;
    color: #797979;
    font-size: 15px;
}
.text {
    float:left;
    border:1px solid #a7a7a7;
    position:relative;
    position:relative;
    margin:0 7px 0 0;
}
.btn {
    font-size: 14px;
    padding: 10px;
}
.text textarea {
    border: none;
    resize: none;
    width: 220px;
    height: 80px;
    background: none;
    font-size: 15px;
    box-shadow: none;
    box-sizing: border-box;
}
.error {
    border-color: red !important;
}
.success {
    color: green;
    font-size: 16px;
}
#add_question {
    width: 400px;
    background: #fff;
    padding: 20px 20px 40px 20px;
    text-align: center;
}
.count_nav{
	display:inline-block;
	height:21px;
	width:12px;
	line-height:0;
	position:absolute;
	padding-top:1px;
	padding-left:5px
}
.count_nav a{
	display:block;
	height:10px;
	width:11px;
	text-align:center;
	border:1px solid #d8d8d8
}
.count_nav a.plus{
	border-radius:5px 5px 0 0;
	background-position:-41px -553px
}
.count_nav a.minus{
	border-radius:0 0 5px 5px;
	margin-top:-1px;
	background-position:-41px -573px
}
.accessories_container {
    margin-top: 20px;

}

.inf {margin-top:20px;}

P.comment {margin-top: 10px;}



#back_email {
    width: 400px;
    background: #fff;
    padding: 20px 20px 40px 20px;
    text-align: center;
}

