body {
  margin:0;
  padding:0;
  text-align:center;
  font:normal 75% Tahoma,Arial,Helvetica,sans-serif;
  color:#222;
  background:#fff;
}

h1 {
  margin:0 0 0.4em 0;
  padding:0;
  font-size:1.3em;
}

h2 {
  margin:0;
  padding:0;
  font-size:1.2em;
}

h3 {
  margin:0;
  padding:0;
  font-size:1.1em;
}

p {
  margin:0.8em 0 0 0;
}


div.hr {
  margin:10px;
  line-height:1px;
  font-size:1px;
  background:#fff;
  border-bottom:1px solid #ddd;
}

div#main {
  margin:0 7px;
  padding:0 0 10px 0;
  border-bottom:1px solid #ddd;
}
div#main:after {
  content:".";
  display:block;
  clear:both;
  height:0;
  visibility:hidden;
}

div#holder {
  width:1002px;
  margin:0 auto;
  padding:10px 0 0 0;
  text-align:left;
  color:#222;
  /*background:#ff0000 url('/images/back-holder.gif') repeat-y center top;*/
}

div.box {
  margin:0 10px;
  padding:0 0 0 5px;
  border-left:1px solid;
}
div.box h2 {
  margin:0 0 5px 0;
  line-height:1em;
  font-size: 1.1em;
}
div.box p {
  margin:15px 0 0 0;
}

div#header {
  padding:0 7px;
}
img#logo {
  float:left;
}
div#contact {
  float:right;
  margin:10px 0 0 0;
  line-height:1.8em;
  border-right:16px solid #fff;
}
div#contact strong {
  font-size:1.2em;
}
div#breadcrumbs {
  margin:0 7px 10px 7px;
  padding:0 10px;
  line-height:2.1em;
	border-bottom:5px solid;
}
div#breadcrumbs:after {
  content:".";
  display:block;
  clear:both;
  height:0;
  visibility:hidden;
}
form#search{
  float:right;
}

form#search input.text{
width:150px;
padding:2px;
}

div#left {
  float:left;
  width:187px;
}

div.text {
  padding:15px;
}

div.text h3 {
  margin:0.8em 0 0 0;
}

div.text p {
  margin:0.8em 0;
}

div.text h3.largegap {
  margin:2em 0;
}

div.navmenu {
  margin:0 5px;
}

div.navmenu h2 {
  margin:0 0 -1px 0;
  padding:7px 10px;
  background:url('/images/back-navmenu-h2.png') no-repeat left top;
  font-size: 1.1em;
}
div.navmenu h2 a {
  display:block;
  text-decoration:none;
}
div.navmenu h2 a:hover {
  text-decoration:underline;
}

div.navmenu ul {
  margin:0;
  padding:0;
  list-style:none;
  border-left:3px solid;
  border-right:1px solid;
  border-bottom:1px solid;
}
div.navmenu ul li {
  margin:0;
  padding:0;
  border-top:1px solid;
}
div.navmenu ul li a {
  display:block;
  padding:5px 10px;
  text-decoration:none;
}
div.navmenu ul li a:hover {
  text-decoration:underline;
}

div.navmenu ul li ul {
  list-style:none;
  border:none;
}

div.navmenu ul li ul li {
	margin:0;
	padding:0;
	margin:0;
  border:none;
}

div.navmenu ul li ul li a {
padding:5px 30px;
}

div.navmenu ul li ul li a.selected {
border-right:5px solid;
padding:5px 30px;
}

/** Terms & Conditions */
div.terms {
  height:120px;
  padding:0 9px;
  background:#eee;
  border:1px solid #ddd;
  overflow:auto;
}
ol.terms {
	list-style: none;
}
ol.terms table {
	margin-top:10px;
	margin-bottom:10px;
	border-colapse:colapse;
	
}
ol.terms table th {
	border: 1px solid #000;
	background-color: gray;
	padding:5px;
}
ol.terms table td {
	border: 1px solid #000;
	padding:5px;
}


/** Shopping cart */
/* Mini-cart box **/
div.minicart {
	padding:0 0 10px 10px;
}

div.minicart h2 {
	border-bottom:1px solid #ddd;
	padding-bottom:10px;
}

div.minicart ul{
	list-style:none;
	padding:0;
}

div.minicart li {
	padding:0;	
	line-height:1.1em;
	border-bottom:1px solid #ddd;
	padding-bottom:10px;
	margin-bottom:10px;
}

