html {
	margin-top: 0px;
	padding-top: 0px;
}
body{
	background-color: white;
	padding-top: 0px;
	margin-top: 0px;
	font-family: helvetica, sans-serif;
	font-size: 13px;
}

#column
{
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

#column p
{
	margin-top: 0px;
}

#column #menu {
	width:160px;
	margin-top: 91px;
	float: left;
}
#column #menu h3 {
	background:url(/images/title_gradient.png) repeat-x center top;
	color:#E7E7E7;
	font-family:helvetica,verdana,arial;
	font-size:10px;
	font-weight:bold;
	line-height:23px;
	padding-left:1em;
	text-transform:uppercase;
	vertical-align:middle;
	margin-top: 5px;
	margin-bottom: 0px;
}
#column #menu h3:first-child {
	margin-top: 0px;
}

#column #menu h3:before {
	content:url(/images/silver-arrow-down.png);
	margin-right:0.5em;
}
#column #menu li {
	list-style-image:none;
	list-style-type:none;
	padding: 4px 2px 4px 6px;
	border-top: solid 1px #C0C0C0;
}
#column #menu li:first-child {
	border-top: 0px;
}
#column #menu li:hover {
	background-color: #E0E0E0;
}
#column #menu li a {
	color:#606060;
	display:block;
	margin-top:0px;
	text-decoration:none;
	width:100%;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
}
#column #menu ul {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color:#D1D1D1;
	border-width:0px;
	font-size:12px;
	padding:0px;
}
#column #menu div.help {
	background-color:#8B8B8B;
	color:#EEEEEE;
	float:left;
	font-family:Helvetica,sans-serif;
	font-size:11px;
	margin-bottom:5px;
	padding-bottom:1em;
	padding-top:1em;
	padding-left: 1em;
	padding-right: 1em;
}

#column #menu div.help button {
	float: right;
	margin-right: 1em;
	
	background-color:#828587;
	background-image:url(/images/grey-button.png);
	background-position:center top;
	background-repeat:repeat-x;
	border:1px solid #666666;
	color:#F0F0F0;
	font-family:helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	padding:2px 5px;
}
#column #menu div.help a {
	text-decoration: none;
}

#column #menu div.help button:hover {
	cursor:pointer;
}

#column #menu div.help button:active {
	background-color:#C0C1C2;
	background-image:url(/images/grey-button-down.png);
}
#column #content
{
	height: 600px;
/*	background-color: #DDDDDD;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC; */
	width: 585px;
	margin-top: 91px;
	float: right;
	background: url('/images/gradient1px.png');
	background-repeat: repeat-x;
	background-position: 0px 23px;
}

#column #content p {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	color: #939598;
}

#column #content a {
	color: #f37021;
}
#column #content h3:first-child {
	margin-top: 0px;
}
#column #content h3 {
	background-image:url(/images/title_gradient.png);
	background-position:center top;
	background-repeat:repeat-x;
	clear:both;
	height:23px;
	margin-top: 1em;
	margin-bottom:0;
	padding-bottom:0;
	padding-left:1em;
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color:#E7E7E7;
	padding: 0px 0px 0px 1em;
	line-height: 23px;
	vertical-align: middle;
}

#column #content .intro {
	/*margin-left: 50px;
	margin-right: 50px;*/
	margin-left: 1em;
	margin-right: 1em;
}

#column #content .subheading {
	color: #939598;
	font-size: 11px;
	font-family: helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
#column #content .subheading:before {
		content: url("/images/orange-arrow-down.png");
		margin-right: 0.5em;
		margin-left: 1em;
}
#column #content #downloads-header
{
	margin-top: 2em;

}

.ratings {
	font-size: 8pt !important;
/*	color: #666 !important;*/
}

/* INDEX PAGE */

#fulldemos {
	margin: 0px; padding: 0px;
	list-style: none;
}

#fulldemos li {
	float: left;
	margin-left: 14px;
	margin-bottom: 5px;
	position: relative;
	width: 272px; height: 175px;
}

#fulldemos li img.thumb {
	position: absolute;
	z-index: -1;
}

#fulldemos li h2 {
	font-family: helvetica, sans-serif;
	margin-bottom: 0px;
	font-size: 11px;
	color: #939598;
}
	
#fulldemos li h2:before{
	content: url("/images/orange-arrow-down.png");
	margin-right: 0.5em;
	margin-left: 1em;
}

