.main_content h4 {
    color: #1a5fa0;
}

.main_content h4,
.main_content h5,
.main_content p {
    margin-top: 20px;
}

.main_content ul.disc li {
    list-style-type: disc;
}

.main_content .indent {
    margin-top: 0;
}

#products_list h3 {
    color: #1a609e;
    background-color: #b8ddf4;
    margin: 0 15px;
    padding: 5px 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

#products_list h3:before {
    content: url(/en/img/arrow1.jpg);
    margin-right: 5px;
}

#products_list ul {
    margin: 25px 15px 15px 15px;
    padding-left: 0;
    list-style-type: none;
}

#products_list li {
    float: left;
    margin: 0 5px 10px 0;
}

#products_list a {
    text-indent: -9999px;
    display: block;
    width: 176px;
    height: 150px;
}

#products_list a:hover {
    background-position: 0 -155px;
}

#agilepoint a {
    background: url(/en/img/products/list/agilepoint.jpg);
}

#argoerp a {
    background: url(/en/img/products/list/argoerp.jpg);
}

#cimes a {
    background: url(/en/img/products/list/cimes.jpg);
}

#gd-crm a {
    background: url(/en/img/products/list/gd-crm.jpg);
}

#nhms a {
    background: url(/en/img/products/list/nhms.jpg);
}

#afeis a {
    background: url(/en/img/products/list/afeis.jpg);
}

#aml a {
    background: url(/en/img/products/list/aml.jpg);
}

#earesbank a {
    background: url(/en/img/products/list/earesbank.jpg);
}

#fstp a {
    background: url(/en/img/products/list/fstp.jpg);
}

#reporting-tool a {
    background: url(/en/img/products/list/reporting-tool.jpg);
}

#summit a {
    background: url(/en/img/products/list/summit.jpg);
}

#swift a {
    background: url(/en/img/products/list/swift.jpg);
}

#hcp a {
    background: url(/en/img/products/list/hcp.jpg);
}

#pki a {
    background: url(/en/img/products/list/pki.jpg);
}

#oracle a {
    background: url(/en/img/products/list/oracle.jpg);
}

#plm a {
    background: url(/en/img/products/list/plm.jpg);
}

#lt a {
    background: url(/en/img/products/list/lt.jpg);
}

#ares-pp a {
    background: url(/en/img/products/list/ares-pp.jpg);
}

#ascbs a {
    background: url(/en/img/products/list/ascbs.jpg);
}

#gcrs a {
    background: url(/en/img/products/list/gcrs.jpg);
}

#treasury a {
    background: url(/en/img/products/list/treasury.jpg);
}

#portfolio a {
    background: url(/en/img/products/list/portfolio.jpg);
}

#analyzer a {
    background: url(/en/img/products/list/analyzer.jpg);
}

#vpt a {
    background: url(/en/img/products/list/visual-en.jpg);
}

.main_content .box h3 strong {
    padding-right: 6em;
}

.main_content .box h3 span {
    position: absolute;
    right: 1em;
    font-size: 0.75em;
}

.main_content .box {
    position: relative;
    margin: 0 15px 45px 15px;
    padding: 10px 20px;
}

.main_content .box h3 {
    position: relative;
    padding: 5px 1em;
    border-bottom: 2px solid #ffa92b;
    margin: 0 0 10px;
    padding: 0 0 5px;
}

.main_content .box p {
    margin-top: 0;
}

.main_content table {
    margin-top: 20px;
}

.main_content th,
.main_content td {
    border: 1px solid #cecece;
    padding: 5px 10px;
}

.main_content th {
    text-align: center;
}

.menutitle {
    cursor: pointer;
    width: auto;
}

.submenu {
    display: none;
    margin-left: 10px;
    margin-bottom: 5px;
}

#technical {
    background-color: #a7cff9;
}

#product {
    background-color: #defcb9;
}

#business {
    background-color: #fff2b3;
}

#integration {
    background-color: #ffd3b6;
}

#support {
    background-color: #fcc5d8;
}

#technical h6 {
    background-color: #027abb;
}

#product h6 {
    background-color: #73be1e;
}

#business h6 {
    background-color: #fec41a;
}

#integration h6 {
    background-color: #ff9900;
}

#support h6 {
    background-color: #e41b5b;
}

#technical h6,
#product h6,
#business h6,
#integration h6,
#support h6 {
    font-size: 100%;
    color: #fff;
    padding: 5px;
    display: block;
    margin-top: 10px;
}

#technical li,
#product li,
#business li,
#integration li,
#support li {
    font-size: 90%;
    padding-left: 5px;
    margin-left: 10px;
}

.main_content .tab {
    margin-top: 0;
}

.tab {
    float: left;
    width: 46.875em;
    /* 750px */
    font-weight: bold;
    border-bottom: 2px solid #F59334;
    margin-left: 0.625em;
    margin-bottom: 30px;
    overflow: hidden;
}

.tab ul {
    margin: 0;
    padding: 0 45px;
    list-style: none;
}

.tab li {
    display: inline;
}

.tab a {
    float: left;
    background: url("/en/img/products/tab_left.gif") no-repeat 0% -42px;
    padding: 0 0 0 5px;
    text-decoration: none;
}

.tab a span {
    float: left;
    display: block;
    background: url("/en/img/products/tab_right.gif") no-repeat 100% -42px;
    padding: 5px 15px 4px 6px;
    color: #FFF;
}


/* Commented Backslash Hack hides rule from IE5-Mac \*/

.tab a span {
    float: none;
}


/* End IE5-Mac hack */

.tab a:hover span {
    color: #FFF;
}

.tab a:hover,
.tab .current a {
    background-position: left top;
}

.tab a:hover span,
.tab .current a span {
    background-position: right top;
}

.block {
    background: #DCE5ED;
    display: block;
    padding: 15px 40px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin: 15px;
}

.block li {
    list-style: disc;
}

.work {
    float: left;
    width: 280px;
}

.interface li {
    list-style: circle;
}
