﻿@charset "UTF-8";
/* CSS Document */

html
{
	height: 100%;
	overflow: auto;
	background: #121212 url(../images/bkg_black.gif) center top repeat-y;
}

body
{
	width:100%;
	/*height:100%;*/
	background: transparent url(../images/bkg_site.jpg) center top repeat-x;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#c6c6c6;
	line-height:100%;
}

img
{
	border:none;
}

a:link, a:visited, a:active
{
	color: #c6c6c6;
	text-decoration:none;
	border:none;
	cursor:hand;
	cursor:pointer;
}

a:hover
{
	color:#e3d6a4;
	cursor:hand;
	cursor:pointer;
}



.clear
{
	clear:both;
	margin:0;
	padding:0;
	font-size: 1px;
	line-height:1px;
}

.boxLayout
{
	width:925px;
	/*background:#000;*/
	margin:0 auto;
	/*border-left: #0f0f0f 1px solid;
	border-right: #0f0f0f 1px solid;*/
}

.boxBanner
{
	width:925px;
	height:450px;
	margin:0 auto;
	padding:0;
	z-index:100;
	background:transparent;
	
}

.boxContentorHome
{
	
	position: relative;
	z-index: 200;
	width: 925px;
	margin-top: -450px;
	*margin-top: 0;
	*top: -450px;
	margin-bottom: -450px;
	
}

.boxContentor
{
	width: 925px;
	background: #000;
}



.boxLogo
{
	width:125px;
	height:32px;
	position:relative;
	margin-left:40px;
}

.boxMenu
{
	width:160px;
	margin:45px 0 45px 25px;
}

.boxMenuItem
{
	width:125px;
	height:25px;
	color:#c6c6c6;
	font-family:"Trebuchet MS";
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	line-height:24px;
}

.boxMenuItem a:link, .boxMenuItem a:visited
{
	text-decoration: none;
	color:#bba75d;
}

.boxMenuItem a:active,
.boxMenuItem a:hover
{
	text-decoration: none;
	color:#dad1b0;
}

.boxMenuItemSeleccionado
{
	width:125px;
	height:25px;
	color:#c6c6c6;
	font-family:"Trebuchet MS";
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	line-height:24px;
}

.boxMenuItemSeleccionado a
{
	text-decoration: none;
	color:#dad1b0;
}

.boxMenuItem_01
{
	/*width:125px;*/
	/*height:25px;*/
	font-family:"Trebuchet MS";
	font-size:12px;
	text-transform:uppercase;
	line-height:24px;
	color:#808080;
}

.boxMenuItem_01 a:link,
.boxMenuItem_01 a:visited
{
	color:#808080;
	text-decoration:none;
	background:url(../images/bullet_menu_up.gif) left center no-repeat;
	padding-left:10px;
}

.boxMenuItem_01 a:hover,
.boxMenuItem_01 a:active
{
	color:#c6c6c6;
	background:url(../images/bullet_menu_hover.gif) left center no-repeat;
}

.boxMenuItem_01Seleccionado a
 {
 	/*width:125px;*/
	/*height:25px;*/
	font-family:"Trebuchet MS";
	font-size:12px;
	text-transform:uppercase;
	line-height:24px;
	color:#c6c6c6;
	background:url(../images/bullet_menu_hover.gif) left center no-repeat;
	padding-left:10px;
	text-decoration:none;
 }
 
 /* colecção linhas de produto */
 
 .boxMenuItem_02
{
	/*width:125px;*/
	/*height:20px;*/
	margin-left:10px;
	font-family:"Trebuchet MS";
	font-size:10px;
	text-transform:uppercase;
	line-height:14px;
	color:#808080;
	padding:2px 0;
}

.boxMenuItem_02 a:link,
.boxMenuItem_02 a:visited
{
	color:#808080;
	text-decoration:none;
	background:url(../images/bullet_menu_up.gif) left 2px no-repeat;
	padding-left:10px;
}

.boxMenuItem_02 a:hover,
.boxMenuItem_02 a:active
{
	color:#c6c6c6;
	background:url(../images/bullet_menu_hover.gif) left center no-repeat;
}

