/**
 * Preview page CSS styles
 *
 * Project: [Alt] Constructor <br />
 * File: preview.css
 *
 * @author Fox
 * @package css
 */

#PreviewHead {
	background-color: #D4D0C8;

	height: 35px;
	width: 100%;
}

#PreviewHead #PageUrl {
	margin-left: 5px;
	margin-top: 10px;

	float: left;
}

#PreviewHead #PrintIcon {
	background-image: url('../pictures/printer.gif');
	background-repeat: no-repeat;

	margin-right: 7px;
	margin-top: 3px;

	float: right;	
	
	height: 25px;
	width: 22px;

	cursor: pointer;
}


.blockBlueHeader {
	font-weight: bold;

	background-image: url("../pictures/catalogue_header_background.jpg");
	background-repeat: repeat-x;
}

#InformationBlock {
	margin-bottom: 20px;
}

#InformationCopyright {
	font-weight: bold;

	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;

	float: right;
}
