/* CSS Document */

#serie{
	position:relative;
}

#serie h2{
	background:url(imagens/bgTituloSeries.gif);
	height:53px;
	padding-left:80px;
	padding-top:25px;
	font-size:16px;
	font-weight:bold;
	position:relative;
}

#serie h2 img{
	position:absolute;
	top:7px;
	left:7px;
}

#serie .baner1{
	float:right;
	width:250px;
	height:160px;
}

#serie .item{
	float:left;
	width:240px;
	height:150px;
	padding:10px 0 0 10px;
}

#serie .item h3{
	font-size:13px;
	font-weight:normal;
	margin-bottom:10px;
}

#serie .item h3 strong{
	display:block;
}

#serie .item .capa{
	float:left;
	margin-right:5px;
	margin-bottom:20px;
}

#serie .item .botoes{
	margin-top:10px;
}

#serie .item .selecionarProd{
	margin-top:7px;
}

#serie .item .selecionarProd .marcador{
	margin-right:2px;
}