:focus {
	-moz-outline-style: none;
	outline:none;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix{
	*height:1%;
}


a,input{
	outline:none;
}

body
{
	background-color:#FFFFFF;
	color:#222;
}

#logo_optimus
{
	position:absolute;
	top:0;
	left:837px;
}

/***** HEADER *****/
#header
{
	position:relative;
	width:837px;
	height:75px;
	background:#eee url(../NSO_imgs/fundo_header.gif) repeat-x;
	z-index:1001;
}

#main_menu{
	position:absolute;
	top:18px;
	left:0;
	height:28px;
	overflow: hidden;
}

#main_menu LI{
	display:block;
	float:left;
	height:28px;
}
#header UL#main_menu LI A{
	display:block;
	float:left;
	background:url(../NSO_imgs/fundo_top_menu_tabs.gif) repeat-x 0 0;
	text-decoration:none;
	height:28px;
	padding:8px 10px 0 10px;
	color:#FFFFFF;
	font-size:85%;
}
#header UL#main_menu LI.active A{
	background-position:0 -28px;
	color:#222222;
	font-weight:bold;
}
#header UL#main_menu LI A:hover{
	background-position:0 -28px;
	color:#222222;
}
#nav_menu{
	position:absolute;
	top:48px;
	border-left:2px solid #FFF;
	left:0;
	height:27px;
	width:680px;
}

#nav_menu LI.tab{
	display:block;
	float:left;
	height:27px;
}

#nav_menu LI.tab A{
	display:block;
	float:left;
	text-decoration:none;
	height:24px;
	padding:6px 10px 0 10px;
	color:#FFF;
	font-size:85%;
	background:url(../NSO_imgs/top_nav_menu_separador.gif) no-repeat;
}

#nav_menu LI.tab A:hover{
	background-color:white;
	margin-right:-1px;
	padding-right:11px;
	color:#222;
}
#header UL#nav_menu LI.active A{
	background-image:none;
	background-color:white;
	color:#616369;
	font-weight: bold;
	margin-right:-1px;
	padding-right:11px;
	height:24px;
}

#header UL#nav_menu LI.tab A.home{
	width:28px;
	height:27px;
	padding:0;
	margin:0;
	background:url(../NSO_imgs/top_nav_menu_home.gif) 0 0;
}

#header UL#nav_menu LI.tab A.home:hover{
	background:url(../NSO_imgs/top_nav_menu_home.gif) 0 27px;
	background-color:white;
	padding-right:1px;
	margin-right:-1px;
}

#header UL#nav_menu LI.active A.home{
	background-position:0 -27px;
	background-color:white;
	margin-right:-1px;
	padding-right:1px;
}

img.active_arrow{
	position:absolute;
	display:none;
	top:16px;
}

#header UL#nav_menu OL{
	position:absolute;
	top:27px;
	background-color:#f3f3f3;
	clear:both;
	padding-top:6px;
	padding-bottom:3px;
	display:none;
}
#header UL#nav_menu OL LI{
	display:inline;
	clear:both;
	width:auto;
	float:left;
	height:19px;
	margin-left:6px;
	margin-right:6px;
}
#header UL#nav_menu OL LI A{
	display:inline-block;
	float:none;
	clear:both;
	text-decoration:none;
	color:#63626A;
	height:19px;
	padding:2px 6px;
	margin-top:0;
	overflow:hidden;
}

#header UL#nav_menu OL LI A:hover{
	float:none;
	clear:both;
	background-color:transparent;
	/*background-color:#f3f3f3;*/
	margin:0;
	color:#f36511;
	
}



#header UL#marcas_menu{
	position:absolute;
	border-right:3px solid white;
	top:48px;
	right:0px;
	height:27px;
	text-align:right;
}
/* HACK IE 6.0 Windows */
* html #header UL#marcas_menu{right:-1px;}

#header UL#marcas_menu LI{
	display:block;
	float:left;
	height:27px;
}
#header UL#marcas_menu LI A{
	display:block;
	position:relative;
	float:left;
	width:74px;
	height:27px;
	text-decoration:none;
	overflow:hidden;
}
#header UL#marcas_menu LI A.optimushome{
	background:url(../NSO_imgs/logo_optimushome.gif) no-repeat top right;
}
#header UL#marcas_menu LI A.kanguru{
	background:url(../NSO_imgs/logo_kanguru.gif) no-repeat top right;
}
#header UL#marcas_menu LI A:hover{
	background-position:bottom right;
}

