#page  {
  text-align: left;
  width: 880px;
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  margin-top: -12px;
}

.underline {
  text-decoration: underline;
}

#menu {
  text-align: left;
  height: 159px;
  color: #ffffff;
  background-image:url('/image/topbanner880.jpg');
  margin-top: 0px;
}

#menu ul {
  position: relative;
  top: 138px;
  left: -17px;
  font-size: 12px;
}

#menu li {
  display: inline;
  margin: 0 5px;
  padding-right:6px;
}

#menu a {
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
}
 
#menu a.selected {
  color: #ffff00;
}


#menu a:hover {
  color: #ffff00;
}

#footer {
  background: black;
  width: 880px;
  height: 42px;
}

#footer p {
  width: 880px;
  padding-top: 15px;
  padding-left: 32px;
  text-align: center;  
  color: #A4A4A4;
  font-size: 10px;
  font-weight: bold;
}

#footer a {
  color: #A4A4A4;
}

.border {
  border-left: 1px solid black;
  border-right: 1px solid black;
}

#content {
  padding: 0px;
  margin-left: 13px;
  margin-right: 13px;
  margin-top: 13px;
  margin-bottom: 20px;
}

#content h1 {
  margin-bottom: 0px;
  margin-top: 12px;
  padding: 0px;
}

#content p {
  margin-top: 0px;
  margin-right: 75px;
  padding: 0px;
}

.imageright {
  float: right;
  position: relative;
  top: -110px;
  right: 15px;
}

.invisible {
  width: 600px;
  height: 130px;
  position:absolute;
  display:block;
}

.space {
  height: 10px;
}

.galleryimage {
  width: 854px;
  border: none;
}

/*
tr:nth-child(2n+1) {
  background-color: #AAAAAA;
}
*/

#content h2 {
  padding: 0px;
  margin-bottom: 0px;
  margin-top: 8px;
}

#content h3 {
  padding: 0px;
  margin-bottom: 0px;
  margin-top: 8px;
  font-size: 18px;
}

#content h4 {
  padding: 0px;
  margin-bottom: 0px;
  margin-top: 8px;
}

#calendar table {
  border-collapse:collapse;
  width: 100%;
}

#calendar td {
  font-size: 10px;
  border-bottom: 1px #bbbbbb dotted;
}

#calendar th {
  font-size: 10px;
  border-bottom: 1px #bbbbbb dotted;
  border-right: 1px #bbbbbb dotted;
}


#submenu {
  text-align: left;
  height: 30px;
  color: #ffffff;
  margin-top: 0px;
  background-color: black;
  margin-top: -12px;
}

#submenu ul {
  position: relative;
  top: 10px;
  left: -17px;
  font-size: 12px;
}

#submenu li {
  display: inline;
  margin: 0 5px;
  padding-right:6px;
}

#submenu a {
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
}
 
#submenu a.selected {
  color: #ffff00;
}


#submenu a:hover {
  color: #ffff00;
}

.subsubmenu {
  position: absolute;
  top: 190px;
  left: 100px;
  background-color: #DDDDDD;
  color: white;
  filter:alpha(opacity=90);
  -moz-opacity:0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}

.subsubmenu ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.subsubmenu li {
  margin: 0px;
  padding: 3px 5px 3px 5px;
  left: -10px;
}


.subsubmenu a {
  text-decoration: none;
  font-weight: bold;
  color: #111111;
}

.subsubmenu a:hover {
  color: #777700;
}

#basket {
  position: relative;
  left: 400px;
  width: 300px;
  background-color: grey;
}

#checkoutBasket {
	border-collapse: collapse;
}

#checkoutBasket th {
    background-color: #033141;
	color: white;
	font-weight: bold;
	font-size: 15px;
}

#checkoutBasket .deliverLine {
	height: 50px;
	vertical-align: middle;
}

#checkoutBasket .orderLine {
	height: 25px;
	vertical-align: middle;
}

#checkoutBasket .sumLine {
	height: 30px;
	vertical-align: bottom;
	font-weight: bold;
	font-size: 14px;
}

#checkoutBasket .sumVATLine {
	color: #777777;
}

.price {
	text-align: right;
}

.submit

{
	cursor: pointer;
	font-family: Arial,sans-serif;
}

p.goto input.submit {
	width: 140px;
	height: 22px;
	padding-right: 44px;
	padding-bottom: 2px;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 75.00%;
	font-weight: bold;
	color: #333333;
	background-color: transparent;
	background-image: url('../image/shop/goto.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0pt 0pt;
	border: 0px;
}

p.addbasket input.submit {
	width: 140px;
	height: 22px;
	padding-right: 44px;
	padding-bottom: 2px;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 75.00%;
	font-weight: bold;
	color: #333333;
	background-color: transparent;
	background-image: url('../image/shop/addbasket.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0pt 0pt;
	border: 0px;
}

p.variant
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}

p.variant select
{
	width: 100px;
	height: 22px;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 75.00%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;

}

.productView
{
	width: 550px;
}

