html {
	height: 100%;
}

body {
	height: 100%;
	background-color: #acacac;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
}

form {
	margin: 0;
	padding: 0;
}

#sitecontainer {
	background: url(templates/images/bg-grad.gif) repeat-x top left;
	width: 100%;
	height: 100%;
}

#maincontainer {
	width: 100%;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	min-height:100%;
	position:relative;
	background: url(../images/contentzone.bg.gif) top center repeat-y;
}

#header {
	height: 242px;
	background: url(../images/header.bg.gif) repeat-x;
	text-align: center;
}

#content {
	padding-bottom: 79px;
}

#content-inside {
	width: 882px;
	margin-left: auto;
	margin-right: auto;
}

#content-core {
	width: 804px;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	background: url(../images/footer.bg.gif) top left repeat-x;
	height: 79px;
	position:absolute;
	bottom:0;
	left:0;
	width: 100%;
	font-size: 11px;
}

#footer-inside {
	color: #bababa;
	font-size: 10px;
	width: 882px;
	height: 79px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/footer.inside.bg.gif) top left no-repeat;
}

#footer-inside .esquerda {
	padding-top: 53px;
	padding-left: 40px;
	width: 300px;
}

#footer-inside .direita {
	padding-top: 52px;
	padding-right: 40px;
	float: right;
	width: 200px;
	text-align: right;
}

#footer img {
	border: none;
}

#whitezone {
	padding: 10px;
	background: White url(../images/bottom-white.gif) bottom left no-repeat;
}

.iefix1 {
	position: relative;
}

#lista-direita {
	width: 570px;
	float: right;
	border-left: 1px solid #ccc;
	padding-left: 20px;
}

#lista-esquerda {
	width: 175px;
	float: left;
}

#lista-esquerda h1 {
	font-size: 12px;
	font-weight: normal;
	background: #eee;
	margin: 0 0 15px 0;
	padding: 3px;
	text-align: center;
}

.upv-item {
	margin-bottom: 10px;
}

.upv-imagem {
	float: left;
}

.upv-imagem img {
	border: 1px solid #ddd;
}

.upv-nome {
	float: right;
	width: 78px;
	background: #f5f5f5;
	padding: 2px 5px 2px 5px;
}

.upv-nome a {
	color: Black;
	font-size: 11px;
	text-decoration: none;
}

.upv-nome a:hover {
	text-decoration: underline;
}

.topoptions {
	text-align: right;
	background: #eee;
	padding: 3px;
	margin-bottom: 5px;
}

#listaprodutos {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#listaprodutos li {
	display: inline;
	float: left;
	margin: 0;
	padding: 10px 0 15px 0;
	height: 110px;
	width: 280px;
}

#listaprodutos li img {
	float: left;
	border: 1px solid #f2f2f2;
	margin-right: 5px;
	margin-bottom: 15px;
}

#listaprodutos li div img.noborder {
	border: none;
}

#listaprodutos li .nome {
	background: #f2f2f2;
	margin: 0 5px 0 0;
	float: left;
	padding: 2px 0 2px 5px;
	width: 150px;
	font-size: 11px;
}

#listaprodutos li .preco {
	margin: 0 10px 0 0;
	float: left;
	padding: 15px 0 2px 5px;
	width: 150px;
	font-size: 11px;
	color: #777;
}

.listphotosholder {
	width: 105px;
	height: 102px;
	float: left;
	text-align: center;
}

.listphotosholder img {
	border: 2px solid #333;
}

.clearer {
	clear: both;
}

.black {
	color: Black;
}

#productphotos {

}

#productphotos .col1 {
	float: left;
	width: 100px;
	margin-right: 23px;
}

#productphotos .col2 {
	float: left;
}

#productphotos .col2 .left {
	float: left;
	width: 370px;
	margin-top: 10px;
}

#productphotos .col2 .left .descricao {
	font-size: 10px;
	margin-top: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-right: 20px;
	color: #ababab;
}

#productphotos .col2 .right {
	border-left: 1px solid #dbdbdb;
	float: left;
	width: 150px;
	margin-top: 10px;
	padding-left: 10px;
}

#productphotos .col2 .right .nome {
	margin-bottom: 10px;
}

#productphotos .col2 .right table {
	margin-left: 7px;
	width: 90%;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#productphotos .col2 .right table td {
	padding: 2px 4px 2px 4px;
}

#productphotos .col2 .right table .dark {
	background-color: #ececec;
}

