/*---------------------------------------------------------------
 * Case Study
 *---------------------------------------------------------------*/
.case-study .container {
    border: solid #95601D;
    border-width: 1px 0 0 1px;
    float: left;
    margin-top: 20px;
    }

.case-study .left,
.case-study .right {
    border: solid #95601D;
    border-width: 0 0 0 0;
    float: left;
    }

.case-study .left {
    border-width: 0 1px 0 0;
    width: 222px;
    }

.case-study .left h1 {
    color: #000;
    border-bottom: 1px solid #95601d;
    font-size: 13px;
    line-height:15px;
    padding: 10px;
    margin-bottom: 10px;
    }
    
.case-study .left p {
    line-height: 1.2em;
    margin: 0 0 10px 0;
    padding: 0 10px;
    font-size:0.95em;
    }
        
.case-study .right {
    width: 379px;
    padding: 10px 0 0 20px;
    }
    
.case-study .right ul {
    float: left;
    margin-bottom: 9px;
    }

.case-study .right ul li {
    color: #95601D;    
    line-height: 12px;
    margin-right: 6px;
    }

.case-study .right ul li a {
    color: #666;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    padding-right: 5px;
    }
    
.case-study .right ul li a.current,
.case-study .right ul li a:hover {
    color: #EC891D;
    }
    
.case-study .right ul li.border-right a {
    border: solid #95601d;
    border-width: 0 1px 0 0;
    }
        
    
.case-study .right ul li a.current {
    color: #EC891D;
    }
    
.case-study .right .description {
        float: left;
        margin: 15px 0 20px;
        font-size:11px;
        line-height:13px;
        text-align: left;
    }
    
.case-study .right .tags {
        float: right;
        line-height: 13px;
        width: 203px;
        text-align:left;
    }

.case-study .right .tags a {
        color:#727272;
        text-decoration: none;
        font-style: italic;
        font-size:11px;
        }

.case-study .right .tags a:hover {
        color:#EC891D;
        }

.case-study .right .tv-spot {
        float: left;
        width: auto;
        margin: 15px 0;
        }

.case-study .right .tv-spot img {
        margin-right: 15px;
        }

.case-study .right img {
    margin-bottom: 10px;
    }
    
.case-study .image_container {
    border-bottom: 1px solid #95601d;
    padding-top: 10px;
    }

.case-study .thumb-container a.current img,
.case-study .thumb-container a:hover img {
    opacity: 0.5;
    }

.assetdiv {
    width: 379px;
    }

.case-study .flash-container {
    border-bottom: 1px solid #95601D;
    padding-bottom: 10px;
    }
/*---------------------------------------------------------------*/

