body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 14px;
	background-color: #f7f8f9;
	color: #333;
	padding-left: 20px;
	padding-right: 20px;
	}
div.section {
	background-color: #ffffff;
	border-radius: 4px;
	padding: 15px;
	box-shadow: rgba(0, 0, 0, .3) 0 1px 3px;
	}
div.screenshots {
	background-color: #f7f8f9;
	border-radius: 4px;
	padding: 15px;
	}
div.footer {font-size: 12px;padding-bottom:15px}
div.caption {margin-left:13px;margin-right:13px;font-size:12px;}
img.screenshot {
	margin-top:8px;
	margin-left:13px;
	margin-right:13px;
	margin-bottom:2px;
	border: 1px solid #fff;
	box-shadow: 0 3px 4px rgba(0, 0, 0, .3);
	}
a, h1, h2, h3, h4, span.blue {color:#0070c9;}
h1 {margin-top:0px;}
h2, h3, h4 {margin-top:20px;}
h1, h2, h3, h4 {margin-bottom:10px;}
span.red {color:#B71321;}
a {text-decoration: none;}
a:hover {text-decoration: underline;}
a.expandLink:link {
	color: #000000;
	text-decoration: none;
	vertical-align: text-bottom;
	}
a.expandLink img {
	margin-right: 4px;
	vertical-align: text-bottom;
	border: none;
	}
span.pro {
	background-color: #0070c9; 
	color:#ffffff; 
	font-size: .75em; 
	padding-left:5px; 
	padding-right:5px;
	};
ul.ListSingle {
    font-weight: normal;
    margin-top: .3em;
    margin-bottom: .9em;
}
ul.ListSingle li > p.Para {
    margin-bottom: .9em;
    margin-top: .3em;
}
ul.ListSingle > li {
    display: list-item;
    font-weight: normal;
    list-style-type: square;
    list-style-position: outside;
    margin-bottom: .9em;
    margin-top: .3em;
    list-style-image: -webkit-gradient(radial, 50% 50%, 3, 50% 50%, 6, from(#aaa), color-stop(0.8, #aaa), to(#aaa));
}




