.cheaper {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    position: relative;
    top: -7px;
    margin-left: 10px;
}
.cheaper a.rc_cheaper {
    outline: none;
    color: #575757;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px dotted;
}
.add2cart a.rc_oneclick:hover {}

#cheaper_box_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;
}
#cheaper_box {
    display: none;
    width: 658px;
    height: 675px;
    position: fixed;
    background: #fff;
    top: 50%;
    left: 50%;
    margin-left: -329px;
    margin-top: -320px;
    padding: 20px 25px;
    -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;
    transition: all 0.3s ease 0s;
}
#cheaper_box.done {
    height: 130px;
    margin-top: -65px;
}
#cheaper_box.short {
    width: 500px;
}
#cheaper_box .close_box {
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    width: 15px;
    height: 15px;
    text-indent: -9000px;
    background: #fff url(../images/click_close.png) no-repeat 50% 50%;
    cursor: pointer;
}
#cheaper_box .cheaper_title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
#cheaper_box .cheaper_in {
    font-size: 16px;
    height: 100%;
}
#cheaper_box .cheaper_pic {
    width: 204px;
    height: 204px;
    border: 1px solid #d5d5d5;
    float: left;
    margin-right: 20px;
}
#cheaper_box .cheaper_pic div {
    width: 100%;
    height: 100%;
}
#cheaper_box .cheaper_info {
    margin-left: 224px;
}
#cheaper_box .title {
    font-family: Lato;
    text-align: left;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
}
#cheaper_box .cheaper_info table {
    font-size: 12px;
    margin-left: -5px;
    margin-bottom: 10px;
}
#cheaper_box .cheaper_info table tr td {
    padding: 1px 5px;
}
#cheaper_box .cheaper_info .this_price {
    display: inline-block;
    font-size: 40px;
    line-height: 40px;
    font-weight: 900;
    font-family: Lato;
    color: #ff5a00;
}
#cheaper_box .cheaper_info .this_price span {
    font-size: 30px;
    padding-left: 5px;
}
#cheaper_box .cheaper_form {
    margin: 20px 0;
}
#cheaper_box .cheaper_form .form_title,
#cheaper_box .cheaper_form .form_text {
    text-align: center;
}
#cheaper_box .cheaper_form .form_title {
    font-size: 20px;
    margin-bottom: 10px;
}
#cheaper_box .cheaper_form .form_text {
    font-size: 14px;
    margin-bottom: 20px;
}
#cheaper_box .cheaper_form form {
    display: block;
    width: 550px;
    margin: 0 auto;
}
#cheaper_box div.input {
    position: relative;
    font-family: Lato;
    margin-bottom: 10px;
    overflow: hidden;
}
#cheaper_box label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 15px;
    font-family: Lato;
    float: left;
    width: 200px;
}
#cheaper_box label > span {
    font-family: Lato;
    display: table-cell;
    height: 31px;
    vertical-align: middle;
}
#cheaper_box label .req {
    color: #ff5a00;
    font-family: Lato;
}
#cheaper_box .input input {
    background: linear-gradient(to top, #fefefe, #e8e8e8);
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 5px;
    width: 350px;
    margin: 0!important;
    font-family: Lato;
    outline: none;
}
#cheaper_box .input input.error {
    border: 1px solid #f00;
}

#cheaper_box input[type=submit] {
    display: block;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f57028+0,f35601+100 */
    background: #f57028; /* Old browsers */
    background: -moz-linear-gradient(top,  #f57028 0%, #f35601 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f57028 0%,#f35601 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f57028 0%,#f35601 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f57028', endColorstr='#f35601',GradientType=0 ); /* IE6-9 */
    padding-left: 0;
    border-radius: 3px;
    border: none;
    text-align: center;
    width: 160px;
    height: 32px;
    outline: none;
    margin: 0 auto;
    line-height: 35px;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-family: "lato";
    font-weight: 600;
}
#cheaper_box input.preorder_submit {
    background: url(../images/oneclick.png) no-repeat 0 0;
    color: #2b2b2d;
    border-radius: 3px;
    padding-left: 0;
    text-align: center;
    width: 145px;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 44px;
    text-transform: uppercase;
    font-size: 15px;
}
#spin_shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}