/*
 * Guidelines:
 *
 * Property structure
 * ------------------
 * 1. position, z-index, width, height, min-height
 * 2. margin, padding, border
 * 3. display, float, clear
 * 4. background, color
 * 5. font-xxx, text-xxx, line-height
 *
 * - all sizes in PX (no pt or em)
 * - all colors in lowercase 6 digit hex
 */

/* general stuff */
* {
    margin: 0;
    padding: 0;
    border: 0;
}

/* --- generic styles --- */
.bold {
    font-weight: bold;
}

.center {
    text-align: center;
}

.no-border {
    border: 0 none;
}

body {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    background: #e5e5e5;
    color: #333333;
}

/* links */
a {
    font-weight: bold;
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #0a4d78;
    text-decoration: underline;
}

/* text blocks */
p {
    padding-bottom: 10px;
}

h1 {
    padding-bottom: 24px;
    font-size: 24px;
    font-weight: bold;
}

/* helper */
.bullet_image {
    padding: 2px 0;
    margin-left: 20px;
    vertical-align: middle;
    list-style-type: none;
}

.clear {
    clear: both;
}

.img-left {
    margin-left: -4px;
    padding: 0 10px 10px 0;
    float: left;
}

.hidden {
    display: none;
}

.horline {
    border-top: 1px dotted #333333;
}

/* Structure */
#wrapper {
    width: 750px;
    margin: 0 auto;
    background: #ffffff;
}

#header {
    margin: 0;
    padding: 0;
    border: 0; /*height:115px; */
}

#menu {
    height: 35px;
    padding: 0 10px;
    margin-top: -2px;
    border: 0;
    line-height: 35px;
    background: url( /img/bg-menu.png ) repeat-x;
}

#submenu {
    height: 35px;
    padding: 0 10px;
    margin-top: -2px;
    border: 0;
    line-height: 35px;
    background: url( /img/bg-menu.png ) repeat-x;
}

#content {
    width: 730px;
    min-height: 400px;
    padding: 0 10px;
    display: block;
}

#sidebar {
    width: 180px;
    margin: -20px -15px 10px 20px;
    float: right;
    background: #efefef;
}

#col-left {
    width: 335px;
    margin: 10px;
    padding: 0 10px;
    float: left;
}

#col-right {
    width: 335px;
    margin: 10px 0 10px 10px;
    padding: 0 10px;
    float: right;
    text-align: center;
}

#footer {
    padding: 10px 0 15px 0;
    clear: both;
    text-align: center;
}

/* Sidebar */
#sidebar ul {
    margin-top: 10px;
    list-style-type: none;
}

#sidebar li a {
    height: 20px;
    padding-left: 5px;
    border-bottom: 1px solid #dddddd;
    display: block;
    color: #222222;
    font-size: 11px;
    line-height: 20px;
}

#sidebar li a:hover {
    color: #0a4d78;
}

#sidebar-bottom {
    height: 20px;
    background: url( /img/bg-sidebar-bottom.gif ) no-repeat top center;
}

/* feature list */
#featurecontent {
    text-align: center;
}

#featurecontent .featureitem {
    margin-left: 30px;
    padding: 8px 4px;
    display: list-item;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    list-style-type: circle;
}

#featurecontent .featureitem .info {
    display: none;
}

#featurecontent .featureitem:hover {
    background: #e8e8e8;
}

#featurecontent .featureitem:hover .info {
    position: absolute;
    z-index: 10;
    width: 300px;
    margin-left: 150px;
    padding: 5px;
    border: 1px solid #333333;
    display: block;
    background: #cccccc;
    font-size: 18px;
    line-height: 20px;
    text-align: left;
}

#featurecontent .featureitem:hover .info .title {
    margin-bottom: 5px;
    font-weight: bold;
    text-align: center;
}

/* slide show */
#slide-show {
    font-size: 24px;
    text-align: center;
}

#myGallery, #myGallerySet {
    z-index: 5;
    width: 300px;
    height: 340px;
    margin: 20px 20px 0 0;
    border: 0 solid #ffffff;
    display: block;
}

.jdGallery {
    position: relative;
    overflow: hidden;
}

.jdGallery .slideElement {
    background: #ffffff;
    background-repeat: no-repeat;
}

.jdGallery .slideInfoZone {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 300px;
    height: 90px;
    margin: 0;
    background: #ffffff;
    color: #000000;
    text-indent: 0;
    overflow: hidden; /*opacity:0%;*/
}

.jdGallery .slideInfoZone h2 {
    margin: 0;
    padding: 0;
    color: #000000;
    font-size: 20px;
    font-weight: normal; /*opacity:0%;*/
}

.jdGallery .slideInfoZone p {
    margin: 2px 5px;
    padding: 0;
    color: #ffffff;
    font-size: 12px;
}

/* Menu */
#menu ul {
    list-style-type: none;
}

#menu li {
    float: left;
}

#menu li .last {
    float: left;
    clear: both;
}

#menu li a {
    margin-right: 2px;
    padding: 0 20px;
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

#menu li a:hover {
    background: url( /img/bg-menu-hover.png ) no-repeat center center;
}

#submenu ul {
    list-style-type: none;
}

#submenu li {
    float: left;
}

#submenu li a {
    margin-right: 2px;
    padding: 0 20px;
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

