/*Make sure your page contains a valid doctype at the top*/
#simplegallery1{ 
	//CSS for Simple Gallery Example 1
	position: relative; /*keep this intact*/
	visibility: hidden; /*keep this intact*/
	border: 10px solid #993300;
}

#simplegallery1 .gallerydesctext{ 
	//CSS for description DIV of Example 1 (if defined)
	text-align: left;
	padding: 2px 5px;
}

.linkstopo {
	color: #FFFFFF;
}

.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
	color: white;
}

.applemenu div.selected a, .applemenu div.silverheader a:hover{
	background-image: url(silvergradientover.gif);
	color: white;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
	background: #f1f1f1;
	padding: 5px;
	height: 490px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}

.applemenu{
	margin: 5px 0;
	padding: 0;
	width: 200px; /*width of menu*/
	border: 1px solid #9A9A9A;
}

.applemenu div.silverheader a{
	background: #993300 url(silvergradient.gif) repeat-x center left;
	font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 5px 0;
	padding-left: 8px;
	text-decoration: none;
}

.style3 {
	font-size: 24px
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}

#primeiroBlocoVitrine {
		display: table;
		width: 100%;
}

.combossProduto {
	width: 24%;
	height: 220px;
	float: left;
	text-align: center;
}	