﻿.resourceframe
{
    height: 120px;
    width: 900px;
    padding: 20px 47px;
}
.resourceleft
{
    background-image: url(/WebResources/images/resource_left.png);
    background-repeat: no-repeat;
    width: 10px;
    height: 100%;
    float: left;
}
.resourcemiddle
{
    background-image: url(/WebResources/images/resource_middle.png);
    background-repeat: repeat-x;
    width: 870px;
    height: 100%;
    float: left;
}
.resourceright
{
    background-image: url(/WebResources/images/resource_right.png);
    background-repeat: no-repeat;
    width: 10px;
    height: 100%;
    float: left;
}
.resourcelargetitle
{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}
.resourcetitle
{
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 5px;
}
.resourcelarge
{
    text-align: left;
    padding: 10px 5px;
    float: left;
}
.resourcelargeimg
{
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}
.resourcelargedesc
{
    float: left;
    margin-top: 5px;
}
.resourceseparator
{
    border-right: solid 1px #e0e0e0;
    width: 1px;
    height: 100%;
    float: left;
    margin-right: 10px;
}
.resourcesmall
{
    text-align: left;
    padding: 11px 5px;
    width: 95px;
    float: left;
}
.resourcesmalldesc
{
    font-size: 11px;
}

