/*
 * Estilo Global
 */
* { margin: 0; padding: 0; text-align: left; }

body {
	margin: 0 0 0 0;
	font: normal 75% arial, verdana, sans-serif;
	text-align: center;
	background-color:#FFFFFF;
}

html>body { font-size: 12px; }

img { border: 0; margin: 0; padding: 0; }

ul { list-style: none; }

p {
	line-height: 1.3em;
	font-size: 1em;
	margin: 0 0 0.5em 0;
}

h1 {
	line-height: 2em;
	font: bold 1.2em verdana, arial, sans-serif;
	margin-bottom: 0.5em;
	padding-bottom: 0.1em;
	height: 17px;
	color:#000000;
}

input, textarea, input#usrfile {
	border: 1px solid #D9D9D9;
	font: normal 0.9em arial, verdana, sans-serif;
	color: #666;
	background: #FFF;
}

select {
	border: 1px solid #D9D9D9;
	font: normal 1em arial, verdana, sans-serif;
}

option {
	border-bottom: 1px solid #D9D9D9;
	font: normal 1em arial, verdana, sans-serif;
	color: #333;
	background: #FFF;
}

textarea { overflow: auto; }

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #800000;
}

a:active {
	text-decoration: none;
	color: #999;
	border-bottom: 1px dotted #999;
}

table {
	border: 1px solid #CCC;
	border-bottom: 0;
	margin-bottom: 1em;
	font-size: 1em;
	width: 100%;
}

th {
	color: #FFF;
	padding-left: 4px;
	background: #666;
	text-align: left;
	font-size: 1em;
}

td {
	font-size: 1em;
	text-align: left;
	font-size: 1em;
	border-bottom: 1px solid #CCC;
	padding-left: 4px;
	width: 17%;
}

/*
 * Estilo Classes
 */