div.minicart li form.delete_form {
	float:right;
	width:21px;
  height:21px;
  margin:0 0 20px 20px;
}

div.minicart li form.delete_form a.action {
	float:right;
  width:21px;
  height:21px;
  cursor:pointer;
}

div.minicart li form.delete_form a.action span {
  display:none;
}

div.minicart li form.delete_form a.delete {
  background:url('/images/icon-delete.png') no-repeat left top;
}

/** Cart add on main form */
form#cartAdd {
	text-align: center;
	margin: 1em auto 1em auto;
	background-color:#f8f8f8;
	border:1px solid #dfdfdf;
	padding: 1em;
	width:100px;
	align:center;
}

/** Cart display */
div.cartTotalsDisplay {
	padding: 0.5em 0em;
	text-align:center;
}

table.cartTotalsTable {
	float:right;
	width:60%;
	/*text-align: right;
	padding-right: 0.2em;
	padding-top:0.5em;
	font-weight:bold;*/
}

table.cartTotalsTable tr td {
	padding:5px;
}

table.cartTotalsTable td.prices {
	font-weight:bold;
	text-align:right;
}
	
/** FORMS **/

form {
  margin:0;
  padding:0;
}

input,select,textarea {
  font:normal 1em Arial,Helvetica,sans-serif;
}



input.button {
  width:auto;
  padding:1px 5px 0 5px;
}

legend {
  color:#555;
}
input,select,textarea {
  font:normal 1em Arial,Helvetica,sans-serif;
}
form input.text,form textarea.text {
  width:55%;
  margin:0;
  padding:1px;
  border:1px solid #79b;
}

form input.field {
  margin:0;
  padding:1px;
  border:1px solid #79b;
}

form input.text2 {
  width:10%;
  margin:0;
  padding:1px;
  border:1px solid #79b;	
}


form select {
  border:1px solid #79b;
}

div.row.firstsep {
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}

div.row.sep {
	border-bottom:1px solid #000;
}

div.row {
  clear:both;
  margin:1px 0;
}
div.row:after {
  content:".";
  display:block;
  clear:both;
  height:0;
  visibility:hidden;
}

div.row .label {
  float:left;
  width:40%;
  padding:5px 5px;
}

div.row .field {
	float:right;
	text-align:right;
	padding:5px 5px;
}

div.row .field input {
margin-left:0px;
}


div.row .select {
  width:56%;
}
div.otherfield {
  display:inline;	
}
p.error {
  color:#c30;
}
p.success {
  color:#3c0;
}
div.row div.error {
  margin-left:41%;
  font-size:0.9em;
  color:#c30;
  clear:left;
}

/** END FORMS **/

div#footer {
  margin:0;
  padding:5px 17px 20px 17px;
  text-align:left;
  font-size:0.9em;
  /*background:url('/images/back-footer.gif') no-repeat center bottom;*/
}


/** IMAGES **/

img {
  border:0;
}


/** END IMAGES **/

/* Tables */

table {
  margin:0;
}
table,tr,th,td {
  font-size:1em;
}

table.list {
  clear:both;
  width:100%;
  border-left:1px solid;
  border-right:1px solid;
  border-bottom:1px solid;
}
table.list tr th {
  padding:4px 5px;
  text-align:left;
 /* border-right:1px solid #fff;*/
}
table tr th.actions {
  border-right:0;
}
table.list tr th a {
  display:block;
  padding:0 11px 0 0;
  text-decoration:none;
}
table.list tr th a.sortaz {
  background:url('/images/back-list-sortaz.gif') no-repeat right;
}
table.list tr th a.sortza {
  background:url('/images/back-list-sortza.gif') no-repeat right;
}
table.list tr th a:hover {
  text-decoration:underline;
}
table.list tr td {
  padding:4px 0 4px 5px;
  border-top:1px solid;
}
table tr td.actions {
  text-align:right;
}
table tr td.actions input.button {
  margin:2px 4px;
}
table.products_table tr td.nodata,table.list tr td.nodata,div#search_results_cat_blocks p.nodata,div.e2vsearchresults p.nodata {
  text-align:center;
  font-weight:bold;
}

table.products_table tr td.nodata,table.list tr td.nodata {
	padding:20px 0;
}