#header FORM#main_pesquisa{
	position:absolute;
	top:14px;
	right:29px;
	margin:0;
	padding:0;
}

#header FORM#main_pesquisa LABEL{
	display:block;
	float:left;
	font-size:85%;
	padding-top:1px;
	margin-right:8px;
	vertical-align:bottom;
}
#header FORM#main_pesquisa INPUT.text{
	display:block;
	float:left;
	margin:0 1px 0 0;
	padding:0 0 1px 0;
	border:1px solid #616369;
	font-size:85%;
}
#header FORM#main_pesquisa INPUT.img{
	display:block;
	float:left;
	margin:0;
	padding:0;
	background-color:transparent;
	width:17px;
	height:17px;
}




/***** P?GINA *****/
#container
{
	width:843px;
	min-height:630px;
    padding-bottom:12px;
	background:#ffffff url(../NSO_imgs/fundo_pagina.gif) repeat-y top right;
	overflow: hidden;
	
}
div[class] #container  {
	height: auto;
}
blockquote{
	*height:20px;
}
#container #principal{
	border-top:3px solid white;
	margin-left:2px;
}

#container #principal .clear {
	clear: both;
	display: block;
	/*width:158px;*/
	height: 0px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color:transparent;
}

.clearer { clear:both; display:block; margin:0; padding:0; height:0; line-height:1px; font-size:1px; }

#container #principal #leftcol
{
	float:left;
	width:158px;
}
#leftcol UL.leftcol_menu
{
	display:block;
	padding-top:19px;
	padding-bottom:19px;
	margin-bottom:2px;
	background:url(../NSO_imgs/fundo_faux_leftcol_red.gif) repeat-y;
}
#leftcol UL.leftcol_menu LI
{
	display:block;
	height:19px;
	overflow:hidden;
	margin-top:-1px;
	padding-top:1px;
	cursor:pointer;
}

#leftcol UL.leftcol_menu LI A
{
	display:block;
	color:white;
	text-decoration:none;
	font-size:77%;
	padding:2px 0 3px 11px;
	margin:0 9px 0 11px;
	border-bottom:1px solid #d44002;
	background:url(../NSO_imgs/bullet_FFFFFF.gif) no-repeat center left;
	height:13px;
}
#leftcol UL.leftcol_menu LI.hover A{
	background:url(../NSO_imgs/bullet_F44800.gif) no-repeat center left;
	color:#F44800;
	border-bottom:1px solid white;
	background-color:white;
}
#leftcol UL.leftcol_menu LI.txt_small{
	font-size:92%;
}
#leftcol UL.leftcol_menu LI.txt_small A{
	line-height:15px;
}


#leftcol UL.leftcol_menu LI.active{
	display:block;
	background-color:white;
}
#leftcol UL.leftcol_menu LI.active A{
	background:url(../NSO_imgs/bullet_F44800.gif) no-repeat center left;
	color:#F44800;
	border:0;
	padding-bottom:1px;
}
#leftcol UL.leftcol_menu LI.hover{
	display:block;
	background-color:white;
}

#leftcol div.form_block{
	clear:both;
	background:#fff url(../NSO_imgs/telemoveis_encontrar_bottom.gif) no-repeat bottom left;
	padding-bottom:3px;
	margin-bottom:10px;
}

#comparar_equipamentos{
	/*display:none;*/
}

#leftcol .form_block FORM.encontrar{
	display:block;
	position:relative;
	border:1px solid #ccc;
	border-bottom:0;
	padding:5px 5px 0 3px;
    z-index:1;
}

#leftcol .form_block FORM.encontrar .compare_row{
	margin:0 0 12px 0;
	text-align:center;
}
#leftcol .form_block FORM.encontrar LABEL{
	position:relative;
	float:left;
	width:80px;
	font-size:85%;
	font-weight:bold;
}

#leftcol .form_block FORM.encontrar H4{
	font-size:107%;
	color:#F44800;
	padding-bottom:10px;
}

#leftcol .form_block FORM.encontrar H5{
	color:#fff;
	padding-left:4px;
	height:18px;
	font-size:85%;
	font-weight:bold;
	background:#b1b1b1 url(../NSO_imgs/bot_telemoveis_pesquisa.gif) no-repeat top right;
	line-height:18px;
}
#leftcol .form_block FORM.encontrar INPUT.select_input{
	font-size:85%;
	width:144px;
	background-color:#eee;
	border:0;
	padding:0 0 0 4px;
	margin:0 0 5px 0;
}
#leftcol .form_block FORM.encontrar INPUT.preco_input{
	position:relative;
	float:right;
    font-size:85%;
	width:35px;
	border:0;
	text-align:right;
    margin-right:7px;
}
#leftcol .form_block FORM.encontrar SPAN.euro{
    float:left;
    height:14px;
    position:absolute;
    right:5px;
    display:block;
    font-size:85%;
    text-align:right;
}
#leftcol .form_block FORM.encontrar br{
	clear:both;
}

