﻿/*....loading.... 200 x 200 <html xmlns="http://www.w3.org/1999/xhtml"> <head> </head> <body> <div id="container"> <div id="header"> </div> <div id="content-container"> <div id="left-navi" class="lr-block"> </div> <div id="content-center"> <div id="slider-main"> </div> <div id="slider-secondary"> </div> <div class="tabbing"> <link rel="stylesheet" href="http://jqueryui.com/themes/base/ui.all.css" type="text/css"> </link> <script src="http://jqueryui.com/ui/ui.core.js" type="text/javascript"> </script> <script src="http://jqueryui.com/ui/ui.tabs.js" type="text/javascript"> </script> <script type="text/javascript"> </script> <div id="tabs" class="ui-tabs ui-widget ui-widget-content ui-corner-all"> <ul class="ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all"> </ul> <div id="tabs-1" class="ui-tabs-panel ui-widget-content ui-corner-bottom"> </div> <div id="tabs-2" class="ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide"> </div> </div> </div> </div> <div id="right-adv-part" class="lr-block"> </div> <div class="clr"></div> </div> <div id="footer"> </div> </div> </body> <script type="text/javascript"> </script> </html> text Rulesets * Printable View * Help YSlow Help YSlow FAQ YSlow Blog YSlow Community Send Feedback YSlow Home * Grade * Components * Statistics * Tools splash image Grade your web pages with YSlow YSlow gives you: * Grade based on the performance of the page (you can define your own ruleset) * Summary of the page components * Chart with statistics * Tools for analyzing performance, including Smush.it� and JSLint Autorun YSlow each time a web page is loaded Run Test �Learn more about YSlow and the Yahoo! Developer Network Copyright � 2009 Yahoo! Inc. All rights reserved. .ui-tabs*/
ul, li{
  margin:0px;
  padding:0px;
}
#INVALID-RULE
{
	padding: 0.2em;
}
#tabs	{
  border:1px solid #cccccc;
}
.ui-tabs .ui-tabs-nav
{
	list-style: none outside none;
	/*padding: 0.2em 0.2em 0;   */
	position: relative;
  margin-left:-1px;
  margin-bottom:10px;

}
.ui-tabs .ui-tabs-nav LI
{
	border-bottom-width: 0 !important;
	float: left;
	/*margin: 0 0.2em -1px -1px;  */
	margin-right:3px;
	padding: 0 0 0px;
	position: relative;
}
.ui-tabs .ui-tabs-nav li a
{
	float: left;
	text-decoration: none;

}
.ui-tabs .ui-tabs-nav LI.ui-tabs-selected
{
	border-bottom-width: 0;
	padding-bottom: 1px;
  background: url(../images/tabbing-active-bg-border.jpg) repeat-x 0 100%;
  background-color:#f4f4f4;
}
.ui-tabs .ui-tabs-nav LI.ui-tabs-selected A, .ui-tabs .ui-tabs-nav LI.ui-state-disabled A, .ui-tabs .ui-tabs-nav LI.ui-state-processing A
{
	cursor: text;
/*	background:#E11836;*/

	color:#555555 ;

}
.ui-tabs .ui-tabs-nav LI A, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav LI.ui-tabs-selected A
{
	padding:8px;
	cursor: pointer;
 /* background-color:#f6f6f6; */
}
.ui-tabs .ui-tabs-panel
{
	background: transparent none repeat scroll 0 0;
	border-width: 0;
	display: block;
	padding:0px 6px;
}
.ui-tabs .ui-tabs-hide
{
	display: none !important;
}
#description-tab {
  width:526px;
 padding-bottom:25px;
}
#description-tab ul{

     margin:15px;
     list-style:disc;
}

