/*
//    $File: //depot/Engineering/Source/BroadBand/G3/inc/css/base.css $
//    $Revision: #60 $
//
//    Description: 
//		<insert description here>
//
//    last checked in change: $DateTime: 2006/12/10 11:43:36 $
//    for job #: $Change: 4498 $
//    
//    last change checked in by : $Author: nframe $
//    
//    (c) 2006, Gotuit Media Corp
//    Confidential and Proprietary
//    All Rights Reserved.
*/


@import url(/web/20070108033044cs_/http://www.gotuit.com/inc/css/sweetTitles.css);
/*----------------------Strip out all default styling-------------------------*/

:link,:visited { text-decoration:none }

ul,ol { list-style:none }

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

a img,:link img,:visited img { border:none }

address { font-style:normal }

ul,ol,li
{ list-style-type:none }



/*------defaults-------*/
.clear {
    clear: both;
}

/*---------------------------Main Containers----------------------------------*/


html {
    height: 100%;
    margin: 0 0 1px;
}

body {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 14px;
    color: #333945;
    background: #C0C1C5 url(/web/20070108033044im_/http://www.gotuit.com/img/_common/bg.jpg) repeat-x;
}

#wrapper {
    text-align:left;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    z-index:0;
}

#content {
    border: 1px solid #515860;
    border-width: 0 1px 0 1px;
    padding: 0 0 0 0px;
    float: left;
}

#content_nopadding {
    border: 1px solid #515860;
    border-width: 0 1px 0 1px;
    padding: 0 0 0 0px;
    float: left;
}

#content_whitebox {
    border: 1px solid #515860;
    border-width: 0 1px 0 1px;
    padding: 0 0 0 0px;
}

#left_content {
    float: left;
    width: 629px;
    border-right: 1px solid #515860;
    padding: 0 0 0 13px;
}

#left_content_nopadding {
    float: left;
    width: 642px;
    border-right: 1px solid #515860;
}

#right_content {
    float: left;
    width: 315px;
}

/*----header----*/

#header {
    width: 960px;
    height: 85px;
    z-index:100;
}

#header img#logo {
    float: left;
    margin: 8px 60px 10px 0;
}

#header div#headerMiddle {
    margin-right: 200px;
    margin-left: 180px;
}

#header div#headerMiddle img#glass {
    float: right;
    margin-right: 130px;
    margin-top: 30px;
}

#header img#findItImg {
    margin-top: 15px;
}

#header div#search_box {
    padding: 0px;
    margin: 0px;
}

#header div#search_box form {
    padding: 0px;
    margin: 0px;
}

#header div#search_box input {
    padding: 0px;
    margin: 0px;
}

#header div#search_box input#search {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 370px;
    padding: 0px;
    margin-top: 5px;
}


#header div#search_box input#glass {
    float: right;
}

#search_bkgd {
display: block;
background-color: #fff;
text-align:right;
border-bottom: 1px solid #CCCCCC;
}

#search_bkgd_text1 {
    display: block;
    color: #0B819F;
    font-weight: bold;
    font-size: 18px;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 6px;
 }

#header div#sample_searches {
    margin-top: 5px;
}

#header div#sample_searches span {
    color: #cccccc;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    padding-right: 5px;
}

#header div#sample_searches span a {
    color: #bbbbbb;
    text-decoration: underline;
}

#header #actions {
    float: right;
    padding: 40px 10px 0 0;
}

#header #actions a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
}

#header #actions img.sep {
    margin: 0 10px 2px 10px;
}
#header #actions a.accounts {
    color: #C6D544;
}

#header #actions a#download {
    color: #fff;
}

#top_tv, .top_tv a:link, .top_tv a:active, .top_tv a:visited {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}

/*----main nav----*/

#mainNav {
    /*width: 960px;*/
    /*height: 25px;*/
    background-color: #515860;
    overflow: hidden;
    zoom: 1;
    padding: 6px 0 6px 50px;
}

