/* Page Style */
body,div,span,p,a,img,h1,h2,h3,h4,h5,h6,ol,ul,li,
form,fieldset,label,table,legend,input,caption,thead,tbody,tfoot,tr,th,td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
html { height: 100%; }
body { height: 100%; line-height: 1; }
ol,ul { list-style: none; }
:focus { outline: 0; }
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
a { color: #5e6167; text-decoration: none; }
a:hover { text-decoration: underline; }

/*****************************************************************************/

body {
	background-image: url(images/pagebg.gif);
	font-family: Arial,Trebuchet MS;
}
input { border: 1px solid #5e6167; color: #5e6167; }
.underline { text-decoration: underline; }

#page {
	width: 987px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	padding: 5px;
	color: #5e6167;
}
/**************************************************************************/

/* Titled Box */
.titledbox {
	border: 1px solid #5e6167;
	margin-top: 10px;
}
.titledboxtitle {
	background-color: #5e6167;
	color: #fff;
}
.titledboxtitle h1 {
	font-size: 15px;
	font-weight: normal;
	padding: 5px 0px 5px 5px;
}
.titledboxcontent {
	overflow: hidden;
}
/**************************************************************************/

/* Header */
#header {
	background-image: url(images/top_bg.png);
	background-repeat: no-repeat;
	overflow: hidden;
	height: 110px;
	width: 987px;
}
#pagetitle {
	padding-top: 15px;
	height: 56px;
	display: none;
}
#navbar {
	font-size: 14px;
	margin-top: 90px;
}
#navbar li {
	border-right: 1px solid #5e6167;
	display: inline;
	padding: 0px 10px;
}
/**************************************************************************/

/* Left Sidebar */
#tdsidebarleft {
	width: 168px;
}
#sidebarleft {
	width: 158px;
	margin-right: 10px;
	padding: 5px 0px;
}
#categories {
	margin-top: 0px;
}
#categorieslist, #categorieslist ul {
	list-style-type: none;
}

#categorieslist li {
	border-top: 1px dotted #5e6167;
}
#categorieslist a {
	font-size: 11px;
	padding: 7px;
	font-weight: bold;
	display: block;
}
#categorieslist :hover {
	background-color: #5e6167;
	color: #ffffff;
	text-decoration: none;
}
#google_translate_element {
	float: left;
}
/**************************************************************************/

/* Right Sidebar */
#tdsidebarright {
	width: 165px;
}
#sidebarright {
	font-size: 12px;
	padding: 5px 0px;
	width: 155px;
	margin-left: 10px;
}
.rightbarbox {
	margin-top: 10px;
}

#search {
	margin-top: 0px;
	font-size: 0px;
}
#searchform {
	font-size: 0px;
}
#searchterm {
	font-size: 14px;
	width: 136px;
	height: 18px;
	margin: 6px 0px 6px 3px;
	padding: 4px;
}
#searchsubmitinput {
	border: none;
}

#basket .titledboxcontent {
	background-color: #f2f2f2;
}
#basketitems {
	background-color: #fff;
	padding: 0px 5px 10px 5px;
}
#baskettotals {
	padding: 10px 5px 0px 5px;
}
.viewbasket {
	float: left;
	padding: 10px 0px;
	padding-left: 5px;
}
.checkout {
	float: left;
	padding: 10px 0px;
	padding-left: 3px;
}
#baskettable {
	text-align: left;
	clear: both;
}
#baskettable th {
	font-weight: bold;
	padding: 5px 0px;
	text-align: left;
}
#baskettable td {
	font-weight: normal;
	vertical-align: middle;
	padding: 5px 3px 5px 0px;
}
.basketitem {
	padding-right: 5px;
}
.basketqty {
	text-align: right;
}
.baskettotal {
	text-align: right;
}
#emptybasket {
	text-align: center;
	margin: 10px 0px;
}
#vatswitch {
	font-size: 10px;
	text-align: center;
	margin-bottom: 5px;
	padding-top: 4px;
	cursor: pointer;
}

