/* CSS Document */

/************************************************/
/* layout styles 									*/
/************************************************/

/* Admin page layouts */

#adminmainpageholder
{
	padding: 0px;
	width: 975px;
	background-color: #FFFFFF;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#admintopofpage
{
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 975px;
	overflow: auto;
	position: absolute;
	visibility: visible;
	z-index: 10;
	left: 0px;
	top: 0px;
	background-image: url(/get_images/admin/admintopbackground.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #58A4B4;
}

#adminmenuarea
{
	font-size: 12px;
	font-style: normal;
	color: #000000;
	vertical-align: middle;
	height: 25px;
	width: 975px;
	position: absolute;
	z-index: 15;
	left: 0px;
	top: 80px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #D7D233;
}

#adminmainbody
{
	position: absolute;
	z-index: 20;
	width: 975px;
	left: 0px;
	top: 120px;
}

#adminfooter
{
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	clear: both;
	width: 975px;
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #D7D233;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../get_images/admin/footer_getlogo.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	height: 30px;
}

#adminmenuholdingarea {
	position: static;
	height: 300px;
}

/* Main page layouts */

#gridbackgrounddark
{
	width: 100%;
	height: 648px;
	background-image: url(../get_images/backgrounds/grid_square_dark.gif);
	background-repeat: repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;	
}

#gridbackgroundlight
{
	width: 100%;
	height: 648px;
	background-image: url(../get_images/backgrounds/grid_square_light.gif);
	background-repeat: repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;	
}

#mainpageholderdark
{
	width: 972px;
	height: 648px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-image: url(../get_images/backgrounds/grid_square_dark.gif);
	background-repeat: repeat;
	background-position: center top;
	position: relative;
}

#mainpageholder
{
	width: 972px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	position: relative;
	background-color: #fff;
	padding: 15px;
}


#mainpageholderlight
{
	width: 972px;
	height: 648px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-image: url(../get_images/backgrounds/grid_square_light.gif);
	background-repeat: repeat;
	background-position: center top;
	position: relative;
}

#mainbody
{
	margin: 0px;
	width: 100%;
	padding: 0px;
}


#footer
{
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #FFF;
	background-color: #000;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}

#menuholder
{
	background-image: url(../get_images/backgrounds/grid_square.gif);
	background-repeat: repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 648px;
	width: 100%;
	position: absolute;
	visibility: visible;
	z-index: 500;
	left: 0px;
	top: 0px;
}
#menuactivearea
{
	width: 972px;
	height: 648px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../get_images/backgrounds/grid_square.gif);
	background-repeat: repeat;
	position: relative;
	overflow: hidden;
}

#pagetopimage
{
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	-khtml-border-radius: 18px;
	border-radius: 18px;
	background-color: #FFF;
	margin: 1px;
	padding: 0px;
	height: 430px;
	width: 646px;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 100;
	left: 0px;
	top: 0px;
}
#pagetopimageoverlay
{
	margin: 0px;
	padding: 0px;
	height: 432px;
	width: 648px;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 150;
	left: 0px;
	top: 0px;
}
#pagetoptitle
{
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	-khtml-border-radius: 18px;
	border-radius: 18px;
	background-color: #FFF;
	margin: 1px;
	padding: 0px;
	height: 194px;
	width: 302px;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 100;
	left: 648px;
	top: 0px;
	padding: 10px;
}
#pagetoptitle .titlefont
{
	font-size: 18px;
}

#pagetoptitleimage
{
	margin: 0px;
	padding: 0px;
	height: 108px;
	width: 216px;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 100;
	left: 756px;
	top: 216px;
	padding: 0px;
}

#pagemaintext
{
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	-khtml-border-radius: 18px;
	border-radius: 18px;
	background-color: #FFF;
	margin: 1px;
	padding: 10px;
	height: 194px;
	width: 734px;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	position: absolute;
	visibility: visible;
	z-index: 100;
	left: 0px;
	top: 432px;
}
#pagefulltextarea
{
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	-khtml-border-radius: 18px;
	border-radius: 18px;
	background-color: #FFF;
	margin: 1px;
	padding: 10px;
	height: 626px;
	width: 626px;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 160;
	left: 0px;
	top: 0px;
}
#gallerypagemaintext
{
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	-khtml-border-radius: 18px;
	border-radius: 18px;
	background-color: #FFF;
	margin: 1px;
	padding: 10px;
	height: 302px;
	width: 302px;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 100;
	left: 648px;
	top: 324px;
}

#menushowhidebutton
{
	margin: 0px;
	padding: 0px;
	height: 108px;
	width: 108px;
	overflow: hidden;
	position: absolute;
	z-index: 150;
	left: 648px;
	top: 216px;
}
#galleryprevbutton
{
	margin: 0px;
	padding: 0px;
	height: 108px;
	width: 108px;
	overflow: hidden;
	position: absolute;
	z-index: 150;
	left: 0px;
	top: 432px;
}
#gallerynextbutton
{
	margin: 0px;
	padding: 0px;
	height: 108px;
	width: 108px;
	overflow: hidden;
	position: absolute;
	z-index: 150;
	left: 540px;
	top: 432px;
}
#pdfbrochurebutton
{
	margin: 0px;
	padding: 0px;
	height: 108px;
	width: 108px;
	overflow: hidden;
	position: absolute;
	z-index: 150;
	left: 756px;
	top: 432px;
}
#pdfspecsbutton
{
	margin: 0px;
	padding: 0px;
	height: 108px;
	width: 108px;
	overflow: hidden;
	position: absolute;
	z-index: 150;
	left: 864px;
	top: 432px;
}
#downloadcadbutton
{
	margin: 0px;
	padding: 0px;
	height: 108px;
	width: 108px;
	overflow: hidden;
	position: absolute;
	z-index: 150;
	left: 864px;
	top: 432px;
}
#downloadspecbutton
{
	margin: 0px;
	padding: 0px;
	height: 108px;
	width: 108px;
	overflow: hidden;
	position: absolute;
	z-index: 150;
	left: 864px;
	top: 540px;
}
#colourChartsHolder
{
	position: absolute;
	left: -9999px;
}
#cookieMessage
{
	background-color: #CCC;
	padding: 5px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 2px solid #666;
	position: absolute;
	z-index: 5000;
	top: 0px;
}


#colourChooserPageHolder
{
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	position: relative;
	background-color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
}
#colourChooserLeft {
	width: 75%;
	float:left;
}