.boxMenuItem_02Seleccionado a
 {
	/*width:125px;*/
	/*height:25px;*/
	font-family:"Trebuchet MS";
	font-size:12px;
	text-transform:uppercase;
	line-height:14px;
	color:#c6c6c6;
	background:url(../images/bullet_menu_hover.gif) left center no-repeat;
	padding-left:10px;
	text-decoration:none;
 }
 
 /* ###*/ 

.boxEmptyHome
{
	width:925px;
	height:450px;
	position:absolute;
	margin:0 auto;
}

.boxContentLeft
{
	margin:45px 0 0 0;
	float:left;
}

.boxContentRightHome
{
	margin:45px 20px 0 0;
	width:705px;
	float:right;
	/*height:405px;*/
	min-height:405px;
	*height:405px;
	*overflow:visible;
}

.boxContentRight
{
	margin:122px 20px 0 0;
	width:705px;
	float:right;
	line-height:24px;
}

.boxHighlight
{
	width:905px;
	min-height:130px;
	*height:130px;
	*overflow:visible;
	padding:10px;
	color:#c6c6c6;
	border-top:#2a2b2b 1px solid;
}

.boxNewsHome
{
	width:655px;
	float:right;
	padding: 20px;
}

.boxNewsHome P
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:16px;
	margin:0;
}

.boxNewsHome h1
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	line-height:10px;
	padding:0;
	margin-bottom: 5px;
	color:#c1ad61;
}

.boxNewsHome img
{
	width:180px;
	margin-left: 20px;
	float:right;
	border: #494949 1px solid;
}

.boxNewsHomeVerMais
{
	float:right;
	font-size:9px;
	text-align:right;
	color:#c6c6c6;	
	margin: 15px 0 5px 0;
}

.boxNewsHomeVerMais a:link,
.boxNewsHomeVerMais a:visited,
.boxNewsHomeVerMais a:active
{
	color:#808080;
	background:transparent url(../images/seta_ver_up.gif) right 4px no-repeat;
	text-decoration:none;
	padding-right:8px;
}

.boxNewsHomeVerMais a:hover
{
	color:#c6c6c6;
	background:transparent url(../images/seta_ver_hover.gif) right 4px no-repeat;
}

.boxNewsHomeVerMais img
{
	margin-right: 5px;
}

/*

*/

.boxNewCollection
{
	width:180px;
	height:180px;
	float:left;
	margin:5px 10px;
}

.boxNewCollection a:link, .boxNewCollection a:active,
.boxNewCollection a:visited
{
	background: transparent url(../images/btn_new_collection_up.jpg) left top no-repeat;
	display:block;
}

.boxNewCollection a:hover
{
	background: transparent url(../images/btn_new_collection_over.jpg) left top no-repeat;
}

.boxFooter P
{
	line-height:14px;
	margin:0;
	padding:0;
}

.boxFooter
{
	width:865px;
	min-height:130px;
	*height:130px;
	*overflow:visible;
	padding:5px 25px;
	color:#333333;
	font-size:9px;
	text-align:right;
	margin-top:20px;
	*margin-top:80px;
}

.boxFooter a:link, .boxFooter a:visited, .boxFooter a:active
{
	color:#333333;
	text-decoration:none;
}

.boxFooter a:hover
{
	text-decoration:underline;
}

.boxLinguas
{
	float:left;
}

.boxLinguas a:link, 
.boxLinguas a:visited,
.boxLinguas a:active
{
	color:#333333;
	text-decoration:none;
}

.boxLinguas a:hover
{
	text-decoration:underline;
}


/*   COLECÇÃO   */

.boxTitArea
{
	text-transform:uppercase;
	border-bottom:#333333 1px solid;
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#808080;
	line-height:20px;

}
.boxTitArea a:link,
.boxTitArea a:visited,
.boxTitArea a:active
{
	width:705px;
	height:25px;
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#808080;
	text-decoration:none;
}

.boxTitArea a:hover
{
	color:#c6c6c6;
	/*text-decoration:underline;*/
}

.boxBannerColeccao
{
	width:705px;
	height:180px;
	margin: 10px 0 20px 0;
}

.boxProdutoThumb
{
	width:133px;
	_width:133px;
	height:146px;
	background: url(../images/cx_detalhe.gif) left top no-repeat;
	margin:15px 2px;
	*margin:0px 2px;
	_margin:15px 1px;
	float:left;
	padding:0 2px;
	_padding:0 1px;
	text-align:center;
}

