body,td,th {
	margin: 0;
	padding: 0; 
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	background-color: #FFFFFF;
}
.tablep {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: justify;
	background-color: #FFFFFF;
}
.laranja {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FC3;
}
.verde {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FC3;
}
.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FC3;
}
.tableb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: justify;
	background-color: #FFFFFF;
	border-top: 1px solid #eeaa11;
	border-bottom: 1px solid #FFCC33;
}
a.url {
	text-decoration: none;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-left: 2px;
}
a.url:hover {
	font-weight: normal;
	color: #FC3;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #aaaa99;
}
a {
	color: #FFCC33;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:hover {
	font-weight: bold;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.barratop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top: 1px solid #FFCC33;
}
.tabletop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	background-color: #FFCC33;
}

.nome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFCC33;
	font-size: 16px;
	text-transform: capitalize;
}

.binfverde {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFCC33;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC33;
	padding-bottom: 2px;
}
.txtpeq {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.verm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC0000;
	font-size: 12px;
}

.verm_riscado {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC0000;
	font-size: 12px;
	text-decoration: line-through;
}

.verm2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC0000;
	font-size: 16px;
}
.binfverde1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC33;
	padding-bottom: 2px;
}

.txtinput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #6699CC;
}
.binfverm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	padding-bottom: 2px;
}
.branco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}

.branco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
}
.menu {
	padding-left: 3px;
}


/* Drop Down Tab Menu */

.halfmoon ul{
padding: 3px 9px 2px 5px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 10px Verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
border-bottom: 1px solid #929492;
}

.halfmoon li{
display: inline;
margin: 0;
}

.halfmoon li a{
text-decoration: none;
padding: 3px 9px 2px 5px;
margin: 0;
margin-right: 1px; /*distance between each tab*/
border-left: 1px solid gray;
color: black;
font-size: 10px;
background: #e5febc url(../media/halfmoontab.gif) top right no-repeat;
}

.halfmoon li a:visited{
color: black;
}

.halfmoon li a:hover, .halfmoon li.selected a{
background-color: #c8e181;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_e{
position:absolute;
top: 0;
border: 1px solid #657f27; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #eff8d2;
width: 150px;
visibility: hidden;
}


.dropmenudiv_e a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #657f27; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_e a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
background-color: #c8e181;
}

/* ######### Boxes Middle ######### */
.t12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.style2 {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	color: #F98B41;
	font-weight: bold;
}
.t11 {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
}
td {
	text-align: left;
	font-family:Verdana;
	font-size:12px;
	color:#000000;
	line-height: 18px;
	}
/*##### LIght Box #####*/
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../img/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/overlay.png", sizingMethod="scale");
	}
	
	/*Sample CSS used for the Virtual Pagination Demos. Modify/ remove as desired*/

.virtualpage, .virtualpage2, .virtualpage3{
/*hide the broken up pieces of contents until script is called. Remove if desired*/
display: none;
}

.paginationstyle{ /*Style for demo pagination divs*/
width: 250px;
text-align: center;
padding: 2px 0;
margin: 10px 0;
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
border: 1px solid navy;
margin: 0 15px;
}

.paginationstyle a{ /*Pagination links style*/
padding: 0 5px;
text-decoration: none;
border: 1px solid black;
color: navy;
background-color: white;
}

.paginationstyle a:hover, .paginationstyle a.selected{
color: #000;
background-color: #FEE496;
}

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;
padding: 0;
}

.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
background: none;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
color: #000;
background-color: yellow;
}.tbbruns {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
.descr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
}

.preco{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FF0000;
}
.dispon {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0033FF;
}
.opcional {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
}
.Official {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bolder;
	color: #FFFFFF;
}
.riscas {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: oblique;
	color: #000000;
}
.zoom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF0000;
	text-decoration: blink;
	cursor: url(../images/acessorios/malas/Zoom.gif);
}

.mesadisp {
	font-size: 9px;
	font-weight: bold;
	color: #0033FF;
}

.mesaoficial {
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
}
.nome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FC3;
}
.azulinho {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8DC9E5;
}
.azulfortebut {

	font-size: 24px;
	font-weight: bold;
	color: #010065;
}.txtPaypal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}
.binfverde2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:16px;
	color: #FC3;
	padding-bottom: 2px;
	border-bottom: 1px solid #FC3;
}
.preto-riscado {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: line-through;
}
.mesaoficial2 {
	font-size: 24px;
	font-weight: bolder;
	font-variant: small-caps;
}
.binfverm2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC0000;
	padding: 3px;
	font-size: 18px;
	font-variant: small-caps;
	text-transform: capitalize;
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
}

	
.nome2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FC3;
}
.blink {
	text-decoration: blink;
	color: #FC3;
}
.blink2 {
	text-decoration: blink;
	color: #FC3;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	
}
.butterfly_peq {
	color: #EE2690;
	font-size: 9px;
}
.butterfly_big {
	color: #EE2690;
	font-size: 20px;
}.morada {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #333;
}
.pisca {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight: bolder;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #444433;
	text-decoration: underline blink;
}
.news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: oblique;
	line-height: normal;
	text-decoration: overline blink;
	background-repeat: no-repeat;
	height: auto;
	width: auto;
	border-top-color: Green;
}
.qsomos {
	text-align: justify;
}

.CABECALHO {
	font-size: 28px;
	color: #FFF;
	text-align: center;
}
.kit_valley {
	color: #900;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}
.preço23 {
	color: #F00;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}
.header_logo {
	background: url(../images/bot_pt/back_risca.gif) repeat;
}

.dourado3d{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FC3;
	text-shadow:  1px 0px 1px #666,
				  0px 0px 2px #333;
				  
}
.dourado3d12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FC3;
	text-shadow:  1px 0px 1px #666,
				  0px 0px 2px #333;
}
.dourado3d14 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #FC3;
	text-shadow:  1px 0px 1px #666,
				  0px 0px 2px #333;
}

.dourado3d16 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #FC3;
	text-shadow:  1px 0px 1px #666,
				  0px 0px 2px #333;
				  
}
.dourado3d18{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #FC3;
	text-shadow:  1px 0px 1px #666,
				  0px 0px 2px #333;
				  
}
.titulo24 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FC3;
	font-weight: bold;
	text-shadow:  1px 0px 1px #666,
				  0px 0px 2px #333;
}

