/*------------------------------------------------------------------------

# JA Mesolite 1.0 - July, 2008

# ------------------------------------------------------------------------

# Copyright (C) 2004-2008 J.O.O.M Solutions Co., Ltd. All Rights Reserved.

# @license - Copyrighted Commercial Software

# Author: J.O.O.M Solutions Co., Ltd

# Websites:  http://www.joomlart.com -  http://www.joomlancers.com

-------------------------------------------------------------------------*/





/* COMMON STYLE

--------------------------------------------------------- */

html, body, form, fieldset {

	margin: 0;

	padding: 0;

}



body {

	background: #FFFFFF;

	color: #000000;

	font-family: "Segoe UI", "Lucida Grande", Tahoma, Arial, sans-serif;

	line-height: 1.6;

}


body#bd {

	color: #666666;

	background: #E6E6E6;

	margin: 30px 0;

}



body.contentpane {

	color: #000000;

	font-size: 12px;

	line-height: 1.3em;

	margin: 0;

	margin: 1em 2em;

	width: auto; /* Printable Page */

}



body.fs1 {font-size: 10px;}

body.fs2 {font-size: 11px;}

body.fs3 {font-size: 12px;}

body.fs4 {font-size: 13px;}

body.fs5 {font-size: 14px;}

body.fs6 {font-size: 15px;}



/* Normal link */

a {

	color: #FF6600;

	text-decoration: none;

}



a:hover, a:active, a:focus {

	color: #000000;

	text-decoration:none;

}



a img {

	border: none;

}



/* Title text */

.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {

	line-height: normal;

}	



.contentheading, .componentheading {

}	



/* Small text */

small, .small, .smalldark, .img_caption, a.readon, #ja-footer {

	font-size: 92%;

}



small, .small, .smalldark, .createby, .createdate, .modifydate, .img_caption p, p.site-slogan {

	color: #999999;

}



img {

	margin: 0;

	padding: 0;

}



.article-content p img {

       padding: 0px;

}



.article-content h1 img {

       padding: 10px;

}



.article-content h2 img {

       padding: 10px;

}



.article-content h3 img {

       padding: 10px;

}



.article-content h4 img {

       padding: 10px;

}



/* Heading */

h1 {font-size: 200%;}

h2 {font-size: 175%;}

h3 {font-size: 150%;}

h4 {font-size: 125%;}



p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {

/*	margin: 1em 0; */

	padding: 0;

}



ul {

	list-style: none;

}



ul li {

	background: url(../images/bullet.gif) no-repeat 22px 8px;

	line-height: 160%;

	padding-left: 30px;

}



ol li {

	line-height: 180%;

	margin-left: 35px;

}



th {

	font-weight: bold;

	padding: 4px;

	text-align: left;

}



fieldset {
	border: none;
	padding: 0px;
	background: url(../images/dot-h.gif) repeat-x top;
}



fieldset a {

	font-weight: bold;

}



fieldset.input {

	padding: 0;

	background: none;

}



hr {

	border-bottom: 0;

	border-left: 0;

	border-right: 0;

	border-top: 1px solid #E6E6E6;

	height: 1px;

}



br {

	height: 1px;

	font-size: 1px;

}



td, div {

	font-size: 100%;

}



/* FORM

--------------------------------------------------------- */

form {

	margin: 0;

	padding: 0;

}



form label {

	cursor: pointer;

}



input, select, textarea, .inputbox, .button {

	font-family: "Segoe UI", Tahoma, Arial, sans-serif;

	font-size: 100%;

	color: #666666;

}



.inputbox {

	padding: 2px;

	border: 1px solid #CCCCCC;

	background: #FFFFFF;

}



.inputbox:hover, .inputbox:focus {

	border: 1px solid #999999;

	background: #FFFFCC;

}



.button {

	padding: 2px 8px;

	border: 1px solid #FB7237;

	background: #FB7237;

	font-weight: bold;

	color: #FFFFFF;

        cursor: pointer;

}

.button_admin {

	padding: 2px 8px;

	border: 1px solid #FB7237;

	background: #FB7237;

	font-weight: bold;

	color: #FFFFFF;

        cursor: pointer;

}



.buttonSearch {

	background:transparent url(../images/bt_pesquisar.gif) no-repeat scroll center top;
	border:medium none;
	color:#FFFFFF;
	height:23px;
	padding:0 0 2px;
	text-indent:0px;
	width:78px;
	cursor: pointer;

}



.buttonConsulta {

	background:transparent url(../images/bt_consultar.gif) no-repeat scroll center top;
	border:medium none;
	color:#FFFFFF;
	height:23px;
	padding:0 0 2px;
	text-indent:0px;
	width:78px;
	cursor: pointer;

}

.buttonConsulta {

	background:transparent url(../images/bt_consultar.gif) no-repeat scroll center top;
	border:medium none;
	color:#FFFFFF;
	height:23px;
	padding:0 0 2px;
	text-indent:0px;
	width:78px;
	cursor: pointer;

}

.buttonConsulta1 {
	background:transparent url(../images/icon-search.gif) no-repeat scroll center top;
	border:medium none;
	color:#FFFFFF;
	height:23px;
	padding:0 0 2px;
	text-indent:0px;
	width:18px;
	cursor: pointer;

}

