﻿/* CSS Shopping Certo MENU  */

/* menu esquerdo categorias produtos */
#colmenuprod
{
	padding: 0px;
	background-color: #ffffff;
}
#colmenuprod img
{
	border: none;
}

/* menu esquerdo informações */
#colmenuinfo
{
	padding: 0px;
	background-color: #ffffff;
}
#colmenuinfo img
{
	border: none;
}
#titInfo
{
	width: 160px;
	background-color: #f5f5f5;
	height: 20px;
	padding: 6px 0px 0px 10px;
	border-bottom: 1px solid #CDCDCD;
	border-top: 1px solid #CDCDCD;
}
.titInfoa
{
	font-size: 11px;
	color: #222;
	text-decoration: none;
	font-weight: bold;
}
.titInfob
{
	font-size: 11px;
	color: #555;
	text-decoration: none;
}

/*---MENU CADASTRE-SE-----*/
.botao a
{
	float:left;
	position: relative;
	margin-top:190px;
	margin-left:15px;
	padding: 3px;
	width: 125px;
	font: 10px arial;
	-moz-border-radius: 0.4em;
	-khtml-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	text-decoration: none;
	text-align:center;
}
.botao a:link
{
	border: 1px solid #2C42A5;
	background: #fff;
	color: #3752CC;
}
.botao a:visited
{
	border: 1px solid #2C42A5;
	background: #fff;
	color: #3752CC;
}
/* visited link */
.botao a:hover
{
	border: 1px solid #4162F2;
	background: #2C42A5;
	color: #fff;
}
/* mouse over link */
