body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background: url(images/background.gif);
}

.Normal,
.NormalDisabled { font: normal 12px Arial, Helvetica, sans-serif; }

.PageBody {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background: url(images/topbg_grad.gif) repeat-x;
}

#CornerBodyBGLeft {
	height: 100%;
	background: url(images/bodycorner_left.png) repeat-y;
}

form {
	margin: 0px;
	padding: 0px;
}

#CornerBodyBGRight {
	height: 100%;
	background: url(images/bodycorner_right.png) repeat-y;
}

#GreyHeadingBG {
	height: 100%;
	background: url(images/blueheading_bg.gif) repeat-x;
	color: #FFF;
	font: bold 11pt Arial, Helvetica, sans-serif;
}

.Breadcrumb,
a.Breadcrumb:link,
a.Breadcrumb:active,
a.Breadcrumb:visited {
	color:#FFF;
	font: bold 9pt Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a.Breadcrumb:hover {
	color:#FFF;
	text-decoration: underline;
}

.BreadcrumbBG { background: url(/Portals/GlobalCatalogue/Skins/GlobalCatalogue/images/breadcrumb_bg.gif) repeat-x; }

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	text-decoration: none;
	color: #333;
}

A.CommandButton:visited {
	text-decoration: none;
	color: #333;
}

A.CommandButton:hover {
	text-decoration: underline;
	color: #ff0000;
}

A.CommandButton:active {
	text-decoration: underline;
	color: #960;
}

.MainBody {
	height: 100%;
	width: 990px;
}

.main_dnnmenu_container { background-color: transparent; }

.main_dnnmenu_bar {
	cursor: pointer;
	cursor: hand;
	height:16px;
	background-color: Transparent;
}

.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer;
	cursor: hand;
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica;
	white-space: nowrap;  /*Word wrapping menu item now optional*/
	padding: 1px 3px 3px 1px;
}

.main_dnnmenu_rootitem { /*TD if menu option for using tables is on*/
	cursor: pointer;
	cursor: hand;
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica;
	white-space: nowrap;  /*Word wrapping menu item now optional*/
	padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover { background-color: #aaaaaa; }

.FooterTable {
	height: 100px;
	width: 990px;
	background: #00529F;
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFF;
}

.ContentPane {
	height: 100%;
	width: 100%;
	padding-top: 30px;
}

.ContentPaneTable {
	height: 100%;
	width: 100%;
}

.UserRegTable { width: 60%; }

.UserRegTable td:first-child { width: 150px; }

.UserRegTable .FormTextBox {
	width: 100%;
	border: 1px solid #CCC;
}

.UserRegTable .FormTextArea { border: 1px solid #CCC; }

.UserRegTable .NormalTextBox {
	border: 1px solid #CCC;
	height: 22px;
	padding: 3px;
}

#dnn_dnnSEARCH_ClassicSearch .NormalTextBox {
	width: 120px;
	border: 1px solid #CCC;
	height: 24px;
	padding: 3px;
	font: bold 14px Arial, Helvetica, sans-serif;
}

.UserInfoControl {
	width: 190px;
	border: 1px solid #CCC;
	height: 24px;
	padding: 3px;
	font: bold 14px Arial, Helvetica, sans-serif;
}

.NormalTextBox {
	width: auto;
	border: 1px solid #CCC;
	height: 22px;
	padding: 3px;
	background: url(/images/forms_bg.gif) repeat-x 1px;
}

.ColumnDivider {
	border-left:#CCC 1px dotted;
	vertical-align:top;
	clip: rect(20px,auto,auto,auto);
	height: 100%;
	padding-left: 10px;
}

.FooterLinks,
a.FooterLinks:link,
a.FooterLinks:active,
a.FooterLinks:visited {
	color:#FFF;
	text-decoration: none;
}

a.FooterLinks:hover {
	color:#FFF;
	text-decoration: underline;
}

.Headings {
	font: 18pt Arial, Helvetica, sans-serif;
	display: block;
}

.Head {
	font: bold 12pt Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#TitleHeading .Head { color: #FFF; }

.NewsHeading,
a.NewsHeading:link,
a.NewsHeading:active,
a.NewsHeading:visited {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #F60;
	text-decoration: none;
}

a.NewsHeading:hover {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #F60;
	text-decoration: underline;
}

.UserAccount,
a.UserAccount:link,
a.UserAccount:active,
a.UserAccount:visited {
	font: 11px/25px Verdana, Arial, Helvetica, Sans-Serif;
	color: #333;
	padding-left: 5px;
	vertical-align: baseline;
}

a.UserAccount:hover {
	font: 11px/25px Verdana, Arial, Helvetica, Sans-Serif;
	color: #333;
	padding-left: 5px;
	vertical-align: baseline;
}

.NewsPublishDate {
	font: 12px Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
}

.NewsContent p {
	font: normal 9px/normal Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
}

.LinksDesignTable {
	width: 100%;
	border-bottom: 1px dotted #CCC;
	height: 35px;
}

.FormTable {
	width: 100%;
	font: 11px Arial, Helvetica, sans-serif;
}

.FormSubmit { }

.StandardButton {
	height: 25px;
	border-top: 1px solid #e2e2e2;
	border-right: 1px solid #b7b7b7;
	border-bottom: 1px solid #b7b7b7;
	border-left: 1px solid #e2e2e2;
	width: 50%;
	background: url(images/stdbuttonBG.gif) repeat-x;
}

#MiniCartTable {
	color:#333;
	font: 8pt/25px Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: #d7d7d1;
}

#MiniCartTable a:link,
#MiniCartTable a:active,
#MiniCartTable a:visited {
	padding: 1px 4px 2px;
	color: #666;
	font: 8pt/25px Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #FFF;
}

#MiniCartTable a:hover {
	color: #fff;
	background-color: #369;
	text-decoration: none;
}