.buttonSearchDominio {
	background:transparent url(../images/icon-search.gif) no-repeat scroll center top;
	border:medium none;
	color:#FFFFFF;
	height:23px;
	padding:0 0 2px;
	text-indent:0px;
	width:18px;
	cursor: pointer;

}
.continue_link, .checkout_link {
	margin: 2px;
	padding: 2px 0px 2px 40px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 1.4em;
	width: 40%;
}

.checkout_link_cart, .continue_link_cart {
	margin: 2px;
	padding: 14px 0 14px 130px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 1.4em;
	width: 129px;
	border: none;
	cursor: pointer;
}

.continue_alert{
	margin: 2px;
	padding: 14px 0 14px 10px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 1.4em;
	width: 129px;
	border: none;
	cursor: pointer;
	margin: 2px;
	background: url( '../images/bt_continuar.gif' ) no-repeat left;
}

.continue_cart_button {
	text-align:right;
	margin: 2px;
	height: 30px;
	padding: 2px;
}

.checkout_link {
	margin-left: 40px;
	background: url( '../images/forward.png' ) no-repeat left;
}
.continue_link_cart {
	background: url( '../images/bt_comprarmais.gif' ) no-repeat right;
}

.continue_link_cart:hover,.continue_link_cart:focus,.continue_link_cart:active {
	text-decoration:none;
}

.checkout_link:hover,.checkout_link:focus,.checkout_link:active {
	text-decoration:none;
}
.checkout_link_cart {
	margin: 2px;
	background: url( '../images/bt_continuar.gif' ) no-repeat left;
}

.voltar_a_loja {
	background: url( '../images/bt_voltaraloja.gif' ) no-repeat left;
	margin: 0px;
	padding: 4px 0 20px 130px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 1.4em;
	width: 40%;
	border: none;
	cursor: pointer;
}

.buttonAdquira {
	background:transparent url(../images/bt_adquiraja.gif) no-repeat scroll center top;
	border:medium none;
	color:#FFFFFF;
	height:23px;
	padding:0 0 2px;
	text-indent:0px;
	width:78px;
	cursor: pointer;
}

.buttonTransfira{
	background:transparent url(../images/bt_transfiraja.gif) no-repeat scroll center top;
	border:medium none;
	color:#FFFFFF;
	height:23px;
	padding:0 0 2px;
	text-indent:0px;
	width:78px;
	cursor: pointer;
}

.tituloCarrinho {
	float:left;
	font-size:175%;
	font-weight:bold;
	height:25px;
}

.botaoProcurarTopo {

	-moz-background-clip:border;

	-moz-background-inline-policy:continuous;

	-moz-background-origin:padding;

	background:#82C341 none repeat scroll 0 0;

	border:medium none;

	color:#FFFFFF;

	cursor:pointer;

	font-weight:bold;

	padding: 2px;

	text-indent:0;

	width:25px;

}
.buttonVotar{
	background:transparent url(../images/bt_votar.gif) no-repeat scroll center top;
	border:medium none;
	color:#FFFFFF;
	height:23px;
	padding:0 0 2px;
	text-indent:18px;
	width:52px;
	cursor: pointer;

}
.buttonEntrar{
	background:transparent url(../images/bt_entrar.gif) no-repeat scroll center top;
	border:medium none;
	color:#FFFFFF;
	height:23px;
	padding:0 0 0px;
	text-indent:18px;
	width:57px;
	margin-top: 2px;
	cursor: pointer;
}
.buttonEnviar{
	background:transparent url(../images/bt_enviar.gif) no-repeat scroll center top;
	border:medium none;
	color:#FFFFFF;
	height:23px;
	padding:0 0 2px;
	text-indent:18px;
	width:59px;
	cursor: pointer;
}
.buttonEnviarCinza{
	background:transparent url(../images/bt_enviarcinza.gif) no-repeat scroll center top;
	border:medium none;
	color:#FFFFFF;
	height:23px;
	padding:0 0 2px;
	text-indent:18px;
	width:59px;
	cursor: pointer;
}
.buttonVoltarPlano{
	background:transparent url(../images/bt_voltaraoplano.gif) no-repeat scroll center top;
	border:medium none;
	color:#FFFFFF;
	height:23px;
	padding:0 0 2px;
	text-indent:18px;
	width:115px;
	cursor: pointer;
}
.buttonAtualizarEndereco{
	background:transparent url(../images/bt_atualizarendereco.gif) no-repeat scroll center top;
	border:medium none;
	color:#FFFFFF;
	height:23px;
	padding:0 0 2px;
	text-indent:18px;
	width:130px;
	cursor: pointer;
}

.buttonCadastrarNovoEndereco{
	background: url( ../images/bt_cadastrarnovoendereco.gif ) no-repeat right;
	margin: 2px;
	padding: 14px 0 14px 150px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 1.4em;
	width: 100px;
	border: none;
	cursor: pointer;
}

.buttonCalendario{
	background: url( ../images/bt_calendario.gif ) no-repeat right;
	margin-bottom: 1px;
	margin-right: 3px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 1.2em;
	margin-top: -3px;
	width: 25px;
	border: none;
	cursor: pointer;
}

