/* global */
html{height: 100%;}

body
{ font-family: verdana, arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .68em;
}

p
{ margin: 0px;
  padding: 0px 0px 16px 0px;
  line-height: 1.7em;
}

h1
{ font-family: arial, sans-serif;
  letter-spacing: .1em;
}

h2
{ margin: 0px;
  padding: 0px 0px 4px 0px;
  font-size: 100%;
}
.important2 {
text-decoration:underline;
}
img{border: 0px;}

a{outline: none;}

/* image positioning - left, right and center */
.left
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.right
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

/* block quote */
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid;
}

/* unordered list */
ul
{ margin: 8px 0px 0px 16px;
  padding: 0px;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* ordered list */
ol
{ margin: 8px 0px 10px 34px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* margin lefts / margin rights - to centre content */
#main, #links, #footer, #menu, #logo, #content
{ margin-left: auto; 
  margin-right: auto;
}

/* main container */
#main{width: 780px;}

/* links above the logo / footer */
#footer
{ padding: 0px 0px 10px 40px;
  width: 720px;
  height: 26px;
  font-size: 94%;
  text-transform: uppercase;
}

#links{text-align: right; padding: 10px 21px 0px 19px;
  width: 720px;
  height: 26px;
  font-size: 94%;
  text-transform: uppercase;
}

#footer, #cartEmptyText {text-align: center;}

#links a, #footer a{text-decoration: none;}

#links a:hover, #footer a:hover{text-decoration: underline;}

/* logo */
#logo
{ width: 760px;
  height: 100px;
  text-align: left;
}

#logo h1
{ margin: 0px;
  padding: 41px 0px 0px 19px;
  font-size: 150%;
  letter-spacing: .2em;
}

/* navigation menu */
#menu
{ height: 36px;
  width: 760px;
}

#menu ul{margin: 0px auto;} 

#menu li
{ float: left; 
  margin: 0px; 
  padding: 0px;
  list-style: none;
} 
/*
#menu li a 
{ display: block; 
  float: left; 
  height: 37px;
  text-decoration: none; 
  padding: 3px 19px 2px 19px;
  text-transform: uppercase;
} 
*/
/* main content */
#content
{ width: 760px;
  height: auto;
  padding: 0px;
  overflow: hidden;
} 

/* column 1 - contains sidebar items */
#column1
{ width: 207px;
  float: left;
  padding: 0px 0px 15px 0px;
}

.sidebaritem
{ text-align: left;
  width: 207px;
  float: left;
  margin: 0px 0px 5px 0px;
}

.sbihead
{ height: 14px;
  width: 188px;
  padding: 5px 0px 5px 19px;
  text-transform: uppercase;
}

.sbihead h1
{ padding: 0px; 
  margin: 0px; 
  font-weight: bold;
  font-size: 112%;
}

.sbicontent{padding: 14px 8px 8px 19px;}

.sbicontent p
{ line-height: 14px; 
  padding: 0px 0px 8px 0px;
}

.sbicontent select {
 background-color: #898989;
 color: #ffffff;
 font: 12px Verdana, Arial, Helvetica, sans-serif;
 border: 1px solid #333333;
}

.sbicontent10 select {
 background-color: #898989;
 color: #ffffff;
 font: 10px Verdana, Arial, Helvetica, sans-serif;
 border: 1px solid #333333;
 width:160px;
}


.sbilinks{padding: 0px;}

.sbilinks ul{margin: 0px auto;} 

.sbilinks li 
{ margin: 0px; 
  float: left; 
  list-style: none; 
} 

.sbilinks li a , .sbilinks li a:hover
{ float: left; 
  height: 16px;
  text-decoration: none; 
  padding: 5px 0px 4px 19px;
  width: 188px;
  border: 0px;
} 

/* column 2 - page content */
#column2
{ text-align: justify;
  width: 512px;
  float: right;
  padding: 2px 12px 15px 19px;
}

#column2 h1
{ padding: 6px 0px 4px 0px; 
  margin: 0px 0px 0px 0px; 
  border-bottom: 1px solid;
  font-size: 150%;
  text-transform: uppercase;
  font-weight: normal;
}

.sidebaritem a, #column2 a, .sidebaritem a:hover, #column2 a:hover
{ padding: 0px;
  text-decoration: none;
  padding-bottom: 2px;
/*  border-bottom: 1px dashed; */
}

.sidebaritem a:hover, #column2 a:hover{border-bottom: 1px solid; padding-bottom: 2px;}

/* additional colour scheme selections */
#colour{margin: 0px 0px 20px 0px;}

#colour a, #colour a:hover{border: 0px;}


.imagecenter { text-align: center; margin-bottom: 5px; }
.imagecenterHeight { text-align: center; margin-bottom: 5px; margin-top:10% }

.someclassname {
   background-color:#F8F8F8;
   width:33%;
   height: 140px;
   float:left;
   padding: 10px 0px 5px 0px;
}
      /* :hover is a pseudo selector to use to set the mouseover attributes */

.someclassname:hover {
    background-color:#E6E6E6;
}
/*	  
body,td,th {
	font-size: 0.68em;
}
*/
body {
	font-size: 0.68em;
}
.clearBoth {
	clear:both;
}

.productColumnar{
	font-family: verdana, arial, sans-serif;
	padding: 0px;
	line-height: 100%;
	margin-right: 20px;
	font-size: 12px;
	text-align:right;
}

.productColumnarCenter{
	font-family: verdana, arial, sans-serif;
	padding: 10px;
	line-height: 100%;
	font-size: 12px;
	text-align:center;
}

.navNextPrevList {
	float:left;
	
}

.navNextPrevCounter{
	text-align:right;
	padding: 0px 0px 0px 0px;
}

.navNextPrevWrapper{
	height:40px;
}

.cartAdd {
	display:block;
	margin-left:95px;
	width:300px;
	text-align:right;
	margin-top:25px;
}

.productInfoLink, .productDateAdded {
	padding: 0px 0px 5px 0px;
}
/*
.tabTable {
	font-size: 12px;
}
*/
th {
	font-size: 14px;
	text-align:center;
}

	.productListing-heading{ padding: 3px; font-size: 1.2em; }
	.productListing-odd{ background: #f6f6f6; border-bottom: 3px solid #ffffff; }
	.productListing-even, .rowOdd:hover, .rowEven:hover{ background: #F8F8F8; border-bottom: 3px solid #ffffff; }
	.productListing-odd:hover, .productListing-even:hover { background:#DBDBDB;}
	.hovers:hover{background: #F8F8F8;}
	
.attribImg {
	float:left;
	padding-right: 15px;
}

.optionName {
	height:20px;
	padding: 0px 0px 0px 0px;
}

.centeredContent {
	text-align:center;
	line-height: 160%;
}

.normalprice {
	text-decoration:line-through;
}

.productSpecialPrice {
	font-weight:bold;
}

.alert, .markProductOutOfStock {
	color:#FF0000;
	font-weight:bold;
}

.cartProductDisplay{
	border:none;
	font-weight:bold;
	width:40%;
}

.tableHeading, {
	height:25px;
}

#column2 input, #column2 textarea, .fieldsetTop2 input {
	text-align:center;
	border: 1px solid #999999;
}

#country {
	border: 1px solid #999999;
	width:329px;
	float:right;
	margin: -2px 8px 8px 5px;
}

.fieldsetTop2 select {
	border: 1px solid #999999;
	width:329px;
}

#newsletter-checkbox {
	margin-top: 2px;
}

#cartSubTotal {
	padding-left:370px;
	padding-top:10px;
}

.cartTotalDisplay, #scTotalHeading {
	text-align:center;
	width:160px;
}