#leftcol .form_block FORM.encontrar div.pulldown
{
    position:relative;
    font-size:85%;
    font-weight:bold;
    color:white;
    background:#b1b1b1 url(../NSO_imgs/bot_acessodirecto.gif) no-repeat right;
    height:17px;
    margin-bottom:1px;
    *margin-bottom:0;
    vertical-align:middle;
    z-index:1000;
    background:#b1b1b1 url(../NSO_imgs/bot_telemoveis_pesquisa_down.gif) no-repeat top right;
    line-height:18px;
}
#leftcol .form_block FORM.encontrar div.pulldown div.titulo{
    cursor:pointer;
    padding-left:4px;
    height:17px;
}

#leftcol .form_block FORM.encontrar div.up{
    background:#b1b1b1 url(../NSO_imgs/bot_telemoveis_pesquisa_up.gif) no-repeat top right;
}

#leftcol .form_block FORM.encontrar div.level_1{z-index:1001;}
#leftcol .form_block FORM.encontrar div.level_2{z-index:1002;}
#leftcol .form_block FORM.encontrar div.level_3{z-index:1003;}

#leftcol .form_block FORM.encontrar div.pulldown UL
{
    display:none;
    position:absolute;
    top:17px;
    left:0;
    width:147px;
    height:100px;
    overflow:auto;
    padding-top:6px;
    padding-bottom:6px;
    border-bottom:2px solid #b1b1b1;
    background-color:#F3F3F3;
    z-index:1000;
}
#leftcol .form_block FORM.encontrar div.pulldown UL LI
{
    display:block;
    line-height:0%;
    margin-bottom:3px;
    
}
#leftcol .form_block FORM.encontrar div.pulldown UL LI A
{
    display:block;
    font-weight:normal;
    margin-left:12px;
    padding-left:5px;
    background:url(../NSO_imgs/bullet_F44800.gif) no-repeat left center;
    text-decoration:none;
    color:#222;
}
#leftcol .form_block FORM.encontrar div.pulldown LI A:hover
{
    color:#f44800;
}

.scroller{
    position:relative;
    height:14px;
    background-color:#ecebed;
    margin-bottom:7px;
}
.slider{
    position:absolute;
    top:0;
    width:28px;
    height:14px;
    font-size:1px;
    line-height: 0;
    background:#b1b1b1 url(../NSO_imgs/telemoveis_pesquisa_slider.gif);
    overflow:hidden;
}

#leftcol .form_block FORM.encontrar DIV.checkbox_group{
    position:relative;
    height:99%;
	padding-top: 8px;
}
#leftcol .form_block FORM.encontrar DIV.buttons{
	clear: both;
	display: block;
	padding-top: 10px;
    padding-bottom: 8px;
}
#leftcol .form_block FORM.encontrar DIV.checkbox_group span{
	display:block;
    position:relative;    
	font-weight:normal;
    color:#000000;
	font-size: 72%;
}
.coloursBorder{
	border: solid #c5c3c8 1px;
}

#leftcol .form_block FORM.encontrar DIV.checkbox_group LABEL{
	display:block;
    position:relative;    
	font-weight:normal;
    padding-left:8px;
    margin-left:3px;
    background:#fff url(../NSO_imgs/bullet_square_F44800.gif) no-repeat center left;
	width:134px;
    height:16px;
    color:#616369;
    overflow:hidden;
}
#leftcol .form_block FORM.encontrar DIV.checkbox_group LABEL INPUT.checkbox{
    position:absolute;
    top:0;
    right:0;
    *margin-top:-4px;
}

#leftcol .form_block FORM.encontrar DIV.checkbox_group INPUT.checkbox{
	display:block;
	float:right;
	*margin-top:-4px;
}
#leftcol .form_block FORM.encontrar DIV.checkbox_group br{
    clear:both;
}




#container #principal #maincol
{
	float:left;
	margin:0 2px 0 2px;
	width:508px;
	overflow:hidden;
}

