﻿/** CSS { Compara Tudo } Versão 1.0 **/

@import "template.css";


/********************************* 
CONTEUDO DA P�GINA
*********************************/

/** Introdução **/

#intro {
	margin-top: -7px;
}

#intro img {
	width: 760px;
	height: 130px;
	border: none;
}
/** Inic�o do Conte�do **/

#conteudo_central {
	background: #FFF;
	width: 760px;
	margin-top: 10px;
}

/** Ultimas Compara��es **/

.comparacoes_index {
	background: url(../images/seta_laranja.gif) no-repeat top left white;
	padding-right: 50px;
	margin: 10px 10px 0 10px;
}

.comparacoes_index h2 {
	color: #666;
	text-indent: 45px;
	margin-top: 5px;
}

.comparacoes_index a:link, .comparacoes_index a:visited {
	font-weight: bold;
	font-size: 15px;
	color: #5594CB;
	text-decoration: none;
}

.comparacoes_index a:hover {
	color: #f90;
	text-decoration: none;
}

.comparacoes_index span {
	font-weight: normal;
}

.comparacoes_index li {
	list-style-image: url(../images/mais.gif);
	list-style-position: inside;
	padding-bottom: 10px;
	margin-left: -24px;
}

/** Compara��es mais visitadas **/

#ultimas {
	float: left;
	width: 300px;
	margin-left: 20px;
}

#mais_visitadas {
	float: right;
	width: 300px;
	margin-right: 20px;
}

/********************************* 
FIM CONTEUDO DA P�GINA
*********************************/