


 /* SEARCH RESULTS CSS
--------------------------------------------------------------------*/

.pager, .SUBfooterWrapper { clear: both; }

.searchCols {
    width: 970px;
    float: left;
    padding: 0 0 10px 15px;
}

.searchWrapper {
    margin: 0 auto;
    padding: 10px 0 10px 8px;
    width: 975px;
    float: left;
}

.searchNav {
	color: #656565;
	background: #F7F7F7  url(http://cdn.gofish.com/videos/static/img/gfp/locnav-200x1.png) repeat-y;
    width: 200px;
    float: left;
}

.searchResultsWrapper {
    margin: 0 auto;
    padding: 0;
    width: 975px;
}

.searchResults
{
    width: 580px;
    float: left;
    margin: 0 10px 0 10px;

    display: block;

}

.searchTower
{
    width: 160px;
    height: 600px;
    float: left;
}


/*  result styles which contain all the results of a search
    this will probably remain intact in the transfer to the profile page
    since that will technically be a type of result as well */

.resultHeading
{
    font-weight: bold;
    font-size: 22px;
    padding-bottom: 10px;
}

.resultSort
{
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 20px;
}

/* right aligned view changing links */
.resultViews
{
    float: right;
    font-size: 15px;
    font-weight: bold;    
}

.resultSort .resultViews
{
    font-size: 12px;
}

.resultType, .resultTypeChan
{
    position: relative;
    padding: 3px 0 0 0;
    font-size: 14px;
    font-weight: bold;
	background: #C9D8F6;
    color: black;
    width: 576px;
    border-left: 2px solid #C9D8F6;
    border-right: 2px solid #C9D8F6;

    float: left;
}

.resultTypeChan a
{
    color: #4473C0;
}

.resultTypeChan a:hover
{
    background: #4473C0;
    color: #FFF;
}

.resultTypeChan
{
    border-left: 2px solid #CCC;
    border-right: 2px solid #CCC;
    background: #CCC;
}

.resultType span
{
    padding-left: 8px;
}

.resultTypeChan span
{
    padding-left: 8px;
}

.resultTypeInfo
{
    position: relative;
    float: right;

    padding: 1px 10px 0 0;

    font-size: 11px;
}


.createNew
{
    font-size: 11px;
    position: relative;
    top: -1px;
}


/* holds all the result sets like channels, videos or members */
.resultWrapper
{
    position: relative;
    border: 2px solid #C9D8F6;
    margin-bottom: 10px;

    width: 576px;
    padding: 20px 0 10px 0;
    float: left;
    overflow: hidden;
}

.resultWrapperChan
{
    position: relative;
    border: 2px solid #CCC;
    width: 576px;
    padding: 20px 0 10px 0;
    margin-bottom: 10px;
    float: left;
    overflow: hidden;
}

.chanStars img
{
    position: relative;
    left: -2px;
}

.resultMsg
{
    font-size: 16px;
    padding: 0 0 5px 10px;
}

/* specific adjustments to the global thumbset styles for the normal summery */

.summeryNormal .vidThumbSet
{
    width: 133px;
    height: 185px;
    padding-left: 10px;
}

.starsDuration img { top: 1px; }

/* specific adjustments to the global thumbset styles for the detailed summery */

.summeryDetailed { padding-left: 40px;}

.summeryDetailed .vidThumbSet {
    width: 480px;
    height: auto;
    padding-bottom: 20px;
}

.summeryDetailed li { margin-left: 122px;}
.summeryDetailed .vidTitle { padding-top: 5px; }

.summeryDetailed .vidThumbXY {
    position: absolute;
    left: 0;
    width: 122px;
    margin-left: 0;
}

.summeryDetailed .vidTags {
    text-indent: -30px;
    padding-left: 30px;
}

.summeryDetailed .vidCats { padding-bottom: 10px; }

.summeryDetailed .vidEditDel {
    position: absolute;
    left: 0;
    top: 95px;
    margin-left: 0;
    width: 122px;
    text-align: center;
}


.chanGuideResults
{
    width: 750px;
    float: left;
    margin: 0 0px 0 10px;
    display: block;
    padding-bottom: 10px;
}

.chanGuideBig
{
    position: relative;
    width: 100%;
    height: 325px;

    border-bottom: 1px solid #919191;    
}



.chanGuide
{
    position: relative;
    width: 100%;
    height: 210px;
    
    border-bottom: 1px solid #919191;
    padding-top: 5px;
}

.cgName
{
    font-size: 20px;
    height: 35px;
}

.cgDesc
{
    width: 100%;
    font-size: 14px;
    clear: both;    
}

.cgBigVid
{
    width: 275px;
    height: 280px;
}


.chanGuideResults .vidThumbSet
{
    padding: 0 32px 0 0;
    height: 150px;
}

.chanGuideResults .vidThumb img
{
    width: 99px;
    height: 69px;

}


.cgBigVid .vidThumbSet
{
    padding: 0;
    width: 270px;
    height: 275px;
}

.cgBigVid .vidThumb img
{
    width: 251px;
    height: 198px;

}

.cgBigVids
{
    position: absolute;
    left: 280px;
    top: 35px;
}

.chanGuideBig .chanThumbSet
{
    padding: 0 0 0 1px;
    height: 130px;
    width: 350px;
}

.chanGuideBig .chanBorder
{
   left: 0;
   width: 300px;
}

.chanGuide .chanThumbSet
{
    padding: 0 0 0 1px;
    height: 140px;
    width: 300px;
}

.chanGuide .chanBorder
{
   left: 0;
   width: 300px;
}


.cgChanInfo
{
    border: 1px solid #CCC;
    float: left;
    padding: 10px;
    margin-right: 15px;

}

.cgSeeAll
{
    padding: 10px 0 10px 0;
    height: 20px;
    width: 100%;
}