#fulldemos li .torrentlink, #fulldemos li .httplink {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	margin-top: 0px;
	text-decoration: none;
	color:#939598 !important;
	vertical-align: top;
}

#fulldemos li .torrentlink {
	position: absolute;
	top: 45px;
	left: 170px;
}

#fulldemos li .httplink {
	position: absolute;
	top: 66px;
	left: 170px;
}

.disabled {
	opacity: 0.4;
}

#fulldemos li .torrentlink:before, #fulldemos li .httplink:before {
	content: url("/images/grey-arrow-round.png");
	margin-right: 0.5em;
	vertical-align: middle;
	width: 272px;
}

#content #fulldemos li p.details {
	position: absolute;
	top: 117px;
	left: 12px;
	color: #EEE;
	font-size: 12px;
}

#content #fulldemos li p.ratings {
	position: absolute;
	left: 10px; top: 140px;
	width: 250px;
}

#final_item_line {
  margin-top: 7px;
  padding-bottom: 20px;
}

/* LIST PAGE */

#demos_list {
	margin: 0px; padding: 0px;
	padding-bottom: 40px;
	list-style: none;
}

#demos_list li {
/*	height: 70px;*/
}

#demos_list li.line {
	margin-bottom: 5px;
	margin-top: 5px;
	background-image: url("/images/horizontal-line.png");
	background-repeat: no-repeat;
	height: 1px;
}

#demos_list li img {
	float: left;
	margin-left: 32px;
	margin-right: 50px;
}

#demos_list li .details {
	display: table-cell;
	vertical-align: middle;
	height: 70px; width: 320px;
}

#demos_list li .details p {
	margin: auto;
}

#demos_list li .slash {
	display: inline-block;
	margin-left: 17px;
	margin-right: 17px;
	font-weight: bold;
}

#demos_list li .details p.name { position: relative; margin-bottom: 5px; }
#demos_list li .details p.name:before {
	position: absolute;
	content: url("/images/orange-arrow-right.png");
	left: -14px;
}

#demos_list li p.ratings {
	margin-top: 5px;
}

/* Help page */

#help #content img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
}
#help img.bordered {
	border: 1px solid #999999;
}
#help .center {
	text-align: center;
}
#help #content {
}
#help h3:first-child {
	margin-top: 0px;
}

#help #content p {
	margin: 1em 1em 0em 1em;
}

#help p:last-child {
	margin-bottom: 1em;
}
a img { border: 0px;}

/* Headbanging cat wearing headphones. Very important. */
#secret {
	display:none;
}
img.cat {
	margin:0px;
	padding: 0px;
	width: 160px;
}
#download_popup_overlay {
	position: fixed;
	top: 0px; left: 0px;
	background-color: #000;
	width: 100%; height: 100%;
	z-index: 100;
	opacity: 0.3;
}
#download_popup {
	position: fixed;
	top: 50%; left: 50%;
	z-index: 102;
}
#download_popup div.inner {
	position: absolute;
	top: -200px; left: -110px;
	background-color: #f6f6f6;
	background-image: url('/images/gradient1px.png');
	background-repeat: repeat-x;
	width: 350px;
	border: solid 3px #FFF;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 1px 1px 20px #000;
	-webkit-box-shadow: 1px 1px 20px #000;
	box-shadow: 1px 1px 20px #000;
	color: #5d5d5d;
}

#download_popup h2 {
	text-align: center;
	font-size: 16px;
	margin: 20px;
}

#download_popup ul {
	padding: 0px; margin: 30px;
	list-style: none;
	font-size: 14px;
}

#download_popup li {
	margin-bottom: 5px;
}

#download_popup li.card {
	margin-top: 25px;
}

#download_popup div.buttons {
	width: 100%;
	text-align: center;
}

#download_popup div.buttons button:first-child {
	margin-right: 50px;
}

#download_popup div.buttons button {
	width: 100px; line-height: 20px;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
}

#download_popup div.closing {
	width: 100%; height: 20px;
}

#download_popup div.gate {
	margin: 30px;
}

#download_popup div.gate select, #download_popup div.gate input {
	margin-left: 5px;
	margin-right: 5px;
}

#download_popup div.gate p.warning {
	color: #C00;
}

#download_popup div.gate p.center {
	text-align: center;
}

#help #column #content div#instructions {
	padding-bottom: 40px;
}
