/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-size: 80%; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 80%; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 80%; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 80%; color: #70d250; text-decoration: underline; }

BODY {
	background-image: url(../images/background.gif);
	background-repeat: repeat;
  	color: #1C1C1C;
  	margin: 0px;
  	font-family: Arial, Helvetica, sans-serif;
  	line-height: 120%;
}

A:link, A:visited, A:active {
  color: #425978;
  font-stretch: expanded;
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

FORM {
	display: inline;
}

h1, h2, h3 {
	font-size: 100%;
	margin-left: 2%;
	margin-top: 1%;
}

TR.header {
  background: #ffffff;
}

td.header {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	height: 144px;
}

td.topmenu {
	background-color: #cccccc;
}

#navcontainer {
	background: #cccccc;
	font-variant: small-caps;
	margin-left: -1em;
}

/* to stretch the container div to contain floated list */
/*#navcontainer:after {
	/*content: ".";
	display: block;
	line-height: 1px;
	font-size: 1px;
	/*clear: both;
}*/

ul#navlist {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 85%;
	font-size: 85%;
}

ul#navlist li {
	display: block;
	float: left;
	width: 71px;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

ul#navlist li a {
	display: block;
	width: 100%;
	padding: 0.3em 0 0.3em 0;
	border-width: 1px;
	border-color: #cccccc #000000 #cccccc #000000;
	border-style: solid;
	color: #ffffff;
	font-weight: bolder;
	text-decoration: none;
	background: #686462;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/*#navcontainer>ul#navlist li a { 
	width: auto; 
}*/

ul#navlist li#active a {
	background: #cccccc;
	color: #686462;
}

ul#navlist li a:hover, ul#navlist li#active a:hover {
	color: #686462;
	background: transparent;
	border-color: #aaab9c #fff #fff #ccc;
}
/*end top menu style*/

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-size: 75%;
  background: #cccccc;
  color: #ffffff;
  font-weight : bold;
  font-family:Verdana, Arial, Helvetica, sans-serif;

}

A.headerNavigation { 
  color: #ffffff;
}

A.headerNavigation:hover {
  color: #686462;
}

A.headerFeatured { 
  color: #425978;
}

A.headerFeatured:hover {
  color: #686462;
}

TD.logoff {
  font-size: 75%;
  background: #cccccc;
  color: #ffffff;
  font-weight : bold;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}

A.logoff { 
  	color: #ffffff; 
    margin-right: 15px;
	background-color: #686462;
}

A.logoff:hover {
  color: #686462;
  background-color: #cccccc;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-size: 80%;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footertop {
  background-image: url(../images/footer.gif);
  background-repeat: no-repeat;
}

tr.footer {
	background-color: #85817F;
}

td.copyright {
	font-size: 75%;
  	color: #ffffff;
  	text-align: center;
  	line-height: 120%;
	padding-top: 5px;
	padding-left: 5px;
}

td.time {
	font-size: 75%;
  	color: #ffffff;
  	text-align: right;
  	line-height: 105%;
	padding-right: 5px;
}

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

a.footer:hover {
	text-decoration: underline;
}


table.main {
	width: 782px;
	background-color: #FFFFFF;
	background-image: url(http://www.skeldingcnc.co.uk/images/blueprint.gif);
	background-position: center;
	background-repeat: no-repeat;
}

table.measuring {
	width: 95%;
	background-color: #FFFFFF;
	background-image: url(http://www.skeldingcnc.co.uk/images/blueprint.gif);
	background-position: center;
	background-repeat: no-repeat;
	padding: 2%;
}

table.measuringChart {
	width: 95%;
	border: #666666 1px  solid;
	background-color: #FFFFFF;
}

#text {
	padding: 1% 2% 1% 2%;
	font-size: 85%;
	text-align: justify;
}

#descriptions {
	font-family: Arial, Helvetica, sans-serif;
  	line-height: 120%;
	margin-left: 1%;
}

.infoBox {
  /*background: #686462;*/
  border-bottom: #686462 1px solid;
  border-left: #686462 1px solid;
  border-right: #686462 1px solid;
  border-top: #686462 1px solid;
}

.infoBoxContents {
  background: #f8f8f9;
  /*font-family: Verdana, Arial, sans-serif;*/
  font-size: 80%;
  
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  /*font-family: Verdana, Arial, sans-serif;
  font-size: 10px;*/
}

TD.infoBoxHeading {
  /*font-family: Verdana, Arial, sans-serif;
  font-size: 10px;*/
  /*font-weight: bold;*/
  background: #f8f8f9;
  color: #1C1C1C;
  border-top: #686462 1px solid;
  font-variant: small-caps;
  font-size: 90%;
}

TD.infoBox, SPAN.infoBox {
  /*font-family: Verdana, Arial, sans-serif;*/
  font-size: 80%;
}

.categoriesBox {
	background: #cccccc;
}

.categoriesBoxContents {
	font-variant: small-caps;
	font-size: 90%;
	background-color: #cccccc;
	line-height: 130%;
	/*padding: 0.3em 0 0.3em 0;
	border-width: 1px;
	border-color: #cccccc #000000 #cccccc #000000;
	border-style: solid;
	color: #ffffff;
	font-weight: bolder;
	text-decoration: none;
	/*background: #686462;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

A.categoriesBoxContent:link {
	color: #ffffff;
}



TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #686462;
  border-spacing: 1px;
}

.productListing-heading {
  font-size: 90%;
  background: #cccccc;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-size: 90%;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
	font-weight: bold;
	font-size: 100%;
	margin-left: 2%;
	margin-top: 1%;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
	font-size: 90%;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #cccccc;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: #1C1C1C;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */
}