#colourChooserRight {
	width: 21%;
	float:right;
	position: relative;
	margin-right: 2%;
}
.colourChooserRightInner {
	height: 100%;
}
.colourChooserPreviewHolder {
	position: relative;
	width: 100%;
}
.colourChooserBaseLayer {
	position: relative;
	width: 100%;
}
.colourChooserLayer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.colourChooserLayer img {
	width: 100%;
	position: absolute;
	left: 0;
	top:0;
}
.colourSectionTitle{
	width: 100%;
	box-sizing: border-box;
	border: solid #999 1px;
	padding: 0px;
	margin-bottom: 5px;
	cursor: pointer;
}
.colourSectionTitleText {
	padding: 3px;
}
.colourSectionTitleText .colourNameTitle {
	font-size: 0.8em;
	float: right;
	display: none;
}
.colourPrintSwatch {
	display: none;
}
.colourSectionTitleSwatch {
	width: 100%;
	height: 20px;
	background-repeat: repeat;
	overflow: hidden;
}
/* colour selection divs */
.colourSelectionWindow {
	position: absolute;
	box-sizing: border-box;
	border: solid #999 1px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #ddd;
	z-index: 5000;
	top: 0;
	left: 0;
	display: none;
}
.colourSelectionHolder {
	width: 100%;
	height: 100%;
	display: none;
	position: relative;
	margin: 0;
}
.colourSelectionInnerHolder {
	width:90%;
	padding-left: 5%;
	padding-right: 5%;
	height: 98%;
	overflow-y: scroll;

}
.colourSelectionTitle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background-image: url(/get_images/backgrounds/wht_overlay_80.png);
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.2em;
	font-weight: bold;
}
.colourSelectionCloseButton {
	float: right;
}
.colourOption {
	width: 100%;
	box-sizing: border-box;
	border: solid #999 1px;
	padding: 3px;
	background-color: #fff;
	margin-bottom: 3px;
	cursor: pointer;
}
.colourOptionSelected {
	border: solid #EE592B 2px;
}
.colourSwatch {
	width: 40px;
	height: 20px;
	float: left;
}
.colourName {
	float: left;
	padding-left:10px;
	font-size: 0.85em;
}
#colourChooserLegalText {
	font-size: 0.8em;
}
.changeRangeButton {
	position: relative;
}
.changeRangeHolder {
	display: none;
	background-color: #fff;
	z-index:500;
	position: absolute;
	left: 0;
	top: 0;
}
.changeRangeInner {
	padding: 5px;
	border: solid #999 1px;
}
.changeRangeLink {
	border: solid #999 1px;
	padding: 5px;
	cursor: pointer;
	margin-bottom: 5px;
	white-space: nowrap;
}
#actionButtonsWait {
	display: none;
}
#sendEmailFormHolder {
	width: 90%;
}
#printFormHolder {
	width: 90%;
}
#saveFormHolder {
	 width: 90%;
 }