#Table_Dimensions {
	border-bottom: 1px dotted #CCC;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
}

#Table_Dimensions tr th {
	color: #000;
	border-bottom: 1px dotted #CCC;
	font: 11px/25px Arial, Helvetica, sans-serif;
	text-align: left;
}

#Table_Dimensions tr td {
	color: #000;
	border-bottom: 1px dotted #CCC;
	font: normal 11px/25px Arial, Helvetica, sans-serif;
	text-align: left;
}

#Table_PriceBreakdown {
	font: 9pt/22px Arial, Helvetica, sans-serif;
	width: 710px;
}

#Table_PriceBreakdown tr th {
	background: #105d94;
	color: #FFF;
	border-bottom: 3px solid #D8DFE0;
	line-height: 22px;
	font-size: 11px;
	font-weight: bold;
}

#Table_PriceBreakdown tr td { border-bottom: 1px dotted #CCC; }

.CartlistTabe input {
	font: 12px Arial, Helvetica, sans-serif;
	border: 1px solid #CCC;
	padding: 2px;
}

input.quoteLineTotal {
	color: #333;
	font: bold 14px Arial, Helvetica, sans-serif;
	background: #FFF;
	width: 40px;
	padding: 2px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}

.SearchBoxForm {
	color: #666;
	font: bold 12px Arial, Helvetica, sans-serif;
	background: url(/images/forms_bg.gif) repeat-x;
	padding: 4px;
	border: 1px solid #797979;
	height: 25px;
}

.ProdSummary #Table_Quotes tr td {
	border-bottom: none #FFF;
	border-collapse:separate;
	empty-cells:hide;
}

#Table_Quotes {
	border-bottom: 3px solid #D8DFE0;
	width: 100%;
	font: 9pt Arial, Helvetica, sans-serif;
}

#Table_Quotes tr th {
	background: #105d94;
	color: #FFF;
	border-bottom: 3px solid #D8DFE0;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	height: 30px;
}

#Table_Quotes tr td { border-bottom: 1px dotted #CCC; }

#Table_Quotes input,
select {
	font: 8pt Arial, Helvetica, sans-serif;
	border: 1px solid #CCC;
	width: auto;
}

#Table_ProductDetails {
	font-family: Arial, Helvetica, sans-serif;
	width: 710px;
}

#Table_ProductDetails h1 {
	color: #858578;
	font: normal 24pt Arial, Helvetica, sans-serif;
	border-bottom: 2px solid #105d94;
	display: block;
	margin: 0px;
	padding: 0px;
}

#Table_ProductDetails h2 {
	color: #999;
	font: bold 13pt Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

.Table_CartDetails tr td {
	border-bottom: 1px dotted #CCC;
	font: 12px Arial, Helvetica, sans-serif;
}

.Table_CartTable tr td {
	border-bottom: 1px dotted #CCC;
	font: 12px Arial, Helvetica, sans-serif;
}

.Table_CartTotal {
	border-bottom: none;
	font: 16px Arial, Helvetica, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.Table_CartTotal tr td {
	border-bottom: none;
	font: 14px Arial, Helvetica, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.Table_CartHeading {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #000;
}

.Table_OrderNummber {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #808080;
}

.Table_OrderOk {
	color: #FFF;
	background: #008040;
	font: bold 14px/20px Arial, Helvetica, sans-serif;
	border-bottom: 3px solid #00552B;
	text-transform: uppercase;
}

#FooterTable a:link,
#FooterTable a:active,
#FooterTable a:visited {
	padding: 1px 4px 2px;
	color: #666;
	font: bold 8pt/25px Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
}

#FooterTable a:hover {
	color: #0080FF;
	text-decoration: underline;
	font-weight: bold;
}

.ProdName { color: #858578; }

.ProdRef { color: #105d94; }

#ProdRefTD {  }

#ProdListThumb {
	overflow: hidden;
	height: 150px;
	display: block;
	padding: 0px;
	line-height: 115px;
}

.ProdThumbnail .ProdRef,
.ProdThumbnail .ProdName,
.GCProdThumbnail .ProdRef,
.GCProdThumbnail .ProdName { font: 8pt Arial, Helvetica, sans-serif; }

TABLE.GCProdThumbnail {
	height:170px;
	width: 115px;
}

#AddtoCart {
	border: 1px solid #CCC;
	font: 10pt Arial, Helvetica, sans-serif;
	white-space: nowrap;
}