table.list tr td input.text {
  width:120px;
}
table tr td.actions {
  /*vertical-align:bottom;*/
  text-align: right;
}
table tr td.actions input {
  margin: 0 3px 0 0;
}
table tr td.actions a.action {
  float:left;
  width:21px;
  height:21px;
  cursor:pointer;
}

table tr td.actions a.action span {
  display:none;
}
table tr td.actions a.view {
  background:url('/images/icon-view.png') no-repeat left top;
}
table tr td.actions a.edit {
  background:url('/images/icon-edit.png') no-repeat left top;
}
table tr td.actions a.delete {
  background:url('/images/icon-delete.png') no-repeat left top;
}
table tr td.actions a.duplicate {
  background:url('/images/icon-duplicate.png') no-repeat left top;
}
table tr td.actions a.message {
  background:url('/images/icon-message.png') no-repeat left top;
}

div.pagination {
  clear:both;
  padding:2px 4px;
  font-size:0.9em;
  border:1px solid;
}

div.pagination form {
padding:10px 0;
}

div.pagination form select {
clear:both;
}


div.pagination form label {
display:block;
padding:5px 0;
}


div.pagination a {
  text-decoration:none;
}
div.pagination a:hover {
  text-decoration:underline;
}
div.pagination span.current {
  padding:0 2px;
}

/* General alignment */

.textright {
  text-align:right;
}
.right {
float:right;
}
.left {
float:left;
}
div.clear {
	content:".";
	display:block;
  clear:both;
  height:0;
  visibility:hidden;
}

ol,ul {
  margin:5px 0 5px 0;
  padding:0 0 0 16px;
}

ul.links {
  margin:0.5em 0 0 0;
  padding:0 0 0 5px;
  list-style:none;
}
ul.links li {
  padding:2px 0 2px 8px;
  background:url('/images/back-links.gif') no-repeat 0 0.6em;
}
ul.nobullet {
  padding:0;
  list-style:none;
}
ul.nobullet li {
  margin:0.4em 0;
}

div.lightbox {
  margin:0 10px;
  padding:10px;
}
div.lightbox h2 {
  margin:0 0 5px 0;
  line-height:1em;
  font-size:1.1em;
}
div.lightbox h3 {
  margin:5px 0;
  font-size:1em;
  color:#222;
}
div.lightbox p {
  margin:5px 0 0 0;
}
div.warning {
  margin:0 10px;
  padding:0 0 5px 0;
  color:#333;
  background:#fee;
}
div.warning h2 {
  margin:0;
  padding:7px 28px 7px 10px;
  line-height:1em;
  font-size:1.1em;
  color:#fff;
  background:#c30 url('/images/back-warning.gif') no-repeat right;
}
div.warning p {
  margin:0.6em 0;
  padding:0 10px;
}
div.info {
  margin:0 0 0 10px;
  padding:0 0 5px 0;
}

div.info.iicon h2 {
background:#693 url('/images/back-info.gif') no-repeat right;
}

div.info h2 {
  margin:0;
  padding:7px 28px 7px 10px;
  line-height:1em;
  font-size:1.1em;
}

div.info p {
  margin:0.6em 0;
  padding:0 10px;
}

div.info ul {
  margin:0.6em 0;
}

div.textimage {
  padding:0 180px 15px 20px;
}
div.nb {
  margin:0.8em 0 0 0;
  padding:1px 10px;
  border-left:5px solid;
}
div.nb:after {
  content:".";
  display:block;
  clear:both;
  height:0;
  visibility:hidden;
}
div#login {
}
div#login form {
  margin:5px 0 0 0;
  text-align:right;
}
div#login form input {
  width:80px;
  margin:1px 0;
}
div#login form input.button {
  width:auto;
}
div#help {
}
img.leaderimage {
  position:absolute;
  right:0;
  bottom:0;
}
div#right {
  float:left;
  width:177px;
}
div#news {
}
div#news ul li {
  margin:5px 0 0 0;
}

div#studies {
}

div#section a{
  color:#555;
}

/** NEW STYLES **/


/* Tabs at top of screen */
ul#navtabs {
  clear:both;
  margin:0;
  padding:10px 10px 0 10px;
  line-height:2em;
  list-style:none;
  font-weight:bold;
  border-bottom:5px solid;
}