#maincol UL.breadcrumbs
{
	float: left;
	margin-bottom:2px;
	padding-left:5px;
	height:17px;
	cursor:default;
}
#maincol UL.breadcrumbs LI{
	display:inline;
	color:#f44800;
	font-size:77%;
}

#maincol UL.breadcrumbs LI A{
	color:#f44800;
	text-decoration:none;
}

#maincol UL.breadcrumbs LI A:hover{
	color:#777;
	text-decoration:none;
}
#maincol UL.breadcrumbs LI.dark,
#maincol UL.breadcrumbs LI.dark A {
	color: #777;
}
#maincol UL.breadcrumbs LI.dark A:hover {
	color: #F44800;
}
#maincol .printPage { 
	float: right;
	font-size: 77%;
	color:#000;
	height:17px;
	margin-top:2px;
}

#maincol .printPage A { 
	color:#000;
	text-decoration:none;
}

#maincol .printPage A:hover { 
	color:#000;
	text-decoration: underline;
}

#maincol .printPageSpace{
	padding-right: 5px;
}


#container #principal #rightcol
{
	float:left;
	width:162px;
	overflow:hidden;
}

#container #principal #rightcol H3
{
	margin-top:2px;
	background:silver url(../NSO_imgs/fundo_acessdirecto_topo.gif) no-repeat top right;
	padding:4px 0 0 5px;
	height:21px;
	font-size:107%;
	font-weight:bold;
	letter-spacing:-1px;
}
#container #principal #rightcol H3.color1
{
	color:#97bb33;
}
#container #principal #rightcol H3.color2
{
	color:#00344D;
}
#container #principal #rightcol H3.color3
{
	color:#f44800;
}
#container #principal #rightcol H3.color4
{
	color:#812d85;
}
#container #principal #rightcol H3.color6
{
	color:#004656;
}
#container #principal #rightcol H3.color7
{
	color:#036982;
}
#container #principal #rightcol UL.acesso_directo_fixo{
	width:162px;
	margin-bottom:7px;
	*margin-bottom:5px;
	padding-bottom:6px;
	background:url(../NSO_imgs/fundo_acessdirecto_fundo.gif) no-repeat bottom;
}
#container #principal #rightcol UL.acesso_directo_fixo LI{
	display:block;
	background:url(../NSO_imgs/fundo_acessdirecto_meio.gif) repeat-y;
	font-size:85%;
	padding:5px 0 2px 0;
}
#container #principal #rightcol UL.acesso_directo_fixo LI.separador{
	display:block;
	background:url(../NSO_imgs/fundo_acessdirecto_separador.gif) no-repeat center;
	font-size:2%;
	height:2px;
	padding:0;
}
#container #principal #rightcol UL.acesso_directo_fixo LI A{
	display:block;
	background:url(../NSO_imgs/bullet_F44800.gif) no-repeat 0 5px;
	text-decoration:none;
	margin:0 16px 0 16px;
	padding:0 0 0 8px;
	color:#616369;
}
#container #principal #rightcol UL.acesso_directo_fixo LI A:hover{color:#f44800;}


/**** BANNER DIREITA ****/
#banner_direita
{
	position:absolute;
	height:144px;
	top:171px;
	left:837px;
}
#banner_direita DIV
{
	position:absolute;
	top:0;
	right:3px;
	padding-left:10px;
	background:url(../NSO_imgs/bullet_banner_direita.gif) no-repeat 0 13px;
}
#banner_direita DIV h3,
#banner_direita DIV h4
{
	font-size:85%;
	font-weight:normal;
}
#banner_direita DIV h4,
#banner_direita DIV h5
{
	color:#f44800;
}
#banner_direita DIV h5,
#banner_direita DIV h6
{
	font-size:77%;
	font-weight:normal;
}
#banner_direita DIV h4 STRONG
{
	font-weight:bold;
}
#banner_direita DIV h5 STRONG
{
	font-weight:bold;
	color:black;
}


/**** FOOTER ****/
#footer
{
	width:843px;
	padding-top:12px;
	background:url(../NSO_imgs/fundo_footer.gif) no-repeat;
}

#footer UL
{
	text-align:right;
	margin-right:7px;
}

#footer UL LI
{
	display:inline;
	margin:0 -2px 0 -2px;
	padding:0 10px 0 10px;
	background:url(../NSO_imgs/separador_menu_footer.gif) no-repeat 0 3px;
}
#footer UL LI.first
{
	padding-left:0;
	background-image:none;
}
#footer UL LI.last
{
	padding-right:0;
}
#footer UL LI A
{
	font-size:77%;
	color:#222;
	text-decoration:none;
}
#footer UL LI A:hover
{
	color:#F44800 !important;
}
#footer UL LI A:visited
{
	color:#777;
}
#footer UL LI A:active
{
	color:#F44800;
}