.ProdManufacturer {
	font: normal 8pt Arial, Helvetica, sans-serif;
	color: #676767;
}

.ProdThumbnail {
	font: normal 9pt Arial, Helvetica, sans-serif;
	color: #000;
	width: 115px;
	height: 30px;
}

.ProdThumbnailHero {
	font: normal 9pt Arial, Helvetica, sans-serif;
	color: #000;
	height: 30px;
	width: 235px;
	text-decoration: none;
}

.ProdBorderLeft { background: url(images/prodthumb_west.gif) repeat-y; }

.ProdBorderRight { background: url(images/prodthumb_east.gif) repeat-y; }

#NewProduct {
	width: 36px;
	color: #FFF;
	font: 12px Verdana, Geneva, sans-serif;
	height: 67px;
	position: absolute;
	visibility: visible;
	z-index: auto;
	border-style: none;
	border-width: 0px;
	margin: -3px 0px 0px 5px;
	padding: 0px;
	text-align: center;
	background: url(/images/new_prod.png) no-repeat;
	float: left;
}

#SpecialsProduct {
	width: 36px;
	color: #FFF;
	font: 12px Verdana, Geneva, sans-serif;
	height: 67px;
	position: absolute;
	visibility: visible;
	z-index: auto;
	border-style: none;
	border-width: 0px;
	margin: -3px 0px 0px 5px;
	padding: 0px;
	text-align: center;
	background: url(/images/specials_prod.png) no-repeat;
	float: left;
}

#IndentsOnlyProducts {
	width: 36px;
	color: #FFF;
	font: 12px Verdana, Geneva, sans-serif;
	height: 67px;
	position: absolute;
	visibility: visible;
	z-index: auto;
	border-style: none;
	border-width: 0px;
	margin: -3px 0px 0px 5px;
	padding: 0px;
	text-align: center;
	background: url(/images/indents.png) no-repeat;
	float: left;
}

.ReqValid {
	background: #F00;
	font-size: 4px;
	display: block;
	height: 5px;
}

.PagingTable {
	border-width: 0px;
	border-style: none;
}

.ArtworkNotes {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #000;
	display: block;
	padding: 4px;
	border-bottom: 2px solid #C0C0C0;
	margin-bottom: 6px;
}

ol#toc {
	height: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
}

ol#toc li {
	background: #bdf url(images/basic_tab.gif);
	float: left;
	margin: 0 1px 0 0;
	padding-left: 10px;
	list-style: none;
}

ol#toc a {
	background: url(images/basic_tab.gif) 100% 0;
	color: #333;
	display: block;
	float: left;
	height: 30px;
	padding-right: 10px;
	text-decoration: none;
	font: 12px/30px Arial, Helvetica, sans-serif;
}

ol#toc li.current {
	background-color: #48f;
	background-position: 0 -60px;
}

ol#toc li.current a {
	background-position: 100% -60px;
	color: #fff;
	font-weight: bold;
}

div.content {
	clear: left;
	padding: 0px;
	margin: 0px;
}

.LegendTable {
	font: bold 9px Arial, Helvetica, sans-serif;
	border: 1px solid #CCC;
}
/* 
.CartlistTabe td:first-child + tr + td { /* for CSS2 browsers */
	background: #EFEFEF;   /* column 3 styles */
}
*/ .BreadcrumbBG {
 color:#FFF;
 text-decoration: underline;
}

#ViewAll {
	display: inline;
	position: relative;
	z-index: auto;
	float: none;
	right: -440px;
	bottom: 0px;
}

.faq_head {
	cursor: pointer;
	position: relative;
	margin:1px;
	width: 100%;
}

.faq_body {
	padding: 5px 10px 15px;
	background-color:#F4F4F8;
}

.HiddenElements { display: none; }

DIV#SMListThumb {
	overflow: hidden;
	display: table-cell;
	padding: 0px;
	vertical-align: middle;
	height: 120px;
}

.ProdThumbnailClip_Pens {
	height: 40px;
	overflow: hidden;
	padding: 0px;
	margin-top: auto;
	text-align: center;
	vertical-align: middle;
	margin-bottom: auto;
}

.ProdThumbnailClip {
	height: 120px;
	overflow: hidden;
	padding: 0px;
	margin-top: auto;
	text-align: center;
	vertical-align: middle;
	margin-bottom: auto;
	width: 115px;
	border-bottom: 1px solid #E9E9E9;
}

Table#HiResDownloads { font: 12px Arial, Helvetica, sans-serif; }

Table#HiResDownloads th {
	background: #105d94;
	color: #FFF;
	text-decoration: none;
	border-bottom: 3px solid #D8DFE0;
	line-height: 22px;
}
Table#HiResDownloads input  {
	vertical-align: middle;
	padding-right: 5px;
}

