@charset "UTF-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,600,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);


html
{
	-webkit-font-smoothing: subpixel-antialiased;
}

img
{
	border:none;
}

a
{
	text-decoration:none;
	border:none;
	color:inherit;
}

a:hover
{
	text-decoration: underline;
}

.clearfloat
{
	font-size:1px;
	line-height:0;
	height:0;
	clear:both;
}

body
{
	background-image:url(../img/fundo.jpg);
	background-repeat:no-repeat; 
	background-position:top center;
	background-color:#000000;
	margin:0px;
	padding:0px;
	font-family: 'Open Sans', sans-serif;
}

ul li a:hover
{
	text-decoration:underline;
}

@font-face
{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: local('Open Sans Light'), local('OpenSans-Light'), url(OpenSans-Light.woff) format('woff');
}

@font-face
{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans'), local('OpenSans'), url(OpenSans.woff) format('woff');
}

@font-face
{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(OpenSans-Semibold.woff) format('woff');
}

#hzHeader
{
	width:100%;
	height:62px;
	background-image:url(../../img/bgBarraHazit.png);
	background-repeat:repeat-x;
	border-bottom: 1px solid #464646;
}

#hzHeader .headerContainer
{
	width:985px;
	margin:0 auto;	
}

#hzHeader .headerContainer .logo
{
	width: 51px;
	height: 45px;
	float:left;
	margin: 5px 0 0 16px;
}

#hzHeader .headerContainer .links
{
	float: right;
}

#hzHeader .headerContainer .texto
{
	float: right;
	margin-top: 22px;
}

#hzHeader .headerContainer .texto .lnk
{
	margin-right: 30px;
	color: #FFFFFF;
	font-size: 12px;
}

#hzHeader .headerContainer .links .login
{
  background-image:url(../../img/bt_login.png);
  background-position:0 0;
  float:left;
  height:41px;
  margin-right:10px;
  margin-top:10px;
  width:153px;
}

#hzHeader .headerContainer .links .cadastre
{
  background-image:url(../../img/bt_cadastro.png);
  background-position:0 0;
  float:left;
  height:41px;
  margin-top:10px;
  margin-right:10px;
  width:153px;
}

#hzHeader .headerContainer .links .minhaconta
{
  background-image:url(../../img/bt_minhaconta.png);
  background-position:0 0;
  float:left;
  height:41px;
  margin-right:10px;
  margin-top:10px;
  width:153px;
}

#hzHeader .headerContainer .links .logout
{
  background-image:url(../../img/bt_logout.png);
  background-position:0 0;
  float:left;
  height:41px;
  margin-top:10px;
  margin-right:10px;
  width:153px;
}

#hzHeader .headerContainer .links .btadmin
{
  background-image:url(../../img/bt_admin.png);
  background-position:0 0;
  float:left;
  height:41px;
  margin-right:10px;
  margin-top:10px;
  width:193px;
}

