@charset "UTF-8";
/* CSS Document */

body, html, * {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	text-align: left;
}

img {
	border: none;
}

#left {
	float: left;
	width: 270px;
}

#marca {
	margin-top: 19px;
	margin-left: 19px;
}

#menu {
	margin-top: 40px;
	margin-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 30px;
	font-weight: bold;
	font-size: 15px;
}

#menu a {
	text-decoration: none;
}

.menuUnselected, .menuUnselected a {
	color: #666;
}

.submenu {
	margin-left: 75px;
	font-weight: normal;
	font-size: 13px;
}

#submenuProdutos {
	margin-left: 20px;
}

#content {
	float: left;
	width: 750px;
	margin-bottom: 10px;
}

.titulo {
	width: 396px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #999;
	border-top: #FFF solid 8px;
	padding-top: 5px;
	float: left;
}

.titulo h2 {
	font-size: 15px;
}

.item {
	float: left;
	padding: 5px;
}

.item h2 {
	font-size: 12px;
	font-weight: bold;
	color: #699;
	border-top: #FFF solid 3px;
	padding-top: 5px;
	border-bottom: #91BFC1 solid 2px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.item h2 a {
	color: #699;
	text-decoration: none;
}

.itemBranco {
	background-color: #FFF;
	padding: 5px;
}

.itemBranco span {
	display: table-cell;
	vertical-align: middle;
}

.clearDiv {
	clear: both;
}

#footer {
	margin-left: 270px;
	margin-top: 10px;
	height: 25px;
	padding-left: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-size: expression(this == null ? '10px' : '10px');
	padding-top: 5px;
}

#page {
	width: 1020px;
}

.labelError {
	font-size: 9px;
	color: #F00;
	padding-left: 3px;
}
