
/* common */

.contact,
.articles,
.company,
.polls,
.news,
.list,
.category,
.product_overview,
.faq
{
  margin-bottom: 15px;
  height: 100%;
  width: 99%;
  border-bottom: 1px solid white;
  padding-bottom: 10px;
}

.contact .title,
.articles .title,
.company .title,
.polls .title,
.news .title,
.list .title,
.category .title,
.product_overview .title,
.faq .title
{
  font-weight: bold;
  font: 200% Georgia,Serif;
}

.news .title a,
.articles .title a
{
  color: #444;
  text-decoration: none;
  font-weight: normal;
}

.news .title a:hover,
.articles .title a:hover
{
  color: #24414b;
  text-decoration:none;
}

.contact .content,
.articles .content,
.company .content,
.polls .content,
.news .content,
.list .content,
.category .content,
.faq .content
{
  padding: 1px;
  padding-top:10px;
  padding-bottom: 0px;
  overflow: hidden;
}


.articles .info,
.news .info
{
  text-align: left;
}

.articles .info img,
.news .info img
{
  vertical-align: bottom;
}

.company img {
  vertical-align: middle;
  margin-right: 15px;
}

.company .comment {
  margin-bottom: 10px;
}

.company .comment ul, .company .comment ol {
  margin-left: 25px;
}

.company li {
  margin-left: 0px;
}

.company ul {
  margin-bottom: 0px;
  list-style: none;
  line-height: 1.5em;
}

.company .left {
  float: left;
  margin-right: 15px; 
}

.list table,
.category table
{
  width: 100%;
  border: 1px solid #ddd;
  border-collapse: collapse;
}

.list td, .list th,
.category td, .category th 
{
  border: 1px solid #ddd;
  padding: 5px;
}

.list img,
.category img
{
  vertical-align: middle;
  border: none;
}

.list .price {  
  font-size: 120%;
  margin: 5px;
  font-weight: bold;
  font-size: 120%;
  color: #259765;
}

.product_overview {
  border: 1px solid #aaa;
}

.product_overview .content {
  padding: 10px;
}

.product_overview .title {
  border-bottom: 1px solid black;
  background-color: white;
}

.product_overview .prodbox {
  float:left;
  padding: 20px;
  margin-right:10px;
  border: 1px solid #bbb;
  background-color: #fff;
}

.product_overview .clicktoview {
  background-color: #eee;
  padding: 5px;
  text-align:center;
  border: 1px solid #aaa;
}

.prod_image img {
  border: 1px solid #000;
}