#mainNav li, .subNav li {
    float: left;
    color: #A3AAB2;
    font-size: 12px;
    font-weight: bold;
    padding: 0 6px 0 6px; 
}

#mainNav li#top_date {
    float: right;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}

#mainNav li a, .subNav li a {
    color: #C6D544;
}

#mainNav li a:hover , .subNav li a:hover {
    color: #fff;
}

.subNav {
    position: relative;
    padding-top: 14px;
    padding-bottom: 5px;
    background-image: url('/web/20070108033044im_/http://www.gotuit.com/img/_common/subnav_bg.jpg');
    background-repeat: repeat-x;
    background-color: #23282C;
    overflow: hidden;
    zoom: 1;
    border: 1px solid #515860;
    border-width: 0 1px 0 1px;
}

#subNav_profile {
    display: none;
    padding-left: 115px;
}

#subNav_profile .nav_arrow {
    position: absolute;
    top: 0;
    left: 135px;
}

#subNav_channels {
    display: none;
    padding-left: 115px;
}

#subNav_channels .nav_arrow {
    position: absolute;
    top: 0;
    left: 140px;
}

#subNav_blank {
    display: block;
    height: 14px;
}

/*----home containers----*/

/*Feeds*/
div#feeds {
    width: 617px;
    padding: 18px 0 10px 0;
}

div#feeds div.scene_header
{
    padding-bottom: 12px;
    overflow: hidden;
    zoom: 1;
    margin-right: 5px;
}
div#feeds h2 {
    float: left;
    color: #fff;
    font-size:  16px;
    padding: 0;
    margin: 0;
}

div#feeds h2.blue {
    color: #61C4DB;
}

div#feeds p.date {
    float: right;
    font-size: 14px;
    font-weight: bold;
    color: #9399A5;
    margin: 0;
    padding: 0;
}

div#feeds ul {
    overflow: hidden;
    zoom: 1;
    clear: both;
    /*padding-bottom: 30px;*/
}

div#feeds li {
    float: left;
    margin: 0 5px 0 0px;
    width: 83px;
}

div#feeds li div.thumb {
    padding: 0 0 2px 0;
    background-color: #fff;
}

div#feeds li div.reflect {
    display: block;
    height: 30px;
}


div#feeds li p {
    text-align: center;
    font-size: 10px;
    line-height: 20px;
    padding-right: 30px;
    background-repeat: no-repeat;
    background-position: bottom right;
}

div#feeds li div.thumb a img {
    border: 2px solid #fff;
}

div#feeds li div.thumb a:hover img {
    border: 2px solid #C4D644;
}

/*More Box*/
.more_box {
    display: block;
    border-top: 5px solid #6AB6C8;
    background-color: #fff;
    margin: 0 15px 18px 0;
    padding: 4px;
    overflow: hidden;
    zoom: 1;
}

.more_box div.logo {
    float: left;    
    padding: 12px 8px 12px 8px;
    border-right: 1px solid #BFC0C3;
}

.more_box div.text {
    float: left;
    display: block;
    width: 520px;
    /*padding: 0 35px 0 12px;*/
}

.more_box h2 {
    color: #074268;
    font-size: 14px;
    text-transform: uppercase;
    padding: 12px 35px 8px 12px;
}

.more_box p {
    color: #000;
    font-size: 12px;
    padding: 0 35px 0 12px;
}

.more_box a:link, .more_box a:active, .more_box a:visited {
    color: #cfc;
    font-weight: bold;
    text-decoration: underline;
}

#right_content .box_ad {
    margin: 4px 0 9px 9px;
}

/* Side More Box*/
.side_more_box {
    display: block;
    /*border-top: 5px solid #6AB6C8;*/
    background-color: #fff;
    margin: 0 15px 0px 0;
    padding: 4px;
    overflow: hidden;
    zoom: 1;
    width:282px;
}

