/*
IE10+ CSS, some copied from ie.css and ie8.css, neither of which is loaded in IE10 because conditional comments are no longer supported
http://msdn.microsoft.com/en-us/library/ie/hh801214(v=vs.85).aspx
 */

.ie10Version.fr .product-search .cmfilter,
.ie11Version.fr .product-search .cmfilter {
    width: 220px !important;
}

.ie10Version.it .product-search .cmfilter,
.ie11Version.it .product-search .cmfilter {
    width: 200px !important;
}

input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

#itemdestinations.ie11Version form#itemDestinationForm table.shipping select {
    padding-right: 10px;
    background: none;
}

#itemdestinations.ie10Version form#itemDestinationForm table.shipping select {
    padding-right: 10px;
    background: none;
}

#cart.ieVersion #contactCustomerServiceForm select {
    background: none;
    padding: 0 !important;
}

#payment.ie10Version #paymentForm select,
#payment.ie11Version #paymentForm select {
    padding-right: 9px;
}

#payment.ie10Version #paymentForm select.cardType,
#payment.ie11Version #paymentForm select.cardType {
    width: 185px !important;
}

#payment.ie10Version #paymentForm #credit-card-info #expDate #exp-month select,
#payment.ie11Version #paymentForm #credit-card-info #expDate #exp-month select {
    width: 75px !important;
}

.property.color{
    width: 225px;
}