.center { text-align: center; }
.t_right { text-align: right; }
.t_left { text-align: left; }
.t_left a { color:#000000; }
.t_left a:hover { color:#778899; }

.left { float: left; }
.right { float: right; }

.clearer { clear: both; }

.bold { font-weight: bold; }
.italic { font-style: italic; }

.maiusculas { text-transform:uppercase; }

.hide { display: none; }
.show { display: block; }

ul.img-gallery { list-style: none; }
ul.img-gallery li { display: inline; padding-right: 2em;}

.h1_line
{
	width: 100%;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;
}

.sublinhado { border-bottom: dotted; }

.risc
{ text-decoration: line-through; display: inline; margin-right: 5px; }

.superior
{ text-decoration:blink; font-size: 80%; color: #FF0000; }

/*
 * 
 */
.no_brd { border: 1px solid #a8a8a8;; vertical-align: middle; }
.no_brd2 { border: 1px solid #a8a8a8; vertical-align: middle; height: 16px; }

.brd_top { border-top: 1px solid #CCC; }

.no_pad { padding: 0; margin: 0; }

a.lnk_brd:hover { border: 0; }

.error { text-align: center; color: #CC0000; margin: 10px 0 10px 0; }

.simplex, .simplex td { border: 0; }

.no_bg th { background: #FFF; color: #333; }

.menu li { display: inline; padding-left: 1em; }

/*
 * Estilo das ofertas
 */
#work 
{
	padding: 10px 0px 5px 20px;
	font-weight: bolder;
}

#work li
{
	list-style: disc; 
	list-style-position:inside;
	color: #282828;
	padding-top: 10px;
}

#work a { color: #282828; }

#work a:hover { color: #800000; }

/*
 * Estilo das ID`s
 */
#container {
	width: 1044px;
	margin: 0 auto;
	text-align: center;
}

#content
{
	margin-left: 5px;
	float: left;
	width: 630px;
	border: 2px solid #CCC;
	padding: 10px 5px 5px 5px;
	text-align: justify;
	background-color: #FFF;
	min-height: 950px;
}

.top_filter {
	width: 582px;
	border-bottom: 1px solid #CCC;
	text-align: center;
	margin-bottom: 0.5em;
}

.top_filter p { text-align: center; }

#footer {
	font-size: 0.9em;
	color: #333;
	width: 1044px;
}

#browser { text-align: left; }

.treeview, .treeview ul { 
			padding: 0;
			margin: 0;
			list-style: none;
		}	

		.treeview li { 
			margin: 0;
			padding: 3px 0pt 3px 16px;
		}
		
		ul.dir li { padding: 2px 0 0 20px; }
		
	  	.treeview li { background: url(../images/tv-item.gif) 0 0 no-repeat; }
	  	.treeview .collapsable { background-image: url(../images/tv-collapsable.gif); }
	  	.treeview .expandable { background-image: url(../images/tv-expandable.gif); }
	  	.treeview .last { background-image: url(../images/tv-item-last.gif); }
	  	.treeview .lastCollapsable { background-image: url(../images/tv-collapsable-last.gif); }
	  	.treeview .lastExpandable { background-image: url(../images/tv-expandable-last.gif); }

/*
 * Estilo Tooltips
 */
.thumbnail {
	position: relative;
	z-index: 0;
}

.thumbnail:hover {
	background-color: transparent;
	z-index: 50;
}

.thumbnail span { 
	position: absolute;
	background-color: #FFFFFF;
	border: 1px dashed #999;
	padding: 0px;
	left: -1000px;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img {
	border-width: 0;
	padding: 0px;
	margin: 0;
}

.thumbnail:hover span {
	visibility: visible;
	top: 0;
	left: 10px;
}

/*
 * Header
 */
#head
{
	background: #FFF url(../images/head.jpg) no-repeat;
	background-position: center;
	height: 150px;
	width: 800px;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
}


/*
 * Barra de navegação
 */
#nav-bar
{
	vertical-align: middle;
	width: 100%;
	height: 28px;
	text-align: center;
	background: url(../images/main_nav_bg.jpg);
	margin: 0 auto;
}

#nav-bar a
{ color: #FFFFFF; }

#nav-bar ul
{
	vertical-align: middle;
    width: 1044px;
    height: 23px;
    background: url(../images/main_nav_bg.jpg);
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding-top: 5px;
	margin: 0 auto;
}

#nav-bar ul li {
    display: inline;
    padding-left: 8px;
    padding-right: 8px;
}

#nav-bar ul li a {
    color: #444;
	font: bold 0.8em Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#nav-bar ul li a:hover {
    text-decoration: none;
    color: #000000;
    height: 28px;
}

/*
 * head2
 */
#head2
{
	background: #c0c0c0;
	height: 100px;
	width: 100%;
	text-align: center;
}

/*
 * body
 */
.body
{
	border-left: 1px solid #e1e1e1;;
	border-right: 1px solid #e1e1e1;
	width: 800px;
	margin: 0 auto 0 auto;
	border-bottom: 0px;
	border-top: 0px;
}

#body
{
	min-height: 400px;
	text-align: center;
}


/*
 * footer
 */
#foot
{
	background: #c0c0c0;
	background-position: center;
	height: 35px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: center;
}



/*
 * Marcas
 */
#manuf
{
	width: 620px;
	border: 0px;
	margin: 0 auto 0 auto;
}

#manuf td
{
	width: 150px;
	border: 0px;
	text-align: center;
	padding-top: 10px;
}

#manuf td img
{
	width: 145px;
	border: 0px solid #000;
}

/*
 * Login e registo
 */
.h1_log
{
	margin: 10px;
	border-bottom: 1px solid;
}

.reg_box
{ text-align: center; padding: 0px 10px 0px 10px; }

.reg_box a
{ color: #FFF; font-weight: bolder; }

.reg_box a:hover
{ color: #000; }

.no_format
{ border: 1px solid #000; width: 100px; text-align: center; background: none; color: #000; font-weight: bolder; }

.no_format:hover
{ cursor: hand; }

/* Caixa das condiçoes registo */
.infobox
{
	border: 1px solid #CCC;
	margin: 10px;
	padding: 3px;
	width: 750px;
	height: 400px;
	overflow: auto;
	text-align: justify;
	color: #333;
}

.infobox ol { list-style: upper-roman; padding-left: 27px; color: #999; }

.infobox ol li { margin-bottom: 0.5em; text-align: justify; }

.infobox ol li span { color: #333; }

/*
 * News box
 */
.newsbox
{
	width: 240px;
	height: 80px;
	padding: 10px;
	display: inline-block;
	vertical-align: top;
}

.vertical_line
{
	width: 1px;
	background-color: #e1e1e1;
	border: 0px;
	height: 80px;
	margin: 10px 0px 10px 0px;
	display: inline-block;
	vertical-align: middle;
}

#cond_box
{
	float: right;
	width: 470px;
	background-color: #FFF;
	margin: 15px;
}
