/* CSS Document */

html { 
  padding:0px;
  margin:0px;
  
}

body {
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#564b47;  
	margin:0;
	padding:0;
	text-align:center;
	background: url(../images/bk_blue.gif) #0A6AAF repeat-x 0 0;
}




/*--------------------------------------- =box -------------------------------------------*/

#box {
	width:780px;
	text-align:left;
	margin:0 auto 0 auto;
	padding:0;
	background: url(../images/bk.gif) #fff repeat-y center top;
}

/*--------------------------------------- =banner -------------------------------------------*/

#banner {
	width:780px;
	height:133px;
	background: url(../images/banner.jpg) transparent no-repeat left bottom;
}

#banner div.search {
	width:200px;
	float:right;
}

#banner ul {
	margin:0;
	padding:100px 0 0 0;
	list-style-type:none;
}

#banner li {
	float:left;
	margin-right:8px;
	padding-right:10px;
	padding-top:0px;
	border-right:1px solid #234868;

}

#banner a {
	color:#fff;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
}

#banner a:hover {
	color:#fff;
	text-decoration:underline;
}

#banner div.search {
	font-size:9px;
	left:70px;
	margin-top:70px;
	margin-bottom:-100px;
	width:275px;
}

#banner input.procurar {
	border:0px;
	margin-bottom:-5px;
}

html>body #banner div.search  {
	padding-top:75px;
	margin:0;
	font-size:9px;
	left:70px;
	top:40px;
	width:275px;
	display:block;
}

/*--------------------------------------- =menu -------------------------------------------*/

#menu {
	height:33px;
	margin:0;
	padding:0;
	background: url(../images/menu_bk.gif) transparent no-repeat left top;
}

#menu ul {
	margin:0;
	padding:5px;
	list-style-type:none;
}

#menu li {
	float:left;
	margin-right:30px;
}

#menu a {
	color:#FFFFFF;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
}

/*--------------------------------------- =left -------------------------------------------*/

#left {
	width:130px;
	height:600px;
	padding-left:1px;
	float:left;
}

#left dl {
	padding:0;
	margin:0;
	width:128px;
}

#left dt {
	font-size:10px;
	font-weight:bold;
	color:#024697;
	margin:0;
	padding:8px 0;
	text-indent:6px;
	background: url(../images/h1_bk.gif) transparent no-repeat 0 0;
}

#left dd {
	margin:0;
	padding:3px 3px;
	border-bottom:1px solid #ccc;
	background-color:#FCFCFC;
}

#left dd.selected {
	background-color:#D7D7D7;
}

#left a {
	color:#888888;
	font-weight:bold;
	font-size:9px;
	text-decoration:none;
}


/*--------------------------------------- =center -------------------------------------------*/

#center {
	width:512px;
	padding:0;
	margin:0 0 20px 0;
	float:left;
}

.div {
	background: url(../images/dots.gif) transparent repeat-y 50% 0;
}

#center h1 {
	font-size:12px;
	color:#0D69A5;
	padding:15px 0 5px 38px;
}

#center h2 {
	font-size:11px;
	color:#2A8FBD;
	padding:15px 0 10px 5px;
	border-bottom:1px solid #ccc;
}

#center h3 {
	font-size:10px;
	color:#38709A;
	margin:0 0;
	padding:6px 0 5px 27px;
	background: url(../images/h3_bk.gif) transparent repeat-x 0 0;
}

#center h4 {
	color:#999;
	margin:10px auto;
	padding:6px 0 6px 5px;
}

#center h5 {
	color:#333;
	font-size:11px;
	margin:15px 0 0 0;
}

#center h6 {
	color:#FF0C4B;
	font-size:11px;
}

#center a {
	color:#416781;
}

#center sup {
	color:#FF4B1B;
	margin:2px;
}


/* =destaques página inicial 

-------------------------------------------------*/
#center div.artigo {
	background: url(../images/dots_hor.gif) transparent repeat-x left bottom;
	display:block;
	width:240px;
	height:165px;
	float:left;
	text-align:center;
	margin:0 1px;
	padding:15px 4px;
	overflow:hidden;
}

#center div.destaques {
	height:320px;
	background: url(../images/bk_destaques.gif) white repeat-y 7px 15px;
}

#center div.destaques div.artigo {
	background: url();
}

#center #promo {
	background: url(../images/artigo_promocao.gif) transparent no-repeat 0 0;
}

