body {
	background: #b2babf url(../images/background.jpg) repeat-x;
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 100%;
	color: #212f38;
}

a {
	text-decoration: none;
	color: #212f38;
	font-size: 1em;
}

a:hover {
	text-decoration: underline !important;
}

h1, h2, h3, h4 {
	font-family: Helvetica, Geneva, Sans-Serif;
	font-weight: normal;
	margin-bottom: 20px;
}

h2 {
	font-size: 1.3em;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	line-height: 30px;
}

h3 {
	font-size: 1em;
	color: #212f38;
}

P {
	font-size: 0.8em;
	font-weight: normal;
}

.box {
	width: 210px;
	overflow: hidden;
}

.linha {
	float: left;
	display: inline;
	margin-right: 40px;
}

.linha_0 {
	float: left;
	display: inline;
	margin-left: 20px;
	height: 300px;
}

.grande {
	width: auto;
}

.plus {
	font-size: 1em;
	margin-bottom: 0.6em;
}

.foto_pequena {
	float: left;
	overflow: hidden;
	width: 104px;
	height: 126px;
	border: 1px solid #212f38;
}

.foto_grande {
	float: left;
	overflow: hidden;
	width: 202px;
	height: 96px;
	border: 1px solid #212f38;
}

.box * {
	margin: 8px 0 !important;
}

.box p, .box h3 {
	margin: 2px !important;
}

.foto_grande *, .foto_pequena * {
	margin: 0 !important;
}

.texto_direita {
	position: relative;
	overflow: hidden;
	padding-left: 10px;
}

.clearfix {
	clear: both;
	display: block;
}

.float_left {
	float: left;
	padding: 0 10px 5px 0;
}

.evento {
	position: relative;
	display: block;
	overflow: hidden;
}

.evento .data {
	float: left;
	width: 58px;
	margin: 0 10px 0 0 !important;
}

.evento .texto {
	float: left;
	width: 320px;
	margin: 0 10px 0 0 !important;
}

.seta {
	background: url(../images/mark_carrinho.png) no-repeat;
	display: inline-block;
	padding-left: 22px;
	width: auto;
	height: 18px;
}

hr {
	display: block;
	clear: both;
	border: 1px dotted #000; 
	border-style: none none dotted;
	size: 1px;
	width: auto;
	padding: 10px 0;
}

label.error {
	margin-left: 4px;
	padding: 4px;
	background-color: #F30
}

div.alerta {
	font-size: 1.2em;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}

div.navegacao {
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid white;
	padding-bottom: 4px;
}

div.navegacao a {
	color: #fff;
}

/* box produtos */

div.box_produto {
	position: relative;
	float: left;
	margin: 20px 0 0 35px;
	display: inline;
	width: 145px;
}

div.box_produto .foto {
	background-color: #fff;
	text-align: center;
	padding: 5px;
}

div.box_produto .texto {
	height: 80px;
	background-color: #fff;
	color: #000;
	padding: 10px 5px 5px 15px;
	margin: 0 !important;
}

div.box_produto .texto h2 {
	color: #000;
	margin: 0;
	line-height: normal;
	font-size: 1em;
}

div.box_produto .preco {
	background-color: #495a70;
	height: 40px;
	margin: 1px 0;
}

div.box_produto .preco span {
	display: block;
	overflow: hidden;
	color: #fff;
	font-size: 1.4em;
	padding: 8px 0 0 16px;
}

div.box_produto .botoes a {
	float: left;
	display: inline;
}

div.box_produto .botoes a.bot_comprar {
	margin-left: 1px;
}