@charset "utf-8";
/* CSS Document */

#carroTop{
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	height:25px;
	padding-top:7px;
	background:url(../img/side/sideTop.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
#carroTop a{
	text-decoration:none;
	display:block;
}

#carroCenter {
	background:url(../img/side/sideCenter.gif);
	background-position:center;
	background-repeat:repeat-y;
}
#carritoContainer {
	float: left;
	width: 155px;
}
.itemContainer {
	width: 145px;
	padding-left: 3px;
	background-image: url(../img/carritoSide/item_carro.gif);
	background-repeat: no-repeat;
	height: 20px;
	padding-top: 3px;
	margin-left: 1px;
}
.botonesItem {
	float: right;
	padding-right:2px;
}
#carritoBottom{
	height:10px;
	background:url(../img/side/sideBottom.gif);;
	background-position:top;
	background-repeat:no-repeat;

}