.buttonDuvidaCarrinho{
	background: url( ../images/bt_duvidapergunte-cinza.gif ) no-repeat right;
	margin: 2px;
	padding: 14px 0 14px 115px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 1.4em;
	width: 120px;
	border: none;
	cursor: pointer;
}
.buttonAtualizar{
	background:transparent url(../images/tentar_novamente.gif) no-repeat scroll center top;
	border:medium none;
	color:#FFFFFF;
	height:50px;
	padding:0 0 2px;
	text-indent:0px;
	width:100px;
	cursor: pointer;
}
.buttonAtualizar a{
	display: block;
}
.buttonCancelar{
	background:transparent url(../images/bt_cancelar.gif) no-repeat scroll center top;
	border:medium none;
	color:#FFFFFF;
	height:23px;
	padding:0 0 2px;
	text-indent:18px;
	width:60px;
	cursor: pointer;
}
.buttonRemover{
	background:transparent url(../images/bt_remover.gif) no-repeat scroll center top;
	border:medium none;
	color:#FFFFFF;
	height:23px;
	padding:0 0 2px;
	text-indent:18px;
	width:60px;
	cursor: pointer;
}
.buttonSalvar{
	background:transparent url(../images/bt_salvar.gif) no-repeat scroll center top;
	border:medium none;
	color:#FFFFFF;
	height:23px;
	padding:0 0 2px;
	text-indent:18px;
	margin-top: -10px;
	width:60px;
	cursor: pointer;
}
.buttonVoltar{
	background:transparent url(../images/bt_voltar.gif) no-repeat scroll center top;
	border:medium none;
	color:#FFFFFF;
	height:23px;
	padding:0 0 2px;
	text-indent:18px;
	width:60px;
	cursor: pointer;
}
.buttonSair{
	background:transparent url(../images/bt_sair.gif) no-repeat scroll center top;
	border:medium none;
	color:#FFFFFF;
	height:23px;
	padding:0 0 2px;
	text-indent:18px;
	width:57px;
	cursor: pointer;
}
.buttonGravarAvaliacao{
	background:transparent url(../images/bt_gravaravaliacao.gif) no-repeat scroll center top;
	border:medium none;
	color:#FFFFFF;
	height:23px;
	padding:0 0 2px;
	text-indent:0px;
	width:109px;
	cursor: pointer;
}
.buttonDetalhesPedido{
	background:transparent url(../images/bt_detalhespedido.gif) no-repeat scroll center top;
	border:medium none;
	color:#FFFFFF;
	height:23px;
	padding:0 0 2px;
	text-indent:0px;
	width:109px;
	cursor: pointer;
}

.buttonResultados{
	background:transparent url(../images/bt_resultados.gif) no-repeat scroll center top;
	border:medium none;
	color:#FFFFFF;
	height:23px;
	padding:0 0 2px;
	text-indent:18px;
	width:85px;
	cursor: pointer;
}

.buttonBuscar{
	background:transparent url(../images/bt_buscar.gif) no-repeat scroll center top;
	border:medium none;
	color:#FFFFFF;
	height:23px;
	padding:0 0 2px;
	text-indent:18px;
	width:60px;
	cursor: pointer;
}

.buttonEnvolver{
	background:transparent url(../images/bt_envolver.gif) no-repeat scroll center top;
	border:medium none;
	color:#FFFFFF;
	height:23px;
	padding:0 0 2px;
	text-indent:18px;
	width:75px;
	cursor: pointer;
}

.buttonNovoBotao{
	background:transparent url(../images/bt_novobotao.gif) no-repeat scroll center top;
	border:medium none;
	color:#FFFFFF;
	height:23px;
	padding:0 0 2px;
	text-indent:18px;
	width:90px;
	cursor: pointer;
}

.buttonReabrir{
	background:transparent url(../images/bt_reabrir.gif) no-repeat scroll center top;
	border:medium none;
	color:#FFFFFF;
	height:23px;
	padding:0 0 2px;
	text-indent:18px;
	width:85px;
	cursor: pointer;
}

.buttonResponder{
	background:transparent url(../images/bt_responder.gif) no-repeat scroll center top;
	border:medium none;
	color:#FFFFFF;
	height:23px;
	padding:0 0 2px;
	text-indent:18px;
	width:85px;
	cursor: pointer;
}
.buttonRespondereFechar{
	background:transparent url(../images/bt-responderefechar.gif) no-repeat scroll center top;
	border:medium none;
	color:#FFFFFF;
	height:23px;
	padding:0 0 2px;
	text-indent:18px;
	width:126px;
	cursor: pointer;
}

.button_logout{

	padding: 2px 8px;

	background: url(../images/bt_sair.gif) no-repeat top;

	border: none;

	
}



* html .button { /*IE 6*/

	padding: 0 5px !important;

}



*+html .button { /*IE 7*/

	padding: 0 5px !important;

}



/* JOOMLA STYLE

--------------------------------------------------------- */

.article_separator {

	clear: both;

	display: block;

	height: 30px;

	margin: 0;

	background: url(../images/dot-h.gif) repeat-x center;

}



