/* crocobox */
#crocobox_shadow {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 50000;
}
#crocobox {
    display: none;
    width: 630px;
    position: fixed;
    background: #fff;
    top: 50%;
    left: 50%;
    margin-left: -287px;
    margin-top: -263px;
    padding: 40px;
    -webkit-box-shadow: 0px 0px 160px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 160px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 160px 0px rgba(0, 0, 0, 0.35);
    z-index: 55000;
}
#crocobox .top_right {
    position: absolute;
    top: 40px;
    right: 40px;
}
#crocobox .top_right .croco_more_img {
    float: right;
    width: 70px;
    margin: 20px 0 20px 50px;
}
#crocobox .top_right .croco_more_img  ul li {
    float: left;
    width: 70px;
    height: 64px;
}
#crocobox .top_right .croco_more_img  ul li a {
    display: block;
    width: 70px;
    height: 64px;
    border: 2px solid transparent;
    outline: none;
}
#crocobox .top_right .croco_more_img ul li a.active {
    border: 2px solid #ff5a00;
}
#crocobox .top_right .close_box {
    float: right;
    width: 35px;
    height: 35px;
    background: #fff url(close.png) no-repeat 50% 50%;
    cursor: pointer;
}
#crocobox .croco_img {
    width: 100%;
}
#crocobox .croco_img div {
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
#crocobox .croco_info {
    width: 100%;
    height: 70px;
}
#crocobox .croco_info .rating {
    position: relative;
    width: 68px;
    height: 19px;
    margin-bottom: 10px;
    background: #dadada;
}
#crocobox .croco_info .rating .stars {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    height: 100%;
    background: url(stars.png) no-repeat 0 70%;
}
#crocobox .croco_info .rating .progress {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 2px 0 1px;
    height: 100%;
    background: #e76110;
}
#crocobox .croco_info .croco_footer {
    width: 100%;
    height: 41px;
    overflow: hidden;
}
#crocobox .croco_info .croco_price {
    float: right;
    height: 41px;
    border-left: 1px dotted #ff5a00;
}
#crocobox .croco_info .croco_price .buoy {
    float: right;
    display: block;
    width: 199px;
    height: 41px;
    line-height: 43px;
    background: url(tocart.png) no-repeat 0 0;
    margin-left: 30px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    padding-left: 40px;
}
#crocobox .croco_info .croco_price .buoy.rc_preorder {
    display: block;
    background: url(../images/oneclick.png) no-repeat 0 0;
    color: #2b2b2d;
    border-radius: 3px;
    padding-left: 0;
    text-align: center;
    width: 145px;
    height: 40px;
    line-height: 44px;
    text-transform: uppercase;
    font-size: 15px;
}
#crocobox .croco_info .croco_price p.notavail {
    float: right;
    height: 41px;
    line-height: 41px;
    margin: 0 0 0 30px!important;
}
#crocobox .croco_info .croco_price .price {
    float: right;
    overflow: hidden;
    margin-left: 30px;
}
#crocobox .croco_info .croco_price .price span {
    float: left;
}
#crocobox .croco_info .croco_price .price .prenum {
    line-height: 24px;
    color: #ff5a00;
    font-size: 24px;
    margin-top: 16px;
    margin-right: 5px;
}
#crocobox .croco_info .croco_price .price .num {
    line-height: 40px;
    color: #ff5a00;
    font-size: 42px;
    margin-top: 3px;
}
#crocobox .croco_info .croco_price .price .rubl {
    height: 29px;
    width: 30px;
    margin-top: 6px;
    background: url(rubl.png) no-repeat 100% 0;
    background-size: contain;
}

#crocobox .croco_info .name {
    font-size: 18px;
}
#crocobox .croco_info .name .croco_article {
    font-size: 12px;
}

/* preloader */
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}

@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}

@-o-keyframes spin {
    from { -o-transform: rotate(0deg); }
    to { -o-transform: rotate(360deg); }
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
/* calc_uploader animation container */
.preload {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 44px;
    height: 44px;
    margin: -22px 0 0 -22px;
    border: 1px solid #ff5a00;
    border-radius: 30px;
    background: #fff;
    z-index: 10100;
}

/* Spinning circle (inner circle) */
.preload .maskedCircle {
    width: 38px;
    height: 38px;
    border-radius: 20px;
    border: 20px solid #ff5a00;
}

/* Spinning circle mask */
.preload .mask {
    width: 20px;
    height: 20px;
    overflow: hidden;
}

/* Spinner */
.preload .spinner {
    position: absolute;
    left: 2px;
    top: 2px;
    width: 38px;
    height: 38px;
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}