body,html{
  height: 100%;
  width: 100%;
}

body{
	margin: 0px;
	padding: 0px;
	background-color: #010066;
	background-image: url('images/bg.gif');
	background-repeat: no-repeat;
	font-family: arial, serif;
	font-size: 0.8em;
	color: white;
}

h2{
  font-size: 12pt;
  margin-top: 10px;
  margin-bottom: 5px;
}

hr{
  color: #0088AA;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}

b,strong{
	font-weight: bold;
}

b.blue{
  color: #00CCFF;
}

img {border: 0px}

img.bullet{
	margin-right: 5px;
	margin-bottom: 3px;
	vertical-align: middle;
}

img#pic1{
  float: left;
}

img.galleryleft{
  margin-right: 10px;
  float:left;
  border: 2px solid white;
}

img.galleryright{
  margin-left: 10px;
  float:right;
  border: 2px solid white;
}

#displaypic,.thumbnail{
  border: 1px solid white;
}

p.pics{
	margin: 0px;
	padding: 0px;
  float: left;
}

p#presbox{
  text-align: center;
  border: 1px solid white;
}

a{
	color: #DFD66C;
	font-weight: normal;
	text-decoration: none;
}

a.category{
	color: white;
}

a.subcategory{
	color: #DFD66C;
	font-size: 0.9em;
	margin-left: 10px;
}

a.subcategory:hover{
	text-decoration: none;
}

a.bold{
	font-weight: bold;
}

a.navlink{
	color: white;
	font-size: 0.9em;
}

a:hover{
	text-decoration: underline;
	color: #FFFF99;
}

dt{
  font-weight: bold;
}

dd{
  margin-left: 1em;
}

table td{
  vertical-align: top;
}

#basket td{
  vertical-align: baseline;
}

table#basket{
  width: 550px;
  margin-left: auto;
  margin-right: auto;
}

table#container{
  margin: 0;
  padding: 0;
  clear: both;
  border-collapse: collapse;
}

table.rescont{
	float: left;
	width: 110px;
	border: 1px solid #446699;
	margin: 5px;
	border-collapse: collapse;
	background-color: #224477;
}

td#nav{
  width: 150px;
  height: 300px;
  padding-left: 5px;
}

td#right{
	width: 200px;
	text-align: right;
}

td#results{
	width: 100%;
  margin-left: 150px;
  margin-right: 200px;
}

#resscroll{

}

td.thumbfooter img{
  float: left;
  padding: 0px 2px 0px 2px;
  margin: 1px;
}
td.thumbfooter span.price{
  float: right;
}

td.thumb{
	height: 110px;
	width: 110px;
	vertical-align: middle;
	border-top: 1px solid #446699;
	border-bottom: 1px solid #446699; 
}

td.vbar{
	text-size: 0.1em;
	width: 7px;
  background-image: url('images/bubvertical.gif');
  background-repeat: repeat-y;
}

td.hbar{
	text-size: 0.1em;
	height: 7px;
  background-image: url('images/bubhorizontal.gif');
  background-repeat: repeat-x;
}

col{
  text-align: left;
}

col#code{
  width: 75px;
}
col#desc{
  width: 250px;
}
col#qty{
  width: 50px;
}
col#price{
  width: 75px;
  text-align: right;
}
col#remove{
  width: 100px;
}

form{
	margin: 0px;
	padding: 0px;
}

label{
  display: inline;
}

input.remove{
  border: 1px solid #003399;
  background-color: transparent;
  color: #DFD66C;
}

#size, .size{
  font-size: 0.8em;
}

#submitimage{
  display: block;
	margin: 5px 5px 5px 0px;
  width:100px; 
  height:23px;
}

.center{
	text-align: center;
}

.small{
	font-size: 0.9em;
	line-height: 1em;
}

.largetext{
	font-size: 1.4em;
}

div.layout{
	width: 100%;
}

div.top,div.bottom{
  clear: both; /* important */
}

div.bottom{
	margin-top: 10px;
	width: 100%;
	text-size: 0.8em;
}

div.bottom #backtohome{
	text-align: right;
}

div.top #logoandheader{float: left;}

div.top #topright{
	text-align: right;
	float: right;
	margin: 10px;
}

div.top #basket{
	vertical-align: middle;
}

div.bottom ul{
	list-style: none;
  margin: 0px;
  text-align: center;
}

div.bottom li{
	display: inline;
	color: white;
}