ul#navtabs li {
  float:left;
  margin:0 2px 0 0;
  padding:0;
  background:url('images/back-navtabs-li.png') no-repeat left top;
}
ul#navtabs li div {
  float:left;
  width:8px;
  padding:2px 0 0 0;
}
ul#navtabs li div.c1 {
  background:url('images/back-navtabs-li-c1.png') no-repeat left top;
}
ul#navtabs li div.c2 {
  background:url('images/back-navtabs-li-c2.png') no-repeat left top;
}
ul#navtabs li a {
  float:left;
  margin:1px 0 0 0;
  padding:1px 2px 0 2px;
  text-decoration:none;
  color:#333;
  background:#fff url('images/back-navtabs-li.png') no-repeat left top;
  cursor:pointer;
}
ul#navtabs li a:hover {
  text-decoration:underline;
}
ul#navtabs li.selected div.c1 {
  background:url('images/back-navtabs-selected-c1.png') no-repeat left top;
}
ul#navtabs li.selected div.c2 {
  background:url('images/back-navtabs-selected-c2.png') no-repeat left top;
}
ul#navtabs:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

div.leader {
  position:relative;
  background:url('/images/back-leader-full.png') repeat-y right top;
}

div#content_full {
	float:left;
	width:795px;
	border-left:1px dashed #ddd;
	border-right:1px dashed #ddd;
}

div#content_center {
	float:left;
	width:620px;
	border-left:1px dashed #ddd;
	border-right:1px dashed #ddd;
}

.subscript {
	vertical-align:sub;
}

ul.signposts {
	padding:0;
	margin:0;
	list-style:none;
}

ul.signposts:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

ul.signposts li {
	float:left;
	margin:0 12px 25px 12px;
	/*background:url('/images/back-signposts.gif') no-repeat 95% 95%;*/
}

ul.signposts.noimage li {
	background:none;
}

ul.signposts li a img{
	border:1px solid #000;
}

ul.signposts li a {
	float:left;
	width:210px;
	text-align:center;
	border:1px solid;
	text-decoration:none;
}

ul.signposts.small li a {
	width:165px;
}

ul.signposts li a h2{
	text-align:left;
	padding:5px;
	color:#FFFFFF;
	font-size:1.2em;
	height:2.5em;
}

ul.signposts li a img {
	display:block;
	margin:10px auto 10px auto;
}

ul.signposts li a p {
	height:50px;
	padding:8px;
}

/* Search results */
div.searchresultsfor {
padding:0 0 15px 0;
margin:0 0 15px 0;
border-bottom:1px solid #ddd;
}

div.searchresultsfor span.searchtext {
color:#BB0000;
}
div#searchResultsText {
  padding:0 0 10px 0;
	margin:0 0 20px 0;
  border-bottom:1px solid #ddd;
}

div#searchResultsText p b{
	color:#BB0000;
}

div#search_results_cat_blocks {
	padding:0 0 10px 0;
	margin:0 0 20px 0;
  border-bottom:1px solid #ddd;
}

div#search_results_cat_blocks h1 {

}

div#search_results_cat_blocks h3 {
	padding:0 0 10px 0px;
}

div#search_results_cat_blocks dl {
	margin:0px; 
	padding:0 0 20px;
	display:none;
}

div#search_results_cat_blocks dl:after {
  content:".";
  display:block;
  clear:both;
  height:0;
  visibility:hidden;
}

div#search_results_cat_blocks dl dd {
	padding:0 0px 0px 0px; 
	float:left; 
	width:25%;
}

div#search_results_cat_blocks p.nodata {
font-size:1.4em;
}

/* Tooling/Wire Processing products */

/* Section block that contains manuf links */
div.products_info_block {
	margin:0 0 15px 0;
	padding:0 0 10px 0;
  border-bottom:1px solid #ddd;
}

div.products_info_block p {
	margin:0 0 0 50px; 
}

div.products_info_block dl:after {
  content:".";
  display:block;
  clear:both;
  height:0;
  visibility:hidden;
}

div.products_info_block dl dd {
	padding:4px 0px 4px 10px; 
	float:left; 
	width:20%;
}

div#product_image_block {
	margin:0 0 15px 0;
	padding:0 0 10px 0;
  border-bottom:1px solid #ddd;
}

/* Single tool/wpe page, image block at top */
div#product_image_block img {
	float:left;
	padding:0 30px 0 0;
	width:250px;
	height:150px;
}

div#product_image_block h2.novat {
	font-size:0.9em;
	font-weight:bold;
}