#center #novidade {
	background: url(../images/artigo_novidade.gif) transparent no-repeat 0 0;
}

#center div.artigo a.artigo {
	display:block;
	color:#327ADB;
	font-size:11px;
	font-weight:bold;
	padding:5px 0;
	text-decoration:none;
}

#center div.artigo a.detalhes {
	color:#666;
	font-size:10px;
	font-weight:bold;
	padding:5px 0;
	text-decoration:none;
}

#center div.artigo a.detalhes:hover {
	color:#FF4800;
}

#center div.artigo samp {
	font-weight:bold;
	color:#FF6600;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#center div.artigo div.text {
	color:#333;
	font-size:9px;
	height:35px;
	margin:2px 0 5px 0;
	text-decoration:none;
	overflow:hidden;
}

#center div.artigo div.preco {
	color:#BF322D;
	font-size:11px;
	margin:3px 0 3px 0;
	font-weight:bold;
}

#center div.artigo div.preco_antigo {
	font-size:12px;
	margin:3px 0 3px 0;
	text-decoration:line-through;
}

#center div.artigo div.preco_line {
	color:#2E4774;
	font-size:11px;
	padding:0 17px 0 10px;
	text-decoration:line-through;
}

#center div.artigo em {
	color:#333;
	margin:3px 0 3px 0;
}

#center div.artigo div.thumb {
	margin:1px;
	padding:0% 35%;
	float:none;
	border:0;
}

#center div.artigo div.dummythumb {
	height:40px;
}


#center div.artigo p {
	margin:2px 0 2px 0;
}

#center fieldset p {
	margin:10px 0 10px 0;
	font-size:10px;
}

#center div.artigo .number {
	position:relative;
	color:#CCCCCC;
	font-size:56px;
}

#center div.item {
	text-align:left;
}

#center div.item spam.preco {
	font-weight:bold;
}

#center div.item div.dummy_foto {
	height:150px;
}

#center div.item p {
	text-align:left;
	font-size:10px;
	margin-left:40px;
	line-height:16px;
}

#center div.artigo div.stock {
	font-size:10px;
}

#center div.content {
	text-align:left;
	font-size:11px;
	margin-left:40px;
	line-height:16px;
}


/* =detalhes do artigo 
-------------------------------------------------*/

#center div.item span.preco {
	color:#BF322D;
	font-size:11px;
	margin:3px 0 3px 0;
	font-weight:bold;
}

#center div.item div.nome {
	color:#327ADB;
	font-size:11px;
	font-weight:bold;
	margin-left:38px;
}

#center div.item div.descricao {
	margin:0 0 15px 38px;
}

#center div.item div.descricao {
	display:block;
	line-height:18px;
}

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

#center cite {
	color:red;
}

#center a.adicionar {
	display:block;
	background: url(../images/bt_adicionar.gif) transparent no-repeat 0 0;
	width:130px;
	height:19px;
}

#center a.voltar {
	display:block;
	background: url(../images/bt_voltar.gif) transparent no-repeat 0 0;
	width:55px;
	height:19px;
}

#center table.cart {
	font-size:11px;
	width:100%;
}

#center table.cart th {
	padding:5px;
	background: url(../images/dots_hor.gif) transparent repeat-x left bottom;
}

#center table.cart td {
	padding:5px;
	text-align:right;
	background: url(../images/dots.gif) transparent repeat-y right top;
}

#center iframe {
	float:left;
}

/*
================== bloco de noticias ============================*/

#center div.noticias {
	clear:both;
	font-size:10px;
	background: url(../images/bk_noticias.gif) transparent no-repeat 0 20px;
	
}

#center div.noticia {
	width:250px;
	padding-left:5px;
	float:left;
}

#center div.noticia_top {
	padding:10px 0 0 5px;
	height:115px;
	clear:both;
	margin-bottom:8px;
	
}

#center div.tabactivo {
	z-index:1;
	background-color:#FF9900;
}

#center div.noticias table {
	font-size:10px;
	margin-bottom:5px;
}

#center div.noticias a.header {
	font-weight:bold;
	font-size:10px;
	color:#1D7FDA;
	margin:0 0 6px 0;
	display:block;
}

#center div.noticias div.superheader {
	color:#666666;
	font-weight:bold;
}

#center  span.text {
	
}

#center div.data {
	color:#0980D0;
	margin-bottom:10px;
	font-weight:bold;
}

#center div.image {
	float:left;
}


/*
================== search box center ============================*/