.side_more_box div.logo {
    float: left;    
    padding: 12px 8px 12px 8px;
    border-right: 1px solid #BFC0C3;
}

.side_more_box div.text {
    float: left;
    display: block;
    width: 520px;
    /*padding: 0 35px 0 12px;*/
}

.side_more_box h2 {
    color: #074268;
    font-size: 14px;
    text-transform: uppercase;
    padding: 12px 35px 8px 12px;
}

.side_more_box p {
    color: #000;
    font-size: 12px;
    padding: 0 35px 0 12px;
}

.side_more_box a:link, .side_more_box a:active, .side_more_box a:visited {
    color: #cfc;
    font-weight: bold;
    text-decoration: underline;
}

#right_content .box_ad {
    margin: 4px 0 9px 9px;
}

/*GTV*/
#gtv {
    border-top: 5px solid #C5D544;
    background-color: #fff;
    padding: 5px;
    margin: 0;
}

#gtv .inner_box {
    width:  302px;
}

#gtv p#green_box {
    padding: 10px 15px 10px 10px;
    color: #000000;
    background-color: #d0d3d5;
    font-family: Verdana, Arial, sans-serif;
    border-top: 10px #1B252D solid;
    font-size:  9px;
    text-align: justify;
}

#gtv p#green_box img {
    margin: 0 10px 0 0;
    float:left
    }

#gtv #featured_title {
    color: #fff;
    background-color: #1B252D;
    padding: 3px;
    margin: 3px 0 0 0;
    text-align:center;

}

#gtv #featured_title h3 {
    font-weight: normal;  
 
}

#gtv #featured_title a {

    color: #C5D544;
    text-decoration: underline;
    margin-left: 5px;
    font-size: 10px;
}

#gtv ul.scene_tag_list {

}

#gtv ul.scene_tag_list li {
    margin-top:  4px;
}

#gtv ul.scene_tag_list li img {
    float: left;
    margin: 0 5px 0 0;
}

#gtv ul.scene_tag_list li  div.featured_clip {
    float: left;
    height: 50px;
    padding: 15px 0 0 5px;
    width: 195px;
}

#gtv ul.scene_tag_list li  div.featured_clip p {
    background-color: transparent;
    color: #4E5861;
    padding: 0;
    margin: 0;
}

#gtv ul.scene_tag_list li  div.featured_clip h3 a {
    color: #4E5861;
}

#gtv ul.scene_tag_list li  div.featured_clip h3 a:hover {
    text-decoration: unerline;
}


#gtv ul.scene_tag_list li  div.featured_clip p a {
    color: #4E5861;
    text-decoration: underline;
}

#gtv ul.scene_tag_list li div.light_grey {
    background-color: #EDF1F3;
}

#gtv ul.scene_tag_list li div.dark_grey {
    background-color: #D0D3D5;
}
 
#gtv a#featured_more {
    display: block;
    color:  #000000;
    font-weight: bold;
    font-size: 11px;
    color: #000000;
    background-color: #d0d3d5;
    padding: 3px;
    text-align: right;
    margin: 5px 0 0 0;
}

#gtv #featured_more a {
    color:  #fff;
    font-weight: bold;
    font-size: 11px;
}

#gtv a#featured_more:hover {
    text-decoration: underline;
    background-color: #81A102;
    color: #fff;
}

/*featured feed*/
#gtv h2 {
    display: inline;
    font-size:  15px;
    padding: 0;
    margin: 0;
}

#gtv h2.blue {
    color: #61C4DB;
    padding-left: 15px; 
}


#gtv ul.scene_block {
    overflow: hidden;
    zoom: 1;
    clear: both;
    padding-left: 15px;
    border-bottom: 8px solid #1B252E;
}

#gtv ul.scene_block li {
    float: left;
    padding: 0 10px 10px 0px;
    width: 83px;
}

#gtv ul.scene_block li div.thumb {
    padding: 0 0 2px 0;
    background-color: #fff;
}