div#product_image_block h2.withvat {
	font-size:0.7em;
	color:#000000;
}

div#product_image_block:after {
  content:".";
  display:block;
  clear:both;
  height:0;
  visibility:hidden;
}

span.highlight {
	background-color: #FFFF66;
	color:#000;
}

/* Single tool page, info text table */
table.product_info_table {
font-size:1.2em;
padding:0 0 20px 0;
width:100%;
}

table.product_info_table td {
	border:1px solid #000;
}

/* Main tooling products table */
table.products_table {
  clear:both;
  width:100%;
}

table.products_table tr td{
padding:15px 0 15px 0;
border-bottom:1px solid;
}

table.products_table td.pdf_column p img {
text-decoration:none;
}

table.products_table td.pdf_column p {
	text-align:center;
}

table.products_table td.image_column {
width:120px;
padding-right:20px;

}

table.products_table td.image_column h2 {
margin:0 0 5px 0;
text-decoration:underline;
}

table.products_table td.image_column h3 {
margin:0 0 17px 0;
}

table.products_table td.desc_column {
padding-right:20px;
font-size:1.2em;
}

table.products_table td.price_column {
width:25%;
text-align:center;
}

table.products_table td.pdf_column {
width:10px;
padding-right:25px;
}

table.products_table td.price_column img {
padding:0 0 10px 0;
}

table.products_table td.price_column h2.novat {
font-size:1.2em;
font-weight:bold;
}

table.products_table td.price_column h2.withvat {
font-size:0.8em;
color:#000000;
}

/* Admin forms on the tool page */
form.admin_form {
padding:20px 0 0 0;
}



/** Wire analysis / Service, Calibration & repair**/
div.printout_preview p {
text-align:center;
font-size:24px;
border-bottom:1px solid #ddd;
padding-bottom:10px;
}

div#print {
width:600px;
text-align:left;
margin:0 auto;
padding:0;
}

div#print div.printout_preview p {
border-bottom:2px solid #000;
padding-bottom:150px;
}



div#print div.printout_preview p.foldblock {
font-size:9px;
text-align:center;
border:0;
padding:0;
margin-bottom:80px;
}

div.printout_preview table {
font-size:18px;
padding:0 0 10px 0;
}


div.printout_preview form {
clear:both;
padding-top:20px;
border-top:1px solid #ddd;
}


/** Tree menu */
div.navmenu div#treemenu_content {
	padding:5px 1px;
	margin:0;
	border-left:3px solid;
	border-right:1px solid;
	border-bottom:1px solid;
} 

div.navmenu div#treemenu_content p{
	margin:0;
	padding:0;
}

div.e2vsearchboxholder {
	width:590px;
	margin:0 auto 15px auto;
	text-align:left;
	border-bottom:1px solid #ddd;
	padding-bottom:20px;
}

div.e2vsearchboxholder:after {
  content:".";
  display:block;
  clear:both;
  height:0;
  visibility:hidden;
}

div.e2vsearchbox {
  margin:0 5px 0 5px;
  padding:0;
	width:280px;
	border:1px solid #000;
	float:left;
}
div.e2vsearchbox h2,div.e2vsearchbox p {
  margin:0;
  padding:5px;
  line-height:1em;
  font-size:1.1em;
}

div.e2vsearchbox p {
	text-align:center;
}

div.e2vsearchbox form input.full{
	width:95%;
	margin:0 0 10px 0;
}

div.e2vsearchbox form {
  margin:0;
  padding:5px;
}

div.e2vsearchbox form:after {
  content:".";
  display:block;
  clear:both;
  height:0;
  visibility:hidden;
}

div.e2vsearchresults {
border-bottom:1px solid #ddd;
}

div.e2vsearchresults p.nodata {
font-size:1.4em;
}

ul.logolist {
list-style:none;
}

ul.logolist li {
float:left;
	width:170px;
	height:57px;
  display:block;
  margin:5px;
  border:1px solid #aaa;
}

ul.logolist li a img:hover {
border: 1px solid #000;
}

ul.logolist:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

/* Address forms */
fieldset legend {
	font-size: 120%;
}

fieldset {
	padding: 15px;
	margin-bottom:15px;
}

.catalogue { 
	display: block;
	padding: 5px;
	height: 150px;
	text-align: center;
}

.catalogue a {
	display: block;
	border: 1px solid #595a5e;
	padding: 5px;
	height: 140px;
}

