	/** General Setup */
	body {
		margin: 0px;
		padding: 0px;
		font-family: Verdana;
		font-size: 12px;
		color: #306FAB;
	}
	
	td {
		font-family: Verdana;
		font-size: 12px;
		color: #306FAB;
	}
	
	td div.space {
		font-size: 1px;
		overflow: hidden;
		height: 1px;
	}
	
	input {
		 font-family: Verdana;
	}
	
	/** Links */
	a.buttonLineLink {
		font-weight: bold;
		color: #FFF;
		font-size: 11px;
		text-decoration: none;
		display: block;
		width: 350px;
	}
	a.buttonLineLink:hover {
		text-decoration: underline;
	}
	
	/** Upload Status */
	#StatusMessage {
		margin-top: 10px;
		border: 2px inset #D4D0C8;
		width: 716px;
		height: 70px;
		overflow: auto;
		display: none;
	}
	#StatusBarBorder {
		margin-top: 10px;
		border: 1px inset #D4D0C8;
		width: 716px;
		height: 20px;
		display: none;
	}
	#StatusBar {
		background-color: #000;
		width: 100%;
		height: 100%;
	}
	
	/** Page header */
	.pageHeader {
		border-bottom: 4px solid #F6A300;
		width: 100%;
	}
	
	.header {
		font-size: 16px;
		width: 90%;
		border-bottom: 1px solid #306FAB;
		margin-top: 5px;
		margin-bottom: 15px;
		padding: 3px;
		font-weight: bold;
		display: block;
	}
	
	#AreaLeft {
		width:270px;
		height:500px;
		background-color: transparent;
		background-image: url(/files/skin/images/area.left.png);
		background-repeat: no-repeat;
		background-position: 10px 10px;
	}
	/** Required fields */
	.required {
		color: #F00;
		font-weight: bold;
		vertical-align: super;
	}
	
	/** Standard Box, containing some Elements */
	.box {
		width: 100%;
		height: 100%;
	}
	.boxContent {
		padding-top: 5px;
		text-align: center;
		vertical-align: middle;
		background-color: #DCEDF9;
		border: 1px solid #306FAB;
	}
	.boxContentLeft {
		text-align: left;
	}
	
	/** A Label showing the name of a panel */
	.labelLeft {
		width: 5px;
		height: 15px;
		margin: 0px;
		overflow: hidden; 
		background-image: url(/files/skin/images/tiles.gif);
		background-repeat: no-repeat;
		background-position: -11px 0;
	}
	.labelRight {
		width: 5px;
		height: 15px;
		overflow: hidden; 
		background-image: url(/files/skin/images/tiles.gif);
		background-repeat: no-repeat;
		background-position: -16px 0;
		font-size: 1px;
	}
	.labelText {
		width: 112px;
		height: 15px;
		overflow: hidden;
		background-image: url(/files/skin/images/label.header.run.gif);
		font-size: 10px;
		font-weight: bold;
		color: #306FAB;
		text-align: center;
	}
	.labelFiller {
		height: 15px;
		overflow: hidden; 
		background-image: url(/files/skin/images/label.filler.gif);
	}
	.labelFillerEnd {
		width: 5px;
		height: 15px;
		overflow: hidden; 
		background-image: url(/files/skin/images/tiles.gif);
		background-repeat: no-repeat;
		background-position: -21px 0;
		font-size: 1px;
	}
	.poolInfo {
		width: 200px;
		height: 15px;
		overflow: hidden;
		background-image: url(/files/skin/images/tiles.gif);
		background-repeat: no-repeat;
		background-position: -26px 0;
		font-size: 9px;
		color: #306FAB;
		text-align: center;
	}
	
	/** A standard Panel Design */
	.panel {
		background-color: #FFF;
		border: 1px solid #306FAB;
	}
	/** Image Pool */
	#imagePoolDiv {
		overflow: auto;
		height: 100%;
		width: 100%;
		display: none;
		position: relative;
		top: 0px; 
		left: 0px;
	}
	
	#imagePoolTable {
		height: 85px;
		border: 3px solid #FFF;
	}
	
	#imagePoolTable td {
		border: 3px solid #FFF;
		vertical-align: middle;
		text-align: center;
	}
	/** Shopping Cart */
	#shoppingCartDiv {
		overflow: auto; 
		height: 100%; 
		width: 100%;
		display: none;
	}
	#shoppingCartDivContent {
		padding-bottom: 0px !important;
		padding-bottom: 5px;
	}
	
	.itemContainer {
		height: 100px; 
		width: 110px; 
		border: 0px outset #FFF;
		position: relative; 
		float: left;
		text-align: center;
		margin: 5px;
	}
	.item {
		width: 90px;
		height: 70px;
		margin: 5px auto 0px auto;
		text-align: left;
		overflow: hidden;
		position: relative;
	}
	.item img {
		position: absolute;
		top: 0px;
		left: 0px;
	}
	.qualityPreview {
		font-size: 1px;
		overflow: hidden;
		bottom: 3px; 
		left: 3px; 
		position: absolute; 
		width: 12px; 
		height: 12px;
	}
	.productName {
		bottom: 2px; 
		left: 20px; 
		position: absolute; 
		color: #FFF;
		height: 14px; 
		width: 80px; 
		overflow: hidden;
		font-family: Verdana;
		font-size: 9px;
		font-weight: bold;
		text-align: left;
	}
	.alternativeText {
		display: none;
		color: #FFF;
	}
	
	/** Grid View */
	.gridViewDiv {
		border-top:0px;
		border-right:1px;
		border-bottom:1px;
		border-left:1px;
		border-style:solid;
		border-color:#D4D0C8;
	}
	#gridViewHeadTable {
		background-color: #D4D0C8;
	}
	.gridQualityPreview {
		width: 5px; 
		height: 5px;
		font-size: 1px;
		overflow: hidden;
	}
	#gridViewHeaderDiv {
		display: none;
		border: 1px solid #D4D0C8;
		background-color: #FFF;
		padding-bottom:2px;
		width: auto !important;
		width: 100%;
	}
	td.gridViewHeadFilename {
		background-color:#306FAB;
		text-align:left;
		width:auto;
		border-width:0px 1px 0px 0px;
		border-color:#D4D0C8;
		border-style:solid;
	}
	td.gridViewHeadQty {
		width:108px;
		background-color:#306FAB;
		text-align:right;
		border-width:0px 1px 0px 0px;
		border-color:#D4D0C8;
		border-style:solid;
	}
	td.gridViewHeadProductName {
		width:205px;
		background-color:#306FAB;
		text-align:right;
		border-width:0px 0px 0px 0px;
		border-color:#D4D0C8;
		border-style:solid;
	}
	div.gridViewHeadFilename {
		color:#FFF;
		font-size:11px;
		font-style:normal;
		font-weight:bold;
		padding-left:5px;
		padding-right:5px;
		overflow:hidden;
		white-space:nowrap;
		padding-top:3px;
		padding-bottom:3px;
	}
	div.gridViewHeadQty {
		color:#FFF;
		font-size:11px;
		font-style:normal;
		font-weight:bold;
		padding-left:5px;
		padding-right:5px;
		overflow:hidden;
		white-space:nowrap;
		padding-top:3px;
		padding-bottom:3px;
	}
	div.gridViewHeadProductName {
		color:#FFF;
		font-size:11px;
		font-style:normal;
		font-weight:bold;
		padding-left:5px;
		padding-right:5px;
		overflow:hidden;
		white-space:nowrap;
		padding-top:3px;
		padding-bottom:3px;
	}
	td.gridViewFilename {
		text-align:left;
		border-width:0px 1px 0px 0px;
		border-color:#D4D0C8;
		border-style:solid;
		padding-left:5px;
		width:auto;
	}
	td.gridViewQty {
		width:108px;
		text-align:right;
		border-width:0px 1px 0px 0px;
		border-color:#D4D0C8;
		border-style:solid;
	}
	td.gridViewProductName {
		width:205px;
		text-align:right;
		border-width:0px 0px 0px 0px;
		border-color:#D4D0C8;
		border-style:solid;
	}
	div.gridViewFilename {
		color:#FFF;
		text-align:left;
		padding-top:3px;
		padding-bottom:3px;
		font-size:10px;
		font-style:normal;
		font-weight:bold;
		padding-left:5px;
		padding-right:5px;
	}
	div.gridViewQty {
		color:#FFF;
		overflow:hidden;
		white-space:nowrap;
		padding-top:3px;
		padding-bottom:3px;
		font-size:10px;
		font-style:normal;
		font-weight:bold;
		padding-left:5px;
		padding-right:5px;
	}
	div.gridViewProductName {
		color:#FFF;
		overflow:hidden;
		white-space:nowrap;
		text-align:right;
		padding-top:3px;
		padding-bottom:3px;
		font-size:10px;
		font-style:normal;
		font-weight:bold;
		padding-left:5px;
		padding-right:5px;
	}
	
	/** These are only used inside the Reorder System */
	.gridViewRow td {
		background-color: #FFF;
		padding: 3px;
		border: 0px;
	}
	.gridViewHeadImage {
		text-align: center;
		background-color:#306FAB;
		color: #FFF;
		font-size: 11px;
		font-style: normal;
		font-weight: bold;
		white-space:nowrap;
		width: 150px;
	}
	.gridViewImage {
		text-align: center;
		vertical-align: middle;
	}
	/** Product List */
	#productListDiv {
		overflow: auto; 
		height: 100%; 
		width: 100%; 
		display: none;
		position: relative;
		top: 0px; 
		left: 0px;
	}		
	.productListTable {
		width: 100%;
	}
	.productListTd {
		border: 1px solid #FFF;
		cursor: pointer; 
		height: 80px;
		width: 50%; 
		text-align: center; 
		vertical-align: middle;
	}
	.productListSpan {
		color: #FFF;
		font-family: Verdana;
		font-size: 9px;
		font-weight: bold;
	}
	
	/** Item Selection */
	.SelectedItem {
		background-color: #306FAB;
	}
	.UnselectedItem {
		background-color: #7BBBEA;
	}
	
	/** Product Selection */
	.productSelectionText {
		font-size: 10px;
		font-weight: bold;
	}
	
	#pnlCategories {
		margin-left: 10px;
	}
	
	/** Fees */
	#caption {
		font-size: 9px;
		font-weight: bold;
	}
	
	/** Error Messages on images pages */
	#errorHandler {
		position: absolute;
		border: 1px solid #F00;
		top: 50%;
		left: 50%;
		background-color: #FFF;
		padding: 5px;
		width: 600px;
		z-index: 1000;
	}
	
	/** Formats */
	.format {
		font-size: 10px;
		font-weight: bold;
	}
	
	/** SelectGrid Design */
	#selectGrid td {
		padding: 2px;
		vertical-align: top;
	}
	#selectGrid hr {
		height: 1px;
		color: #F6A300;
		background-color: #F6A300;
		border: 0px solid #F6A300;
	}
	#selectGrid .inactive {
		background-color: #FFF;
		cursor: pointer;
	}
	#selectGrid .active {
		color: #FFF;
		background-color: #7BBBEA;
		cursor: pointer;
	}
	#selectGrid .id {
		width: 50px;
		text-align: right;
		vertical-align: top;
	}
	#selectGrid .spacer {
		width: 10px;
	}
	#selectGrid .nosize {
		padding-left: 0px;
		padding-right: 0px;
		font-size: 1px;
		overflow: hidden;
		cursor: default;
	}
	
	/** Button Designs */
	#buttonLine, .buttonLine {
		bottom: 0px;
		left: 0px;
		width: 100%;
		height: 40px;
		display: none;
		border-top: 4px solid #F6A300;
		background-color: #7BBBEA;
		position: absolute;
	}
	
	input[type="button"] {
		background-image: url(/files/skin/images/buttons/buttons.gif);
	}
	button {
		background-image: url(/files/skin/images/buttons/buttons.gif);
		border:0px solid black;
		padding: 0px;
		font-family: Verdana;
		text-align:center;
	}
	button table {
		width: 100%;
		height: 100%;
	}
	button div {
		width: 100%;
	}
	button td, button div {
		text-align: center;
		font-weight: bold;
		font-size: 11px;
		color: #FFF;
	}
	button td img {
		margin-left:-1px;
	}
	/** Default Button Design */
	.buttonActive {
		width: 112px;
		height: 29px;
		background-color: transparent;
		background-position: -112px -118px;
		border: 0px solid #000;
		font-weight: bold;
		font-size: 10px;
		color: #FFF;
	}
	.buttonInactive {
		width: 112px;
		height: 29px;
		background-color: transparent;
		background-position: 0 -118px;
		border: 0px solid #000;
		font-weight: bold;
		font-size: 10px;
		color: #FFF;
	}			
	.buttonHover {
		width: 112px;
		height: 29px;
		background-color: transparent;
		background-position: -224px -118px;
		border: 0px solid #000;
		font-weight: bold;
		font-size: 10px;
		color: #FFF;
	}		
	.buttonDisabled {
		width: 112px;
		height: 29px;
		background-color: transparent;
		background-position: -336px -118px;
		border: 0px solid #000;
		font-weight: bold;
		font-size: 10px;
		color: #FFF;
	}
	
	/** Button 1 */
	.button1_buttonActive {
		width: 182px;
		height: 48px;
		background-color: transparent;
		background-position: -182px 0;
		border: 0px solid #000;
		font-weight: bold;
		font-size: 20px;
		color: #FFF;
	}
	.button1_buttonInactive {
		width: 182px;
		height: 48px;
		background-color: transparent;
		background-position: 0 0;
		border: 0px solid #000;
		font-weight: bold;
		font-size: 20px;
		color: #FFF;
	}
	.button1_buttonHover {
		width: 182px;
		height: 48px;
		background-color: transparent;
		background-position: -364px 0;
		border: 0px solid #000;
		font-weight: bold;
		font-size: 20px;
		color: #FFF;
	}
	.button1_buttonDisabled {
		width: 182px;
		height: 48px;
		background-color: transparent;
		background-position: -546px 0;
		border: 0px solid #000;
		font-weight: bold;
		font-size: 20px;
		color: #FFF;
	}
	
	/** Button 2 */
	.button2_buttonActive {
		width: 182px;
		height: 22px;
		background-color: transparent;
		background-position: -182px -48px;
		border: 0px solid #000;
		font-weight: bold;
		font-size: 10px;
		color: #FFF;
	}
	.button2_buttonInactive {
		width: 182px;
		height: 22px;
		background-color: transparent;
		background-position: 0 -48px;
		border: 0px solid #000;
		font-weight: bold;
		font-size: 10px;
		color: #FFF;
	}
	.button2_buttonHover {
		width: 182px;
		height: 22px;
		background-color: transparent;
		background-position: -364px -48px;
		border: 0px solid #000;
		font-weight: bold;
		font-size: 10px;
		color: #FFF;
	}
	.button2_buttonDisabled {
		width: 182px;
		height: 22px;
		background-color: transparent;
		background-position: -546px -48px;
		border: 0px solid #000;
		font-weight: bold;
		font-size: 10px;
		color: #FFF;
	}
	
	/** Button 3 */
	.button3_buttonActive {
		cursor: default;
		width: 112px;
		height: 48px;
		background-color: transparent;
		background-position: -112px -70px;
		border: 0px solid #000;
		font-weight: bold;
		font-size: 12px;
		color: #FFF;
	}
	.button3_buttonInactive {
		cursor: default;
		width: 112px;
		height: 48px;
		background-color: transparent;
		background-position: 0 -70px;
		border: 0px solid #000;
		font-weight: bold;
		font-size: 12px;
		color: #FFF;
	}
	.button3_buttonHover {
		cursor: default;
		width: 112px;
		height: 48px;
		background-color: transparent;
		background-position: -224px -70px;
		border: 0px solid #000;
		font-weight: bold;
		font-size: 12px;
		color: #FFF;
	}
	.button3_buttonDisabled {
		cursor: default;
		width: 112px;
		height: 48px;
		background-color: transparent;
		background-position: -336px -70px;
		border: 0px solid #000;
		font-weight: bold;
		font-size: 12px;
		color: #FFF;
	}
	
	/** Button 4 */
	.button4_buttonActive {
		width: 112px;
		height: 29px;
		background-color: transparent;
		background-position: -112px -118px;
		border: 0px solid #000;
		font-weight: bold;
		font-size: 10px;
		color: #FFF;
	}		
	.button4_buttonInactive {
		width: 112px;
		height: 29px;
		background-color: transparent;
		background-position: 0 -118px;
		border: 0px solid #000;
		font-weight: bold;
		font-size: 10px;
		color: #FFF;
	}			
	.button4_buttonHover {
		width: 112px;
		height: 29px;
		background-color: transparent;
		background-position: -224px -118px;
		border: 0px solid #000;
		font-weight: bold;
		font-size: 10px;
		color: #FFF;
	}
	.button4_buttonDisabled {
		width: 112px;
		height: 29px;
		background-color: transparent;
		background-position: -336px -118px;
		border: 0px solid #000;
		font-weight: bold;
		font-size: 10px;
		color: #FFF;
	}
	
	/** Button 6 */
	.button6_buttonActive {
		width: 112px;
		height: 64px;
		background-color: transparent;
		background-position: -112px -147px;
		border: 0px solid #000;
		font-weight: bold;
		font-size: 20px;
		color: #FFF;
	}		
	.button6_buttonInactive {
		width: 112px;
		height: 64px;
		background-color: transparent;
		background-position: 0 -147px;
		border: 0px solid #000;
		font-weight: bold;
		font-size: 20px;
		color: #FFF;
	}			
	.button6_buttonHover {
		width: 112px;
		height: 64px;
		background-color: transparent;
		background-position: -224px -147px;
		border: 0px solid #000;
		font-weight: bold;
		font-size: 20px;
		color: #FFF;
	}		
	.button6_buttonDisabled {
		width: 112px;
		height: 64px;
		background-color: transparent;
		background-position: -336px -147px;
		border: 0px solid #000;
		font-weight: bold;
		font-size: 20px;
		color: #FFF;
	}
	
	/** Button 7 */
	.button7_buttonActive {
		width: 29px;
		height: 29px;
		background-color: transparent;
		background-position: -477px -70px;
		border: 0px solid #000;
		font-weight: bold;
		font-size: 20px;
		color: #FFF;
		margin: 0px; padding: 0px;
	}		
	.button7_buttonInactive {
		width: 29px;
		height: 29px;
		background-color: transparent;
		background-position: -448px -70px;
		border: 0px solid #000;
		font-weight: bold;
		font-size: 20px;
		color: #FFF;
		margin: 0px; padding: 0px;
	}			
	.button7_buttonHover {
		width: 29px;
		height: 29px;
		background-color: transparent;
		background-position: -506px -70px;
		border: 0px solid #000;
		font-weight: bold;
		font-size: 20px;
		color: #FFF;
		margin: 0px; padding: 0px;
	}		
	.button7_buttonDisabled {
		width: 29px;
		height: 29px;
		background-color: transparent;
		background-position: -535px -70px;
		border: 0px solid #000;
		font-weight: bold;
		font-size: 20px;
		color: #FFF;
		margin: 0px; padding: 0px;
	}
	
	/** Button 8 */
	.button8_buttonActive {
		width: 180px;
		height: 14px;
		background-color: transparent;
		background-position: -448px -127px;
		border: 0px solid #000;
		font-weight: bold;
		font-size: 9px;
		color: #FFF;
		margin: 0px; padding: 0px;
	}		
	.button8_buttonInactive {
		width: 180px;
		height: 14px;
		background-color: transparent;
		background-position: -448px -99px;
		border: 0px solid #000;
		font-weight: bold;
		font-size: 9px;
		color: #FFF;
		margin: 0px; padding: 0px;
	}			
	.button8_buttonHover {
		width: 180px;
		height: 14px;
		background-color: transparent;
		background-position: -448px -113px;
		border: 0px solid #000;
		font-weight: bold;
		font-size: 9px;
		color: #FFF;
		margin: 0px; padding: 0px;
	}		
	.button8_buttonDisabled {
		width: 180px;
		height: 14px;
		background-color: transparent;
		background-position: -448px -141px;
		border: 0px solid #000;
		font-weight: bold;
		font-size: 9px;
		color: #FFF;
		margin: 0px; padding: 0px;
	}
	
	/** Button 9 */
	.button9_buttonActive {
		width: 65px;
		height: 14px;
		background-color: transparent;
		background-position: -448px -183px;
		border: 0px solid #000;
		font-weight: bold;
		font-size: 9px;
		color: #FFF;
		margin: 0px; padding: 0px;
	}		
	.button9_buttonInactive {
		width: 65px;
		height: 14px;
		background-color: transparent;
		background-position: -448px -155px;
		border: 0px solid #000;
		font-weight: bold;
		font-size: 9px;
		color: #FFF;
		margin: 0px; padding: 0px;
	}			
	.button9_buttonHover {
		width: 65px;
		height: 14px;
		background-color: transparent;
		background-position: -448px -169px;
		border: 0px solid #000;
		font-weight: bold;
		font-size: 9px;
		color: #FFF;
		margin: 0px; padding: 0px;
	}
	.button9_buttonDisabled {
		width: 65px;
		height: 14px;
		background-color: transparent;
		background-position: -448px -197px;
		border: 0px solid #000;
		font-weight: bold;
		font-size: 9px;
		color: #FFF;
		margin: 0px; padding: 0px;
	}
	
	/** Button 10 */
	.button10_buttonActive {
		width: 77px;
		height: 18px;
		background-color: transparent;
		background-position: -628px -106px;
		border: 0px solid #000;
		font-weight: bold;
		font-size: 9px;
		color: #FFF;
		margin: 0px; padding: 0px;
	}		
	.button10_buttonInactive {
		width: 77px;
		height: 18px;
		background-color: transparent;
		background-position: -628px -70px;
		border: 0px solid #000;
		font-weight: bold;
		font-size: 9px;
		color: #FFF;
		margin: 0px; padding: 0px;
	}			
	.button10_buttonHover {
		width: 77px;
		height: 18px;
		background-color: transparent;
		background-position: -628px -88px;
		border: 0px solid #000;
		font-weight: bold;
		font-size: 9px;
		color: #FFF;
		margin: 0px; padding: 0px;
	}
	.button10_buttonDisabled {
		width: 77px;
		height: 18px;
		background-color: transparent;
		background-position: -628px -124px;
		border: 0px solid #000;
		font-weight: bold;
		font-size: 9px;
		color: #FFF;
		margin: 0px; padding: 0px;
	}


	/** Some Buttons need a smaller font */
	#smallerFont input {
		font-size: 9px;
	}
	
	/** Images insdie Buttons */
	.buttonImage {
		padding: 0px; 
		margin: 0px;
	}
	
	/** Order Comment */
	#OrderComment {
		position: absolute; 
		bottom: 70px; 
		left: 270px;
	}
	#OrderComment span {
		display: block;
		font-size: 10px;
		width: 500px;
	}
	#OrderComment input {
		width: 500px;
	}
	
	/** The Design for the LayoutEditor */
	#frmLayoutEditor #loadingDiv {
		z-index: 9999999; 
		position: absolute; 
		top: 0px; 
		left: 0px; 
		background-color: #FFF; 
		width: 100%; 
		height: 100%;
	}
	#frmLayoutEditor #loadingDiv table {
		width: 100%; 
		height: 100%;
	}
	#frmLayoutEditor #movingElements {
		position: absolute; 
		width: 100px; 
		height: 100px; 
		display: none; 
		border: 1px solid #000; 
		background-color: #FFF; 
		z-index: 1;
	}
	#frmLayoutEditor #movingElements table {
		width: 100%; 
		height: 100%;
	}
	#frmLayoutEditor #movingElements td {
		width: 33%; 
		height: 33%; 
		text-align: center; 
		vertical-align: middle;
	}
	#frmLayoutEditor #calSetupElements {
		position: absolute; 
		width: 180px; 
		height: 100px; 
		display: none; 
		border: 1px solid #000; 
		background-color: #FFF; 
		z-index: 1;
	}
	#frmLayoutEditor #calSetupElements table {
		width: 100%; 
		height: 100%; 
	}
	#frmLayoutEditor .spacerH {
		height: 5px;
		font-size: 1px;
	}
	#frmLayoutEditor .spacerV {
		width: 5px;
		font-size: 1px;
	}
	#frmLayoutEditor .defaultPanel {
		border: 1px solid #306FAB; 
		background-color: #DCEDF9;
		padding: 5px;
	}
	#frmLayoutEditor a {
		color: #306FAB;
		text-decoration: none;
	}
	#frmLayoutEditor .toolTip {
		color: #000;
	}
	#frmLayoutEditor #pageInfo {
		font-size: 15px;
		font-weight: bold;
	}
	#frmLayoutEditor #header {
		margin-left: 15px;
		width: 340px;
	}
	#frmLayoutEditor #previewText {
		width: 320px; 
		height: 200px; 
		margin: 0px; 
		padding: 0px;
	}
	#frmLayoutEditor #colorPreviewer {
		width: 43px; 
		height: 22px;
		border: 1px solid #000; 
		cursor: pointer;
		margin-right: 5px;
		float: left;
	}
	#frmLayoutEditor #fontInfo {
		font-weight: bold;
		font-size: 11px;
	}
	
	/** The Cropping Editor */
	#frmCroppingEditor .spacerH {
		height: 5px;
		font-size: 1px;
	}
	#frmCroppingEditor .spacerV {
		width: 5px;
		font-size: 1px;
	}
	#frmCroppingEditor .defaultPanel {
		border: 1px solid #306FAB;
		background-color: #DCEDF9;
		padding: 5px;
	}
	#frmCroppingEditor {
		margin: 0px;
		padding: 0px;
		height: 100%;
		width: 100%;
	}
	#frmCroppingEditor #CropFiller {
		position: relative;
		background-color: #D4D0C8;
		padding: 5px;
	}
	#frmCroppingEditor #CropContainer {
		margin: 5px;
		position: relative;
	}
	#frmCroppingEditor #Picture {
		position: absolute; 
		top: 0px;
		left: 0px;
		z-index: 1;
	}
	#frmCroppingEditor .borders {
		font-size: 0px;
		overflow: hidden;
		position: absolute; 
		width: 1px;
		height: 1px;
		top: 0px; 
		left: 0px; 
		background-color: #FFF; 
		z-index: 5;
	}
	#frmCroppingEditor .area {
		font-size: 0px;
		overflow: hidden;
		position: absolute;
		width: 1px;
		height: 1px; 
		top: 0px; 
		left: 0px; 
		z-index: 4;
		background-image: url(/files/skin/cropping/blank.gif);
	}
	#frmCroppingEditor .gripHandle {
		font-size: 0px;
		overflow: hidden;
		position: absolute;
		width: 1px;
		height: 1px; 
		top: 0px; 
		left: 0px; 
		z-index: 5;
		background-image: url(/files/skin/cropping/blank.gif);
	}
	#frmCroppingEditor .waste {
		font-size: 0px;
		overflow: hidden;
		position: absolute; 
		width: 0px; 
		height: 0px; 
		top: 0px;
		left: 0px;
		z-index: 2; 
		background-image: url(/files/skin/cropping/waste.png);
	}
	#frmCroppingEditor .dotted {
		font-size: 0px;
		overflow: hidden;
		position: absolute;
		width: 0px;
		height: 0px;
		top: 0px;
		left: 0px;
		z-index: 4;
		background-image: url(/files/skin/cropping/saveArea.gif);
	}
	#frmCroppingEditor #qualityInfo {
		font-size: 10px;
		font-weight: bold;
		color: #FFF;
		padding: 3px;
		margin-left: 110px;
	}
	#frmCroppingEditor #qualityInfoText {
		font-size: 10px;
		font-weight: bold;
		color: #FFF;
		padding: 3px;
		width: 100px;
		float: left;
		text-align: center;
	}
	#frmCroppingEditor #OkCancelButtons {
		margin-left: 510px;
		text-align: right;
	}
	.croppingBox {
		float: left;
		margin-left: 5px;
		margin-top:0px;
		vertical-align:top;
		cursor:pointer;
	}
	.croppingText {
		float: left;
		margin-left: 2px;
		height: 17px;
		margin-bottom: 5px;
		cursor:pointer;
	}
	#freeCroppingLabel {
		float: left;
		visibility: hidden;
	}
	#croppingOptions {
		float: left;
		font-size: 9px;
		font-weight: bold;
		margin-top: 8px;
	}
	#croppingOptions input {
		width: 14px;
		height: 14px;
	}
	
	/** PriceGrid */
	#priceGrid {
		width: 100%;
		height: 119px;
		overflow: auto;
		overflow-x: hidden;
		border: 1px solid #306FAB;
	}
	#priceGrid .HeaderName {
		background-color: #306FAB;
		color: #FFF;
		text-align: left;
		font-weight: bold;
		font-size: 11px;
		padding: 2px;
	}
	#priceGrid .HeaderDefault {
		background-color: #306FAB;
		color: #FFF;
		text-align: center;
		font-weight: bold;
		font-size: 11px;
	}
	#priceGrid .ColName {
		border-right: 1px solid #D4D0C8;
		border-bottom: 1px solid #D4D0C8;
		text-align: left;
		font-size: 10px;
		padding: 2px;
	}
	#priceGrid .ColPrice {
		border-right: 1px solid #D4D0C8;
		border-bottom: 1px solid #D4D0C8;
		text-align: center;
		width: 200px;
		font-size: 11px;
	}
	#priceGrid .ColCount {
		border-right: 1px solid #D4D0C8;
		border-bottom: 1px solid #D4D0C8;
		text-align: center;
		width: 50px;
		font-size: 11px;
	}
	#priceGrid .ColFull {
		border-right: 1px solid #D4D0C8;
		border-bottom: 1px solid #D4D0C8;
		text-align: center;
		width: 110px;
		font-size: 11px;
	}
	
	/** Quality Informaion */
	.PerfectQualityColor {
		background-color: #008000;
	}
	.GoodQualityColor {
		background-color: #FF0;
	}
	.BadQualityColor {
		background-color: #F00;
	}
	
	/** Last Line ... */
	#lblVoucher {
		padding-top: 11px;
	}
	#voucherText {
		padding: 5px 0px 0px 5px;
		font-size: 10px;
		overflow: auto;
		height: 42px;
	}
	#pnlPriceGridFullPrice {
		padding-right: 10px;
	}
	
	#lblMinimumOrderValue {
		margin-left:5px;
	}
	/** Reorder Styles */
	.DisabledInReorder {
		-moz-opacity: 0.2;
		opacity: 0.2
		filter: "Alpha(opacity=20)";
	}
	#ReorderItems {
		width: 90%;
		overflow: auto;
		overflow-x: hidden;
	}
	
	/** Draggable Window */
	.DraggableWindow {
		border: 1px solid #FFF;;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		position: absolute;
		background: #FFF;
		z-index: 10000;
	}
	.DraggableWindow .TitleBar {
		background: #67A4DE;
		border-bottom: 1px solid #FFF;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		height: 21px;
		cursor: move;
	}
	.DraggableWindow .TitleBarText {
		padding: 3px 0px 0px 5px;
		overflow: hidden;
		color: #FFF;
		font-family: Verdana;
		font-size: 11px;
		font-weight: bold;
	}
	.DraggableWindow .CloseButton {
		background: url("/files/skin/images/close.png");
		position: absolute;
		top: 2px;
		right: 2px;
		width: 16px;
		height: 17px;
		text-align: center;
		cursor: default;
	}
	.DraggableWindow .ContentBox {
		overflow: auto;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.ModalScreen {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		z-index: 9999;
		background-image: url(/files/skin/cropping/waste.png);
	}
	/** Default Dialog */
	.DefaultDialog {
	}
	.DefaultDialog form {
		margin: 0px;
		padding: 0px;
	}
	.DefaultDialog .ddBorder {
		height: 4px;
		background-color: #F6A300;
		font-size: 1px; 
		overflow: hidden;
	}
	.DefaultDialog .ddHeader {
		background: url(/files/skin/images/header.right.small.jpg) no-repeat top right;
		height: 44px;
	}
	.DefaultDialog .ddContent {
		padding-left: 185px;
		background-image: url(/files/skin/images/area.left.small.png);
		background-repeat: no-repeat;
		background-position: 10px 10px;
		height: 386px !important;
		height: 388px;
		overflow: auto;
	}
	.DefaultDialog .ddContent {
		font-size: 11px;
	}
	.DefaultDialog .ddButtons {
		background-color: #7BBBEA;
		text-align: right;
	}
	.DefaultDialog .ddFooter {
		position: absolute;
		width: 400px;
		bottom: 20px;
		left: 10px;
		color: #FFF;
		font-size: 10px;
		font-weight: bold;
	}
	
	/** Up Down Element */
	.UpDown {
	}
	.UpDown input {
		display: block;
		height: 24px;
		text-align: right;
		padding: 0px;
		margin: 0px;
		border: 1px solid #A5ACB2;
		border-right: 0px solid transparent;
		padding: 2px 5px 0px 0px;
	}
	.UpDown .UpButton, .UpDown .DownButton {
		background-image: url(/files/skin/images/updown.gif);
		height: 12px;
		width: 17px;
		font-size: 1px;
		float: right;
		background-color: #A5ACB2;
	}
	.UpDown .UpButton {
		background-position: 0 -12;
	}
	.UpDown .UpButtonPressed {
		background-position: -17 -12;
	}
	.UpDown .UpButtonDisabled {
		background-position: -34 -12;
	}
	.UpDown .DownButton {
		background-position: 0 0;
		clear: right;
	}
	.UpDown .DownButtonPressed {
		background-position: -17 0;
	}
	.UpDown .DownButtonDisabled {
		background-position: -34 0;
	}
	
	#helpButton {
		position: absolute;
		top: 1px;
		left:42px;
		height:27px !important; 	
		height:30px; 	
		width:30px;
		background: url(/files/skin/images/help.gif) no-repeat;
		color:white;
		font-weight:bold;
		font-size:18px;
		text-align:center;
		padding-top:3px;
		text-decoration:none;
		font-family: Tahoma,Arial,Verdana;
	}
	#preferencesButton {
		position: absolute;
		bottom: 0px;
		left:0px;
	}
	
	/** Cover Color Picker */
	.coverColorForm {
		padding:20px;
	}
	
	.CoverColorDiv {
		float: left;
		cursor: pointer;
		width: 36px;
		height: 36px;
		margin-left:14px;
		margin-top:23px;
		border:0px solid black;
	}
	#coverColorForm .selectedItem {
		background: url(/files/skin/images/selectedItem36.gif) no-repeat;
	}
	#coverColorForm .unselectedItem {
		background: url(/files/skin/images/unselectedItem36.gif) no-repeat;
	}/* This file is for custom changes of the skin */