/**
* @version 1.1 alpha
* @package jDownloads 1.1
* @copyright (C) 2007 www.joomlaaddons.de
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
*/

jd_div {
        margin:0;
}

.jd_body {
        font-family:Arial, Helvetica, sans-serif;
        color:#333333;
        line-height:130%;
        text-align: justify;
        height:130%;
        margin-left: 15px;
        margin-right: 15px;
}

.jd_cat_title {
          text-align: left;
          font-size: 13px;
          font-weight: bold;
          border: 1px double #cccccc;
          width: auto;
          background: url(images/button_bg.png) repeat-x;
          padding: 5px 10px 5px 5px;
          line-height: 20px;
          margin: 10px;
}

.jd_div_content {
        padding-left:10px;
        padding-right:10px;
        padding-top: 5px;
        vertical-align: top;
}


jd_ul {
        list-style:url(../images/pfeil_liste.gif);
        margin:0;
        padding:0;
        margin-left:15px;
}

jd_ul jd_li {
        font-weight:bold;
}

jd_h3 {
        margin-bottom:10px;
		  color: #990000;
}

.jd_small {
        color:#666666;
}

.jd_date {
        color:#999999;
}

.jd_inputbox {
        background-color:#FFFFFF;
        border:1px solid #CCCCCC;
        padding:2px;
        color:#333333;
}

.jd_readon {
        padding-left:5px;
}

jd_img {
        border:none;
}

.jd_button {
          color: #333333;
          font-family: Arial, Hevlvetica, sans-serif;
          text-align: center;
          font-size: 11px;
          font-weight: bold;
          border: 3px double #cccccc;
          width: auto;
          background: url(../images/button_bg.png) repeat-x;
          padding: 0px 5px;
          line-height: 18px !important;
          line-height: 16px;
          height: 25px !important;
          height: 24px;
          margin: 1px;
}

.jd_back_button {
          color: #333333;
          font-family: Arial, Hevlvetica, sans-serif;
          text-align: center;
          font-size: 11px;
          font-weight: bold;
          border: 3px double #cccccc;
          width: 55px;
          background: url(../images/button_bg.png) repeat-x;
          padding: 0px 5px;
          line-height: 18px !important;
          line-height: 16px;
          height: 19px !important;
          margin: 1px;
}

.jd_pagenav_next {
          color: #333333;
          font-family: Arial, Hevlvetica, sans-serif;
          text-align: center;
          font-size: 11px;
          font-weight: bold;
          border: 3px double #cccccc;
          width: 50px;
          background: url(../images/button_bg.png) repeat-x;
          padding: 0px 5px;
          line-height: 18px !important;
          line-height: 16px;
          height: 19px !important;
          height: 19px;
          margin: 1px;
}

.jd_pagenav_prev {
          color: #333333;
          font-family: Arial, Hevlvetica, sans-serif;
          text-align: center;
          font-size: 11px;
          font-weight: bold;
          border: 3px double #cccccc;
          width: 50px;
          background: url(../images/button_bg.png) repeat-x;
          padding: 0px 5px;
          line-height: 18px !important;
          line-height: 16px;
          height: 19px !important;
          height: 19px;
          margin: 1px;
}



.jd_pagenavbar {
        margin-left: 10px;
        float: left;
}