#discount {
	font-size: 0px;
	border: none;
}
#discount .titledboxcontent div{
	font-size: 13px;
	line-height: 18px;
	padding: 10px;
	background-color: #fbad1d;
}
#newsletter {
	font-size: 0px;
	border: none;
}
#newsletter .titledboxcontent div{
	font-size: 13px;
	line-height: 18px;
	padding: 10px;
	background-color: #fbad1d;
}
#newsletter form {
	background-color: #fbad1d;
}
#newsletter input {
	border: none;
}
#newsletter .input {
	margin: 0px 5px;
	padding: 3px;
	border: 1px solid #5e6167;
	background-color: #fff;
	margin-bottom: 5px;
	width: 134px;
	font-size: 12px;
}
/**************************************************************************/

/* Center Content */
#tdcontent {
	width: 654px;
}
#contentinner {
	margin: 6px 0px;
	background-color: #f2f2f2;
	width: 654px;
}
#widecontent {
	margin: 6px 0px;
	width: 819px;
}
#widecontentportal {
	margin: 6px 0px;
	width: 100%;
	background-color: #f2f2f2;
}

#contenttitle {
	background-color: #5e6167; 
	color: #fff; 
	padding: 3px 5px;
}
#contenttitle h1 {
	font-size: 18px; 
	text-align: left;
	font-weight: normal;
}

#breadcrumb {
	background-color: #d4d5d6;
	font-size: 12px;
	line-height: 14px;
	padding: 3px 0px 3px 3px;
	text-align: left;
}
#breadcrumb ul {
	padding: 3px 1px;
}
#breadcrumb ul li {
	display: inline;
}
#breadcrumb a {
	color: #5e6167;
	text-decoration: underline;
}

#breadcrumb li.last a {
	text-decoration: none;
}

#pagecontent {
	padding: 10px 15px;
	font-size: 13px;
	line-height: 18px;
}
#pagecontent p {
	padding: 8px 0px;
}
#staticpagetitle {
	padding: 5px;
	background-color: #5e6167;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
}
#homenewstext { 
	width: 340px;
	display: inline;
	background-color: #fbad1d;
	padding: 10px;
	font-size: 12px;
	float: left;
}
#homenewsletter {
	width: 250px;
	padding-top: 15px;
	background-color: #fbad1d;
	float: left;
	overflow: hidden;
}
#homenewsletter form {
	background-color: #fbad1d;
}
#homenewsletter input {
	border: none;
}
#homenewsletter .input {
	padding: 3px;
	border: 1px solid #5e6167;
	background-color: #fff;
	width: 132px;
	font-size: 12px;
	height: 20px;
	margin-right: 5px;
	float: left;
}
/*********************************/

