body {
	font-family:arial, verdana;
	font-size:11px;
	margin:0px;
	background:#FFF;
	color:#666;
}


#main{
	margin:auto;
	width:980px;

}

#header, #imageSlideshow, #watchFinder,
#espiraldotempoBox, #highlightTabs,
#espiraltvBox, #content, #footer, #top5, #lista_modelos{
	float:left;
	margin:8px;
	text-align:center;
	
}

#header{ width:959px; height:50px; position: relative; background:transparent !important;}
#imageSlideshow{ width:666px; height:449px; position:relative; }
#watchFinder{ width:275px; height:449px; overflow:hidden; }
#espiraldotempoBox{ width:180px; height:332px; }
#highlightTabs{	width:375px; height:325px; }
#espiraltvBox{ width:370px; height:332px; overflow: hidden;}
#content{ width:973px; text-align:justify; margin:0px; }
#footer{ width:959px; height:25px; border-top:1px dotted #ccc; padding-top:10px; }
#top5{ width:960px; height:355px; overflow:hidden; margin-top:20px; }

#lista_modelos{ width:666px; height:415px; position:relative; text-align:left; padding-top:30px; }

/* HEADER   HEADER   HEADER   HEADER   HEADER   HEADER   HEADER   HEADER   HEADER   HEADER   */
.logo{
	float:left;
	margin:6px 0px;

}

.mainMenu{
	float:left;
	list-style:none;
	margin:25px 0 0 145px;
	padding:0;
	position:relative;
}
	.mainMenu li{
		float:left;
		position: relative;
	}
	.mainMenu li a{
		float:left;
		margin:5px 13px;
		font-family: Arial;
		text-decoration:none;
		font-size:17px;
	}

		#relogiosBtn{
			height:30px;
			width:83px;
			overflow:hidden;
			position:relative;
		}
		#relogiosBtn:hover{
			height:auto;
			overflow:visible;
			background:#6699cc;
			color:#FFF ;
		}
		#novidadesBtn{
			height:30px;
			width:143px;
			overflow:hidden;
			position:relative;
		}
		#novidadesBtn span{
			color:red;
			margin-left:4px;
		}
		#novidadesBtn:hover{
			height:auto;
			overflow:visible;
			background:#6699cc;
			color:#FFF ;
		}

	.menuMarcas{
		position:relative;
		z-index:500;
		list-style:none;
		margin:0;
		padding:0;
		text-align:left;
		left: 0px;
		top: 2px;
		
	}
		.menuMarcas li{
			background:#FFF;
			border-top:1px dashed #CCC;
			border-left:1px solid #CCC;
			border-right:1px solid #CCC;
			width:200px;
			clear:both;
			padding:0;
			z-index:61;
		}

		.menuMarcas li.first{
			border-top:1px solid #CCC !important;
		}
		.menuMarcas li.last{
			border-bottom:1px solid #CCC !important;
		}
		
		.menuMarcas li a{
			clear:both;
			display:block;
			font-size:13px;
			height:100%;
			margin:0;
			padding:7px 15px;
			width:170px;
		}
		.menuMarcas li a:hover{
			background:#6699cc;
			color:#FFF ;
		}

.relogios_trigger{
	font-family:Arial;
	font-size:17px;
	margin:5px 13px;
	text-decoration:none;
	cursor:pointer;
}
.novidades_trigger{
	font-family:Arial;
	font-size:17px;
	margin:5px 13px;
	text-decoration:none;
	cursor:pointer;
}





.searchBox {
	float:right;
	margin:25px 3px 0 0;
}
	.searchForm{
		border:1px solid #ccc;
		background:#FFF;
	}
		.searchBox input[type=text] {
			border:none;
			font-size:12px;
			color:#ccc;
			width:140px;
			height: 18px;
			padding-left:5px;
			background:transparent;
		}
		
		.searchBox input[type=submit] {
			background:#FFFFFF;
			background:url(/temas/default/img/searchButton.png) no-repeat scroll 3px 4px;
			border: none;
			width:22px;
			outline:none;
		}
		.searchBox input[type=submit]:hover {
			cursor:pointer;
			outline:none;
		}






