@charset "utf-8";
/* CSS Document */

/*CSS RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
#divclear{clear:both;}
/*FINAL DO CSS RESET*/

body{
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:13px;
	color:#000;
}

a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:13px;
	color:#000;
}

h2{
	font-family:Verdana, Geneva, sans-serif;
	font-size:22px;
	line-height:23px;
}

h3{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;	
}

h4{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:12px;
	line-height:14px;
}

ul li{
	line-height:15px;	
}

#arquivos a img{
	margin:10px;	
}

#container{
	width:800px;
	margin:0 auto;
	padding:4px;
	background:#FFF;
}

#coluna_esquerda{
	width:316px;
	padding:5px;
	margin-right:5px;
	border:1px solid #FFF;
	float:left;
	background:#006;
}

#imagens{
	width:304px;
	margin-bottom:5px;
	padding:5px;
	border:1px solid #FFF;
	background:#FFF;
}

#pagamento{
	width:304px;
	height:310px;
	margin-bottom:5px;
	padding:5px;
	border:1px solid #FFF;
	background:#FFF;
}

#pagamentoresumo{
	width:304px;
	height:auto;
	margin-bottom:5px;
	padding:5px;
	border:1px solid #FFF;
	background:#FFF;
}

#seguranca{
	width:304px;
	text-align:left;
	margin-bottom:5px;
	padding:5px;
	border:1px solid #FFF;
	background:#FFF;
}

#suporte{
	width:304px;
	text-align:left;
	padding:5px;
	border:1px solid #FFF;
	background:#FFF;
}

#coluna_direita{
	width:455px;
	height:;
	padding:5px;
	border:1px solid #FFF;
	float:left;
	background:#006;
}

#descricao{
	padding:5px;
	border:1px solid #FFF;
	text-align:left;
	background:#FFF;
	}
		
#arquivos{
	margin-top:5px;
	padding:5px;
	border:1px solid #FFF;
	background:#FFF;
	}

#valor{
	margin-top:5px;
	padding:5px;
	border:1px solid #999;
	color:#F00;
	text-align:center;
}

#compra{
	height:300px;
	margin-top:5px;
	padding:5px;
	border:1px solid #FFF;
	background:#FFF;
	}

#cartao{
	width:240px;
	height:50px;
	margin-left:2px;
	margin-right:5px;
	padding:5px;
	float:left;
	background:#FFF;
}

#boleto{
	width:240px;
	height:50px;
	margin-right:5px;
	padding:5px;
	float:left;
	background:#FFF;
}

#deposito{
	width:240px;
	height:50px;
	padding:5px;
	float:left;
	background:#FFF;
}

#inf_cartao{
	text-align:left;
	}
	
#inf_boleto{
	text-align:left;
	}
	
#inf_deposito{
	text-align:left;
	}
	
#coluna_venda{
	width:790px;
	height:;
	padding:5px;
	border:1px solid #FFF;
	float:left;
	background:#006;
}

#venda{
	margin-top:5px;
	padding:5px;
	border:1px solid #FFF;
	text-align:left;
	background:#FFF;
	}
	
#topo{
	padding:5px;
	border:1px solid #FFF;
	text-align:left;
	background:#FFF;
	}

#btvenda{
	margin-top:5px;
	height:40px;
	border:1px solid #FFF;
	text-align:center;
	background:url(btcompra.jpg) top no-repeat;
}

#btvenda a{
	width:500px;
	height:40px;
	background:url(btcompra.jpg) top no-repeat;
	padding-top:1px;
	color:#FFF;
	text-decoration:none;
}

#btvenda a:hover{
	width:500px;
	height:40px;
	background:url(btcompra.jpg) bottom no-repeat;
}

#divclear{clear:both;}