#productphotos .col2 .right table .light {
	background-color: #fff;
}

#productphotos .col3 {
	float: left;
	width: 100px;
	margin-left: 23px;
}

#zonaadicionar {
	margin-top: 20px;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.qtinput {
	float: right;
	text-align: right;
	width: 30px;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	position: relative;
	bottom: 3px;
}

.botaonextprevious a {
	display: block;
	width: 100px;
	text-align: center;
	color: #bababa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 5px auto 0 auto;
	padding: 2px 0 2px 0;
	text-decoration: none;
}

.botaonextprevious a:hover {
	background: #323232;
}

.cores {
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #a9a9a7;
	margin-top: 20px;
	width: 45%;
	float: left;
}

.cores div {
	margin-bottom: 3px;
	border-bottom: 1px solid #f2f2f2;
}

.cores .nome {
	color: Black;
	border-bottom: none;
}

.cor {
	width: 10px;
	height: 10px;
	float: right;
	padding: 0;
	border: 1px solid #f2f2f2;
}

.thumbborder {
	border: 1px solid #dbdbdb;
}

.topoptions .floatleft {
	float: left;
	position: relative;
	bottom: 1px;
}

.topoptions .floatleft input {
	position: relative;
	bottom: 5px;
}

.produtos-relacionados {
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #a9a9a7;
	margin-top: 20px;
	margin-right: 20px;
	width: 45%;
	float: right;
}

.produtos-relacionados div {
	margin-bottom: 3px;
}

.produtos-relacionados .nome {
	color: Black;
	border-bottom: none;
}

.produtos-relacionados a {
	color: #a9a9a7;
	text-decoration: none;
}

.produtos-relacionados a:hover {
	color: black;
	text-decoration: underline;
}

.catalogo-familia {
	padding-left:20px;
	width:45%;
	border: 1px solid black;
	float:left;
}

.catalogo-familia a {
	text-decoration: none;
	color: black;
}

.catalogo-familia-activa a {
	color: red;
}

.catalogo-subfamilia {
	padding-left:20px;
	width:45%;
	border: 1px solid black;
	float:left;
}

.catalogo-subfamilia a {
	text-decoration: none;
	color: black;
}

.catalogo-subfamilia-activa a {
	color: blue;
}

#tbl_carrinho {
	font-size: 12px;
	border-collapse: collapse;
}

#tbl_carrinho .erro td {
	background-color: #ed1c24;
}

#tbl_carrinho td {
	border: 1px solid white;
	background-color: #eee;
	padding: 3px;
}

#tbl_carrinho th {
	border: 1px solid white;
	background-color: #ccc;
	padding: 3px;
}

#tbl_carrinho .le1 {
	font-weight: bold;
}

#tbl_carrinho .le2 {
	text-align: right;
}

#tbl_carrinho .le3 {
	font-weight: bold;
	border-bottom: 1px solid black;
}

#tbl_carrinho .le4 {
	border-bottom: 1px solid black;
	text-align: right;
}

#tbl_carrinho .le5 {
	font-weight: bold;
}

#tbl_carrinho .le6 {
	font-weight: bold;
	text-align: right;
}

#tbl_carrinho .c1 {
	width: 40px;
}

#tbl_carrinho .c3 {
	width: 70px;
}

#tbl_carrinho .c4 {
	width: 90px;
}

#tbl_carrinho .c5 {
	width: 90px;
}

#tbl_carrinho .c6 {
	width: 90px;
}

#tbl_carrinho .qt {
	width: 64px;
}

.combos {
	background-color: #eee;
	margin: 0 3px 5px 3px;
	padding: 5px;
	border: 1px solid #ccc;
}


.combos select {
	width: 100%;
}


.disponibilidade {
	background-color: #eee;
	margin: 0 3px 5px 3px;
	padding: 5px;
	border: 1px solid #ccc;
}

.tbl_registo {
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

.tbl_registo th {
	text-align: right;
	background: #eee;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	color: #666;
	width: 220px;
}

.tbl_registo td {
	text-align: right;
	background: #eee;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	width: 200px;
}

.tbl_registo select {
	width: 100%;
}

.tbl_registo_submit {
	margin-top: 10px;
}

.tbl_registo td input {
	width: 200px;
}

#reg_erro {
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
	background: Red;
	color: white;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	display: none;
}

#reg_sucesso {
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
	background: Green;
	color: white;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	display: block;
}

.tr_erro td {
	text-align: right;
	background: red;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	width: 200px;
}