.column_separator {

	padding: 0 25px;

}



/* content tables */

.sectiontableheader {

	background: #333333;

	padding: 4px;

	color: #FFFFFF;

	font-weight: bold;

}

.sectiontableheader1 {

	padding: 0px 0px;


	color: #FFFFFF;


	font-weight: bold;
	
}



.sectiontableheader a,

.sectiontableheader a:hover,

.sectiontableheader a:active,

.sectiontableheader a:focus {

	color: #FFFFFF;

}

tr.sectiontableentry1a td {

	padding: 4px;
	font-size: 16px;
	font-weight: bold;

}

tr.sectiontableentry0 td,

tr.sectiontableentry1 td,

tr.sectiontableentry2 td {

	padding: 8px;

	background: url(../images/dot-h.gif) repeat-x bottom;

}



.moduletable tr.sectiontableentry0 td,

.moduletable tr.sectiontableentry1 td,

.moduletable tr.sectiontableentry2 td {

	padding: 3px;

	background: url(../images/dot-h.gif) repeat-x bottom;

}



tr.sectiontableentry0:hover,

tr.sectiontableentry1:hover,

tr.sectiontableentry1a:hover,

tr.sectiontableentry2:hover {

}



table.contentpane {

	border: none;

	width: 100%;

}



table.contentpaneopen {

	border: none;

	border-collapse: collapse;

	border-spacing: 0;

}



table.contenttoc {

	margin: 0 0 10px 10px;

	padding: 0;

	width: 30%;

	float: right;

}



table.contenttoc td {

	background: url(../images/bullet.gif) no-repeat 12px 8px;

	padding: 1px 5px 1px 20px;

}



table.contenttoc th {

	border-bottom: 1px solid #CCCCCC;

	padding: 0 0 3px;

	text-indent: 5px;

}



table.poll {

	border-collapse: collapse;

	padding: 0;

	width: 100%;

}



table.pollstableborder {

	border: none;

	padding: 0;

	text-align: left;

	width: 100%;

}



table.pollstableborder img {

	vertical-align: baseline;

}



table.pollstableborder td {

	border-collapse: collapse;

	border-spacing: 0;

	padding: 4px !important;

	background: none;

}

table.pollstableborder tr.sectiontableentry1a td {

	background: #F7F7F7;

}


table.pollstableborder tr.sectiontableentry1 td {

	background: #F7F7F7;

}



table.searchintro {

	padding: 10px 0;

	width: 100%;

}



table.searchintro td {

	padding: 5px!important;

}



.blog_more {

	margin: 15px 0 0;

	padding: 10px 0 0;

	background: url(../images/dot-h.gif) repeat-x top;

}



.blog_more strong {

	display: block;

	margin: 0 0 5px;

	text-transform: uppercase;

}



.blog_more ul {

	margin: 0;

	padding: 0;

}



.blog_more ul li {

	background: url(../images/bullet.gif) no-repeat 4px 8px;

	margin: 0;

	padding: 0 0 0 12px;

}



.category {

	font-weight: bold;

	text-transform: uppercase;

}



h1.componentheading, .componentheading {

	margin: 0 0 10px;

	padding: 0 0 10px;

	font-size: 175%;

}



.componentheading {

	font-size: 100%;

	background: url(../images/dot.gif) repeat-x bottom;

	text-transform: uppercase;

	color: #666666;

}



.contentdescription {

	padding-bottom: 30px;

}



h2.contentheading, .contentheading {

	margin: 0;

	padding: 0 0 5px;

	font-size: 200%;

}



table.blog .contentheading {

	font-size: 175%;

}



a.contentpagetitle,

a.contentpagetitle:hover,

a.contentpagetitle:active,

a.contentpagetitle:focus {

}



a.readon {

	text-align: center;

	text-decoration: none;

	color: #666666;

	text-transform: uppercase;

	font-weight: bold;

	background: url(../images/arrow-readon-1.png) no-repeat left 2px;

	padding-left: 12px;

}



a.readon:hover, a.readon:focus, a.readon:active {

	background: url(../images/arrow-readon-2.png) no-repeat left 2px;

}



table.contentpaneopen td, table.contentpane td {

}



table.contentpaneopen, table.contentpane, table.blog {

	width: 100%;

}



.moduletable {

	padding: 0;

}



ul.pagination {

	margin: 15px auto 0;

	padding: 10px 0 0;

	background: url(../images/dot-h.gif) repeat-x top;

}



ul.pagination li {

	background: none;

	display: inline;

	margin: 0;

	padding: 0;

}



ul.pagination li span{

	padding: 2px 5px;

}



ul.pagination a {

	padding: 2px 3px;

	text-decoration: none;

	background: #666666;

	color: #FFFFFF;

}



ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {

	background: #FF6600;

	color: #FFFFFF;

}



.pagenavbar {

	background: url(../images/icon-pages.gif) no-repeat center left;

	font-weight: bold;

	padding-left: 14px;

}



.pagenavcounter {

	background: url(../images/icon-pages.gif) no-repeat 0 11px;

	font-weight: bold;

	padding: 8px 14px 0 14px;

}



.smalldark {

	text-align: left;

}