/**** TRANSVERSAIS ****/
div.menu_acesso_directo{
	position:relative;
	background:#b1b1b1 url(../NSO_imgs/bot_acessodirecto.gif) no-repeat top right;
	cursor:pointer;
	vertical-align:middle;
	height:17px;
}
div.menu_acesso_directo SPAN
{
	display:block;
	font-size:85%;
	overflow:hidden;
	font-weight:normal;
	color:white;
	padding-left:20px;
	padding-top:1px;
	
}
div.menu_acesso_directo UL{
	display:none;
	position:absolute;
	top:17px;
	width:100%;
	left:0;
	padding-right:20px;
	padding-top:12px;
	padding-bottom:12px;
	border-bottom:2px solid #b1b1b1;
	background-color:#F3F3F3;
	font-size:85%;
	font-weight:normal;
}
div.menu_acesso_directo UL LI{
	display:inline-block;
	line-height:0%;
	margin-bottom:3px;
	
}
div.menu_acesso_directo UL LI A{
	display:block;
	margin-left:12px;
	padding-left:5px;
	background:url(../NSO_imgs/bullet_F44800.gif) no-repeat left center;
	text-decoration:none;
	color:#222;
}
div.menu_acesso_directo LI A:hover{
	color:#f44800;
}

.tooltip_skin{
	padding:5px;
	background:#FFFFFF;
	border:1px solid #b1b1b1;
	font-size:71%;
	color:#404040;
	font-weight:normal;
}

.tooltip_skin1{
	padding:5px;
	background:#FFFFFF;
	border:1px solid #b1b1b1;
	font-size:77%;
	color:#404040;
	font-weight:normal;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	background:#FFFFFF;
	border:1px solid #b1b1b1;
	padding: 5px;
	margin: 0;
}
#tooltip h3 { margin: 0; font-weight: normal; font-size:77%; color:#404040;}

div.menu_xtra_pulldown
{
    position:relative;
    font-size:85%;
    font-weight:normal;
    color:#f44800;
	background:#fff url(../NSO_imgs/bot_servicos.gif) no-repeat right;
    cursor:pointer;
    height:17px;
    padding-left:20px;
    margin-bottom:14px;
    vertical-align:middle;
    border-top:2px solid #f44800;
    border-bottom:2px solid #f44800;
    border-left:2px solid #f44800;
}
div.menu_xtra_pulldown UL{
    display:none;
    position:absolute;
    top:17px;
    left:0;
    width:154px;
    height:250px;
    margin-top:2px;
    padding-top:0;
    padding-bottom:12px;
    background-color:#fff;
    overflow:auto;
}
div.menu_xtra_pulldown UL LI
{
    display:block;
    line-height:0%;
    margin-bottom:3px;
    
}

div.menu_xtra_pulldown UL LI A
{
    display:block;
    margin-left:12px;
    padding-left:5px;
    background:url(../NSO_imgs/bullet_F44800.gif) no-repeat left 5px;
    text-decoration:none;
    color:#222;
}
div.menu_xtra_pulldown LI A:hover{color:#f44800;}

div.menu_xtra_pulldown UL LI .sep{
	display:block;
    margin-left:10px;
	margin-top:15px;
    padding-left:0;
    background:none;
    text-decoration:none;
    color:#222;
	font-weight:bold;
	cursor: default; 
}

div.whitespacer{
    position:relative;
    height:2px;
    background-color:#fff;
    font-size:1px;   
}
.fundo_red{background:url(../NSO_imgs/fundo_faux_leftcol_red.gif) repeat-y;}

A.link_logout,
A.link_nao_encontro{
	display:block;
	text-decoration:none;
	color:#f44800;
	font-size:85%;
	text-align:left;
	padding-left:10px;
	margin-left:3px;
	background:url(../NSO_imgs/bullet_big_F44800.gif) no-repeat center left;
}

A.link_logout:hover,
A.link_nao_encontro:hover{color:#777;}

.float_left{float:left;}
.clear_both{clear:both;}

A.link_generico
{
	text-decoration:none;
	color:#f44800;
}
A.link_generico:hover{color:#777;}

#login {
	position:relative;
	padding: 0 0 20px 0;
	background-color: #f6f6f6;
	/*height:80px;*/
	_height: 60px;
}

#login h3 {
	position:relative;
	font-weight:normal;
	font-size:77%;
	padding:5px;
	border-top:2px solid white;
	border-bottom:2px solid white;
	margin-bottom:10px;
	color: #333333;
	background-color: #f6f6f6;
}

#login LABEL{
	display:block;
	float:left;
	position:relative;
	font-size:85%;
	padding-top:1px;
	margin: 0 8px 10px 20px;
	height:auto;
	/*width: 100px; text-align: right; margin: 0 0 10px 0; padding-right: 8px;*/
}
#login DIV.logged{
	padding:0 20px;
	width: 400px;
	overflow: hidden;
}

