.tm-hide {

    opacity: 0;

  /*  filter: alpha(opacity=0);*/

    cursor: pointer;

	filter: opacity(0%);

	position:absolute;

	left:0;

	top:0;

}

.tm-checkbox {

    background: transparent url("../../images/megnor/check-box.png") -2px -37px no-repeat;

    display: inline-block;

    width: 15px;

    height: 15px;

    cursor: pointer;

	position:relative;

	vertical-align: -3px;

}

.tm-radio {

    background: transparent url("../../images/megnor/check-box.png") 8px -295px no-repeat;

    display: inline-block;

    padding: 2px;

    cursor: pointer;

}

.tm-checked {

    background-position: -74px -37px;

    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: 9;

    cursor: pointer;

    display: inline-block !important;

}

span.customSelect {

    background-color: #ffffff;

    border: 1px solid #ebebeb;

    padding: 2px 10px;

    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;

}