div.syndicate div {

	text-align: center;

}



.pollstableborder tr.sectiontableentry1 td,

.pollstableborder tr.sectiontableentry1a td,

.pollstableborder tr.sectiontableentry2 td {

	background: none;

}



ul.latestnews a, ul.mostread a {

	color: #666666;

}



/* META

--------------------------------------------------------- */

.article-toolswrap {

	display: block;

	margin: 0 0 10px;

	padding: 0;

	text-transform: uppercase;

	font-size: 92%;

	position: relative;

}



.article-tools {

	display: block;

	padding: 0 10px 0 0;

	white-space: nowrap;

}



.article-meta {

	width: 70%;

	float: left;

}



.createby {

	padding: 0 5px 0;

	background: #666666;

	color: #FFFFFF;

}



.createdate {

	padding: 0 5px 0 0;

}



.modifydate {

	width: 100%;

	display: block;

	margin-bottom: 10px;

}



div.buttonheading {

	position: absolute;

	top: 0;

	right: 10px;

}



.buttonheading img {

	margin: 0 0 0 5px;

	border: 0;

	float: right;

}



/* MAIN LAYOUT DIVS

--------------------------------------------------------- */

#ja-wrapper {

	width: 952px;

	margin: 0 auto;

	clear: both;

}



.narrow #ja-wrapper {

	width: 752px;

}



#ja-wrapper-inner {

	border: 1px solid #E6E6E6;

}



#ja-container {

	position: relative;

}





/* PRIMARY COLUMN

--------------------------------------------------------- */

#ja-mainbody {

	width: 759px;

	*width: 757px;

	_width: 757px;

	float: right;

	clear: both;

}



.narrow #ja-mainbody {

	width: 600px;

}



#ja-content {

	padding: 15px 15px 15px 10px;

	position: relative;

	border-bottom: 1px solid #E6E6E6;

}



/* COLUMNS

--------------------------------------------------------- */

#ja-col {

	float: left;

	overflow: hidden;

	width: 190px;

}



.narrow #ja-col {

	width: 150px;

}



/*common style for column*/

#ja-col table {

	border-collapse: collapse;

	border-spacing: 0;

}



#ja-col .article_separator {

	display: none;

}



/* COLLAPSIBLE LAYOUT

--------------------------------------------------------- */

#ja-containerwrap,

#ja-containerwrap-f {

	padding: 0;

	margin: 0;

	border-top: 1px solid #CCCCCC;

	border-bottom: 1px solid #E6E6E6;

}



#ja-containerwrap {

	background: url(../images/dot.gif) repeat-y 190px 0 #FFFFFF;

}



.narrow #ja-containerwrap {

	background: url(../images/dot.gif) repeat-y 150px 0 #FFFFFF;

}



/*full*/

#ja-containerwrap-f {

	background: #FFFFFF;

}



#ja-containerwrap-f #ja-mainbody {

	width: 100%;

}



/* MODULE

--------------------------------------------------------- */

div.moduletable h3,

div.moduletable_menu h3,

div.moduletable_text h3,

div.moduletable_hilite h3,

div.moduletable_menuhilite h3 {

	font-size: 100%;

	margin: 0 -15px 5px -16px;

	padding: 10px 15px;

	border-bottom: 1px solid #E6E6E6;

	text-transform: uppercase;

	background: url(../images/dot-hilite.gif) repeat-y left #F7F7F7;

}



div.moduletable h3 span,

div.moduletable_menu h3 span,

div.moduletable_text h3 span,

div.moduletable_hilite h3 span {

	color: #FF6600;

}



div.moduletable,

div.moduletable_menu,

div.moduletable_text,

div.moduletable_menuhilite,

div.moduletable_hilite1 {

	margin: 0;

	padding: 0 15px 10px;

	border-bottom: 1px solid #E6E6E6;

}



div.moduletable_menu h3,

div.moduletable_menuhilite h3 {

	margin-bottom: 0;

	border-bottom: none;

}



div.moduletable_menu,

div.moduletable_menuhilite {

	padding: 0 15px;

}



div.moduletable_menuhilite h3 {

	background: #FF6600;

	color: #FFFFFF;

}



/* mis */

div.banneritem_text {

	padding: 5px 0 !important;

}



div.advs {

	clear: both;

	display: block;

	float: left;

	width: 100%;

}



div.moduletable ul {

	list-style: none;

}



div.moduletable li {

	background: url(../images/bullet.gif) no-repeat 3px 8px;

	line-height: 160%;

	padding-left: 12px;

        list-style-type:none;

}



td li {

	background: url(../images/bullet.gif) no-repeat 3px 8px;

	line-height: 160%;

	padding-left: 12px;

        list-style-type:none;

}



/* HEADER

--------------------------------------------------------- */

#ja-headerwrap {

	height: 100px;

	background: url(../images/main-tr.gif) no-repeat top right #FFFFFF;

}



#ja-header {

	height: 100px;

	line-height: normal;

	position: relative;

	background: url(../images/main-tl.gif) no-repeat top left;

}



h1.logo, h1.logo-text {

	margin: 0;

	padding: 0;

	font-size: 200%;

}



