@charset "utf-8";
/* CSS Document */

a.menu_geral {
    position:relative;
	display:block; 
	font: 12px 'Roboto', sans-serif;
	color:#000000;
	padding:4px 6px;
	background-color:#F3F3F3;
	text-decoration:none;
	border-left: 1px solid #003A5E;
    border-right: 1px solid #003A5E;
	text-align:left;
}
a.menu_geral:hover {
	color:#0066CC; 
	background-color:#FFFFFF; 
}
<!--
.style1 {
	color: #FF0000;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
}
	 .trac{
                 width: 100%;
                 height: 1px;
                 background: url(imagens_nova/tracer.gif) center center repeat-x; /* Essa linha é para os browsers que entendem PNG direito */
	 }



.ofertas {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #0066CC;
}
#box{
    width:85%;
	margin:4px 4px;
	padding: 5px;
    /*background: #FFFFFF url(imagens_nova/gradient.png) repeat-x 0 -5px;*/
    border-radius: 10px;
    }

#box_black{
    width:85%;
	margin:0px 4px;
	padding: 5px;
    background: #000000  repeat-x 0 -5px;
    border-radius: 10px;
    }
#box_natal{
    width:85%;
	margin:0px 4px;
	padding: 5px;
    background: #BE1E2D  repeat-x 0 -5px;
    border-radius: 10px;
}

#box_promo{
    width:100%;
    background: #242524 repeat-x 0 -5px;
    border-radius: 10px;
	float:left;
}
#foto_box {
    width: 20.7em;
    height: 27em;
    margin: 10px 4px;
    padding: 15px;
    background: #fff repeat-x 0 -5px;
    border-radius: 10px;
    float: left;
    text-align: center;
}