html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
br {
  clear:both;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
html {
  height:100%;
}
body {
  background-color:#FFF;
  color:#000;
  font-family:Arial,Tahoma,Verdana,sans-serif;
  font-size:10pt;
  height:100%;
  text-align:center;
}
a, a:visited {
  font-size:12px;
  font-weight:bold;
  text-decoration:none;
  color:#1766B0;
}

a:hover, a:active {
  font-size:12px;
  font-weight:bold;
  text-decoration:none;
  color:#40A5E5;
}
input[type="text"], input[type="submit"], input[type="password"], select, button, textarea {
  border:1px solid #000;
}
.error {
  font-weight:bold;
  color:#F00;
}
.success {
  font-weight:bold;
  color:#008000;
}

div#wrapper {
  margin:0px auto;
}
div {
  width:100%;
}
div#header {
  text-align:center;
  display:none;
}
div#menu {
  height:41px;
  text-align:center;
  background:url(../images/navres.jpg) repeat-x left;
  margin-bottom:10px;
  display:none;
}
div#menu img {
  float:right;
}
div#menu ul li {
  display:inline;
  line-height:41px;
  border-left:2px solid #555;
  padding-left:10px;
  padding-right:5px;
}
div#menu ul li.first {
  list-style-type:none;
  border-left:0px;
}
div#menu a {
  color:#FFF;
  font-size:12pt;
}
div#left {
  position:relative;
  width:18%;
  left:1%;
  float:left;
}
div#center {
  position:relative;
  width:60%;
  float:left;
  left:2%;
}
div#right {
  position:relative;
  width:18%;
  right:1%;
  float:right;
}
div#footer {
  clear:both;
  text-align:center;
  display:none;
}
div#footer ul li {
  display:inline;
  border-left:2px solid #555;
  padding-left:10px;
  padding-right:5px;
}
div#footer ul li.first {
  list-style-type:none;
  border-left:0px;
}

div.basicBox {
  text-align:left;
  border:1px solid #000;
  margin-bottom:10px;
  width:100%;
  -moz-border-radius:3px;
  clear:both;
  display:block;
}
div.basicBox h1 {
  background-color:#CCC;
  border-bottom:1px solid #000;
  color:#FFF;
  font-size:14pt;
  font-weight:bold;
  padding:5px;
  vertical-align:middle;
}
div.basicBox h3 {
  background-color:#CCC;
  border-bottom:1px solid #000;
  color:#FFF;
  font-size:10pt;
  font-weight:bold;
  padding:5px;
  vertical-align:middle;
}

.content {
  padding:5px;
  text-align:left;
}
.price {
  color:#555;
  font-weight:bold;
}
.special {
  color:#F00;
  font-weight:bold;
}

div.listing {
  clear:both;
  height:90px;
  padding:5px;
}

div.listing img {
  float:left;
  display:inline;
  margin-right:5px;
  border:1px solid #000;
}

img.blocked {
  display:inline;
  clear:none;
  margin:5px;
  border:1px solid #000;
}

img.flag {
  padding:5px;
}

div.stat {
  width:100px;
  font-weight:bold;
  border-bottom:2px solid #CCC;
  float:left;
  display:inline;
  margin-top:5px;
  padding:5px;
  text-align:left;
}

div.normal {
  width:150px;
  float:left;
  font-weight:normal;
  padding:5px;
  text-align:left;
}

.clear {
  clear:left;
}
