body {
	margin: 0;
	padding: 0;
	font: 10pt "Lucida Grande","Lucida Sans Unicode","Trebuchet MS","Arial", "Helvetica", "Verdana", "sans-serif";
	background: #222;
	color: #eee;
}

img {vertical-align: middle; border: medium none;}

.clear {
	clear:both;
}

/* Links */
li a:link  {color: white; text-decoration: none;}
li a:hover {color: #595965; text-decoration: none;}
li a:active, li a:visited {color: white; }

a:link, td a:link {color: #55cc00; text-decoration: none;}
a:hover, td a:hover {color: #595965; text-decoration: none; }
a:active, a:visited, td a:active, td a:visited {color: #55ff11; text-decoration: none;}

dl { margin: 0; padding: 0; }
dt { width: 20%; float: left; margin: 0; padding: .2em; font-weight: bold; color: #fff; clear: both;}
dd { float: left; width: 70%; margin: 0; padding: .2em;}

/*redefine*/

::-moz-selection {
	background: #111;
	color: #eee;
}

::selection {
	background: #111;
	color: #eee;
}

h1, h2, h3, h4, p, ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
}

ol {
	margin: 0;
	padding: 0 2em 0 2em;
	font-weight: normal;
}

h1 span {
	display: none;
}

p {
	padding: 5px 0;
	line-height: 1.7;
}

a {
	outline: none;
}

form, table {
	margin: 0;
	padding: 0;
}

/*shared*/

span.clr {
	display: block;
	clear: both;
}

/*headings & link colors*/

h2 {
	font-size: 20px;
	border-bottom: 1px solid #55cc00;
	border-top: 1px solid #55cc00;
	margin: 0 0 10px;
	padding: 5px 0 4px;
	color: white;
}

h2, h3.sub {
	text-shadow: 1px 2px 1px #131315;
}

h3.sub {
	position: absolute;
	top: 50px;
	font-size: 9px;
}

div#intro {
	color: #eee;
	font-size: 16px;
	text-shadow: 1px 2px 1px #131315;
}

div#intro em, div.fontl em, div.mini_container em {
	font-weight: bold;
	font-style: normal;
	color: #ddeedd;
	font-size: 120%;
}

div#intro p.less {
	font-size: 13px;
	color: #ccc;
}

div#intro p.more {
	font-size: 24px;
	color: #55cc00;
}

div.intro a:link, div.intro a:visited {
	color: #55cc00;
}

div.developers a:link, div.developers a:visited, h2.developers {
	color: #78ba91;
}

div.browsers a:link, div.browsers a:visited, h2.browsers {
	color: #a87aad;
}

div.download a:link, div.download a:visited {
	color: #78ba91;
}

h2.download {
	color: #78ba91;
}

div.license a:link, div.license a:visited, h2.license {
	color: #7389ae;
}

div.refs a:link, div.refs a:visited {
	color: #c17878;
}

h2.refs {
	font-size: 16px;
}

div.block a:hover, div.block a:active {
	color: #fff;
}

/*content*/

#container {
	position: relative;
	width: 1000px;
	margin: 30px auto 10px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	background:#333 none repeat scroll 0 0;
	padding: 0 20px;
}

#content {
	width: 800px;
	position: relative;
	z-index: 10000;
	padding-right: 45px;
}

div#content.selected {
	
}

div.block {
	margin-bottom: 20px;
	font-size: 13px;
}

div.floaty {
	float: left;
	width: 180px;
}

div.floaty h2 {
	font-size: 16px;
	margin-bottom: 5px;
}

div.first {
	margin-right: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	border-right: 1px solid #55cc00;
}

div.full {
	clear: both;
	float: none;
}

ul.itemlist {
	font-size: 13px;
	line-height: 1.3;
	list-style: square;
	margin-left: 10px;
	margin-top: 10px;
}

ol.itemlist {
	font-size: 13px;
	line-height: 1.3;
	margin-left: 10px;
	margin-top: 10px;
}

#developers li {
	margin-bottom: 5px;
	font-size: 13px;
}

/*sidebar*/

#sidebar {
	position: absolute;
	z-index: 1;
	width: 175px;
	left: 825px;
	top: 0;
}

#sidebar ul {
	list-style: none;
}

#sidebar a, #sidebar h3.cat, #sidebar span {
	width: 130px;
	display: block;
	padding: 3px 5px 3px 40px;
	margin: 5px 0;
	text-decoration: none;
}

#sidebar a:hover {
	color: #595965;
}

#sidebar a.big, #sidebar h3.cat {
	padding: 4px 5px 4px 40px;
	margin: 8px 0;
}

#sidebar h3 {
	font-size: 13px;
}

#sidebar h3.cat {
	color: #55cc00;
	text-shadow: 1px 2px 1px #222;
}

#sidebar a.big {
	color: #fff;
}

input, select, textarea {border: 1px solid #55cc00; color: #332222; margin:2px 0px;}

input.paypal {border: 0px; color: #332222; margin:2px 0px;}

#sidebar span p.less {
	font-size: 10px;
	color: #bbb;
}


/*big menu*/

#bigmenu {
	position: relative;
	margin-bottom: 10px;
	padding: 10px 0;
}

