* {	
	font-family: Arial;	
	font-size:12px;
}
#header-boxes-box , #sidebar, #header-top-menu, #content-right {
	display:none;
}
.presentation-box1, .presentation-box2, .presentation-box3 {
	display:none;
}

/* Infotables */
.infotable table {
	border:1px solid #000;
	font-size:12px;
}
.infotable th {
	padding:5px;
	border-bottom:1px solid #000;
}
.infotable td {
	padding:5px;
}
.infotable .border-right {
	border-right:1px solid #000;
}

.infotable .border-bottom {
	border-bottom:1px solid #000;	
}

.infotable caption {
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;		
	font-weight:bold;
	font-size:13px;
	padding:5px;
}
.hide-content {
	display:none;
}

.card-product-list {
	border:1px solid black;
	width:100%;
}

.card-product-list tr, .card-product-list td {
	border-bottom:1px solid black;
	padding:5px;
}

.card-product-list img {
	display:none;
}

