body
{
  background: #000;
  margin:0;
  padding:0;
  font-family: Arial, Helvetica, sans-serif;
  font-size:100%;
  color: #FFF;
}
div.clear
{ 
  clear: both;
}
a:link, a:active, a:visited
{
	color: #fff;
	text-decoration:none;
	}
a:hover
	{
	color:#ff1166;
	}
	
#page
{
  width:600px;
  margin-left:auto;
  margin-right:auto;
}
#main
{
  width:600px;
  float: left;
	padding: 0;
}
#header
{
  padding: 4px 0 4px 0;
  margin: 18px 0 0 0;
  border-top: solid 1px #FFF;
  border-bottom: solid 1px #FFF;
  float: left;
}
#heading {
  float: left;
}
#menu, #bottomMenu, #bottomMenu1, #bottomMenuRight
{
  font-size: 66%;
  font-weight:bold;
  color: #FFF;
}
#menu {
    float: right;
}
#bottomMenu {
  margin:6px 0 20px 0;
	float: left;
}
#bottomMenu1 {
	border-top: solid 1px #FFF;
  margin:6px 0 20px 0;
	padding-top: 5px;
}
#bottomMenuRight {
  float: right;
	margin:6px 0 20px 0;
}
#content
{
	padding: 0;
	width:auto;
}
#centre
{
  text-align:center;
}
#page
{
	test-align: left;
}
.prodImg {
	border-bottom: solid 1px #FFF;
	padding: 5px 0;
}
.prodRow {
	border-bottom: solid 1px #FFF;
	padding: 5px 0;
	text-align: right;
	vertical-align: bottom;
}
.prodRow img {
	border: solid 1px #000;
	}
.prodInf {
	padding: 0 0 0 8px;
}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 140%;
	font-weight: normal;
	color: #FFF;
	display: inline;
}
h3 {
	font-size: 85%;
	color: #FFF;
	padding: 7px 0 0 0;
	margin: 0;
}
p {
  font-size: 66%;
  color: #FFF;
	padding: 0 4px 0 4px;
}
* html p{
	padding-top: 6px;
}
img {
	border: 0;
	}
form {
	display: inline;
	padding: 0;
	margin: 0;
	}
.continue, .update, .checkout, .continue:hover, .update:hover {
	border: solid 1px #FFF;
	color: #FFF;
	padding: 1px;
	margin: 5px 0 0 3px;
	font-size: 66%;
	font-weight: bold;
	text-align: center;
}
.continue:hover, .update:hover, .checkout:hover {
	background-color: #000000;
	color: #ff1166;
}

.continue {
	background-color: #339933;

}
.update {
	background-color: #666666;

}
.checkout {
	background-color: #ff1166;
}