.account_block {
    width: 1061px;
    margin-left: -40px;
}

.history .block {
    background: white;
    height: 64px;
    margin-left: 6px;
    float: left;
    text-align: center;
    font-size: 15px;
    color: #333333;
    margin-bottom: 6px;
}

.history_head .block {
    height: 32px;
    line-height: 32px;
}

.history .block.num {
    margin-left: 0px;
    width: 137px;
}

.history .block.date {
    width: 90px;
}

.history .block.address {
    width: 207px;
}

.history .block.summ {
    width: 127px;
}

.history .block.status {
    width: 150px;
}

.history .block.cancel {
    width: 120px;
}

.history .block.email {
    width: 113px;
}

.history_head div {
    font-weight: bold;
}

.block.num a {
    color: #333333;
}

.block.num a:hover {
    color: #05c1cd;
}

.block.email a {
    color: #333333;
}

.block.email a:hover {
    color: #05c1cd;
}

.history_item .block {
    display: table;
    line-height: 18px;
}

.history_item .block span.mdl {
    display: table-cell;
    vertical-align: middle;

}

.cancel_order {
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    background: url(/img/cart_order.png) repeat-x;
    height: 31px;
    width: 90px;
    border-radius: 2px;
    display: inline-block;
    line-height: 31px;
}

.history_popup {
    background: white;
    box-shadow: 0 0 10px #afb4b9;
    width: 515px;
    text-align: center;
    padding-bottom: 40px;
    display: none;
    position: absolute;
    left: 35%;
    top: 30%;
    z-index: 20001;
}

.history_popup .title {
    text-align: center;
    font-size: 25px;
    color: #4c5156;
    padding-top: 30px;
    padding-bottom: 33px;
}

.history_popup a {
    color: white;
    display: inline-block;
    margin: 0 42px;
    height: 31px;
    width: 114px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 17px;
    border-radius: 2px;
    line-height: 31px;
}

.history_popup a.no {
    background: url(/img/cert_btn.png) repeat-x;
}

.history_popup a.yes {
    background: url(/img/cart_order.png) repeat-x;
}

.paginator {
    margin: -12px 0 25px 0;
}

.paginator a {
    display: inline-block;
    text-decoration: none;
    color: #02afc3;
    font: 15px Arial, sans-serif;
    width: 36px;
    text-align: center;
    height: 31px;
    line-height: 31px;
    border-radius: 50px;
    float: left;
}

.paginator a.active {
    color: white;
    background: #db1079;
}

.paginator a.active:hover {
    text-decoration: none;
}

.paginator a:hover {
    text-decoration: underline;
}

.paginator a.last {
    width: auto;
}

.wishlist {
}

.wish_inner {
    margin-left: -19px;
}

.wish_inner .good {
    margin-left: 19px;
    float: left;
    margin-bottom: 39px;
    position: relative;
}

.hit_good, .new_good, .sale_good {
    position: absolute;
    top: -20px;
    right: -20px;
}

.contacts label {
    display: block;
    float: left;
    width: 119px;
    font-size: 16px;
    color: #4c5156;
    height: 32px;
    line-height: 32px;
}

.contacts input:not([type=submit]):focus, .security_block input:not([type=submit]):focus {
    box-shadow: 0px 0px 4px 1px rgba(13, 210, 225, 0.63);
}

.contacts_block {
    padding-bottom: 45px;
}

input[type="text"]:disabled {
    background-color: rgba(255, 255, 255, 0.62);
}

.contacts .address input[type="text"].small {
    width: 87px;
}

.contacts .address label.small {
    width: 76px;
}

.save_contacts {
    height: 40px;
    width: 114px;
    color: white;
    font-weight: 700;
    font-size: 17px;
    background: url(/img/cart_order.png) repeat-x;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
    border: none;
    margin-left: 99px;
    margin-top: 28px;
}

.subscriptions .title {
    font-size: 26px;
    color: #333333;
}

.subs_inner {
    margin-left: 39px;
    font-size: 15px;
    color: #333333;
    margin-top: 26px;
}

.subscriptions form {
    margin: 24px 0 0 61px;
    font-size: 15px;
    color: #333333;
    padding-bottom: 10px;
}

.subscriptions form div {
    padding-bottom: 7px;
}

.subscriptions form input[type="checkbox"] {
    width: 17px;
    height: 17px;
}

.subscriptions form span {
    position: relative;
    top: -4px;
    margin-left: 16px;
}

.security_block {
    padding-bottom: 15px;
    position: relative;
}

.security_block .ttl {
    font-style: italic;
    color: #333333;
    margin-bottom: 18px;
}

.security_block label {
    color: #333333;
    font-size: 15px;
    width: 99px;
    float: left;
    display: block;
    height: 32px;
    line-height: 32px;
}

.security_block input, .contacts input {
    display: block;
    float: left;
    padding-left: 11px;
    width: 234px;
    box-shadow: 0px 0px 2px #969696;
    border: medium none;
    border-radius: 3px;
    margin-bottom: 10px;
    height: 28px;
    font-size: 15px;
    color: #333333;
    margin-right: 29px;
}

