.rc_add2cart {
    float: left;
    display: block;
    width: 121px;
    height: 41px;
    background: url(images/tocart.png) no-repeat 0 0;
    outline: none;
    margin: 5px 0 20px 0;
    line-height: 44px;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    padding-left: 47px;
    font-family: "lato";
    font-weight: 900;
}
a.rc_oneclick {
    float: left;
    display: block;
    width: 230px;
    height: 40px;
    border-radius: 3px;
    background: url(images/oneclick.png) no-repeat 0 0;
    outline: none;
    margin-top: 6px;
    margin-left: 9px;
    line-height: 44px;
    text-transform: uppercase;
    color: #2b2b2d;
    font-size: 13px;
    text-align: center;
}
a.rc_oneclick:hover {
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
}
#click_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;
}
#click_box {
    display: none;
    width: 658px;
    height: 350px;
    position: fixed;
    background: #fff;
    top: 50%;
    left: 50%;
    margin-left: -329px;
    margin-top: -175px;
    padding: 30px 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;
}
#click_box.done {
    height: 130px;
    margin-top: -65px;
}
#click_box.short {
    width: 500px;
}
#click_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;
    z-index: 60;
}
#click_box .click_in {
    font-size: 16px;
    height: 100%;
}
#click_box .click_pic {
    width: 284px;
    height: 100%;
    border: 1px solid #d5d5d5;
    float: left;
    margin-right: 20px;
}
#click_box .click_pic div {
    width: 100%;
    height: 100%;
}
#click_box .click_form {
    margin-left: 304px;
}
#click_box .title {
    font-family: Lato;
    text-align: left;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 25px;
}
#click_box div.input {
    position: relative;
    font-family: Lato;
    margin-bottom: 10px;
    overflow: hidden;
}
#click_box label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    font-family: Lato;
}
#click_box label .req {
    color: #ff5a00;
    font-family: Lato;
}
#click_box .input input {
    background: linear-gradient(to top, #fefefe, #e8e8e8);
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 5px;
    width: 100%;
    float: right;
    margin: 0!important;
    font-family: Lato;
    outline: none;
}
#click_box .input input.error {
    border: 1px solid #f00;
}
#click_box table {
    table-layout: fixed;
    width: 100%;
}
#click_box table tr td {
    padding: 0;
}
#click_box table tr td a {
    outline: none;
}
#click_box table tr td.first {
    width: 95px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    font-family: Lato;
}
#click_box table tr td.second {
    white-space: nowrap;
    width: 55px;
}
#click_box input[type=submit] {
    display: block;
    float: right;
    background: #f85800;
    background: -moz-linear-gradient(top, #f85800 0%, #d54b00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f85800), color-stop(100%,#d54b00));
    background: -webkit-linear-gradient(top, #f85800 0%,#d54b00 100%);
    background: -o-linear-gradient(top, #f85800 0%,#d54b00 100%);
    background: -ms-linear-gradient(top, #f85800 0%,#d54b00 100%);
    background: linear-gradient(to bottom, #f85800 0%,#d54b00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85800', endColorstr='#d54b00',GradientType=0 );
    padding-left: 0;
    border-radius: 3px;
    border: none;
    text-align: center;
    width: 130px;
    height: 41px;
    outline: none;
    margin: 0;
    line-height: 44px;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    font-family: "lato";
    font-weight: 900;
}
#click_box input.preorder_submit {
    background: url(images/preorder.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);
}
.rc_add2cart {
    float: left;
    display: block;
    width: 121px;
    height: 41px;
    background: url(images/tocart.png) no-repeat 0 0;
    outline: none;
    margin: 5px 0 20px 0;
    line-height: 44px;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    padding-left: 47px;
    font-family: "lato";
    font-weight: 900;
}
.do_order {
    float: left;
    display: block;
    background: url(images/preorder.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;
}
.preorder_info {
    float: left;
    width: 190px;
    padding-left: 25px;
    padding-top: 3px;
    background: url(images/notice.png) no-repeat 0 3px;
    margin-top: 10px;
    margin-left: 15px;
    font-size: 12px;
}

#info_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;
}
#info_box {
    display: none;
    width: 600px;
    height: 190px;
    position: fixed;
    background: #fff;
    top: 50%;
    left: 50%;
    margin-left: -300px;
    margin-top: -80px;
    padding: 25px 35px;
    border-top: 3px solid #ff5a00;
    -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;
}
#info_box.done {
    height: 130px;
    margin-top: -65px;
}
#info_box.short {
    width: 500px;
}
#info_box .close_box {
    position: absolute;
    right: 35px;
    top: 25px;
    display: block;
    width: 15px;
    height: 17px;
    text-indent: -9000px;
    background: #fff url(images/close.png) no-repeat 50% 50%;
    cursor: pointer;
}
#info_box .title {
    font-size: 18px;
    margin-bottom: 30px;
}
#info_box.short .title {
    margin-bottom: 15px;
}
#info_box .info_done {
    font-family: Lato;
    font-size: 16px;
    text-align: center;
}
#info_box .info_done span {
    font-size: 24px;
}
#info_box .info_done a {
    color: #ff5a00;
    border-bottom: 1px dotted;
}
#info_box .info_done a:hover {
    border-bottom: 1px solid;
}
/* buttons */
.bx_bt_button,
.bx_bt_button_type_2{
    /*    display:inline-block;*/
    position: absolute;
    text-align:center;
    text-decoration:none;
    font-size:10px;
    cursor:pointer;
    white-space:nowrap;
}

