﻿/*
	DESTOON Copyright (C)2008-2099 www.destoon.com
	This is NOT a freeware,Use is subject to license.txt
*/
.sell_tip
{
    width: 180px;
    height: 70px;
    background: url('/gif/jllsp9ze.gif') no-repeat;
    overflow: hidden;
    z-index: 1000;
    position: absolute;
}
.sell_tip p
{
    margin: 0 0 4px 2px;
    font-weight: bold;
}
.sell_tip div
{
    padding: 8px 0 0 10px;
}
.tools
{
    padding: 8px 0;
    border-bottom: #eee 1px solid;
}
.tools table
{
    width: 100%;
}
.tools select
{
    padding: 2px;
}
.tool-btn
{
    background: url('/gif/5e9w9ui2.gif') no-repeat;
    height: 22px;
    line-height: 22px;
    width: 70px;
    padding: 0 0 0 10px;
    border: none;
    cursor: pointer;
}
.tool-btn:hover
{
    background: url('/gif/tbltdph5.gif') no-repeat;
}
.img_list li
{
    height: 22px;
    line-height: 22px;
    overflow: hidden;
}
.product_option
{
    padding: 10px 20px 10px 20px;
}
.iq_btn
{
    margin-top: 10px;
    border: none!important;
}
.cc_inp
{
    border: #ccc 1px solid;
    text-align: center;
}
.sell-price
{
    font-family: Arial;
    color: #e4393c;
}
.sell-price b
{
    font-size: 18px;
}
.sell-price span
{
    color: #999;
}
.sell-price i
{
    font-size: 12px;
    float: right;
    display: inline-block;
    color: #999;
    font-style: normal;
    font-weight: normal;
    background: url('/png/9g7q5xty.png') no-repeat 0 center;
    padding: 0 0 0 16px;
    cursor: pointer;
}
.btn-buy, .btn-cart
{
    font-size: 16px;
    width: 148px;
    height: 36px;
    line-height: 36px;
    border: none;
    text-align: center;
    cursor: pointer;
    padding: 0;
    -webkit-appearance: none;
    margin: 6px 10px 0 0;
}
.btn-buy
{
    background: #ffeded;
    border: #ff0036 1px solid;
    color: #ff0036;
}
.btn-buy:hover
{
    background: #f7bbbb;
}
.btn-buy:disabled
{
    background: #f2f2f2;
    border: #d6d6d8 1px dashed;
    color: #cdcdcd;
    cursor: not-allowed;
}
.btn-cart
{
    background: #ff0036;
    border: #ff0036 1px solid;
    color: #fff;
}
.btn-cart:hover
{
    background: #df3033;
}
.btn-cart:disabled
{
    background: #cdcdcd;
    border: #cdcdcd 1px solid;
    color: #999;
    cursor: not-allowed;
}
