/* Copyright (c) 2007 Renishaw plc. All rights reserved */
/* Specific to .com v2 style */

html, body {
	font-family: Arial,Verdana, Helvetica, Sans-Serif;
	color: #666666;
	}

body {
	background-color: white;
	margin-top: 5px;
	margin-right: 1em;
	margin-left: 1em;
	font-size: 0.8em;
	padding-top: 0;
	}

#wholePage{ /*limit page width*/
	width: expression(document.body.clientWidth > 1282? "1280px" : "auto");/* for IE */
	max-width: 1280px; /* for the rest */
	margin: 0 auto;
	}

h1,h2,h3,h4,h5,h6,
h1 strong,h2 strong,h3 strong,
h4 strong,h5 strong,h6 strong {	
	/*font-family: Trebuchet MS, Arial, Helvetica, 'DejaVu Sans', Sans-Serif;
	font-weight: 500;*/
	margin-top: 0.4em;
	margin-bottom: 0.1em;
	margin-left: 0;
	color: #64574a;
	clear: both;
	}
h1 { font-size:2.25em;	margin-top: 0.1em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.125em;}
h4 { font-size: 0.875em; font-weight: 700;}
h5 { font-size: 0.875em;font-style: italic;}
	
#colContent h2,
#colContent h3,
#colContent h4 {
	padding: 0.1em 0.1em 0.1em 0;
	margin-bottom: 0.6em;
	margin-left: 0;
	margin-top: 0.6em;	
	border-bottom: solid 1px #dddddd;
	}

/*reset for table of content - leave rule above for graceful degradation*/
#colContent .tocHeader h2,
#colContent .tocHeader h3,
#colContent .tocHeader h4 {
	border-bottom-width: 0;
	margin-bottom: 0em;
	padding-bottom: 0em;	
	}
	
h2 span {
	background-color: #dddddd;
	padding-left: 0.3em;
	padding-right: 0.3em;
	}
	
h2 a, 
h2 a:hover {
	color: #64574a;
	text-decoration: none;
	}
	
.news h2 {
	margin-top: 0.2em; 
	}
	
p {
	margin: 0.7em 0 0.7em 0; 
	}
	
img {
	border-width: 0; 
	}
	
img.content {
	padding: 5px; 
	}
	
a, 
a:link, 
a:visited {
	color: #fa7c00;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
form {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
td, th {
	vertical-align: top; 
	}
	
hr {
	color: #505050;
	height: 1px;
	}	
	
ol {
	position: relative;
	left: 1.3em;
	margin-right: 1.3em;
	}
	
ul {
	margin: 0em 0 0.2em 0.9em;
	padding: 0 0 0 0;
	}
	
ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin-top: 0em;
	margin-bottom: 0.3em;
	margin-left: 0.4em;
	padding: 0 0 0 0;
	}
		
li ul{
	margin-bottom: 0;
	}
	
/* lower level lists*/
li li, li.tocEntryh3 {		list-style-type: circle; 	}
li li li, li.tocEntryh4 {	list-style-type: square;	}
li li li li, li.tocEntryh5{	list-style-type: lower-greek;	}
	
input, 
textarea, 
select {
	background: url(/media/shared/input/inputbox_bg.gif) repeat-x;
	border: solid 1px #444;
	color: #444;
	padding: 1px 2px;
	font-size: 1.2em;
	background-color: #fff;
	}
	
select {
	padding: 0 0 0 0;
	}	
	
input.formField,
textarea.formField {
	width: 99%;
	}

input, 
textarea,
select {
	font-size: 0.9em;
	}
	
input.checkbox {
	border-width: 0;
	}

.formLabel {
	text-align: right; 
	}

.altRow {
	background-color: #fdfbf7; /*#fefcf8;*/
	}
	
.minorText{
	font-size: 0.85em; 
	}
	
.errorMsg{
	color: Red; 
	}

.noJavaScript {
	margin: 0.3em 0 0.5em 0;
	padding: 0.2em;
	border: solid 2px red;
	}

/* Page top bar */
.orangeBar td {
	background-image: url(/media/shared/generic/orange_grad2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #ff9933;
	border-bottom: solid 3px #dddddd; 
	border-top: solid 0px #888;
	text-align: left; 
	color: #666;
	color: #fff;
	padding: 0 0 0 0; 
	margin: 0 0 0 0;
	}

.orangeBar td.menuBreadcrumb a { 
	color: #ffffff; 
	}

.menuBreadcrumb {
	font-size:1em;
	width:100%;
	border-bottom: solid 1px #B28C66;
	background-color: #FBF8F4;
	background-repeat: repeat-x;
	padding-left: 0.3em;
	}

.menuBreadcrumb .currentPageBreadcrumb { 
	color: #666666; 
	}

#pageTop {
	color: #64574a; /*return anchor to looking normal*/
	font-weight: bold;
	text-decoration: none;
	}
/* End page top bar */


/* Site Search */
.searchBox {
	width: 180px; 
	text-align: right; 
	padding: 0;
	margin: 0;
	}
	
#terms, 
#siteSearchButton {
	/*font-size: 12px;*/
	}
	
#terms {
	width: 149px;	
	padding: 0 1px;
	margin: 0 0 0 0;
	}	
	
#siteSearchButton {
	background-image: url(/resources/images/icons/search_button.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #fff;
	height: 17px;
	width: 17px;
	overflow: hidden;
	color: #fff;
	padding: 1em 0 0 0;
	margin: 1px 0 0 4px;
	border-width: 1px;
	}
/*End site search*/

#colLeft, 
#colRight {
	table-layout: fixed;
	width: 180px;
	background-color: #faf9f6;
	border-color: #e1dccb;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	padding: 0.3em;
	}