#login div LABEL{
	margin:0 8px 5px 0;
	height:auto;
}

#login LABEL STRONG{
	color:#00344D;
	font-weight:bold;
	padding-right:5px;
}
#login  SPAN INPUT.text{
	display:block;
	float:left;
	position:relative;
	margin:0 1px 0 0;
	padding:0 0 1px 0;
	border:1px solid #616369;
	font-size:85%;
}
#login  SPAN INPUT.img{
	display:block;
	float:left;
	position:relative;
	margin:0 0 0 2px;
	padding:0;
	background-color:transparent;
	width:17px;
	height:17px;
}
#login BR{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#login A{
	clear:both;
	float:right;
	margin-right:42px;
	_position:absolute;
	_right:0;
	_:margin-right:22px;
	font-size:77%;
	color:#F44800;
	text-decoration:none;
	background-image:url(../NSO_imgs/bullet_big_F44800.gif);
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:10px;
}

#login .forgotPass{
	padding-bottom: 1px;
	overflow: hidden;
}

#login A:hover{color:#777;}
#login .logged_links {
	padding:0 20px;
}
#login .logged_links A{
	position:relative;
	float:none;
	zoom:1;
	margin:0 10px 0 0;
}
#login div#login_error_box{
	clear:both;
	position:absolute;
	top:120px;
	float:none;
	height:0;
	width: 294px;
}
#login #login_error_box LABEL.error{
	display:block;
	margin-left:10px;
	float:none;
	color:#F44800;
	font-size:85%;
	margin-bottom:0;
	/*width: 274px; text-align: left; margin: 0 8px 0 20px;*/
}


/* apenas para o IE */
.hackTop {*margin-top: -3px;}


.margemDir { /* -- para colocar em todas as colunas com margem ? direita -- */
	margin:0 2px 0 0;
}

#menu_2blocos .menu_bloco{
	float:left;	
	width:253px;	
}

#menu_2blocos .menu_bloco A{
	float:left;
	width:253px;
	margin: 2px 0 0 0;
	padding:7px 0 7px 0;
	color:#FFF;
	font-size:85%;
	font-weight:bold;
	background-color:#cbcbcb;
	text-decoration:none;
}

#menu_2blocos .menu_bloco A:hover{
	background-color:#F44800;	
}

#menu_2blocos .active A{
	float:left;	
	background-color:#F44800;
}

#menu_3blocos .menu_bloco{
	float:left;	
	width:168px;	
}

#menu_3blocos .menu_bloco A,
#menu_3blocos .vazio{
	float:left;
	width:168px;
	margin: 2px 0 0 0;
	padding:7px 0 7px 0;
	color:#FFF;
	font-size:85%;
	font-weight:bold;
	background-color:#cbcbcb;
	text-decoration:none;
}

#menu_3blocos .menu_bloco A:hover{
	background-color:#F44800;	
}

#menu_3blocos .active A{
	background-color:#F44800;
}

#maincol .row_container UL.menu_2barras
{	
	height:60px;
	margin: 1px -4px 0 0;
	*margin: -2px -4px 0 0;
}

#maincol .row_container UL.menu_2barras LI{
	display:block;
	float:left;
	width:254px;
	height:29px;
	margin: 0 1px 2px 0;
}
#maincol .row_container UL.menu_2barras LI A{
	display:block;
	float:left;
	text-decoration:none;
	width:254px;
	color:#FFF;
	font-size:92%;
	font-weight:bold;
	padding:7px 0 7px 0px;
	background-color:#cbcbcb;
}
#maincol .row_container UL.menu_2barras LI A.active{background-color: #f44800;}
#maincol .row_container UL.menu_2barras LI A:hover{background-color:#F44800;}