#gtv ul.scene_block li p {
    text-align: center;
    font-size: 10px;
    line-height: 20px;
    padding-right: 30px;
    background-repeat: no-repeat;
    background-position: bottom right;
}

#gtv ul.scene_block li div.thumb a {
    border: 2px solid #fff;
    display: block;
}

#gtv ul.scene_block li div.thumb a:hover {
    border: 2px solid #C4D644;
}


/*other sidebar stuff*/
#toolbar_banner {
    border-top: 5px solid #61c4db;
}

/*--Secondary Page--*/

#title_box {
    height: 40px;
    background-image: url('/web/20070108033044im_/http://www.gotuit.com/img/_common/blue_bg.jpg');
    background-repeat: repeat-x;
    background-color: #6EB5C9;
    margin-right: 9px;
}

#title_box #search_logo {
    padding: 10px 0 0 20px;
    float: left;
}

#title_box p {
    color: #fff;
    font: bold;
    padding: 14px 0 0 20px;
    float: left;
    font-size:18px;
    text-transform:uppercase;
}

#second_page {
    border-top: 6px solid #C0E9EF;
    padding: 0;
    background-color: #fff;
    padding: 20px 20px 10px 20px;
    margin-right: 9px;
    /*color: #333945;*/
}





/*--Search Results--*/
#top_box {
    height: 70px;
    background-image: url('/web/20070108033044im_/http://www.gotuit.com/img/_common/blue_bg.jpg');
    background-repeat: repeat-x;
    background-color: #6EB5C9;
    margin-right: 9px;
}

#top_box #search_logo {
    padding: 10px 0 0 20px;
    float: left;
}

#top_box form {
    float: left;
    padding: 28px 0 0 8px;
}

#search_bkgd_zero_results {
    min-height:1000px;
    height:auto !important;
    height:1000px;
    color: #0B819F;
    font-weight: bold;
    font-size: 12px;
}

#search_bkgd_default {
        height:auto !important;
}

#top_box form select {
    width: 110px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    margin: 0 0 0 22px;
}

.shadowBox{
    clear: both;
    height: 8px;
    background-position: bottom right;
    background-repeat: repeat-x;
}

.shadowBoxLeft {
    clear: both;
    height: 8px;
    margin-right: 9px;
    background-image: url('/web/20070108033044im_/http://www.gotuit.com/img/_common/bgshadow.png');
    background-position: bottom right;
    background-repeat: repeat-x;
}

ul#search_results {
    border-top: 6px solid #C0E9EF;
    padding: 0;
    margin-right: 9px;
    min-height: 945px;
    background-color: #fff;

    /*color: #333945;*/
}

ul#search_results li {
    background-color: #fff;
    padding: 20px 20px 10px 20px;
    /*overflow: hidden;
    zoom: 1;*/
}

ul#search_results li a.thumbnail img {
    padding: 2px;
}

ul#search_results li h2 {
    display: inline;
    font-size: 14px;
    padding: 0 1em 0 0;
}

ul#search_results li .author a {
    text-decoration: underline;
}

ul#search_results li p {
    margin: 5px 0 5px 0;
    padding: 3px;
}

ul#search_results li .source {
    float: left;
    padding: 0 10px 0 0;
}

ul#search_results img.source {
    
}

ul#search_results div.thumb {
    float: left;
    display: block;
    overflow: hidden;
}

ul#search_results ul.actions li {
    float: left;
    padding: 2px 0 0 15px;
}

ul.actions a {
    display: block;
    line-height: 0px;
    font-size: 0px;
    width: 20px;
    height: 19px;
    background-position: top left;
}

a.cutit {
    background-image: url('/web/20070108033044im_/http://www.gotuit.com/img/_common/actions/tagit.jpg');
}

a.saveit {
    background-image: url('/web/20070108033044im_/http://www.gotuit.com/img/_common/actions/saveit.jpg');
}

