#adminEdit {float:right; }

#ranking {}
#ranking h2 {padding-top: 0; margin-top: 0; border-bottom: solid 1px black; }

#rankinglist_loading { height: 100px; text-align: center; padding: 50px 0; font-size: 80%; color: #3f7bf9; background-color: #f2f2f2; }

#rank_list { float: left; width: 430px; }
#rank_list p { font-size: 77%; line-height: 20px; }
#rank_list ol.master_list { width: 430px; list-style: none; margin: 0; padding: 0; border: dotted 1px #666; }
#rank_list li.master_list { margin: 0; padding: 0; background-color: #f2f2f2; }
#rank_list li.altrow { background-color: #d6d9e1; }

#rank_list li div.company_item { height: 40px; clear: both; }
#rank_list li div.company_item div.ranking { float: left; width: 30px; height: 20px; padding: 10px 10px 10px 0; font-weight: bold; text-align: right; }
#rank_list li div.company_item div.logo { float: left; width: 32px; height: 32px; padding: 4px 10px 4px 0; text-align: center; }
#rank_list li div.company_item div.ranking_value { float: right; width: 133px; height: 14px; padding: 13px 3px 13px 0; text-align: right; font-weight: bold; }
#rank_list li div.company_item div.ranking_value span.rating_change { display: inline-block; height: 14px; line-height: 14px; font-size: 80%; background-position: center left; background-repeat: no-repeat; padding-left: 16px; }
#rank_list li div.company_item div.ranking_value span.increasing { color: #6bb529; background-image: url(/images/icon_improving.gif); }
#rank_list li div.company_item div.ranking_value span.decreasing { color: #bb351b; background-image: url(/images/icon_declining.gif); }
#rank_list li div.company_item div.ranking_value span.nodata { font-weight: normal; font-size: 80%; color: #808080;}
#rank_list li div.company_item div.ranking_value div.use_chart { float: right; width: 18px; height: 18px; margin-left: 2px; background: url(/images/button_use_chart.gif) 0px -18px no-repeat; overflow: hidden; cursor: pointer; }
#rank_list li div.company_item div.ranking_value div.use_chart_on { background-position: 0px 0px; }
#rank_list li div.company_item div.ranking_value div.use_chart_rollover { background-image: url(/images/button_use_chart_rollover.gif); }
#rank_list li div.company_item div.ranking_value span.out_of { font-size: 77%; }
#rank_list li div.company_item div.name { float: left; width: 210px; height: 20px; padding: 10px 0; font-weight: bold; overflow: hidden; white-space: nowrap; }

#rank_list div.brand_list { padding-bottom: 10px; }
#rank_list ol.brand_list { list-style: none; margin: 0 30px; padding: 0; background-color: #ebebeb; }
#rank_list li.altrow ol.brand_list { background-color: #dadfe8; }
#rank_list li.brand_item {height: 32px; padding: 2px 5px; font-size: 80%; }
#rank_list li.brand_item div.logo { float: left; width: 32px; height: 32px; padding-right: 2px; text-align: center; }

#rank_list li a { text-decoration: none; }
#rank_list li a:hover { text-decoration: underline; }
#rank_list li a.nodata { color: #b3b3b3; }
#rank_list li.altrow a.nodata { color: #999; }

/* Product Category Chart */
div#product_category_chart { float: right; width: 482px; height: 297px; padding: 20px; margin-top: 14px; background: url(/images/background_product_category_graph.png) top left no-repeat; }
#product_category_chart div#flash_chart_wrapper { padding: 20px 41px; background-color: white; }
#product_category_chart .view_controls { font-size: 77%; text-align: right; }


/* Hover Box */
div#company_info_hover { position: absolute; left: 0; top: 0; width: 250px; height: 100px; padding: 10px; border: solid 3px black; background-color: white; -webkit-border-radius: 12px; -moz-border-radius: 12px; -webkit-box-shadow: #7e7e7e 4px 4px 6px; -moz-box-shadow: #7e7e7e 4px 4px 6px; }

/* Ranking Controls */
#rankingControls { clear:both; margin:20px 0; background-color: #ccc; border: solid 1px #b6b6b6; line-height: 23px; font-size: 11px; }
#rankingControls table { width: 890px; margin: 20px; }
#rankingControls td { vertical-align: top; }
#rankingControls td.sliders { width: 445px; font-weight: bold; }
#rankingControls td.labels { width: 185px; padding-right: 20px; font-weight: bold; text-align: right; }
#rankingControls td.controls { width: 260px; }
#rankingControls ul { width: 455px; list-style: none; margin: 0; padding: 0; }
#rankingControls ul li { height: 23px; margin: 0; padding: 0; clear: both; }

#rankingControls div.slider { float: right; width: 150px; height: 23px; margin-right: 10px; background: url(/images/slider_track.gif) top left repeat-x; }
#rankingControls div.slider-span { float: left; height: 23px; background: url(/images/slider_track_active.gif) top left repeat-x; }
#rankingControls div.slider-track { width: 150px; height: 23px; position: absolute; }
#rankingControls div.slider-thumb { position: absolute; width: 10px; height: 23px; background: url(/images/slider_thumb.gif) top left no-repeat; cursor: col-resize; }