/**** COMBOS ****/
SELECT.combobox{
	display:block;
	margin:0;
	padding:0;
	border:0;
	overflow:hidden;
	width:100%;
	height:10px;
	visibility:hidden;
}
.combobox_container{
	position:static;
}
.combobox_container .combobox_header{
	position:relative;
	font-weight:normal;
	background:#FFF url(../NSO_imgs/bot_combobox_down.gif) no-repeat right;
	cursor:pointer;
	height:15px;
	width:100%;
	overflow:hidden;
	margin:0;
	border:1px solid #B1B1B1;
	border-right:0;
	text-align:left;
}
/*------combos faqs (combo normal)-----*/
.todas_faqs .combobox_container .combobox_header,
.ver_faq .combobox_container .combobox_header{
	margin-top: 1px;
	margin-bottom: 1px;
	background:#f44800 url(../NSO_imgs/bot_combobox_white_down.gif) no-repeat right;
	/*border-color: #FFFFFF;*/
	border: 0;
}
.combobox_container .combobox_header .combobox_img_holder IMG{
	
}
.combobox_container .combobox_header_opened{
	background:#FFE url(../NSO_imgs/bot_combobox_up.gif) no-repeat right;
}
/*------combos faqs (combo opened)-----*/
.todas_faqs .combobox_container .combobox_header_opened,
.ver_faq .combobox_container .combobox_header_opened{
	background:#f44800 url(../NSO_imgs/bot_combobox_white_up.gif) no-repeat right;
}
.combobox_container .combobox_header INPUT{
	display:block;
	position:absolute;
	left:1px;
	margin:0;
	border:0;
	height:12px;
	font-size:10px;
	cursor:pointer;
	background-color:#FFF;
}
/*------combos faqs (input)-----*/
.todas_faqs .combobox_container .combobox_header INPUT,
.ver_faq .combobox_container .combobox_header INPUT{
	color: #616369;
	padding: 2px 0 0 5px;
	height: 13px;
	left: 0px;
}

.combobox_container .input_focused{
	background-color:#FEE;
}
.combobox_container .combobox_list{
	position:absolute;
	top:17px;
	left:0;
	text-align:left;
	background-color:#FFF;
	border:1px solid #B1B1B1;
	border-top:0;
	padding-top:5px;
	padding-bottom:5px;
	display:none;
}
/*------combos faqs (lista)-----*/
.todas_faqs .combobox_container .combobox_list,
.ver_faq .combobox_container .combobox_list{
	top: 16px;
	border: 1px solid #f44800;
}
.combobox_container .combobox_list A{
	margin-left:5px;
	color: #F44800;
	text-decoration: none;
	display: block;
	padding: 0 0 0 6px;
	background:url(../NSO_imgs/bullet_big_F44800.gif) no-repeat left 4px;
}
.combobox_container .combobox_list br
{display: none;}

.combobox_container .combobox_list A{
}
.combobox_container .combobox_img_holder IMG{
	border:1px solid white;
	width:13px;
	height:13px;
}
.combobox_container .combobox_list A.image{
	display:block;
	position:relative;
	float:left;
	background-image:none;
}
.combobox_container .combobox_list A:hover{
	color:#777;
}

.displayNone
{display: none;}

.floatRight
{float: right;}

/* cores botőes */
.cinza{
  background-color:#C6C8CE;
}
.rosa{
background-color: #D80F81;
}
.azul{
background-color: #0083CB;
}
.verde{
background-color: #0F7931;
}
.laranja{
background-color: #F44800;
}
.roxo{
background-color: #85389B;
}
.verdeclaro{
background-color: #96BC35;
}
.azulEscuro{
background-color:#00344D;
}

/* BO edit placeholders */
.BOedit strong{
	font-weight: bold;
}

.BOedit em{
	font-style:italic;
}

.BOedit strong em, .BOedit em strong{
	font-weight: bold;
	font-style:italic;
}

.BOedit ul, .BOedit ol{
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 40px;
	list-style-type: disc;
}

.BOedit ol{
	list-style-type: decimal;
}

.progressIndicator{
	display: block;
	text-align: center;
	margin: 0 auto;
}