/* IMAGE SLIDESHOW        IMAGE SLIDESHOW        IMAGE SLIDESHOW      */

.imageSlideshowImg{
	width:666px;
	height:421px;
	margin-top:28px;
}
.imageSlideshowImgIn{
	width:666px;
	height:421px;
	margin-top:6px;
}

.squarePagingContainer{
	height:12px;
	margin:-1px 7px 0 0;
	position:relative;
	float:right;
	z-index:5;
}
.squarePagingContainerIn {
	float:left;
	margin:-1px 7px 0 0;
	position:relative;
	z-index:100;
}
#fade{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 50;
}

#nav a{
	border:1px solid #eee;
	width:18px;
	height:15px;
	margin-top:4px;
	font-size:10px;
	padding:1px 0px 0px 1px;
	text-align:center;
	display:block;
	color:#CCC;
	margin-left:4px;
	float:left; 
	text-decoration:none;
}

#nav a.activeSlide { color:#6699CC; }
#nav a:hover{ cursor:pointer; }




/*  GLOBAL SEARCH         GLOBAL SEARCH         GLOBAL SEARCH         GLOBAL SEARCH        */
#globalSearchBox{
	position:absolute;
	z-index:9999;
	width:350px;
	margin-top:1px;
	margin-left:-181px;
	border:1px solid #CCC;
	background:#FFF;

}
.globalSearchItem{
	margin:4px;
	width:342px;
	height:40px;
	height:55px;
	border-bottom:1px dotted #eee;
	z-index:9999;
}
/*
.globalSearchItem:hover{
	cursor:pointer;
	background:#eee;
}
*/
.globalSearchImg{
	float:left;
	height:50px;
	margin:3px 5px;
}
.globalSearchTitle{
	color:#6699CC;
	height:18px;
	margin:0 0 0 55px;
	overflow:hidden;
	padding-top:7px;
	text-align:left;
	width:280px;
}
.globalSearchDesc{
	color:#666;
	height:25px;
	margin:0 0 0 55px;
	overflow:hidden;
	text-align:left;
	width:280px;
}

.globalsSearchVerMais{
	float:right;
	padding:4px;
	color:#666;
	text-decoration:blink;
}
.globalsSearchArea{
	text-align:left;
	font-size:14px;
	color:#FFF;
	background:#6699CC;
	margin:4px;
	width:332px;
	padding:5px;
}

.globalsSearchErro{
	padding:4px;
	color:#666;
}



/* HIGHLIGHT TABS     HIGHLIGHT TABS     HIGHLIGHT TABS     HIGHLIGHT TABS       */
#highlightTabs{
	font-family: Arial;
}
.ui-tabs-panel {
	background:url(/temas/default/img/fundo_separadores.png) !important;
	height:281px !important;;
}
.ui-tabs-nav {
	height:27px !important;;
}
.ui-tabs-nav a{
	height:26px !important;;
}
.ui-tabs-nav a span{
	min-height:20px !important;;
}

.ui-tabs-selected  a{
	height:28px !important;;
}

.ui-tabs-nav span {
	color:#FFF !important;
}
.ui-tabs-selected span{
	color:#000 !important;
}
.ui-tabs-nav li a span:hover{
	color:#000 !important;
}
.highlightTabsItem{
	border-bottom:1px dotted #ccc;
	clear:both;
	height:90px;
	margin-bottom:5px;
}
.highlightTabsItem a:hover{
	cursor:pointer;
}

.highlightTabsImg{
	width:60px;
	height:80px;
	float:left;
}
.highlightTabsTitle {
	color:#6699CC;
	height:20px;
	margin:0 0 0 70px;
	overflow-x:hidden;
	padding-top:7px;
	text-align:left;
	width:285px;
	font-family: Arial;
}
.highlightTabsDesc{
	width:285px;
	height:50px;
	line-height:16px;
	margin:0px 0 0 70px;
	overflow:hidden;
	text-align:left;
	font-size:11px;
	font-family: Arial;
}
.highlightTabsImgETV{
	width:120px;
	height:75px;
	float:left;
}
.highlightTabsTitleETV{
	color:#6699CC;
	height:20px;
	margin:0 0 0 130px;
	overflow:hidden;
	padding-top:25px;
	text-align:left;
	width:225px;
	font-family: Arial;
}
.highlightTabsDescETV{
	width:225px;
	height:34px;
	line-height:16px;
	margin:0px 0 0 130px;
	overflow:hidden;
	text-align:left;
	font-size:11px;
	font-family: Arial;
}


