
.block_generic {
  margin-bottom: 10px;
  height: 1%;
  overflow: hidden;
}

.block_generic .title {
  padding: 5px;
  font-weight: bold;
  font: 160% Georgia,Serif;
}


.block_generic .content {
  padding: 10px;
}

.block_generic .prod_box {
  text-align:center; 
  margin-bottom: 10px; 
  padding: 3px;
}

.block_generic .prod_name {
  margin-bottom:3px;
  font-size: 120%;
}

.block_generic input {
  margin: 0px;
  width: 90%;
  margin-bottom: 5px;
  color: black;
  font-size: 11px;
}

a.sidelink:link, a.sidelink:visited {
  font: 100% Georgia,Serif;
	display: block;
	font-weight: bold;
  color: white;
	padding: 4px;
  text-decoration:none;
  background: #6485b4 url(images/menu_bg.png) no-repeat center top;
  margin: 1px;
}

a.sidelink:hover {
  background: #aabfdb url(images/menu_bg_hover.png) no-repeat center top;
  color: white;
  text-decoration: none;
}


a.articlelink {
  font-weight: normal;
  text-decoration: none;
}

ul .articletitle {
  list-style-image: url("images/icon-star.gif"); 
}

.block_quote {
  border: 1px solid #aaa;
  background-color: #fffdf6;
}

.block_last_news {
  border: 1px solid #aaa;
  background-color: #fff7f5;
}

.block_polls {
  border: 1px solid #aaa;
  background-color: #ebf5ff;
}

.block_last_articles {
  border: 1px solid #aaa;
  background-color: #fff4e2;
}

.block_last_products {
  border: 1px solid #aaa;
  background-color: #fff;
}

.quote {
  font-size: 130%;
  line-height: 140%;
  padding: 10px;
}

.close_quote {
	background: url(images/closequote.gif) no-repeat bottom right;
  padding-left: 15px;
  margin-left: 10px;
}

.open_quote {
	background: url(images/openquote.gif) no-repeat left top;
  text-indent: 25px;
}