.security_block input[type="button"], .security_block input[type="submit"] {
    width: 110px;
    height: 31px;
    background: url(/img/cart_order.png) repeat-x;
    font-weight: 700;
    font-size: 16px;
    color: white;
    outline: none;
    cursor: pointer;
    float: left;
    border: none;
    border-radius: 2px;
    text-align: left;
}

.security_block.bottom_block label {
    width: 148px;
}

.security_block.bottom_block input[type="text"], input[type="password"] {
    width: 186px;
}

.security_block.bottom_block input[type="button"] {
    float: none;
    margin-left: 148px;
}

.subscribe_popup {
    background: url(/img/subscribe_bg.png) repeat;
    width: 250px;
    height: 100px;
    padding: 20px 0 0 30px;
    top: 26px;
    left: 99px;
    position: absolute;
    border-radius: 5px;
    box-shadow: 0 10px 10px #dadcdf;
    color: #4e4e4e;
    display: none;
}

.subscribe_popup .ttl {
    font-weight: 700;
    font-size: 17px;
}

.subscribe_popup p {
    font-size: 15px;
    line-height: 20px;
}

.subscribe_popup .close {
    position: absolute;
    background: url(/img/subs_close.png) no-repeat;
    display: block;
    width: 12px;
    height: 12px;
    top: 10px;
    right: 9px;
}

.change_popup {
    background: white;
    width: 200px;
    box-shadow: 0 0 10px #c9cbce;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    padding: 30px 20px;
    border-radius: 5px;
    color: #333333;
    position: absolute;
    left: 20%;
    top: 27%;
    z-index: 20001;
}

.change_popup a {
    background: url(/img/del_active.png) no-repeat;
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 10px;
    right: 10px;
}

/*login*/
.login_point {
    margin-left: 40px;
}

/*
.lk{
	font-size:14px;
	color:#505050;
	margin: 0px 0px 23px 10px;
	position:relative;
	display: inline-block;
}
.lk a{
	color:#505050;
	text-decoration:none;
	display:inline-block;
	padding-right:4px;
}*/
.account div {
    display: inline-block;
    cursor: pointer;
}

.account div.login a {
    color: #939598;
    text-decoration: none;
}

.account div.login:hover .login_popup {
    display: block;
}

div.login_popup {
    position: absolute;
    top: 26px;
    left: -15px;
    background: url(/img/login_popup.png) repeat;
    width: 130px;
    padding: 10px 0;
    display: none;
    z-index: 10004;
}

.login_popup a {
    color: white !important;
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 15px;
    margin-bottom: 5px;
}

.login_popup a:hover {
    text-decoration: underline;
}

.login_popup img {
    position: absolute;
    top: -9px;
    left: 57px;
}

div.login {
    padding: 7px 0px 8px 3px;
    position: absolute;
}

#login_form button {
    margin: 20px 0px !important;
}

form.recovery_form label {
    width: 85%;
    font-size: 14px;
    padding: 10px 0px;
}

form.recovery_confirm_form button {
    width: 88%;
}

.help_pass {
    margin: 5px 12px;
    font-size: 15px;
    color: #1BA41B;
    display: none;
}

.popup_form {
    font: 85% Arial, sans-serif;
    background: transparent url("/image/line-top.png") scroll 0px 0px;
    box-shadow: 0 0 10px #000;
    border-radius: 5px;
    width: 384px;
    position: absolute;
    z-index: 160;
    padding: 12px 0px 0px 25px;
    display: none;
    top: 140px;
    left: 39%;
}

.popup_form a {
    text-decoration: none;
}

.popup_form .title {
    text-align: center;
    font-size: 25px;
    display: block;
    margin-right: 50px;
}

.popup_form label {
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 13px;
}

.popup_form input[type='text'], input[type='password'] {
    display: block;
    width: 352px;
    height: 28px;
    border-radius: 2px;
    box-shadow: 0 0 2px #969696;
    padding-left: 8px;
    color: #4c5156;
    font-size: 16px;
    outline: none;
    border: medium none;
    margin-bottom: 5px;
}

.popup_form input:focus {
    box-shadow: 0px 0px 4px 1px rgba(46, 142, 174, 0.6);
}

.popup_form a.forgot_pass {
    position: absolute;
    top: 132px;
    left: 289px;
    color: #1C7FA7;
    font-size: 12px;
}

.popup_form a.forgot_pass:hover {
    text-decoration: underline;
}

.popup_form span.error {
    font-size: 12px;
    color: rgba(249, 0, 0, 0.58);
    display1: none;
}

.popup_form button {
    color: white;
    cursor: pointer;
    outline: none;
    font-weight: 700;
    background: transparent url("/image/order-button.jpg") repeat-x scroll 0px 0px;
    height: 40px;
    border-radius: 3px;
    border: none;
    width: 100px;
    margin: 50px 0px 0px;
    float: left;
}

.form_bottom {
    margin: -52px 0px 0px 135px;
    float: left;
}

.popup_form .form_reg_link, .popup_form .phone_link, .popup_form .email_link {
    color: #4c5156;
    font-weight: 700;
    font-size: 16px;
    margin-left: 60px;
    display: inline-block;
}

