body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background: #FFFFFF;
	color: #000000;
	font-size: 10pt;
}

.iphone {
border: dashed 1px #bfbfbf;
background-color: #ffffe8;
padding: 5px;
padding-left: 34px;
background-image: url(images/iphone_icon.png);
background-repeat: no-repeat;
background-position: left center;
}

.ipad {
border: dashed 1px #bfbfbf;
background-color: #fff8ff;
padding: 5px;
padding-left: 34px;
background-image: url(images/ipad_icon.png);
background-repeat: no-repeat;
background-position: left center;
}

h1 { text-align: center; }

.note {
	background-color: #e6ffed;
	border: solid 1px #bfbfbf;
	padding: 5px;
	display: inline-block;
}

.note p {
	margin: 2px;
}

.addon {
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #e1e1ff;
	margin: 5px;
	margin-top: 10px;
	padding-left: 44px;
	padding-right: 5px;
    background-repeat: no-repeat;
    position: relative;
	display: inline-block;
}

.addon_image {
	background-image: url(images/cp_addons_on.png);
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    margin-left: -39px;
}

.double_spaced li
{
	padding-bottom: 1em;
}