.tr_erro th {
	text-align: right;
	background: red;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	color: #666;
	width: 220px;
}

#paginacao {
	list-style: none;
	display: block;
	text-align: center;
	margin: 0;
	padding: 2px 0 0 0;
	background: #eee;
	height: 19px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#paginacao li {
	color: White;
	display: inline;
	font-size: 10px;
	height: 22px;
	margin: 0 0 0 1px;
}

#paginacao li a {
	color: #666;
	background-color: #eee;
	display: inline-block;
	padding: 0 3px 0 3px;
	border: 1px solid #ccc;
	text-decoration: none;
}

#paginacao li a.active {
	background-color: #ccc;
}

#paginacao li a:hover {
	color: #666;
	background-color: #f2c209;
	border: 1px solid #999;
}

#personalizar_head {
	background-color: #666;
}

#personalizar_body {
	background-color: #999;
}

#personalizar_nome_produto {
	font-weight: bold
}

#formulario_contactos {
	float: right;
	width: 50%;
	margin-top: 10px;
}

#formulario_contactos table {
	width: 100%;
	border: 1px solid #ccc;
}

#formulario_contactos .submit {
	float: right;
	width: 100px;
}

#formulario_contactos th {
	background-color: #eee;
	padding: 3px;
}

#formulario_contactos td {
	padding: 3px 3px 3px 7px;
	border-bottom: 1px solid #eee;
}

#formulario_contactos input {
	width: 273px;
}

#formulario_contactos textarea {
	width: 273px;
	height: 120px;
}

.formend {
	font-weight: bold;
	color: Gray;
	font-size: 11px;
}

.compromisso {
	font-size:28px;
	font-weight: lighter;
	text-align: right;
	margin: 10px 30px 30px 30px;
	font-style: italic;
	color: #999;
}

.titulo {
	padding: 10px;
	background-color: #eee;
	font-size: 14px;
	font-weight: bold;
	margin: 60px 0 20px 0;
}

.linhaeliminar {
     border: 1px solid red;
}

#ilustracao {
	height: 210px;
}

#ilustracao div {
	float: left;
}

#ilustracao_texto {
	background: url(../images/ilustracao-bg.gif) top left no-repeat;
	width: 407px;
	height: 210px;
}

#ilustracao_texto div {
	padding: 20px 20px 20px 50px;
}

.coluna_esquerda {
	width: 250px;
}


#submenu {
	margin: 0;
	padding: 3px;
}



.subconteudogenerico {
	padding: 10px 10px 10px 10px;
}

.rel-item {
	margin-bottom: 10px;
}

.rel-imagem {
	float: left;
}

.rel-imagem img {
	border: 1px solid #ddd;
}

.rel-nome {
	float: right;
	width: 70px;
	background: #f5f5f5;
	padding: 2px 5px 2px 5px;
}

.rel-nome a {
	color: Black;
	font-size: 10px;
	text-decoration: none;
}

.rel-nome a:hover {
	text-decoration: underline;
}

#breadcrumbs {
	background: #dcdada;
	width: 533px;
	position: relative;
	right: 2px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#breadcrumbs a {
	color: Black;
}

.personalizacao {
	border-collapse: collapse;
	margin: 10px 10px 10px 25px;
	width: 733px;
}

.personalizacao th {
	background-color: #bbb;		
}

.personalizacao td {
	background-color: #ddd;
	border: 1px solid white;
}

.perstit {
	color: white;
	font-size: 13px;
	font-weight: bold;
	margin-left: 5px;
}

.persprice {
	border: 1px solid white;
	background-color: #ddd;
	margin: 10px 10px 10px 25px;
	width: 723px;
	text-align: right;
	font-weight: bold;
	padding: 3px 7px 3px 3px;
}

.perstotal {
	font-weight: bold;
	font-size: 14px;
	
	background-color: white;
	margin: 10px 10px 10px 25px;
	width: 723px;
	text-align: right;
	padding: 3px 7px 3px 3px;
	color: Black;
}

.perscalc {
	margin: 0px 10px 10px 25px;
	width: 733px;
	text-align: right;
	padding: 0;
	position: relative;
	bottom: 5px;
}

.perscalc input {
	margin: 0;
}

h3 {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

h3 a {
	color: #efac12;
	text-decoration: none;
}

h3 a:hover {
	color: black;
	text-decoration: underline;
}

#content-core {
	text-align: justify;
}

.recpass {
	text-align: center;
}
