body { margin:0px; }
body, table, input, select, textarea {
	font-family:trebuchet ms;
	font-size:13px;
}
a {
	color:#14b;
	text-decoration:none;
}
a:hover {
	color:#37b;
	text-decoration:underline;
}
#copyright a {
	color:#159;
	text-decoration:none;
	font-weight:bold;
}

#copyright a:hover {
	text-decoration:underline;
	color:#24b;
}
#menu a {
	text-decoration:none;
}
#menu a:hover {
	color:#24b;
	text-decoration:underline;
}

#tamanhos{
	border: 1px solid #666666;
	cursor: pointer;
	background: white;
	padding: 2px 13px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
}

#tamanhos:hover{
	border: 1px solid white;
	cursor: pointer;
	background: #203760;
	padding: 2px 13px;
	color: white;
	font-style: normal;
	font-weight: normal;
}

#modelagem{
	display: none;
	position: absolute;
}

sup { 
	font-size:13px; 
	color:#777; 
	font-weight:normal;
} 

.bt { 
	border:0px; 
	background: #fff; 
	font-weight:bold; 
	color:#07b;
}
.bt2 { 
	border:0px; 
	background: #07b; 
	font-weight:bold; 
	color:#fff;
}
input, select, textarea {
	border:1px solid #ccc;
}

.radio {
	border:0px;
}

#titulo {
	color:#07b;
	font-size:25px;
	padding: 12px 0px 15px 15px;
}

#subtitulo {
	color:#358;
	font-size:20px;
}

#erro {
	margin:15px 0px 0px 0px;
	padding:5px 5px 5px 5px;
	border:1px solid #333;
	background:#b00;
	color:#fff;
	width:390px;
}

#produtos td {
	border: 3px solid #fff;
	background: #fff;
	padding:10px;
	cursor:pointer;
}

#produtos td:hover {
	border: 3px solid #eee;
	background: #f7f7f7;
	padding:10px;
}

#produtos img {
}
.produtitulo {
	font-size:15px;
	padding: 0px 0px 10px 0px;
}
.preco {
	color: #b00;
}
.mais_info {
	float:left;
}
.mais_info a {
	text-decoration:none;
	color:#07b;
	font-size:15px;
}
.mais_info a:hover {
	text-decoration:underline;
	color:#268;
}
.tamanhos td {
	font-size:22px
	;font-weight:bold;
	color:#999;
	background-color:#fff;
	border:2px solid #ccc;
}
#miniaturas {
	margin-top:5px;
}
#miniaturas img {
	cursor:pointer;
	border:1px solid #333;
}
#zoom {
	background:#222;
	color:#fff;
	padding:4px;
	font-size:9px;
}

#log {
	color:#fff;
	font-size:12px;
}
#log a {
	color:#5bf;
}
#log a:hover {
	color:#39f;
}
.pg a{
	font-size:11px;
	color:#333;
}