.boxProdutoNome,
.boxProdutoNome a:link,
.boxProdutoNome a:active,
.boxProdutoNome a:visited
{
	width:100px;
	font-size:10px;
	color:#c6c6c6;
	text-align:left;
	float:left;
	padding:3px;
	*padding:0 3px;
	*margin-top:-10px;
	_margin-top:-18px;
	_padding:7px 3px 0 3px;
	text-decoration:none;
	line-height:14px;
	cursor:hand;
	cursor:pointer;
}

.boxProdutoNome a:hover
{
	color:#e3d6a4;
	/*cursor:hand;
	cursor:pointer;*/
}

.boxProdutoVerMais,
.boxProdutoVerMais a:link,
.boxProdutoVerMais a:active,
.boxProdutoVerMais a:visited
{
	font-size:10px;
	font-weight:bold;
	color:#c1ad61;
	text-align:right;
	float:right;
	margin:1px 3px;
	text-decoration:none;
	cursor:hand;
	cursor:pointer;
}

.boxProdutoVerMais a:hover
{
	color:#c6c6c6;
	cursor:hand;
	cursor:pointer;
}

.boxProdutoThumb img
{
	width:127px;
	height:113px;
}

.boxPages
{
	width:685px;
	margin: 10px 0 5px 0;
	border-top:#333333 1px solid;
	font-size:9px;
	color:#c1ad61;
	line-height:20px;
	text-align:right;
	padding:5px 10px;
}

.boxPages a:link,
.boxPages a:visited,
.boxPages a:active
{
	color:#c6c6c6;
	text-decoration:none;
	font-weight:bold;
}

.boxPages a:hover
{
	color:#c1ad61;
}


/*   DESIGNER   */

.boxDesigner
{
	width:705px;
	height:330px;
	min-height:330px;
	*height:330px;
	*overflow:visible;
	margin: 0 0 10px 0;	
}

.boxDesignerText
{
	width: 350px;
	line-height:18px;
	padding:20px;
}

.boxDesignerText h1
{
	width: 350px;
	line-height:18px;
	font-size:9px;
	color:#808080;
	text-align:right;
}

/*   CLIPPING   */

.boxClipping
{
	margin:15px 0;
}

.boxPagesClipping
{
	width:685px;
	margin: 10px 0 5px 0;
	font-size:9px;
	color:#c1ad61;
	line-height:20px;
	text-align:right;
	padding:5px 10px;
}

.boxPagesClipping a:link,
.boxPagesClipping a:visited,
.boxPagesClipping a:active
{
	color:#c6c6c6;
	text-decoration:none;
	font-weight:bold;
}

.boxPagesClipping a:hover
{
	color:#c1ad61;
}

.boxClippingItem
{
	width:685px;
	border-bottom:#333333 1px solid;
	padding:2px 10px;
	color:#c6c6c6;
	line-height:16px;
}

.boxClippingItem P
{
	padding:0;
	margin:0;
	line-height:18px;
}

.boxClippingItem a:link, .boxClippingItem a:visited,
.boxClippingItem a:active
{
	color:#c6c6c6;
	text-decoration:none;
}

.boxClippingItem a:hover
{
	color:#808080;
}

.nomeMeio
{
	color:#7b6856;
	margin-right:10px;
}

.boxClippingImg
{
	width:450px;
	height:400px;
	border:#333333 1px solid;
	float:left;
}

.boxClippingImg2
{
	max-width: 685px;
	width:685px;
	height:400px;
	border:#333333 1px solid;
	float:left;
}

.boxClippingImg2 img
{
	max-width: 685px;
}

.boxClippingMeio
{
	width:550px;
	color:#7b6856;
	padding:2px 10px;
	float:left;
	font-weight:bold;
}

.boxClippingVoltar
{
	color:#c6c6c6;
	padding:2px 10px;
	text-align:right;
	float:right;
	font-size:9px;
	*line-height:100%;
}

.boxClippingVoltar a:link,
.boxClippingVoltar a:visited,
.boxClippingVoltar a:active
{
	color:#c6c6c6;
	background:transparent url(../images/seta_voltar_up.gif) left 4px no-repeat;
	*background:none;
	_background:transparent url(../images/seta_voltar_up.gif) left 4px no-repeat;
	text-decoration:none;
	padding-left:8px;
}

