@charset "utf-8";
/* CSS Document */
/* criado por: razz.web */
/* site: LOJADEAVENTURA.COM.BR */

/* html e body */
* html img {
filter:expression(
this.alphaxLoaded ? "" :
(
this.src.substr(this.src
.length-4)==".png"
?
(
(!this.complete)
? "" :
this.runtimeStyle.filter=
("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
(this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
String(this.alphaxLoaded=true).substr(0,0)+
(this.src="images/blank.gif").substr(0,0)
)
:
this.runtimeStyle.filter=""
)
);
}

* {
	margin: 0;
	padding: 0;
}
html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* -------------------------------- Estrutura do site -------------------------------- */

/* ITENS QUE SEGURAM A ESTRUTURA - NAO ALTERAR E NEM APAGAR */

.minwidth {
	min-width: 370px;
}

.wrapper {
	background-color: #ffffff;
	background-image: url(../images/bgleft.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

.outer {
	margin-left: 170px; /* L */
	margin-right: 140px; /* R */
	background-color: #ffffff;
	word-wrap: break-word;
}

.wrap-cl {
	float: left;
	width: 100%;
}

/* TOPO */

.top {
	height: 142px;
	background-image: url(../images/bgtop.gif);
	background-repeat: repeat-x;
	background-position: top left;
	border-bottom: 1px solid #b8521f;
	overflow: hidden;
	clear:both;
}
.topmenu {
	height: 22px; 
	line-height: 22px; 
	font-size: 9px; 
	color: #ff9933;
	padding-right: 10px
}
.toplogotipo {
	clear:right; 
	padding-top:60px
}
a.topmenulink:link {
	color: #ff9933;
	text-decoration: none;
}
a.topmenulink:active {
	color: #ff9933;
	text-decoration: none;
}
a.topmenulink:visited {
	color: #ff9933;
	text-decoration: none;
}
a.topmenulink:hover {
	color: #ff9933;
	text-decoration: underline;
}

/* MENU HORIZONTAL */

.menu {
	background-image: url(../images/bgmenu.gif);
	background-repeat: repeat;
	background-position: top left;
	overflow-x: hidden;
	line-height: 27px;
	clear:both;
}
.menulinea {
	border-top: 1px solid #aa4d00;
	text-align: center;
}

.menulineb {
	border-bottom: 1px solid #f99f2b
}

ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: center;
	overflow: hidden;
}
ul li {
	display: inline;
	margin: 0;
	padding: 0;
	text-align: center;
}
ul li a {
	padding: 0px 1% 0px 1%;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
ul li a:hover {
	color: #ff9933;
	text-decoration: none
}
.bglispacer {
	background-image:url(../images/spacermenu.gif); 
	background-repeat:no-repeat;
	background-position:center right;
}


/* BANNERS PROMOCIONAIS */

.ads {
	height: 150px;
	border-bottom: 1px solid #f99f2b;
	background-color: #FFFFFF;
	clear:both;
	text-align: center;
}

/* BARRA DE ACESSO CARRINHO DE COMPRAS */

.acesse {
	height: 32px;
	line-height: 32px;
	background-image:url(../images/bgacesse.gif);
	background-repeat: repeat-x;
	background-position: top left;
	border-bottom: 1px solid #ffffff;
	font-size: 9px;
	color: #993300;
	overflow: hidden
}

/* BARRA DE BUSCA ACESSO RAPIDO */

.busca {
	background-color: #e8e8e8;
	border-bottom: 1px solid #cbcbcb;
	font-size: 9px;
	color: #993300;
	padding: 0;
	text-align: center;
	clear: both;
	padding: 10px 0;
}

/* CENTRO */

.center {
	float: right;
	width: 100%;
}

.productsline {
	display:block; 
	margin-top: 10px; 
	margin-bottom: 5px; 
	min-width: 301px; 
	clear: both; 
}

.productholder {
	width:31%; 
	float:left; 
	text-align:center; 
	min-width: 100px; 
	padding: 0 1% 8px 1%; 
	display:table-cell
}

.fonteleven {
	font-size: 11px;
}

.fontten {
	font-size: 10px;
}

.colorbrown {
	color: #993300;
}

.colorgray {
	color: #636363;
}

.colorgray a:link {
	color: #636363;
	text-decoration: none
}
.colorgray a:active {
	color: #636363;
	text-decoration: none
}
.colorgray a:visited {
	color: #636363;
	text-decoration: none
}
.colorgray a:hover {
	color: #636363;
	text-decoration: underline
}

.colororange {
	color: #ff9933;
}

.colorred{
	color: #FF0000;
}

.titlecadastro {
	font-size: 14px; 
	border-bottom: 1px solid #cccccc; 
	padding-bottom: 5px; 
	margin: 10px 14px 10px 20px
}
.subtitledetail {
	font-size: 12px; 
	padding-bottom: 5px; 
	margin: 20px 14px 10px 0px
}

/* ESQUERDA */

.left {
	float: left;
	position: relative;
	width: 170px;  /* L */
	margin-left: -170px;  /* -L */
	padding-bottom: 10px;
}

.categoria {
	height: 20px; 
	line-height: 20px; 
	background-image: url(../images/bgtitlesleft.gif); 
	background-repeat: repeat-x; 
	background-position: top left; 
	font-size: 11px; 
	color: #FFFFFF; 
	margin: 10px 5px 5px 5px; 
	padding-left: 8px;
	border-bottom: 2px solid #f99f2b
}

h1.lefttitles {
	height: 20px; 
	line-height: 20px; 
	font-size: 11px;
	font-weight: bold;
	color: #993300; 
	margin: 5px 5px 5px 5px;
	padding-left: 8px;
	border-bottom: 1px dotted #cccccc;
	text-transform: lowercase;
	background-image: url(../images/bgtitlesleft2.gif); 
	background-repeat: repeat-x; 
	background-position: top left; 
}

div.submenu {
	line-height: 20px;
	font-size: 11px;
	padding: 0 13px 0 13px;
}

div.submenu p {
	margin: 5px 0 5px 0 !important;
	padding: 0 0 3px 0;
	border-bottom: 1px dotted #cccccc;
}

#masterdiv {
	margin: 0px;
	padding: 0px;
}

/* DIREITA */

.right {
	float: right;
	position: relative;
	width: 140px;  /* R */
	margin-right: -140px;  /* -R */
}

.rightpromo {
	border: 2px solid #b0b0b0; 
	margin: 6px; 
	padding: 4px 4px 10px 4px; 
	width: 116px;
	color: #FFFFFF;
	background-image: url(../images/bgpromoright.gif); 
	background-repeat: repeat-x; 
	background-position: bottom; 
	background-color: #ededec; 
	font-size: 11px;
	clear: both
}

.righttitles {
	height: 20px; 
	line-height: 20px; 
	background-image: url(../images/bgtitlesright.gif); 
	background-repeat: repeat-x; 
	background-position: top left; 
	font-size: 11px; 
	color: #FFFFFF; 
	margin: 6px 6px 0px 6px; 
	clear: both;
	text-align: center;
	border-bottom: 2px solid #eeeeee
}

.rightgraybg {
	background-color:#e6e6e6; 
	margin: 0 6px 6px 6px; 
	padding: 10px; 
	font-size: 11px; 
	color: #636363
}

.rightitem {`
	font-size: 11px;
	clear: both;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

/* LINHA DO LAYOUT */

.spacer {
	height:0; 
	border-bottom: 1px solid #c7c7c7
}

/* FORMA DE PAGAMENTO SOBRE A LOJA E CERTIFICADOS */

.base {
	background-color: #f5f5f5;
	border-top: 1px solid #FFFFFF;
	padding: 10px;
	height: 120px;
	display: block
}

/* CREDITOS */

.credits {
	line-height: 18px;
	margin: 0;
	padding: 10px 0;
	font-size: 9px;
	background-color: #FFFFFF;
	color: #636363;
	clear: both
}

/* Posicionamento: Clear Floats Text Left Center Right */

.clear {
	clear: both;
}
.to-right {
	float: right;
}
.to-left {
	float: left;
}
.alignright {
	text-align: right;
}
.aligncenter {
	text-align: center;
}
.textbold {
	font-weight: bold
}
.textnormal {
	font-weight: normal
}
p, h1, h2, h3 {
	margin: 0 0 10px 0;
}

/* Links */

a:link {
	color: #993300;
	text-decoration: none
}
a:active {
	color: #993300;
	text-decoration: none
}
a:visited {
	color: #993300;
	text-decoration: none
}
a:hover {
	color: #993300;
	text-decoration: underline
}
a.white:link {
	color: #ffffff;
	text-decoration: none
}
a.white:active {
	color: #ffffff;
	text-decoration: none
}
a.white:visited {
	color: #ffffff;
	text-decoration: none
}
a.white:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold
}
a.gray:link {
	color: #636363;
	text-decoration: none
}
a.gray:active {
	color: #636363;
	text-decoration: none
}
a.gray:visited {
	color: #636363;
	text-decoration: none
}
a.gray:hover {
	color: #636363;
	text-decoration: underline
}
a.darkgray:link {
	color: #444444;
	text-decoration: none
}
a.darkgray:active {
	color: #444444;
	text-decoration: none
}
a.darkgray:visited {
	color: #444444;
	text-decoration: none
}
a.darkgray:hover {
	color: #ff6600;
	text-decoration: none
}
a.orange:link {
	color: #ff9933;
	text-decoration: none
}
a.orange:active {
	color: #ff9933;
	text-decoration: none
}
a.orange:visited {
	color: #ff9933;
	text-decoration: none
}
a.orange:hover {
	color: #ff9933;
	text-decoration: underline
}
a.browntoorange:link {
	color: #993300;
	text-decoration: none
}
a.browntoorange:active {
	color: #993300;
	text-decoration: none
}
a.browntoorange:visited {
	color: #993300;
	text-decoration: none
}
a.browntoorange:hover {
	color: #ff6600;
	text-decoration: none
}
a.graytoorange:hover {
	color: #ff3300;
	text-decoration: none
}
a.hardorange:link {
	color: #ff3300;
	text-decoration: none
}
a.hardorange:active {
	color: #ff3300;
	text-decoration: none
}
a.hardorange:visited {
	color: #ff3300;
	text-decoration: none
}
a.hardorange:hover {
	color: #ff3300;
	text-decoration: underline
}

/* Forms: Input Select e Button */

.ok {
	width: 20px; 
	border: 0; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	background-color:#993300; 
	color:#FFFFFF;
	cursor: pointer;
}
.selectsprincipais {
	width: 100px; 
	border: 0; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px
}
.inputsprincipais {
	width: 100px;
	border: 0; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px
}
.inputsnewsletter {
	width: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px
}

/* Area do Usuario */

div.cadastrouser {
	margin: 0px 14px 10px 20px; 
	font-size: 11px;
}
div.cadastrouser p{
	margin: 0px 14px 10px 20px; 
	font-size: 11px;
	line-height:20px;
}
div.cadastrouser td {
	padding: 6px 4px 6px 4px;
	margin: 0;
}
div.cadastrouser th {
	padding: 6px 4px 6px 4px;
	margin: 0;
}
tr.cadastrouser {
	background-color: #f5f5f5;
}
td.productspacer {
	border-bottom: 1px solid #CCCCCC
}
td.tabletop {
	border-top: 1px solid #CCCCCC
}
.selectfrete {
	width: 100px; 
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px
}
.selectpagamento {
	width: 65px; 
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px
}
.strongorange {
	font-weight: bold;
	color: #FF3300
}
.inputscadastro {
	border: 1px solid #CCCCCC; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px
}
.botcadastro {
	border: 1px solid #CCCCCC; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color:#ff3300;
	cursor: pointer;
	background-image: url(../images/bgmenu.gif);
	background-repeat: repeat-x;
	background-position: top left;
	height: 22px
}
.botcomprar {
 border: 1px solid #993300; 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 10px; 
 color:#ffffff;
 cursor: pointer;
 background-image: url(../images/bgbotcomprar.gif);
 background-repeat: repeat-x;
 background-position: top left;
 height: 22px
}
/* Tabela de Parcelamento de Produto */

table.bordasimples {
    border-collapse: collapse;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}
table.bordasimples tr td {
    border: 1px solid #CCCCCC;
    padding: 4px
}
table.bordasimples tr th {
    border: 1px solid #CCCCCC;
    padding: 4px
}