/* FOLHA DE ESTILOS GERAL DO SITE: AQUI DEVERÃO ENTRAR OS ESTILOS GENÉRICOS PARA O SITE*/
/* Definições dos elementos do site */
body{
	text-align: center;
	margin:0px;
	padding:0px;
	background: url("") #cc0000 repeat-x;
}

div, td, select, input, textarea, p{
	font-family:verdana, arial, heveltica;
	font-size:12px;
}

img{
	border:0px;
}

*{
	margin:0px;
	padding:0px;
}

ul, li{
	list-style-type: none;
}

a{
	outline: none;
	color: #cc0000;
}

h1{
	color: #cc0000;
	margin: 0px 0px 12px 0px;
	padding: 0px;
	font-size: 18px;
	width: 950px;;
	border-bottom:3px solid #cc0000;
}
/* Fim das definições dos elementos do site */

/* Definições da estrutura do site */
#controlaConteudo{
	width:960px;
	position:relative;
	margin:auto;
	text-align:left;
	background:#fff;
	border:5px solid #333300;
}

#topo{
	margin: 0px 5px 0px 5px;
	padding:10px 0px 10px 0px;
}

#conteudo{

}

#texto{
	padding: 0px 5px 0px 5px;
}

#rodape{
	text-align:center;
	clear:both;
	padding: 5px;
	color: #fff;
	background: #000;
}

/* Fim das definições da estrutura do site */

/* Definições do conteudo */
.floatLeft{
	float:left;
}

.floatLeftImg{
	float:left;
	margin-right:10px;
}

.floatRight{
	float:right;
}

.floatRightImg{
	float:right;
	margin-left:10px;
}

.center{
	text-align:center;
}

.clear{
	clear:both;
}

.block{
	display:block;
}

.none{
	display:none;
}

.label{
	float:left;
	text-align: right;
	padding:4px 5px 2px 0px;
	width:150px;
	font-weight:bold;
}

.input{
	margin:2px 5px 0px 0px;
	width: 200px;
}

.combo{
	margin: 3px 5px 1px 0px;
}

#mensagens{
	position: absolute;
	top: 200px;
	left: 320px;
	width: 300px;
	padding: 20px;
	display: none;
	border:2px solid #74d0ff;
	background: #fff;
	
}
/*Fim das definições do conteudo*/

/* Compartilhe 
--------------------------------------------------------------------------------*/
#controlaWidgets{
	background-color: #FFF; 
	padding: 0px;
	width: 354px;
	display: none;
	position: absolute; 
	top: 30px; 
	left: 60%;
	z-index: 14;
}

#widgets{
	list-style-type: none;
	margin-left: 15px;
	padding: 0px;
}

#widgets li {
	float: left;
	width: 160px;
	text-align: left;
	height: 25px;
	padding: 2px 0px 0px 0px;
}

#widgets li a {
	text-decoration: none;
}

#widgets li img {
	margin: 0px 5px 0px 5px;
	vertical-align: bottom;
} 

#fechaCompartilhe {
	float: right;
	margin-right: 10px;
	text-decoration: none;
}
/* Fim das definições do Compartilhe 
--------------------------------------------------------------------------------*/

#mensagens{
	position: absolute;
	top: 30%;
	left: 30%;
	padding: 20px;
	display: none;
	border:2px solid #cc0000;
	background: #fff;
}
/* paginas dos produtos
--------------------------------------------------------------------------------*/
#fotos{
	text-align: center;
	margin: 10px;
}
.miniaturas{
	display:none;
}
#fotoAmpliada{
	display:none;
	position: absolute;
	top: 50px;
	left: 0%;
	padding: 10px;
	background: #fff;
	border:1px solid #ff0000;
	width:100px;
}
.tabela{
	background: #ff0000;
	width: 100%
}

.tabela td, .tabela th{
	background: #fff;
	padding: 4px;
}

.tabela th{
	background: #f01717;
	color: #fff;
	text-align: center;
}

#paginacao{
	text-align: center;
	color: #dddddd;
}

#paginacao b{
	color: #ff0084;
}

#paginacao a{
	text-align: center;
	color: #666666;
	border:1px solid #dddddd;
	padding: 2px;
	text-decoration: none;
}

#paginacao a:hover{
	color: #fff;
	background: #ff0000;
	border:1px solid #000;
}