/* CSS Document */


/* links */
.clear {
display: block;
clear: both !important;
height: 0 !important;
visibility: hidden !important;
line-height: 0 !important;
font-size: 1px !important;
}

/* Layout */

/* category menu */
ul#cat_menu {
float:left;
width: 15em;

overflow: hidden;
background-color: #FFF;
margin: 0 auto;
list-style-type: none;
list-style: none;
padding: 0;
text-indent: 0;
position: relative;
margin-right: 2em;
}

ul#cat_menu li {
padding: 0;
margin: 0;
border-top: 1px solid #D70000;

overflow: hidden;
}

ul#cat_menu li a {
font-size: 0.9em;	
font-weight: bold;
padding: 2em 0.5em 0.2em 0.3em;
color: #666;
text-align: left;
text-decoration: none;
display: block;
height: 8em;
background-position: 6% top;
background-repeat: no-repeat;
background-position:right;
border:none;
}
ul#cat_menu li a strong.titulo {
	float: left;
	width: 100%;
}
ul#cat_menu li a small.desc {
	width: 90px;
	float: left;
	color: #000;
	font-family:Verdana, Arial, Helvetica, font-family;
	font-weight: normal;
	font-size:0.9em;
	text-align:left;
	margin: 6px 0 0 6px;
}


ul#cat_menu li a#cat_promocoes{
font-size: 1em;
color:#D70000;
font-weight: bold;
padding: 1.5em 0.5em 0.2em 0.3em;
}
#floatDireitaBannerNovo{
	   position:absolute;
	   
        width:150px;
        z-index:2;
        margin:auto;
        left: 920px;
        top: 250px;


}