/*//
//  archiveExtractor
//  Bespoke styles for this post
//
//  Created by Adam Taylor on 2009-08-04.
//  Copyright (c) 2009 I am Ad Taylor. All rights reserved.
//*/
body {
	background-color: #f2f2e6;
/*		background: transparent url('../../../references/grid.jpg') repeat-y top left;*/
	
/*	background-image: none;*/
}

.archiveExtractor {
	position : relative;
	width : 960px;
	padding-top : 32px;
	margin-left: 72px;
}
.archiveExtractor #text-wrap {
	margin : 34px 174px 64px 154px;
}
.archiveExtractor #text-wrap .code-hide {
	display : none;
}
	.archiveExtractor a {
		color : #0046C6;
		font-weight: bold;
		text-decoration: none;
	}
		.archiveExtractor a:hover {
			color : #96e5fc;
		}
		.archiveExtractor a:active {
			color : #96e5fc;
		}
		.archiveExtractor a:visted {
			color : #96e5fc;
		}
.archiveExtractor p {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 9px;
}		
.archiveExtractor h1 {
	text-indent : -9999px;
	width: 935px;
	height: 298px;	
	background:transparent url('../../../images/features/2009/archiveExtractorHeader.png') no-repeat scroll top left;
	
}
.archiveExtractor h2 {
	text-indent : -9999px;
	width: 355px;
	height: 64px;
	margin-top : 64px;
}
.archiveExtractor h2.installation {
	background:transparent url('../../../images/features/2009/archiveExtractorInst.png') no-repeat scroll top left;
	
}

.archiveExtractor h2.usage {
	background:transparent url('../../../images/features/2009/archiveExtractorUse.png') no-repeat scroll top left;
	
}
.archiveExtractor p.note {
	font-style: italic;
}
	.archiveExtractor p.edit {
		background-color: #FFF78B;
		
	}
.archiveExtractor a span.download {
	text-indent : -9999px;
	width: 233px;
	height: 64px;
	display : block;
	float: right;
	background:transparent url('../../../images/features/2009/archiveExtractorDLbut.png') no-repeat scroll top left;
}

.archiveExtractor a.show-code {
	float: right;
	clear: both;
	font-size : 120%;
	margin-right: 6px;
	color: #008FD5;
	
}