/* London2012 ImagePages Css */

.splitContentWrapper a { color: #0199FF; }
.bottomLineBlue { border-bottom: 6px solid #09f; width: 700px; float: left; padding-bottom: 5px; }

.detailwrap { color: #666; font-weight: bold; width: 700px; float: left; margin: 21px 0px 1px 0px; }
.detailwrap .detail-left { float: left; }
.detailwrap .detail-left #date,
.detailwrap .detail-left #taken {   float: left; clear: left;}
.detailwrap .detail-left div { padding-right: 5px; }
.detailwrap .detail-left * { float: left; }
.detailwrap .detail-right { float: right; }
.detailwrap .detail-right a { color: #0199FF; }

.detailwrap .detail-right ul {
    display: block;
    padding: 0px; margin: 0px;
    list-style: none;
    width: 100px;
}

.detailwrap .detail-right ul li {
    padding-left: 12px;
    margin: 0px;
    /* background: #fff url(http://www.london2012.com/img/css/bg-arrow-right-big-blue.gif) no-repeat 3px; */
    color: #0199FF;
}

/* Image search ---------------------------------------------------------------- */

.imageSearchResultsNav {
    width: 700px;
    clear: both;
}

.imageSearchResultsNav ul.search-page-select li {
    list-style-type: none;
    font-weight: bold;
}        

.imageSearchResultsNav ul.search-page-select li.disabled {
    color: #aaa !important;
    font-weight: normal;
}

.imageSearchResultsNav ul.search-page-select li.prev {
    padding-top: 8px;
    float: left;
    width: 50px;
    padding-left: 12px;
    /* background: #fff url(http://www.london2012.com/img/css/bg-arrow-left-big-blue.gif) no-repeat 3px 50%; */
    color: #0199FF;
}

.imageSearchResultsNav ul.search-page-select li.next {
    padding-top: 8px;
    float: right;
    margin-right: 0px;
    padding-right: 12px;
    /* background: #fff url(../img/css/bg-arrow-right-big-blue.gif) no-repeat right 50%; */
    color: #0199FF;
}

#imageSearchResultsBody {
    clear: both;
    float: left;
    width: 700px;
    margin-bottom: -1px;
    margin-top: -3px; 
}

ul.galleryIndex {
    list-style: none !important;
    padding-left: 0px !important;
    margin: 10px 10px 10px 25px;
}

ul.galleryIndex li {
    list-style-type: none !important;
    float: left;
    margin-right: 3px;
    width: 90px; /* lars 20jul09 */
    height: 66px; /* lars 20jul09 */
}

.sr-tags span{float:left;}
.sr-tags ul{float:left;margin:0px;}
.sr-tags ul li{float:left;margin:0px 0px 0px 3px;}
.sr-tags ul.tags{width:160px;}
.sr-name, .sr-desc, .sr-tags, .sr-set, .sr-date, .sr-photographer{clear:both;float:left;width:450px;line-height:13px;}
.sr-desc, .sr-tags, .sr-set, .sr-date{margin-bottom:3px;}
.sr-tags, .sr-set, .sr-date, .sr-photographer{color:#666;}
.sr-name{margin-top:0px;margin-bottom:10px;}
.sr-desc{color:#333;}
.sr-desc{min-height:53px;}
.sr-tags ul li{list-style-type:none;}
#imageSearchResultsInfo{color:#666;font-weight:bold;}
.imageSearchResultsItem{margin:0px;padding:15px 12px 15px 12px;float:left;width:680px;border-bottom:1px dotted #0199FF;}
.imageSearchResultsItem.last{border-bottom:0px;}
.imageSearchResultsItem .left{float:left;width:190px;min-width:200px;min-height:110px;background:#eef;overflow:hidden;}
.imageSearchResultsItem .right{margin-left:25px;float:left;}
.searchAgain{float:left;background-color:#ffeb00;padding:15px;font-weight:bold;text-align:center;width:670px;}
.searchAgain label{font-size:1.2em;}
.searchAgain label,
.searchAgain input{margin-right:7px;}
#noSearchResults{border-top:5px solid #0199FF;padding-top:7px;padding-left:10px;color:#333;font-weight:bold;font-size:1.1em;}
.imageSearchResultsNav ul.search-page-select{width:696px;float:left;margin:0px;}
.imageSearchResultsNav ul.search-page-select .search-page-centered{width:550px;float:left;margin-top:0px;text-align:center;}
.imageSearchResultsNav ul.search-page-select ul.search-page-centered li{display:inline;padding:0px 4px;}
li.pages{float:left;margin:10px 0px 0px 0px;}


