@charset "utf-8";
/* CSS Document */
.SlidingPanels {
	float: left;
	position: relative;
/*	width: 610px;*/
	width: 564px;
	padding: 0px;

}
#slidingPanel{

	/*margin-left:15px;*/
	/*border-left:1px solid #EEEEEE;*/
}
.SlidingPanelsContentGroup {
	position: relative;
	float: left;
	width: 10000px;
	margin: 0px;
	padding: 0px;
	sborder: none;
}

.SlidingPanelsContent {
	float: left;
/*	width: 610px;*/
	width: 564px;
	overflow: hidden;
	margin:0px;
	padding-right:10px;
	padding-left:2px;
}


.SlidingPanelsAnimating * {
	overflow: hidden !important;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.slidingTabPanelWrapper {	
	height:37px;
	margin:0;
	display: none;
	width:564px;
	/*background:url(img/tab_shadow.png) bottom center no-repeat;*/
}
.slidingTabPanel {
	list-style:none;
	margin:0px;
	padding:0px;
	width:564px;
	height:37px;
	
}
.slidingTabPanel LI {
	list-style:none;
	float:left;
	width:140px;
	margin:0px;
	
}
.tabActive {
	position:relative;
	top:1px;
	display:block;
	width:140px;
	height:37px;
	cursor:default;
	outline:none;
	background-position:right;
	
}
.tab {
	position:relative;
	top:1px;
	display:block;
	width:140px;
	height:37px;
	background-position:-563px;
	cursor:pointer;
	outline:none;
	
}
.tab:hover {
	background-position:-140px;
}
#nutshell {
	background-image:url(img/P_1.png);

}
#widgets {
	background-image:url(img/P_2.png);
}
#data {
	background-image:url(img/P_3.png);
}
#effects {	
	background-image:url(img/P_4.png);
}

ul{

	padding-left:10px;
	margin-left:0px;
}

ul li{

	margin-left:0px;
	font-size:12px;
	color:#333;

	
}
h2 {
	font-size:12px;
	color:#444;
	color: #595959;
	margin-top:5px;
}
h3 {
	background-color: #F3F3F3;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 100%;
	line-height: 150%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}