/** 
 * Content plugin style sheet
 *
 * @since 30.01.2005
 * @author Gaj Capuder <gaj.capuder@siol.net>
 */

.content {
  padding: 30px;
  padding-top: 0px;
  text-align: left;
  padding-bottom: 1px;
}

.content a {
  color: #fb9800;
  text-decoration: none;
  font-weight: bold;
}

.content h1 {
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 3em;
  font-weight: normal;
  letter-spacing: -0.075em;
  line-height: 0.9em;
  color: #12b9ff;
  padding-bottom: 30px;
  padding-top: 10px;
}

.content div.category {
  margin-top: 50px;
/*  background-color: red; */ 
  background-image: url('../../../dsg/category_bg.gif');
  background-position: top left;
  background-repeat: repeat-y;
  padding: 0;
}

.content div.category_box, .content div.category_box_last {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  width: 80px;
  margin: 0;
  padding-top: 3px;
  padding-bottom: 10px;
  margin-left: 1px;
}


.content div.category_box_last h1, .content div.category_box h1 {
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  color: #0e80b0;
  margin: 0;
  padding-bottom: 10px;
  padding-top: 0px;
  line-height: 1.15em;
}
