ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

body, td
{
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  background-color: #fff;
}

body
{
  padding: 20px;
  background-color: #fafafa;
}
h2 {
  font-size: 100%;
}

h1 a {
  color: black;
}
/* -------------------------------------------------------------------------- */
div#menu {
  margin: 10px;
  padding: 10px;
  float: left;
  width: 150px;
  border: 1px solid #eee;
  background-color: white;
}
div#menu ul {
  margin-left: 10px;
}
div#wrap {
  float: left;
 /* position: absolute;*/
 /* margin-left: 180px;*/
}

div.list-item, div#item-wrap {
  margin: 10px;
  padding: 10px;
  border: 1px solid #eee;
  background-color: white;
  clear: left;
  width: 600px;
}
div.list-item h2 {
  font-size: 170%;
  color: black;
  border-bottom: 1px solid #eee;
  margin-bottom: 8px;
}
div.list-item h2 a { color: black; }
div.list-item h2 a:hover { text-decoration: none; }

div.list-item img {
  float: left;
  margin-right: 10px;
}
div#item-wrap h1 {
  border-bottom: 1px solid silver;
}
div#item-wrap h2 {
  font-size: 140%;
  margin: 5px;
  margin-left: 0px;
  margin-top: 10px;
  border-bottom: 1px solid #eee;
}

div#item-wrap div {
  margin-top: 20px;
}

div#item-wrap th {
  text-align: right;
  width: 160px;
  padding-right: 20px;
}

div#item-wrap ul {
  list-style: none;
}
div#item-wrap li {
  font-size: 110%;
  margin: 5px;
}
div#item-wrap img.thumb {
  margin: 5px;
}

/** ad-css ********************************************************************/
.advertising {
  font-size: 110%;
  width: 336px;
}
.advertising #ad-info {
  color: silver;
  font-size: 90%;
}
.advertising #ad-slot {
  padding-left: 10px;
}
.advertising a:hover {
  text-decoration: none;
} 
.advertising #ad-title { 
  font-size: 110%;
  font-weight: bold;
  color: blue;
  text-decoration: underline;
}
.advertising #ad-description {
  color: black;
  text-decoration: none;
}
.advertising #ad-url {
  color: green;
  text-decoration: none;
}