/* 9900 */
.popup_logo
{position: absolute; left: 247px;}
.popup_header
{height: 56px; width: 247px; overflow: hidden;}
.popup_tab
{background: #f6f7fb url(../NSO_imgs/popup-tab-borderT.gif) repeat-x; margin-top: 26px; height: 21px; padding: 9px 9px 0 9px; float: left; display: block; font-size: 85%; font-weight: bold;}
.popup_tab span
{padding-left: 8px; background: transparent url(../NSO_imgs/bullet_F44800.gif) no-repeat scroll left 5px;}
.popup_tab_R
{float: left; display: block; margin-top: 26px;}
.popup_mainBlock
{width: 248px; padding: 58px 9px 9px 9px; background: #FFFFFF url(../NSO_imgs/popup_body_bg.gif) repeat-y top right;}
.popup_body
{height: 190px; overflow: auto; font-size: 85%; color: #666666;}
.popup_body h1
{font-weight: bold; padding-bottom: 10px;}
.popup_body h1 .success
{color: #F44800;}
.popup_body h1 .success img
{vertical-align: middle;}
.popup_body_bts
{text-align: right; padding-top: 10px;}
.popup_body_bts img
{margin-left: 6px;}
.popup_baseBts
{background: #f5f6f8 url(../NSO_imgs/popup_borderB.gif) repeat-x top; width: 267px; overflow: hidden;}
.popup_print
{float: left; font-size:85%; font-weight: bold; text-decoration: none; color: #5F6269; width: 171px; background: url(../NSO_imgs/popup_bottom_separator.gif) repeat-y right top; padding: 4px 0 4px 8px;}
.popup_print a
{text-decoration: none; color: #5F6269;}
.popup_print a img
{vertical-align: middle;}
.popup_btClose
{float: left; width: 88px; text-align: center; background: url(../NSO_imgs/popup_bottom_borderR.gif) repeat-y right top; padding-top: 4px;}

.inactiveContent
{position: relative; overflow: hidden;}
.inactiveContentCover
{
	position: absolute;
	top: 180px;
	left: 162px;
	width:508px;
	z-index: 2000;
	overflow: hidden; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=68);
	background-color: #FFFFFF; height: 700px; opacity: 0.68;
}

/* página de erro/popup */
html, body {height: 100%;}

.popup_logoR
{float: right; width: 86px; height: 100%; background: url(../NSO_imgs/fundo_pagina.gif) repeat-y; _margin-left: -86px;}

.popup_main
{margin-right: 86px; font-size: 77%; padding-right: 2px; background-color: #FFFFFF; height: 100%; background: #FFFFFF url(../NSO_imgs/bg_fundo_footer.gif) repeat-x bottom;}

.popup_title
{color: #FFFFFF; padding: 1px 8px 1px 8px;}

.erroAltern
{width: 240px; margin: 65px auto; color: #626368;}

.erroAltern h1
{font-weight: normal; margin-bottom: 20px; margin-left: 7px;}

.erroAltern a
{
	display:block;
	text-decoration:none;
	color:#f44800;
	text-align:left;
	padding-left:10px;
	margin-left:3px;
	background:url(../NSO_imgs/bullet_big_F44800.gif) no-repeat center left;
}

.erroAltern a:hover
{color: #777;}

.popupLogin
{width: 593px; margin: 0 auto; position: relative;}

.popupLogin #container_pop
{width:518px;padding-left:2px;}

.popupLogin #footer_pop
{width:515px;}

.popupLogin #logo_optimus_pop
{left:514px;}

.bot_comparar
{display: block; padding-bottom: 10px;}

.bot_comparar img
{background-color: #0083CB;}
label.errorMessage, div.errorMessage, span.errorMessage
{
	color:Red;
	font-weight:bold;
}

label.sucessMessage, div.sucessMessage, span.sucessMessage
{
	color:Green;
	font-weight:bold;
}

.errorGeneral
{font-size: 10px; color: #F44800; padding-top: 3px; padding-left: 5px;}

.errorBox
{display: block;}

.errorGeneral1
{color: #F44800; padding-left: 5px;}

.errorGeneral2
{padding-left: 0;}

.errorGeneral3
{font-size: 10px; color: #F44800;}

.errorConfigDados
{float: left; margin-top: -20px; padding-left: 0;}

.errorDadosContacto
{padding: 0 0 3px 100px; display: block;}

.errorDadosContacto2
{padding: 0 0 3px 110px; _padding-left: 115px; display: block;}

.errorDadosEncomenda
{padding-bottom: 7px; display: block;}

.errorDadosEncomenda2
{padding-left: 10px; padding-bottom: 7px;}

.errorCompras
{padding-left: 10px;}

.errorDadosNewsletter
{padding: 0 0 3px 39px; display: block; _margin-top: -10px; display: block;}

.errorSimula
{margin-right: -7px; display: inline;}

.errorDadosPessoais
{padding-left: 25px; display: block;}

.errorPopup
{position: absolute; display: block; top: 20px; left: 24px;}