#bigmenu .bigmenus {
	display: block;
	background: #333;
	height: 100px;
}

#bigmenu li {
	float: left;
}

#bigmenu .bigmenu {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 80px;
	width: 175px;
	padding: 10px;;
	background: #fff;
	margin-right: 5px;
	text-align: center;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
}

#bigmenu a:hover {
	color: white;
}

#bigmenu .bigmenu span {
	font-size: 24px;
	display: block;
}

#bigmenu .download {
	background: #004000;
}

#bigmenu .try {
	background: #008000;
}

#bigmenu .documentation {
	background: #55cc00;
}

#bigmenu .purchase {
	background: #66ee11;
	border-right: 0;
}

/*download*/

div.download p {
	padding: 1px 0;
}

table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
}

th, td {
	padding: 4px 10px;
}

th {
	text-align: left;
	background: #18181b;
	color: #55cc00;
	border-top: 4px solid #55cc00;
	border-bottom: 1px solid #55cc00;
}

th h3 {
	font-size: 13px;
}

td {
	vertical-align: middle;
}

#references table tr td {
	border-bottom: 1px solid #55cc00;
	border-top: 1px solid #55cc00;
	vertical-align: top;
}

#references table tr th {
	text-align: left;
	background: #18181b;
	color: #55cc00;
	border-top: 4px solid #55cc00;
	border-bottom: 1px solid #55cc00;
}

td.check div.check {
	border: 2px solid #55cc00;
	background-repeat: no-repeat;
	background-position: center center;
	height: 13px;
	width: 14px;
}

td.check div.selected {
	padding: 2px;
	border: 0;
}

td.name {
	font-size: 13px;
	white-space: nowrap;
}

td.description {
	font-size: 9px;
	width: 100%;
	text-align: left;
}

td.number {
	text-align: right;
}

tr.option {
	cursor: pointer;
	background: #1d1d20;
	color: #595965;
}

tr.even {
	background: black;
}

.test {
	color: #2f3d31;
}

h2.section, h2.options {
	font-size: 15px;
	color: #faec8f;
	padding-left: 15px;
}

#container h2.section a, #container h2.options a {
	display: block;
	text-decoration: none;
	color: #faec8f;
}

#container h2.section a:hover, #container h2.options a:hover {
	color: #faf3c7;
}

#advanced, #quick {
	padding-bottom: 20px;
}

h2.compression-options {
	margin-top: 10px;
}

table#compression-options div.check {
	width: 13px;
	height: 13px;
}

table#compression-options div.selected {
	padding: 2px;
}

p.submit {
	margin-top: 20px;
	text-align: center;
}

/*links*/

#container div.refs {
	text-align: center;
}

#container div.refs a {
	color: #7a7a86;
	font-size: 28px;
	margin: 0 20px 10px 0;
	text-shadow: 1px 2px 1px #131315;
	text-decoration: none;
	display: block;
	float: left;
}

#container div.refs a:hover {
	color: #fff;
}

div.tagcloud ul li {
	display: inline;
}

div.tagcloud h5 {
	font-size: 160%;
	display: inline;
}

div.tagcloud h6 {
	font-size: 120%;
	display: inline;
}

div.tagcloud h7 {
	font-size: 80%;
	display: inline;
}

div.tagcloud h8 {
	font-size: 60%;
	display: inline;
}

/*errors*/

h1.error {
	color: #c17878;
}


/*warning, important*/

blockquote {
	font-style: italic;
}

#warning {
	background-color: #ff3300;
	font-size: 27px;
	padding: 20px;
	color: #ffffff;
	font-family: helvetica, arial;
}

#warning h1 {
	font-weight: bold;
	font-size: 45px;
	color: #ffffff;
}

#warning a:link, #warning a:visited {
	color: #face8f;
} 

#warning a:hover, #warning a:active {
	color: #222222;
}

p.important {
	padding: 10px;
	border: 2px solid #fff;
	background: #ff3300;
	color: #fff;
	font-size: 12px;
}

p.important a {
	color: #fff;
}

/* Mini container */

.leftTight {
	float:left;
	padding:10px;
}

.mini_container {
	float:left;
	margin-left:30px;
	position:relative;
	text-align:left;
	width:950px;
}

.mini_container h3 {
	color: #55CC00;
	margin:10px 0 0 120px;
	font-size:1.4em;
	font-weight:bold;
}

.mini_container p {
	font-size:0.9em;
	font-weight:normal;
	line-height:1.25em;
	margin:10px 0px 0px 120px;
	/* margin-top:5px;
	margin-left:10px; */
}

.mini_container_important {
	background: #d22;
	-moz-border-radius-bottomleft:8px; -moz-border-radius-bottomright:8px;
	-moz-border-radius-topleft:8px; -moz-border-radius-topright:8px;
}

/* Stacks */
.stack {
	float:left;
	margin-left:40px;
	margin-top:20px;
	position:relative;
	text-align:center;
	width:450px;
}

.stack p, h1, h2, h3 {default.css (line 509)
margin-top:15px;
}