/* Product List */
#subcategories {
	padding: 10px 0px;
}
.subcategory {
	background-color: #fff;
	float: left;
	margin: 0px 0px 8px 8px;
	border: 1px solid #5e6167;
	width: 195px;
	height: 246px;
	text-align: center;
	position: relative;
}
.subcategoryimage {
	padding: 15px;
}
.subcategorytitle {
	background-color: #fbad1d;
	text-align: left;
	background-image: url("images/subcatimg.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	width: 175px;
	height: 45px;
	padding: 5px 15px 5px 5px;
	font-size: 14px;
	vertical-align: bottom;
	position: absolute;
	bottom: 0;
	left: 0;
	cursor: pointer;
}
#categoryproducts {
	padding: 10px 15px;
	font-size: 13px;
	line-height: 18px;
	clear: both;
}
#categoryproducts p {
	padding: 8px 0px;
}
.cathead {
	padding: 10px 0px 5px 0px;
}
.cathead h2 {
	font-size: 20px;
	font-weight: normal;
}
.categoryproductheader th {
	font-size: 11px;
	font-weight: bold;
	color: #5e6167;
	margin-top: 15px;
	padding: 3px;
	background-color: #fbad1d;
	text-align: left;
}
.categoryproduct {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 40px;
	background-color: #fff;
}
.categoryproduct td {
	border-bottom: 1px solid #5e6167;
	vertical-align: middle;
}
.imagecol {
	text-align: center;
	padding: 2px;
	height: 55px;
	width: 55px;
	vertical-align: bottom;
}
.desccol {
	font-size: 12px;
	text-align: left;
	padding-left: 10px;
}
.desccol a {
	display: block;
	font-weight: bold;
}	
.desccol span {
	font-size: 10px;
}
.pricecol {
	font-size: 11pt;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	width: 90px;
}
.pricecol span {
	font-size: 15px;
}
.unitcol {	
	width: 55px;
}
.quancol {
	width: 105px;
	padding-right: 10px;
}
.addqty {
	height: 14px;
	background-color: #f2f2f3;
	padding: 5px 0px 5px 5px;
	float: left;
}
.basketsubmit {
	float: right;
}
.basketsubmitinput {
	border: none;
}
#productpage {
	padding: 10px 15px;
	font-size: 13px;
	line-height: 18px;
}	
#productheader {
	padding: 10px 0px 5px 0px;
}
#productheader h2 {
	font-size: 20px;
	font-weight: normal;
}
#productdetails {
	font-size: 13px;
	margin-top: 20px;
}
#productdetails td {
	vertical-align: middle;
}
#productinfo th {
	text-align: left;
	font-weight: bold;
	width: 100px;
	height: 30px;
	vertical-align: middle;
}
#productinfo  td {
	height: 30px;
	vertical-align: middle;
}
#productimagediv {
	padding: 5px 5px 2px 5px;
	border: 1px solid #5e6167;
	background-color: #fff;
	width: 200px;
	text-align: center;
}
.basketqtytd {
	padding-top: 10px;
}
#basketqty  input {
	height: 14px;
	background-color: #fff;
	padding: 5px 0px 5px 5px;
	float: left;
}
#basketsubmit {
	float: left;
	padding-left: 10px;
}
#spectable {
	margin-top: 15px;
	width: 100%;
}
#spectable td {
	border: 1px solid #d5d6d7;
	background-color: #f5f5f5;
	padding: 3px 5px 3px 12px;
}
#Additional_Info {
	margin-top: 20px;
}

#pdfattach {
	background-image: url("images/pdf_icon.gif");
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: 5px;
}
#pdfattach a {
	font-size: 10px;
	padding-left: 20px;
}
/**************************************/

/* Search */
#searchterm {
	width: 139px;
	height: 18px;
}
#searchtermhead {
	background-color: #d4d5d6;
	padding: 6px 0px 6px 3px;
	text-align: left;
}
#searchresults {
	margin: 0px 15px;
	padding-bottom: 15px;
}
/* Search Navigation List */
.searchnavlist {
	text-align: left;
	font-size: 14px;
	margin-top: 10px;
}
.searchnavlist ul
{
	margin: 2px;
	margin-top: 10px;
}

.searchnavlist ul li {
	display: inline;
	border: 1px solid #5e6167;
	background-color: #fff;
	padding: 1px;
	margin-right: 3px;
}
.searchnavlist ul li a,
.searchnavlist ul li a:active,
.searchnavlist ul li a:link,
.searchnavlist ul li a:visited {
	padding: 0 2px;
	text-decoration: none;
}
.searchpagelink img {
	vertical-align: middle;
}
.searchdiv {
	margin-top: 30px;
}
.searchdiv a {
	color: #5e6167;
	font-size: 12px;
}
.searchdiv ul {
	margin-bottom: 5px;
}
.searchdiv li {
	font-size: 16px;
	color: #5e6167;
}
#categorybreadcrumb {
	font-size: 10px;
}
#categorybreadcrumb ul {
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px 1px;
}
#categorybreadcrumb ul li {
	display: inline;
	font-size: 12px;
}
#categorybreadcrumb a {
	color: #5e6167;
	text-decoration: underline;
}
.searchtable {
	border-spacing: 0px;
}

.searchtable a {
	display: block;
}

.searchtable td {
	font-size: 12px;
	vertical-align: middle;
	background-color: #fff;
}
#searchheader {
	background-color: #fbad1d;
	color: #5e6167;
}
#searchheader th {
	padding: 6px 0px;
	font-size: 11px;
	text-align: center;
}
/*************************************/

