/* ==========================================================
Print Style Sheet (for version 4 browsers)

version:   0.1
author:    Sam Hocking
website:   http://www.parkertools.co.uk
============================================================ */

/* Import Stylesheets
(only modern browsers can import these stylesheets)
============================================================ */
@import url("Product.css");

/* Basic Page Styling (simple styling for version 4+ browsers)
============================================================ */
/* Basic body text styling */
body {
	font: 11px Arial,Tahoma,Verdana,Helvetica,sans-serif;
	text-decoration: none;
	color: #000;
}

/* Remove all margins & padding from everything to help IE behave */
* {

}

/* Turn off all image borders */
img {
	border: none;
}

/* Default Heading sizing */
h1 {
	font-size: 16px;
    font-weight: bold;
	line-height: 30px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
}

h3 {
	font-size: 11px;
	font-weight: bold;
}

h4, h5, h6 {
	font-size: 10px;
	font-weight: bold;	
}

hr {
	height: 1px;
    color: #062064;
    margin-top: 5px;
    margin-bottom: 5px;
}

ul, li {
    list-style-type: none;
}

a {
	/* Removed dots from around <a> tags */
	/* outline: none; */
}

/* Set global link styles */
a:link, a:visited {
	color: #000;
	text-decoration: none;
}

a:hover, a:active {
  text-decoration: underline;
}

input, button, select, textarea  { 
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif; font-size: 11px;
}

#lightBox {
	display:none;
}
#quickSearch, #headerBasket{
	display:none;
}

#mainHeading {
margin-top:10px;
}

#headerMenu {
	display:none;
}

#leftMenu {
	display:none;
}

#footer {
    display:none;	
}

#prodTechDetail {
	display:none;
}

#mainImage {
    margin:0px;
    padding:0px;
}

div#prodImageContent {
    height: 250px;
    
}
#prodSubImageLeft, .prodSubImage, .prodSubTranImage {
    display: none;	
}

.prodLinkLeft, .prodLinkRight {
	display:none;
}

#prodButton1, #prodButton2, #prodButton3 {
	position:static;
	display:block;
	clear:left;
	color: #FF0000;
}

#prodTechControl {
    display:none;
}
#prodDetail1, #prodDetail2, #prodDetail3 {
	display:none;
}

div#prodTechPrintDetail {
	clear:both;
    display:block;
}

div#prodTechPrintDetail li {
  list-style-type: disc;
  /* list-style-image: url(bullet.gif); */
  list-style-position: inside;
}

div#prodTechPrintDetail table {
      font-weight:normal;
}

div#prodTechPrintDetail th {
      background-color: #f0f0f0;
      padding:2px;
      font-weight:bold;
}

div#prodTechPrintDetail td {
      padding:2px;
}

div#prodTechPrintDetail tr {
      height: 25px;
}

#prodSizeContent {
	text-align:left;	
}

.prodLinkLeft, .prodLinkRight {
    display:none;	
}

.submitButton {
    display:none;	
}	

