/**
 * CSS File for ezMark jQuery Plugin
 *
 **/
.ez-hide { 
    opacity: 0; 
    filter:alpha(opacity=0); 
}
.ez-checkbox, .ez-radio {
    display:inline-block;
    zoom: 1; 
    *display:inline;
}
.ez-checkbox {
	  background: url('../images/checkbox.png') 0 0 no-repeat;
    width:22px;
    height:21px;
}  
.ez-radio {
	  background: url('../images/checkbox.png') 0 0 no-repeat;
    width:22px;
    height:21px;   
} 
.ez-checkbox input, .ez-radio input {
     cursor:pointer;
     padding:0;
     border:0;
}
.ez-checkbox input {   
    margin:0;
    width:22px;
    height:22px;
}
.ez-radio input {
    width:22px;
    height:22px; 
    margin:0;
}
/* checked checkbox */ 
.ez-checked { 
    background-position: 0 -21px; 
}
/* selected radio */
.ez-selected { 
    background-position: 0 -21px; 
}

/* custom payment checkboxes */
.sporopay, .tatrapay, .vubpay, .visa, .mastercard, .mastercardvisa, .csob {
	  float:left;
	  width:179px;
    height:115px; 
    background: url('../images/payment_method_bg.png') no-repeat;
    margin-right:9px;   
}
.sporopay input, .tatrapay input, .vubpay input, .visa input, .mastercard input, .mastercardvisa input, .csob input {
    width:179px;
    height:115px; 
    margin:0;
    padding:0;
    border:0;
    cursor:pointer; 
}
.sporopay {
    background-position: 0 0;
    margin-left:2px;
}
.sporopay.selected { 
    background-position: 0 -115px; 
}
.tatrapay {
    background-position: -179px 0;
}
.tatrapay.selected { 
    background-position: -179px -115px; 
}
.vubpay {
    background-position: -358px 0;
}
.vubpay.selected { 
    background-position: -358px -115px; 
}
.visa {
    background-position: -538px 0;
}
.visa.selected { 
    background-position: -538px -115px; 
}
.mastercard {
    background-position: -716px 0;
    margin-right:0;
}
.mastercard.selected { 
    background-position: -716px -115px; 
}
.csob {
    background-position: -895px 0;
}
.csob.selected {
    background-position: -895px -115px; 
}
.mastercardvisa {
    background-position: -1074px 0;
    margin-right:0;
}
.mastercardvisa.selected { 
    background-position: -1074px -115px; 
}