/* My Account */
.contactboxmyaccount {
	width: 300px;
	margin-right: 5px;
	float: left;
	border: 1px solid #5e6167;
	background-color: #fff;
	height: 360px;
}
.contactboxmyaccount h2 {
	padding: 10px;
	background-color: #fbad1d;
	font-size: 16px;
	font-weight: normal;
}
.contactboxmyaccountopt {
	width: 295px;
	margin-left: 5px;
	float: left;
	border: 1px solid #5e6167;
	background-color: #fff;
	height: 360px;
}
.contactboxmyaccountopt h2 {
	padding: 10px;
	background-color: #fbad1d;
	font-size: 16px;
	font-weight: normal;
}
.contactboxtl {
	padding: 10px 20px;
}
.contactboxtl th {
	text-align: left;
	padding-bottom: 5px;
}
/*************************************/

/* News */

.article {
	border: 1px solid #5e6167;
	background-color: #fff;

	margin-bottom: 10px;
}
.articletitle {
	padding: 5px;
	background-color: #fbad1d;
}
.articletitle h3 {
	color: #5e6167;
}
.articlecontent {
	padding: 5px;
	min-height: 110px;
}
.artimg {
	margin: 5px;
}
/*************************************/

/* Checkout */
#checkoutstages {
        background-image: url('images/stagebg.jpg');
        background-repeat: repeat-x;
        background-position: top left;
	height: 67px;
	font-size: 8px;
	margin: 5px 0px 10px 0px;
	padding: 0px 5px;
	text-align: center;
}
#checkoutstages li {
	display: block;
	float: left;
	font-size: 13px;
	font-weight: bold;
	color: #5e6167;
	margin: 0px 5px;
	padding: 1px 5px;
	padding-top: 50px;
	background-color: #fff;
	height: 17px;
}
#checkoutstages a {
}
#checkoutstages li.currentstage {
	font-weight: bold;
	color: #5e6167;
	background-color: #fff;
        background-image: url('images/currentstage.jpg');
        background-repeat: no-repeat;
        background-position: center;
	height: 17px;
}
li.stagenotreached {
	background-color: #aaa;
        background-image: url('images/stage.jpg');
        background-repeat: no-repeat;
        background-position: center;
}
li.stagereached {
	background-color: #eee;
        background-image: url('images/stage.jpg');
        background-repeat: no-repeat;
        background-position: center;
}
#checkout legend {
	background-color: #fbad1d;
	color: #5e6167;
	font-size: 10pt;
	font-weight: bold;
	padding: 1px 5px;
	margin-left: .5em;
}

#checkout fieldset {
	margin: 10px 0px 0px 0px;
}

.checkoutinputerror {
	color: #f00;
}
#checkout fieldset {
	border: 1px solid #5e6167;
	padding: 10px;
	line-height: 18px;
	font-size: 12px;
}
#checkout input {
	padding: 3px;
	background-color: #f2f2f2;
}
#checkout table {
	margin-top: 10px;
}
#checkout tr {
	height: 30px;
}
#checkout td {
	padding-right: 20px;
}
#marketingoptout input {
	margin: 2px 0px;
	border: none;
	background-color: #fff;
}
#loginsubmitinput {
	margin-top: 6px;
	border: none;
}
#loginstatus {
	font-size: 14px;
	color: #ff0000;
}
#registeraccepttermsfieldset input {
	margin: 2px 0px;
	border: none;
	background-color: #fff;
}
#checkout_next {
	float: right;
	margin-top: 10px;
	margin-right: 720px;
}
#checkout_prev {
	margin-top: 10px;
}
#checkout_next input,
#checkout_prev input {
	padding: 0px;
	border: none;
}

/***************************************/