a.watchit {
    background-image: url('/web/20070108033044im_/http://www.gotuit.com/img/_common/actions/watchit.jpg');
}

ul.actions a:hover {
    background-position: bottom left;
}

ul#search_results div.description {
    float: left;
    width: 350px;
    padding: 0 0 0 15px;
}

ul#search_results span.tags a {
    color: #333945;
    text-decoration: underline;
}

ul#search_results li.community {
    border-bottom: 1px dashed #DADADA;
}

ul#search_results li.community p {
    background-color: #E9F8FD;
}

ul#search_results li.community a.thumbnail img {
    border: 1px solid #6EB2C7;  
}

ul#search_results li.community .author a {
    color: #4DA5CB;
}

ul#search_results li.premium {
    border-bottom: 1px dashed #9FBE01;
}

ul#search_results li.premium p {
    background-color: #EBF3CC;
}

ul#search_results li.premium a.thumbnail img {
    border: 1px solid #9FC001;  
}

ul#search_results li.premium .author a {
    color: #96A548;
    font-weight: bold;
}

/*--Toolbar Page--*/
#toolbar_box {
    background-color: #23262b;
    border: 7px solid #a3daf6;
    border-width: 7px 0 7px 0;
    overflow: hidden;
}

#blue_top {
    height: 40px;
    background-image: url('/web/20070108033044im_/http://www.gotuit.com/img/_common/blue_bg.jpg');
}

/*--General Pages--*/
#general_top_box {
    height: 27px;
    background-image: url('/web/20070108033044im_/http://www.gotuit.com/img/_common/lgrey_grad_bg.jpg');
    background-repeat: repeat-x;
    background-color: #CACED1;
    margin-right: 9px;
}

#general_content {
    border: 8px solid #ECF0F3;
    border-width: 8px 0 8px 0;
    margin: 0 9px 10px 0;
    background-color: #fff;
    padding: 20px 0 0 0;
}

#general_content_inner {
    margin: 0 0 0 10px;
    background-image: url(/web/20070108033044im_/http://www.gotuit.com/img/general/lb_tv.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-color: #E9F8FD;
}

#general_content h2 {
    display: block;
    color: #0B819F;
    font-weight: bold;
    font-size: 26px;
    background-color: #fff;
    padding: 5px 0 10px 10px;
}

#general_content ul#general_nav {
    padding: 20px 0 209px 0;
    margin: 0 0 0 20px;
}

#general_content ul#general_nav li {
    list-style-image: url('/web/20070108033044im_/http://www.gotuit.com/img/_common/grey_star_bullet.jpg');
    padding: 0px;
    margin: 5px 0 0 12px;
}

#general_content ul#general_nav a {
    font-size: 11px;
    color: #000;
}

#general_content ul#general_nav li.active {
    list-style-image: url('/web/20070108033044im_/http://www.gotuit.com/img/_common/blue_star_bullet.jpg');
    margin: 5px 0 0 27px;
}

#general_content ul#general_nav li.active a {
    font-weight: bold;
    color: #0B819F;
}

#general_content ul#general_nav a:hover {
    text-decoration: underline;
}

#general_content #general_left {
    float: left;
    width: 200px;
}

#general_content #general_text {
    float: left;
    width: 423px;
    background-color: #fff;
}

#general_content #general_text p {
    font-size: 12px;
    padding: 0 30px 10px 10px;
}

/*-- Player Page--*/
#green_top {
    height: 26px;
    background-image: url('/web/20070108033044im_/http://www.gotuit.com/img/_common/green_grad_bg.jpg');
}

#player_box {
    background-color: #fff;
    border: 7px solid #a3dfed;
    border-width: 7px 0 7px 0;
    overflow: hidden;
}

#player_box h2 {
    text-transform: uppercase;
    background-color: #C5D544;
    padding: 2px 0 2px 8px;
    font-size: 11px;
}