#colRight div {
	width: 175px;
	}

/* LHS nav menu */
#colLeft table {
	width: 100%;
	border-collapse: collapse;
	border-width: 0;
	}
	
#colLeft table td {
	padding: 0.1em 0.2em;
	}
	
#colLeft table tr:hover, 
.menuSideHover {
	background-image: url(/resources/images/homepage/homeProdLineTabBG.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	}
		
.menuLHS {
	table-layout: fixed;
	width: 180px;
	}
	
.menuSide .menuItem a, 
.menuSide .menuItem a:link, 
.menuSide .menuItem a:visited, 
.menuBreadcrumb a {
	color: #fa7C00;
	}
	
.menuSide .menuItem a:hover, 
.menuSide .menuItem a:hover em  {
	color: #000000;
	}	
	
.menuSide .menuItem a:active {
	color: #fa7C00;
	}
	
.menuSpacer {
	width: 8px;
	}
	
.menuIcon{
	width: 8px;
	}
/* end LHS nav menu */


.htmlTitle {
	background-color: #eee;
	border: 0px solid #eee;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	}

.htmlInner {
	border: 0px solid #eee;
	margin: 0 0 10px 0;
	overflow: hidden;
	padding: 2px;
	width: 99.7%;
	}

/* Media Lists */
h2.mediaListTitle {
	font-size: 1.4em;
	}
	
table.mediaListInner,
table.mediaListInner tr.MediaListRow,
table.mediaListInner tr td,
table.mediaListInner tr td p{	
	margin: 0 0 0.2em 0;
	padding: 0 0 0 0;
	}

table.mediaListInner {
	border-collapse: collapse;
	margin-bottom: 0.6em;
	}

table.mediaListInner tr.MediaListRow {
	border-bottom: solid 1px #eee;
	}
/*End MediaLists*/

.formTitle {
	background-color: #eeeeee;
	border: 0px solid #eeeeee;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	}

.formInner {
	border: 0px solid #eeeeee;
	margin: 0 0 10px 0;
	padding: 2px;
	width: 99.7%;
	}

.formInner th {	text-align: right; }
.formInner td {	text-align: left;}

.formInner th, 
.formInner td {
	padding: 0.2em 0.2em 0.2em 0;
	}

.formInner th p,
.formInner td p {
	margin: 0 0 0 0;
	}

.legal p {
	border-top: solid 1px #B28C66;
	padding: 0.3em;
	text-align: center;
	}
	
#legal a { 
	color: #fa7C00; 
	}

/* TOC items*/	
.TOC {
	border: solid 1px #E1DCCB;
	padding: 0;
	margin: 0;
	width: 25em;
	}
	
.TOCTitle {
	background-color: #FAF9F6;
	padding: 0.2em;
	text-align: left;
	}
	
.TOCTitle {
	font-weight: normal;
	display:block;
	border-bottom: solid 1px #E1DCCB;
	margin-bottom: 0.2em;
	}

.TOCContent {
	padding: 0.2em;
	border-top: solid 1px #E1DCCB;
	margin-bottom: 0.4em;
	}
	
.TOC ul {
	padding: 0;
	margin: 0.4em auto 0.4em 1.2em;
	margin-right: 0;/*overriding main stylesheet*/
	}

.tocHeader {
	margin-top: 18px;
	border-bottom: solid 1px #ccc;
	vertical-align: bottom;
	margin-bottom: 0.4em;
	}
	
.tocHeader h2,
.tocHeader h3,
.tocHeader h4,
.tocHeader h5{
	display:inline;
	border-width: 0;
	}
	
.tocHeader a {
	float:right;
	position: relative;
	top: 0.5em;
	}
	
* html .tocHeader a { /*IE 6 and earlier*/
	top: 0.8em;
	}
	
.tocHeader h2 a,
.tocHeader h3 a,
.tocHeader h4 a,
.tocHeader h5 a {
	float: none;
	top: 0;
	}


.tocEntryh3 { margin-left: 1.2em; }
.tocEntryh4 { margin-left: 2.4em; }
/* End TOC items*/

.btnAddToBasket, 
.orangeButton,
.button {
	background-color: #FAF9F6;
	background-image: url(/resources/images/homepage/grad_pale_vert.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #fa9000;
	border: solid 1px #b28c66;
	padding: 0; /*0.1em 0.2em 0.1em 0.2em; */
	cursor: pointer;
	font-size: 0.9em;
	}
	
a.basketDelete {
	color: red;
	cursor: pointer;
	}
	
.basket {
	border: solid 1px #b28c66;
	width: 170px;
	}
	
.basketContentTitle{
	display: block;
	background-color: transparent;
	border-bottom: solid 1px #b28c66;
	}
	
.basketContents{
	display: block;
	background: url(/media/shared/input/inputbox_bg.gif) repeat-x;
	background-color: #fff;
	padding: 2px;
	border-bottom: solid 1px #b28c66;
	}
	
.basketContentAltRow {
	background-repeat: repeat-y;
	background-position: 0 0;
	}
	
.basketButtons {
	padding: 2px;
	}

	
/*Override main stylesheet for 404 page sitemap only*/
.ProdBoxSiteMap {
	width: 18em;
	float:left;
	margin-right: 2em;
	margin-top: 0.8em;
	}

.ProdBoxSiteMap ul {
	margin-left: 1.2em;
	}
/*End 404 override*/	
	
	
/* styli search */
#styliSearch {
	padding: 0.2em;
	}
	
#styliSearch select {
	font-size: 0.9em;
	}
	
.tdLabel {
	text-align: right;
	}
	
.validatorClass {
	font-size: 0.9em;
	}
/* styli search */