.popup_form .form_reg_link:hover, .popup_form .phone_link:hover, .popup_form .email_link:hover {
    text-decoration: underline;
}

.reg_form button {
    width: 173px;
    margin: 10px 0px 20px 0px !important;
}

.reg-form-ok {
    display: none;
    padding: 20px;
}

/*goods*/
.goods {
    padding: 36px 0px 0 0px;
}

.goods .titles {
    text-align: center;
    padding-bottom: 25px;
}

.goods .titles a {
    text-decoration: none;
    color: #04b8c9;
    font-size: 20px;
    display: inline-block;
    margin: 0 8px;
    font-weight: 700;
}

.goods .titles a span {
    border-bottom: 1px dotted #04b8c9;
    display: inline-block;
    height: 23px;
}

.goods .titles a.active span, .goods .titles a:hover span {
    border-bottom: 1px solid transparent;
}

.goods .titles a.active, .goods .titles a:hover {
    color: #262626;
}

.good {
    width: 230px;
    height: 281px;
    border: 1px solid #c1cdce;
    border-radius: 4px;
    text-decoration: none;
    display: block;
    position: relative;
}

.goods_slider_wrapper {
    margin-left: 28px;
}

.good .name a {
    display: block;
    padding-left: 13px;
    font-size: 15px;
    line-height: 20px;
    color: black;
    padding-top: 11px;
    overflow: hidden;
    height: 43px;
    text-decoration: none;
}

.good_img {
    margin-top: 5px;
    margin-left: 13px;
}

.good .old_price {
    display: block;
    float: left;
    font: 11px Arial, sans-serif;
    color: black;
    margin-left: 10px;
    margin-top: 6px;
}

.good .old_price span {
    display: block;
    text-decoration: line-through;
    font: 17px 'PT Sans', sans-serif;
    margin-top: -3px;
}

.good .new_price {
    float: right;
    font-size: 26px;
    display: block;
    color: black;
    font-weight: 700;
    margin-top: 2px;
    margin-right: 4px;
}

.good .new_price span {
    font-size: 13px;
    font-weight: 400;
}

.good .tocart {
    display: block;
    float: right;
    width: 28px;
    height: 23px;
    background: url(/img/tocart.png) no-repeat;
    margin-left: 15px;
    border: none;
    display: none;
    margin-top: 10px;
    cursor: pointer;
    margin-right: 8px;

}

.good:hover {
    background: #0abacc;
    border: 1px solid #0abacc;
}

.good:hover .new_price, .good:hover .old_price, .good:hover .name {
    color: white;
}

.good:hover .name a {
    text-decoration: underline;
    color: white;
}

.good:hover .tocart {
    display: block;
}

.good:hover .good_desc {
    display: block;
}

.good_desc {
    position: absolute;
    top: 56px;
    left: 8px;
    background: white;
    box-shadow: 0 0 5px #09b1c2;
    width: 199px;
    height: 180px;
    border-radius: 3px;
    padding-left: 13px;
    display: none;
}

.good_desc img {
    float: left;
    margin-top: 8px;
    margin-bottom: 5px;
}

.good_desc button {
    float: right;
    margin: 0 12px 0 0;
    color: #0abacc;
    font: 12px Arial, sans-serif;
    background: none;
    border: none;
    outline: none;
    padding-left: 21px;
    background: url(/img/change_bg.png) no-repeat left;
    cursor: pointer;
    margin-top: 34px;
    height: 16px;
}

.good_desc button span {
    border-bottom: 1px dotted #0abacc;
    display: inline-block;
    height: 14px;
}

.good_desc .dsc {
    font: 11px Arial, sans-serif;
    color: #929292;
    margin-bottom: 4px;
    padding-left: 2px;
}

.good_desc .dsc div {
    color: #595959;
    margin-top: 2px;
}

.good_desc .wlist_remove {
    top: 57px;
    left: 144px;
    position: absolute;
    font: 12px Arial, sans-serif;
    text-decoration: none;
    border-bottom: 1px dotted;
}

/*moi dannie*/
.save_contacts {
    height: 40px;
    width: 114px;
    color: white;
    font-weight: 700;
    font-size: 17px;
    background: url(/img/cart_order.png) repeat-x;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
    border: none;
    margin-left: 99px;
    margin-top: 28px;
}

/*tabs*/
.tab_inner {
    background: #f5f5f5;
    padding: 30px 0 25px 39px;
    display: none;
    margin: -1px 0 0 0;
}

.tabs {
    padding: 0;
    margin-left: 23px;
}

.tabs_container .tabs li {
    cursor: pointer;
    padding: 5px 12px;
    margin: 0 !important;
}

.tabs_container .tabs li.active {
    border-radius: 5px;
    background-color: #F5F5F5;
    color: black;
    font-weight: bold;
}

.inl-bl {
    display: inline-block;
    text-decoration: none;
    color: black;
    font-size: 15px;
    height: 40px;
    padding: 0 15px;
    line-height: 35px;
}

.inl-bl:hover {
    text-decoration: underline;
}




