﻿.wrapper { min-width:973px; position:relative;  min-height:800px; height:auto!important; height:800px;}
.page { width:998px; margin:0 auto; padding:0; text-align:left; }

body
{
margin-top:0px;
background: #ffffff;
color: #AE9999;
font-family: Tahoma, Verdana;
font-size:13px;	
}

.labelTitulo{
font-size:13px; 
font-family: Verdana; 
color: #8aa30a;
font-weight :bolder;

}

.labelNormal{
font-size:11px; 
font-family: Verdana; 
color: #888888;
}

.LinkButton_
{
  color: #888888;
  text-decoration: none;
  font-family:Verdana;
  font-size: 9px;
}


A {
  color: #A49696;
  text-decoration:  underline;
  font-family:Verdana;
  font-size: 12px;
  
}

A:hover {
  color: #ABA8A8;
  text-decoration: underline;
  font-family:Verdana;
  font-size: 12px;
}

.TRmenu
{
    background-color:#6AC40A;
    height: 10px;
}


/* ----[ meu carrinho ]----*/
.modalMeuCarrinho {
	background-color:#e0e1db;
	filter:alpha(opacity=80);
	opacity:0.8;
}



/* ----[ POP UP ]----*/
.modalBackground {
	background-color:#e0e1db;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffff;
	border-width:1px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
    width:690px;
	height:390px;
}

.modalPopup2 {
	background-color:#ffffff;
	border-width:1px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
    width:660px;
	height:520px;
}

.modalPopup p {
    padding: 3px;
}


.sugestoes {
    margin-top: 20px;
}










/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			15em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			15.00em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	0.1em;
}
.sf-menu a {
	border-left:	1px solid #fff;
	border-top:		1px solid #6ac40a;
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#ffffff;
}
.sf-menu li {
	background:		#6ac40a;
}
.sf-menu li li {
	background:		#6ac40a;
	opacity: .8; /* filtro alpha para Mozilla - valores de 0 (transparente) até 1.0 (opaco) */ 
}
.sf-menu li li li {
	background:		#6ac40a;
	opacity: .9; /* filtro alpha para Mozilla - valores de 0 (transparente) até 1.0 (opaco) */ 
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#ffcc00;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('http://www.florencanto.com.br/imagesCached/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
	
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('http://www.florencanto.com.br/imagesCached/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
	
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
	
}




















/* Accordion */
.accordionLink
{
   color: white;

	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer; 
}

.accordionHeader
{
    border: 1px solid #B2A1A1;
    color: white;
    background-color: #C1BABA;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #999292;
    color: white;
    background-color: #999292;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #F4F3F3;
    border: 1px dashed #D1CFCF;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}



pics
{
    height: 284px;
    width: 754px;
    margin: auto;
    display:block;
    
}
.pics img
{
    padding: 0px;
    border: 0px solid #ccc;
    background-color: #eee;
}
        
.navi
{
    margin: 5px 0;
}
#navi a, #s7 strong
{
    margin: 0 5px;
    padding: 3px 5px;
    border: 0px solid #ccc;
    background: #fc0;
    text-decoration: none;
    font-size:13px;
    color:White;
}
#navi a.activeSlide
{
    background: #ea0;
    font-size:16px;
    color:White;
    font-family:Verdana;

}
#navi a:focus
{
    outline: none;
}


