/* CSS Document */
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 80%;
	margin: 0;
}

#menu {
	margin: 0;
	padding: 0;
	font-size: 130%;
	clear: both;
	height: 2em;
}

#menu li {
	float: left;
	list-style: none;
	margin: 0;
}

#menu li.back {
	background-color: yellow;
	border-top: solid medium #900;
	position: absolute;
	height: 2em;
	z-index: -10;
}

#menu a {
	display: inline-block;
	color: #900;
	text-decoration: none;
	margin: 0;
	padding: 0.3em 0.5em;
}

#topo {
	margin: 0;
	padding: 0;
	background-color: #900;
	position: relative;
	min-height: 170px;
	_height: 170px;
}

#topo h1 {
	margin: 0 190px 0 0;
	font-size: 750%;
	color: #FFF;
	font-weight: normal;
	padding: 20px 0 20px 170px;
}

#topo h1 img {
	position: absolute;
	top: 5px;
	left: 30px;
}

#topo img {
	border: none;
	position: absolute;
}

#topo #star {
	border: none;
	position: absolute;
	right: 10px;
	top: 20px;
}

#conteudo {
	margin: 10px;
	position: relative;
	min-height: 300px;
	_height: 300px;
}

#conteudo h3{
	margin: 0;
	padding: 1.5em 0 0 0; 
}

#conteudo img {
	border: none;
}

#conteudo a {
	color: #00F;
}

#conteudo p,#conteudo li {
	margin: 0.5em 0 0 0;
}

#conteudo #banner {
	float: left;
}

#conteudo .vantagens {
	margin: 0 10px 0 350px;
	padding: 0;
}

#conteudo .vantagens li {
	font-size: 150%;
	list-style: none;
	padding: 8px 10px 8px 40px;
	background-image: url("imagens/v.png");
	background-repeat: no-repeat;
	background-position: center left;
	margin: 8px 0;
}

#conteudo .vantagens li small {
	font-size: 9px;
}

#conteudo dl {
	padding-left: 3em;
	margin: 0;
}

#conteudo dt {
	font-weight: bold;
	padding-top: 1em;
}

#conteudo .info {
	margin: 5em auto 0.5em auto;
}

#conteudo .info p {
	margin: 0.1em 0;
	color: #666;
}

#conteudo .bandeiras {
	text-align: center;
	margin-top: 1em;
}

#conteudo h4 {
	margin: 0.2em 0;
}

#conteudo #legenda {
	border: solid 1px #CCC;
}

#conteudo #videoContainer {
	float: right;
	width: 465px;
	height: 339px;
	border: solid 2px #CCC;
	position: relative;
}

#conteudo #videoContainer #video {
	
	left: 0;
	top: 0;
}

#conteudo #videoContainer #telaLink {
	width: 465px;
	height: 315px;
	display: block;
	background-color: #000;	
	position: absolute !important;
	top: 0;
	left: 0;	
	opacity: 0.01;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);	
	
}

#conteudo #videoContainer #telaLink a {
	display: block;
	width: 465px;
	height: 315px;
	text-decoration: none;
}

.clear {
	clear: both;
}

#planos {
	margin: 10px 0 0 0;
	width: 100%;
}

#planos thead th,#planos tfoot td {
	border-bottom: dashed 1px #999;
}

#planos tfoot td {
	padding-bottom: 5px;
}

#planos thead th,#planos thead td,#planos tfoot td {
	text-align: center;
}

#planos tbody th {
	text-align: left;
	font-weight: normal;
}

#planos tbody td {
	text-align: center;
	padding: 0.5em;
}

#planos tbody .l1 {
	background-color: #EAEAEA;
}

#planos .gratis {
	color: #F00;
}

#rodape {
	border-top: solid 1px #ECC;
	background-color: #900;
	padding: 3em;
	text-align: center;
	margin: 0;
	color: #FFF;
}
.erros{	
	color: #F00;
}
.cpg{
	width: 30em;
}
.cpm{
	width: 15em;
}
.cpp{
	width: 10em;
}

.comprar fieldset {
	border: dashed 1px #ccc;
}
.comprar p{
	margin: 0.2em 0 !important;
	padding: 0.2em;
}
.comprar fieldset{	
	padding: 1em;
}