body,
p, 
td, 
th,
input,
select,
textarea {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 11px;
  line-height: 15px;
  color: #000000;
}

html,
body {
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  background: #EEEEEE url(/img/bg.gif) repeat-y top center;
}
          
input.text,
select,
textarea {
  padding: 2px;
  border: 1px solid #666666;
	color: #000000;
}

input.button {
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}

small {
  font-size: 85%;
  letter-spacing: 1px;
}

p {
  margin: 0 0 10px 0;
}


ul {
  margin: 0 0 10px 0;
  padding: 0;
}

ul li {
  margin: 0 0 0 15px;
  padding: 0 0 2px 0;
}

ol {
  margin: 0 0 10px 0;
  padding: 0;
}

ol li {
  margin: 0 0 0 22px;
  padding: 0 0 2px 0;
}

h1 {
	font-size: 22px;
	font-weight: normal;
	margin: 20px 0 10px 0;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	margin: 20px 0 7px 0;
}

img {
  border: none;
  margin: 0;
  background-color: transparent;
}

a[name] {
  color: inherit !important; 
  text-decoration: inherit !important;
}


a:link,
a:visited,
a:active,
a:focus,
a:hover {
	font-weight: bold;
	text-decoration: none;
}


#frame {
  width: 700px;   /* pagewidth */
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

#header {
  position: relative;
  height: 120px;
  color: #FFFFFF;
}

#header a {
  color: #FFFFFF;
}

#header ul {
	position: absolute;
	left: 40px;
	top: 80px;
  height: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: transparent url(/img/menupipe-first.gif) top left no-repeat;
} 

#header li {
  display: inline;
  margin: 0;
  padding: 0 10px 0 10px;
  background: transparent url(/img/menupipe.gif) top left no-repeat;
  font-size: 12px;
  line-height: 12px;
	font-weight: bold;
}

#footer {
  color: #888888;
  padding: 0 40px 40px 40px; 
  font-size: 10px;
  line-height: 12px;
}

#content {
  width: 100%;
  height: auto;
}


img.thumb {
  border: 1px solid black;
}

ul.error {
  margin: 0;
  padding: 0 0 10px 0;
  list-style: none;
}

div.caption {
  margin: 0;
  padding: 0;
  text-align: center;
}

div.caption p {
  margin: 0;
  padding: 0;
	color: #666666;
  font-size: 10px;
  line-height: 12px;
}

div.caption img {
	clear: both;
	margin: 0 0 2px 0;
}

div.spacer {
	clear: both;
	border: 0 none transparent !important;
}

ul.error li {
  margin: 0;
  padding: 0 0 5px 20px;
  background: transparent url(/img/alert.gif) top left no-repeat;
  color: red;
  font-weight: bold;
}

ul.section {
  margin: 0 0 0 40px;
  padding: 29px 0 0 0;
  list-style: none;
  background: transparent url(/img/sectionpipe-first.gif) top left no-repeat;
}

ul.section li {
  display: inline;
  margin: 0;
  padding: 0 10px 0 10px;
  background: transparent url(/img/sectionpipe.gif) top left no-repeat;
  font-size: 11px;
  line-height: 14px;
  font-weight: normal;
  color: #999999;
}

ul.secrion li.first {
  background: none;
}

ul.section a:link,
ul.section a:visited,
ul.section a:active,
ul.section a:focus,
ul.section a:hover {
	font-weight: normal;
}

table.label {
  margin: 0;
  padding: 0;
}

table.label tr td {
  padding-bottom: 10px;
  vertical-align: top;
}

table.label tr th {
  padding-bottom: 10px;
	padding-right: 10px;
  vertical-align: top;
  font-weight: normal;
  font-style: italic;
  text-align: left;
}

table.label tr.last td {
  padding-bottom: 0;
  vertical-align: top;
}

table.label tr.last th {
  padding-bottom: 0;
	padding-right: 10px;
  vertical-align: top;
  font-weight: normal;
  font-style: italic;
  text-align: left;
}

table.lined {
	margin: 0 0 5px 0;
	padding: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

table.lined tr th {
	padding: 0 4px 2px 4px;
	border-bottom: 2px solid #333333;
	border-left: 1px solid #999999;
	vertical-align: bottom;
	text-align: left;
	font-size: 11px;
  line-height: 14px;
}

table.lined tr th.left {
	padding-left: 0;
	border-left: 0;
}

table.lined tr th.right {
	padding-right: 0;
}

table.lined tr th.next {
	border-left: 2px solid #999999;
}

table.lined tr td {
	padding: 2px 4px 2px 4px;
/*	border-bottom: 1px solid #999999;*/
  background: transparent url(/img/dither2h.gif) repeat-x bottom;
	border-left: 1px solid #999999;
	text-align: left;
	font-size: 11px;
  line-height: 14px;
}

table.lined tr td.left {
	padding-left: 0;
	border-left: 0;
}

table.lined tr td.right {
	padding-right: 0;
}

table.lined tr td.next {
	border-left: 2px solid #999999;
}

table.lined tr.bottom td {
	padding-bottom: 0;
/*	border-bottom: 0;*/
  background: none;
}

/*
table.bullet {
	margin: 0 0 -2px 0;
}

table.bullet tr th {
	vertical-align: top;
	padding: 0 5px 2px 0;
}

table.bullet tr td {
	padding: 0 0 2px 0;
}
*/

table.model {
	margin: 0 0 5px 0;
	padding: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

table.model td {
  padding-top: 5px;
  padding-bottom: 3px;
  vertical-align: top;
  background: transparent url(/img/dither2h.gif) repeat-x top;
}

table.model td.index {
  padding-right: 5px;  
}

table.model td.price {
  padding-left: 10px;
  text-align: right;
  white-space: nowrap;
  color: #666666;
}
