/* GLOBAL */

body {
  background:#eee;
  font:9px verdana,arial,helvetica,sans-serif; 
  margin:0px;
}

a {
  text-decoration:none;
}

a:link {
  color:#039;
}

a:visited {
  color:#039;
}

a:hover {
  text-decoration:underline;
}


h1 {
  font-size:16px;
  line-height:18px;
  margin:0px;
}

h2 {
  font-size:12px;
  line-height:14px;
  font-weight:bold;
  margin:0px;
}

img {
  border:0px;
}

p {
  line-height:16px;
}

.tdblue {
  color:#039;
}

.button {
  color:#039;
}


/* CORE */

#container {
  margin:8px auto;
  width: 780px;
  min-height: 780px;
}

#main {
  border:1px solid #999;
  background:#fff;
} 

#header {
  background:#fff url(../img/table.jpg) top right no-repeat;
  height:70px;
}

#header img {
  height:35px;
  width:270px;
}

#content {
  margin:10px;
}

#footer {
  font-size:10px;
  margin:5px;
  text-align:center;
}


/* TABS */

#tabs {
  border-bottom:1px solid #999;
  list-style-type:none;
  margin:0px;
  margin-top:8px;
  padding-left:30px;
  padding-bottom:15px;
  text-align:center;
}

#tabs li {
  background:#ccc;
  border:1px solid #999;
  display:inline;
  float:left;
  line-height:12px;
  height:14px;
  margin-right:4px;
  width:80px;
}

#tabs li.selected {
  background:#fff;
  border-bottom:1px solid #fff;
}

#tabs li a {
  color:#000;
  display:block;
  height:100%;
  text-decoration:none;
  width:100%;
}

#tabs li a:hover {
  background:#fff;
}

#tabs li.selected a:hover {
  background:#fff;
}

#subs {
  background:#fff;
  height:20px;
  list-style-type:none;
  margin:0px;
  padding:0px;
  text-align:center;
}

#subs li {
  border-right: 1px solid #CCC;
  display:inline;
  float:left;
  font-size:10px;
  margin-top:4px;
  padding: 0px 8px 0px 8px;
}

#subs li.last {
  border-right:0px;
}

#subs li.selected {
}


/* CONTENT */

table.list {
  border-collapse:collapse;
}

table.list th {
  padding-right:1em;
  padding-bottom:0.5em;
}

table.list td {
  padding-bottom:0.5em;
}


/* landing */

#landing {
  border-collapse:collapse;
}

#landing td {
  padding:2px;
}


/* product list */

#products {
  border-collapse:collapse;
  width:100%;
}

#products td {
  border-bottom:1x solid #ccc;
  padding-top:5px;
  padding-bottom:5px;
}

#products td.icon {
  padding-left:10px;
  width:100px;
}

#products td.icon img {
  border:0px;
  display:block;
  height:100px;
  width:100px;
}

#products td.desc {
  padding-left:20px;
  padding-right:20px;
}

#products td.buy {
  padding-right:10px;
  text-align:center;
}

#products tr.last td {
  border-bottom:0px;
}


/* detail page */

#detail {
  border-collapse:collapse;
  width:100%;
}

#detail td {
  padding:0px;
  vertical-align:top;
}

#detail td.icon {
  text-align:center;
  width:335px;
}

#detail td.icon img {
  border:0px;
  height:335px;
  width:335px;
}

#detail td.desc {
  padding-left:10px;
}

#detail td.desc h1 {
  margin-bottom:0px;
}

#detail td.desc table {
  border-collapse:collapse;
  font-size:10px;
  line-height:13px;
}