

.my-layout-item-0 { 
border-right-style:solid;border-bottom-style:solid;border-right-width:1px;border-bottom-width:1px;border-right-color:#E0E0E0;border-bottom-color:#E0E0E0; padding-right: 20px;padding-left: 20px;  }
.my-layout-item-1 { 
border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:#E0E0E0; padding-right: 20px;padding-left: 20px;  
}
.my-layout-item-2 { 
padding-right: 20px;padding-left: 20px;  
}
.ie7 .my-art-layout-cell {
	border:none !important; padding:0 !important; 
}
.ie6 .my-art-layout-cell {
	border:none !important; padding:0 !important; 
}
.my-art-content-layout
{
   display: table;
   width: 100%;
   table-layout: fixed;
}

.my-art-content-layout-row 
{
   display: table-row;
}

.my-art-layout-cell
{
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   display: table-cell;
   vertical-align: top;
}

.my-art-layout-cell p a.my-buttons{
	text-decoration:none;
}

.my-art-content-layout .my-art-content-layout-row .my-art-layout-cell-link a{
	text-decoration:none;
}


.my-art-layout-cell-link
{
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   display: table-cell;
   vertical-align: top;
   text-decoration:none;
}

.my-art-layout-cell-link:hover{
	background-color:#eaeaea;
}

.my-art-postmetadataheader
{
   background:#F0f0f0;
   -webkit-border-radius:15px;
   -moz-border-radius:15px;
   border-radius:15px;
   margin:0 auto;
   position:relative;
   z-index:1;
   padding: 1px;
   margin-bottom: 5px;
   padding:10px;
   width:100%;
   border: 10px solid #E4E4E4;
}

.my-art-postmetadataheader-secao
{
   background:#F0f0f0;
   -webkit-border-radius:15px;
   -moz-border-radius:15px;
   border-radius:15px;
   margin:0 auto;
   position:relative;
   z-index:1;
   padding: 1px;
   margin-bottom: 5px;
   padding:10px;
   width:100%;
   border: 10px solid #E4E4E4;
}

.my-art-postmetadataheader-secao h1{
	text-transform:uppercase;
	color: #333;	
	font-weight:bold;
	font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
   font-size:46px;	
   font-style:italic;
}


.my-art-postheader
{
   font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
   text-decoration: none;
   text-align: left;
   color: #CFCFCF;
   
}
.my-art-postmetadataheader h1{
	text-transform:uppercase;
	color: #333;	
	font-weight:bold;
	font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
    font-size:46px;
	font-style:italic;
}


.my-image-caption-wrapper
{
   padding: 7px 7px 7px 7px;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.my-image-caption-wrapper p
{
   font-size: 80%;
   text-align: right;
   margin: 0;
}

.my-image-caption-wrapper2
{
   padding: 7px 7px 7px 7px;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.my-image-caption-wrapper2 p
{
   font-size: 80%;
   text-align: left;
   margin: 0;
}

.my-desc-secao{
	color: #666;	
	margin:10px;
	font-size:16px;
	margin-left:0px;
	font-style:italic;
	font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
	font-weight:bold;
}

.my-buttons {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:block;
	/*display:list-item;*/
	cursor:pointer;
	color:#333;
	font-family:arial;
	font-size: 20px;
	font-weight:bold;
	padding:16px 37px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	font-style:italic;
}
.my-buttons:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
}
.my-buttons:active {
	text-decoration:none;
	position:relative;
	top:1px;
}

.anc-secoes, .anc-secoes h2{
   font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
   font-size:24px;	
}
.anc-secoes p.my-secao-desc{
   font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
   font-size:20px;	
   font-style:italic;
   font-weight:normal;
}


.my-menu {
	/* Helvetica Nueue */
	width: 900px;
	height: 65px;
	display: table-cell;
	vertical-align: middle;
}

.my-menu li {
	float: left;
	margin-right: 20px;
	height: 33px;
	padding-left: 5px;
	position: relative;
}
	
.my-menu li a {
	float: left;
	height: 33px;
	line-height: 33px;
	color: #b1b1b1;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 10px;
	position: relative;
}



.my-menu li a:hover {
	color: #fff;
	background-color:#333;	
}


.my-menu li.menu-item a{
	background-image:url(arrow.png);
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:20px;	
}
.my-menu li.menu-item ul.my-sub-menu li.my-menu-item a, .my-menu li.menu-inicio a{
	background-image:none;
}


.my-menu li a:hover:after {
	position: absolute;
	right: 0;
	content: 'x';
	text-indent: -9999px;
	width: 3px;
}
	
.my-menu li ul {
	display: none;
	position: absolute;
	top: 30px;
	width: 250px;
	padding: 10px;
	background: #f3f3f3;
	border: 1px solid #cfcfcf;
	z-index: 30;
	text-align:left;
}

.my-menu li:hover ul {
	display: block;
}

.my-menu li li {
	float: left;
	margin: 0;
	padding: 0;
	height: auto;
	width:230px;
	/*overflow: hidden;*/
	margin: 3px 10px;
	text-align:left;
}

.my-menu li li a {
	float: none;
	display: inline;
	line-height: 14px;
	color: #6d6d6d;
	text-transform: none;
	padding: 0;
}

.my-menu li li a:hover {
	color: #333;
	/*border-bottom: 1px dotted #333;*/
	background:none;
}

.my-menu li li a:hover:after {
	content: '';
	background: none;
}

.my-awaiting{
	font-size: 24px;
	font-weight:bold;
	padding:10px;
	color: white;
	font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
	text-align:center;	
	background-color: red;
	height:100px;
	padding-top:50px;
}
span.destaque{
	color:#333;
	font-size:36px;
	padding:5px;
	padding-right:45px;
	padding-left:15px;	
	background:#AEAEAE;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	margin:0 auto;
	position:relative;
	z-index:1;
	margin-bottom: 5px;	
	line-height:155%;
	border:2px solid #FFF;
	background-image:url(checado.png); 
	background-position:right;
	background-repeat:no-repeat
}

span.destaque-produto{
	color:#333;
	font-size:120px;
	padding:5px;
	padding-right:45px;
	padding-left:15px;	
	background:#AEAEAE;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	margin:0;
	position:relative;
	z-index:1;
	margin-bottom: 5px;	
	line-height:80%;
	border:2px solid #FFF;
	background-image:url(checado.png); 
	background-position:right;
	background-repeat:no-repeat;
	vertical-align:top;
}

span.destaque-menu{
	color:white;
	font-size:14px;
	padding:0px;
	padding-right:5px;
	padding-left:5px;	
	background:#CCC;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	margin:0 auto;
	position:relative;
	z-index:1;
	margin-bottom: 5px;	
	background-image:url(arrow-lateral.png);
	background-repeat:no-repeat;
	background-position:center center; 	
}

#fl_menu{
	position:absolute; 
	top:32px; 
	left:0px; 
	z-index:9999; 
	width:auto;
	height:100px;
}
#fl_menu .label{
	padding-left:20px; 
	line-height:50px; 
	font-family:"Helvetica Neue",Geneva,Arial,Helvetica,Sans-Serif; 
	font-size:17px; 
	font-weight:bold;
	background:#000; 
	color:#fff; 
	letter-spacing:7px;
	background-image:url(icon.png);
	background-repeat:no-repeat;
	background-position:right top;
	padding-right:15px;
}


