﻿/* Touts */

#touts {    
    float: left;
}

#touts .tout1 h2, #touts .tout2 h2, #touts .tout3 h2, #touts .tout4 h2, #touts .tout3_doubleWide h2, #touts .tout3_poll h2 {
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    width: 156px;
}
#touts .tout1 h2 sup, #touts .tout2 h2 sup, #touts .tout3 h2 sup, #touts .tout4 h2 sup, #touts .tout3_doubleWide h2 sup, #touts .tout3_poll h2 sup {
    font-size: 8px;
}

#touts .tout1 p, #touts .tout2 p, #touts .tout3 p, #touts .tout4 p, #touts .tout3_doubleWide p, #touts .tout3_poll p {
    font-size: 11px;
    line-height: 18px;
    text-transform: uppercase;
    width: 156px;
}

#touts .tout1 p sup, #touts .tout2 p sup, #touts .tout3 p sup, #touts .tout4 p sup, #touts .tout3_doubleWide p sup, #touts .tout3_poll p sup {
    font-size: 6px;
}

#touts .tout1 h2 {
    color: #61116A;
}

#touts .tout2 h2 {
    color: #A30046;
}

#touts .tout3 h2, #touts .tout3_doubleWide h2, #touts .tout3_poll h2 { 
    color: #ff7615;
}

#touts .tout1 {
    width: 180px; 
    border-right: 1px solid #dfdfdd;
    margin-right: 22px;
} 

#touts .tout2 {
    width: 180px; 
    margin-right: 0;
}

#touts .tout3_doubleWide, #touts .tout3_poll { 
    width: 303px;
    border-left: 1px solid #dfdfdd;
    padding-left: 22px;
    position: relative;
}

#touts .tout1, #touts .tout2, #touts .tout3, #touts .tout4, #touts .tout3_doubleWide, #touts .tout3_poll {
    float: left;
    min-height: 160px;
}

#touts .tout3_doubleWide .toutCol1, #touts .tout3_poll .toutCol1 {
    float: left; 
    width: 144px;
    margin-right: 15px;
}
#touts .tout3_doubleWide .toutCol2, #touts .tout3_poll .toutCol2 {
    float: right;
    width: 144px;
    height: 100%;
    min-height: 160px;
    margin-top: 20px;
}
#touts .tout3_doubleWide .toutCol2 ul, #touts .tout3_poll .toutCol2 ul {
    margin: 0;
    padding: 0;
}
#touts .tout3_doubleWide .toutCol2 ul li, #touts .tout3_poll .toutCol2 ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 144px;
    margin-bottom: 2px;
    text-transform: uppercase;
    padding: 4px 0;
    color: #fff;
}

#touts .tout3_doubleWide .toutCol2 h3.resultOne, #touts .tout3_poll .toutCol2 h3.resultOne {
    width: 35px;
    background-color: #00acd0;
    color: #fff;
    float: left;
    text-align: right;
    padding: 4px;
    margin: 0px 10px 5px 0;
}

#touts .tout3_doubleWide .toutCol2 h3.resultOneLabel, #touts .tout3_poll .toutCol2 h3.resultOneLabel {
    margin: 0px 10px 5px 0;
    padding: 4px 0;
    float: left;
    width: 70px;
    font-size: 11px;
}

#touts .tout3_doubleWide .toutCol2 h3.resultTwo, #touts .tout3_poll .toutCol2 h3.resultTwo {
    width: 35px;
    background-color: #ff7615;
    color: #fff;
    float: left;
    text-align: right;
    padding: 4px;
    margin: 0px 10px 5px 0;
}

#touts .tout3_doubleWide .toutCol2 h3.resultTwoLabel, #touts .tout3_poll .toutCol2 h3.resultTwoLabel {
    margin: 0px 10px 5px 0;
    padding: 4px 0;
    float: left;
    width: 70px;
    font-size: 11px;
}

#touts .tout3_doubleWide .toutCol2 h3.resultThree, #touts .tout3_poll .toutCol2 h3.resultThree {
    width: 35px;
    background-color: #ff5176;
    color: #fff;
    float: left;
    text-align: right;
    padding: 4px;
    margin: 0px 10px 0 0;
}

#touts .tout3_doubleWide .toutCol2 h3.resultThreeLabel, #touts .tout3_poll .toutCol2 h3.resultThreeLabel {
    margin: 0px 10px 5px 0;
    padding: 4px 0;
    float: left;
    width: 70px;
    font-size: 11px;
}

#touts .tout3_doubleWide .toutCol2 h3.toutPollOptOne, #touts .tout3_poll .toutCol2 h3.toutPollOptOne {
    color: #00acd0;
    width: 144px;
    margin: 0 0 2px 0;
    padding: 0 0 8px 0;
    font-size: 11px;
    background: url(/images/poll-opt1.jpg) no-repeat left top;
}
#touts .tout3_doubleWide .toutCol2 h3.toutPollOptTwo, #touts .tout3_poll .toutCol2 h3.toutPollOptTwo {
    color: #ff7615;
    width: 144px;
    margin: 0 0 2px 0;
    padding: 0 0 8px 0;
    font-size: 11px;
    background: url(/images/poll-opt2.jpg) no-repeat left top;
}
#touts .tout3_doubleWide .toutCol2 h3.toutPollOptThree, #touts .tout3_poll .toutCol2 h3.toutPollOptThree {
    color: #ff5176;
    width: 144px;
    margin: 0;
    padding: 0 0 8px 0;
    font-size: 11px;
    background: url(/images/poll-opt3.jpg) no-repeat left top;
}

#touts a p:hover {
    color: #ff7615;
}

#touts a h2:hover {
    color: #ff7615;
}

li.blue {
    background-color: #00acd0;
}

li.pink {
    background-color: #ff5176;
}
li.orange {
    background-color: #ff7615;
}