﻿body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-image: url(../images/buyLeftBg.gif);
    background-repeat: repeat-x;
    background-color: #fef6d6;
}

a:link {
    color: #003399;
    text-decoration: none;
}

a:visited {
    color: #003399;
    text-decoration: none;
}

a:hover {
    color: #BD0019;
    text-decoration: none;
}

a:active {
    color: #003399;
    text-decoration: none;
}

#dvMain ul {
    margin: 10px 0 10px 5px;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    width: 32%;
    font-family: "新細明體";
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: left;
}
    #dvMain ul li { list-style: none; margin: 0; padding: 0; }
    #dvMain ul li div { margin: 0 !important; padding: 0 !important; }
    #dvMain ul li .place { width: 80px; display: inline-block; }
    #dvMain ul li .dist { display: inline-block; text-align: right; }

.arrow { display: inline-block; }


.float-right {
    float: right;
}

.group:before, .group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1; /* IE6&7 */
}

img.imgauction {
    cursor: pointer;
}

.txtPrice {
    text-align: center;
    width: 70px;
    border: solid 1px #A8A8A8;
    border-radius: 0px;
}

.txtPriceEUR {
    text-align: center;
    /*width: 50px;*/
    background-color: #FFF;
    color: #000;
    border: solid 1px #A8A8A8;
    line-height: 35px;
    padding: 11px;
}

.txtPriceCNY {
    text-align: center;
    /*width: 60px;*/
    background-color: #FFF;
    color: #000;
    border: solid 1px #A8A8A8;
    line-height: 35px;
    padding: 11px;
}