body {
	margin: 0; 
	padding: 0; 
	background: #e9e9e9 url("./bg.png") repeat-y top center;
}
body, div, p {
	text-align: left;
	color: #222; 
	font-family: 'helvetica neue', arial, sans-serif;
	font-size: 13px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.33);
}
a:link, 
a:visited, 
a:active,
a:hover, 
.screenshot a span.os {
	color: #99451c;
	text-decoration: none;
	border-bottom: 1px dotted #d18749;
}
a:hover, 
.screenshot a:hover span.os {
	color: #37c;
	text-shadow: 0 1px 0 rgba(255,255,255,0.4);
	border-bottom: 1px dotted rgba(25,60,100,0.4);
}
a.plain:link,
a.plain:visited,
a.plain:active,
a.plain:hover {
	border-bottom: 0;
}
b, strong {
	font-weight: bold;
}
img {
	border: 0;
}
.normal {
	font-weight: normal;
}
.bold {
	font-weight: bold;
}
.right {
	float: right;
}
#content {
	margin: 0 auto;
	text-align: left;
	width: 880px;
	padding: 0;
}
#title {
	background: #fdd65c url("./title.png") no-repeat;
	height: 179px;
	overflow: hidden;
	padding: 0;
}
#title-alt-text {
	display: none;
}
#main {
	background: #e9e9e9;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
}
#nav {
	border-bottom: 1px solid #999;
}
#nav-inner td {
	border-right: 1px solid #999;
}
#nav-inner td.last {
	border-right: 0;
}
#nav-inner td div {
	padding: 3px 0 3px 0;
	text-align: center;
	font-weight: bold;
	letter-spacing: +0.02em;
}
#nav-inner td div a {
	display: block;
	height: 16px;
	overflow: hidden;
}
#nav-inner td div a:link, 
#nav-inner td div a:visited, 
#nav-inner td div a:active, 
#nav-inner td div a:hover {
	border-bottom: 0;
}
#camifox-nav {
	background: #e9d3a4 url('./nav-camifox.png') repeat-x;
	border: 1px solid #faf6e3;
}
#chromifoxbasic-nav {
	background: #b7d1e2 url('./nav-chromifoxbasic.png') repeat-x;
	border: 1px solid #e6f0f7;
}
#openinsafari-nav {
	background: #ccc url('./nav-openinsafari.png') repeat-x;
	border: 1px solid #ececec;
}
#camifox {
	background: #faf6e3;
}
#chromifoxbasic {
	background: #e6f0f7;
}
#openinsafari {
	background: #ececec;
}
.section {
	border: 1px solid #fff;
	padding: 40px 56px 39px 56px;
	min-height: 150px;
}
.addon-main-image {
	float: left;
	width: 260px;
	height: 150px;
}
.addon-main-caption {
	line-height: 20px;
	padding: 0 0 18px 0;
}
.addon-main-title {
	font-size: 18px;
	font-weight: bold;
	padding-right: 2px;
}
.addon-download {
	font-size: 16px;
	line-height: 18px;
}
.addon-download img {
	position: relative;
	top: 2px;
	padding-right: 6px;
}
.addon-download-date {
	font-size: 13px;
	padding-left: 1px;
	color: #888;
}
.addon-requirements {
	padding: 16px 0 0 0;
	font-size: 11px;
	color: #888;
	line-height: 18px;
}
.addon-section {
	margin: 29px 0 0 0;
	border-top: 1px solid #bbb;
	line-height: 20px;
}
.addon-section-inner {
	padding: 8px 0 0 0;
	border-top: 1px solid #fff;
}
.addon-section-title {
	float: left;
	height: 50px;
	width: 203px;
	padding-right: 57px;
	text-align: right;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: +0.2em;
}
.addon-section-title-expanded {
	height: 100px;
}
.addon-modifications, 
.addon-modifications-2 {
	padding: 11px 0 0 260px;
	font-size: 11px;
	color: #888;
	line-height: 18px;
}
.addon-modifications-2 {
	padding-top: 9px;
}
.addon-modifications b, 
.addon-modifications-2 b {
	color: #666;
}
.separator {
	height: 1px;
	background: #999;
	overflow: hidden;
}
.screenshot-container {
	height: 62px;
	overflow: hidden;
}
.screenshot-container-2 {
	height: 55px;
	overflow: hidden;
}
.screenshot {
	float: left;
	margin: 4px 12px 2px 0;
	font-size: 11px;
	line-height: 17px;
}
.screenshot a {
	border-bottom: 0;
}
.screenshot img {
	border: 1px solid #99451c;
}
.screenshot a:hover img {
	border: 1px solid #37c;
	opacity: 0.85;
}
#footer {
	text-align: center;
	font-size: 11px;
	background: #e3c7a3 url("./bg-footer.png") no-repeat;
	background-position: top center;
	border: 1px solid #edc;
	border-bottom: 0;
	padding: 22px 0 19px 0;
	color: #976;
	line-height: 18px;
}
#footer a:link, 
#footer a:visited, 
#footer a:active,
#footer a:hover {
	color: #754;
	text-decoration: none;
	border-bottom: 1px dotted #987;
}
#footer a:hover {
	color: #37c;
	border-bottom: 1px dotted rgba(25,60,100,0.4);
}
#google {
	text-align: center;
	background: #e3c7a3;
	border-right: 1px solid #edc;
	border-left: 1px solid #edc;
	padding: 0 0 19px 0;
}