/* ================================
    CSS STYLES FOR Module SiteSolutionS.ProductsCatalog
   ================================
*/
.Cat_img_Top{
	background-image: url('/Portals/0/graph/cat_top.gif');
	background-position: top;
	height: 7px;
	background-repeat: repeat-x;
}
	
.Cat_img_Bottom{
	background-image: url('/Portals/0/graph/cat_bottom.gif');
	height: 7px;
		background-position: bottom;
	background-repeat: repeat-x;
	
}
	
.Cat_img_Left{
	background-image:url('/Portals/0/graph/cat_dx.gif');
	background-position: left;
	background-repeat: repeat-y;
	width:7px;
	}
	
	.Cat_img_Right{
	background-image: url('/Portals/0/graph/cat_sx.gif');
	background-position: right;
	background-repeat: repeat-y;
		width:7px;
}

.LogoCatalogo{
margin-bottom:13px;}

.LogoPdf{
float:left;	
	}

.LinkPdf{
	font-size:10px;
	vertical-align:bottom;
	}