.highlightTabsItem .press_data{
	font-size:12px;
	float:right;
	color:#6699CC;
}
.highlightTabsItem .press_marca{
	font-size:12px;
	color:#6699CC;
	float:left;
	margin:0 0 0 8px;
}
.highlightTabsItem .press_titulo{
	clear:both;
	font-size:12px;
	margin:18px 0 0 8px;
}

/* WATCHFINDER     WATCHFINDER     WATCHFINDER     WATCHFINDER     WATCHFINDER       */
#watchFinder{
	background:url(/temas/default/img/watchFinderBg.png);
}
.watchFinderTable{
	width:100%;
	height:100%;
	border:none;
	
}
.watchFinderTop{
	width:100%;
	height:20px;
	color:#FFF;
	text-align:center;
	font-size:14px;
	padding-top:7px;
}
.watchFinderImg{
	margin:10px 0 0 0;
	height:204px;
}
.watchFinderTitle{
	margin:0px 0 0 0;
	color:#6699cc;
	font-size:14px;
	font-weight:bold;
}
.watchFinderInfo{
	margin:2px 17px;
	color:#666;
}

.watchFinderForm{
	margin:0 20px 0 20px;
}
	#watchFinder input[type=text]{
		display:block;
		width:100%;
		margin:0 0 4px 0px;
	}
	#watchFinder input[type=image]{
		border:none;
	}
	#watchFinder label{
		display:block;
		background:#666;
		text-align:left;
		padding:2px;
		width:100%;
		font-weight:bold;
		color:#FFF;
	}
	
.watchFinderBottom{
	width:100%;
	height:10px;
}




/* ESPIRALDOTEMPO-BOX        ESPIRALDOTEMPO-BOX        ESPIRALDOTEMPO-BOX        ESPIRALDOTEMPO-BOX       */
#espiraldotempoBox{
	background:url(/temas/default/img/espiraldotempoBoxBg.png);

}

.espiraldotempoBoxTable{
	width:100%;
	height:100%;
	border:none;
}

.espiraldotempoBoxTop{
	width:100%;
	height:20px;
	color:#FFF;
	font-size:14px;
	padding-top:7px;
}
.espiraldotempoBoxMiddle{
	padding:15px;
	height:260px;
	overflow:hidden;
}

.espiraldotempoBoxBottom{
	vertical-align:bottom;
	width:100%;
	height:10px;
	color:#FFF;
}




/* ESPIRAL-TV       */
#espiraltvBox{
	background:url(/temas/default/img/espiraltvBoxBg.png);
}

.espiraltvBoxMiddleBg{
	padding:8px 18px;
}
.espiraltvBoxTable{
	width:100%;
	height:100%;
	border:none;
}
.espiraltvBoxTop{
	width:100%;
	height:20px;
	color:#FFF;
	text-align:center;
	font-size:14px;
	padding-top:7px;
}
.espiraltvBoxImg{
	margin:6px -6px 0;
	height:217px;
}
.espiraltvBoxDuracao {
	float:left;
	margin:5px 0 2px;
}
.espiraltvBoxStars {
	float:left;
	margin:6px 0 5px 7px
}
.espiraltvBoxTitle{
	margin: 0px 0 0 0;
	color:#6699cc;
	font-size:13px;
	font-weight:bold;
	clear:both;
}
.espiraltvBoxInfo{
	color:#666666;
	height:26px;
	margin:0px 0 6px;
	overflow:hidden;
	font-weight:normal;
}


#espiraltvBox a{
	display:block;
	font-weight:bold;
	text-align:left;
}
.espiraltvBoxBottom{
	vertical-align:bottom;
	width:100%;
	height:10px;
	color:#FFF;
}




