/* used to hide images in the emphasis in the detail view */
.preamble .img_caption {
          display:none;
}

.img_caption small, #frontpage_image small, .fp_image small, .news_front_image small {
          font-size:100%;
          font-weight:normal;
}

.img_caption img {
          margin-bottom:8px;
          float:right;
}

.img_right{
          float:right;
          padding:0px 0px 13px 10px;
}

.info_box_container {
          width:182px;
          float:right;
}

.info_box {
          padding:5px;
}

.info_box_top {
          width:172px;
          height:7px;
          font-size:0px;
          background:url(../../../upload/images/templates/infobox_top.gif) no-repeat;
}

.info_box_content {
          background:#fafafa url(../../../upload/images/templates/infobox_bkg.gif) repeat-x bottom;
          border-left:1px solid #669700;
          border-right:1px solid #669700;
          height:auto !important;
          height:1%;
          padding:0px 10px;
}

.info_box_content h4, .big_box_content h4 {
          color:#629700;
          font-size:100%;
}

.info_box_content p, .big_box_content p {
          padding:5px 0px 5px 0px;
          margin:0px;
}

.info_box_bottom {
          width:172px;
          height:7px;
          font-size:0px;
          background:url(../../../upload/images/templates/infobox_bottom.gif) no-repeat;
}

.big_box_content {
          border-left:1px solid #669700;
          border-right:1px solid #669700;
          padding:0px 7px;
}

.img_caption, .info_box_container, .big_box_container #frontpage_image {
          border:1px dashed red;
}

.news_container .img_caption, .news_container .info_box_container, .news_container .big_box_container, .news_container #frontpage_image {
          border:0;
}

.news_container .img_center {
          width:auto;
}