.boxClippingVoltar a:hover
{
	color:#808080;	
	background:transparent url(../images/seta_voltar_hover.gif) left 4px no-repeat;
	*background:none;
	_background:transparent url(../images/seta_voltar_hover.gif) left 4px no-repeat;
}

.boxClippingVoltar img
{
	margin-right: 5px;
}

.boxClippingTitulo
{
	width:685px;
	color:#c6c6c6;
	padding:2px 10px;
	font-weight:bold;
	margin-bottom:10px;
}

.boxClippingText
{
	width:220px;
	float:right;
	padding:0 10px;
	line-height:18px;
	margin-right:5px;
}
.boxClippingText2
{
	width:685px;
	float:left;
	padding:0 10px;
	line-height:18px;
	margin-right:5px;
}

/*   PRESS RELEASES   */

.boxPress
{
	margin:15px 0;
}

.boxPressItem
{
	width:685px;
	border-bottom:#333333 1px solid;
	padding:2px 10px;
	color:#c6c6c6;
	line-height:16px;
}

.boxPressItem a:link, 
.boxPressItem a:visited,
.boxPressItem a:active
{
	color:#c6c6c6;
	text-decoration:none;
}

.boxPressItem a:hover
{
	color:#808080;
}

.boxPressItem P
{
	padding:0;
	margin:0;
	line-height:18px;
}

.data
{
	color:#7b6856;
	margin-right:10px;
}

/*  #### CLIPPING SPAN ####  */

/*bubble tooltip*/

a.tt
{
  position:relative;
  z-index:500;
  color:#808080;
  text-decoration:none;
}

a.tt span
{ 
	display: none; 
}

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover
{ 
	z-index:600; 
	color: #808080; 
	/*background:#333;*/
	/*border:#fda000 1px solid;*/
}

a.tt:hover span.tooltip
{
  display:block;
  position:absolute;
  top:-20px; 
	left:-120px;
	padding:5px;
	color: #fff;
  text-align: center;
	background:#000;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
	border: #7b6856 1px solid;
	*width:100px;
}

a.tt:hover span img
{
	width:100px;
	margin:0;
}
{
	color:#7b6856;
	margin-right:10px;
}


/*   ######################   */

.boxPressData
{
	width:550px;
	color:#7b6856;
	padding:2px 10px;
	float:left;
}

.boxPressVoltar
{
	color:#c6c6c6;
	padding:2px 10px;
	text-align:right;
	float:right;
	font-size:9px;
}

.boxPressVoltar a:link,
.boxPressVoltar a:visited,
.boxPressVoltar a:active
{
	background:transparent url(../images/seta_voltar_up.gif) left 4px no-repeat;
	*background:none;
	_background:transparent url(../images/seta_voltar_up.gif) left 4px no-repeat;
	color:#c6c6c6;
	text-decoration:none;
	padding-left:8px;

	
}

.boxPressVoltar a:hover
{
	color:#808080;	
	background:transparent url(../images/seta_voltar_hover.gif) left 4px no-repeat;
	*background:none;
	_background:transparent url(../images/seta_voltar_hover.gif) left 4px no-repeat;
}

.boxPressVoltar img
{
	margin-right: 5px;
}

.boxPressTitulo
{
	width:685px;
	color:#c6c6c6;
	padding:2px 10px;
	font-weight:bold;
	margin-bottom:10px;
}

.boxPressText
{
	float:left;
	padding:2px 10px;
	line-height:18px;
}

.boxPress img
{
	width:220px;
	border:#333333 1px solid;
	float:right;
	margin-left:15px;
}

.boxPagesPress
{
	width:685px;
	margin: 10px 0 5px 0;
	font-size:9px;
	color:#c1ad61;
	line-height:20px;
	text-align:right;
	padding:5px 10px;
}

.boxPagesPress a:link,
.boxPagesPress a:visited,
.boxPagesPress a:active
{
	color:#c6c6c6;
	text-decoration:none;
	font-weight:bold;
}

.boxPagesPress a:hover
{
	color:#c1ad61;
}

.boxPressDownload
{
	width:685px;
	border-top:#333333 1px solid;
	margin: 10px 0 5px 0;
	color:#c6c6c6;
	padding:2px 10px;
	text-align:right;
	float:right;
	font-size:9px;
}

