/* Checkbox */

.jquery-checkbox {
	display: inline; 
	font-size: 20px;
	*font-size: 15px;
	_font-size: 18px; 
	line-height: 20px; 
	cursor: pointer; 
	cursor: hand;
	}
.jquery-checkbox .mark {display: inline;}

.jquery-checkbox img {vertical-align: text-top; width: 20px; height: 20px;}
.jquery-checkbox img{background: transparent url(img/checkbox_cinza_pequeno.jpg) no-repeat;}

.jquery-checkbox img{
	background-position: 0px -20px;
}

.jquery-checkbox-hover img{
	background-position: -20px -20px;
}

.jquery-checkbox-checked img {
	background-position: 0 0;
}

.jquery-checkbox-checked .jquery-checkbox-hover img {
	background-position: -20px 0;
}
jquery-checkbox jquery-checkbox-checked
.jquery-checkbox-disabled img{
	background-position: 0px 0px;
}
.jquery-checkbox-checked .jquery-checkbox-disabled img{
	background-position: 0px -100px;
}

/* Radio */

.jquery-radio {
	display: inline;
	font-size: 20px;
	*font-size: 15px;
	_font-size: 18px; 
	line-height: 20px; 
	cursor: pointer; 
	cursor: hand;
}
.jquery-radio .mark {display: inline;_display:inline-block;}

.jquery-radio img {vertical-align: text-top; width: 30px; height: 20px;}
.jquery-radio img
{
	background: transparent url(img/radiobutton.png) no-repeat;
	margin-top:-2px;
	_margin-top:0;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='radiobutton.png');
	
}

.jquery-radio img{
	background-position: 0px 0px;
}
.jquery-radio-hover img{
	background-position: 0px 0px;
}
.jquery-radio-checked img{
	background-position: 0px -40px;
}

.jquery-radio-checked .jquery-radio-hover img {
	background-position: 0px -40px;
}
jquery-radio jquery-radio-checked
.jquery-radio-disabled img{
	background-position: 0px 0px;
}
.jquery-radio-checked .jquery-radio-disabled img{
	background-position: 0px -100px;
}

/* Radio - Tecnologia pagamento - TEF On line */

.jquery-radio-tef_on_line {
	display: inline; 
	font-size: 20px;
	*font-size: 15px;
	_font-size: 18px; 
	line-height: 20px; 
	cursor: pointer; 
	cursor: hand;
	float:left;
}

.jquery-radio-tef_on_line .mark {display: inline;}
.jquery-radio-tef_on_line img {vertical-align: text-top; width: 52px; height: 54px; }
.jquery-radio-tef_on_line img{background: transparent url(img/icone_cadastrojuridico2.jpg) no-repeat -111px -2px; margin-top:-2px;}

.jquery-radio-tef_on_line .jquery-radio-tef_on_line-hover img {
	background-position: -59px -2px;
}

.jquery-radio-tef_on_line-checked .jquery-radio-tef_on_line-hover img,
.jquery-radio-tef_on_line-checked img {
 	background-position: -6px -2px;
}

/* Radio - Tecnologia pagamento - Discado */

.jquery-radio-tef_discado {
	display: inline; 
	font-size: 20px;
	*font-size: 15px;
	_font-size: 18px; 
	line-height: 20px; 
	cursor: pointer; 
	cursor: hand;
	float:left;
}

.jquery-radio-tef_discado .mark {display: inline;}
.jquery-radio-tef_discado img {vertical-align: text-top; width: 52px; height: 54px; }
.jquery-radio-tef_discado img{background: transparent url(img/icone_cadastrojuridico2.jpg) no-repeat -111px -58px; margin-top:-2px;}

.jquery-radio-tef_discado .jquery-radio-tef_discado-hover img {
	background-position: -59px -58px;
}

.jquery-radio-tef_discado-checked .jquery-radio-tef_discado-hover img,
.jquery-radio-tef_discado-checked img {
 	background-position: -6px -58px;
}

/* Radio - Tecnologia pagamento - URA */

.jquery-radio-ura {
	display: inline; 
	font-size: 20px;
	*font-size: 15px;
	_font-size: 18px; 
	line-height: 20px; 
	cursor: pointer; 
	cursor: hand;
	float:left;
}

.jquery-radio-ura .mark {display: inline;}
.jquery-radio-ura img {vertical-align: text-top; width: 52px; height: 54px; }
.jquery-radio-ura img{background: transparent url(img/icone_cadastrojuridico2.jpg) no-repeat -111px -118px; margin-top:-2px;}

/* Ao passar o mouse */
.jquery-radio-ura .jquery-radio-ura-hover img {
	background-position: -59px -118px;
}

/* Ao checar */
.jquery-radio-ura-checked .jquery-radio-ura-hover img,
.jquery-radio-ura-checked img {
 	background-position: -6px -118px;
}

/* Radio - Tecnologia pagamento - POS */

.jquery-radio-pos {
	display: inline; 
	font-size: 20px;
	*font-size: 15px;
	_font-size: 18px; 
	line-height: 20px; 
	cursor: pointer; 
	cursor: hand;
	float:left;
}

.jquery-radio-pos .mark {display: inline;}
.jquery-radio-pos img {vertical-align: text-top; width: 52px; height: 54px; }
.jquery-radio-pos img{background: transparent url(img/icone_cadastrojuridico2.jpg) no-repeat -110px -175px; margin-top:-2px;}

.jquery-radio-pos .jquery-radio-pos-hover img {
	background-position: -59px -175px;
}

.jquery-radio-pos-checked .jquery-radio-pos-hover img,
.jquery-radio-pos-checked img {
 	background-position: -6px -175px;
}

/*formas de pagamento*/

.jquery-radio-formas_de_pagamento {
	display: inline;
	font-size: 20px;
	*font-size: 15px;
	_font-size: 18px; 
	line-height: 20px; 
	cursor: pointer; 
	cursor: hand;
}


.jquery-radio-formas_de_pagamento .mark {display: inline;_display:inline-block;}

.jquery-radio-formas_de_pagamento img {vertical-align: text-top; width: 30px; height: 20px;}
.jquery-radio-formas_de_pagamento img
{
	background: transparent url(img/radioButtonFormaDePagamento.png) no-repeat;
	margin-top:5px;
	*margin:-2px;
	_margin-top:0;
	_margin-left:5px;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='radioButtonFormaDePagamento.png');
	
}

.jquery-radio-formas_de_pagamento img{
	background-position: 0px 0px;
}
.jquery-radio-formas_de_pagamento-hover img{
	background-position: 0px 0px;
}
.jquery-radio-formas_de_pagamento-checked img{
	background-position: 0px -40px;
}

.jquery-radio-formas_de_pagamento-checked .jquery-radio-formas_de_pagamento-hover img {
	background-position: 0px -40px;
}
jquery-radio jquery-radio-checked
.jquery-radio-formas_de_pagamento-disabled img{
	background-position: 0px 0px;
}
.jquery-radio-formas_de_pagamento-checked .jquery-radio-formas_de_pagamento-disabled img{
	background-position: 0px -100px;
}