/* CONTENT       */


/* FOOTER       */
#footer a{
	margin-left:10px;
	font-family: Arial;
	color:#666;
	text-decoration:none;
	font-size:12px;
	text-align:center;
}
#footer a:hover{
	color:#6699cc;
}


#footer .links{
	float:left;
	margin-left:225px;
	padding:6px;
}
#footer .redesSociais{
	float:left;
}





.coleccaoTopTitle{
	float:right;
	margin-top:3px;
	font-size:16px;
	color:#666;
	display:block;
	float:right;
	width:500px;
	text-align:right;
}
.coleccaoTopTitle span{
	color:#6699cc;
}




.navbar{
	margin:5px 0 10px 0;
}
.navbarPagTop{
	float:left;
	font-weight:bold;
	margin:1px 10px 10px 0;
}
.navbarPagBottom {
	float:right;
	font-weight:bold;
	margin:5px 0 10px 10px;
}
.navbar .paginacao{
	margin:2px;
	padding:1px 5px;
	border:1px solid #CCC;
}

.navbar .paginacao_sel{
	margin:2px;
	padding:1px 5px;
	color:#6699cc;
	border:1px solid #CCC;
	font-weight:bold;
}

.linkSearch{
	font-size:14px;
	color:#6699cc;
	padding:5px 2px;
	border:2px dotted #FFF;
}


.resumoSearch{
	margin:4px;
	line-height:16px;
}
.resumoSearchPreco{
	margin:1px 4px;
}

#container-1{
	overflow:hidden;
	height:332px;
}



/* ALL   ALL   ALL    ALL    ALL    ALL    ALL    ALL    ALL    ALL    ALL    ALL    ALL   */
input, select, textarea{
	border:1px solid #ccc;
	padding:2px;
}
input[type=image]{
	border:none;
}

img{
	border:none;
}

a {
	outline:none;
	color:#666;
	text-decoration:none;
}

a:hover {
	outline:none;
	color:#6699CC;
}


.nomesiteprint, .logodataprint{
	display:none;
}



/*  WATCHFINDER     WATCHFINDER     WATCHFINDER     WATCHFINDER     WATCHFINDER     WATCHFINDER     WATCHFINDER   */
#watchFinder {
    position:relative;
}
#watchFinderMarca, #watchFinderColeccao, #watchFinderModelo{
    overflow:hidden; height:36px; background:#ccc; margin:12px 18px;
    position:relative;
}
#watchFinder #btn{
    float:right;
    height:13px;
    width:14px;
    background-image:url(/temas/default/img/watchFinderMenuArrow_on.png);
    background-position:0 3px;
    background-repeat:no-repeat;
    margin:2px 2px 0 0;
}

#watchFinder .title{
    padding:2px 5px;
    color:#FFF;
    text-align:center;
    background-color:#666;
    text-align:left;
}

.watchFinderLista{
    margin:1px 0 0 0;
    padding:0px;
    list-style:none;
}
.watchFinderLista li a{
    display:block;
    margin:1px 0;
    padding:2px 5px;
    text-align:left;
}
.watchFinderLista li a:hover{
    color:#FFF;
    background:#6699cc;
}

.watchFinderSelected{
    background:#6699cc;
    color:#FFF;
}

#watchFinder .linkMarca{
    font-size:14px;
    left:0;
    position:absolute;
    text-align:center;
    top:425px;
    width:273px;
}
/*  WATCHFINDER     WATCHFINDER     WATCHFINDER     WATCHFINDER     WATCHFINDER     WATCHFINDER     WATCHFINDER   */






#watchFinderMarca, #watchFinderColeccao, #watchFinderModelo{
    overflow:hidden; height:36px; background:#ccc; margin:12px 18px;
    position:relative;
}
#watchFinder #btn{
    float:right;
    height:13px;
    width:14px;
    background-image:url(/temas/default/img/watchFinderMenuArrow_on.png);
    background-position:0 3px;
    background-repeat:no-repeat;
    margin:2px 2px 0 0;
}