h1.logo a {

	width: 180px;

	display: block;

	background: url(../images/logo.gif) no-repeat;

	position: absolute;

	height: 100px;

	top: 0;

	left: 10px;

}



h1.logo a:hover, h1.logo a:active, h1.logo a:focus {

}



h1.logo a span {

	position: absolute;

	top: -1000px;

}



h1.logo-text a {

	text-decoration: none;

	outline: none;

	position: absolute;

	top: 25px;

	left: 20px;

	text-transform: uppercase;

}



h1.logo-text a:hover, logo-text a:active, logo-text a:focus {

}



p.site-slogan {

	margin: 0;

	padding: 0;

	position: absolute;

	top: 55px;

	left: 20px;

	text-transform: uppercase;

	letter-spacing: 1px;

}



#ja-vmcurrency {

	width: 350px;

	position: absolute;

	top: 0px;

	right: 0px;

	height: 65px;

	border-right: 1px solid #E6E6E6;

}



#ja-vmcurrency div.moduletable {

	padding: 10px 15px 0 15px;

	border: none;

}



#ja-vmcurrency div.moduletable h3 {

	background: none;

	border: none;

	margin: 0 0 10px;

	padding: 0;

}



/* MAIN NAVIGATION

--------------------------------------------------------- */

#ja-mainnavwrap {

	background: #333333;

	border-top: 1px solid #E6E6E6;

	height: 25px;

	z-index: 999;

}



#ja-mainnav {

	height: 25px;

	width: 760px;

	float: right;

	background: url(../images/dot-dark.gif) repeat-y left;

}



.narrow #ja-mainnav {

	width: 600px;

}



#ja-mainnav a, #ja-subnav a {

	outline: none;

}



#ja-subnav ul {

	list-style: none;

	margin: 0;

	padding: 0;

}



#ja-subnav li {

	background: none;

	margin: 0;

	padding: 1px 0;

}



#ja-subnav a {

	display: block;

	outline: none;

	padding: 4px 2px 4px 14px;

	text-decoration: none;

	background: url(../images/bullet.gif) no-repeat 3px 10px;

}



#ja-subnav a:hover,

#ja-subnav a:active,

#ja-subnav a:focus {

}



#ja-subnav li.active a {

}


/* breadcrumbs */

#ja-pathway {

	padding: 6.7px 9px;

	margin-left: 1px;

	text-transform: uppercase;

	background: #F7F7F7;

	border-bottom: 1px solid #E6E6E6;

	line-height: normal;

}



#ja-pathway strong {

	margin-right: 5px;

	color: #FF6600;

}



#ja-pathway a {

	text-decoration: none;

}



#ja-pathway a:hover {

	text-decoration: underline;

}



#ja-pathway img {

	margin: 1px 3px;

}



/* Default Joomla! Menu */

ul.menu {

	list-style: none;

	margin: 0;

	padding: 0;

	display: block;

}



ul.menu li {

	display: block;

	background: #FFFFFF;

	margin: 0;

	padding: 0;

	line-height: normal;

}



ul.menu li a {

	display: block;

	outline: none;

	padding: 8px 15px 9px;

	margin: 0 -15px;

	text-decoration: none;

	text-transform: uppercase;

	color: #666666;

	border-top: 1px solid #E6E6E6;

	background: url(../images/arrow.png) no-repeat 92% 14px;

}



* html ul.menu li a {

	padding: 7px 15px 8px;

}



*+html ul.menu li a {

	padding: 7px 15px 8px;

}



ul.menu li a:hover,

ul.menu li a:active,

ul.menu li a:focus {

	background: url(../images/arrow.png) no-repeat 92% 14px #F7F7F7;

	text-decoration: none;

}



ul.menu li.active a {

	background: url(../images/arrow.png) no-repeat 92% 14px #FFFFCC;

	font-weight: bold;

}



ul.menu li ul {

	list-style: none;

	margin: 0;

	padding: 0;

	background: #FFFFCC;

}



ul.menu li li {

	border: none;

}



ul.menu li li a {

	background: url(../images/bullet.gif) no-repeat 18px 14px #FFFFCC !important;

	border: none;

	padding-left: 26px !important;

	text-transform: none;

	font-weight: normal !important;

}



ul.menu li li a:hover,

ul.menu li li a:active,

ul.menu li li a:focus {

	background: none;

	color: #FF6600;

}



ul.menu li li.active a {

	color: #FF6600;

	font-weight: bold;

}



ul.menu li li li a {

	color: #666666 !important;

	font-weight: normal !important;

	padding-left: 38px !important;

	background: url(../images/bullet.gif) no-repeat 30px 14px #FFFFCC !important;

}



ul.menu li li li.active a {

	font-weight: bold !important;

}



/* SPOTLIGHT

--------------------------------------------------------- */

/* Spotlight Box Style */

.ja-box-full, .ja-box-left, .ja-box-center, .ja-box-right {

	float: left;

	overflow: hidden;

}



.ja-box-left, .ja-box-center {

	background: url(../images/dot.gif) repeat-y right;

}



/* Top spotlight */

#ja-topsl1 {

	position: relative;

	height: 250px;

	margin-left: 1px;

	border-bottom: 1px solid #E6E6E6;

}