.rc_up {
    margin-top: 3px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
}
.rc_down {
    margin-top: 17px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
}


.bx_bt_button_type_2 				{
    border:1px solid #e9e9e9;
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#fcfcfc),to(#f1f1f1));
    background-image:-webkit-linear-gradient(#fcfcfc 0%,#f1f1f1 100%);
    background-image:   -moz-linear-gradient(#fcfcfc 0%,#f1f1f1 100%);
    background-image:     -o-linear-gradient(#fcfcfc 0%,#f1f1f1 100%);
    background-image:        linear-gradient(#fcfcfc 0%,#f1f1f1 100%);
    color:#656565;
    text-shadow:0 1px 0 #fff;
}
.bx_bt_button_type_2:hover{background:#fff;}
.bx_bt_button_type_2:active 	{
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#f1f1f1),to(#fcfcfc));
    background-image:-webkit-linear-gradient(#f1f1f1 0%,#fcfcfc 100%);
    background-image:   -moz-linear-gradient(#f1f1f1 0%,#fcfcfc 100%);
    background-image:     -o-linear-gradient(#f1f1f1 0%,#fcfcfc 100%);
    background-image:        linear-gradient(#f1f1f1 0%,#fcfcfc 100%);
    box-shadow:inset 0 2px 2px 0 rgba(0,0,0,.05);
}
.bx_bt_button  				{
    background:#00a2df;
    background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTJkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#00a2df),color-stop(100%,#006fcb));
    background:-webkit-linear-gradient(top,#00a2df 0%,#006fcb 100%);
    background: -moz-linear-gradient(top,#00a2df 0%,#006fcb 100%);
    background:  -ms-linear-gradient(top,#00a2df 0%,#006fcb 100%);
    background:   -o-linear-gradient(top,#00a2df 0%,#006fcb 100%);
    background:      linear-gradient(to bottom,#00a2df 0%,#006fcb 100%);
    color:#fff;
    text-shadow:0 1px 0 #006cae;
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2df',endColorstr='#006fcb',GradientType=0 );
}
.bx_bt_button:hover  		{
    background:#21afe4;
    background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxYWZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#21afe4),color-stop(100%,#006fcb));
    background:-webkit-linear-gradient(top,#21afe4 0%,#006fcb 100%);
    background:  -moz-linear-gradient(top,#21afe4 0%,#006fcb 100%);
    background:   -ms-linear-gradient(top,#21afe4 0%,#006fcb 100%);
    background:    -o-linear-gradient(top,#21afe4 0%,#006fcb 100%);
    background:       linear-gradient(to bottom,#21afe4 0%,#006fcb 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#21afe4',endColorstr='#006fcb',GradientType=0 );
}
.bx_bt_button:active  		{
    background:#21afe4;
    background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxYWZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#21afe4),color-stop(100%,#006fcb));
    background:-webkit-linear-gradient(top,#21afe4 0%,#006fcb 100%);
    background:  -moz-linear-gradient(top,#21afe4 0%,#006fcb 100%);
    background:   -ms-linear-gradient(top,#21afe4 0%,#006fcb 100%);
    background:    -o-linear-gradient(top,#21afe4 0%,#006fcb 100%);
    background:       linear-gradient(to bottom,#21afe4 0%,#006fcb 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#21afe4',endColorstr='#006fcb',GradientType=0 );
}


.bx_small.bx_bt_button{
    display:inline-block;
    min-width:14px;
    line-height:14px;
}
.bx_small.bx_bt_button_type_2{
    display:inline-block;
    min-width:14px;
    line-height:14px;
}

.bx_small.bx_bt_button_type_2 		{}
.bx_small.bx_bt_button_type_2:hover 	{}
.bx_small.bx_bt_button_type_2:active 	{}


.bx_medium.bx_bt_button{
    padding:0 13px;
    height:25px;
    font-weight:bold;
    line-height:25px;
}
.bx_medium.bx_bt_button_type_2		{
    padding:0 13px;
    height:23px;
    font-weight:bold;
    line-height:23px;
}

.bx_medium.bx_bt_button,
.bx_medium.bx_bt_button_type_2 		{font-weight:bold;}
.bx_medium.bx_bt_button_type_2:hover  {}
.bx_medium.bx_bt_button_type_2:active {}

.bx_col_input{
    display:inline-block;
    width:40px;
    text-align:center;
    border-radius: 2px;
    height: 30px;
    margin: 3px 0 3px 0;
    padding: 0 4px;
    box-shadow: inset 0 3px 6px 0 rgba(215,215,215,.75);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    font-family: tahoma;
    background: #fff;
    border: 1px solid #ccc;
}