.whatsincluded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
.whatsincluded h1 {
	color: #000;
	font-size: 18px;
	text-shadow: #CCCCCC 1px 1px 1px;
}

.whatsincluded .include {
	height: 100px;
	width: 600px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	padding-top: 8px;
	padding-bottom: 8px;
}
.whatsincluded .include .tick {
	height: 100px;
	width: 100px;
	float: left;
	background-image: url(img/tick.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.whatsincluded .include .desc {
	float: left;
	padding-right: 8px;
	padding-left: 8px;
	margin-left: 75px;
	height: 100px;
	width: 384px;
}
.whatsincluded .include .desc .heading {
	font-size: 18px;
	font-weight: bold;
	color: #C00;
	margin-top: 16px;
}
.whatsincluded .include .desc .details {
	color: #888;
	margin-top: 8px;
}
.whatsincluded .include .photo {
	height: 100px;
	width: 100px;
	float: left;
	padding: 0px;
	line-height: 100px;
	text-align: center;
	margin-top: auto;
	margin-bottom: auto;
	vertical-align: middle;
		margin-left: 25px;
}