#center div.search {
	text-align:center;
	padding:15px 0;
	font-size:10px;
}

#center div.search .bt {
	border:0;
	margin-bottom:-4px;
	padding:0;
}

/*
================== listagem das categorias na parte central ============================*/


#center dl.categorias {

}

#center dl.categorias dt {
	font-size:12px;
	margin-left:20px;
	font-weight:bold;
}

#center dl.categorias dt {
	display:none;
}

#center dl.categorias dd {
	margin:25px 0 0 150px;
}

#center dl.categorias a {
	font-weight:bold;
}

/* =newsletter
-------------------------------------------------*/

#center div.newsletter {
	padding:0;
	margin:7px 0;
	text-align:center;
	/*visibility:hidden;*/
}

#center div.newsletter em {
	font-weight:bold;
	font-size:9px;
}

#center div.newsletter form {
	float:inherit;
}

#center div.newsletter input.enviar {
	border:0px;
	margin-bottom:-7px;
}


/*
================== área do cliente ============================*/


#center ul.encomendas {
	list-style-type:none;
}

#center ul.encomendas li {
	margin:10px 0;
}

#center div.dados {
	font-size:10px;
	margin:15px 0 35px 0px;

}

#center table.factura {
	font-size:10px;
	border:1px solid #ccc;
}

#center table.factura th {
	padding:5px;
	background-color:#EDEDED;
	border-right:1px solid #9E9E9E;
}

#center table.factura td {
	padding:5px;
	border-right:1px solid #ccc;
}

#center table.total {
	font-size:10px;
	margin-top:10px;
	color:#CCCCCC;
	border-collapse: collapse;
}

#center table.total th {
	color:#333;
	padding:3px;
	border:1px solid #ccc;
	text-align:left;
	width:100px;
}

#center table.total td {
	font-size:10px;
	border:1px solid #ccc;
	color:#333;
	text-align:right;
}

#center table.total .total {
	font-size:10px;
	color:white;
	background-color:#333333;
}

#center table.total .totalresult {
	background-color:#CBCBCB;
	width:260px;
	font-weight:bold;
	text-align:right;
}

#center table.incidencia {
	font-size:10px;
	margin-top:10px;
	color:#CCCCCC;
	border-collapse: collapse;
	float:left;
	width:200px;
	margin-right:60px;
}

#center table.incidencia th {
	color:white;
	background-color:#333333;
	padding:3px;
	border:1px solid #ccc;
	text-align:left;
}

#center table.incidencia td {
	font-size:10px;
	height:75px;
	border:1px solid #ccc;
	color:#333;
	text-align:right;
	padding-right:5px;
}

/*
================== título  + resultados da pesquisa ============================*/

#search {
	border:0;
	padding:10px 0 10px 10px;
	font-size:10px;
}

#search span.result {
	font-weight:bold;
	color:#003366;
}



/*--------------------------------------- =right -------------------------------------------*/

#right {
	width:130px;
	height:600px;
	padding:0px;
	float:left;
}

#right h1 {
	font-size:10px;
}

#right h3 {
	font-size:10px;
	color:#38709A;
	text-align:right;
	margin:0 0;
	padding:6px 40px 5px 0;
	
}

#right a {
	color:#FF3300;
	font-weight:bold;
	display:block;
	font-size:9px;
	margin:3px 0 3px 0;
}

#right a.link {
	padding:2px 0px; 
}

#right div.artigo {
	border:1px solid #ccc;
	text-align:center;
	margin:1px 0px;
	padding:0;
	width:134px;
	height:160px;
}

#right div.artigo h1 {
	font-size:9px;
	margin-top:0;
	padding:5px 0;
	color:#0B5B95;
	text-align:center;
	background: url(../images/h1_bk.gif) transparent no-repeat 0 0;
}

#right em {
	font-size:10px;
	display:block;
	margin:14px 0;
}

#right div.artigo div.text {
	font-size:9px;
}

#right div.artigo div.preco {
	color:#D03030;
	font-weight:bold;
	font-size:10px;
}

#right div.artigo a.artigo {
	color:#0E69A3;
}

#right a.cart_edit {
	color:#fff;
	text-decoration:none;
	width:130px;
	height:19px;
	margin:0;
	padding:2px 0 2px 4px;
	background: url(../images/bt_edit_cart.gif) transparent no-repeat 0 0;
}

#right div.carrinho {
	font-size:9px;
	margin-bottom:5px;
}

