.hot-container p { margin-top: 10px; }

.hot-container {

    min-height: 100px;

    margin-top: 100px;

    width: 100%;

    text-align: left;

}


a.btn {

    display: inline-block;

    color: #666;

    background-color: #eee;

    text-transform: uppercase;

    text-decoration: none;

    letter-spacing: 2px;

    font-size: 11px;

    padding: 3px 10px;

    border-radius: 5px;

    -moz-border-radius: 5px;

    -webkit-border-radius: 5px;

    border: 1px solid rgba(0,0,0,0.3);

    border-bottom-width: 3px;

    width: 110px;
    height: 12px;
    margin: -3px 5px;
    text-align: center;

}


a.btn:hover {

    background-color: #e3e3e3;

    border-color: rgba(0,0,0,0.5);

}



a.btn:active {

    background-color: #CCC;

    border-color: rgba(0,0,0,0.9);

}



/* blue button */



a.btn.btn-blue {

    background-color: #699DB6;

    border-color: rgba(0,0,0,0.3);

    text-shadow: 0 1px 0 rgba(0,0,0,0.5);

    color: #FFF;

}



a.btn.btn-blue:hover {

    background-color: #4F87A2;

    border-color: rgba(0,0,0,0.5);

}



a.btn.btn-blue:active {

    background-color: #3C677B;

    border-color: rgba(0,0,0,0.9);

}



/* red button */



a.btn.btn-red {

    background-color: #E48681;

    border-color: rgba(0,0,0,0.3);

    text-shadow: 0 1px 0 rgba(0,0,0,0.5);

    color: #FFF;

}



a.btn.btn-red:hover {

    background-color: #DA4F49;

    border-color: rgba(0,0,0,0.5);

}



a.btn.btn-red:active {

    background-color: #B32C24;

    border-color: rgba(0,0,0,0.9);

}



/* green button */



a.btn.btn-green {

    background-color: #8cd9b3;

    border-color: rgba(0,0,0,0.3);

    text-shadow: 0 1px 0 rgba(0,0,0,0.5);

    color: #FFF;

}



a.btn.btn-green:hover {

    background-color: #339966;

    border-color: rgba(0,0,0,0.5);

}



a.btn.btn-green:active {

    background-color: #26734d;

    border-color: rgba(0,0,0,0.9);

}


/* ------------------------------------- */

a.btn_l {
    display: inline-block;
    color: #666;
    background-color: #eee;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    font-size: 11px;
    padding: 3px 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.3);
    border-bottom-width: 3px;
    width: 210px;
    height: 15px;
    margin: -5px 5px;
    text-align: center;
    vertical-align: middle;
}


a.btn:hover {

    background-color: #e3e3e3;

    border-color: rgba(0,0,0,0.5);

}



a.btn_l:active {

    background-color: #CCC;

    border-color: rgba(0,0,0,0.9);

}



/* blue button */



a.btn_l.btn-blue {

    background-color: #699DB6;

    border-color: rgba(0,0,0,0.3);

    text-shadow: 0 1px 0 rgba(0,0,0,0.5);

    color: #FFF;

}



a.btn_l.btn-blue:hover {

    background-color: #4F87A2;

    border-color: rgba(0,0,0,0.5);

}



a.btn_l.btn-blue:active {

    background-color: #3C677B;

    border-color: rgba(0,0,0,0.9);

}



/* red button */



a.btn_l.btn-red {

    background-color: #E48681;

    border-color: rgba(0,0,0,0.3);

    text-shadow: 0 1px 0 rgba(0,0,0,0.5);

    color: #FFF;

}



a.btn_l.btn-red:hover {

    background-color: #DA4F49;

    border-color: rgba(0,0,0,0.5);

}



a.btn_l.btn-red:active {

    background-color: #B32C24;

    border-color: rgba(0,0,0,0.9);

}



/* green button */



a.btn_l.btn-green {

    background-color: #8cd9b3;

    border-color: rgba(0,0,0,0.3);

    text-shadow: 0 1px 0 rgba(0,0,0,0.5);

    color: #FFF;

}



a.btn_l.btn-green:hover {

    background-color: #339966;

    border-color: rgba(0,0,0,0.5);

}



a.btn_l.btn-green:active {

    background-color: #26734d;

    border-color: rgba(0,0,0,0.9);

}
