/* 
















 configuration.ftl included */

#software .content {
    padding: 10px 20px;
    background: transparent url(/ips-opdata/layout/ips01/help/images/softwareBg.png) no-repeat 95% 30px;
}

#software h6 {
    font-weight: bold;
    margin-bottom: 20px;
}

#commonInfo {
    width: 300px;
    height: 320px;
}

.dataDescription{
    display: none;
    margin: 10px 0;
}

.selected {
    background-color: #f4f5f5;
    cursor: default;
}
.dataType {
    border: 1px solid #d2d2d2;
    padding: 10px 0 10px 60px;
    margin-bottom: 8px;
    cursor: pointer;
    background-color: #fff;
    background-position: 8px 0;
    background-repeat: no-repeat;
}

.dataType h6 {
    cursor: pointer;
}

.dataType.selected h6 {
    cursor: default;
    font-weight: bold;
}

.dataType.selected {
    cursor: default;
    background-color: #f4f5f5;
}

#downloadWin {
    background-image: url('/ips-opdata/layout/ips01/help/images/icons/softwareWin.png');
}

#downloadMac {
    background-image: url('/ips-opdata/layout/ips01/help/images/icons/softwareOSX.png');
}

#downloadIOS {
    background-image: url('/ips-opdata/layout/ips01/help/images/icons/softwareIOS.png');
}

.dataDescriptionContainer {
    margin-top: 25px;
}

.btn-big.downloadBtn {
    float: none;
    width: 280px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    height: 57px;
    line-height: 57px;
    display: block;
    color: #fff;
    border: 1px solid #91d040;
    border-radius: 3px;
    background: -moz-linear-gradient(top, #afe865 0%, #91d040 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#afe865), color-stop(100%,#91d040)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #afe865 0%,#91d040 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #afe865 0%,#91d040 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #afe865 0%,#91d040 100%); /* IE10+ */
    background: linear-gradient(to bottom, #afe865 0%,#91d040 100%); /* W3C */
    behavior: url('/ips-opdata/layout/ips01/commons/styles/PIE.htc');
    cursor: pointer;
}

.dataDescriptionContainer li {
    height: 45px;
    width: 500px;
}

.dataDescriptionContainer .number {
    color: #fff;
    background-color: #898989;
    border: 1px solid #626262;
    width: 25px;
    height: 25px;
    font-size: 17px;
    line-height: 25px;
    text-align: center;
    border-radius: 2px;
    font-weight: bold;
    float: left;
    margin-right: 10px;
    behavior: url(/ips-opdata/layout/ips01/commons/styles/PIE.htc);
}