/*COFIGURAÇÃO GERAL BOTÃO*/
/*.button span{
	background-image:url(images/layout/spritesBotoes.png);
	background-repeat:no-repeat}
	
.button a{
	background-image:url(images/layout/spritesBotoes_L.png);
	background-repeat:no-repeat;
	padding-left:15px;
	display:inline-block;
	height: 25px;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	text-decoration: none;
	text-transform:uppercase;
    overflow: hidden;
	cursor:pointer}

.button a span{
	display: block;
	white-space: nowrap;
	padding:7px 15px 6px 0}	
*/
/*BOTÃO PRINCIPAL*/
/*
.button a.btPrincipal{
	background-position:left top}
.button a.btPrincipal span{
	background-position:right top}
	
.button a.btPrincipal:hover{
	background-position:left -25px}
.button a.btPrincipal:hover span{
	background-position:right -25px}
	
.button a.btPrincipal:active{
	background-position:left -50px}
.button a.btPrincipal:active span{
	background-position:right -50px;
	padding:8px 15px 5px 0}
*/	
/*BOTÃO PRINCIPAL*/
/*
.button a.btSecundario{
	background-position:left -75px}
.button a.btSecundario span{
	background-position:right -75px}
	
.button a.btSecundario:hover{
	background-position:left -100px}
.button a.btSecundario:hover span{
	background-position:right -100px}
	
.button a.btSecundario:active{
	background-position:left -125px}
.button a.btSecundario:active span{
	background-position:right -125px;
	padding:8px 15px 5px 0}
*/
	
/* BOTAO CINZA ICONE */
.botaoIcone{
	background-image:url(images/layout/produto_Sprites.png);
	background-position:-3px -89px;
	height:28px;
	display:inline-block;
	margin:0 5px 5px 0;
	padding-left:15px;}
	
.botaoIcone a{
	padding:8px 15px 8px 0;
	display:block;
	background-image:url(images/layout/produto_Sprites.png);
	background-position: right -118px;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	white-space:nowrap}
	
.botaoIcone .icone{
	width:20px;
	height:15px;
	margin-right:2px;
	background-image:url(images/layout/produto_Sprites.png);
	float:left}
	
.botaoIcone .icone.lupa{
	background-position: -6px -271px;}
.botaoIcone .icone.video{
	background-position: -32px -271px;}
.botaoIcone .icone.mais{
	background-position: -56px -271px;}
.botaoIcone .icone.balao{
	background-position:-82px -272px;}
	
.botaoIcone:hover{background-position:-3px -148px;}
.botaoIcone:hover a{background-position: right -177px;}

.botaoIcone:active{background-position:-3px -207px;}
.botaoIcone:active a{background-position: right -236px;}


/* BOTOES DUAS LINHAS */
/*.botaoDuasLinhas{
	background:url(images/layout/spritesBotoes_L.png) left -152px no-repeat;
	padding-left:15px;
	height:48px;
	overflow:hidden;
	display:inline-block;
	cursor:pointer;}
*/	
.botaoDuasLinhas a
{
	background: none repeat scroll 0 0 #E5C200;
    
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

    color: #FFFFFF;
    display: block;
    float: right;
    margin: 0 0 15px;
    padding: 7px 14px;
}
	
.botaoDuasLinhas a .linha1,
.botaoDuasLinhas a .linha2{
	display:block;
	text-align:center}

.botaoDuasLinhas a .linha1{
	border-bottom: 1px solid #F6D100;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 2px;
    padding: 5px 0;
    text-transform: uppercase;}
.botaoDuasLinhas a .linha2{
	padding:3px 0;
	font-size:11px;}

.botaoDuasLinhas:hover{
	background-position:left -201px}
	