#watchFinder .title{
    padding:2px 5px;
    color:#FFF;
    text-align:center;
    background-color:#666;
    text-align:left;
}

.watchFinderLista{
    margin:1px 0 0 0;
    padding:0px;
    list-style:none;
}
.watchFinderLista li a{
    display:block;
    margin:1px 0;
    padding:2px 5px;
    text-align:left;
}
.watchFinderLista li a:hover{
    color:#FFF;
    background:#6699cc;
}

.watchFinderSelected{
    background:#6699cc;
    color:#FFF;
}

#watchFinderRelogioSoteado{
    overflow:hidden;
    height:262px;
}

#backToStart{
    display:none;
    width:35px;
    height:53px;
    margin:auto;
    background: url(/temas/default/img/btn_reset.png);
    font-size:0px;
}












    /*   LISTA RELOGIOS   DETALHE               LISTA RELOGIOS   DETALHE               LISTA RELOGIOS   DETALHE               LISTA RELOGIOS   DETALHE            */

    #pageMask{
        position:absolute;
        left:0px;
        top:0px;
        background-image:url(/temas/default/img/bgMask.png);
        width:100%;
        height:1150px;
        z-index:9999;
        padding:0;
        margin:0;
    }
    
    .lista_relogio{
        margin:auto;
        margin-top:40px;
        width:780px;
        min-height:560px;
        background: #FFF;
	position: relative;
    }
    .lista_relogio_closeBtn {
        background:transparent url(/temas/default/img/botao_fechar_detalhe_relogio.png) no-repeat;
        height:34px;
        margin-left:763px;
        margin-top:-12px;
        position:absolute;
        width:34px;
    }
    .lista_relogio_closeBtn:hover {
        background:transparent url(/temas/default/img/botao_fechar_detalhe_relogio.png) no-repeat;
        cursor:pointer;
    }
    .lista_relogio_title{
        background: url(/temas/default/img/barra_detalhe_relogio.png) repeat top right;
        font-size:16px;
        color:#CCC;
        padding:5px 8px;
    }
    
    .lista_relogio_title span{
        color:#FFF;
        margin-left:10px;
    }
    .lista_relogio_img{
        margin:30px 20px 30px 10px;
        float:left;
        height:445px;
        width:259px;
    }

    .lista_relogio_ficha_tecnica{
        margin:60px 45px 20px 0;
        color:#666;
        width:440px;
	float: right;
    }
    
    .lista_relogio_ficha_tecnica_title{
        font-size:14px;
        color:#333;
        height:34px;
        border-bottom:2px dotted #CCC;
	margin:0 20px;
    }
    .lista_relogio_ficha_tecnica_title p{
        float:left;
	height:20px;
	margin:0;
    }

    .lista_relogio_ficha_tecnica_descricao{
        margin:20px 20px 4px 20px;
        line-height:18px;
	clear:both;
    }

    .lista_relogio_ficha_tecnica_preco{
        margin-bottom:10px;
	margin:0 20px;
    }
    
    .lista_relogio_ficha_tecnica_links_extra{
	margin:0 20px 20px 0;
    }
    .lista_relogio_ficha_tecnica_links_extra b{
	display:block;
	margin-bottom:5px;
    }
	#lista_relogio_onde_comprar{
		border-top:2px dotted #CCC;
		border-bottom:2px dotted #CCC;
		padding:7px 0;
		text-align:right;
		float: left;
		margin:15px 0px 0 15px;
		width: 340px;
	}
	#mytela_ondecomprar_mapa{
		float:right;
		margin:15px 15px 15px 10px;
		width:390px;
		/*overflow:hidden;*/
	}

        .lista_relogio_onde_comprar_title{
		background:transparent url(/temas/default/img/seta_detalhe_relogio.png) no-repeat scroll right 4px;
		color:#6699CC;
		float:left;
		padding:0;
		text-align:left;
		width:391px;
        }
        .lista_relogio_onde_comprar_link{
		color:#6699CC;
		clear:both;
		margin:20px 20px 35px;
		font-size:14px;
		text-align:left;
		width:391px;
		cursor:pointer;
        }
	.lista_relogio_onde_comprar_title:hover{
		cursor:pointer;
	}

        
        
        
        
    #lista_relogio_onde_comprar_content{
	font-size:12px;
        margin:10px 0 0 0;
	clear:both;
    }
    .ondeComprarDistritoLocais_aux{
        position:relative;
        display:none;
        border-bottom:2px dotted #eee;
        margin:10px 0;
    }
    
    .ondeComprarDistrito_on{
        width:120px;
        color:#333;
        line-height:20px;
    }
    .ondeComprarDistrito_on:hover{
        color:#6699CC;
        cursor:pointer;
    }

    .ondeComprarDistrito_off{
        width:120px;
        color:#CCC;
        line-height:20px;
	height: 20px;
    }
    
    #ondeComprarDistritoLocais{
        float:right;
        width:190px;
	clear:both;
    }
        
    .ondeComprarDistritoLocal{
        color:#6699CC;
        font-size:12px;
        margin:0 5px 5px 0;
        padding:5px 0;
        border-bottom:1px dashed #CCC;
    }
    .ondeComprarDistritoLocal span{
        color:#666;
        display:block;
        font-size:11px;
    }

    .ver_no_mapa{
       color:#6699CC;
       margin:2px 0;
       cursor:pointer;
    }


    
    
 #mytela_ondecomprar_mapa .pontoInfoTable{
		width:390px;
		height:88px;
 }
 #mytela_ondecomprar_mapa .pontoInfoTable td{
	vertical-align:top;
 }
 #mytela_ondecomprar_mapa .pontoInfoTable .nome{
		font-weight:bold;
		color:#6699CC;
		font-size:12px;
 }
 #mytela_ondecomprar_mapa .morada{
		font-size:12px;
 }
 #mytela_ondecomprar_mapa .site{
		font-size:12px;
		font-weight:bold;
		margin:5px 0;
 }
 #mytela_ondecomprar_mapa img{
		width:150px;
 }
 

 
    /**/
    /*.xstooltip {*/
    /*    visibility: hidden; */
    /*    position: absolute;*/
    /*    margin-left:180px;*/
    /*    margin-top:-20px;*/
    /*    z-index: 2;*/
    /*    width:200px;*/
    /*    font: normal 10px sans-serif; */
    /*    padding: 3px; */
    /*    border:1px solid #CCC;*/
    /*    background:#FFF;*/
    /*}*/
    /**/
    /**/
    /*.xstooltipHeader{*/
    /*    background:#6699CC;*/
    /*    color:#FFF;*/
    /*    padding:3px;*/
    /*}*/
    /**/
    /*.xstooltip hr{*/
    /*    border:none;*/
    /*    border-bottom:1px dotted #CCC;*/
    /*}*/
    /*.xstooltip b{*/
    /*    color:#666;*/
    /*    margin-left:3px;*/
    /*    font-size:10px;*/
    /*}*/
    /*.xstooltip span{*/
    /*    margin:4px 0 0 3px;*/
    /*    color:#6699CC;*/
    /*    font-size:10px;*/
    /*}*/
    /*.xstooltip a{*/
    /*    margin-left:3px;*/
    /*}*/
    /**/
    /**/
    /**/
    /**/




