/****************************************************************************/
/************************************ GENERAL ELEMENT STYLES ****************/
/****************************************************************************/
body { position: relative; font-family: Arial; font-size: 16px; color: #474747; text-align: center; background-color: #ffffff; min-width: 1024px; /* background-image: url('/assets/layout/body_bg.jpg'); background-position: top center; background-repeat: repeat; */ padding-bottom: 28px; }
* { padding: 0; margin: 0; }
img { border: none; }
a { color: #273968; text-decoration: none; line-height: 150%; font-weight: bold; }
a:hover { text-decoration: underline; }
h1,h2,h3 { color: black; }
h1 { font-size: 1.3em}
h2 {  }
h3 {  }
table, td, tr { padding: 0; margin: 0; }
.data_holder { display: none; }
input[type=text], textarea { background-image: url('/assets/layout/input_bg.jpg'); background-position: top left; background-repeat: no-repeat; border: 1px solid #f3f3f3; padding: 4px; }
input[type=text]:focus { outline-width: 0pt; outline-style: none; }
.shadow { box-shadow: 0px 0px 12px #474747; -moz-box-shadow: 0px 0px 12px #474747; -webkit-box-shadow: 0px 0px 12px #474747; }
.error { color: black; border: 1px solid #b83333; padding: 20px; font-size: 12px; text-align: center; background-color: #ecd3d3; background-image: url('/assets/layout/errorbg.gif'); background-position: 5% 50%; background-repeat: no-repeat; }
.error h1 { font-size: 64px !important; color: #474747; font-family: Georgia; text-decoration: none; border: none !important; }
.error h2 { font-size: 32px; color: black; font-weight: normal; }
.error strong { font-size: 14px; }
.error p { font-size: 14px; padding: 8px; }
.error a { color: #b83333; text-decoration: underline; }
.mssg { color: black; border: 1px solid #369a28; padding: 20px; font-size: 12px; text-align: center; background-color: #d6ecd3; background-image: url('/assets/layout/mssgbg.gif'); background-position: 5% 50%; background-repeat: no-repeat; }
.mssg strong { font-size: 14px; }
.mssg a { color: #369a28; text-decoration: underline; }

/****************************************************************************/
/************************************ IFRAME VIEWER *************************/
/****************************************************************************/
#iframe_overlay { position: absolute; top: 0px; left: 0px; background-image: url('/assets/layout/iframebg.png'); background-position: top left; background-repeat: repeat; z-index: 20; text-align: center; display: none; }
#iframe_overlay #iframe_window { position: fixed; background-color: #222222; padding: 0 4px 4px 4px; background-image: url('/assets/layout/loadgreybg.gif'); background-position: center center; background-repeat: no-repeat; }
#iframe_overlay #iframe_window #iframe_header { background-color: #222222; height: 28px; position: relative; }
#iframe_overlay #iframe_window #iframe_header #iframe_close_button { position: absolute; top: -12px; right: -12px; cursor: pointer; }
#iframe_overlay #iframe_window #iframe_header table { width: 100%; height: 28px; }
#iframe_overlay #iframe_window #iframe_header table td { vertical-align: middle; color: white; }
#iframe_overlay #iframe_window #iframe_header table td #iframe_header_title { padding-left: 5px; padding-top: 2px; text-align: left; overflow: hidden; height: 26px; line-height: 150%; }
#iframe_overlay #iframe_window iframe { width: 100%; outline-width: 0pt; outline-style: none; border: none; background-color: white; }

/****************************************************************************/
/************************************ ARTICLE VIEWER ************************/
/****************************************************************************/
#viewer { position: absolute; padding: 12px 17px 12px 17px; left: 0px; top: 0px; background-color: white; border: 1px solid #b0b0b0; text-align: left; width: 480px; z-index: 3; display: none; }
#viewer #tool_box_relative { position: relative; background-color: transparent; }
#viewer #tool_box { position: absolute; background-color: transparent; top: -12px; right: -17px; }
#viewer #tool_box #close_article { cursor: pointer; }
#viewer #article {}
#viewer #article h1 { padding: 0 0 7px 0; font-size: 26px; line-height: 120%; }
#viewer #article h1 a { text-decoration: none; color: #000000; }
#viewer #article h1 a:hover { text-decoration: underline; }
#viewer #article p.date { text-align: right; font-weight: bold; padding: 0 0 5px 0; }
#viewer #article p { line-height: 150%; color: #333333; font-size: 14px; padding: 5px 0; }
#viewer #article p img { float:left; margin: 0 9px 3px 0; }
#viewer #article a.source { float: left; }
#viewer #article a.source img { height: 16px; vertical-align: middle; margin-right: 4px; }
#viewer #article a.article_link { float: right; }

/****************************************************************************/
/************************************ HEADER ********************************/
/****************************************************************************/
#header { width: 100%; height: 50px; position: relative; border-bottom: 6px solid #c4c4c4; background-color: #333333; }
#header #logo { width: 125px; text-align: left; height: 50px; }
#header #top_nav {  }
#header #top_nav #top_nav_div { position: relative; }
#header #search { width: 200px; height: 50px; background-image: url('/assets/layout/search_bg.jpg'); background-position: top left; background-repeat: no-repeat; }
#header #search #search_form { width: 200px; height: 50px; position: relative; }
#header #search #search_block { width: 200px; height: 50px; background-color: #333333; position: relative; }
#header #search #search_block #add_rsshog { position: absolute; top: 2px; right: 2px; cursor: pointer; display: none; }
#header #search input.string{ background: none; border: none; position: absolute; top: 12px; height: 20px; left: 13px; width: 130px; font-size: 15px; color: black; }
#header #search input.submit{ background: none; border: none; position: absolute; top: 15px; height: 20px; right: 5px; width: 22px; cursor: pointer; }

/****************************************************************************/
/************************************ MAIN NAVIGATION ***********************/
/****************************************************************************/
#top_nav ul#main_menu { list-style: none; width: 100%; height: 50px; background-color: #333333; }
#top_nav ul#main_menu li { float: left; position: relative; padding: 0; }
#top_nav ul#main_menu li.active { background-color: #c4c4c4 !important; }
#top_nav ul#main_menu li .menu_holder { display: none; }
#top_nav ul#main_menu li a { display: block; line-height: 100%; padding: 11px 0 0 0; font-size: 15px; color: #ffffff; background-image: url('/assets/layout/top_nav_li_bg.gif'); background-position: bottom center; background-repeat: no-repeat; font-weight: normal; height: 39px; border-left: 1px solid #666666; cursor: pointer; }
#top_nav ul#main_menu li a:hover { background-image: url('/assets/layout/top_nav_li_bg_on.gif'); text-decoration: none; }
#top_nav ul#main_menu li a.active { background-image: url('/assets/layout/top_nav_li_bg_on.gif'); text-decoration: none; }

/****************************************************************************/
/************************************ SUBMENU STYLES ************************/
/****************************************************************************/
#submenu { position: absolute; width: 740px; height: 360px; border: 6px solid #c4c4c4; background-color: #ffffff; left: 0; top: 50px; display: none; z-index: 4; }
#submenu h1 { font-size: 24px; text-align: left; font-family: Georgia; font-weight: normal; font-style: italic; }
#submenu table { width: 100%; border: }
#submenu table td { text-align: left; padding: 0; vertical-align: top; }
#submenu table td.popular { width: 57%; }
#submenu table td.popular h2 { font-size: 14px; color: #636363; font-family: Georgia; }
#submenu table td.popular div.submenu_holder { height: 360px; overflow-y: auto; }
#submenu table td.popular div.submenu_holder ul.popularpic { list-style: none; padding: 16px; }
#submenu table td.popular div.submenu_holder ul.popularpic li { }
#submenu table td.popular div.submenu_holder ul.popularpic li img {  }
#submenu table td.popular div.submenu_holder ul.popularpic li a strong { font-size: 14px; }
#submenu table td.popular div.submenu_holder ul.popularpic li p { font-size: 12px; letter-spacing: -1px; }
#submenu table td.popular div.submenu_holder ul.popularpic li p a {  }
#submenu table td.popular div.submenu_holder ul.popularpic li a:hover {  }
#submenu table td.popular div.submenu_holder ul.popularpic li ul.items { list-style: none; }
#submenu table td.popular div.submenu_holder ul.popularpic li ul.items li { font-size: 10px; }
#submenu table td.popular div.submenu_holder ul.popularpic li ul.items li a { font-weight: normal; }
#submenu table td.popular div.submenu_holder ul.popularpic li ul.items li a:hover {  }
#submenu table td.allpages { width: 43%; }
#submenu table td.allpages div.submenu_holder ul.listings { list-style: none; padding: 16px; }
#submenu table td.allpages div.submenu_holder ul.listings li { font-size: 12px; float: left; width: 50%; }
#submenu table td.allpages div.submenu_holder ul.listings li a { display: block; padding: 2px 6px; }
#submenu table td.allpages div.submenu_holder ul.listings li a:hover {  }

/****************************************************************************/
/************************************ PAGE STYLES ***************************/
/****************************************************************************/
#content { margin: 0 auto; text-align: left; padding: 0 7px; }
#content h1 { padding: 7px 10px 7px 12px; margin-bottom: 5px; font-size: 24px; border-bottom: 1px solid #474747; font-family: Georgia; font-style: italic; font-weight: normal; }
#content #page_description { float: right; font-size: 14px; padding: 18px 7px 0 0; font-style: italic; }
#content #page_content { padding: 0 7px; }

/****************************************************************************/
/************************************ PAGE BUCKET STYLES ********************/
/****************************************************************************/
#bucketpage { margin: 0 auto; text-align: left; padding: 0 7px; }
#bucketpage h1 { padding: 7px 10px 7px 12px; margin-bottom: 5px; font-size: 24px; border-bottom: 1px solid #474747; font-family: Georgia; font-style: italic; font-weight: normal; }
#bucketpage #bucketpage_description { float: right; font-size: 14px; padding: 18px 7px 0 0; font-style: italic; }
#bucketpage #bucketpage_content { padding: 0 7px; text-align: left; }
#bucketpage table { width: 100%; }
#bucketpage table td { vertical-align: top; }
#bucketpage table td#left_search { padding: 0px 15px 15px 5px; }
#bucketpage table td#left_search ul { list-style: none; }
#bucketpage table td#left_search ul li { padding: 0px 0px 12px 8px; background-image: url('/assets/layout/dot.gif'); background-position: 0% 0%; background-repeat: no-repeat; }
#bucketpage table td#left_search ul li a.search_title { font-size: 15px; padding: 0px 0px 4px 0px; color: #273968; line-height: 150%; font-weight: bold; height: 18px; overflow-y: hidden; cursor: pointer; display: block; }
#bucketpage table td#left_search ul li a.search_title:hover { text-decoration: none; color: #ac0000; }
#bucketpage table td#left_search ul li p { font-size: 12px; height: 16px; overflow: hidden; }
#bucketpage table td#left_search ul li p a { font-weight: normal; letter-spacing: -1px; padding: 0; }
#bucketpage table td#left_search ul li p a.link { letter-spacing: 0px; color: #555555; }
#bucketpage table td#left_search ul li#video_search { background: none; background-color: #dfdfdf; padding-bottom: 0px; margin-bottom: 5px; height: 123px; overflow: hidden; }
#bucketpage table td#left_search ul li#video_search strong { font-size: 12px; font-family: Georgia; font-style: italic; color: black; }
#bucketpage table td#left_search ul li#video_search ul { list-style: none; }
#bucketpage table td#left_search ul li#video_search ul li { float: left; padding: 4px 8px 4px 0px; background: none; }
#bucketpage table td#left_search ul li#video_search ul li img { height: 90px; cursor: pointer; border: 1px solid black; }
#bucketpage table td#left_search ul li#photo_search { background: none; background-color: #dfdfdf; padding-bottom: 0px; margin-bottom: 5px; height: 123px; overflow: hidden; }
#bucketpage table td#left_search ul li#photo_search strong { font-size: 12px; font-family: Georgia; font-style: italic; color: black; }
#bucketpage table td#left_search ul li#photo_search ul { padding: 0px 9px 0px 0px; }
#bucketpage table td#left_search ul li#photo_search ul { list-style: none; }
#bucketpage table td#left_search ul li#photo_search ul li { float: left; padding: 4px 8px 4px 0px; background: none; }
#bucketpage table td#left_search ul li#photo_search ul li img { height: 90px; cursor: pointer; border: 1px solid black; }
#bucketpage table td#right_search { width: 336px; }
#bucketpage table td#right_search .search_ad { padding: 0px 0px 12px 0px; }

/****************************************************************************/
/************************************ MAIN STYLES ***************************/
/****************************************************************************/
#main_page { margin: 0 auto; text-align: left; padding: 0 7px; }
#main_page h1 { padding: 10px 10px 5px 5px; margin-bottom: 5px; font-size: 24px; border-bottom: 1px solid #474747; font-family: Georgia; font-style: italic; font-weight: normal; }
#main_page #page_description { float: right; font-size: 14px; padding: 18px 5px 0 0; font-style: italic; }
#main_page #main_page_content { padding: 0 7px; }
#main_page ul#main_list { list-style: none; } 
#main_page ul#main_list li { padding: 6px 0; }
#main_page ul#main_list li h2 a img { vertical-align: middle; margin-right: 5px; }
#main_page ul#main_list li h2 { font-size: 24px; }
#main_page ul#main_list li h2 a { }
#main_page ul#main_list li h2 span { font-size: 12px; font-weight: normal; color: red; }
#main_page ul#main_list li strong { font-size: 14px; margin-top: 5px; font-family: Georgia; font-style: italic; }
#main_page ul#main_list li ul.items_list { list-style: none; height: 121px; overflow-y: hidden; margin: 7px 0; } 
#main_page ul#main_list li ul.items_list li { float: left; padding: 0; height: 121px; overflow: hidden; width: 181px; padding-right: 12px; }    
#main_page ul#main_list li ul.items_list li h3 { height: 32px; overflow-y: hidden; font-size: 14px; }
#main_page ul#main_list li ul.items_list li h3 a { color: black; line-height: 120%; }
#main_page ul#main_list li ul.items_list li p.date { font-size: 9px; font-style: italic; padding: 4px 0; }
#main_page ul#main_list li ul.items_list li p.description { font-size: 12px; line-height: 150%; }
#main_page ul#main_list li ul.getty_list { list-style: none; height: 100px; width: 100%; overflow-y: hidden; margin: 2px 0 7px 0; }
#main_page ul#main_list li ul.getty_list li { float: left; padding: 0; height: 100px; padding-right: 7px; overflow-y: hidden; cursor: pointer; }
#main_page ul#main_list li ul.getty_list li img  { height: 80px; width: 90%; display: block; }
#main_page ul#main_list li ul.getty_list li .getty_bottom { height: 15px; background-color: black; overflow: hidden; font-size: 11px; width: 90%; font-weight: bold; }
#main_page ul#main_list li ul.getty_list li .getty_bottom a { color: white; }
#main_page ul#main_list li ul.getty_list li:hover .getty_bottom { color: #c3dbec; }
#main_page ul#main_list li ul.youtube_list { list-style: none; height: 100px; overflow-y: hidden; margin: 2px 0 7px 0; }
#main_page ul#main_list li ul.youtube_list li { float: left; padding: 0; height: 100px; overflow-y: hidden; padding-right: 7px; cursor: pointer; }
#main_page ul#main_list li ul.youtube_list li img { height: 70px; height: 80px; width: 90%; display: block; }
#main_page ul#main_list li ul.youtube_list li .youtube_bottom { height: 15px; background-color: black; overflow: hidden; font-size: 11px; width: 90%; font-weight: bold; }
#main_page ul#main_list li ul.youtube_list li .youtube_bottom a { color: white; }
#main_page ul#main_list li ul.youtube_list li:hover .youtube_bottom a { color: #c3dbec; }

/****************************************************************************/
/************************************ TOP AREA ******************************/
/****************************************************************************/
table#top_area { width: 100%; }
table#top_area td { vertical-align: top; text-align: left; }
table#top_area td#main_content { padding: 5px 9px 5px 5px; }
table#top_area td#main_content #overflow_holder { overflow-y: hidden; height: 280px; position: relative; }
table#top_area td#right_top_ad { padding: 0px 0px 10px 0px; width: 336px; }

/****************************************************************************/
/************************************ MAIN CONTENT - FOCUS ARTICLES *********/
/****************************************************************************/
#main_content_ul { position: absolute; list-style: none; top: 0px; left: 0px; }
#main_content_ul li { float: left; width: 131px; padding-right: 12px; overflow-y: hidden; height: 290px; cursor: pointer; }
#main_content_ul li img { width: 100%; }
#main_content_ul li h2 { font-size: 16px; font-size: 14px; }
#main_content_ul li p.date { font-size: 9px; font-style: italic; padding: 4px 0; }
#main_content_ul li p.description { font-size: 12px; line-height: 150%; }

/****************************************************************************/
/************************************ SAVE BUCKET IMG ***********************/
/****************************************************************************/
.save_button_holder { float: right; position: relative; height: 16px; width: 16px; margin: 2px 7px 0px 0px; }
.save_button_holder .save_button { position: absolute; top: 0px; left: 0px; z-index: 2; cursor: pointer; }
.save_button_holder .saved_button { position: absolute; top: 0px; left: 0px; z-index: 1; display: none; }

/****************************************************************************/
/************************************ LINK BUCKET PRIME *********************/
/****************************************************************************/
.link_bucket_prime { float: left; width: 100%; padding: 15px 0; }
.link_bucket_prime h2 { overflow: hidden; padding: 0 5px; font-size: 1.1em; height: 22px; }
.link_bucket_prime p { overflow: hidden; padding: 0 5px; font-size: 12px; height: 16px; }
.link_bucket_prime ul { list-style: none; padding: 0 5px; }
.link_bucket_prime ul li { overflow: hidden; height: 50px; width: 50%; display: block; float: left; }
.link_bucket_prime ul li .prime_holder { overflow: hidden; height: 36px; margin: 5px 10px 5px 0px; border: 1px dotted gray; padding: 3px; }
.link_bucket_prime ul li .prime_holder .title { text-align: left; color: #273968; line-height: 150%; font-weight: bold; cursor: pointer; font-size: 14px; }
.link_bucket_prime ul li .prime_holder .title img { height: 100%; float: left; vertical-align: middle; margin: 0 7px 0 0; }
.link_bucket_prime ul li .prime_holder .title:hover { text-decoration: underline; color: #ac0000; }
.link_bucket_prime ul li .prime_holder p { padding: 0; }

/****************************************************************************/
/************************************ LINK BUCKET ***************************/
/****************************************************************************/
.link_bucket { float: left; width: 20%; padding: 15px 0; }
.link_bucket h2 { overflow: hidden; padding: 0 5px; font-size: 1.1em; height: 22px; }
.link_bucket p { overflow: hidden; padding: 0 5px; font-size: 12px; height: 16px; }
.link_bucket ul { list-style: none; padding: 0 5px; }
.link_bucket ul li { overflow: hidden; height: 18px; background-image: url('/assets/layout/dot.gif'); background-position: 0% 0%; background-repeat: no-repeat; padding-left: 8px; }
.link_bucket ul li .title { text-align: left; color: #273968; line-height: 150%; font-weight: normal; cursor: pointer; font-size: 12px; }
.link_bucket ul li .title:hover { text-decoration: underline; color: #ac0000; }

/****************************************************************************/
/************************************ LOCAL BUCKET **************************/
/****************************************************************************/
.local_bucket { float: left; width: 20%; padding: 15px 0; }
.local_bucket h2 { overflow: hidden; padding: 0 5px; font-size: 1.1em; height: 22px; }
.local_bucket p { overflow: hidden; padding: 0 5px; font-size: 12px; height: 16px; }
.local_bucket ul { list-style: none; padding: 0 5px; }
.local_bucket ul li { overflow: hidden; height: 18px; background-image: url('/assets/layout/dot.gif'); background-position: 0% 0%; background-repeat: no-repeat; padding-left: 8px; }
.local_bucket ul li .local_title { text-align: left; color: #273968; line-height: 150%; font-weight: normal; cursor: pointer; font-size: 12px; }
.local_bucket ul li .local_title:hover { text-decoration: underline; color: #ac0000; }

/****************************************************************************/
/************************************ TWITTER BUCKET ************************/
/****************************************************************************/
.twitter_bucket { float: left; width: 20%; padding: 15px 0; min-height: 260px; _height: 260px; height: auto !important; }
.twitter_bucket .refresh { float: left; cursor: pointer; padding: 1px 2px 0px 4px; }
.twitter_bucket h2 { overflow: hidden; padding: 0 5px; font-size: 1.1em; height: 22px; }
.twitter_bucket p { overflow: hidden; padding: 0 5px; font-size: 12px; height: 16px; }
.twitter_bucket ul { list-style: none; padding: 0 5px; }
.twitter_bucket ul li { overflow:hidden; height: 18px; background-image: url('/assets/layout/dot.gif'); background-position: 0% 0%; background-repeat: no-repeat; padding-left: 8px; }
.twitter_bucket ul li .twit_title { text-align: left; color: #273968; line-height: 150%; font-weight: normal; cursor: pointer; font-size: 12px; }
.twitter_bucket ul li .twit_title:hover { text-decoration: underline; color: #ac0000; }

/****************************************************************************/
/************************************ DIGG BUCKET ***************************/
/****************************************************************************/
.digg_bucket { float: left; width: 20%; padding: 15px 0; min-height: 260px; _height: 260px; height: auto !important; }
.digg_bucket .refresh { float: left; cursor: pointer; padding: 1px 2px 0px 4px; }
.digg_bucket h2 { overflow: hidden; padding: 0 5px; font-size: 1.1em; height: 22px; }
.digg_bucket p { overflow: hidden; padding: 0 5px; font-size: 12px; height: 16px; }
.digg_bucket ul { list-style: none; padding: 0 5px; }
.digg_bucket ul li { overflow:hidden; height: 18px; background-image: url('/assets/layout/dot.gif'); background-position: 0% 0%; background-repeat: no-repeat;padding-left: 8px; }
.digg_bucket ul li .digg_title { text-align: left; color: #273968; line-height: 150%; font-weight: normal; cursor: pointer; font-size: 12px; }
.digg_bucket ul li .digg_title:hover { text-decoration: underline; color: #ac0000; }

/****************************************************************************/
/************************************ PHOTO BUCKET **************************/
/****************************************************************************/
.photo_bucket { padding: 15px 0; }
.photo_bucket .label { position: relative; height: 11px; }
.photo_bucket .label h2 { color: white; font-size: 0.6em; font-weight: bold; top: 0px; left: 4px; position: absolute; }
.photo_bucket .label p { color: #CCCCCC; font-size: 0.6em; display: inline; top: 0px; right: 4px; position: absolute; }
.photo_bucket ul { list-style: none; width: 100%; }
.photo_bucket ul li { float: left; text-align: center; }
.photo_bucket ul li .footer {  margin: -1px auto 0 auto; width: 90%; color: #ffffff; overflow: hidden; height: 14px; font-size: 11px; cursor: pointer; font-weight: bold; background-color: black; border: 1px solid #000000; text-align: left; }
.photo_bucket ul li:hover .footer { color: #c3dbec; }
.photo_bucket ul li img { margin: 0 auto !important; width: 90%; cursor: pointer; border: 1px solid #000000; display: block; }

/****************************************************************************/
/************************************ GETTY BUCKET **************************/
/****************************************************************************/
.getty_bucket { padding: 15px 0; }
.getty_bucket h2 { overflow: hidden; padding: 0 5px; font-size: 1.1em; height: 22px; }
.getty_bucket p { overflow: hidden; padding: 0 5px; font-size: 12px; height: 16px; }
.getty_bucket ul { list-style: none; width: 100%; }
.getty_bucket ul li { float: left; text-align: center; }
.getty_bucket ul li .footer { margin: -1px auto 0 auto; width: 90%; color: #ffffff; overflow: hidden; height: 14px; font-size: 11px; cursor: pointer; font-weight: bold; background-color: black; border: 1px solid #000000; text-align: left; }
.getty_bucket ul li:hover .footer { color: #c3dbec; }
.getty_bucket ul li img { margin: 0 auto !important; width: 90%; cursor: pointer; border: 1px solid #000000; display: block; }

/****************************************************************************/
/************************************ YOUTUBE BUCKET ************************/
/****************************************************************************/
.youtube_bucket { padding: 15px 0; }
.youtube_bucket h2 { overflow: hidden; padding: 0 5px; font-size: 1.1em; height: 22px; }
.youtube_bucket p { overflow: hidden; padding: 0 5px; font-size: 12px; height: 16px; }
.youtube_bucket ul { list-style: none; width: 100%; }
.youtube_bucket ul li { float: left; text-align: center; }
.youtube_bucket ul li .footer {  margin: -1px auto 0 auto; width: 90%; color: #ffffff; overflow: hidden; height: 14px; font-size: 11px; cursor: pointer; font-weight: bold; background-color: black; border: 1px solid #000000; text-align: left; }
.youtube_bucket ul li:hover .footer { color: #c3dbec; }
.youtube_bucket ul li img { margin: 0 auto !important; width: 90%; cursor: pointer; border: 1px solid #000000; display: block; }

/****************************************************************************/
/************************************ VIDEO BUCKET **************************/
/****************************************************************************/
.video_bucket { padding: 15px 0; }
.video_bucket h2 { overflow: hidden; padding: 0 5px; font-size: 1.1em; height: 22px; }
.video_bucket p { overflow: hidden; padding: 0 5px; font-size: 12px; height: 16px; }
.video_bucket ul { list-style: none; width: 100%; }
.video_bucket ul li { float: left; text-align: center; }
.video_bucket ul li .footer {  margin: -1px auto 0 auto; width: 90%; color: #ffffff; overflow: hidden; height: 14px; font-size: 11px; cursor: pointer; font-weight: bold; background-color: black; border: 1px solid #000000; text-align: left; }
.video_bucket ul li:hover .footer { color: #c3dbec; }
.video_bucket ul li img { margin: 0 auto !important; width: 90%; cursor: pointer; border: 1px solid #000000; display: block; }

/****************************************************************************/
/************************************ YOUTUBE BUCKET ************************/
/****************************************************************************/
.adbucket { padding: 4px; width: 100%; text-align: center; }

/****************************************************************************/
/************************************ FOOTER ********************************/
/****************************************************************************/
#footer { margin: 0 auto; min-width: 1024px; _width: 1024px; width: auto !important; text-align: center; }
#footer table { margin: 0 auto; width: 1024px; text-align: left; }
#footer table td { vertical-align: top; }
#footer table td.popular { padding: 15px; text-align: left; }
#footer table td.popular h3 { font-family: Georgia; color: #ffffff; font-weight: normal; margin-bottom: 5px; font-size: 1.1em; background-color: #999999; padding: 3px; }
#footer table td.popular ul { list-style: none; }
#footer table td.popular ul li {  }
#footer table td.popular ul li a { display: block; color: #474747; font-size: 12px; text-decoration: none; font-weight: normal; }
#footer table td.popular ul li a:hover { text-decoration: underline; }
#footer table td.related { padding: 15px; text-align: left; }
#footer table td.related h3 { font-family: Georgia; color: #ffffff; font-weight: normal; margin-bottom: 5px; font-size: 1.1em; background-color: #777777; padding: 3px; }
#footer table td.related ul { list-style: none; }
#footer table td.related ul li {  }
#footer table td.related ul li a { display: block; color: #474747; font-size: 12px; text-decoration: none; font-weight: normal; }
#footer table td.related ul li a:hover { text-decoration: underline; }
#footer table td.friends { padding: 15px; text-align: left; }
#footer table td.friends h3 { font-family: Georgia; color: #ffffff; font-weight: normal; margin-bottom: 5px; font-size: 1.1em; background-color: #AAAAAA; padding: 3px; }
#footer table td.friends ul { list-style: none; }
#footer table td.friends ul li {  }
#footer table td.friends ul li a { display: block; color: #474747; font-size: 12px; text-decoration: none; font-weight: normal; }
#footer table td.friends ul li a:hover { text-decoration: underline; }

/****************************************************************************/
/************************************ OTHER PAGES GENERAL STYLES ************/
/****************************************************************************/
#content.other { min-height: 500px; _height: 500px; height: auto !important; margin: 0 auto; width: 1024px; }
#content.other h1 { padding: 15px 15px 5px 15px; margin-bottom: 10px; font-size: 19px; border-bottom: 1px solid #474747; }
#content.other h2 { font-size: 16px; padding: 15px 15px 7px 15px; }
#content.other h3 { font-size: 0.8em; padding: 15px 15px 7px 15px; }
#content.other p { font-size: 12px; line-height: 150%; padding: 5px 15px 5px 15px; width: 600px; }

/****************************************************************************/
/************************************ SITEMAP *******************************/
/****************************************************************************/
ul#sitemap { list-style: none; padding: 0 12px 10px 12px; }
ul#sitemap li { font-size: 16px; float: left; }
ul#sitemap li a { padding-left: 5px; }
ul#sitemap li a:hover {}
ul#sitemap ul.pages { list-style: inside; padding: 10px 0 0 10px; margin: 0 5px; }
ul#sitemap ul.pages li { float: none; }
ul#sitemap ul.pages li a { font-weight: normal; font-size: 12px; }
ul#sitemap ul.pages li a:hover {}

/****************************************************************************/
/************************************ CONTACT *******************************/
/****************************************************************************/
form#contact { padding: 0 15px 10px 15px; text-align: center; display: block; }
form#contact table { margin: 0 auto; width: 80%; text-align: left; }
form#contact td { font-size: 12px; padding: 5px; }
form#contact td label { padding: 3px 2px 0 0 ; }
form#contact td input { font-size: 14px; width: 100%; }
form#contact td input[type=submit] { font-size: 16px; padding: 7px; width: 180px; }
form#contact td .problem { border: 1px solid red; }
form#contact td textarea { width: 100%; font-size: 0.9em; font-family: Arial; }
form#contact td img { vertical-align: middle; }
form#contact td.left { text-align: right; width: 20%; }
form#contact td.middle { width: 60%; }
form#contact td.right { width: 20%; }
#contact_send { text-align: center; }
#contact_send p { font-size: 12px; }
#contact_send p a {}

/****************************************************************************/
/************************************ ARTICLE *******************************/
/****************************************************************************/
#article_page { width: 1010px; margin: 0 auto; text-align: left; padding: 0 7px; }
#article_page h1#page_title_top { padding: 10px 10px 5px 7px; font-size: 24px; font-family: Georgia; font-style: italic; height: 26px; width: 740px; overflow-y: hidden; font-weight: normal; }
#article_page #page_description { float: right; font-size: 14px; padding: 18px 5px 0 0; font-style: italic; }
#article_page #article_page_content { padding: 0 7px; border-top: 1px solid #474747; }
#article_page table { width: 100%; }
#article_page table td { vertical-align: top; }
#article_page table td#article_left_col { width: 120px; padding: 12px 16px 0 0; }
#article_page table td#article_left_col #article_left_ad { }
#article_page table td#article_middle_col { width: 516px; padding: 12px 32px 0 0; }
#article_page table td#article_middle_col h1 { padding: 0 0 7px 0; font-size: 26px; line-height: 120%; }
#article_page table td#article_middle_col p.date { text-align: right; padding: 0 0 5px 0; font-size: 14px; font-style: italic; }
#article_page table td#article_middle_col a.source { float: left; font-weight: bold; font-size: 12px; }
#article_page table td#article_middle_col a.source img { height: 16px; vertical-align: middle; margin-right: 4px; }
#article_page table td#article_middle_col p.description { line-height: 150%; color: black; font-size: 0.9em; padding: 5px 0; }
#article_page table td#article_middle_col p.description img { float: left; margin: 0 9px 3px 0; cursor: pointer; }
#article_page table td#article_middle_col a.link { float: right; }
#article_page table td#article_right_col { padding: 12px 16px 0 0; width: 336px; }
#article_page table td#article_right_col #article_right_ad { text-align: right; padding: 0px 0px 16px 0px; }
#article_page table td#article_right_col strong { display: block; padding: 0px 0px 4px 6px; }
#article_page table td#article_right_col ul#article_related { list-style: none; padding: 0 5px; }
#article_page table td#article_right_col ul#article_related li { overflow: hidden; height: 18px; background-image: url('/assets/layout/dot.gif'); background-position: 0% 0%; background-repeat: no-repeat; padding: 0 0 0 8px; }
#article_page table td#article_right_col ul#article_related li .title_article { text-align: left; color: #273968; line-height: 150%; font-weight: bold; cursor: pointer; font-size: 12px; }
#article_page table td#article_right_col ul#article_related li .title_article:hover { text-decoration: none; color: #ac0000; }
#article_page table td#article_right_col ul#related_pages { list-style: none; padding: 0 5px; }
#article_page table td#article_right_col ul#related_pages li { background-image: url('/assets/layout/dot.gif'); background-position: 0% 0%; background-repeat: no-repeat; padding-left: 8px; }
#article_page #share_article { padding: 5px 0; margin: 12px 0; border-top: 1px solid #c5c5c5; border-bottom: 1px solid #c5c5c5; color: black; font-size: 12px; clear: both; }
#article_page #share_article table { }
#article_page #share_article table td { vertical-align: middle; }
#article_page #share_article table td.left { text-align: right; }
#article_page #share_article table td.right { text-align: left; }
#article_page #share_article table td.right span.link { font-weight: bold; color: #273968; }
#article_page #share_article table td.right span.link:hover { color: #ac0000; }

/****************************************************************************/
/************************************ YOUTUBE *******************************/
/****************************************************************************/
#youtube_page { width: 1010px; margin: 0 auto; text-align: left; padding: 0 7px; }
#youtube_page h1#page_title_top { padding: 10px 10px 5px 7px; font-size: 24px; font-family: Georgia; font-style: italic; height: 26px; width: 740px; overflow-y: hidden; font-weight: normal; }
#youtube_page #page_description { float: right; font-size: 14px; padding: 18px 5px 0 0; font-style: italic; }
#youtube_page #article_page_content { padding: 0 7px; border-top: 1px solid #474747; }
#youtube_page table { width: 100%; }
#youtube_page table td { vertical-align: top; }
#youtube_page table td#article_left_col { width: 120px; padding: 12px 16px 0 0; }
#youtube_page table td#article_left_col #article_left_ad { }
#youtube_page table td#article_middle_col { width: 516px; padding: 12px 32px 0 0; }
#youtube_page table td#article_middle_col h1 { padding: 0 0 7px 0; font-size: 26px; line-height: 120%; }
#youtube_page table td#article_middle_col p.date { text-align: right; padding: 0 0 5px 0; font-size: 14px; font-style: italic; }
#youtube_page table td#article_middle_col a.source { float: left; font-weight: bold; font-size: 12px; }
#youtube_page table td#article_middle_col a.source img { height: 16px; vertical-align: middle; margin-right: 4px; }
#youtube_page table td#article_middle_col p.description { line-height: 150%; color: black; font-size: 0.9em; padding: 5px 0; }
#youtube_page table td#article_middle_col p.description img { float: left; margin: 0 9px 3px 0; }
#youtube_page table td#article_middle_col a.link { float: right; }
#youtube_page table td#article_middle_col div.video { padding: 7px 0px; }
#youtube_page table td#article_right_col { padding: 12px 16px 0 0; width: 336px; }
#youtube_page table td#article_right_col #article_right_ad { text-align: right; padding: 0px 0px 16px 0px; }
#youtube_page table td#article_right_col strong { display: block; padding: 0px 0px 4px 6px; }
#youtube_page table td#article_right_col ul#article_related { list-style: none; padding: 0 5px; }
#youtube_page table td#article_right_col ul#article_related li { overflow: hidden; height: 18px; background-image: url('/assets/layout/dot.gif'); background-position: 0% 0%; background-repeat: no-repeat; padding-left: 8px; }
#youtube_page table td#article_right_col ul#article_related li .title_article { text-align: left; color: #273968; line-height: 150%; font-weight: bold; cursor: pointer; font-size: 12px; }
#youtube_page table td#article_right_col ul#article_related li .title_article:hover { text-decoration: none; color: #ac0000; }
#youtube_page table td#article_right_col ul#related_pages { list-style: none; padding: 0 5px; }
#youtube_page table td#article_right_col ul#related_pages li { background-image: url('/assets/layout/dot.gif'); background-position: 0% 0%; background-repeat: no-repeat; padding-left: 8px; }
#youtube_page #share_article { padding: 5px 0; margin: 12px 0; border-top: 1px solid #c5c5c5; border-bottom: 1px solid #c5c5c5; color: black; font-size: 12px; clear: both; }
#youtube_page #share_article table { }
#youtube_page #share_article table td { vertical-align: middle; }
#youtube_page #share_article table td.left { text-align: right; }
#youtube_page #share_article table td.right { text-align: left; }
#youtube_page #share_article table td.right span.link { font-weight: bold; color: #273968; }
#youtube_page #share_article table td.right span.link:hover { color: #ac0000; }

/****************************************************************************/
/************************************ VIDEO *********************************/
/****************************************************************************/
#video_page { width: 1010px; margin: 0 auto; text-align: left; padding: 0 7px; }
#video_page h1#page_title_top { padding: 10px 10px 5px 7px; font-size: 24px; font-family: Georgia; font-style: italic; height: 26px; width: 740px; overflow-y: hidden; font-weight: normal; }
#video_page #page_description { float: right; font-size: 14px; padding: 18px 5px 0 0; font-style: italic; }
#video_page #article_page_content { padding: 0 7px; border-top: 1px solid #474747; }
#video_page table { width: 100%; }
#video_page table td { vertical-align: top; }
#video_page table td#article_left_col { width: 120px; padding: 12px 16px 0 0; }
#video_page table td#article_left_col #article_left_ad { }
#video_page table td#article_middle_col { width: 516px; padding: 12px 32px 0 0; }
#video_page table td#article_middle_col h1 { padding: 0 0 7px 0; font-size: 26px; line-height: 120%; }
#video_page table td#article_middle_col p.date { text-align: right; padding: 0 0 5px 0; font-size: 14px; font-style: italic; }
#video_page table td#article_middle_col a.source { float: left; font-weight: bold; font-size: 12px; }
#video_page table td#article_middle_col a.source img { height: 16px; vertical-align: middle; margin-right: 4px; }
#video_page table td#article_middle_col p.description { line-height: 150%; color: black; font-size: 0.9em; padding: 5px 0; }
#video_page table td#article_middle_col p.description img { float: left; margin: 0 9px 3px 0; }
#video_page table td#article_middle_col a.link { float: right; }
#video_page table td#article_middle_col div.video { padding: 7px 0px; }
#video_page table td#article_right_col { padding: 12px 16px 0 0; width: 336px; }
#video_page table td#article_right_col #article_right_ad { text-align: right; padding: 0px 0px 16px 0px; }
#video_page table td#article_right_col strong { display: block; padding: 0px 0px 4px 6px; }
#video_page table td#article_right_col ul#article_related { list-style: none; padding: 0 5px; }
#video_page table td#article_right_col ul#article_related li { overflow: hidden; height: 18px; background-image: url('/assets/layout/dot.gif'); background-position: 0% 0%; background-repeat: no-repeat; padding-left: 8px; }
#video_page table td#article_right_col ul#article_related li .title_article { text-align: left; color: #273968; line-height: 150%; font-weight: bold; cursor: pointer; font-size: 12px; }
#video_page table td#article_right_col ul#article_related li .title_article:hover { text-decoration: none; color: #ac0000; }
#video_page table td#article_right_col ul#related_pages { list-style: none; padding: 0 5px; }
#video_page table td#article_right_col ul#related_pages li { background-image: url('/assets/layout/dot.gif'); background-position: 0% 0%; background-repeat: no-repeat; padding-left: 8px; }
#video_page #share_article { padding: 5px 0; margin: 12px 0; border-top: 1px solid #c5c5c5; border-bottom: 1px solid #c5c5c5; color: black; font-size: 12px; clear: both; }
#video_page #share_article table { }
#video_page #share_article table td { vertical-align: middle; }
#video_page #share_article table td.left { text-align: right; }
#video_page #share_article table td.right { text-align: left; }
#video_page #share_article table td.right span.link { font-weight: bold; color: #273968; }
#video_page #share_article table td.right span.link:hover { color: #ac0000; }

/****************************************************************************/
/************************************ GETTY *********************************/
/****************************************************************************/
#getty_page { width: 1010px; margin: 0 auto; text-align: left; padding: 0 7px; }
#getty_page h1#page_title_top { padding: 10px 10px 5px 7px; font-size: 24px; font-family: Georgia; font-style: italic; height: 26px; width: 740px; overflow-y: hidden; font-weight: normal; }
#getty_page #page_description { float: right; font-size: 14px; padding: 18px 5px 0 0; font-style: italic; }
#getty_page #article_page_content { padding: 0 7px; border-top: 1px solid #474747; }
#getty_page table { width: 100%; }
#getty_page table td { vertical-align: top; }
#getty_page table td#article_left_col { width: 120px; padding: 12px 16px 0 0; }
#getty_page table td#article_left_col #article_left_ad { }
#getty_page table td#article_middle_col { width: 516px; padding: 12px 32px 0 0; }
#getty_page table td#article_middle_col h1 { padding: 0 0 7px 0; font-size: 26px; line-height: 120%; }
#getty_page table td#article_middle_col p.date { text-align: right; padding: 0 0 5px 0; font-size: 14px; font-style: italic; }
#getty_page table td#article_middle_col a.source { float: left; font-weight: bold; font-size: 12px; }
#getty_page table td#article_middle_col a.source img { height: 16px; vertical-align: middle; margin-right: 4px; }
#getty_page table td#article_middle_col p.description { line-height: 150%; color: black; font-size: 0.9em; padding: 5px 0; }
#getty_page table td#article_middle_col p.description img { float: left; margin: 0 9px 3px 0; cursor: pointer; }
#getty_page table td#article_middle_col a.link { float: right; }
#getty_page table td#article_middle_col div.video { padding: 7px 0px; }
#getty_page table td#article_right_col { padding: 12px 16px 0 0; width: 336px; }
#getty_page table td#article_right_col #article_right_ad { text-align: right; padding: 0px 0px 16px 0px; }
#getty_page table td#article_right_col strong { display: block; padding: 0px 0px 4px 6px; }
#getty_page table td#article_right_col ul#article_related { list-style: none; padding: 0 5px; }
#getty_page table td#article_right_col ul#article_related li { overflow: hidden; height: 18px; background-image: url('/assets/layout/dot.gif'); background-position: 0% 0%; background-repeat: no-repeat; padding-left: 8px; }
#getty_page table td#article_right_col ul#article_related li .title_article { text-align: left; color: #273968; line-height: 150%; font-weight: bold; cursor: pointer; font-size: 12px; }
#getty_page table td#article_right_col ul#article_related li .title_article:hover { text-decoration: none; color: #ac0000; }
#getty_page table td#article_right_col ul#related_pages { list-style: none; padding: 0 5px; }
#getty_page table td#article_right_col ul#related_pages li { background-image: url('/assets/layout/dot.gif'); background-position: 0% 0%; background-repeat: no-repeat; padding-left: 8px; }
#getty_page #share_article { padding: 5px 0; margin: 12px 0; border-top: 1px solid #c5c5c5; border-bottom: 1px solid #c5c5c5; color: black; font-size: 12px; clear: both; }
#getty_page #share_article table { }
#getty_page #share_article table td { vertical-align: middle; }
#getty_page #share_article table td.left { text-align: right; }
#getty_page #share_article table td.right { text-align: left; }
#getty_page #share_article table td.right span.link { font-weight: bold; color: #273968; }
#getty_page #share_article table td.right span.link:hover { color: #ac0000; }

/****************************************************************************/
/************************************ TOOLBAR *******************************/
/****************************************************************************/
#toolbar { position: fixed; bottom: 0px; width: 100%; height: 28px; background-color: white; text-align: left; background-image: url('/assets/layout/toolbar_bg_rep_x.jpg'); background-position: top left; background-repeat: repeat-x; border-top: 1px solid #acacac; z-index: 30; min-width: 1024px; }
#toolbar table { width: 100%; height: 28px; }
#toolbar table td { vertical-align: middle; height: 28px; }
#toolbar table td.hover_target:hover { background-color: #ebebeb; }
#toolbar table td#my_rsshog { width: 120px; border-left: 1px solid #efefef; border-right: 1px solid #d3d3d3; text-align: center; }
#toolbar table td#my_rsshog a { font-weight: normal; text-decoration: none; color: #474747; font-size: 12px; text-align: center; display: block; height: 23px; padding-top: 5px; }
#toolbar table td#my_rsshog a:hover { color: black; }
#toolbar table td#toolbar_tools { width: 120px; padding-left: 80px; text-align: left; cursor: pointer; border-right: 1px solid #d3d3d3; margin-top: -1px; }
#toolbar table td#toolbar_tools span { vertical-align: middle; }
#toolbar table td#toolbar_tools:hover span { color: black; }
#toolbar table td#toolbar_tools span.number { font-size: 24px; }
#toolbar table td#toolbar_tools span.rest { font-size: 12px; }
#toolbar table td#toolbar_copyright { text-align: right; padding-right: 22px; font-size: 0.80em; color: #9a9a9a; border-left: 1px solid #efefef; margin-top: -1px; }

/****************************************************************************/
/************************************ TOOLBAR VIEWER ************************/
/****************************************************************************/
#toolbar_viewer { position: fixed; bottom: 29px; left: 120px; width: 380px; background-color: #ffffff; display: none; text-align: left; z-index: 30; border-top: 1px solid #c4c4c4; border-right: 1px solid #c4c4c4; border-left: 1px solid #c4c4c4; padding: 0; }
#toolbar_viewer div#saved_title { background-color: #c4c4c4; padding: 4px 16px 4px 16px; position: relative; }
#toolbar_viewer div#saved_title span#title_number { color: white; font-size: 24px; font-weight: bold; vertical-align: middle; }
#toolbar_viewer div#saved_title span#title_text { color: white; font-size: 14px; }
#toolbar_viewer div#saved_title a#title_link { color: white; border: 1px solid #efefef; font-size: 10px; text-decoration: none; display: block; width: 18px; height: 14px; padding: 0 0 2px 0; text-align: center; position: absolute; top: 10px; left: 100px; }
#toolbar_viewer div#saved_title span#title_close { color: white; font-size: 14px; display: block; cursor: pointer; position: absolute; top: 9px; right: 16px; }
#toolbar_viewer #scroll_area { height: 400px; overflow-y: auto; }
#toolbar_viewer #scroll_area table#saved_listings { padding: 16px; width: 100%; }
#toolbar_viewer #scroll_area table#saved_listings td { font-size: 12px; padding: 4px; }
#toolbar_viewer #scroll_area table#saved_listings td.lising { text-align: left; }
#toolbar_viewer #scroll_area table#saved_listings td.lising a { font-weight: normal; text-decoration: none; line-height: 100%; }
#toolbar_viewer #scroll_area table#saved_listings td.lising a:hover { text-decoration: underline; }
#toolbar_viewer #scroll_area table#saved_listings td.options { text-align: right; }
#toolbar_viewer #scroll_area table#saved_listings td.options img.delete { cursor: pointer; }

/****************************************************************************/
/************************************ SEARCH PAGE ***************************/
/****************************************************************************/
#search_page { margin: 0 auto; text-align: left; padding: 0 7px; }
#search_page_content { padding: 0 7px; }
#search_page h1 { padding: 15px 15px 5px 15px; margin-bottom: 10px; font-size: 19px; border-bottom: 1px solid #474747; }
#search_page table { width: 100%; }
#search_page table td { vertical-align: top; }
#search_page table td#left_search { padding: 0px 15px 15px 5px; }
#search_page table td#left_search ul { list-style: none; }
#search_page table td#left_search ul li { padding: 0px 0px 12px 8px; background-image: url('/assets/layout/dot.gif'); background-position: 0% 0%; background-repeat: no-repeat; }
#search_page table td#left_search ul li a.search_title { font-size: 15px; padding: 0px 0px 4px 0px; color: #273968; line-height: 150%; font-weight: bold; height: 18px; overflow-y: hidden; cursor: pointer; display: block; }
#search_page table td#left_search ul li a.search_title:hover { text-decoration: none; color: #ac0000; }
#search_page table td#left_search ul li p { font-size: 12px; height: 16px; overflow: hidden; }
#search_page table td#left_search ul li p a { font-weight: normal; letter-spacing: -1px; padding: 0; }
#search_page table td#left_search ul li p a.link { letter-spacing: 0px; color: #555555; }
#search_page table td#left_search ul li#video_search { background: none; background-color: #dfdfdf; padding-bottom: 0px; margin-bottom: 5px; height: 123px; overflow: hidden; }
#search_page table td#left_search ul li#video_search strong { font-size: 12px; font-family: Georgia; font-style: italic; color: black; }
#search_page table td#left_search ul li#video_search ul { list-style: none; }
#search_page table td#left_search ul li#video_search ul li { float: left; padding: 4px 8px 4px 0px; background: none; }
#search_page table td#left_search ul li#video_search ul li img { height: 90px; cursor: pointer; border: 1px solid black; }
#search_page table td#left_search ul li#photo_search { background: none; background-color: #dfdfdf; padding-bottom: 0px; margin-bottom: 5px; height: 123px; overflow: hidden; }
#search_page table td#left_search ul li#photo_search strong { font-size: 12px; font-family: Georgia; font-style: italic; color: black; }
#search_page table td#left_search ul li#photo_search ul { padding: 0px 9px 0px 0px; }
#search_page table td#left_search ul li#photo_search ul { list-style: none; }
#search_page table td#left_search ul li#photo_search ul li { float: left; padding: 4px 8px 4px 0px; background: none; }
#search_page table td#left_search ul li#photo_search ul li img { height: 90px; cursor: pointer; border: 1px solid black; }
#search_page table td#right_search { width: 336px; }
#search_page table td#right_search .search_ad { padding: 0px 0px 12px 0px; }
#search_other_pages { vertical-align: middle; text-align: center; background-color: #474747; padding: 1px 0 3px 0; border-top: 1px solid #ffffff; border-bottom: 2px solid #c4c4c4; }
#search_other_pages a { font-size: 12px; font-weight: normal; color: white; }
#search_other_pages a:hover { }
#search_other_pages a.active { border: 1px solid #c4c4c4; }

/****************************************************************************/
/************************************ LANDING PAGE STYLES *******************/
/****************************************************************************/
#landing_search_block { height: 410px; text-align: center; width: 100%; background-image: url('/assets/layout/home_bg_rep_x.jpg'); background-position: top center; background-repeat: repeat-x; border-top: 1px solid #dfdfdf; }
#landing_search_block #search_form_block { width: 600px; text-align: left; padding: 60px 0 0 0; margin: 0 auto; }
#landing_search_block #search_form_block #landing_title { color: #333333; font-size: 26px; font-variant: small-caps; padding: 0px 0px 8px 0px; }
#landing_search_block #search_form_block #landing_subtitle { color: white; font-size: 16px; padding: 0px 0px 15px 0px; }
#landing_search_block #search_form_block #search_form_holder { height: 45px; width: 432px; background-image: url('/assets/layout/search_box_bg.gif'); background-position: center center; background-repeat: no-repeat; position: relative; }
#landing_search_block #search_form_block #search_form_holder input#search_box_text { position: absolute; background: none; border: none; height: 24px; top: 7px; left: 38px; width: 270px; font-family: Arial; font-size: 0.9em; }
#landing_search_block #search_form_block #search_form_holder input#search_box_text:focus { outline-width: 0pt; outline-style: none; }
#landing_search_block #search_form_block #search_form_holder input#search_box_submit { position: absolute; background: none; border: none; height: 33px; width: 96px; top: 6px; right: 7px; cursor: pointer; }
#landing_search_block #last_items_holder_rel { position: relative; width: 1024px; margin: 0 auto; }
#landing_search_block #last_items_holder_rel #last_items_holder { width: 840px; display: none; position: absolute; left: 92px; top: 276px; }
#landing_search_block #last_items_holder_rel #last_items_holder ul { list-style: none; margin: 0 auto; }
#landing_search_block #last_items_holder_rel #last_items_holder ul li { float: left; }
#landing_search_block #last_items_holder_rel #last_items_holder ul li a img.img { overflow: hidden; display: block; width: 84%; border: 1px solid #333333; }
#landing_search_block #last_items_holder_rel #last_items_holder ul li a.title { display: block; overflow: hidden; height: 14px; font-weight: normal; font-size: 11px; font-weight: bold; color: white; width: 84%; background-color: black; line-height: 120%; border: 1px solid black; padding: 0px; margin-top: -2px; }
#landing_search_block #last_items_holder_rel #last_items_holder ul li:hover a.title { color: #c3dbec; }
#landing_search_block #last_items_holder_rel #search_cloud { position: absolute; top: 190px; width: 600px; left: 212px; text-align: left; }
#landing_search_block #last_items_holder_rel #search_cloud strong { font-size: 11px; color: #474747; }
#landing_search_block #last_items_holder_rel #search_cloud a { color: white; font-size: 11px; display: inline; font-weight: normal; }
#landing_search_block #last_items_holder_rel #search_cloud a:hover { }
#last_items_text_holder { background-color: #333333; padding: 9px 0; }
#last_items_text_holder ul { margin: 0 auto; width: 1024px; text-align: left; }
#last_items_text_holder ul li { display: inline; }
#last_items_text_holder ul li a { float: left; display: block; padding: 4px 15px 4px 15px; width: 482px; color: white; font-size: 12px; overflow: hidden; height: 18px; font-weight: normal; }
#last_items_text_holder ul li a:hover { text-decoration: none; color: #c3dbec; }

/****************************************************************************/
/************************************ ARTICLE PAGE COMMENTS *****************/
/****************************************************************************/
#article_comments { font-family: Arial, Helvetica, sans-serif; line-height: 150%; font-size: 12px; padding-top: 25px; clear: both; }
#article_comments .add_comment_link { cursor: pointer; }
#article_comments .add_comment_link:hover { text-decoration: underline; }
#article_comments .add_comment_link img { vertical-align: middle; margin: 0px 3px 2px 0; }
#article_comments .add_comment { display: none; }
#article_comments .add_comment textarea { width: 455px; padding: 3px; font-family: Arial; font-size: 12px; margin-right: 12px; height: 40px; border: 1px solid #f4f4f4; }
#article_comments .add_comment .cancel { cursor: pointer; display: block; padding: 4px 30px 0 10px; float: right; }
#article_comments .add_comment .cancel img { vertical-align: middle; height: 16px; }
#article_comments .add_comment .cancel:hover { text-decoration: underline; }
#article_comments .add_comment .submit { cursor: pointer; display: block; padding: 4px 0 0 22px; float: right; }
#article_comments .add_comment .submit img { vertical-align: middle; height: 16px; }
#article_comments .add_comment .submit:hover { text-decoration: underline; }
#article_comments .be_the_first { display: block; text-align: center; font-style: italic; }
#article_comments .comments { padding: 3px 0 3px 0; }
#article_comments .comments .comment { padding: 6px 0 6px 0; margin: 6px 0 6px 0; border-top: 1px solid #cccccc; }
#article_comments .comments .comment strong { color: #959595; }
#article_comments .comments .comment strong img { vertical-align:  middle; margin: 0px 3px 2px 0; }
#article_comments .comments .comment span.ago { color: #959595; }
#article_comments .comments .comment p { padding: 4px 0; }
#article_comments .comments .comment .remove_comment { float: right; cursor: pointer; font-size: 10px; color: #959595; }