#hzHeader .headerContainer .links .login:hover,#hzHeader .headerContainer .links .cadastre:hover,#hzHeader .headerContainer .links .minhaconta:hover,#hzHeader .headerContainer .links .logout:hover,#hzHeader .headerContainer .links .btadmin:hover
{
  background-position:0 41px;
}
.geral
{
	width:980px;
	margin: 0 auto;
}
.logo_priston
{
	background-image:url(../img/logo_priston.png);
	background-repeat:no-repeat;
	display: inline-block;
	width:215px;
	height:170px;
	margin-top:4px;
	position:relative;
	z-index:999;
	cursor:pointer;
}
.logo_priston2
{
	background-image:url(../img/logo_priston2.png);
	background-repeat:no-repeat;
	display: inline-block;
	width:228px;
	height: 50px;
    margin-top: 50px;
    padding: 0px 0 65px 0;
	position:relative;
	z-index:999;
	cursor:pointer;
}
.barra_bem_vindo
{
	background: #1E1E1E;
	width:950px;
	height:36px;
	padding-top:10px;
	padding-left:30px;
	font-size:12px;
	z-index:999;
}
.bem_vindo
{
	font-size:16px;
	color:#ffe400;
}
.bem_vindo a
{
	text-decoration:underline;
	color:#FFA200;
}
.carrinho
{
	padding: 3px 10px;
	height: 25px;
	margin: -24px 11px 0 0;
	float: right;
	background: #FFE400;
	font-size: 12px;
	color: #000;
}
.carrinho:hover
{
	background:#ffb300;
}
.carrinho img
{
	margin-right: 6px;
	vertical-align: -3px;
}
.carrinho b
{
	font-size: 15px;
	font-weight: normal;
}
.fundo_branco
{
	width:980px;
	background: #1F1F1F;
}
.coluna_esquerda
{
	margin-left: 2px;
	padding-top: 2px;
	background: #252525;
	width: 237px;
	float: left;
}
.coluna_direita
{
	width: 741px;
	float: left;
}
.menu_fundo
{
	border-bottom: 1px solid #FFE400;
	width: 221px;
	height: 20px;
	padding: 8px;
	font-size: 16px;
	color: #FFE400;
	text-transform: uppercase;
}
.fechar_menu
{
	background-image:url(../img/bt_menu.png);
	background-repeat:no-repeat;
	background-position:0px -11px;
	width:11px;
	height:11px;
	cursor:pointer;
	display: inline-block;
	margin: 0 10px 1px 5px;
}
.abrir_menu
{
	background-image:url(../img/bt_menu.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:11px;
	height:11px;
	cursor:pointer;
	display: inline-block;
	margin: 0 10px 1px 5px;
}
.esconder_menu
{
	background-image:url(../img/abrir_fechar_menu.png);
	background-repeat:no-repeat;
	background-position:0px -40px;
	width:20px;
	height:20px;
	margin-top:-17px;
	margin-left:190px;
	cursor:pointer;
}
.menu_abrir_fechar
{
	margin:0px;
	padding: 5px 15px 15px 5px;
	width: 204px;
}
.menu_abrir_fechar ul
{
	list-style:none;
	padding:0px;
	margin-left:20px;
	font-size:15px;
	color:#ffffff;
}
.menu_abrir_fechar ul li
{
	list-style:none;
	font-size:12px;
	color:#ffffff;
	margin-left:-10px;
	padding-top:10px;
}
.banner_coluna1
{
	background-image:url(../img/banner_coluna_1.jpg);
	background-repeat:no-repeat;
	width:216px;
	height:111px;
	margin: 7px 0 4px 9px;
	cursor:pointer;
	display:inline-block;
}
.banner_coluna2
{
	background-image:url(../img/banner_coluna_2.jpg);
	background-repeat:no-repeat;
	width:216px;
	height:111px;
	margin: 7px 0 4px 9px;
	cursor:pointer;
	display:inline-block;
}
.menu_tutorial
{
	background-image:url(../img/banner_coluna_3.jpg);
	background-repeat:no-repeat;
	width:216px;
	height:43px;
	margin: 7px 0 10px 9px;
	cursor:pointer;
	display:inline-block;
}
.bt_rotate1:hover
{
	-moz-transform: rotate(2deg);
	-webkit-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	transform: rotate(2deg);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.bt_rotate2:hover
{
	-moz-transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	transform: rotate(-2deg);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.menu_creditos
{
	background-image:url(../img/menu_creditos.png);
	background-repeat:no-repeat;
	width:228px;
	height:52px;
	margin-top:5px;
	cursor:pointer;
}
.menu_ativa_creditos
{
	background-image:url(../img/menu_ativa_creditos.png);
	background-repeat:no-repeat;
	width:228px;
	height:52px;
	margin-top:5px;
	cursor:pointer;
}
.menu_parceiros
{
	background-image:url(../img/menu_parceiros.png);
	background-repeat:no-repeat;
	width:228px;
	height:52px;
	margin-top:5px;
	cursor:pointer;
}
.novidades_e_promocoes
{
	position:relative;
	width:237px;
	height:425px;
	margin-top:11px;
	margin-bottom:20px;
}
.novidades_promocoes_fundo
{
	width: 237px;
	height: 32px;
	border-top: 1px solid #454545;
	padding: 5px 0;
	border-bottom: 1px solid #FFE400;
}
.novidades_promocoes_fundo_ativo
{
	width:116px;
	height:24px;
	font-size:12px;
	color:#ffe400;
	text-transform:uppercase;
	text-align:center;
	padding-top:8px;
	cursor:pointer;
	float:left;
	position:absolute;
}
.novidades_promocoes_fundo_desativado
{
	width:112px;
	height:24px;
	font-size:12px;
	color:#999999;
	text-transform:uppercase;
	text-align:center;
	padding-top:8px;
	cursor:pointer;
	float:left;
	margin-left:114px;
	position:absolute;
}
.novidades_promocoes_fundo div:hover
{
	color:#e3dca5!important;
}
.novidades_promocoes_fundo_ajax
{
	background-image:url(../img/novidades_promocoes_fundo_ativo.png);
	background-repeat:no-repeat;
	width:116px;
	height:33px;
	position:relative;
}
.conteudoPromocoes
{
	display:none;
}
.novidades_e_promocoes_dentro
{
}
.novidades_e_promocoes_dia
{
	font-size:12px;
	color:#ff9000;
	margin-top: 15px;
	margin-left: 10px;
}
.novidades_e_promocoes_titulo
{
	font-size:12px;
	color:#ffd800;
	padding-top:5px;
	margin-left: 10px;
}
.novidades_e_promocoes_titulo2
{
	font-size:12px;
	color:#ffd800;
	padding-top:15px;
	margin-left: 10px;
}
.novidades_e_promocoes_texto
{
	font-size:11px;
	color:white;
	padding-top:5px;
	text-align:left;
	margin-left: 10px;
	line-height:12px;
}
.hr_coluna
{
	background-image: url(../img/hr_coluna.png);
	width: 237px;
	height: 2px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.banner
{
	position:relative;
	width:741px;
	height:286px;
	z-index:0;
	overflow:hidden;
}
.banner img
{
	position:absolute;
	top:0px;
	left:0px;
	max-width:none;
}
.carrega_banner
{
	position:absolute;
	width:713px;
	height:184px;
	text-align:center;
	z-index:999;
}
.banner_seta_esquerda
{
	background-image:url(../img/banner_setas.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	position:absolute;
	width:27px;
	height:28px;
	top:155px;
	left:655px;
	cursor:pointer;
	z-index:999;
	display:none;
}
.banner_seta_direita
{
	background-image:url(../img/banner_setas.png);
	background-repeat:no-repeat;
	background-position:-27px 0px;
	position:absolute;
	width:27px;
	height:28px;
	top:155px;
	left:682px;
	cursor:pointer;
	z-index:999;
	display:none;
}
.destaque_menu_fundo
{
	background-image:url(../img/menu_fundo2.png);
	background-repeat:no-repeat;
	position:relative;
	width:685px;
	height:22px;
	margin-top:20px;
	padding:10px;
	padding-left:20px;
	font-weight:bold;
	font-size:18px;
	color:#ffe400;
	text-transform:uppercase;
}
.itens_em_destaque_fundo
{
	width: 741px;
	height: 184px;
	position: relative;
}
.itens_em_destaque_seta_esquerda
{
	background-image:url(../img/setas_banner.png);
	background-repeat:no-repeat;
	background-position:0 0px;
	position:absolute;
	width:24px;
	height:140px;
	margin-top:15px;
	left: 22px;
	cursor:pointer;
}
.itens_em_destaque_seta_esquerda:hover
{
	background-position:-24px 0;
}
.itens_em_destaque_seta_direita
{
	background-image:url(../img/setas_banner.png);
	background-repeat:no-repeat;
	background-position:-24px -140px;
	position:absolute;
	width:24px;
	height:140px;
	margin-top: 15px;
	left: 705px;
	cursor:pointer;
}
.itens_em_destaque_seta_direita:hover
{
	background-position:0 -140px;
}
.itens_em_destaque_imagens_hidden
{
	overflow: hidden;
	width: 644px;
	height: 170px;
	margin-left: 53px;
	padding-top: 16px;
	float: left;
	z-index: 999;
}
.itens_em_destaque_imagens
{
	width:5000px;
	max-width:5000px !important;
	height:150px;
	float:left;
	z-index:0;
	overflow:hidden;
}
.itens_em_destaque_imagens img
{
	border: 1px solid #F3C717;
	margin-right: 12px;
	width: 150px;
	height: 138px;
	cursor: pointer;
	overflow: visible;
}
.mais_vendidos_menu
{
	border-bottom: 1px solid #FFE400;
	position: relative;
	margin-bottom: 6px;
	width: 729px;
	height: 22px;
	padding: 10px 0 6px 12px;
	font-size: 18px;
	color: #FFE400;
	text-transform: uppercase;
}
.produto
{
	width:168px;
	height:327px;
	float:left;
	margin-right:14px;
	overflow:hidden;
}
.produto_fundo:hover .mais_detalhes_produto
{
	display:block;
}
.produto_promocao:hover .mais_detalhes_produto
{
	display:block;
}
.produto_novo:hover .mais_detalhes_produto
{
	display:block;
}
.produto_relampago:hover .mais_detalhes_produto
{
	display:block;
}
.produto_exclusivo:hover .mais_detalhes_produto
{
	display:block;
}
.produto_limitado:hover .mais_detalhes_produto
{
	display:block;
}
.produto_combo:hover .mais_detalhes_produto
{
	display:block;
}
.produto_fundo
{
	background-image:url(../img/produto_fundo.png);
	background-repeat:no-repeat;
	width:168px;
	height:113px;
	position: relative;
	margin-top:6px;
	text-align:center;
	padding-top:30px;
}
.produto_fundo img
{
	cursor:pointer;
}
.produto_promocao
{
	background-image:url(../img/produto_promocao.png);
	background-repeat:no-repeat;
	width:168px;
	height:113px;
	position: relative;
	margin-top:6px;
	text-align:center;
	padding-top:30px;
}
.produto_promocao img
{
	cursor:pointer;
}
.produto_combo
{
	background-image:url(../img/produto_combo.png);
	background-repeat:no-repeat;
	width:168px;
	height:113px;
	position: relative;
	margin-top:6px;
	text-align:center;
	padding-top:30px;
}
.produto_combo img
{
	cursor:pointer;
}
.produto_novo
{
	background-image:url(../img/produto_novo.png);
	background-repeat:no-repeat;
	width:168px;
	height:113px;
	position: relative;
	margin-top:6px;
	text-align:center;
	padding-top:30px;
}
.produto_novo img
{
	cursor:pointer;
}
.produto_relampago
{
	background-image:url(../img/produto_relampago.png);
	background-repeat:no-repeat;
	width:168px;
	height:113px;
	position: relative;
	margin-top:6px;
	text-align:center;
	padding-top:30px;
}
.produto_relampago img
{
	cursor:pointer;
}
.produto_exclusivo
{
	background-image:url(../img/produto_exclusivo.gif);
	background-repeat:no-repeat;
	width:168px;
	height:113px;
	position: relative;
	margin-top:6px;
	text-align:center;
	padding-top:30px;
}
.produto_exclusivo img
{
	cursor:pointer;
}
.produto_limitado
{
	background-image:url(../img/produto_limitado.png);
	background-repeat:no-repeat;
	width:168px;
	height:113px;
	position: relative;
	margin-top:6px;
	text-align:center;
	padding-top:30px;
}
.produto_limitado
{
	cursor:pointer;
}
.mais_detalhes_produto
{
	background-color:#000;
	width:168px;
	height:93px;
	position:absolute;
	color:white;
	z-index:999;
	text-align:center;
	margin-top:-30px;
	margin-left:0px;
	padding-top:50px;
	font-weight:bold;
	font-size:12px;
	opacity:0.75;
	-moz-opacity:0.75;
	filter: alpha(opacity=75);
	cursor:pointer;
	display:none;
}
.produto_texto
{
	width:158px;
	height:184px;
	min-height:184px;
	text-align:center;
	line-height:13px;
	padding: 14px 5px 0 5px;
	overflow:visible;
}
.produto_nome
{
	display: inline-block;
	font-size:14px;
	color:#f19000;
	text-transform:uppercase;
	line-height:13px;
}
.produto_descricao
{
	margin-bottom: 10px;
	width: 158px;
	border-bottom: 1px solid #393939;
	font-size: 12px;
	color: #808080;
	line-height: 13px;
	display: inline-block;
	padding-bottom: 10px;
}
.produto_preco
{
	text-align: center;
	padding-top: 5px;
	float: left;
	font-size: 14px;
	color: #FFE400;
	text-transform: uppercase;
	line-height: 13px;
	width: 82px;
}
.produto_texto a
{
	text-decoration: none;
}
.comprar
{
	float: right;
	padding: 5px;
	width: 63px;
	height: 14px;
	background: #FFE400;
	font-size: 12px;
	text-align: center;
	color: #000;
	text-decoration: none;
}
.cancelarVenda
{
	float: right;
	padding: 5px;
	width: 113px;
	height: 14px;
	background: #FFE400;
	font-size: 12px;
	text-align: center;
	color: #000;
	text-decoration: none;
}
.comprar:hover, .cancelarVenda:hover
{
	background: #FFB300;
	cursor:pointer;
	text-decoration:none;
}
.rede
{
	width:227px;
	height:306px;
	margin-bottom: 40px;
	margin-right:15px;
	float:left;
}
.rede_menu
{
	width: 224px;
	float: left;
	margin-top: 18px;
	text-transform: uppercase;
	color: #FFE400;
	border-bottom: 1px solid #FFE400;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.rede_texto
{
	width: 224px;
	height: 270px;
	color: #D4D4D4;
	float: left;
}
.parceiros
{
	background-color:#636363;
	width:224px;
	height:94px;
	float:left;
	color:white;
	font-size:14px;
	text-align:center;
	margin-top:18px;
	margin-left:5px;
}
.menu_perfil
{
	background-color: #333;
	width: 194px;
	height: 57px;
	margin-left: 6px;
	color: #FFE400;
	padding-top: 10px;
	padding-left: 20px;
	margin-top: 7px;
	font-size: 12px;
}
.menu_perfil_foto
{
	background-color:#717171;
	width:46px;
	height:46px;
	border:1px solid white;
	cursor:pointer;
}
.menu_perfil_info
{
	margin-top:-49px;
	margin-left:55px;
	line-height:17px;
}
.estrelas_rep
{
	width:100px;
	height:14px;
	margin-top:-15px;
	margin-left:68px;
}
.estrela_rep
{
	background-image:url(../img/estrela.png);
	background-repeat:no-repeat;
	width:14px;
	height:14px;
	float:left;
	margin-right:1px;
}
.perfil_completo_texto
{
	font-size:11px;
	color:#f19000;
	text-decoration:underline;
	margin-top:18px;
	margin-left:74px;
}
.perfil_completo_texto a
{
	color:#f19000;
	text-decoration:underline;
}
.alterar_avatar
{
	font-size:11px;
	color:#f19000;
	text-decoration:underline;
	text-align:left;
	margin-top:10px;
	position:absolute;
}
.alterar_avatar a
{
	color:#f19000;
	text-decoration:underline;
}
.barra_coluna_direita
{
	border-bottom: 1px solid #FFE400;
	position: relative;
	margin-bottom: 26px;
	width: 729px;
	height: 22px;
	padding: 10px 0 6px 12px;
	font-size: 18px;
	color: #FFE400;
	text-transform: uppercase;
}
.menu_do_usuario_categoria
{
	margin: 10px 0 0 0;
	font-size: 11px;
	color: #FF9000;
	text-transform: none;
}
.menu_do_usuario_categoria a
{
	font-size:11px;
	color:#ff9000;
	text-transform:none;
}
.filtrar_menu_do_usuario
{
	position:absolute;
	top:16px;
	left:627px;
}
.header_do_usuario
{
	background-color:#6f6f6f;
	width:713px;
	height:184px;
	margin-top:7px;
}
.produtos_paginacao
{
	margin: 5px auto 20px auto;
	width: 600px;
}
.numeracao
{
	width: 27px;
	height: 21px;
	text-align: center;
	cursor: pointer;
	float: left;
	margin-right: 12px;
	padding-top: 6px;
	font-size: 12px;
	color: #000;
	background: #FFE400;
}
.numeracao2
{
	width: 27px;
	height: 21px;
	text-align: center;
	cursor: pointer;
	float: left;
	margin-right: 12px;
	padding-top: 6px;
	font-size: 12px;
	color: #585858;
	background: #d3c024;
}
.numeracao:hover, .numeracao2:hover
{
	background: #FFB300;
}
.detalhes_do_produto
{
	width: 729px;
	position: relative;
}
.promocao
{
	background-image:url(../img/promocao_etiqueta.png);
	background-repeat:no-repeat;
	position:absolute;
	width:72px;
	height:16px;
	margin-top:0px;
	margin-left:0px;
}
.novo
{
	background-image:url(../img/promocao_novo.png);
	background-repeat:no-repeat;
	position:absolute;
	width:72px;
	height:16px;
	margin-top:0px;
	margin-left:0px;
}
.relampago
{
	background-image:url(../img/promocao_relampago.png);
	background-repeat:no-repeat;
	position:absolute;
	width:84px;
	height:16px;
	margin-top:0px;
	margin-left:0px;
}
.exclusivo
{
	background-image:url(../img/promocao_exclusivo.gif);
	background-repeat:no-repeat;
	position:absolute;
	width:84px;
	height:16px;
	margin-top:0px;
	margin-left:0px;
}
.limitado
{
	background-image:url(../img/promocao_limitado.png);
	background-repeat:no-repeat;
	position:absolute;
	width:72px;
	height:16px;
	margin-top:0px;
	margin-left:0px;
}
.combo
{
	background-image:url(../img/promocao_combo.png);
	background-repeat:no-repeat;
	position:absolute;
	width:72px;
	height:16px;
	margin-top:0px;
	margin-left:0px;
}
.produto_detalhes
{
	background-image:url(../img/produto_detalhes.png);
	background-repeat:no-repeat;
	width:227px;
	height:143px;
	text-align:center;
	margin-top:16px;
	margin-left:16px;
	padding-top:50px;
}
.produto_detalhes.prelampago
{
	background-image:url(../img/produto_detalhes_relampago.png);
}
.produto_detalhes.pexclusivo
{
	background-image:url(../img/produto_detalhes_exclusivo.gif?1.1);
}
.produto_detalhes_promocao
{
	background-image:url(../img/produto_detalhes_promocao.png);
	background-repeat:no-repeat;
	width:227px;
	height:143px;
	text-align:center;
	margin-top:16px;
	margin-left:16px;
	padding-top:50px;
}
.produto_detalhes_descricao
{
	position: relative;
	margin: 13px 0 10px 15px;
	float: left;
}
.produto_detalhes_nome
{
	margin-bottom: 5px;
	font-size:18px;
	color:#ff9000;
	text-transform:uppercase;
	width: 300px;
}
.produto_detalhes_texto
{
	font-size:11px;
	color:#d4d4d4;
	width:290px;
	text-align:left;
	min-height: 200px;
	line-height:14px;
}
.produto_detalhes_texto span.galantia
{
	width: 370px;
	display: inline-block;
	text-align: justify;
}
.produto_detalhes_texto span.valento
{
	margin-left: -230px;
	text-align: justify;
	display: inline-block;
	width: 670px;
}
img.prevenda
{
	position: absolute;
	margin-left: -770px;
	margin-top: 15px;
}
.produto_detalhes_texto span.galantia a, .produto_detalhes_texto span.valento a
{
	text-decoration: underline;
}
.produto_detalhes_preco
{
	float: left;
	margin-top: 15px;
	margin-left: 10px;
	font-size: 18px;
	color: #FFD800;
}
.produto_detalhes_redes
{
	margin: 30px 0 0 32px;
}
.aproveite_e_compre_tambem
{
	background-image:url(../img/menu_fundo2.png);
	background-repeat:no-repeat;
	width:703px;
	height:22px;
	float:left;
	margin-top:15px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:12px;
	font-weight:bold;
	font-size:18px;
	color:#fee400;
	text-transform:uppercase;
}
.aproveite_fundo
{
	background-color:#1e1e1e;
	border:1px solid #dda100;
	border-top:none;
	width:712px;
	height:227px;
	float:left;
}
.produto_promocao_aproveite
{
	background-image:url(../img/produto_promocao.png);
	background-repeat:no-repeat;
	width:168px;
	height:113px;
	margin-top:16px;
	margin-left:18px;
	text-align:center;
	padding-top:30px;
}
.produto_promocao_aproveite img
{
	cursor:pointer;
}
.produto_promocao_aproveite2
{
	background-image:url(../img/produto_promocao.png);
	background-repeat:no-repeat;
	position:absolute;
	width:168px;
	height:113px;
	margin-top:-143px;
	margin-left:245px;
	text-align:center;
	padding-top:30px;
}
.produto_promocao_aproveite2 img
{
	cursor:pointer;
}
.mais
{
	background-image:url(../img/mais.png);
	background-repeat:no-repeat;
	position:absolute;
	width:30px;
	height:31px;
	margin-top:-90px;
	margin-left:200px;
}
.aproveite_economize_texto
{
	position:absolute;
	margin-top:-120px;
	margin-left:430px;
	width:300px;
	text-align:center;
	line-height:19px;
}
.aproveite_economize
{
	font-weight:bold;
	font-size:14px;
	color:#fe8f00;
	text-transform:uppercase;
}
.aproveite_compre_os_dois
{
	font-weight:bold;
	font-size:14px;
	color:white;
	text-transform:uppercase;
}
.aproveite_preco
{
	font-weight:bold;
	font-size:18px;
	color:#ffd800;
	text-transform:uppercase;
}
.aproveite_item1
{
	position:absolute;
	margin-top:5px;
	width:200px;
	text-align:center;
	line-height:20px;
}
.aproveite_item2
{
	position:absolute;
	margin-top:5px;
	margin-left:230px;
	width:200px;
	text-align:center;
	line-height:20px;
}
.aproveite_item_nome
{
	font-weight:bold;
	font-size:18px;
	color:#fe8f00;
	text-transform:uppercase;
}
.aproveite_item_preco
{
	font-weight:bold;
	font-size:14px;
	color:#ffd800;
	text-transform:uppercase;
}
.itens_similares
{
	background-image:url(../img/menu_fundo2.png);
	background-repeat:no-repeat;
	width:703px;
	height:22px;
	float:left;
	margin-top:15px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:12px;
	font-weight:bold;
	font-size:18px;
	color:#fee400;
	text-transform:uppercase;
}
.ok
{
	background-image:url(../img/ok.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:33px;
	height:30px;
	margin-top:17px;
}
.ok:hover
{
	background-position:0px -30px;
	cursor:pointer;
}
.okPergaminho
{
	float: right;
	padding: 30px;
	width: 16px;
	height: 14px;
	background: #FFE400;
	font-size: 12px;
	text-align: center;
	color: #000;
	text-decoration: none;
	margin: 17px 0 0 5px;
}
.ok3, .ok4
{
	float: right;
	padding: 5px;
	width: 32px;
	height: 14px;
	background: #FFE400;
	font-size: 12px;
	text-align: center;
	color: #000;
	text-decoration: none;
	margin: 17px 0 0 5px;
}
.okPagSeguro
{
	float: left;
	padding: 5px;
	width: 165px;
	height: 14px;
	background: #FFE400;
	font-size: 12px;
	text-align: center;
	color: #000;
	text-decoration: none;
	margin: 26px 0 12px 10px;
}
.okPayPal
{
	float: left;
	padding: 5px;
	width: 130px;
	height: 14px;
	background: #FFE400;
	font-size: 12px;
	text-align: center;
	color: #000;
	text-decoration: none;
	margin: 26px 0 0 5px;
}
.okMercadoPago
{
	float: left;
	padding: 5px;
	width: 180px;
	height: 14px;
	background: #FFE400;
	font-size: 12px;
	text-align: center;
	color: #000;
	text-decoration: none;
	margin: 26px 0 0 5px;
}
.btEfetuarMigracao
{
	float: left;
	padding: 5px;
	width: 160px;
	height: 14px;
	background: #FFE400;
	font-size: 12px;
	text-align: center;
	color: #000;
	display: none;
	text-decoration: none;
	margin: 10px 0px 12px 171px;
}
.ok3:hover, .ok4:hover, .okPergaminho:hover, .okPagSeguro:hover, .okPayPal:hover, .okMercadoPago:hover, .btEfetuarMigracao:hover
{
	background: #FFB300;
	cursor:pointer;
}
.div_sel.selectItens
{
	background: url(../img/pesquisar_itens.png)!important;
	width:340px!important;
}
.div_sel.selectItens .valor
{
	width:295px!important;
}
.div_sel.selectItens .select
{
	width:337px!important;
	max-height: 300px!important;
}
.div_sel.selectItens .select .option
{
	width:310px!important;
}
.div_sel .select
{
	position: absolute;
	width: 166px;
	border: 1px solid #252018;
	background: #0b0b0b;
	display: none;
	overflow:auto;
	max-height: 220px;
	overflow-y: auto;
	overflow-x: hidden;
	text-align: left;
	margin-left: 1px;
}

.div_sel .select .option
{
	font-size: 12px;
	color: #fefefe;
	height: 26px;
	width: 403px;
	overflow: hidden;
	cursor: pointer;
	padding: 10px 0 0 10px;
}

.pesquisar_item_carrinho .div_sel .select .option.disabled
{
	user-select: none;
	cursor: not-allowed;
	-webkit-text-stroke: 0.35px #ff0000;
	color: #fff;
}

.pesquisar_item_carrinho .div_sel .idhas
{
	opacity: 0;
	top: 165px;
	left: 95px;
	width: 235px;
	color: #fefefe;
	font-size: 11px;
	line-height: 13px;
	text-align: center;
	padding: 6px 10px 8px;
	background: linear-gradient(rgb(37, 37, 37) 0px, rgb(37, 37, 37) 0px) padding-box, conic-gradient(from calc(45deg) at 0px 15px, rgb(40 40 40) 90deg, rgba(0, 0, 0, 0) 0%) 0px 15px / 15px 30px no-repeat border-box;
	filter: drop-shadow(1px 1px 5px rgb(100 100 100 / 30%));
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
	border: solid 8px transparent;
	border-radius: 15px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	pointer-events: none;
	position: absolute;
}

.pesquisar_item_carrinho .div_sel .idhas > b
{
	-webkit-text-stroke: 0.2px rgb(255 255 255 / 50%);
}

.pesquisar_item_carrinho .div_sel .idhas > span
{
	margin: 4px 0 2px 25px;
	text-align: left;
	display: block;
	color: #f7dfdf;
	line-height: 15px;
}

.pesquisar_item_carrinho .div_sel:has(> .select .option.disabled:hover) .idhas
{
	opacity: 1;
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}

.div_sel .valor
{
	font-size: 12px;
	color: #fefefe;
	padding: 8px 30px 0 10px;
	height: 21px;
	width: 130px;
	overflow: hidden;
	text-align: left;
}
.input_data
{
	background: url(../img/bg_select_data.png);
	width:170px;
	height: 28px;
	position: relative;
	float: left;
	margin-top: 17px;
	font-size: 12px;
	color: #fefefe;
	border: 0;
	margin-left: 1px;
	cursor: pointer;
	text-align: center;
}
.div_sel
{
	background: url(../img/pesquisar_categoria.png);
	width:170px;
	height: 30px;
	position: relative;
	float: left;
	cursor: pointer;
	margin-top: 17px;
}
.div_sel2
{
	margin-right: 10px;
	background: url(../img/bg_busca_categoria.png);
	width: 309px;
	height: 42px;
	position: relative;
	float: left;
	cursor: pointer;
}
.div_sel2 .select
{
	position: absolute;
	width: 306px;
	background: #000;
	display: none;
	max-height: 150px;
	overflow-y: auto;
	overflow-x: hidden;
	text-align: left;
}

.div_sel2 .select .option2
{
	font-size: 14px;
	color: #666;
	height: 26px;
	width: 403px;
	overflow: hidden;
	cursor: pointer;
	padding: 6px 0 0 10px;
}

.div_sel2 .valor
{
	font-size: 16px;
	color: #666;
	padding: 10px 30px 0 10px;
	height: 32px;
	width: 269px;
	overflow: hidden;
	text-align: left;
}


.pesquisar
{
	position: absolute;
	width: 685px;
	height: 55px;
	margin-top: -108px;
	margin-left: 451px;
}
.pesquisar .texto_pesquisa
{
	background-color: #000;
	float: left;
	width: 210px;
	height: 42px;
	display: inline-block;
}
.pesquisar .texto_pesquisa input[type="text"]
{
	height: 33px;
	width: 152px;
	padding: 0 6px;
	border: 0;
	background-color: #000;
	color: #666;
	font-size: 16px;
	margin: 5px 5px;
	display: inline-block;
	float: left;
	font-family: 'Open Sans', sans-serif;
}
.pesquisar .texto_pesquisa input[type="image"]
{
	background-image: url(../img/img_seta_busca.png);
	background-position: 0 0;
	width: 32px;
	height: 32px;
	float: left;
	margin: 5px 0;
	display: inline-block;
	border: none;
	color: rgba(0, 0, 0, 0);
}
.pesquisar .texto_pesquisa input[type="image"]:hover
{
	background-position: -32px 0;
}
.rodape
{
	width:100%;
	height: 440px;
	margin-top: -15px;
	background:#1f1f1f;
	border-top: 1px solid #ffe508;
}
.rodape .col iframe
{
	height: 30px;
}
.rodape .rpGeral
{
	width:985px;
	margin:0 auto;
}

.rodape .rpGeral .txtPriston
{
	margin:40px 10px;
	display:inline-block;
}

.rodape .rpGeral .cols
{
	width:945px;
	height:200px;
	margin:0 auto;
	font-size:11px;
	color:#929292;
}

.rodape .rpGeral .cols .col
{
	width:235px;
	height:205px;
	float:left;
}

.rodape .rpGeral .cols .col:first-child
{
	color:#958919!important;
}

.rodape .rpGeral .cols .col:first-child a
{
	padding:0!important;
	background:none!important;
}

.rodape .rpGeral .cols a
{
	background-image: url(../img/img_seta_1.png);
	padding-left: 14px;
	background-repeat: no-repeat;
	background-position-y: 2px;
	display: inline-block;
}

.rodape .rpGeral .cols .col div
{
	margin-bottom:20px;
}

.linhaFixa
{
	width:100%;
	height:40px;
	background-image:url(../../img/bgLinhaFixa.png);
	background-repeat:repeat-x;
	position:fixed;
	bottom: -1px;
	z-index: 999;
}

.linhaFixa .conteudo
{
	width: 980px;
	margin: 0 auto;
	font-size: 12px;
	color: #FFD800;
}

.linhaFixa .conteudo .botoes
{
	float: right;
}

.linhaFixa .conteudo .botoes span
{
	height: 41px;
	padding: 11px 0 0 0;
	display: inline-block;
	float: left;
	margin-right: 8px;
}

.linhaFixa .conteudo .botoes .bt
{
	width: 24px;
	height: 24px;
	float: left;
	margin: 6px 2px 0 2px;
	background-position: 0 0;
}

.linhaFixa .conteudo .botoes .bt:hover
{
	background-position: 0 24px;
}

.linhaFixa .conteudo .botoes .facebook
{
	background-image: url(../../img/bt_facebook.png);
}

.linhaFixa .conteudo .botoes .twitter
{
	background-image: url(../../img/bt_twitter.png);
}

.linhaFixa .conteudo .botoes .googleplus
{
	background-image: url(../../img/bt_googlePlus.png);
}

.linhaFixa .conteudo .botoes .youtube
{
	background-image: url(../../img/bt_youtube.png);
}

.linhaFixa .conteudo .botoes .flickr
{
	background-image: url(../../img/bt_flickr.png);
}

.linhaFixa .conteudo .botoes .orkut
{
	background-image: url(../../img/bt_orkut.png);
}

.rede_texto .fb_plugin
{
	margin: 5px 1px;
	padding-left: 3px;
	width: 220px;
	height: 261px;
}

.rede_texto .fb_plugin .fb_borda
{
  width: 213px;
  height: 257px;
  overflow: hidden;
  border: 1px solid #393939;
}

.rede_texto .fb_plugin .fb_borda .fb_iframe
{
  width: 220px;
  height: 260px;
  margin: -4px 4px -4px -4px;
  border: none;
  overflow: hidden;
}

.rede_texto #twitter
{
	color: #ffffff;
	font-size: 12px;
	margin: 5px auto 0 auto;
	width: 200px;
	padding-right: 10px;
	overflow-y: auto;
	overflow-x: hidden;
	height: 236px;
	word-wrap: break-word;
}

.linhaTwitter
{
	border-top: 1px dotted #c0c0c0;
	height: 1px;
	width: 100%;
	display: inline-block;
	margin-bottom: 3px;
}

.rede_texto .subCorpo
{
	position: relative;
}

.rede_texto #twitter .linkTwitter
{
	color: #FFD800;
}

.rede_texto #twitter .twitter a
{
	font-size: 14px;
	font-weight: bold;
	color: #fdd541;
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.rede_texto #twitter a:hover
{
	color: #ffc900;
}

.rede_texto #twitter .carregando
{
	width: 200px;
	text-align: center;
	margin-top: 90px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	display: inline-block;
}
.priston_shop_ul span.expande
{
	background-image:url(../img/img_seta_1.png);
	background-repeat:no-repeat;
	background-position-y: 6px;
	cursor:pointer;
}
.priston_shop_ul_ul span.expande
{
	background-image:url(../img/img_seta_2.png);
	background-repeat:no-repeat;
	background-position-y: 5px;
	cursor:pointer;
}
.market_place_ul span.expande
{
	background-image:url(../img/img_seta_1.png);
	background-repeat:no-repeat;
	background-position-y: 6px;
	cursor:pointer;
}
.market_place_ul_ul span.expande
{
	background-image:url(../img/img_seta_2.png);
	background-repeat:no-repeat;
	background-position-y: 5px;
	cursor:pointer;
}
.galantia_ul span.expande
{
	background-image:url(../img/img_seta_1.png);
	background-repeat:no-repeat;
	background-position-y: 6px;
	cursor:pointer;
}
.galantia_ul_ul span.expande
{
	background-image:url(../img/img_seta_2.png);
	background-repeat:no-repeat;
	background-position-y: 5px;
	cursor:pointer;
}
.subcategorias
{
	overflow:visible !important;
}
.priston_shop_ul span.nexpande
{
	background-image:url(../img/img_seta_1d.png);
	background-repeat:no-repeat;
	background-position-y: 6px;
	cursor:pointer;
}
.market_place_ul span.nexpande
{
	background-image:url(../img/img_seta_1d.png);
	background-repeat:no-repeat;
	background-position-y: 6px;
	cursor:pointer;
}
.galantia_ul span.nexpande
{
	background-image:url(../img/img_seta_1d.png);
	background-repeat:no-repeat;
	background-position-y: 6px;
	cursor:pointer;
}
.itens_em_destaque_seta_direita_disabled
{
	background-image:url(../img/setas_banner.png);
	background-repeat:no-repeat;
	background-position:-24px -280px;
	position:absolute;
	width:24px;
	height:140px;
	margin-top:15px;
	left: 705px;
}
.itens_em_destaque_seta_esquerda_disabled
{
	background-image:url(../img/setas_banner.png);
	background-repeat:no-repeat;
	background-position:0 -280px;
	position:absolute;
	width:24px;
	height:140px;
	margin-top:15px;
	left: 22px;
}
#btUpload
{
	background-image:url(../img/upload.png);
	width:100px;
	height:32px;
	cursor:pointer;
	overflow:hidden;
	position:relative;
	left:50%;
	margin-left:-50px;
}
#btUpload:hover
{
	background-position:0px -33px;
	cursor:pointer!important;
}
#btUpload2
{
	background-image:url(../img/upload.png);
	width:100px;
	height:32px;
	cursor:pointer;
	overflow:hidden;
	position:relative;
}
#btUpload2:hover
{
	background-position:0px -33px;
	cursor:pointer!important;
}
.tabela_mudar_avatar
{
	width:500px;
	margin-top:25px;
}
.file_banner
{
	position:relative;
	cursor:pointer !important;
	opacity:0;
	width:0px;
	margin-left:0px;
}
.file_upload_banner
{
	margin-top:45px;
	font-weight:normal;
	font-size:12px;
	color:white;
}
.conteudoPromocoes
{
	display:none;
}
.login_fundo
{
	font-weight:normal;
	font-size:14px;
	color:white;
	width:683px !important;
	margin-top:11px;
	padding-top:30px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:12px;
	text-align:center;
	float:left;
}
.tabela_login
{
	color:#FFD800;
	margin-top:20px;
	height:190px;
}
.input_login
{
	background-color:#181818;
	border:1px solid #505050;
	width:230px;
	height:25px;
	margin-left:10px;
	padding-left:3px;
	padding-right:3px;
	font-weight:normal;
	font-size:12px;
	color:white;
}
.loginCampo
{
	background-color:#181818;
	border:1px solid #505050;
	width:226px;
	height:16px;
	margin-top: 5px;
	margin-left:10px;
	padding-left:3px;
	padding-right:3px;
	font-weight:normal;
	position:absolute;
	font-size:12px;
	color:white;
	cursor:text;
	text-align:left;
	padding:5px;
}
.link_sem_acesso a
{
	font-weight:normal;
	font-size:12px;
	color:#FFE400;
}
.btLogin
{
	width:107px;
	height:27px;
	margin: 15px auto;
	background-image:url(../img/login_botao.png);
	background-position:0px 0px;
	background-color:transparent;
	cursor:pointer;
	border:none !important;
	display:block;
}
.btLogin:hover
{
	background-position: 0px 27px;
}
.bannerCad
{
	width:603px;
	height:220px;
	background-image:url(../img/bannerSacer.png);
	margin:5px auto 40px auto;
}
.btCadBanner
{
	width:199px;
	height:96px;
	margin:100px 50px 25px 350px;
	background-image:url(../img/btCadastreseGratis.png);
	background-position:0 0;
	cursor:pointer;
	display:inline-block;
}
.btCadBanner:hover
{
	background-position:0 96px;
}
#box_teclado
{
	width:278px;
	height:124px;
	border:1px solid #5A5A5A;
	background:#0C0D0D;
	margin:16px 0 20px 36px;
	padding:4px 0 0 17px;
	position:absolute;
	top:170px;
	left:350px;
	display:none;
	z-index:10;
}
#box_teclado .box_fechar
{
	font-size:10px;
	cursor:pointer;
	width:8px;
	margin:2px 0 0 250px;
	color:#CCC;
}
#box_teclado .box_fechar:hover
{
	color:#FFD800;
}
#box_teclado sup
{
	font-size:8px;
	color:#6e6e6e;
}
#box_teclado div
{
	float:left;
	background:url(../img/bg_teclado_campo.png);
	width:20px;
	height:16px;
	display:inline-block;
	background-position:0 0;
	cursor:pointer;
	color:#cdcdcd;
	font-size:10px;
	text-align:center;
	padding-top:4px;
}
#box_teclado div#up
{
	margin-top:-20px;
}
#box_teclado div.backspace
{
	background:url(../img/bg_teclado_backspace.png);
	background-position:0 0;
}
#box_teclado div.enter
{
	background:url(../img/bg_teclado_enter.png);
	height:40px;
	padding-top:0;
}
#box_teclado div.caps
{
	background:url(../img/bg_teclado_caps.png);
	width:60px;
}
#box_teclado div.caps#hover
{
	background-position:0 20px;
}
#box_teclado div#espaco
{
	background:url(../img/bg_teclado_espaco.png);
	width:200px;
}
#box_teclado div#espaco:hover
{
	background-position:0 21px;
}
#box_teclado div.enter:hover
{
	background-position:0 40px;
}
#box_teclado div:hover
{
	background-position:0 20px;
}
.esqBoxMid .titulo
{
	font-size:19px;
	color:#ffd800;
	margin:10px 15px 5px 15px;
	display:inline-block;
}
.normal
{
	display:none
}
.menu_carrinho_tabela
{
	font-size:14px;
	color:#ffe400;
	width:741px !important;
	margin-top:11px;
	padding-top:12px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:20px;
	float:left;
}
.promocao_tabela
{
	background-color:#1e1e1e;
	font-weight:bold;
	font-size:14px;
	color:#ffe400;
	width:714px !important;
	margin-top:11px;
	padding-top:12px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:12px;
	border:1px solid #e5b73c;
	float:left;
}
.div_item_carrinho
{
	background-color:#303030;
	border-top:1px solid black;
	border-left:1px solid black;
	border-bottom:1px solid black;
	padding-top:11px;
	padding-bottom:11px;
	padding-left:13px;
	padding-right:13px;
	position:relative;
	font-weight:normal;
	font-size:12px;
	color:#FFE400;
	text-decoration:underline;
	text-align:left;
}
.tabela_item_carrinho a
{
	font-weight:normal;
	font-size:12px;
	color:#fff;
	text-decoration:underline;
	text-align:right !important;
}
.nome_item_carrinho
{
	position:absolute;
	margin-top:-5px;
	margin-left:25px;
	text-align:left;
}
.tabela_qnt_carrinho
{
	background-color:#303030;
	border-top:1px solid black;
	border-bottom:1px solid black;
	height:92px;
	position:relative;
}
.qnt_carrinho
{
	background-image:url(../img/qnt_carrinho.png);
	background-repeat:no-repeat;
	position:absolute;
	width:38px;
	margin-top:30px;
	margin-left:50px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:2px;
	font-weight:bold;
	font-size:12px;
	text-align:left;
	color:black;
	float:left;
}
.qnt_carrinho b
{
	width: 21px;
	display: inline-block;
	text-align: center;
}
input.qtCarrinho
{
	text-align: center;
	height: 16px;
	font-weight: bold;
	width: 37px;
	background: white;
	border: none;
	margin: -1px 0 0 0;
	font-size: 11px;
}
.adiciona_qnt_carrinho
{
	background-image:url(../img/qnt_carrinho_setas.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:6px;
	height:5px;
	position:absolute;
	margin-top:33px;
	margin-left:79px;
	padding-left:5px;
	display:block;
}
.adiciona_qnt_carrinho:hover
{
	cursor:pointer;
}
.subtrair_qnt_carrinho
{
	background-image:url(../img/qnt_carrinho_setas.png);
	background-repeat:no-repeat;
	background-position:0px -5px;
	width:6px;
	height:5px;
	position:absolute;
	margin-top:43px;
	margin-left:79px;
	padding-left:5px;
	display:block;
}
.subtrair_qnt_carrinho:hover
{
	cursor:pointer;
}
.item_carrinho
{
	background-image:url(../img/item_carrinho.png);
	background-repeat:no-repeat;
	padding-top:10px;
	width:70px;
	height:60px;
	text-align:center;
}
.item_carrinho:hover
{
	cursor:pointer;
}
.tabela_preco_carrinho
{
	background-color:#303030;
	border-top:1px solid black;
	border-bottom:1px solid black;
	height:92px;
	position:relative;
	color:white;
	font-size:11px;
}
.tabela_subtotal_carrinho
{
	background-color:#303030;
	border-top:1px solid black;
	border-bottom:1px solid black;
	height:92px;
	position:relative;
	color:white;
	font-size:11px;
}
.tabela_excluir_item_carrinho
{
	background-color:#303030;
	border-top:1px solid black;
	border-bottom:1px solid black;
	border-right:1px solid black;
	height:92px;
	position:relative;
}
.excluir_item_carrinho
{
	background-image:url(../img/excluir_item_carrinho.png);
	background-repeat:no-repeat;
	background-position:0px -24px;
	width:26px;
	height:24px;
}
.excluir_item_carrinho:hover
{
	background-image:url(../img/excluir_item_carrinho.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:26px;
	height:24px;
	cursor:pointer;
}
.pesquisar_item_carrinho
{
	background-color:#121212;
	width: 678px;
	height:60px;
	padding:16px;
	font-size:14px;
}
.selecionar_servidor_pesquisar_carrinho
{
	background-image:url(../img/selecionar_servidor.png);
	background-repeat:no-repeat;
	width:160px;
	height:20px;
	font-size:12px;
	color:white;
	margin-top:12px;
	padding:5px;
	padding-left:13px;
}
.selecionar_servidor_pesquisar_carrinho:hover
{
	cursor:pointer;
}
.selecionar_personagem_market
{
	background-image:url(../img/selecionar_personagem.png);
	background-repeat:no-repeat;
	width:207px;
	height:20px;
	font-size:12px;
	color:white;
	margin-top:12px;
	margin-left:7px;
	padding:5px;
	padding-left:13px;
}
.selecionar_personagem_market:hover
{
	cursor:pointer;
}
.pesquisar_categoria_selecionar
{
	background-color:#151515;
	border-left:1px solid #313131;
	border-right:1px solid #313131;
	border-bottom:1px solid #313131;
	width:167px;
	margin-top:6px;
	margin-left:-12px;
	position:absolute;
	color:white;
	line-height:19px;
	font-weight:normal;
	font-size:14px;
	z-index:999;
	display:none;
}
.pesquisar_categoria_selecionar a
{
	line-height:19px;
	font-weight:normal;
	font-size:14px;
	color:white;
	text-decoration:none;
}
.pesquisar_categoria_selecionar a:hover
{
	text-decoration:none;
	cursor:pointer;
}
.pesquisar_categoria_selecionar ul
{
	list-style:none;
	margin-left:-40px;
	margin-top:3px;
	margin-bottom:3px;
	cursor:default;
}
.pesquisar_categoria_selecionar ul li
{
	margin-top:2px;
	margin-bottom:2px;
	list-style:none;
	text-align:center;
	cursor:pointer;
}
.pesquisar_categoria_selecionar ul li:hover
{
	background-color:#3b3b3b;
}
.pesquisar_servidor_selecionar
{
	background-color:#151515;
	border-left:1px solid #313131;
	border-right:1px solid #313131;
	border-bottom:1px solid #313131;
	width:176px;
	margin-top:6px;
	margin-left:-13px;
	position:absolute;
	color:white;
	line-height:19px;
	font-weight:normal;
	font-size:14px;
	z-index:999;
	display:none;
}
.pesquisar_servidor_selecionar a
{
	line-height:19px;
	font-weight:normal;
	font-size:14px;
	color:white;
	text-decoration:none;
}
.pesquisar_servidor_selecionar a:hover
{
	text-decoration:none;
	cursor:pointer;
}
.pesquisar_servidor_selecionar ul
{
	list-style:none;
	margin-left:-40px;
	margin-top:3px;
	margin-bottom:3px;
	cursor:default;
}
.pesquisar_servidor_selecionar ul li
{
	margin-top:2px;
	margin-bottom:2px;
	list-style:none;
	text-align:center;
	cursor:pointer;
}
.pesquisar_servidor_selecionar ul li:hover
{
	background-color:#3b3b3b;
}
.pesquisar_id_selecionar
{
	background-color:#151515;
	border-left:1px solid #313131;
	border-right:1px solid #313131;
	border-bottom:1px solid #313131;
	width:213px;
	margin-top:6px;
	margin-left:-13px;
	position:absolute;
	color:white;
	line-height:19px;
	font-weight:normal;
	font-size:14px;
	z-index:999;
	display:none;
}
.pesquisar_id_selecionar a
{
	line-height:19px;
	font-weight:normal;
	font-size:14px;
	color:white;
	text-decoration:none;
}
.pesquisar_id_selecionar a:hover
{
	text-decoration:none;
	cursor:pointer;
}
.pesquisar_id_selecionar ul
{
	list-style:none;
	margin-left:-40px;
	margin-top:3px;
	margin-bottom:3px;
	cursor:default;
}
.pesquisar_id_selecionar ul li
{
	margin-top:2px;
	margin-bottom:2px;
	list-style:none;
	text-align:center;
	cursor:pointer;
}
.pesquisar_id_selecionar ul li:hover
{
	background-color:#3b3b3b;
}
.selecionar_personagem_market_selecionar
{
	background-color:#151515;
	border-left:1px solid #313131;
	border-right:1px solid #313131;
	border-bottom:1px solid #313131;
	width:205px;
	margin-top:6px;
	margin-left:-13px;
	position:absolute;
	color:white;
	line-height:19px;
	font-weight:normal;
	font-size:14px;
	z-index:999;
	display:none;
}
.selecionar_personagem_market_selecionar a
{
	line-height:19px;
	font-weight:normal;
	font-size:14px;
	color:white;
	text-decoration:none;
}
.selecionar_personagem_market_selecionar a:hover
{
	text-decoration:none;
	cursor:pointer;
}
.selecionar_personagem_market_selecionar ul
{
	list-style:none;
	margin-left:-40px;
	margin-top:3px;
	margin-bottom:3px;
	cursor:default;
}
.selecionar_personagem_market_selecionar ul li
{
	margin-top:2px;
	margin-bottom:2px;
	list-style:none;
	text-align:center;
	cursor:pointer;
}
.selecionar_personagem_market_selecionar ul li:hover
{
	background-color:#3b3b3b;
}
.selecionar_id_pesquisar_carrinho
{
	background-image:url(../img/selecionar_id.png);
	background-repeat:no-repeat;
	width:198px;
	height:20px;
	font-weight:bold;
	font-size:12px;
	color:white;
	margin-top:12px;
	margin-left:8px;
	padding:5px;
	padding-left:13px;
}
.selecionar_id_pesquisar_carrinho:hover
{
	cursor:pointer;
}
.pesquisar_item_carrinho a
{
	text-decoration: none;
}
.cadastrar_nova_id
{
	padding: 5px;
	width: 130px;
	height: 14px;
	background: #FFE400;
	font-size: 12px;
	text-align: center;
	color: #000;
	text-decoration: none;
	margin: 17px 0 0 98px;
}
.cadastrar_nova_id:hover
{
	background: #FFB300;
	cursor:pointer;
}
.carrinho_meu_saldo
{
	background-color:#121212;
	width:335px;
	height:90px;
	float:left;
	padding:15px;
	font-size:18px;
	color:#ffe300;
	line-height:22px;
}
.saldo_carrinho
{
	font-size:14px;
	color:#ff9000;
}
.zenits_carrinho
{
	font-size:14px;
	color:white;
}
.regarregar_zenits
{
	font-weight:normal;
	font-size:11px;
	color:white;
}
.regarregar_zenits a
{
	font-weight:normal;
	font-size:11px;
	color:#FFE400;
}
.finalizar_compra_carrinho
{
	background-color:#121212;
	width:305px;
	min-height:90px;
	margin-left:10px;
	float:left;
	padding:15px;
	font-size:20px;
	color:#ffe300;
	line-height:22px;
	direction:rtl;
	position:relative;
}
.zenits_a_pagar
{
	font-size:20px;
	color:white;
}
.usar_cupom_carrinho
{
	font-weight:normal;
	font-size:11px;
	color:#FFE400;
}
.usar_cupom_carrinho a
{
	font-weight:normal;
	font-size:11px;
	color:#FFE400;
}
.continuar_comprando
{
	float: right;
	padding: 7px;
	width: 149px;
	margin-left: 8px;
	height: 18px;
	background: #FFE400;
	font-size: 12px;
	text-align: center;
	color: #000;
	text-decoration: none;
}
.continuar_comprando:hover, .finalizar_compra:hover, .validarPin:hover
{
	background: #FFB300;
	cursor:pointer;
}

.validarPin
{
	float: right;
	padding: 7px;
	width: 60px;
	height: 18px;
	background: #FFE400;
	font-size: 12px;
	text-align: center;
	color: #000;
	text-decoration: none;
}
.finalizar_compra
{
	float: right;
	padding: 7px;
	width: 121px;
	height: 18px;
	background: #FFE400;
	font-size: 12px;
	text-align: center;
	color: #000;
	text-decoration: none;
}
.meiosPagamento
{
	text-align: right;
	margin-top:20px;
	display: none;
}
.meiosPagamento img
{
	width: 97px;
}
.mudar_avatar_fundo
{
	width: 741px;
}
.mudar_avatar_fundo label
{
	width: 300px;
	display: inline-block;
	text-align: right;
	font-size:12px;
	margin-top: 12px;
	color:#FFE400;
	float: left;
}
.mudar_avatar_fundo label small
{
	font-size: 9px;
	color: #ffffff;
}
.mudar_avatar_fundo .inputNome
{
	background-color: #181818;
	width: 182px;
	height: 30px;
	border: 1px solid #505050;
	padding: 5px;
	color: white;
	font-size: 13px;
	margin-top: 17px;
	margin-left: 20px;
	float: left;
}
.mudar_avatar_fundo .thumb
{
	background-color: #181818;
	width: 192px;
	height: 40px;
	border: 1px solid #505050;
	color: white;
	font-size: 13px;
	margin-top: 17px;
	margin-left: 20px;
	float: left;
}
.mudar_avatar_fundo .btAlterarBanner
{
	background: url(../img/btUploadBanner.png) 0 0 no-repeat;
	width: 25px;
	height: 24px;
	display: inline-block;
	float: left;
	cursor: pointer;
	margin: 27px 0 0 15px;
}
.mudar_avatar_fundo .btAlterarBanner:hover
{
	background-position: 0 -25px;
}
.mudar_avatar_fundo a, #btVender a
{
	text-decoration: none;
}
.salvarAlteracoes
{
	padding: 5px;
	width: 132px;
	height: 14px;
	background: #FFE400;
	font-size: 12px;
	text-align: center;
	color: #000;
	text-decoration: none;
}
.salvarAlteracoes:hover, .venderItem:hover
{
	background: #FFB300;
	cursor:pointer;
}
.venderItem
{
	padding: 5px;
	width: 132px;
	height: 14px;
	background: #FFE400;
	font-size: 12px;
	text-align: center;
	color: #000;
	text-decoration: none;
}
.market_place
{
	border-bottom: 1px solid #FFE400;
	position: relative;
	margin-bottom: 6px;
	width: 729px;
	height: 22px;
	padding: 10px 0 6px 12px;
	font-size: 18px;
	color: #FFE400;
	text-transform: uppercase;
}
.market_fundo
{
	width: 742px;
	padding-bottom: 40px;
	float: left;
}
.escolher_personagem
{
	background-color:#121212;
	padding:16px;
	font-size:14px;
	margin-top:13px;
	margin-left:13px;
	margin-right:13px;
	color:#FFE400;
}
.selecione_item_tabela
{
	margin-top:40px;
}
.selecione_um_item
{
	padding-left:12px;
}
.selecione_texto
{
	font-size: 13px;
	color: #FFF;
	direction: rtl;
}
.input_venda
{
	background-color:#181818;
	border:1px solid #505050;
	width:195px;
	height:30px;
	margin-left:10px;
	padding-left:3px;
	padding-right:3px;
	font-weight:normal;
	font-size:12px;
	color:white;
}
.textarea_venda
{
	background-color:#181818;
	border:1px solid #505050;
	width:195px;
	height:84px;
	font-family: 'Open Sans', sans-serif;
	margin-left:10px;
	resize:none;
	padding-left:3px;
	padding-right:3px;
	font-weight:normal;
	font-size:12px;
	color:white;
}
.inventario
{
	background-image:url(../img/inventario.png);
	background-repeat:no-repeat;
	width:268px;
	min-height:136px;
	margin-left:15px;
	position: relative;
	font-weight: normal;
}
.carregaInventario, .tbInventario
{
	display: none;
}
#inventarioDetalhes u, .leituraItem u
{
	background: url('../img/bg_aging.png') no-repeat;
	width: 23px;
	height: 19px;
	color: #000;
	display: block;
	font-family: Comic Sans MS;
	font-size: 8.5pt;
	text-align: center;
	text-decoration: none;
	margin: 3px auto 0 auto;
	padding-top: 2px;
}

div#inventario span
{
	z-index: 101;
}
.naoComercializavel:hover
{
	cursor: not-allowed!important;
}
#valorVenda:disabled, #comentarios:disabled
{
	border-color: #5c2222;
}

.tutorialMenu
{
	width:712px;
	margin: 35px 0 5px 12px;
}

.tutorialMenu .tutorialLink
{
	height:30px;
	padding:7px 15px;
	font-size:12px;
	color:#999999;
	text-align:center;
	vertical-align:middle;
	float:left;
	cursor:pointer;
}

.tutorialMenu .tutorialLink.ativo
{
	color:#ffe400;
}

.tutorialMenu .tutorialLink:hover
{
	color:#E3DCA5;
}

.tutorialCorpo
{
	width: 680px;
	padding: 25px;
}

.tutorialCorpo .tutorialTitulo
{
	width:665px;
	padding-bottom:10px;
	margin:0 auto 40px auto;
	border-bottom:1px solid #ffbc1a;
	font-size:24px;
	color:#ffd800;
}

.tutorialCorpo .tutorialTxt
{
	color:#ececec;
	font-size:12px;
	text-align:justify;
}

.tutorialCorpo .tutorialTxt span
{
	color:#ff9000;
}

.tutorialCorpo .tutorialTxt a
{
	color:#FFE400;
}

.tutorialCorpo .tutorialTxt a:hover
{
	text-decoration:underline;
}

.tutorialCorpo .tutorialTxt .imgTutorialLoja
{
	border:1px solid #ffe400;
	margin:40px auto;
	display:block;
}

.tutorialCorpo .tutorialTxt .tituloLaranja
{
	color:#ff9000;
	font-size:18px;
	margin:35px 0;
}

.tutorialCorpo .tutorialTxt .tutorialObs
{
	width:340px;
	margin-left:325px;
	margin-bottom:30px;
}

.tutorialCorpo .tutorialTxt .tabelaTransacao
{
	width:300px;
	border:1px solid #000000;
	margin:30px auto;	
}

.tutorialCorpo .tutorialTxt .tabelaTransacao .tabTransTitulos
{
	width:300px;
	height:30px;
	background-color:#000000;
	color:#ffa800;
	font-weight:bold;
	padding-top:4px;
}

.tutorialCorpo .tutorialTxt .tabelaTransacao .tabTransTitulos .titulo
{
	width:149px;
	height:24px;
	padding-top:3px;
	text-align:center;
	border-right:1px solid #535353;
	float:left;
}

.tutorialCorpo .tutorialTxt .tabelaTransacao .tabTransLinha
{
	width:300px;
	background-color:#383838;
	color:#FFFFFF;
	border-bottom:1px solid #000000;
}

.tutorialCorpo .tutorialTxt .tabelaTransacao .tabTransLinha .celula
{
	width:150px;
	height:22px;
	padding-top:5px;
	float:left;
	text-align:center;
}

.inputDDD::-webkit-input-placeholder { color: #595959; }
.inputDDD:-moz-placeholder { color: #595959; }
.inputDDD::-moz-placeholder { color: #595959; }
.inputDDD:-ms-input-placeholder { color: #595959; }
.inputCelular::-webkit-input-placeholder { color: #595959; }
.inputCelular:-moz-placeholder { color: #595959; }
.inputCelular::-moz-placeholder { color: #595959; }
.inputCelular:-ms-input-placeholder { color: #595959; }
#carregaSMS, #codigoSMS { display: none; }

.inputDDD
{
	width: 40px;
	color: #FFF;
	background-color: #0C0C0C;
	border: 1px solid #3A3A3A;
	padding: 6px;
	margin: 17px 0 0 5px;
	text-align: center;
}

.inputCodigo
{
	width: 40px;
	color: #FFF;
	background-color: #0C0C0C;
	border: 1px solid #3A3A3A;
	padding: 6px;
	margin: 17px 0 0 170px;
	text-align: center;
}

.inputCelular
{
	width: 140px;
	color: #FFF;
	background-color: #0C0C0C;
	border: 1px solid #3A3A3A;
	padding: 6px;
	margin: 17px 0 0 5px;
	text-align: center;
}

#countdown
{
	display: none;
	font-size: 24px;
	color: #4B4B4B;
	width: 50px;
	text-align: center;
	margin-top: 15px;
}

.corpoGalantia
{
	width: 741px;
	min-height: 500px;
	background: url(../img/header_galantia.png) no-repeat;
	color: #8f8f8f;
	font-size:13px;
	padding: 360px 0 0 20px;
}

.corpoGalantia .textos
{
	width: 690px;
	line-height: 15px;
	text-align: justify;
}

.corpoGalantia .textos strong
{
	display: inline-block;
	margin-left: -16px;
}

.corpoGalantia .imagem
{
	width: 280px;
	float: left;
	position: relative;
}

.corpoGalantia .imagem img
{
	position: absolute;
	top: -50px;
	right: 20px;
}

.corpoGalantia .textos .subTitulo
{
	font-size: 22px;
	color: #FFE400;
	margin-bottom: 20px;
}

.corpoGalantia .textos span
{
	text-align: justify;
	display: inline-block;
	margin-left: 20px;
	margin-bottom: 10px;
}

.corpoGalantia .titulo
{
	font-size: 22px;
	color: #ffe400;
	margin: 40px 0 20px 0;
}

.corpoGalantia .galantiaBronze
{
	width: 234px;
	margin-left: -5px;
	height: 414px;
	display: inline-block;
	margin-right: 3px;
	background: url(../img/img_galantia_bronze.png) no-repeat;
}

.corpoGalantia .galantiaPrata
{
	width: 234px;
	height: 414px;
	display: inline-block;
	margin-right: 3px;
	background: url(../img/img_galantia_prata.png) no-repeat;
}

.corpoGalantia .galantiaOuro
{
	width: 234px;
	height: 414px;
	display: inline-block;
	margin-right: 3px;
	background: url(../img/img_galantia_ouro.png) no-repeat;
}

.corpoGalantia .valentoBronze
{
	width: 234px;
	margin-left: -5px;
	height: 414px;
	display: inline-block;
	margin-right: 3px;
	background: url(../img/img_valento_bronze.png) no-repeat;
}

.corpoGalantia .valentoPrata
{
	width: 234px;
	height: 414px;
	display: inline-block;
	margin-right: 3px;
	background: url(../img/img_valento_prata.png) no-repeat;
}

.corpoGalantia .valentoOuro
{
	width: 234px;
	height: 414px;
	display: inline-block;
	margin-right: 3px;
	background: url(../img/img_valento_ouro.png) no-repeat;
}

.corpoGalantia .galantiaBronzePromo
{
	width: 234px;
	margin-left: -5px;
	height: 414px;
	display: inline-block;
	margin-right: 3px;
	background: url(../img/img_galantia_bronze.png) no-repeat;
}

.corpoGalantia .galantiaPrataPromo
{
	width: 234px;
	height: 414px;
	display: inline-block;
	margin-right: 3px;
	background: url(../img/img_galantia_prata.png) no-repeat;
}

.corpoGalantia .galantiaOuroPromo
{
	width: 234px;
	height: 414px;
	display: inline-block;
	margin-right: 3px;
	background: url(../img/img_galantia_ouro.png) no-repeat;
}

.corpoGalantia .valentoBronzePromo
{
	width: 234px;
	margin-left: -5px;
	height: 414px;
	display: inline-block;
	margin-right: 3px;
	background: url(../img/img_valento_bronze.png) no-repeat;
}

.corpoGalantia .valentoPrataPromo
{
	width: 234px;
	height: 414px;
	display: inline-block;
	margin-right: 3px;
	background: url(../img/img_valento_prata.png) no-repeat;
}

.corpoGalantia .valentoOuroPromo
{
	width: 234px;
	height: 414px;
	display: inline-block;
	margin-right: 3px;
	background: url(../img/img_valento_ouro.png) no-repeat;
}

.boxRedirect, .boxRedirectMigracao
{
	width: 100%;
	height: 100%;
	display: none;
	background: url(../../img/modal_bg.png);
	position: fixed;
	overflow: auto;
	z-index: 1000;
	top: 0;
	left: 0;
}

.boxRedirect .boxLoad .okValento
{
	margin: 18px 80px 5px 10px;
	float: right;
	padding: 5px;
	width: 93px;
	height: 14px;
	background: #FFE400;
	font-size: 12px;
	text-align: center;
	color: #000;
	text-decoration: none;
}

.boxRedirect .boxLoad .cancelarValento
{
	float: right;
	margin-top: 18px;
	padding: 5px;
	width: 73px;
	height: 14px;
	background: #FFE400;
	font-size: 12px;
	text-align: center;
	color: #000;
	text-decoration: none;
}

.boxRedirect .boxLoad .okValento:hover, .boxRedirect .boxLoad .cancelarValento:hover
{
	background: #FFB300;
	cursor: pointer;
	text-decoration: none;
}

.boxRedirect .boxLoad, .boxRedirectMigracao .boxLoad
{
	width:401px;
	margin:15% auto 0 auto;
	padding:0;
}

.boxRedirect .boxLoad .boxLoadTop, .boxRedirectMigracao .boxLoad .boxLoadTop
{
	width:401px;
	height:13px;
	background-image:url(../img/boxLoadTop.png);
}

.boxRedirect .boxLoad .boxLoadBottom, .boxRedirectMigracao .boxLoad .boxLoadBottom
{
	width:401px;
	height:13px;
	background-image:url(../img/boxLoadBottom.png);
}

.boxRedirect .boxLoad .boxLoadMid, .boxRedirectMigracao .boxLoad .boxLoadMid
{
	width:401px;
	padding-top:5px;
	padding-bottom:5px;
	background-image:url(../img/boxLoadMid.png);
}

.boxRedirect .boxLoad .boxLoadMid .txtBoxLoad, .boxRedirectMigracao .boxLoad .boxLoadMid .txtBoxLoad
{
	width:370px;
	margin:0 auto;
	text-align:center;
	font-size:15px;
	color: #ffd800;
	line-height:20px;
}

.boxRedirectMigracao .boxLoad .boxLoadMid .txtBoxLoad
{
	font-size: 14px!important;
}

.boxRedirect .boxLoad .boxLoadMid .loader, .boxRedirectMigracao .boxLoad .boxLoadMid .loader
{
	width:81px;
	margin:10px auto 0 auto;
	padding-bottom:5px;
}

.btHome
{
	background: url(../img/bt_home.png);
	width: 239px;
	height: 41px;
	display: inline-block;
}

.btPriston
{
	background: url(../img/bt_priston.png);
	width: 239px;
	height: 41px;
	display: inline-block;
}

.btDistribuidor
{
	background: url(../img/bt_distribuidor.png);
	width: 239px;
	height: 41px;
	display: inline-block;
}

.btCreditos
{
	background: url(../img/bt_loja.png);
	width: 239px;
	height: 41px;
	display: inline-block;
}

.btFavoritos
{
	background: url(../img/bt_favoritos.png);
	width: 239px;
	height: 41px;
	display: inline-block;
}

.btHome:hover, .btPriston:hover, .btDistribuidor:hover, .btCreditos:hover, .btFavoritos:hover
{
	background-position: 0 -41px;
}

.escolher_personagem .divAltNick
{
	background: #0e0e0e;
	border: 1px solid #3d3d3d;
	float: left;
	margin: 8px 0 0 0;
	width: 170px;
}

.escolher_personagem .divAltNick img
{
	vertical-align: -4px;
	display: none;
}

.escolher_personagem .divAltNick.focus
{
	outline: -webkit-focus-ring-color auto 5px;
	outline-color: #FFE400;
	outline-style: auto;
	outline-width: 5px;
}

.escolher_personagem .divAltNick input
{
	width: 140px;
	outline: 0;
	height: 17px;
	background: #0e0e0e;
	border: 0;
	color: #fefefe;
	font-size: 12px;
	padding: 5px 0 5px 5px;
}

.filaDistribuidor
{
	width: 711px;
    margin-left: 15px;
    margin-top: 10px;
	position: relative;
	display: inline-block;
}

.filaDistribuidor .linha
{
	width: 100%;
	position: absolute;
	display: inline-block;
	left: 0;
}

.filaDistribuidor .linha:first-child
{
	position: static;
}

.filaDistribuidor .linha span
{
	color: #ffffff;
	background: #303030;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	font-size: 13px;
	text-align: center;
	display: inline-block;
	float: left;
	padding: 36px 30px;
}

.filaDistribuidor .linha:first-child span
{
	background: #151515;
	color: #ffe400;
	font-size: 14px;
	padding: 15px 30px;
}

.filaDistribuidor .linha:last-child span
{
	border-bottom: 1px solid #000000;
}

.filaDistribuidor .linha:first-child span:last-child
{
	padding: 15px 15px;
}

.filaDistribuidor .linha span:first-child
{
	text-align: left;
	width: 434px;
	padding: 10px;
}

.filaDistribuidor .linha:first-child span:first-child
{
	width: 409px;
	padding: 15px 30px 15px 15px;
}

.filaDistribuidor .linha span:nth-child(2)
{
	width: 100px;
	padding-left: 5px;
	padding-right: 5px;
}

.filaDistribuidor .linha span:last-child
{
	width: 112px;
    padding: 30px 15px;
	border-right: 1px solid #000000;
}

.filaDistribuidor .setaDown
{
	background: url(../img/seta_down.png) 0 -30px;
	width: 30px;
	height: 30px;
	float: left;
	margin-left: 6px;
	cursor: pointer;
}

.filaDistribuidor .setaBottom
{
	background: url(../img/seta_bottom.png) 0 -20px;
	width: 20px;
	height: 20px;
	float: left;
	margin: 5px 0px 5px 3px;
	cursor: pointer;
}

.filaDistribuidor .setaUp
{
	background: url(../img/seta_up.png) 0 -30px;
	width: 30px;
	height: 30px;
	float: left;
	cursor: pointer;
}

.filaDistribuidor .setaTop
{
	background: url(../img/seta_top.png) 0 -20px;
	width: 20px;
	height: 20px;
	margin: 5px 3px 5px 0;
	float: left;
	cursor: pointer;
}

.filaDistribuidor .setaDown.desativado, .filaDistribuidor .setaUp.desativado, .filaDistribuidor .setaTop.desativado, .filaDistribuidor .setaBottom.desativado
{
	background-position: 0 0;
	cursor: default;
}

.filaDistribuidor .setaDown.desativado:hover, .filaDistribuidor .setaUp.desativado:hover, .filaDistribuidor .setaTop.desativado:hover, .filaDistribuidor .setaBottom.desativado:hover
{
	background-position: 0 0;
}

.filaDistribuidor .setaDown:hover, .filaDistribuidor .setaUp:hover
{
	background-position: 0 -60px;
}

.filaDistribuidor .setaTop:hover, .filaDistribuidor .setaBottom:hover
{
	background-position: 0 -40px;
}

.btSalvar
{
	float: right;
	padding: 9px 10px;
	width: 135px;
	height: 14px;
	background: #FFE400;
	font-size: 12px;
	text-align: center;
	color: #000;
	text-decoration: none;
	margin: 10px 16px 35px 0;
}

.btSalvar.desativado
{
	background: #151515;
	color: #505050;
}

.btSalvar:hover
{
	background: #FFB300;
	cursor: pointer;
	text-decoration: none;
}

.btSalvar.desativado:hover
{
	background: #151515;
	color: #505050;
	cursor: default;
}

.filaDistribuidor .item_carrinho
{
	width:70px!important;
	cursor: default;
	float: left;
}

.filaDistribuidor .nome_item
{
	margin: 26px 0 0 20px;
	float: left;
}

#distribuidorId
{
	width: 711px;
	margin-left: 15px;
	display: inline-block;
}

#distribuidorId .selecione
{
	color: #fff;
	font-size: 11px;
	display: inline-block;
	float: right;
	margin-top: 24px;
	margin-right: 20px;
}

#distribuidorId .div_sel
{
	float: right;
}

.div_sel.custom
{
	cursor: text !important;
	background: url(../img/bg_select_data.png) !important;
}

.div_sel.custom .valor, .div_sel.custom .select
{
	display: none;
}

.div_sel.custom input[type="text"]
{
	font-size: 12px;
	border: 0;
	color: #fefefe;
	background: #0b0b0b;
	margin: 2px 0 0 2px;
	padding: 7px 10px 5px 10px;
}

.favoritoCinza
{
	fill: #929292;
	position: absolute;
	top: 165px;
	left: 200px;
	width: 25px;
}

.favoritoCinza:hover
{
	animation: pulsarFavorito 1.2s ease infinite;
	cursor: pointer;
}

.favoritoVermelho2
{
	fill: red;
	position: absolute;
	margin-top: 75px;
	left: 130px;
	width: 20px;
}

.favoritoVermelho
{
	fill: red;
	position: absolute;
	top: 165px;
	left: 200px;
	width: 25px;
}

.favoritoVermelho:hover
{
	cursor: pointer;
}

@keyframes pulsarFavorito
{
	0% { transform: scale(1); }
	50% { transform: scale(1.2); }
	100% { transform: scale(1); }
}

.txtSoquete
{
	vertical-align: 13px;
    margin-left: 5px;
    width: 92px;
    display: inline-block;
    text-align: left;
}

.txtRuna
{
	vertical-align: 7px;
    margin-left: 5px;
    width: 92px;
    display: inline-block;
    text-align: left;
}

.soqueteAmarelo img, .soqueteAzul img, .soqueteRoxo img, .soqueteVerde img, .soqueteVermelho img
{
	margin-top: 5px;
}

.soqueteAmarelo
{
	margin-left: 4px;
    background: url('../img/img_soquete_amarelo.png');
    width: 34px;
    height: 34px;
    display: inline-block;
}

.detBot
{
	background: url('../img/bg_detalhes_bot.png');
	width: 158px;
	height: 6px;
}

.detTop
{
	background: url('../img/bg_detalhes_top.png');
	width: 158px;
	height: 6px;
	margin-top: 3px;
}

.detMid
{
	background: url('../img/bg_detalhes_mid.png') repeat-y;
	text-align: center;
	width: 158px;
	min-height: 2px;
	color: #fff;
	font-family: Comic Sans MS;
	font-size: 8pt;
}

.soqueteAzul
{
	margin-left: 4px;
    background: url('../img/img_soquete_azul.png');
    width: 34px;
    height: 34px;
    display: inline-block;
}

.soqueteVerde
{
	margin-left: 4px;
    background: url('../img/img_soquete_verde.png');
    width: 34px;
    height: 34px;
    display: inline-block;
}

.soqueteVermelho
{
	margin-left: 4px;
    background: url('../img/img_soquete_vermelho.png');
    width: 34px;
    height: 34px;
    display: inline-block;
}

.soqueteRoxo
{
	margin-left: 4px;
    background: url('../img/img_soquete_roxo.png');
    width: 34px;
    height: 34px;
    display: inline-block;
}

del.valorDe
{
	color: rgba(169, 169, 169, 0.5);
	text-decoration: none;
	position: relative;
	font-weight: 100;
}

del.valorDe:before
{
	content: " ";
	display: block;
	width: 100%;
	border-top: 2px solid rgba(169, 169, 169, 0.8);
	height: 4px;
	position: absolute;
	top: 11px;
	left: 0;
	transform: rotate(-11deg);
}

del.valorDe:after
{
	content: " ";
	display: block;
	width: 100%;
	border-top: 2px solid rgba(169, 169, 169, 0.8);
	height: 4px;
	position: absolute;
	top: 11px;
	left: 0;
	transform: rotate(11deg);
}

.valorPor
{
	margin-left: 15px;
	font-size: 22px;
	margin-top: -8px;
	display: inline-block;
}

.valorPor small
{
	font-size: 12px;
	vertical-align: 3px;
}

del.valorDe2
{
	color: rgba(140, 140, 140, 0.9);
	text-decoration: none;
	position: relative;
	font-weight: 100;
	margin-top: -6px;
	display: inline-block;
	font-size: 11px;
}

del.valorDe2:before
{
	content: " ";
	display: block;
	width: 100%;
	border-top: 1px solid rgba(190, 190, 190, 0.7);
	height: 4px;
	position: absolute;
	top: 5px;
	left: 0;
	transform: rotate(-11deg);
}

del.valorDe2:after
{
	content: " ";
	display: block;
	width: 100%;
	border-top: 1px solid rgba(190, 190, 190, 0.7);
	height: 4px;
	position: absolute;
	top: 5px;
	left: 0;
	transform: rotate(11deg);
}

del.valorDe3
{
	color: rgba(140, 140, 140, 0.9);
	text-decoration: none;
	position: relative;
	font-weight: 100;
	margin-top: -6px;
	display: inline-block;
	font-size: 10px;
}

del.valorDe3:before
{
	content: " ";
	display: block;
	width: 100%;
	border-top: 1px solid rgba(190, 190, 190, 0.7);
	height: 4px;
	position: absolute;
	top: 7px;
	left: 0;
	transform: rotate(-11deg);
}

del.valorDe3:after
{
	content: " ";
	display: block;
	width: 100%;
	border-top: 1px solid rgba(190, 190, 190, 0.7);
	height: 4px;
	position: absolute;
	top: 7px;
	left: 0;
	transform: rotate(11deg);
}

.valorPor2
{
    margin-left: 0;
    font-size: 16px;
    margin-top: -1px;
    display: inline-block;
}

.valorPor2 small
{
	font-size: 11px;
	vertical-align: 3px;
	display: block;
	margin-top: -3px;
	color: #c18935;
	margin-bottom: 2px;
}

.valorPor3.in
{
	position: relative;
	color: rgba(140, 140, 140, 0.9);
}

.valorPor3.in:before
{
	content: " ";
	display: block;
	width: 100%;
	border-top: 1px solid rgba(255, 0, 0, 1);
	height: 4px;
	position: absolute;
	top: 7px;
	left: 0;
	transform: rotate(-11deg);
}

.valorPor3.in:after
{
	content: " ";
	display: block;
	width: 100%;
	border-top: 1px solid rgba(255, 0, 0, 1);
	height: 4px;
	position: absolute;
	top: 7px;
	left: 0;
	transform: rotate(11deg);
}

.valorDe3.in
{
	color: #fff;
	font-size: 11px;
}

.valorDe3.in:before
{
	border-top: 0;
}

.valorDe3.in:after
{
	border-top: 0;
}

del.valorDe4
{
	color: rgba(170, 170, 170, 0.9);
	text-decoration: none;
	position: relative;
	font-weight: 100;
	margin-top: -6px;
	display: inline-block;
	font-size: 10px;
}

del.valorDe4.in:before
{
	content: " ";
	display: block;
	width: 100%;
	border-top: 1px solid rgba(255, 0, 0, 1);
	height: 4px;
	position: absolute;
	top: 7px;
	left: 0;
	transform: rotate(-11deg);
}

del.valorDe4.in:after
{
	content: " ";
	display: block;
	width: 100%;
	border-top: 1px solid rgba(255, 0, 0, 1);
	height: 4px;
	position: absolute;
	top: 7px;
	left: 0;
	transform: rotate(11deg);
}

.zenits_a_pagar2
{
	font-size: 20px;
	color: white;
	display: inline-block;
	max-width: 300px;
	text-align: center;
	margin-left: 20px;
	height: 40px;
	direction: ltr;
}
.zenits_a_pagar2 .valorPagar
{
	float: right;
}
.zenits_a_pagar2 .valorPagar .totalDe
{
	color: rgba(255, 0, 0, 0.7);
	text-decoration: none;
	position: relative;
	font-weight: 100;
	margin-top: -10px;
	display: inline-block;
	font-size: 12px;
	line-height: 11px;
	margin-left: 0;
}
.zenits_a_pagar2 .valorPagar .totalDe:before
{
    content: " ";
    display: block;
    width: 100%;
    border-top: 1px solid rgba(255, 0, 0, 0.7);
    height: 4px;
    position: absolute;
    top: 5px;
    left: 0;
    transform: rotate(-11deg);
}
.zenits_a_pagar2 .valorPagar .totalDe:after
{
    content: " ";
    display: block;
    width: 100%;
    border-top: 1px solid rgba(255, 0, 0, 0.7);
    height: 4px;
    position: absolute;
    top: 5px;
    left: 0;
    transform: rotate(11deg);
}
.zenits_a_pagar2 .valorPagar .totalPor
{
	margin-left: 0;
	font-size: 20px;
	margin-top: -1px;
	display: inline-block;
}
.zenits_a_pagar2 .totalPagar
{
	color: #ffe300;
	margin-right: 6px;
	font-weight: normal;
	float: right;
}
.nomeCanal
{
	max-width: 145px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
.zenits_a_pagar > .txtZ.taxaTransacao
{
	display: none;
}
.zenits_a_pagar > .txtZ.taxaTransacao[title]
{
	cursor: help;
	text-decoration: underline rgb(255 255 255 / 25%);
	text-underline-offset: 4px;
}
#finalizar:has(#account[type="text"]) span.txtZ
{
	display: none;
}
#finalizar:has(#account[type="text"]) span.txtZ.taxaTransacao
{
	display: inline;
}
