/*  BASE ------------------------------------------------------------------  */

html,
body {
	margin:0;
	padding:0;
	height:100%; /* necessário para a posição do footer ao fundo*/
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	
}

img {
	border: 0;
	border: none;
}

/* CONTAINER ------------------------------------------------------------------ */


#container {
	min-height: 100%; /* necessário para a posição do footer ao fundo*/
	height:auto !important;
	height:100%;
	
	margin-bottom:-125px; /* margin-bootom é o valor negativo da altura do footer */
	/*width:950px;*/
	background-color:#FFFFFF;
	width:100%;
}


#container_base {
	min-height: 100%; /* necessário para a posição do footer ao fundo*/
	height:auto !important;
	height:100%;
	
	margin-bottom:-125px; /* margin-bootom é o valor negativo da altura do footer */
	/*width:950px;*/
	background:url(/media/images/fd_body.jpg) repeat-x;
	width:100%;
}
#container_produtos_list {
	min-height: 100%; /* necessário para a posição do footer ao fundo*/
	height:auto !important;
	height:100%;
	
	margin-bottom:-125px; /* margin-bootom é o valor negativo da altura do footer */
	/*width:950px;*/
	background-color:#c2c2c2;
	background:url(/media/images/fd_body_prod_list_.png) repeat-x;
	width:100%;
}



/* HEADER ------------------------------------------------------------------ */

#header {
	height:131px;
	width:100%;
	background:url(/media/images/fd_topo.png) repeat-x;

}

#header2 {
	height:131px;
	width:1006px;
	margin:0 auto;
	padding-top:7px;	
}
#header2 .left {
	float:left;
	width:503px;
}

#menu{
	 background: url("/media/images/fd_menu.png") repeat-x scroll 0 0 transparent;
    height: 40px;
    margin-left: 10px;
    position: absolute;
    right: 0;
    width: 705px;
    z-index: 999;
}
#menu2{
	background: url("/media/images/fd_menu.png") repeat-x scroll 0 0 transparent;
    height: 40px;
    margin-left: 10px;
    position: absolute;
    right: 0;
    width: 705px;
    z-index: 999;
}
#content {
	width:100%;
	/*padding:10px 10px 10px 10px;*/
	clear:both;
	background:url(/media/images/fd_meio.png) repeat-x;
	min-height:100%;
}

#content_base {
	width:100%;
	/*padding:10px 10px 10px 10px;background:url(/media/images/fd_meio.png) repeat-x;*/
	clear:both;
	
	min-height:100%;
}

#conteudo_base{
margin-top:42px;
}

#content2 {
	width:1006px;
	margin:0 auto;
	clear:both;
	position:relative;
	/*min-height:100%;*/
}
#content3{
	width:1006px;
	margin:0 auto;
	clear:both;
	padding-top:20px;
	line-height:20px;
}
#conteudo_prod_list{
margin-top:42px;
}

#push {
	height: 125px; /* tem de ter a mesma altura do footer */
}


/* FOOTER ------------------------------------------------------------------ */

#footer {
	
	width:100%;
	height: 125px;
	background-color:#363636;	
}

#footer2 {
	margin: 0 auto;
	width:1006px;
	height: 125px;
}

#footer2 .left {
	float:left;
	padding:10px 30px 0px 10px;
}

#footer2 .center {
	float:left;
	padding:0px 0px 0px 0px;
}

#footer2 .right {
	float:right;
	padding:7px 10px 0px 0px;
}


/* LINKS GERAL ------------------------------------------------------------------ */

/* 
link -> visited -> hover -> active :: deve ser seguida esta ordem para formatar as anchors
http://www.w3.org/TR/CSS2/selector.html#dynamic-pseudo-classes
*/


a:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#282828;
	text-decoration:underline;
}
a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#282828;
	text-decoration:underline;
}
a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FF6600;
	text-decoration:underline;
}
a:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FF6600;
	text-decoration:underline;
}




/* PESQUISA ------------------------------------------------------------------ */

