
.appLinkFrame {
   margin: 20px 40px;
   padding: 5px 5px;
   border-style: solid;
   border-width: 1px;
   border-color: #EEE;
   clear: both;
}

#appList .leftPane {
   width: 102px;
   height: 102px;
   padding: 9px;
   float: left;
}

#appList .rightPane {
   width: 580px;
   float: right;
   text-align: left;
   padding: 10px 0;
}

#appList .leftBox {
    width: 265px;
    height: 98px;
    float: left;
    padding: 0 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #EEE;
}

#appList .rightBox {
    width: 265px;
    height: 98px;
    float: right;
    margin: 0 10px 0 0;
    padding: 0 5px;
    text-align: left;
    border-style: solid;
    border-width: 1px;
    border-color: #EEE;
}

#appList h4 {
   margin: 8px 0;
}

#appList p {
   margin: 0;
   padding: 0;
   font-size: 80%;
   line-height: 120%;
}

.appLinkImg {
   border-style: solid;
   border-width: 1px;
   border-color: #333;
}

#appList a {
   text-decoration: none;
}

#appList a:link {
   color: #48D;
}

#appList a:visited {
   color: #6AE;
}

#appList a:hover {
   color: #F84;
}

#appList a:active {
   color: #F84;
}


* html .appLinkFrame {
   height: 1%;
}

* {
   min-height: 0;
}