#player_box #left_col {
    float: left;
    padding: 0 6px 0 14px;
    margin: 14px 0 14px 0;
}

#player_box #middle_col {
    float: left;
    padding: 0 7px 0 7px;
    margin: 14px 0 14px 0;
}

#player_box #right_col {
    float: left;
    padding: 0px 2px 0px 6px;
    margin: 14px 0 14px 0;
}

#player_box #left_col #player {
    margin-bottom: 10px;
}

#player_box #left_col ul {
    padding-bottom: 10px;
}

#player_box #left_col ul li {
    display: inline;
    margin-left: 15px;
}

#player_box #left_col ul li.first {
    margin-left: 0;
}


#player_box #left_col h2 {
    background-image: url('/web/20070108033044im_/http://www.gotuit.com/img/_common/w_down_arrow.gif');
    background-repeat: no-repeat;
    background-position: right center;
}

#player_box #left_col dl {
    padding: 12px 0 12px 0;
    margin: 0;
    width: 408px;
    background-image: url('/web/20070108033044im_/http://www.gotuit.com/img/_common/white_grey_grad.jpg');
    background-repeat: repeat-x;
    background-color: #CCCCCC;
    overflow: hidden;
    zoom: 1;
}

#player_box #left_col dt {
    width: 115px;
    text-align: right;
    font-weight: bold;
    float: left;
    padding-right: 8px;
}

#player_box #left_col dd {
    padding-bottom: 5px;
}

#player_box #middle_col h1 {
    font-size: 14px;
    padding: 0 0 5px 0;
}

#player_box #middle_col dl {
    padding: 0;
    margin: 0;
    width: 204px;
    overflow: hidden;
}

#player_box #middle_col dt {
    font-weight: bold;
    float: left;
    padding: 0 0 0 0;
}

#player_box #middle_col dd {
    padding: 0 0 3px 75px;
    margin: 0;
}

#player_box #middle_col form {
    padding: 0 0 10px 0;
}

#player_box #middle_col label {
    display: block;
    font-weight: bold;
}

#player_box #middle_col input {
    display: block;
    width: 202px;
}

#player_box #middle_col h2 {
    margin: 0 2px 0 2px;
    font-size: 10px;
    background-image: url('/web/20070108033044im_/http://www.gotuit.com/img/_common/dgrey_r_arrow.gif');
    background-repeat: no-repeat;
    background-position: right center;
}

#player_box #middle_col ul {
    width: 204px;
    overflow: hidden;
    padding: 0 0 0 0;
    margin: 0;
}

#player_box #middle_col ul li {
    float: left;
    display: block;
    margin: 8px 0 0px 4px;
}

#player_box #middle_col ul li.first {
    margin-left: 0;
}

#player_box #middle_col li a {
    display: block;
    border: 2px solid #fff;
}

#player_box #middle_col li a:hover {
    border: 2px solid #C4D644;
}

#player_box #middle_col p {
    padding-bottom: 20px; 
}

#player_box #middle_col p a {
    color: #333945;
    text-decoration: underline;
}

#player_box #right_col h2 {
    width: 295px;
    padding: 0 0 0 5px;
    margin: 5px 0 0 0;
    background-image: url('/web/20070108033044im_/http://www.gotuit.com/img/_common/dgrey_grad_bg.jpg');
    background-repeat: repeat-x;
    background-color: #75797C;
    height: 23px;
    line-height: 23px;
    color: #E3F748;
    font-size: 11px;
}

#player_box #right_col h2 a {
    padding: 0 14px 0 0;
    margin: 0 5px 0 0;
    float: right;
    background-image: url('/web/20070108033044im_/http://www.gotuit.com/img/_common/more_green_arrow.jpg');
    background-repeat: no-repeat;
    background-position: right center;
    color: #fff;
}

#player_box #right_col h2 a:hover {
    text-decoration: underline;
}