#right div.lang {
	border:1px solid #ccc;
	width:133px;
	text-align:center;
	padding:5px 0;
}

#right div.lang a {
	color:#333;
	display:inline;
}

#right div.revendedor {
	border:1px solid #ccc;
	width:133px;
	text-align:center;
	padding:5px 0;
	font-size:9px;
}

/*--------------------------------------- =rodape -------------------------------------------*/

#rodape {
	width:780px;
	height:30px;
	font-size:9px;
	color:#FFFFFF;
	clear:both;
	background-color:#ccc;

}

/* =login
-------------------------------------------------*/

#login {
	margin-left:5px;
	padding-bottom:10px;
}

#login label {
	margin:4px 0 1px 0;
}

#login input {
	margin:0;
}

#login input.bt {
	border:0;
	background-color:transparent;
}

/* =forms, inputs, textfields
-------------------------------------------------*/

label {
	display:block;
	font-size:10px;
	margin:8px 0 0 0;
}

form {
	margin:0;
	padding:0;
}

input {
	margin:0;
	padding:2px;
	font-size:10px;
	/*border:1px solid #ccc;*/
	border-left:1px solid #999;
	border-top:1px solid #999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

textarea {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-left:1px solid #999;
	border-top:1px solid #999;
}

/* =página inicial
-------------------------------------------------*/

dl.center {
	width:156px;
	float:left;
	font-size:10px;
	margin:0 5px;
	padding:0;
	/*background-color:#F1F1EF;*/
}

dl.center dd {
	margin:0;
}

/* =login
-------------------------------------------------*/

dl.sub_cat {

}

dl.sub_cat dt {
	font-weight:bold;
}

dl.sub_cat dd {
	margin:10px 10px;

}

dl.sub_cat a {
	color:#003366;
	font-weight:bold;
	font-size:10px;
}

/* =erros dos formulários
-------------------------------------------------*/
dl.erro {
	margin-left:20px;
	font-size:10px;
}

dl.erro dt {
	font-weight:bold;
	color:#FF0033;
}

dl.erro dd {
	margin:3px 0px;
}


/* =moradas e lojas
-------------------------------------------------*/
dl.morada {
	margin-left:20px;
	font-size:10px;
}

dl.morada dt {
	font-weight:bold;
}

dl.morada dd {
	margin:10px 10px;
}

dl.morada a {
	color:#003366;
	font-weight:bold;
	font-size:10px;
}

dl.loja {
	width:200px;
	margin-left:10px;
	float:left;
	font-size:10px;
}

dl.loja dt {
	font-weight:bold;
}

dl.loja dd {
	margin:10px 10px;
}

dl.loja a {
	color:#003366;
	font-weight:bold;
	font-size:10px;
}

dl.emails {
	margin-left:20px;
	font-size:10px;
}

dl.emails dd {
	margin:15px 10px;
}

dl.emails a {
	color:#003366;
	font-weight:bold;
	font-size:10px;
}


/* =page selector
-------------------------------------------------*/

#selector {
	float:right;
	margin:10px 0;
	font-size:10px;
}

#selector a.selected {
	color:#1CA7CF;
}

#selector a.page {
	font-weight:bold;
	color:#003366;
}

#selector a.arrow_l {
	width:10px;
	display:block;
	background: url(../images/bt_seta_e.gif) transparent no-repeat 0 0;
}

#selector a.arrow_r {
	width:10px;
	display:block;
	background: url(../images/bt_seta_d.gif) transparent no-repeat 0 0;
}


/* =rodapé
-------------------------------------------------*/

#rodape {
	height:60px;
	color:#999;
	text-align:center;
	clear:both;
	background: url(../images/rodape.gif) transparent no-repeat 0 0;
}

/* =downloads
-------------------------------------------------*/

ul.downloads {
	width:260px;
	margin:6px 0;
}

ul.downloads li {
	list-style-type:none;
	margin:6px 0;
	padding-left:20px;
	background: url(../images/icon_folder.gif) transparent no-repeat 0 70%;
}

ul.marcas {
	width:220px;
	list-style-type:none;
	margin:6px 0;
	padding:0;
}

ul.marcas li {
	list-style-type:none;
	margin:6px 0;
	padding-left:15px;
	background: url(../images/icon_seta.gif) transparent no-repeat 0 70%;
}

ul.files {
	margin:6px 0;list-style-type:none;
}

ul.file li {
	margin:6px 0;
	padding-left:15px;
}

