img{
  border-width:0;
}


.splash table{
  height:100%;
}

.basket_contents_div *{
  font-size:12px;
  color:#a1a0a0;
}

body{
  background-color:#565656;
}

.mainPageContent{
  width:1960px;
}

.editableText,
.productBuyButton{
  padding-left:10px;
  padding-right:5px;
}

.mainPageCentre .editableText{
  padding-left:0;
  padding-right:0;
}

h1{
  color:#a1a0a0;
}

p,
.productName,
.productDescription,
.productPrice,
.productMoreInfo *{
  color:#a1a0a0;
  font-size:12px;
}

.productName{
  font-weight:bold;
  font-size:14px;
}

#pageMenu ul{
  float:left;
  background:#d3d3d3 url('images/site-background.png') no-repeat top left;
  padding-top:100px;
  padding-left:0;
  padding-bottom:8px;
  margin:0;
  list-style-type:none;
  width:900px;
}

* html #pageMenu ul{
  width:913px; /* easier than trying to fix IE bugs */
}

.mainPageContent #pageMenu ul{
  margin-left:-11px;
  width:1971px;
}

#pageMenu li{
  float:left;
  margin-left:10px;
  padding-left:10px;
}

.mainPageContent #pageMenu li{
  border-left:1px solid white;
}

#pageMenu li a{
  color:white;
  font-size:12px;
  font-weight:bold;
}

.mainPageCentre{
  background:white url('images/main-page-left.png') no-repeat top left;
  height:223px;
}

.content{
  background-color:white;
}

#categoryMenu ul{
  list-style-type:none;
  height:23px;
  margin:0;
  padding:0;
  width:900px;
}

#categoryMenu li{
  float:left;
  margin-top:4px;
  margin-left:10px;
  margin-bottom:16px;
  padding-right:10px;
}

.mainPageContent #categoryMenu li{
  margin-bottom:0;
}

#categoryMenu li a{
  color:#d3d3d3;
  font-size:12px;
  font-weight:bold;
}

.mainPageCentreContent{
  padding-left:392px;
}

.mainPageCentreContent .text{
  padding:0 10px;
}

.footerSpotonText{
  margin-top:18px;
  color:ffffff;
}

.footerSpotonText a {
color:ffffff;
}

.mainPageContent .footerSpotonText{
  margin-left:-900px;
}

.footerSpotonText *{
  font-size:12px;
}



.productBox{
  width:260px;
}

.productBoxBig{
  width:780px;
  margin-top:8px;
}

.productMoreInfo,
.productPrice{
  margin:8px 0;
}

.productBoxBig .productName,
.productBoxBig .productDescription,
.productBoxBig .productPrice{
  width:170px;
}



.sideNav_group{
  background:url('images/menu-background.png') no-repeat top left;
  width:120px;
  margin-top:8px;
  margin-bottom:8px;
  min-height:500px;
}

.sideNav_item{
  font-size:12px;
}

.sideNav_selected,
.sideNav_item a{
  display:block;
  width:74px;
  margin:8px 36px 8px 10px;
}

.sideNav_item a:hover{
}

.column{
  width:380px;
  margin-right:10px;
}

#column2{
  width:370px;
}




/* default rules follow */


body {
       font-family: Arial, Helvetica, sans-serif;
       font-size:12px;
}

h1 {
	color: #8c8c8c;
	font-size: 14px;
	font-weight: bold;
}

h2 {
	color: #333333;
	font-size: 14px;
	font-weight: normal;
}

h3 {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}

.editableText {
position:relative;
z-index:20;
}

#appArea {
	font-size: 12px;
}

/* edit mode toolbox */
#editToolBox {
	position: absolute; /* fixed would be better but doesn't work in IE */
	top: 0px;
	left: 0px;
	width: 75px;
	background-color: black;
	color: white;
	font-family: Arial, sans-serif;
	font-size: 12px;
	opacity: 0.75;
	padding: 6px;	
}

.editToolBoxAction {
	color: white;
	text-decoration: none;
cursor:pointer;
}

.body {
background-color: white;
}

.widget {
text-decoration:underline;
position:relative;
height:0px;
left:0px;
width:0px;
display:block;
z-index:999;
}

div.widgetBit:hover {
opacity:0.8;
}

.widgetBit {
z-index:998;
background-color:black;
color:white;
opacity:0.2;
border: solid black 1px;
width:100px;
position:relative;
left:0;
top:0px;
font-size:10px;
}

a {
text-decoration:none;
color:#333333;
}

a:hover { 
color:black; }

a.navigation_link { 
display:block; width:100% }

td.navigation_link { 
background-color:#eeeeee; }

a.navigation_selected { color:black }

td.navigation_selected { 
background-color:rgb(255,204,102); 
}


.formField_label { 
font-size:12px;
 }

