.ptitle {
	font-size: xx-large;
	text-decoration: underline;
	color: blue;
}
.header {
	width: 100%;
	display: block;
}
.sdesc {
	display: block;
	float: left;
	width: 60%;
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: large;
	color: green;
}
.price {
	display: block;
	float: left;
	width: 35%;
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: x-large;
	vertical-align: baseline;
	color: red;
	font-style: italic;
	text-align: right;
}
.rental {
	display: block;
	float: left;
	width: 80%;
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: medium;
	vertical-align: baseline;
	color: red;
	font-style: italic;
	text-align: right;
}
.badge {
	z-index: 100;
	left: 60%;
	max-width: 15%;
	position: absolute;
	top: 25%;
	max-height: 21%;
}
.image {
	z-index: 101;
	left: 60%;
	position: absolute;
	top: 45%;
	max-width: 35%;
}
.systemspecs {
	display: block;
	width: 95%;
	float: left;
	left: 20px;
	position: relative;
	font-weight: bold;
	font-size: small;
}
