/* - - - - - p r i n c i p a l - - - - - */

*{
	margin: 0px;
}
body {
	background-color: #242021;
}
body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
h1 {
	font-size: 20px;
	color: #08ADE5;
}
h2 {
	font-size: 15px;
	color: #08ADE5;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #08ADE5;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #1081C5;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

/* - - - - - p r i n c i p a l - - - - - */





/* - - - - - c l a s s e s - - - - - */

.produtos_img {
	margin-bottom: 0px;
}

/* - - - - - c l a s s e s - - - - - */





/*  - - - - - D I V ' s - - - - - */

#wrapper_topo {
	height: 125px;
	background-color: #242021;
	text-align: center;
}
#topo {
	margin: 0px auto;
	width: 995px;
	height: 125px;
}

#wrapper_meio {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color: #E6E6E6;
	text-align: center;
	position:relative;
}
#meio {
	margin: 0px auto;
	width: 995px;
}
#meio_esquerda {
	width: 165px;
	height: 383px;
	float: left;
}
#meio_meio {
	width: 655px;
	padding-left: 30px;
	padding-right: 30px;
	float: left;
}
#meio_meio_in {
	width: 655px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
	float: left;
}
#meio_direita {
	width: 115px;
	height: 383px;
	float: left;
}

#wrapper_fim {
	height: 130px;
	background-color: #242021;
	text-align: center;
}
#fim {
	margin: 0px auto;
	width: 995px;
	height: 230px;
}
#fim_anime {
	width: 995px;
	height: 80px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}
#fim_rodape {
	width: 991px;
	height: 21px;
	padding: 2px;
	background-color: #00AEEF;
}
#fim_rodape_e {
	width: 610px;
	height: 21px;
	line-height: 21px;
	padding-left: 20px;
	text-align: left;
	background-color: #FFFFFF;
	float: left;
}
#fim_rodape_d {
	width: 341px;
	height: 21px;
	line-height: 21px;
	padding-right: 20px;
	text-align: right;
	background-color: #FFFFFF;
	float: left;
}

#produtos {
	width: 120px;
	height: 140px;
	overflow:hidden;
	margin-top: 10px;
	margin-right: 10px;
	float: left;
}
#produto_detalhe {
	width: 525px;
	padding-left: 0px;
	padding-right: 50px;
}
#produto_detalhe_fundo {
	width: 655px;
	height: 275px;
	padding-top: 8px;
	padding-bottom: 10px;
	text-align: center;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	position:relative;
}

#produto_detalhe_desc{
	width: 655px;
	padding-top: 8px;
	padding-bottom: 10px;
	text-align: center;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	position:relative;
}

#produto_detalhe_voltar {
	width: 525px;
	padding-top: 15px;
	text-align: right;
}
#produto_detalhe_voltar a {
	font-size: 10px;
	font-weight: bold;
	color: #08ADE5;
}
#produto_detalhe_voltar a:hover {
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: #1081C5;
}
#produto_detalhe_mais {
	width: 525px;
	height: 55px;
	padding-top: 5px;
}
#produto_detalhe_setas_esq {
	width: 17px;
	height: 35px;
	padding-top: 20px;
	padding-left: 3px;
	padding-right: 10px;
	overflow: hidden;
	float: left;
}
#produto_detalhe_setas_dir {
	width: 17px;
	height: 42px;
	padding-top: 13px;
	padding-left: 10px;
	padding-right: 3px;
	overflow: hidden;
	float: left;
}
#produto_detalhe_p {
	width: 63px;
	height: 45px;
	text-align: center;
	padding: 4px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}
#produto_detalhe_flutuante {
	width: 180px;
	height: 60px;
	padding-top: 10px;
	padding-left: 9px;
	padding-right: 10px;
	padding-bottom: 10px;
	line-height: 13px;
	background-color: #CCCCCC;
	color: #1081C5;
	font-size: 11px;
	z-index: 10;
	left: 0px;
	bottom: 0px;
	position: absolute;
}

/*  - - - - - D I V ' s - - - - - */





/*  - - - - - e x t r a s - - - - - */

#clear_both {
	clear: both;
	height: 0px;
	overflow: hidden;
}
#erros {
	color: #FFFFFF;
	background-color: #C90000;
	display: block;
	border: 1px solid #FF0000;
	padding: 5px;
	margin: 10px;
	font-weight: bold;
	text-align: center;
}
#acertos {
	color: #FFFFFF;
	background-color: #006600;
	display: block;
	border: 1px solid #00CC00;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*  - - - - - e x t r a s - - - - - */





/* - - - - - r o l l o v e r   b u t t o n s - - - - - */

#container {
	width: 17px;
	height: 14px;
}
#botoes {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#botoes li {
	margin: 0;
	padding: 0;
	display: inline; /* duplicated for IE 5/Win */
	list-style-type: none; /* duplicated for IE 5/Win */
}
#botoes a {
	float: left;
	height: 0px !important;
	height /**/:14px; /* IE 5/Win hack */ 
	padding: 14px 0 0 0;
	overflow: hidden;
}
#botoes a:hover {
	background-position: 0 -14px;
}
#btn_esq a {
	width: 90px;
	background: url(img/setas_esq.jpg) top left no-repeat;
}
#btn_dir a {
	width: 90px;
	background: url(img/setas_dir.jpg) top left no-repeat;
}

/* - - - - - r o l l o v e r   b u t t o n s - - - - - */
.x-paginacao{
    padding:10px 0px 4px 0px;
    width:100%;
    height:25px;
	text-align:center;
}

.x-paginacao a,
.x-paginacao a:visited
{
    font-size:13px;
    font-weight:bold;
    font-family:Arial, Helvetica, sans-serif;
    margin:0px 1px;
    padding:2px 7px;
    height:22px;
    border:solid #DDDDDD 1px;
    text-decoration:none;
    color:#1081C5;
	background-color:#FFFFFF;
}

.x-paginacao a:hover,
.x-paginacao a.ativo,
.x-paginacao a.ativo:hover{
    border-color:#000000;
}

.x-paginacao a.desativado{
	color:#333333;
	cursor:default;
	border-color:#DDDDDD;
}

.produto_img{
	width: 110px;
	height: 90px;
	overflow:hidden;
	padding: 4px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align:middle;
}

.produto_desc{
	overflow:hidden;
	padding: 4px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	text-align: center;
	width: 110px;
	height: 25px;
}