/*
*@page: Inquiry Basket
*@Author: CaoJiarui 2014-06-23
*@Update: CaoJiarui 2014-06-23
*/
@import url(/css/font.css);
@import url(/css/reset.css);
@import url(/css/btn.css);
@import url(/css/tips.css);
@import url(/css/libs/header.css);
@import url(/css/libs/crumb.css);

.hvalign {
    text-align: center;
    display: table;
    *position: relative;
    overflow: hidden;
}
.hvalign-cnt {
    display: table-cell;
    vertical-align: middle;
    *position: absolute;
    *top: 50%;
}
.hvalign img {
    vertical-align: middle;
    *position: relative;
    *top: -50%;
    *left: -50%;
}
#banner {
    float: right;
    width: 489px;
    text-align: right; 
    position: relative; 
    margin-right: 10px;
    margin-top: 10px;
    margin-right: 0;
}
.banneraslogo{
    position: absolute; 
    right: 0;
    top: 0;
    _right: -1px;
    top: -1px;
    z-index: 1;
}
.proHere {
    position: absolute; 
    left: 0; 
    top: 0
}

.hide {
    display: none !important;
}
.page {
    margin-bottom: 100px;
}

.tab-menu {
    background-color: #f1f1f1;
    padding: 5px 5px 0;
    border-bottom: 1px solid #ccc;
}
.tab-menu li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 0 20px;
    border: 1px solid #f1f1f1;
    border-bottom: none;
    margin-bottom: -1px;
    cursor: pointer;
    font-weight: bold;
    font-size: 13px;
    line-height: 30px;
    height:30px;
}
.tab-menu .selected {
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    background-color: #fff;
}

.inquiry-act {
    padding: 10px;
    line-height: 30px;
}

.inquiry-act .check input {
    margin-right: 5px;
}
.inquiry-act a {
    margin-left: 40px;
    color: #333;
}
.inquiry-act a:hover {
    text-decoration: none;
    color: #f60;
}
.inquiry-act .btn,
.inquiry-act .btn:hover {
    margin-left: 0;
    color: #fff;
}

.check-box {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    background-image: url(/img/sundry/in-basket-check.png);
    margin-right: 5px;
}


.tab-cnt-item .hover,
.tab-cnt-item .selected {
    background-color: #fffeee;
}

.tab-cnt-item .selected .check-box {
    background-position: 0 -15px;
}

.product-list,
.company-list {
    border-top: 1px solid #ccc;
}

.sequence {
    height: 34px;
    line-height: 34px;
    padding-left: 33px;
    border-bottom: 1px solid #e6e6e6;
}
.product-list .sequence .com-name,
.product-list .sequence .add-date {
    cursor: pointer;
}

.product-list .check {
    width: 23px;
    padding-left: 10px;
    float: left;
}

.product-list .pic {
    width:102px;
    float: left;
    margin-right: 20px;
    background-color: #fff;
}
.product-list .hvalign {
    width: 100px;
    height: 100px;
}

.product-list .pro-name {
    width: 400px;
    float: left;
    margin-right: 20px;
}

.product-list .com-name {
    width: 280px;
    float: left;
}

.product-list .add-date {
    width: 120px;
    float: right;
}

.product-list .item {
    padding: 10px 0;
    border-bottom: 1px solid #e6e6e6;
}

.product-list .item .pic {
    width: 100px;
    height: 100px;
    border: 1px solid #ddd;
    overflow: hidden;
}

.product-list .item .pro-name {
    position: relative;
    height: 102px;
}

.product-list .item .pro-name .act {
    position: absolute;
    bottom: 0;
    left: 0;
}

.inquiry-act .icon,
.product-list .item .pro-name .act .icon {
    font-size: 14px;
}




.product-list .item .pro-name .act a {
    color: #333;
    display: none;
}
.product-list .item .pro-name .act a:hover {
    text-decoration: none;
    color: #f60;
}

.product-list .item .pro-name .act .start-order-one{
    margin-right: 15px;
}

.product-list .item .pro-name .act .fav {
    margin-right: 15px;
}
.product-list .item .pro-name .send{
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: baseline;
    width: 90px;
}
.product-list .item .pro-name .act .already {
    color: #999;
    display: inline;
}
.product-list .hover .pro-name .act a {
    display: inline;
}


.com-name img {
    vertical-align: middle;
    margin-right: 5px;
}
.company-list .com-name img {
    margin-left: 5px;
}





.company-list .check {
    width: 23px;
    padding-left: 10px;
    float: left;
}


.company-list .com-name {
    width: 650px;
    float: left;
    margin-right: 20px;
}
.company-list .com-name-text {
    overflow: hidden;
    zoom: 1;
    padding-right: 20px;
}


.company-list .com-name .act {
    width: 190px;
    float: right;
}

.company-list .com-name .act .icon {
    font-size: 14px;
}




.company-list .com-name .act a {
    color: #333;
    display: none;
}
.company-list .com-name .act a:hover {
    text-decoration: none;
    color: #f60;
}

.company-list .com-name .act .already {
    color: #999;
    display: inline;
}

.company-list .hover .com-name .act a {
    display: inline;
}



.company-list .com-location {
    width: 150px;
    float: left;
}

.company-list .add-date {
    width: 120px;
    float: right;
}
.company-list .sequence .com-location,
.company-list .sequence .add-date {
    cursor: pointer;
}

.company-list .item {
    padding: 10px 0;
    border-bottom: 1px solid #e6e6e6;
}

.bottom-act {
    text-align: center;
    margin-top: 30px;
}

.new-ar-logo-img-size {
    width: 20px;
    height: 20px;
}