@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

body, .disabled {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #5b6a75;
	background: #FFF;
}
h1 {
	font-size: 48px;
	font-weight:100;
	color: #FC0;
	position:absolute;
	margin-top:113px;
	padding: 0 0 10px 77px;
	z-index:1000;
	background:url(images/barra.png) 0 2px no-repeat;
	width: 600px;
}
h2 {
	font-size: 18px;
	font-weight:100;
	margin: 15px 0;
	color: #333;
}
h3 {
	font-size: 24px;
	font-weight:100;
	margin-bottom: 15px;
	font-style:italic;
}
label {
	color: #000;
}
a {
	text-decoration: none;
	color: #5b6a75;
}
a:hover, a.selected, #header a:hover, #header a.selected {
	color: #fecb05;
}
p {
	margin-bottom:10px;
}
input,select,textarea,.botao {
	background:#EEE;
	vertical-align:middle;
	padding: 3px;
	font-size: 11px;
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
}
.botao:hover {
	border: 1px solid #000;
	color: #FFF;
	background: #666;
}
select {
	width: 197px;
}
input {
	width: 190px;
}
textarea {
	width: 98%;
	height: 60px;
}
#container {
	width: 900px;
	height: auto;
	margin: 0 auto 0 auto;
}
	#header {
		height: 40px;
		background: #001;
		color: #FFF;
	}
	#header a {
		color: #FFE;
	}
		#menu {
			float: left;
			font-size: 13px;
		}
			#menu ul {
				list-style:none;
			}
			#menu ul li {
				float: left;
				width: 200px;
				text-align:center;
				line-height:40px;
			}
		#languages {
			float: right;
			font-size: 70%;
			margin: 15px 50px 0 0;
		}
			#languages a.selected {
				color: #ffcb06;
				cursor:default;
			}
	
	#imagem {
		height: 356px;
		background: url(../images/shadow.gif) repeat-x bottom;
	}
	
	#content {
		height: auto;
		display: block;
	}
		#imagem2 {
			float: left;
			width: 320px;
			padding: 50px 0 30px 77px;
		}
		#texto {
			float: right;
			width: 420px;
			padding: 30px 50px 30px 0;
			line-height: 180%;
			font-size: 90%;
			text-align:justify;
		}
		
		#contacts {
			float: left;
			width: auto;
		}
		
		#back {
			margin:10px 0 0 20px;
			height:20px;
		}
		#list {
			width:730px;
			margin: 0 auto 40px auto;
		}
	
	#footer {
		clear: both;
		height: 35px;
		border-top: 1px solid #FC0;
	}
		#copy {
			float: left;
			line-height: 35px;
			font-size: 10px;
			padding: 0 25px;
		}
		#validation {
			float: left;
			width: auto;
			padding-top: 6px;
		}
		#links {
			float: right;
			width: 500px;
			height: 35px;
			font-size: 11px;
		}
			#links ul {
				list-style: disc;
				color: #495c6b;
				margin: 10px 35px 0 0;
			}
			#links ul li {
				float: left;
				margin: 0 11px 0 0;
			}
			#links ul li a:hover {
				text-decoration: underline;
				color: #000;
			}
			#links a.selected {
				text-decoration:underline;
				color: #000;
				cursor:pointer;
			}

.category {
	float:left;
	margin: 0 0 30px 74px;
	width: 127px;
}
	.category img {
		border: 2px solid #999;
		margin-bottom: 10px;
	}
	.category img:hover {
		border: 2px solid #FC0;
	}
	.category a:hover {
		color: #000;
	}
	.category a p {
		border-top: 1px solid #FAFAFA;
	}
	.category a:hover p {
		border-top: 1px solid #000;
	}
.details {
	width: 580px;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}
	.details td {
		width: 25%;
		height: 30px;
	}
.mycart {
	border: 1px solid #666;
	width: 420px;
	margin-bottom: 10px;
}
	.mycart td {
		padding: 2px 5px;
	}
	.qty {
		width:30px;
	}

.imgdetails {
	float: right;
	border: 2px solid #FC0;
}
.line {
	height: 1px;
	background: #666;
	margin-bottom: 20px;
}
.submit {
	padding: 3px 10px;
	background: #666;
	margin: 5px 10px 0 0;
	color: #FFF;
}
.submit:hover {
	background:#FECC00;
	color: #333;
}
.news {
	border-top: 1px solid #ccc;
	padding-top: 10px;
	margin-bottom: 10px;
	font-size:11px;
}
.clear {
	clear:both;
}
.comment {
	font-size: 10px;
	line-height: 20px;
}
.small {
	font-size: 9px;
}