/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017-4-26, 0:49:59
    Author     : cyndi
*/
.gd_text_con li {
    display: block;
}
.mtop15 {
    margin-top: 15px;
}
.clearfixgd {
    width: 100%;
    overflow: hidden;
    zoom: 1;
}
.gd_dt {
    width: 70px;
    float: left;
    /*padding-left: 13px;*/
    text-align: left;
    overflow: hidden;
}
.gd_dd {
    width: 200px;
    min-width: 110px;
    float: left;
    overflow: hidden;
    position: relative;
}
.gd_dd ._ed {
    border: 1px solid #dc0000;
}
.dd_item {
    float: left;
    margin: 0 13px 13px 0;
    position: relative;
    min-width: 32px;
    border: 1px solid #c9c9c9;
}
.dd_item a {
    display: block;
    /* border: 1px solid #ccc; */
    padding: 3px 4px;
    background-color: #fff;
    text-align: center;
    min-width: 22px;
}
.color_size_cur a {
    padding: 1px;
    border: none;
    /* border: 1px solid #d00000; */
}
.color_size_cur b {
    display: block;
    width: 21px;
    height: 19px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    /* background: url(/vendor/images/5lux/new_5luxbg.png) no-repeat; */
    background-position: -249px -51px;
}
