.tm-hide {
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}

.tm-checkbox {
    background: transparent url('../../images/megnor/sprite.png') 0px -330px no-repeat;
    display: inline-block;
    width: 17px;
    height: 17px;
    cursor: pointer;
}

.tm-radio {
    background: transparent url('../../images/megnor/sprite.png') 8px -295px no-repeat;
    display: inline-block;
    padding: 2px;
    cursor: pointer;
}

.tm-checked {
    background-position: -72px -330px;
    cursor: pointer;
}

.tm-selected {
    background-position:-65px -294px;
    cursor: pointer;
}

.ie7 .tm-checkbox-green,.ie8 .tm-checkbox-green,.ie9 .tm-checkbox-green	,
.ie7 .tm-checkbox, .ie8 .tm-checkbox,.ie9 .tm-checkbox,
.ie7 .tm-radio,.ie8 .tm-radio,.ie9 .tm-radio {
    display: inline;
    zoom: 1;
}

.tm-checked-green {
    background-position: 0 -18px;
}

.ie7 .tm-checkbox, .ie8 .tm-checkbox,.ie9 .tm-checkbox,
.ie7 .tm-radio,.ie8 .tm-radio,.ie9 .tm-radio {
    height: 18px;
    float: left;
}
/* Custom Select*/
select.hasCustomSelect {
    z-index: 999;
    cursor: pointer;
    display: inline-block !important;
}

span.customSelect {
    background-color: #ffffff;
    border: 1px solid #D5D5D5;
    padding: 5px 8px;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
}

.chzn-container {
    display: none !important;
    opacity: 0 !important;
}

#customer_details span.country_select.country_select {
    width: 100%;
}

.jigoshop-checkout #billing-country {
    margin-bottom: 35px;
}

.shipping_calculator .customSelect.country_to_state {
    margin-bottom: 0;
}

span.customSelect.changed {
    background-color: #f0dea4;
}

.customSelectOpen {
    -moz-box-shadow: #bbb 0 0 3px;
    -webkit-box-shadow: #bbb 0 0 3px;
    box-shadow: #bbb 0 0 3px;
}

.customSelectInner {
    background: url('../../images/megnor/down_arrow.png') no-repeat center right;
	padding-right: 20px;
}

.customSelectOpen .customSelectInner {
    background: url('../../images/megnor/up_arrow.png') no-repeat center right;
}
