/* CSS Document */
<!--
select { 
	background-color: #ffffff;
	font: 12px tahoma;
	color:#000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
}
body,td,th {
	font-family: Verdana;
	font-size: 11px;
}
.style1 {
	color: #a62524;
	font-weight: bold;
}
.style2 {
	color: #5f5d4d;
	font-size: 14px;
}
.style3 {color: #82817b}
.style4 {color: #FFFFFF}
-->
input { 
	background-color: #ffffff; 
	font: 11px tahoma;
	color:#000000;
	border:1px solid #cccccc;
}
textarea { 
background-color: #ffffff; 
	font: 11px tahoma;
	color:#000000;
	border:1px solid #cccccc;
}
.checkBox { 
	border:0px solid #cccccc;		
}
.style6 {
	color: #182c7b;
	font-size: 14px;
	font-weight: bold;
}
.style8 {color: #FF0000}
.style7 {
	color: #006666;
	font-weight: bold;
	font-size: 13px;
}
.style9 {color: #0000ff}
.style10 {
	color: #ff6600;
	font-size: 14px;
	font-weight: bold;
}
a.categoria:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.categoria:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.categoria:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a.categoria:active {
	text-decoration: none;
	color: #FFFFFF;
}
/*marcas*/
a.marca:link {
	color: #0000FF;
}
a.marca:visited {
	color: #0000FF;
}
a.marca:hover {
	color: #0000FF;
}
a.marca:active {
	color: #0000FF;
}

/*meu cadastro*/
a.cadastro:link {
	color: #182c7b;
}
a.cadastro:visited {
	color: #182c7b;
}
a.cadastro:hover {
	color: #182c7b;
}
a.cadastro:active {
	color: #182c7b;
}
/*index links*/
a.index:link {
	text-decoration: none;
	color: #000000;
}
a.index:visited {
    text-decoration: none;
	color: #000000;
}
a.index:hover {
	text-decoration: none;
	color: #000000;
}
a.index:active {
	text-decoration: none;
	color: #000000;
}

/*controle de menus dinamicos*/

#dropmenudiv{
position:absolute;
margin-left:-18px;
margin-top:5px;
border:1px solid black;
border-bottom-width: 0;
border-bottom: 1px solid black;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
color:#000000;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #f1f1f1;
}