#submenu li a:hover {
    background: url( /img/bg-menu-hover.png ) no-repeat center center;
}

/* teaser */
#teaser {
    margin-bottom: 35px;
}

/* admin page */

#admin input {
    padding: 2px;
    font-size: 14px;
    border: #333333 1px solid;
}

#admin textarea {
    padding: 2px;
    font-size: 14px;
    border: #333333 1px solid;
    /*
        width: 300px;
        height: 100px;
    */
}

#admin table {
    border: 1px;
    padding: 0 10px 10px 0;
    text-align: center;
}

/* Test Version Home Page*/
#testversion {
    margin: 0 0px;
    padding: 10px;
    font-size: 12px;
    text-align: center;
    cursor: default;
    color: white;
    font-weight: normal;
    background: transparent url( /img/bg-menu.png ) repeat-x scroll 0%;
}

#testversion input {
    background-color: #EEEEEE;
    color: black;
}

/* Footer */
#footer-valid {
    margin: 0 10px;
    padding: 10px 20px 0 0;
    font-size: 11px;
    text-align: center;
    border-top: 1px dotted #333333;
    cursor: default;
}

#footer-valid ul {
    text-align: center;
    list-style-type: none;
}

#footer-valid li {
    padding: 0 5px;
    border-right: 1px solid black;
    display: inline;
    text-align: center;
}

#footer-valid li.last {
    border: none;
}

/* TOS */
#tos ul {
    list-style-position: inside;
    list-style-type: none
}

#tos li {
    margin-bottom: 8px;
}

/* FAQs */

#faqs {
    padding: 10px 10px 0 0;
}

#faqs ul {
    list-style-type: circle;
}

/* questions */
#faqs li.q {
    padding-bottom: 10px;
    font-size: 14px;
    text-align: left;
}

/* answers */
#faqs .a {
    padding-top: 6px;
    font-size: 12px;
    text-align: justify;
    line-height: 20px;
}

/* Content */
.entry {
    padding: 20px 25px 0 25px;
    text-align: justify;
    line-height: 18px;
}

.entry h2 {
    font-size: 16px;
    text-align: justify;
}

.entry ul {
    padding-left: 10px;
}

.entry ul ul {
    padding-left: 20px;
}

/* info pages */
#screenshots table {
    border: 0;
    width: 100%;
    padding: 40px 0;
}

#screenshots td {
    font-size: 16px;
    font-weight: bold;
    width: 50%;
    text-align: center;
    vertical-align: top;
}

/* download page */

#download td.col-0 {
    height: 130px;
    width: 90px;
    padding: 0 10px 10px 0;
    border-style: none;
    background-repeat: no-repeat;
    background-position: center;
}

#download td.col-1 {
    height: 150px;
    width: 400px;
    padding: 0 10px 10px 0;
    border-style: none;
}

#download td.button {
    padding: 0 50px 50px 0;
    border-style: none;
}

#download td.label {
    height: 16px;
    padding-right: 10px;
    border-style: none;
}

#download td.title {
    height: 16px;
    padding: 14px 0;
    font-size: 14px;
    font-weight: bold;
}

#download input {
    padding: 2px;
    font-size: 14px;
    border: #333333 1px solid;
}

#download input.submitimage {
    padding: 2px;
    border: 0;
}

#download select {
    padding: 2px;
    font-size: 14px;
    border: #333333 1px solid;
    width: 150px;
}

.error {
    color: red;
}

/* popup dialog settings */
.x-dlg .x-dlg-dlg-bd {
    position: absolute;
    z-index: 1;
    top: 24px;
    left: 0;
    padding: 0;
    border: 0 none;
    background: #ffffff none repeat scroll 0;
}

.x-dlg .x-dlg-dlg-body {
    font-size: 16px;
    font-weight: bold;
}

/* invoice page */

#invoice td.col-0 {
    height: 130px;
    width: 90px;
    padding: 0 10px 10px 0;
    border-style: none;
    background-repeat: no-repeat;
    background-position: center;
}

#invoice td.col-1 {
    height: 150px;
    width: 400px;
    padding: 0 10px 10px 0;
    border-style: none;
}

#invoice td.label {
    height: 16px;
    padding-right: 10px;
    border-style: none;
}

#invoice td.title {
    height: 16px;
    padding: 14px 0;
    font-size: 14px;
    font-weight: bold;
}

#invoice input {
    padding: 2px;
    font-size: 14px;
    border: #333333 1px solid;
}

#invoice select {
    padding: 2px;
    font-size: 14px;
    border: #333333 1px solid;
    width: 150px;
}


/* News section */
.news-item .date {
    color: #0A4D78;
    float: left;
    width: 50px;
    border-width: 1px;
    border-color: #0A4D78;
    border-style: solid;
    text-align: center;
    padding: 2px;
}

.news-item .date h1 {
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    padding: 0;
}

.news-item .date h2 {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    padding: 0;
}

.news-item .date h3 {
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    padding: 0;
}

.news-item .headline {
    float: right;
    width: 600px;
}

.news-item .headline h1 {
    color: #780405;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0;
}

.news-item .headline h2 {
    color: #AAAAAA;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 0 5px 0;
}

.news-item .text {
    clear: both;
    padding: 10px 20px 40px 20px;
}