#search {
	float:right;
	width:240px;
	height:80px;
	padding:10px;
	border-left:1px dotted #dbdbdb;
	background-color:#f9f9f9;
}




/*  MESSAGES ------------------------------------------------------------------  */
.messages {
        padding:10px;
        text-align:center;
}

.messages .error {
        color:#963A3B;
        font-weight:bold;
}

.messages .message {
        color:green;
        font-weight:bold;
}

.error_message {
        color:#963A3B;
        font-size:10px;
}

label.required {
        font-weight:bold;
}


/*  PAGINATOR ------------------------------------------------------------------  */

#paginator {
    padding-top:10px;
	padding-right:10px;
	padding-left:10px;
	background-color:#dbdbdb;
	display:block;
	height:25px;
}

#paginator .total_rows_pages{
	float:left;
	padding:3px;
	background-color:#ccc;
	display:inline-block;
	padding:2px 6px;
	margin-right:2px;
	color:#FFFFFF;
}

#paginator .paginatorBlock {
	float:right;
	background-color:#ccc;
	display:inline-block;
	padding:2px 6px;
}

#paginator a {
	padding:2px 6px;
	background:#ccc;
	text-decoration:none; 

}

#paginator .first {
	padding:2px 6px;
	background:#ccc;
	border-right:1px solid #dbdbdb;
}

#paginator .prev {
	padding:2px 6px;
	background:#ccc;
	border-right:1px solid #dbdbdb;
}

#paginator .next {
	padding:2px 6px;
	background:#ccc;
	border-left:1px solid #dbdbdb;
}

#paginator .last {
	padding:2px 6px;
	background:#ccc;
	border-left:1px solid #dbdbdb;
}

#paginator .current {
	padding:2px 6px;
	background-color:#FF6600;
	color:#FFF;
}



/*  FORM INPUTS ------------------------------------------------------------------ */

form {margin:0px;} 

.form_field_active{ background-color:#f5f5f5;} /*cor de fundo para campos seleccionados*/

form.LV_form_to_validate input{
	float:left;
}

/*icons de validação dos campos de forms*/
.valid_img{}
.invalid_img{}
.LV_invalid{}
.LV_valid{}

.LV_validation_message{ padding:0px 0px 0px 3px; vertical-align:middle; float:left;}

/* para as select */
.LV_valid_field{float: left;}

/* para ao date-picker */
.date-picker-control{ float:left;}

/* botao para gerar password */
.span_passwordGenerator{padding:0px 0px 0px 3px; float:left;}

/*  OUTROS */

#history_back{padding-top:5px; border-top: 1px dotted #999999; text-align:right;}

.cp_separator{
	float: left;
}
#header2 #news{
width:248px;
float:right;
margin-top:14px;
}
#header2 #news .left{
float:left;
text-transform:uppercase;
color:#993300;
font-size:10px;
font-weight:bold;
width:80px;
padding-left:35px;
padding-top:2px;
}
#header2 #news .right{
float:right;
background:url(/media/images/fd_search.png) repeat-x;
width:131px;
height:19px;
}
#header2 #news .right input {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #7E7E7E;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    height: 15px;
    margin-left: 2px;
    width: 104px;
}
#header2 #news .right .sub {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 20px;
    margin-left: 1px;   
    position: absolute;
    width: 24px;   
	/*border:1px solid red;*/
}

.contactosheader{
	color: #353535;
    font-size: 19px;
    font-weight: bold;
    height: 41px;
    margin-top: 10px;
    text-align: right;
}


#other{
position:relative;overflow:hidden;height:245px;border-bottom:1px solid #993300;
}
#other2{
clear:both;z-index:100; clear: both;position: relative;top:0px;
}
#other3{
margin-top:30px;
/*margin-bottom:20px;*/
}

#other_list{
position:relative;overflow:hidden;height:auto;
}
#other_prod_list{
position:relative;
}
#barra_menu_footer{
background:url(/media/images/barra_fundo.png) repeat-x;
height:37px;
}

.facebook {
float: left;
}
.youtube {
float: left;
margin-left: 5px;
margin-right: 10px;
}