.hltv_container {
    position: relative;
    display: block;
    float: left;
    overflow: hidden;
    background-image: url(/assets/images/hltv_bg.gif);
    background-repeat: no-repeat;
    width: 595px;
    height: 420px;
    margin-top: 3px;
}

.hltv_link_section {
    position: relative;
    display: block;
    clear: both;
}

.hltv_qtime {
    position: absolute;
    display: block;
    overflow: hidden;
    width: 535px;
    height: 312px;
    background-repeat: no-repeat;
    background-color: transparent;
    top: 90px;
    left: 35px;
}

.hltv_flash {
    position: absolute;
    display: block;
    overflow: hidden;
    width: 550px;
    height: 360px;
    background-repeat: no-repeat;
    background-color: transparent;
    top: 90px;
    left: 32px;
}

.hltv_content h1 {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 18px; 
    font-style: normal; 
    line-height: normal; 
    font-weight: bold; 
    font-variant: normal; 
    text-transform: none; 
    color: #FFFFFF; 
    text-decoration: none;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 8px;
    border-bottom: 1px solid #FFFFFF;
}

.hltv_content h2 {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 14px; 
    font-style: normal; 
    line-height: normal; 
    font-weight: bold; 
    font-variant: normal; 
    text-transform: none; 
    color: #FFFFFF; 
    text-decoration: none;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 4px;
}


.hltv_content p {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px; 
    font-style: normal; 
    line-height: 150%; 
    font-weight: normal; 
    font-variant: normal; 
    text-transform: none; 
    text-decoration: none;
    color: #FFFFFF; 
}