#player_box #right_col ul {
    background-image: url('/web/20070108033044im_/http://www.gotuit.com/img/_common/white_grey_gradLong.jpg');
    background-repeat: repeat-x;
    background-color: #CBCBCB;
    padding: 0 0 0 0;
}

#player_box #right_col ul li {
    margin: 0 7px 0 7px;
    padding: 15px 0 10px 0;
    border-top: 1px solid #54575E;
}

#player_box #right_col ul li.first {
    border-top-width: 0;
}

#player_box #right_col ul li img {
    float: left;
    margin: 0 5px 0 0;
}

#player_box #right_col ul li div.featured_clip {
    float: left;
    height: 50px;
    padding: 5px 0 0 5px;
    width: 140px;
}

#player_box #right_col ul li div.featured_clip h3 a {
    color: #4E5861;
}

#player_box #right_col ul li div.featured_clip h3 a:hover {
    text-decoration: underline;
}

#player_box #right_col ul li div.featured_clip p {
    background-color: transparent;
    color: #4E5861;
    padding: 0;
    margin: 0;
}

#player_box #right_col ul li div.featured_clip p a {
    color: #4E5861;
    text-decoration: underline;
}


/*--bottom ads--*/
#bottom_ads {
    clear: both;
    height: 100px;
    padding: 10px 6px 0 6px;
    border: 1px solid #515860;
    border-width: 0 1px 0 1px;
}

#sm_box_ad {
    margin: 0px 7px 0px 0px;
}

#bottom_masthead_ad {
}

/*----footer----*/
#footer {
    height: 41px;
    background-color: #51585E;
    background-image: url('/web/20070108033044im_/http://www.gotuit.com/img/_common/footer_bg.jpg');
    clear: both;
    padding: 0 0 0 35px;
}

#footer img.g {
    float: left;
    margin: 3px 10px 0 10px;
}

#footer ul {
    float: left;
    padding: 12px 0 0 0;
}

#footer li {
    float: left;
    color: #C6D544;
    font-weight: bold;
    font-size: 10px;
    padding: 0 5px 0 5px;
    vertical-align: middle;
}

#footer li a {
    color: #fff;
}

#footer li a:hover {
    color: #C6D544;
}

#copyright {
    padding: 10px 0 0 0;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

/*-- Channel Page--*/
#green_top {
    height: 26px;
    background-image: url('/web/20070108033044im_/http://www.gotuit.com/img/_common/green_grad_bg.jpg');



/*--Secondary Page--*/

 

#title_box {

                height: 40px;

                background-image: url('/web/20070108033044im_/http://www.gotuit.com/img/_common/blue_bg.jpg');

                background-repeat: repeat-x;

                background-color: #6EB5C9;

                margin-right: 9px;

}

 

#title_box #search_logo {

                padding: 10px 0 0 20px;

                float: left;

}

 

#title_box p {

                color: #fff;

                font: bold;

                padding: 14px 0 0 20px;

                float: left;

                font-size:18px;

                text-transform:uppercase;

}

 

#second_page {

                border-top: 6px solid #C0E9EF;

                padding: 0;

                background-color: #fff;

                padding: 20px 20px 10px 20px;

                margin-right: 9px;

                /*color: #333945;*/

}


}

/* TICKER RSS STYLES */

.rssticker {
    margin:0;
    width:100%; 
    }

.cnnclass{
padding: 5px;
margin-bottom: 1em;
}

.cnnclass a{
text-decoration: none;
}

/*
     FILE ARCHIVED ON 03:30:44 Jan 08, 2007 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:56:58 Jul 23, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.63
  exclusion.robots: 0.034
  exclusion.robots.policy: 0.021
  esindex: 0.011
  cdx.remote: 63.948
  LoadShardBlock: 346.156 (3)
  PetaboxLoader3.datanode: 154.744 (4)
  load_resource: 271.938
  PetaboxLoader3.resolve: 197.737
*/