/* Page: ViewApp
 * ----------------- */
 
#page_viewapp {
	float: left;
	clear: right;
	width: 800px;
	margin: 5px 0 10px 0;
}

#infobox {
	float: left;
	clear: right;
	margin: 10px 0;	
	padding: 10px 10px 20px 10px;		
	border: 5px solid #1F8ADE;
	background: url(../img/boxbg.jpg);	
}

#leftcol {
	float: left;
	width: 380px;
}

#rightcol {
	float: left;
	width: 410px;
	margin-left: 10px;
}

#detailbox {
	float: left;
}

#iconbox {
	width: 100px;
	height: 100px;
	float: left;
}

#textinfo {
	float: left;
	width: 260px;
	margin-left: 10px;
}

#textinfo span {
	display: block;
	color: #ddd;
}

.sectiontitle {
	display: block;
	text-transform: uppercase;
	font-size: 1.6em;
	margin: 4px 0 2px 0;
	float: left;
	clear: right;
}

#screenshots {
	float: left;
	width: 380px;
	margin-top: 15px;
}

#screenshots img {
	margin-top: 10px;
}

#screenshots img.vert {
	margin-left: 30px;
	width: 320px;
	height: 460px;
}

#screenshots img.horiz {
	margin-left: 0;
	width: 380px;
	height: 253px;
}

#textinfo_name {
	font-size: 2.2em;
	color: #fff !important;
}

#textinfo_company {
	font-size: 1.4em;
	margin: -2px 0 10px 0;
	color: #fff !important;
}

#descriptionblock,
#versionblock,
#languageblock,
#requirementsblock {
	margin: 5px 0 10px 0;
	float: left;
	clear: both;
}

.textblock {
	display: block;
	padding-left: 0px;
	float: left;
	font-size: 1.2em;
	margin-top: 5px;
	color: #ddd;
	line-height: 1.45em;
	width: 400px;
}

#linkbox {
	float: left;
	clear: both;
	margin-top: 25px;
}

#linkbox table {
	float: left;
	clear: both;
	border: 0;
	font-size: 1.1em;
	width: 650px;
	border-spacing: 0 5px;
	margin: 0 0 26px 75px;
}

#linkbox table tr.toprow {
	color: #2d42ff;
	font-size: 1.2em;
	vertical-align: bottom;
	text-align: left;
}

#linkbox table td.linkid {
	width: 54px;
	}
#linkbox table td.submitter {
	width: 150px;
	}
#linkbox table td.dateadded {
	width: 134px;
	}
#linkbox table td.cracker {
	width: 110px;
	}
#linkbox table td.ptype {
	width: 110px;
	}
#linkbox table td.download {
	width: 85px;
	}


#facebox .b {
  background:url(b.png);
}

#facebox .tl {
  background:url(tl.png);
}

#facebox .tr {
  background:url(tr.png);
}

#facebox .bl {
  background:url(bl.png);
}

#facebox .br {
  background:url(br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #1183DA;
  width: 400px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #aaa;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
  float: left;
  clear: both;
  width: 100%;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

/* Additions
 *****************/
 
#facebox .permabox {
	float: left;
	text-align: left;
	font-size: 1.1em;
	margin: 7px 0 0 1px;
	width: 700px;
	overflow: hidden;
}


/* Overrides
 *****************/

#facebox .content {
	float: left;
	height: 500px !important;
	width: 800px !important;
	overflow: auto;
}

#page_viewapp {
	width: 780px;
}

#rightcol {
	width: 380px;
}

.textblock {
	width: 380px;
}

#screenshots img {
	margin: 2px 0 8px 0;
}

#linkbox {
	width: 780px;
}

#linkbox table {
	width: 650px;
	margin: 5px 0 26px 75px;
}

#linkbox table tr {
	border-bottom: 5px solid #111;
}

#linkbox table tr.toprow {
	border-bottom: 3px solid #111;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#post-footer { 
	background: #1E89DC;
	border: 1px solid #0065C6; 
	padding: 8px 10px;

	
	float:left;
	text-align: right;
	font-size: 1.1em;
	margin: 7px 0 0 1px;
	width: 725px;
	overflow: hidden;
}
#post-footer .date {
	background: url(../img/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 3px 0 3px;
}
#post-footer .comments {
	background: url(../img/comment.gif) no-repeat left center;
	padding-left: 	20px; margin: 0 3px 0 3px;
}
#post-footer .readmore {
	background: url(../img/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 3px 0 3px;
}
#post-footer .permalink {
	background: url(../img/permalink.gif) no-repeat left center;
    padding-left: 20px; margin: 0 3px 0 3px;
}
#post-footer .itunes {
	background: url(../img/itunes.gif) no-repeat left center;
	padding-left: 20px; margin: 0 3px 0 3px;
}
#post-footer .update {
	background: url(../img/update.gif) no-repeat left center;
	padding-left: 20px; margin: 0 3px 0 3px;
}
#post-footer .comment {
	background: url(../img/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 3px 0 3px;
}
#post-footer .download {
	background: url(../img/download.gif) no-repeat left center;
	padding-left: 20px; margin: 0 3px 0 3px;
}
#post-footer .description {
	background: url(../img/description.gif) no-repeat left center;
	padding-left: 20px; margin: 0 3px 0 3px;
}
#post-footer .popup {
	background: url(../img/popup.png) no-repeat left center;
	padding-left: 20px; margin: 0 3px 0 3px;
}

#post-footer .first {
	background: url(../img/first.gif) no-repeat left center;
	padding-left: 20px; margin: 0 3px 0 3px;
}
#post-footer .last {
	background: url(../img/last.gif) no-repeat left center;
	padding-left: 20px; margin: 0 3px 0 3px;
}
#post-footer .next {
	background: url(../img/next.gif) no-repeat left center;
	padding-left: 20px; margin: 0 3px 0 3px;
}
#post-footer .prev {
	background: url(../img/prev.gif) no-repeat left center;
	padding-left: 20px; margin: 0 3px 0 3px;
}