/*-----------------------------------------------------------------------------
[unity models] PDF Builder Stylesheet

version:   1.0
date:      2009-10-08
author:    Manuel Boy
email:     manuel@polargold.de

website:   ?
-----------------------------------------------------------------------------*/

html {
	background: #333;
}

#content {
	padding-bottom: 0;
}

div#box-wrapper {
	overflow: hidden;
}

	div#print-options {
		width: 235px;
		float: left;
		background: #333;
		height: 442px;
	}
	
		div#print-options-inner {
			margin: 5px 0 0 10px;
		}

		div#print-options-inner h2 {
			color: #FFF;
			font-size: 12px;
		}

	div#image-preview {
		float: right;
		background: #F0F0F0;
		width: 675px;
		height: 497px;
		overflow-y: hidden;
		overflow-x: auto;
	}
	

table.image-wrapper-helper img {
	display: block;
	margin: 0;
}

div.minibook-portfolio-image-wrapper {
	border: 1px solid #DDD;
	padding: 3px;
	background: #FFF;
}

#pdf-preview-container {
	height: 240px;
	background: #222;
	overflow-x: hidden;
	padding-top: 10px;
	overflow-y: auto;
}

	#pdf-preview-container .page-item {
		width: 192px;
		height: 145px;
		margin: 0 0 0 10px;
		background: url(../images/pdfbuilder_template_preview.gif) 0 0 no-repeat;
	}

		#pdf-preview-container .page-item .preview-image-item {
			width: 54px;
			height: 80px;
			margin-top: 7px;
			padding-left: 7px;
			overflow: hidden;
			float: left;
			cursor: pointer;
		}

		#pdf-preview-container .page-item .preview-image-item img {
			width: 54px;
			height: 80px;
			overflow: hidden;
		}

#instructions {
	color: #FFF;
	padding-bottom: 5px;
	font-size: 11px;
}

#selection-controls {
	padding: 10px 0 10px 0;
}

	.custombutton {
		background: #FFF;
		float: left;
		width: 60px;
		text-align: center;
	}

		.custombutton a {
			display: block;
			padding: 3px 0 4px 0;
			text-align: center;
			font-size: 11px;
		}
		
		#button-select-all {
			float: right;
		}

		#button-print {
			float: right;
		}
		
			#button-print a {
				color: #333;
				font-weight: bold;
			}
			
			.selectable-item {
				cursor: pointer;
			}

div.remove-image-button {
	margin-top: 2px;
	height: 25px;
	background: #FFF;
	text-align: right;
}	

	div.remove-image-button a {
		color: #888;
		font-size: 11px;
		display: block;
		float: right;
		padding: 3px 3px 0 0;
		text-decoration: none;
	}

	div.remove-image-button a:hover {
		color: #444;
		text-decoration: none;
	}
			