#loadSavedForm {
	width: 90%;
}
.popupFormHolder {
	overflow: visible;
}
.popupFormField {
	margin-bottom: 10px;
}
.popupFormField input{
	width: 100%;
}

@media screen and (max-width: 768px)
{
	#colourChooserLeft {
		width: 100%;
		float:left;
		margin-bottom: 20px;
	}

	#colourChooserRight {
		width: 90%;
		float:left;
		position: relative;
		margin-right: 2%;
	}

	.footerHideOnMobile {
		display: none;
	}
}
/************************************************/
/* end layout styles 							*/
/************************************************/

/************************************************/
/* global layout styles 						*/
/************************************************/
html, body{
	background-color:#000;
}
html, body, p, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset {
	font-family: Arial, Helvetica, sans-serif;
}


/************************************************/
/* end global layout styles 					*/
/************************************************/




/************************************************/
/* text styles 									*/
/************************************************/

body {
	font-size: 0.85em;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	line-height: 1.4em;
}

a, a:link, a:visited
{
	color: #fe0000;
	font-weight: normal;
	text-decoration: none;
}
a:hover, a:active
{
	color: #ff0000;
}


#footer a, #footer a:link, #footer a:visited
{
	color: #FFF;
	text-decoration: none;
}
#footer a:hover, #footer a:active
{
	color: #F60;
	text-decoration: none;
}


input, textarea{
	font-family: Arial, Helvetica, sans-serif;
}

.smalltext {
	font-size: 0.85em;
}
.verysmalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
}

li
{
	margin-left: 30px;
	padding-left: 0px;
	padding-top: 2px;
	list-style-position: outside;
	list-style-type: disc;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.0em;
	font-weight: normal;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
}

.titlefont
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.0em;
	font-weight: normal;
}
.orange
{
	color: #F60;
}