#scQuantityHeading, #scUnitHeading{
	text-align:center;
}

.cartUnitDisplay {
	width:150px;
	text-align:center;
	padding: 5px 0px 5px 0px;
}
.cartQuantity {
	width:90px;
	text-align:center;
	padding: 5px 0px 5px 0px;
}


.cartRemoveItemDisplay {
	width:8%;
	text-align:right;
}

.fieldsetTop {
	width: 450px;
	padding-top: 10px;
}

.fieldsetTop2 {
	width: 450px;
	padding-top: 10px;
}

.fieldsetTop2 select {
	width:330px;
}

.fieldsetTop input, .fieldsetInside input, .fieldsetTop textarea {
	float:right;
	margin: -2px 8px 8px 5px;
}

.fieldsetTop label, .fieldsetInside label {
	text-align:right;
	display:block;
	float:right;
	padding-right: 4px;
	padding-top: 2px;
}

legend {
	font-weight:bold;
}

#cartEmptyText, .messageStackError{
	margin: 6px 0px 10px;
}

.flLeft {
	 float:left;
}

.flRight {
	float:right;
}
#halfWidthFlLeft{
width:46%;
height:120px;
float:left;
}
#checkoutOrderTotals{
width:45%;
height:120px;
float:right;
}

.cartAttribsList{
font-size:9px;
font-weight:normal;
}

#checkoutShipto, #checkoutBillto{
text-align:left;
float:left;
width:48%;
margin-left:5px;
}
.mMinus{
	margin-left:0px;
}