.boxPressDownload a:link,
.boxPressDownload a:visited,
.boxPressDownload a:active
{
	color:#c6c6c6;
	background:transparent url(../images/seta_download_up.gif) left 4px no-repeat;
	*background:none;
	_background:transparent url(../images/seta_download_up.gif) left 4px no-repeat;
	text-decoration:none;
	padding-left:8px;
}

.boxPressDownload a:hover
{
	color:#808080;
	background:transparent url(../images/seta_download_hover.gif) left 4px no-repeat;
	*background:none;
	_background:transparent url(../images/seta_download_hover.gif) left 4px no-repeat;
}

.boxPressDownload img
{
	margin-right: 5px;
}

/*   NOVIDADES   */

.boxPress
{
	margin:15px 0;
}

	
.boxNovidadesTitulo
{
	width:685px;
	color:#7b6856;
	padding:2px 10px;
	font-weight:bold;
	margin-bottom:20px;
}

.boxNovidadesText
{
	float:left;
	padding:2px 10px;
	line-height:18px;
	margin-bottom:15px;
}

.boxNovidades img
{
	width:320px;
	border:#333333 1px solid;
	float:right;
	margin:0 0 10px 15px;
}

.boxNovidadesVideo
{
	margin-bottom:15px;
	text-align:center;
}

.boxNovidadesVideo img
{
	border:#333333 1px solid;
	float:right;
	margin:0 0 10px 15px;
}

.boxNovidadesOutros
{
	margin-bottom:15px;
}

.boxNovidadesOutros img
{
	border:#333333 1px solid;
	margin:0 0 10px 15px;
}


/*   SPLASH   */

.boxSplash
{
	width:925px;
	height:450px;
	margin:0 auto;
	text-align:center;
	background:#000;
}

.boxSplash img
{
	margin:185px auto;
	width:290px;
	height:80px;
	
}

.boxLinguasSplash
{
	font-size: 9px;
	margin-top:10px;
	padding:5px 0;
	text-align:center;
	border-top:#333333 1px solid;
}

.boxLinguasSplash a:link,
.boxLinguasSplash a:visited,
.boxLinguasSplash a:active
{
		color:#7b6856;
		text-decoration:none;
}

.boxLinguasSplash a:hover
{
		color:#808080;
}

/*   CONTACTOS   */

.boxContactos
{
	margin:15px 0;
}

.boxContactosText P
{
	line-height:18px;
	padding:0;
	margin:0;
}

.boxContactosText h1
{
	font-weight:bold;
	color:#7b6856;
	font-size:10px;
	line-height:100%;
	margin:0;
}

.boxContactosText
{
	width:280px;
	padding:0;
	margin-left:10px;
	line-height:18px;
	float:left;
}

.boxContactosText a:link,
.boxContactosText a:visited,
.boxContactosText a:active
{
	color:#c6c6c6;
	text-decoration:none;
}

.boxContactosText a:hover
{
	color:#7b6856;
}

.boxContactosFormulario
{
	width:390px;
	height:260px;
	margin:0px 10px 20px 10px;
	float:right;
	background:transparent url(../images/bkg_form_contactos.gif) right top no-repeat;
	text-align:right;	
}

.boxContactosFormulario input,
.boxContactosFormulario textarea
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:200px;
	padding:2px;
	font-size:10px;
	color:#c6c6c6;
	border:#333333 1px solid;
	background:#1a1a1a;
	margin:10px 80px 0 10px;
}

.boxContactosFormularioBtn
{
	width:80px;
	height:25px;
	padding:2px;
	color:#c6c6c6;
	margin:25px auto;
	text-align:center;
}

.boxContactosFormularioBtn a:link,
.boxContactosFormularioBtn a:visited,
.boxContactosFormularioBtn a:active
{
	color:#c6c6c6;
	background:transparent url(../images/btn_enviar_up.gif) left top repeat-x;
	text-decoration:none;
	text-align:center;
	display:block;
}

.boxContactosFormularioBtn a:hover
{
	color:#c1ad61;
	background:transparent url(../images/btn_enviar_hover.gif) left top repeat-x;
}

.boxContactosFormulario_OK
{
	width:390px;
	height:260px;
	margin:0px 10px 20px 10px;
	float:right;
	background:transparent url(../images/bkg_form_contactos.gif) right top no-repeat;
	text-align:center;	
}