#ja-topsl2, #ja-topsl3 {

	margin-left: 1px;

}



#ja-topsl2 div.moduletable h3, #ja-topsl3 div.moduletable h3 {

	background: #F7F7F7;

	color: #666666;

	margin-left: -15px;

}



#ja-topsl3 table {

	padding: 0;

	margin: 0;

}



#ja-topsl3 td {

	padding: 15px 0;

	margin: 0;

}



#ja-topsl3 tr {

	background: url(../images/dot-h.gif) repeat-x bottom;

}



/* Bottom spotlight */

#ja-botsl {

	position: relative;

	border-top: 1px solid #E6E6E6;

	margin-left: 1px;

	clear: both;

	background: #F7F7F7;

}



#ja-botsl div.moduletable {

	position: relative;

	border: none;

	padding: 15px;

}



#ja-botsl div.moduletable h3 {

	margin: 0;

	padding: 0;

	background: none;

	border: none;

	font-size: 100%;

}



/* FOOTER

--------------------------------------------------------- */




#ja-footerwrap {

	position: relative;

	clear: both;

	height: 74px;

	background: url(../images/main-br.gif) no-repeat bottom right #333333;

}



#ja-footer {

	position: relative;

	background: url(../images/main-bl.gif) no-repeat bottom left;

	color: #666666;

	text-transform: uppercase;

	font-size: 92%;

        height: 56pt;

}



#ja-footer small {

	color: #666666;

	font-size: 100%;

	padding: 10px 10px 10px 20px;

}



#ja-footer ul {

	margin: 0;

	padding: 0 10px 5px 10px;

	line-height: normal;

}



#ja-footer li {

	display: inline;

	margin: 0;

	padding: 0;


}



#ja-footer li a {

	display: inline;

	line-height: normal;

	padding: 0 10px;

}



li.ja-firstitem {

	background: none !important;

}



#ja-footer a {

	color: #999999;

	text-decoration: none;

}



#ja-footer a:hover, #ja-footer a:active, #ja-footer a:focus {

	color: #FFFFFF;

}



div.sublogo {

	width: 20%;

	float: left;

}



div.sublogo a {

	font-size: 200%;

	display: block;

	text-align: center;

	background: url(../images/logo-sub.gif) no-repeat right;

	width: 150px;

	height: 70px;

	text-indent: -5000px;

	position: absolute;

	left: 10px;

}



.narrow div.sublogo a {

	width: 140px;

	height: 70px;

}



div.copyright {

	width: 80%;

	padding: 10px 0;

	float: right;

	background: url(../images/dot-dark.gif) repeat-y left;

}



div.foot-rss {

	position: absolute;

	top: 30px;

	right: 20px;

}



div.foot-rss img {

	vertical-align: middle;

}



/* MISCELLANOUS

----------------------------------------------------------- */

ul.accessibility {

	position: absolute;

	top: -100%;

}



/* Login */

#form-login p {

	margin: 0 0 5px;

}



#form-login ul {

	margin: 5px 0 0;

}



#modlgn_username, #modlgn_passwd {

	width: 90%;

}



/* Search */

#ja-search {

	float: left;

	width: 190px;

	height: 25px;

	background: url(../images/icon-search.png) no-repeat 5px 0;

	overflow: hidden;

}



.narrow #ja-search {

	width: 150px;

}



#ja-search .inputbox {

	padding: 10px 0 0 40px;

	background: none;

	border: none;

	font-weight: bold;

	color: #666666;
}



/*others*/

#ja-banner {

	text-align: center;

	overflow: hidden;

	width: 100%;

	clear: both;

}



div.back_button a,

div.back_button a:hover,

div.back_button a:active {

	background: none!important;

	display: block;

	margin: 10px 0;

	text-decoration: none!important;

}



.clr {

	clear: both;

}



.hasTip img {

	border: none;

	margin: 0px 0px 0 0;

}



div.ja-innerdiv {

	padding: 6px 0 7px;

	background: url(../images/dot-h.gif) repeat-x bottom;

}



div.ja-innerdiv img {

	padding: 0;

	margin: 0;

}



/* Tooltips */

.tool-tip {

	background: #FFCC66;

	border: 1px solid #CCCCCC;

	float: left;

	max-width: 200px;

	padding: 5px;

	z-index: 999;

	color: #333333;

}



.tool-title {

	background: url(../../system/images/selector-arrow.png) no-repeat;

	font-size: 100%;

	font-weight: bold;

	margin: 0;

	margin-top: -15px;

	padding: 0;

	padding-bottom: 5px;

	padding-top: 15px;

}



.tool-text {

	font-size: 100%;

	margin: 0;

}



#system-message dd.message ul,

#system-message dd.error ul,

#system-message dd.notice ul {

	margin: 0;

	padding: 0;

}



#system-message dd.message ul li,

#system-message dd.error ul li,

#system-message dd.notice ul li {

	background: none;

	color: #FFFFFF;

	margin: 0;

	padding: 5px;

}



/* System Standard Messages */

#system-message dd.message ul {

	background: #666666;

	border: none;

}



/* System Error Messages */

#system-message dd.error ul {

	background: #666666;

	border: none;

}