.botaoDuasLinhas:hover a{
	background:#F6D100;}
	
.botaoDuasLinhas:active{
	background-position:left -251px}
	
.botaoDuasLinhas:active a{
	background-position:right -251px;
	color:#f4d09d}
	
botaoDuasLinhas:active a .linha1{
	padding:6px 0 4px}
botaoDuasLinhas:active a .linha2{
	padding:4px 0 2px}
	
	
.box .linha .btnLogarCentral
{
	color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    overflow: hidden;
    padding: 7px 14px;
    text-decoration: none;
    text-transform: uppercase;

    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

    background: #EE7F01; /* Old browsers */
	background: -moz-linear-gradient(top, #F79A26 0%, #EE7F01 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F79A26), color-stop(100%,#EE7F01)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #F79A26 0%,#EE7F01 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #F79A26 0%,#EE7F01 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #F79A26 0%,#EE7F01 100%); /* IE10+ */
	background: linear-gradient(to bottom, #F79A26 0%,#EE7F01 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F79A26', endColorstr='#EE7F01',GradientType=0 ); /* IE6-9 */
}
.box .linha .btnLogarCentral:hover
{
	background: #FA8B11; /* Old browsers */
	background: -moz-linear-gradient(top, #FFAC38 0%, #FA8B11 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFAC38), color-stop(100%,#FA8B11)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FFAC38 0%,#FA8B11 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FFAC38 0%,#FA8B11 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #FFAC38 0%,#FA8B11 100%); /* IE10+ */
	background: linear-gradient(to bottom, #FFAC38 0%,#FA8B11 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFAC38', endColorstr='#FA8B11',GradientType=0 ); /* IE6-9 */
}



#dadosCadastro .linha .calcularCupon a span
{
	padding: 5px 8px;
	color:#fff;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	background: #EE7F01; /* Old browsers */
	background: -moz-linear-gradient(top, #F79A26 0%, #EE7F01 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F79A26), color-stop(100%,#EE7F01)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #F79A26 0%,#EE7F01 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #F79A26 0%,#EE7F01 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #F79A26 0%,#EE7F01 100%); /* IE10+ */
	background: linear-gradient(to bottom, #F79A26 0%,#EE7F01 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F79A26', endColorstr='#EE7F01',GradientType=0 ); /* IE6-9 */
}
#dadosCadastro .linha .calcularCupon a span:hover
{
	background: #FA8B11; /* Old browsers */
	background: -moz-linear-gradient(top, #FFAC38 0%, #FA8B11 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFAC38), color-stop(100%,#FA8B11)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FFAC38 0%,#FA8B11 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FFAC38 0%,#FA8B11 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #FFAC38 0%,#FA8B11 100%); /* IE10+ */
	background: linear-gradient(to bottom, #FFAC38 0%,#FA8B11 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFAC38', endColorstr='#FA8B11',GradientType=0 ); /* IE6-9 */
}



/* Botoes Finalizar Pedido */

.btnFinalizarPedido a span
{
	background:#F6D100;
	height: 25px;
	font-size:11px;
	color:#fff;
	padding: 7px 10px;
	font-weight:bold;
	text-decoration: none;
	text-transform:uppercase;
    overflow: hidden;
	cursor:pointer;
	position: relative;
	top: 7px;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.btnFinalizarPedido a span:hover
{
	background:#E5C200;
}




/*  NOVOS BOTOES  */
.button a
{
	color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    overflow: hidden;
    padding: 7px 14px;
    text-decoration: none;
    text-transform: uppercase;

    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

    background: #F3001E; /* Old browsers */
	background: -moz-linear-gradient(top, #F3001E 0%, #B90000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F3001E), color-stop(100%,#B90000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #F3001E 0%,#B90000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #F3001E 0%,#B90000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #F3001E 0%,#B90000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #F3001E 0%,#B90000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F3001E', endColorstr='#B90000',GradientType=0 ); /* IE6-9 */
}
.button a:hover
{
	background: #FF3B59; /* Old browsers */
	background: -moz-linear-gradient(top, #FF3B59 0%, #CD1414 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF3B59), color-stop(100%,#CD1414)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FF3B59 0%,#CD1414 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FF3B59 0%,#CD1414 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #FF3B59 0%,#CD1414 100%); /* IE10+ */
	background: linear-gradient(to bottom, #FF3B59 0%,#CD1414 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF3B59', endColorstr='#CD1414',GradientType=0 ); /* IE6-9 */
}
.button a:active
{
	background: #D40000; /* Old browsers */
	background: -moz-linear-gradient(top, #D40000 0%, #CD1414 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D40000), color-stop(100%,#CD1414)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #D40000 0%,#CD1414 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #D40000 0%,#CD1414 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #D40000 0%,#CD1414 100%); /* IE10+ */
	background: linear-gradient(to bottom, #D40000 0%,#CD1414 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D40000', endColorstr='#CD1414',GradientType=0 ); /* IE6-9 */
}

/*.button .btSecundario
{
	color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    overflow: hidden;
    padding: 7px 14px;
    text-decoration: none;
    text-transform: uppercase;

    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

    background: #999999; 
	background: -moz-linear-gradient(top, #999999 0%, #666666 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#666666));
	background: -webkit-linear-gradient(top, #999999 0%,#666666 100%); 
	background: -o-linear-gradient(top, #999999 0%,#666666 100%); 
	background: -ms-linear-gradient(top, #999999 0%,#666666 100%); 
	background: linear-gradient(to bottom, #999999 0%,#666666 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#666666',GradientType=0 );
}
.button .btSecundario:hover
{
	background: #999999;
}
.button .btSecundario:active
{
	box-shadow: 3px 3px 4px -2px #333 inset;
	background: #999999; 
	background: -moz-linear-gradient(top, #999999 0%, #666666 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#666666));
	background: -webkit-linear-gradient(top, #999999 0%,#666666 100%); 
	background: -o-linear-gradient(top, #999999 0%,#666666 100%); 
	background: -ms-linear-gradient(top, #999999 0%,#666666 100%);
	background: linear-gradient(to bottom, #999999 0%,#666666 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#666666',GradientType=0 ); 
}*/