/* Estilos do site */

/*******************************************************************************/
@import url('yui/reset.css');
@import url('yui/fonts.css');
@import url('yui/base.css');
@import url('util.css');

@import url('topo.css');
@import url('departamentos.css');

@import url('dialog.css');
@import url('carrinho.css');

@import url('messages.css');
@import url('conteudo.css');
/*******************************************************************************/

#container {
	background-color: #FFF;
	border: 1px solid #EEE;
	
	position: relative;
	width: 778px;
	height: auto;
	
	margin: 8px auto 10px auto;
}

.box {
	width: auto;
	height: auto;
	
	padding: 0;
	margin: 2px 0 0 0;
}

.box[class] {
	position: relative;
}

.box:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.west {
	position: relative;
	float: left;
	width: 186px;
	height: auto;
	
	padding: 0;
	margin: 0;
}

.center {
	position: relative;
	float: left;
	width: 582px;
	height: auto;
	
	padding: 0;
	margin: 0 0 0 5px;
}

.center[class] {
	width: 582px;
	margin: 0 5px;
}

/*-----------------------------------------------------------------------------*/

.logo {
	background: transparent url('../images/logo2.jpg') no-repeat top left;
	border-style: none;
	
	position: absolute;
	width: 244px;
	height: 153px;
	
	top: -8px;
	left: 1px;
	
	z-index: 1;
}

/* --------------------------------------------------------------------------- */

#rodape {
	font: normal 11px Tahoma, Verdana, Arial, serif;
	color: #999;
	text-align: center;
	background-color: #FAFAFA;
	border-top: 1px solid #EEE;
	
	position: relative;
	clear: both;
	width: auto;
	height: auto;
	
	padding: 2px 0;
	margin: 10px 0 0 0;
}

#rodape a {
	font: normal 11px Tahoma, Verdana, Arial, serif;
	color: #999;
	text-decoration: none;
}

#rodape a:hover {
	color: #000;
}

/* --------------------------------------------------------------------------- */

#sombra {
	background-color: #000;
	
	position: absolute;
	display: none;
	width: 1px;
	height: 1px;
	
	z-index: 9999;
}