/* Related Products */
#relatedprodstitle {
	clear: both;
	background-color: #fbad1d;
	padding: 3px 5px;
	margin-top: 30px;
}
.relatedproduct {
	border: 1px solid #5e6167;
	margin: 5px;
	width: 140px;
	float: left;
	background-color: #fff;
	position: relative;	
	height: 198px;
	text-align: center;
}
#relprodimage {
	text-align: center;
	padding: 10px;
}
.relprodtitle {
    background-image: url('images/relprodimg.jpg');
    background-repeat: no-repeat;
    background-position: top right;
	background-color: #fbad1d;
	height: 36px;
	padding: 3px 14px 3px 3px;
	position: absolute;
	bottom: 18px;
	left: 0px;
	width: 123px;
	text-align: left;
}
.relprodprice {
	background-color: #5e6167;
	color: #fff;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 0px 3px 0px 3px;
	font-size: 11px;
	width: 134px;
	text-align: left;
}
.relatedproductcat {
	border: 1px solid #5e6167;
	margin: 5px;
	width: 140px;
	float: left;
	background-color: #fff;
	position: relative;	
	height: 180px;
	text-align: center;
}
#relprodimagecat {
	text-align: center;
	padding: 10px;
}
.relprodtitlecat {
    background-image: url('images/relprodimg.jpg');
    background-repeat: no-repeat;
    background-position: top right;
	background-color: #fbad1d;
	height: 36px;
	padding: 3px 14px 3px 3px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 123px;
	text-align: left;
}
/*************************************/

/* Register Account */
.registerdiv {
	background-color: #fff;
	width: 200px;
	float: left;
	margin: 10px 6px 0px 0px;
	border: 1px solid #5e6167;
	height: 450px;
}
#registerdivheader {
	background-color: #fbad1d;
	padding: 6px 10px;
	line-height: 16px;
}
#registerdivheader span {
	padding-top: 5px;
	font-size: 20px;
	line-height: 26px;
}
#registercontent {
	padding: 10px;
}
#registercontent #loginuserinput,
#registercontent #loginpassinput {
	width: 168px;
	padding: 3px 5px;
	margin-bottom: 5px;
}
#registercontent #loginpassinput {
	margin-bottom: 10px;
}
#registercontent #loginsubmitinput {
	border: none;
}
#registerexisting {
	border: 1px solid #5e6167;
	background-color: #fff;
}
#accountreg  fieldset{
	background-color: #fff;
	padding: 10px;
}
#accountreg legend {
	margin-left: 5px;
}
#accountreg #accountlabel {
	width: 160px;
}
#accountreg input {
	padding: 3px;
	background-color: #f2f2f3;
}
#accountreg textarea {
	border: 1px solid #5e6167;
	padding: 5px;
	background-color: #f2f2f3;
	color: #5e6167;
}
#accountreg .submit {
	border: none;
	background-color: #fff;
}
#accountreg td {
	padding: 5px;
	vertical-align: middle;
}
#enquiry {
	border: 1px solid #5e6167;
}
#enquiryheader {
	background-color: #fbad1d;
	padding: 6px 10px;
	font-size: 15px;
}
.enquiryform {
	background-color: #fff;
	padding: 10px;
}
.enquiryform td {
	padding: 5px;
	vertical-align: middle;
}
.enquiryform input {
	padding: 3px;
	background-color: #f2f2f3;
}
.enquiryform textarea {
	border: 1px solid #5e6167;
	padding: 5px;
	background-color: #f2f2f3;
	color: #5e6167;
}
.enquiryform .submit {
	border: none;
	background-color: #fff;
}
/*************************************/

/* Product Group Table */
.tableproduct {
	margin-top: 20px;
	font-size: 11px;
}
#productfulldesc {
	margin-bottom: 20px;
}
.tableproduct th {
	background-color: #fbad1d;
	padding: 3px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
.tableproduct td {
	padding: 3px;
	background-color: #fff;
	text-align: center;
	border-bottom: 1px solid #5e6167;
	vertical-align: middle;
}
.tableproduct .prodpricecol {
	width: 55px;
}
.tableproduct .basketqty {
	width: 55px;
}
.tableproduct .addgrpqty {
	background-color: #f2f2f3;
	height: 14px;
	padding: 5px 0px 5px 5px;
	margin-bottom: 1px;
	width: 44px;
}
.tableproduct .basketsubmitinput {
	margin-right: 2px;
}
.tableproduct .attscolevenrow {
	background-color: #f2f2f2;
}
#attevenrow {
	background-color: #f2f2f2;
}
/*************************************/