.ethos {color: #e5173f;}
.form {color: #cede45;}
.edge {color: #3b4f67;}
.liquid {color: #f47321;}
.art {color: #aab3b8;}
.lofty {color: #ca85b9;}
.citrus {color: #eecf00;}
.function {color: #6bbbcf;}
.vitality {color: #0055a5;}

.adminmaintitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #81872C;
}

.adminsubtitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #81872C;
}

.fadedtext{
	color: #999999;
}


.red
{
	color:#FF0000;
}

.tooltipinfo
{
}
.tooltiplink
{
}

/************************************************/
/* end text styles 								*/
/************************************************/


/************************************************/
/* grid menu styles 								*/
/************************************************/

.gridsquare
{
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	-khtml-border-radius: 18px;
	border-radius: 18px;
	margin: 1px;
	padding: 0px;
	height: 106px;
	width: 106px;
	overflow: visible;
	position: absolute;
	visibility: visible;
}
.gridsquare img
{
	max-width: 106px;
	max-height: 106px;
}
.gridsquaretext
{
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	vertical-align: bottom;
	margin: 0px;
	width: 88px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.gridinfosquareup
{
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	-khtml-border-radius: 18px;
	border-radius: 18px;
	padding: 0px;
	height: 106px;
	width: 106px;
	overflow: visible;
	position: absolute;
	visibility: visible;
	top: -108px;
	left: 0px;
	background-color: #FFF;
	margin-top: 0px;
}
.gridinfosquaredown
{
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	-khtml-border-radius: 18px;
	border-radius: 18px;
	margin-top: 0px;
	padding: 0px;
	height: 106px;
	width: 106px;
	overflow: visible;
	position: absolute;
	visibility: visible;
	top: 108px;
	left: 0px;
	background-color: #FFF;	
}
.gridinfosquaretext
{
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	vertical-align: bottom;
	margin: 0px;
	width: 88px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.gridinfosquaredown .arrow
{
	height: 10px;
	width: 15px;
	overflow: visible;
	position: absolute;
	visibility: visible;
	top: -9px;
	left: 43px;
	background-image: url(../get_images/grid/info_up_arrow.png);
	background-repeat: no-repeat;
}
.gridinfosquareup .arrow
{
	height: 10px;
	width: 15px;
	overflow: visible;
	position: absolute;
	visibility: visible;
	top: 106px;
	left: 43px;
	background-image: url(../get_images/grid/info_down_arrow.png);
	background-repeat: no-repeat;
}
.gridinfosquareicons
{
	margin: 0px;
	padding: 0px;
	height: 106px;
	width: 106px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../get_images/buttons/sub_info_corner.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.galleryimagetop
{
	z-index: 800;
}

.gridup0
{
	top: -1px;
}
.gridup1
{
	top: -109px;
}
.gridup2
{
	top: -217px;
}
.gridup_1
{
	top: 107px;
}
.gridup_2
{
	top: 215px;
}
.gridleft0
{
	left: -1px;
}
.gridleft1
{
	left: -109px;
}
.gridleft2
{
	left: -217px;
}
.gridleft_1
{
	left: 107px;
}
.gridleft_2
{
	left: 215px;
}

/************************************************/
/* end grid menu styles 								*/
/************************************************/



/************************************************/
/* area and box styles 								*/
/************************************************/







.selectionlist
{
	padding: 5px;
	height: 125px;
	border: thin solid #CCC;
	overflow-y: auto;
}

.commentblock, .roundedbox .commentblock
{
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: 10px;
	padding-top: 5px;
}

.commentblockbody, .roundedbox .commentblock .commentblockbody
{
	padding-bottom: 5px;
}

.commentblockname
{
	font-size: 80%;
	color: #666666;
}

.commentblocklink
{
	font-size: 80%;
}

* .pagelistthumbdiv, .lightpanelmainblock .pagelistthumbdiv
{
	float: left;
	padding-right: 20px;
	padding-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

img * .pagelistthumb, .lightpanelmainblock img .pagelistthumb
{

}

.breadcrumbs
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	font-weight: normal;
	color: #666;
	margin-bottom: 10px;
}
.breadcrumbs a, .breadcrumbs a:link, .breadcrumbs a:visited
{
	color: #666;
	text-decoration: none;
}
.breadcrumbs a:hover, .breadcrumbs a:active
{
	color: #FF6600;
	text-decoration: none;
}


.pagelisttitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: normal;
	color: #303030;
}
.pagelisttitle a, .pagelisttitle a:link, .pagelisttitle a:visited
{
	color: #FF0000;
	text-decoration: none;
}
.pagelisttitle a:hover, .pagelisttitle a:active
{
	color: #FF0000;
	text-decoration: none;
}
.pagelistsummary
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: normal;
	color: #000000;
}
.pagelistlink
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
	color: #999999;
}
.pagelistlink a, .pagelistlink a:link, .pagelistlink a:visited
{
	color: #999999;
	text-decoration: none;
}
.pagelistlink a:hover, .pagelistlink a:active
{
	color: #FF0000;
	text-decoration: none;
}

.pagelistdivider
{
	padding: 0px;
	height: 10px;
	width: 100%;
	font-size: 1%;
	clear: both;
}


#newsletter_signup_area
{
	padding: 30px;	
}
#get_basketarea
{
	padding: 30px;	
}
#get_basketarea table
{
	border: 1px solid #999;
}

#get_basketarea td
{
	padding: 10px;
	border: 1px solid #999;
}

#get_AlertMessage
{
	padding: 30px;	
}

.loader {
	margin: 3em auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(0, 0, 0, 0.2);
	border-right: 1.1em solid rgba(0, 0, 0, 0.2);
	border-bottom: 1.1em solid rgba(0, 0, 0, 0.2);
	border-left: 1.1em solid #000;
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
	overflow: hidden;
}
.loader,
.loader:after {
	border-radius: 50%;
	width: 5em;
	height: 5em;
}
@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}




/************************************************/
/* end area and box styles 						*/
/************************************************/






/************************************************/
/* button styles 								*/
/************************************************/

.adminbutton{
	background-color: #F7F6C6;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border: 2px solid #8A871C;
}


/************************************************/
/* end button styles 							*/
/************************************************/



/************************************************/
/* common styles 								*/
/************************************************/

.leftalign
{
    text-align: left;
}
.rightalign
{
    text-align: right;
}
.centeralign
{
    text-align: center;
}

.floatleft
{
	clear: left;
	float: left;
}
.floatright
{
	clear: right;
	float: right;
}

.nomargin
{
	margin: 0px;
}

/* layout classes */
#nlsmenuholding
{
	z-index: 200;
	left: 0px;
	position: absolute;
	top: 0px;
	background-color: blue;
}
.cachearea
{
	display: none;
}
.hidearea
{
	position: absolute;
	left: -9999px;	
}
.cleardiv
{
	clear: both;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 1px;
	line-height: 1%;
	overflow: hidden;
	/*clip: rect(auto,auto,1px,auto);*/
}
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
/* indented sections */

.indent10, .roundedbox .indent10
{
    padding: 10px;
}

/* nowrap for table cell */
.tablenowrap
{
    white-space: nowrap;
}


/* spacer blocks */
.spacer1
{
    display: block;
    margin: 0px;
    padding: 0px;
    height: 1px;
    width: 1px;
    font-size: 0.01%;
}
.spacer5
{
    display: block;
    margin: 0px;
    padding: 0px;
    height: 5px;
    width: 5px;
    font-size: 1%;
}
.spacer10
{
    display: block;
    margin: 0px;
    padding: 0px;
    height: 10px;
    width: 10px;
    font-size: 1%;
}
.spacer15
{
    display: block;
    margin: 0px;
    padding: 0px;
    height: 15px;
    width: 15px;
    font-size: 1%;
}
.spacer20
{
    display: block;
    margin: 0px;
    padding: 0px;
    height: 20px;
    width: 20px;
    font-size: 1%;
}
.spacer30
{
    display: block;
    margin: 0px;
    padding: 0px;
    height: 30px;
    width: 20px;
    font-size: 1%;
}
.spacer40
{
    display: block;
    margin: 0px;
    padding: 0px;
    height: 40px;
    width: 20px;
    font-size: 1%;
}
.spacer50
{
    display: block;
    margin: 0px;
    padding: 0px;
    height: 50px;
    width: 20px;
    font-size: 1%;
}
.spacer200
{
    display: block;
    margin: 0px;
    padding: 0px;
    height: 200px;
    width: 20px;
    font-size: 1%;
}
.spacer400v
{
    display: block;
    margin: 0px;
    padding: 0px;
    height: 400px;
    width: 1px;
    font-size: 1%;
}
.doprint {
	display: none;
}

/************************************************/
/* end common styles 							*/
/************************************************/