#mytela{
    display:block;
    position:absolute;
    width:100%;
    height:0px;
    background:#F7F4F4;
    overflow:hidden;
    /*border-bottom:1px solid gray;*/
    z-index:10;
}
#mytela .toggleTela {
	cursor:pointer;
	left:615px;
	position:absolute;
	text-align:right;
	top:494px;
	background:url(/temas/default/img/voltar_ficha_tecnica.png);
	width:144px;
	height:22px;
}
#mytela .toggleTela:hover {
	background:url(/temas/default/img/voltar_ficha_tecnica_over.png);
}



#mytela_ondecomprar, #mytela_slideshow, #mytela_video{
 
}
#mytela_video_object{
	margin:15px 0;
	visibility:hidden;
}
#mytela_slideshow a{
    cursor:pointer;
}







#slideshowContainer{

}

#slideshowContainer ul{
    position:relative;
    overflow:hidden;
    width:672px;
    height:448px;
    margin:40px 0 0 0;
    padding:0;
}
#slideshowContainer li{
    position:absolute;
    top:0;
    left:0;
    list-style:none;
}
#slideshowContainer li img{
    width:672px;
    height:418px;
}

#slideshowContainer li p{
    font-size:12px;
    color:#333;
    float:left;
}
#slideshowContainer li .pag{
    float:right;
}

