﻿.clear {
    clear:both;
}
.byob_wrap {
    width: 670px;
    padding: 15px 0px 15px 8px;
    /*margin-bottom: 15px;*/
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    margin:0 auto;
}
.byob_lwrap {
    width: 420px;
    float: left;
}
.byob_step_wrap {
    width: 420px;
    height: auto;
}
.byob_step_body_wrap {
    width: 420px;
    padding-left: 0px;
}
.byob_step_title {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    /*height: 24px;*/
    padding: 8px 0 8px 10px;
    width: 400px;
    text-shadow: 2px 2px #3F2E3F;
    background: #0e4a88 no-repeat top left;
    border-radius: 8px;
}
.byob_step_product_wrap {
    float: left;
    width: 200px;
    height: 140px;
    margin: 9px 3px 3px;
    background: #fff;
}
.byob_step_product_img {
    width: 200px;
    height: 76px;
    margin: 0 auto;
    text-align: center;
    cursor:pointer;
}

.byob_step_product_img img {
    height:76px;
}
.byob_step_product_name {
    color: #1196e1;
    font-size: 12px;
    font-weight: bold;
    height: 15px;
    width: 175px;
    margin: 3px 5px;
    text-overflow:ellipsis;
    overflow:hidden;
}



.byob_step_product_add_gray {
    height: 23px;
    line-height:23px;
   /* margin: 0 auto;*/
    padding: 15px 5px;
}
.byob_step_product_add_gray a {
    display: block;
    background: url(../images/btn_long_gray.png) no-repeat;
    width: 85px;
    height: 23px;
    text-decoration: none;
    color:#fff;
    text-align:center;
    font-weight:bold;
    vertical-align:middle;
    line-height:20px;
    float:right;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 3px;
}


.byob_step_product_add,.byob_step_product_rm {
    height: 23px;
    line-height: 23px;
    padding: 15px 5px;
}
.byob_step_product_add a {
    display: block;
    background: url(../images/btn_long_idle.png) no-repeat;
    width: 85px;
    height: 23px;
    text-decoration: none;
    color:#fff;
    text-align:center;
    font-weight:bold;
    vertical-align:middle;
    line-height:20px;
    float: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 3px;
}

.byob_step_product_add a:hover {
    background: url(../images/btn_long_over.png) no-repeat;
}

.byob_rwrap {
    float: left;
    top: 255px;
    width: 222px;
}
.byob_summary_wrap {
    width: 230px;
    height: auto;
    margin-top: 0px;
    position:absolute;
}
.byob_summary_head {
    background-color: #0D4A88;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 25px;
    padding:5px 0 0 6px;
    width: 100%;
    color:#fff;
    font-weight:bold;
}
.byob_summary_body {
    border-left: 3px solid #0D4A88;
    border-right: 3px solid #0D4A88;
    border-bottom: 3px solid #0D4A88;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    width: 100%;
    padding: 10px 0 0;
    background-color: #FFF;
}
.selection_wrap {
    width: 95%;
    margin: 15px auto;
    border-bottom: 1px solid #3D6EA0;
}
.selection_title {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    margin: 7px 0;
}
.selected_item_wrap {
    background-color: #43B3E7;
    border-radius: 5px 5px 5px 5px;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    margin: 5px auto;
    padding: 10px 0 2px 8px;
    width: 95%;
}
.selected_item_wrap div {
    width: 130px;
    height: 15px;
    float: left;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.selected_item_wrap a {
    background: url(../images/remove_idle_b.png) no-repeat;
    display: block;
    float: right;
    height: 17px;
    margin-right: 10px;
    text-decoration: none;
    width: 17px;
}

.selected_item_wrap a:hover {
    background: url(../images/remove_over_b.png) no-repeat;
}

.byob_summary_bottom {
    border-left: 3px solid #0D4A88;
    border-right: 3px solid #0D4A88;
    border-bottom: 3px solid #0D4A88;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    height: 30px;
    width: 209px;
    background-color: #FFF;
}
.calculation_wrap {
    text-align:center;
    background-color: #F0F0F0;
    border-radius: 5px 5px 5px 5px;
    /*margin-top: 10px;*/
    padding: 10px;
    width: 85%;
    margin:0 auto;
}

.calculation_wrap .bundle_total {
    font-size: 16px;
    font-weight: bold;
    width: 170px;
}

.calculation_wrap .bundle_save {
    font-size: 14px;
    font-weight: bold;
    color: #FF0D0D;
    margin-top: 3px;
}

.byob_step_product_rm a {
    background: url(../images/btn_long_idle.png) no-repeat;
    display: block;
    height: 23px;
    width:85px;
    margin: 0 auto;
    text-decoration: none;
    text-align:center;
    font-weight:bold;
    vertical-align:middle;
    line-height:20px;
    color:#fff;
    float:right;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 3px;
}
.byob_step_product_rm a:hover {
    background: url(../images/btn_long_over.png) no-repeat;
}


.byob_all_wrap {
    height: auto;
    width: 665px;
}
.byob_list_wrap {
    height: auto;
    padding: 5px;
    width: 665px;
}

.byob_item_wrap {
    border: 1px solid #d0d0d0;
    float: left;
    height: 248px;
    margin: 5px 2px;
    width: 187px;
}

.byob_item_title {
    color: #003d7c;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 48px;
    padding-left: 8px;
    padding-top: 3px;
    width: 120px;
}

.age_wrap {
    float: right;
    height: 52px;
    width: 55px;
}
.byob_item_img {
    height: 166px;
    margin: 1px auto;
    width: 183px;
    cursor:pointer;
}

.add2Bundle {
    width: 240px;
    height: 31px;
    color: #fff;
    background: url('../images/btn_add_to_bundle.png');
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 31px;
    cursor:pointer;
}
.detail_rm {
    width: 240px;
    height: 31px;
    color: #fff;
    background: url('../images/btn_add_to_bundle.png');
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 31px;
    cursor:pointer;
}

.add2Bundle_gray {
    width: 240px;
    height: 31px;
    color: #fff;
    background: url('../images/btn_add_to_bundle_gray.png');
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 31px;
}

#PopupBox .itemName {
line-height:31px;float:left; padding-bottom: 5px; font-weight: bolder;font-size: 16px; color: #1395e3;
}

#PopupBox .detailCont {
    width: 770px;
    height: 580px;
    overflow: hidden;
    overflow-y: auto;
}
#PopupBox .tn {
    cursor:pointer;
}
#PopupBox #Vbundle .name {
    text-align:left;
}
#PopupBox .bundleDetail {
    margin-top:10px;
}


/***************************************/

#itemTray .byob_step_product_wrap .mkPrice {
    text-decoration: line-through;
    margin-right: 2px;
    float: left;
    font-size: 12px;
    font-weight: bold;
}

#itemTray .byob_step_product_wrap .slPrice {
    float: left;
    font-size: 16px;
    font-weight: bold;
}