/*
shop.css 

20071218 gag-Paulo: creato
*/


#menu_merchants {
	background:url('../img/img_catalogo.jpg') no-repeat top left;
	display:block; 
	float:left; 
	height:90%;
	width:167px;
}

#lista_merchants {
	display:block;
}
#merchants {
	float:left; 
	margin-top:30px;
	width:500px;
}
#books {
	float:left; 
	margin-top:30px;
	width:500px;
}
#menu_books {
	background:url('../img/img_catalogo.jpg') no-repeat top left;
	display:block; 
	float:left; 
	height:90%;
	width:167px;
}

#lista_books{
	display:block;
}
#popup_msg {
	/*background: url('../img/bkg_box_cart.gif') repeat;*/
	background:#718922;
	border:4px solid #718922;
	color:#ffffff;
	height:100px;
	left: 40%;
	padding:10px 0 0 5px;
	position:absolute;
	top: 40%;
	width: 320px;
/*	opacity: 0.5;*/
}

.select_merchants {
	border:0px;
	color:#718922;
	font-size:10px;
}
.padding_2 {
	 padding:30px 0 0 30px;
}
.overflow_orz_1 {
	overflow:hidden;
	width:557px;
}
.novita {
	background-color:#718922;
	color:#ffffff;
	display:block;
	float:left;
	font-weight: bold;
	height: 15px;
	padding:4px;
	width: 35px;
}
.banda {
	color:#ffffff;
	font-size:25px;
}

.catalogo_hidden {
	opacity:0;
}