.tm-hide {
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}
.tm-checkbox {
    background: transparent url('../../images/megnor/sprite.png') -4px -341px no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    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: transparent url('../../images/megnor/sprite.png') -77px -341px no-repeat;
    cursor: pointer;
	
}
.tm-selected {
    background-position:-65px -294px;
    cursor: pointer;
}
#shipping_method .tm-selected {
	background-position: unset;
}
#shipping_method .tm-radio{
	background:none;
	display:inline;
}
#shipping_method .tm-hide{
	position:relative;
	opacity:1;
	filter: none;
	width:auto;
	height:auto;
}
.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 #EDEDED;
    padding: 6px 8px;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
	border-radius:5px;
}
.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;
}