#slideshowContainer #btnLeft, #slideshowContainer #btnRight{
    margin:5px;
}
#slideshowContainer .disabled{
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    opacity: 0.2;
    cursor:none;
}








#mytela_slideshow p, #mytela_video p{
    font-size:14px;
    color:#333;
    text-align:left;
}
.galleryFTecnica{
 
}
.galleryFTecnica #tdLeft, .galleryFTecnica #tdRight{
    vertical-align:middle;
    text-align:center;
    font-size:50px;
    font-family:cursive;
    cursor:pointer;
    width:20px;
    padding:16px 0 0 0;
}

.galleryFTecnica .disabled{
    color:#EEE;
    cursor:default;
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    opacity: 0.2;
    cursor:none;
}

.galleryFTecnica #tdMiddleContainer{
    height:105px;
    overflow:hidden;
    position:relative;
    width:390px;
}
.galleryFTecnica #tdMiddleInner{
    height: 85px;
    margin:0px;
    position:absolute;
    left:0;
    width:10000px;
}
.galleryFTecnica #tdMiddleInner .item label{
    display:block;
    text-align:left;
    margin:2px;
}
.galleryFTecnica #tdMiddleInner .item{
    width:130px;
    /*margin:0 2px;*/
    height:100%;
    float:left;
    text-align:center;label
}
.galleryFTecnica #tdMiddleInner .item img{
    width:125px;
    height:100%;
}
.galleryFTecnica a{
    cursor:pointer;
}

.semi_transparente{
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    opacity: 0.2;
}












    #lista_relogio_downloadBtn{
        position:absolute;
        margin-left:-52px;
        top:100px;
        width:52px;
        height:60px;
        background:url(/temas/default/img/botao_download_detalhe_relogio.png) no-repeat 0px 0px;
		z-index: 9999999;
    }
    #lista_relogio_downloadBtn:hover{
        background:url(/temas/default/img/botao_download_over_detalhe_relogio.png) no-repeat 0px 0px;
        cursor:pointer;
    }
    

    #lista_relogio_shareBtn{
        position:absolute;
        margin-left:-52px;
        top:170px;
        width:52px;
        height:60px;
        background:url(/temas/default/img/botao_share_detalhe_relogio.png) no-repeat 0px 0px;
		z-index: 9999999;
    }
    #lista_relogio_shareBtn:hover{
        background:url(/temas/default/img/botao_share_over_detalhe_relogio.png) no-repeat 0px 0px;
        cursor:pointer;
    }


    #lista_relogio_printBtn{
        position:absolute;
        margin-left:-52px;
        top:240px;
        width:52px;
        height:60px;
        background:url(/temas/default/img/botao_print_detalhe_relogio.png) no-repeat 0px 0px;
		z-index: 999999;
    }
    #lista_relogio_printBtn:hover{
        background:url(/temas/default/img/botao_print_over_detalhe_relogio.png) no-repeat 0px 0px;
        cursor:pointer;
    }
    

    #lista_relogio_downloadBox{
        top:100px;
        background:#eee;
        position:absolute;
	padding:10px;
	display: none;
	z-index:600;
    }
        #lista_relogio_downloadBox input[type=text], #lista_relogio_downloadBox input[type=password]{
            width:194px;
            margin:5px 10px 0 0;
            float:right;
        }
        #lista_relogio_downloadBox input[type=submit]{
            float:right;
            margin:10px;
            padding:1px;
            width:80px;
        }
        #lista_relogio_downloadBox label{
            clear:both;
            display:block;
            float:left;
            margin:5px;
            padding:5px;
            text-align:left;
            width:65px;
        }
        #lista_relogio_downloadBox div{
            text-align:left;
            margin:10px;
        }
        #lista_relogio_downloadBox .errormsg{
            text-align:right;
            margin-right:10px;
        }
        
        
    #lista_relogio_shareBox{
        top:170px;
        background:#eee;
	position: absolute;
	display: none;
	left: 0px;
	top: 170px;
	padding:10px;
	z-index: 9999999;
    }
        #lista_relogio_shareBox input[type=text]{
            width:212px;
            margin:10px 0 0px 10px;
            float:left;
        }
        #lista_relogio_shareBox input[type=submit]{
            float:left;
            margin:10px 0 0 3px;
            padding:1px;
            width:60px;
        }
        #lista_relogio_shareBox label{
            display:block;
            text-align:left;
            margin:15px 0px 0px 10px;
        }
        #lista_relogio_shareBox div{
            text-align:left;
            margin:10px;
        }
        
    .errormsg{
        color:red;
        clear:both;
        margin:36px 0 0 10px;
        display:block;
    }
    
    .fecharJanelaSugira{
        float:right;
        color:#6699CC;
        margin:8px 2px;
    }
    .fecharJanelaLogin{
        color:#6699CC;
    }
    .fecharJanela{
        color:#6699CC;
    }
    /*   LISTA RELOGIOS   DETALHE               LISTA RELOGIOS   DETALHE               LISTA RELOGIOS   DETALHE               LISTA RELOGIOS   DETALHE            */





















