/*	wrapper divs */
.custom-checkbox, .custom-radio { position: relative; }
	
/* input, label positioning */
.custom-checkbox input, 
.custom-radio input {
	position: absolute;
	left: 5px;
	top: 3px;
	margin: 0;
	z-index: 0;
}

.custom-checkbox label, 
.custom-radio label {
    display: block;
    position: relative;
    z-index: 1;
    padding-right: 1em;
    line-height: 1;
    padding: 7px 0 5px 35px;
    margin: 0 0 .3em;
    cursor: pointer;
    width: auto;
    height: auto;
}

.custom-checkbox label { padding: 15px 0 15px 22px }

/* states */
.custom-checkbox label { 
	background: url(img/checkbox.png) 4px 2px no-repeat;
}

.custom-radio label { background: #fff url(../mult/radioButtonsBlue.png) no-repeat; }
tr.par .custom-radio label, tr.par .custom-checkbox label, .detalle table thead tr:hover .custom-radio label, .detalle table thead tr:hover .custom-checkbox label, .tab_content table thead tr:hover .custom-radio label, .tab_content table thead tr:hover .custom-checkbox label, catalogo table .par td .custom-checkbox label, .catalogo table .par td .custom-checkbox label {}
.detalle table thead tr .custom-radio label, .detalle table thead tr .custom-checkbox label, .tab_content table thead tr .custom-radio label, .tab_content table thead tr .custom-checkbox label, .tab_content table thead tr:hover th.option-fondo .custom-checkbox label, .detalle table thead tr:hover .custom-checkbox label { }
.catalogo table td .custom-checkbox label { background-color: #fff }	
	
.custom-checkbox label {}
.custom-checkbox label.hover, .custom-checkbox label.focus { background-position: 4px -100px; }
.custom-checkbox label.checked { background-position: 4px -299px; } 
.custom-checkbox label.checkedHover, .custom-checkbox label.checkedFocus { }

.custom-radio label.hover, .custom-radio label.focus { background-position: 7px -97px; }
.custom-radio label { background-position: 7px 4px; }
.custom-radio label.checked { background-position: 7px -196px; }

.custom-checkbox label.focus,  .custom-radio label.focus {}