/* System Notice Messages */

#system-message dd.notice ul {

	background: #666666;

	border: none;

}



/* Clearfix */

.clearfix:after {

	clear: both;

	content: ".";

	display: block;

	height: 0;

	visibility: hidden;

}



* html > body .clearfix {

	display: block;

	width: 100%;

}



* html .clearfix {

	height: 1%;

}



.watsCategoryView th {

        padding: 3px;

}



.watsTicketSetView th {

        padding: 3px;

}



.watsUsersView th{

        padding: 3px;

}



.watsUsersSetView th{

        padding: 3px;

}

/********************************************************************************************************************************

 mapa-site

*********************************************************************************************************************************/

.categoria{

color:#00FF00;

background: none;

padding:0px;

margin:5px;

width: 185px;

*width: 170px; 

}



.categoriaTitulo{

color:#FF6600;

font-weight:bold;

font-size:10px;

background: url(../images/bullet.gif) no-repeat 0px 6px;

padding-left:10px;/*deslocamento em relacão a marcação*/

margin:5px;

}



.subcategoria{

color:#555555;

font-size:9px;

font-weight:normal;

padding:0px;

padding-left:10px;/*deslocamento em relacão a marcação*/

margin:5px;

background:none;

}

.subcategoriaMapaHtml{

color:#555555;

font-size:9px;

font-weight:bold;

padding:0px;

padding-left:10px;/*deslocamento em relacão a marcação*/

margin:5px;

background:none;

}



.produtos{

color:#AAAAAA;

font-size:9px;

font-weight:normal;

margin:0px;

background:none;

}


.produtos1{

color:#AAAAAA;

font-size:9px;

font-weight:normal;

margin:0px;

background:none;

}
.hr_mapa_site_html{
 width:169px;
}

.mapa_site{




background:color #FFFFFF;
width:850px;/*1000 para visualizar*/
*width: 728px;
position:static;	
z-index:0;
padding:0;
font-family:Verdana, Arial, Helvetica, sans-serif;

color:#000000;

list-style:none;

background: none;

*margin-top:5px;

display:block;

float:none;

}

.mapa_site_1{
width:180px;
*width:170px;
margin:0px;
margin-left:5px;
float:left; 	
display:block;
padding:0px;
}

.mapa_site ul li{
list-style:none;
background: none;
margin:0px;
padding:0px;
}

.mapa_site_1 ul {
margin:0px;
padding:0px;
width:165px;
}

.mapa_site_1 ul li{
padding:0px;
list-style:none;
line-height:12px;
margin:0px;
}

.mapa_site ul{
*margin:0px;
}

.mapa_site_1 ul li ul li{

background:none;

}

.mapa_site_ul {

padding: 0px;

margin: 0px;

}

.produtos li a{

padding-left:4px;/*deslocamento em relacão a marcação*/

margin:0px;

}

.subcategoria li a,.subcategoriaLi,.subcategoriaLi ul,.subcategoria li{

//margin-left:0px;

padding 0px;

margin:10px;

border:0px;

}


.titulo_produto{
font-size:14px;
font-weight:bold;
text-align:center;
color:#888888;
}

#ja-search {

	float: left;

	width: 190px;

	height: 25px;

	background: url(../images/icon-search.png) no-repeat 0px -4px;

	overflow: hidden;

}

#ja-search .inputbox {
background:#FFFFFF none repeat scroll 0 0;
font-weight:bold;
margin:3px 3px 3px 36px;
padding:2px;
width:110px;
}

.botaoProcurarTopo{
	background:#FB7237 none repeat scroll 0 0;
	border:medium none;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	padding:2px;
	text-indent:0;
	width:23px;
}

.voltarCinza {

	background: url( '../images/bt_voltarcinza.gif' ) no-repeat right;

	margin: 2px;

	padding: 14px 0 14px 70px;

	vertical-align: middle;

	font-weight: bold;

	font-size: 1.4em;

	width: 129px;

	border: none;

	cursor: pointer;

}



.formaPagamento {

	background: url( '../images/bt_formasdepagamento.gif' ) no-repeat right;

	margin: 0px;

	padding: 14px 0 14px 130px;

	vertical-align: middle;

	font-weight: bold;

	font-size: 1.4em;

	width: 129px;

	border: none;

	cursor: pointer;

}

.termoServico {

	background: url( '../images/bt_termosdeservico.gif' ) no-repeat right;

	margin: 0px;

	padding: 14px 0 14px 130px;

	vertical-align: middle;

	font-weight: bold;

	font-size: 1.4em;

	width: 129px;

	border: none;

	cursor: pointer;

}

.botaoMostrarPedido {

	background: url( '../images/bt_mostrarcarrinho.gif' ) no-repeat left;

	margin: 0px;

	padding: 12px 10px 23px 150px;

	vertical-align: middle;

	font-weight: bold;

	font-size: 1.4em;

	width: 150px;

	border: none;

	cursor: pointer;

}
.tituloProdutoBrowse2{
	font-size:12px;
	font-weight:bold;
	color:#666666;
}
.descProdutoBrowse_2{
	margin-top:0px;
	
}

.eventtable .sectiontableheader a{
color:#000;
}