.lista_relogio_ficha_tecnica{
	text-align:left;
}
.lista_relogio_title{
	text-align:left;
}
.lista_relogio{
	z-index:1000;
}


.gcaConteudo{
	margin:0;
	padding:0;
	border:none;
	width:100%;
}
.gcaTitulo{
	font-size:16px;
	font-weight:bold;
	margin:35px 3px 20px;
}










.top5bar{
    background:transparent url(/temas/default/img/separadortopfive.png) no-repeat scroll 0 0;
    color:#FFFFFF;
    display:block;
    font-size:14px;
    height:15px;
    padding:9px 11px;
    text-align:left;
    width:260px;
	float: left;
}

.top5Item{
    background:transparent url(/temas/default/img/backgroundtopfive.png) repeat-x;
    width:191px;
    height:325px;
    float:left;
    text-align:center;
}
.top5Item:hover{
    background:transparent url(/temas/default/img/backgroundtopfive_on.png) repeat-x;
}
.top5Img {
    margin-top:10px;
    width:120px;
    height:225px;
}
.top5Title {
    margin:0 7px 30px 0;
    color:#FFF;
    font-size:13px;
    height:30px;
    font-weight:bold;
}
.top5Detalhes {
    padding:37px 5px 0 5px;
    background:url(/temas/default/img/top5_detalhe.png) no-repeat;
    background-position:center;
}
.top5Detalhes:hover {
    padding:37px 5px 0 5px;
    background:url(/temas/default/img/top5_detalhe_on.png) no-repeat;
    background-position:center;
}
.top5Coleccoes {
    padding:37px 5px 0 5px;
    background:url(/temas/default/img/top5_coleccao.png) no-repeat;
    background-position:center;
}
.top5Coleccoes:hover {
    padding:37px 5px 0 5px;
    background:url(/temas/default/img/top5_coleccao_on.png) no-repeat;
    background-position:center;
}

.newLabel{
	background:red none repeat scroll 0 0;
	color:#FFFFFF;
	left:192px;
	padding:4px 7px;
	position:absolute;
	top:51px;
	font-weight:bold;
	font-size:13px;

}
.newLabel2{
	background:red none repeat scroll 0 0;
	color:#FFFFFF;
	left:223px;
	padding:4px 7px;
	position:absolute;
	top:87px;
	font-weight:bold;
	font-size:13px;
}
.newLabel3{
	background:red none repeat scroll 0 0;
	color:#FFFFFF;
	font-size:8px;
	font-weight:bold;
	left:59px;
	padding:0 2px;
	position:absolute;
	top:-115px;
}
.newLabelSearch {
	background:red;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	left:0;
	top:0;
	padding:2px 3px;
	position:absolute;
	margin:5px 0;
}