.result-row {
}

.result-row .result-item {
    float:left;
    padding: 10px;
    width:215px;
    height: 250px;
    text-align: center;
    border: 1px solid #fff;
    margin-top:15px;
}
.result-row .result-item:hover {
    border: 1px solid #ccc;
    background-color: #f9f9f9;
}

form {
    position:relative;
}

.shop_thead {
    background: url('../_new/tab-rowhdr.png') repeat-x #009ee3;
    color: #ffffff;
    padding: 2px;
    font-weight: bold;
    font-style: italic;
}
.item-info {
    font-weight: bold;
    font-size: 14px;
    height: 35px;
}

.xresult-item {
    background: url('shop-item-bg.png') bottom center repeat-x #ffffff;
}

.result-row .result-item .item-pic {
    //height:auto !important;
    //height: 90px;
    vertical-align: middle;
    position:relative;
    text-align:center;
    z-index:1;
}
.result-row .result-item .item-price {
    clear:left;
    color:#999999;
    padding: 2px;
    text-align:center;
}
.cart_item_single_price {
    color:#999999;
    font-size: 11px;
}

.cart_item_total_price {
    font-weight: bold;
}
.cart_item_row1 td {
    border-top: 1px solid #ccc;
    padding-top: 10px;
}
.cart_item_row3 td {
    padding-top: 20px;
}
.cart_img {
    border: 1px solid #222;
    margin: 5px;
}

.member-price {
    clear:both;
    font-weight: bold;
    color:#E37014;
    height:20px;
    text-align:right;
}
.item-price .member-price {
    height: auto;
    font-size: 1.6rem;
}
h2#productname {
    display: block;
    font-weight: 700;
    font-size: 1.625em;
    color: #00476d;
    line-height: 1.15em;
    overflow: hidden;
}
.quickshop-top {
    background:none repeat scroll 0 0 #F3F3F3;
    float: right;
    padding: 20px;
}

.style-number {
    text-align: right;
}
.item-detail,.item-detail2 {
    display: none;
    font-size: 80%;
}