#fl_menu .my-menu-lateral{
	display:none;
	
	}

.my-menu-lateral {
	/* Helvetica Nueue */
	height:100px;	
	width:100%;
	display: table-cell;
	vertical-align: middle;
	background-color:#333;
}

.my-menu-lateral li {
	float: left;
	margin-right: 20px;
	height: 33px;
	padding-left: 5px;
	position: relative;

	
}

.my-menu-lateral li.menu-item a{
	background-image:url(arrow.png);
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:20px;	
}
.my-menu-lateral li.menu-item ul.my-sub-menu li.my-menu-item a, .my-menu-lateral li.menu-inicio a{
	background-image:none;
}
	
.my-menu-lateral li a {
	float: left;
	height: 33px;
	line-height: 33px;
	color: #b1b1b1;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	font-weight:bold;
	font-family: "Helvetica Neue",Geneva,Arial,Helvetica,Sans-Serif; 
	padding: 0 10px;
	position: relative;
}



.my-menu-lateral li a:hover {
	color: #fff;
	background-color:#333;
}




.my-menu-lateral li a:hover:after {
	position: absolute;
	right: 0;
	content: 'x';
	text-indent: -9999px;
	width: 3px;
}
	
.my-menu-lateral li ul {
	display:none;
	position: absolute;
	top: 30px;
	width: 250px;
	padding: 10px;
	background: #f3f3f3;
	border: 1px solid #cfcfcf;
	z-index: 30;
	text-align:left;
}

.my-menu-lateral li:hover ul {
	display: block;
}

.my-menu-lateral li li {
	float: left;
	margin: 0;
	padding: 0;
	height: auto;
	width:230px;
	/*overflow: hidden;*/
	margin: 3px 10px;
	padding-bottom:7px;
	text-align:left;
}

.my-menu-lateral li li a {
	float: none;
	display: inline;
	line-height: 14px;
	color: #6d6d6d;
	text-transform: none;
	padding: 0;
	margin-bottom:10px;
}

.my-menu-lateral li li a:hover {
	color: #333;
	/*border-bottom: 1px dotted #333;*/
	background:none;
}
.my-menu-lateral li li a:hover span.destaque-menu {
	background-color:#AEAEAE;
}

.my-menu-lateral li li a:hover:after {
	content: '';
	background: none;
}

.my-menu li li a:hover span.destaque-menu {
	background-color:#AEAEAE;
}

.my-menu li li a:hover:after {
	content: '';
	background: none;
}