/* Forgotten Password */
#fgpassword {
	padding: 20px 15px;
}
#fgpassword input {
	margin-left: 20px;
}
#fgpassword #email {
	background-color: #fff;
	padding: 3px;
	width: 300px;
	margin-bottom: 10px;
}
/*************************************/

/* Basket Continue */
.basketcontinue {
	float: left;
}
.baskettocheckout {
	float: right;
}
#editbaskettable {
	font-size: 11px;
	margin: 20px 0px;
	clear: both;
}
#editbaskettable th {
	background-color: #fbad1d;
	padding: 3px;
	text-align: center;
}
#editbaskettable td {
	background-color: #fff;
	text-align: center;
	padding: 3px;
	vertical-align: middle;
}
#editbaskettable .basketoddrow {
	border-bottom: 1px solid #5e6167;
}
#editbaskettable .basketevenrow {
	border-bottom: 1px solid #5e6167;
}
#editbaskettable .basketdesccol {
	text-align: left;
	padding-left: 10px;
}
/**************************************/

/* Portal */
.ordertable {
	background-color: #fff;
}
.ordertable th {
	text-align: left;
	background-color: #fbad1d;
	padding: 3px;
	font-size: 11px;
}
.ordertable td {
	padding: 3px 3px 0px 3px;
	border-bottom: 1px solid #5e6167;
	vertical-align: middle;
}
.ordertable input {
	border: none;
}
#orderdetail legend {
	font-weight: bold;
	padding-bottom: 10px;
}
#editordertable {
	background-color: #fff;
}
#editordertable th {
	background-color: #fbad1d;
	text-align: left;
	padding: 3px;
	font-size: 11px;
}
#editordertable td {
	padding: 3px;
	vertical-align: middle;
	font-size: 11px;
}
#widecontentportal input {
	border: none;
}
#orderhistorytabs {
	text-align: center;
}
#orderhistorytabs li {
	display: inline;
	border: 1px solid #5e6167;
	background-color: #fff;
	margin: 0px 2px;
	padding: 3px;
	font-size: 11px;
}
#ordhist {
	margin-top: 20px;
	background-color: #fff;
}
#ordhist th {
	background-color: #fbad1d;
	font-size: 11px;
	text-align: left;
	padding: 3px;
}
#ordhist td {
	padding: 3px;
	border-bottom: 1px solid #5e6167;
	font-size: 11px;
	vertical-align: middle;
	text-align: left;
}
#transheader {
	text-align: left;
	margin: 20px 0px;
}
.copyinvhd {
	background-color: #fff;
}
#transdetail {
	margin: 20px 0px;
	background-color: #fff;
}
#transdetail th {
	background-color: #fbad1d;
	padding: 3px;
	font-size: 11px;
	text-align: left;
}
#transdetail td {
	font-size: 11px;
	padding: 3px 3px 0px 3px;
	border-bottom: 1px solid #5e6167;
}
#transbalance {
	background-color: #fff;
}
#transbalance th {
	background-color: #fbad1d;
	padding: 3px;
	font-size: 11px;
}
#transbalance td {
	font-size: 11px;
	padding: 3px;
	border-bottom: 1px solid #5e6167;
}
#password table {
	margin-top: 20px;
}
#password th {
	padding: 3px;
	text-align: left;
}
#password td {
	padding: 3px;
	vertical-align: middle;
}
#password input {
	background-color: #fff;
	padding: 3px;
}
#settingssubmitinput {
	border: none;
}
/**************************************************************************/

/* Footer */
#footer {
	background-color: #5e6167;
	color: #fff;
	height: 24px;
	width: 987px;
}
.driven {
	float: left;
	padding: 5px;
	font-size: 12px;
}
.driven a {
	color: #fff;
	font-size: 12px;
}
.driven a:hover {
	text-decoration: none;
}
.copyright {
	float: right;
	padding: 6px 5px;
	font-size: 12px;
}