/* GLOBAL */
body {
  padding: 0;
  margin: 0;
  font-family: Sans-serif, Arial, Helvetica; 
  font-size:12px; 
  background-color:#FFFFFF;
}

td {
  font-size:12px; 
  text-align: justify;
}

/* LINKS */
a {
  color: #666;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}

a.more { 
  color: #00ABBD;
  text-decoration:none;
}
a.more:hover { 
  text-decoration:underline;
}

h1, h2 {
  color: #555;
  font-family: Sans-serif;
  margin-bottom: 0.5em;
}

h1 {
  font-size: 20px; 
  font-variant: small-caps;
  border-bottom-style: dotted;
  border-bottom-color: #555;
  border-bottom-width: 1px;
}

h2 {
  font-size: 16px; 
}

#item li {
 list-style-image: url("/images/list-item.png");
 list-style-type: disc;
 margin-left: -20px;
}

.main-title {
  font-size: 2em;
  color: #444;
}

.page-title {
  font-size: 1.5em;
  color: #444;
}

.intro {
  padding: 10px;
  color: #336;
  border: solid 1px #ddd;
}

.abstract {
  font-size: 1.2em;
}

.sidebar {
  border-spacing: 0 10px;
  width: 250px;
}

.hello { 
  padding: 10px;
  font-size: 12px;
  color: #444;
  background-color: #eef;
  text-align: left;
  border: none;
}

.product-list { 
  width: 100%;
  border-spacing: 0 0;
  border: solid 1px #aab;
  font-size: 12px;
}

.product-title { 
  padding: 2px 10px 2px 10px;
  background-color: #eef;
  text-align: left;
}

.product-desc { 
  padding: 2px 10px 2px 10px;
  color: #444;
  text-align: left;
}

.text {
  padding: 10px;
  font-size: 12px;
  text-align: justify;
}

.card {
  padding: 10px;
  font-size: 12px;
  background-color: #f6f6f6;
  border: solid 1px #ddd;
  -moz-border-radius: 10px 10px 10px 10px;
}

td.header {
  background-color: #ddd;
  border-bottom: solid 1px #bbb;
  border-right: solid 1px #bbb;
  font-weight: bold;
  padding: 1px 2px 1px 2px;
}

td.content {
  background-color: #eee;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  text-align: left;
  padding: 1px 2px 1px 2px;
}

td.left-title { 
  color: #555;
  font-size: 16px;
  font-family: Sans-serif;
  font-weight: bold;
  text-align: right;
  width: 250px;
  padding-right: 1em;
}

.footer {
  font-size: 11px;
  text-align: center;
  color: #999999;
}

