/**************************************************
* $File: //p4-wdpro/Projects/Sites/ESPNWWOS/main-minify/web-app/src/public/static/css/simple-listing.css $
*
* $Author: flegp001 $
* $Revision: #1 $
* $Change: 1457315 $
* $Date: 2014/03/31 $
**************************************************/

.simple-listing {
    padding-top: 17px;
    background:#fff;
    background:rgba(255,255,255,1);
    overflow:hidden;
    behavior:url(/public/static/css/pie.htc);
}

.t .simple-listing {
    margin-bottom: 20px;
}

.simple-listing.complex {
    float:left;
    max-width: 693px;
    padding-bottom: 20px;
}

.t .simple-listing.complex,
.m .simple-listing.complex {
    max-width: none;
}

.t .simple-listing.complex {
    padding-bottom: 0;
}

.m .simple-listing.complex {
    /*box-shadow: 0 1px 3px #666;
    margin-bottom: -26px;*/
    padding-bottom: 14px;
}

.simple-listing a {
    color:#000;
    text-decoration:none;
}

.simple-listing.participant a {
    display: block;
}

.no-touch .simple-listing a:hover,
.no-touch .simple-listing a:focus {
    color: #cc0000;
}

.module-intro {
    font-size: 14px;
    line-height: 20px;
    margin: 10px 50px 34px 20px;
}

.t .module-intro {
    margin: 11px 10% 34px 20px;
}

.m .module-intro {
    margin: 7px 20px 24px;
}

.module-outro {
    border-top: 1px solid #CACACA;
    font-size: 12px;
    line-height: 15px;
    margin: 0 20px 16px;
    padding: 28px 30px 0 0;
}

.t .module-outro,
.m .module-outro {
    padding-right: 0;
}

.group-title {
    clear:both;
    margin: 0 20px 4px 20px;
    font-size: 14px;
    font-weight: bold;
    border-top: 1px solid #cacaca;
    padding-top: 5px;
}

.tile {
    margin:0 20px 10px 20px;
    cursor:pointer;
}

.t .tile {
    /*margin: 0 20px 5px;*/
}

.tile.read-more-listing {
    cursor:default;
}

.tile-content {
    /*overflow:hidden;*/
    border-top:1px solid #cacaca;
    padding:19px 25px 0 0;
    background: transparent url(images/arrow-right-gray.png) 99% 50% no-repeat;
}

.m .tile-content  {
    background: none;
    padding-right: 0;
}

.no-touch .m .tile-content,
.no-touch .m .tile-content:hover {
    background: none;
}

.no-touch .tile-content:hover {
    background-image: url(images/arrow-right-red.png);
}

.read-more-listing .tile-content,
.no-touch .read-more-listing .tile-content:hover {
    background-image: none;
}

.tile-thumb {
    float:left;
    margin: 0 19px 10px 0;
    width: 171px;
    height: 100px;
}

.m .tile-thumb {
    float: none;
    height: auto;
    margin-right: 0;
    margin-bottom: 20px;
    width: auto;
}

.m .tile-thumb img {
    width: 100%;
}


.tile-title {
    font-family:"Playoff Pro Sans Bold",sans-serif;
    font-size: 18px;
    margin:-7px 0 5px 0;
}

.tile-desc {
    margin:-3px 0 0 0;
    font-size:14px;
    line-height: 20px;
    font-family: "InspireTWDC",sans-serif;
}

.tile.message-bar {
    margin: 20px 20px 26px;
}

.t .tile.message-bar,
.m .tile.message-bar {
    margin: 20px;
}

.tile.message-bar .tile-content {
    border-top: 1px solid #959595;
    border-bottom: 1px solid #959595;
    padding: 10px 0;
    background-image: none;
    cursor:default;
}

.tile.message-bar .tile-thumb {
    height: auto;
    margin: 0 10px 4px 0;
    width: auto;
}

.m .tile.message-bar .tile-thumb {
    float: left;
}

.m .tile.message-bar .tile-thumb img {
    width: auto;
}

.tile.message-bar .tile-desc {
    margin: 11px 0 0 0;
}

.tile.read-more-listing a,
.tile.message-bar .tile-desc a {
    color: #C00;
    text-decoration: none;
}

.m .tile.read-more-listing a.read-more-link {
    display: block;
}

.tile.read-more-listing a:hover,
.tile.message-bar .tile-desc a:hover {
    text-decoration: underline;
}

.read-more-listing .listing-cont-desc {
    /*height: 80px;*/
    /*overflow: hidden;*/
}

.m .read-more-listing .listing-cont-desc {
   /*height: 60px;*/
}

.listing-cont-desc a:active {
    background-color: transparent;
}

.listing-cont-desc-more {
    display: none;
}

.read-more-link.clear-block {
    clear:both;
    display: block;
    padding: 5px 0 0 0;
    background-color: none;
}

.listing-text-container {
    max-width: 415px;
    float: left;
}

.t .listing-text-container {
    max-width: 65%;
}

.m .listing-text-container {
    max-width: none;
}

.tile.message-bar .listing-text-container {
    max-width: none;
}

.m .tile.message-bar .listing-text-container {
    float: none;
}

.button-container {
    clear:both;
    margin:10px 0 0 0;
}

.event-details-page .tile-thumb {
    width: auto;
}