@charset "utf-8";
/* CSS Document */
.SlidingPanels {
	float: left;
	position: relative;
	width: 680px;
	padding: 0px;
	border: none;
}
#slidingPanel{

	margin-left:10px;
}
.SlidingPanelsContentGroup {
	position: relative;
	float: left;
	width: 10000px;
	margin: 0px;
	padding: 0px;
	sborder: none;
}

.SlidingPanelsContent {
	float: left;
	width: 670px;
	overflow: hidden;
	margin:0px;
	padding-right:10px;
	padding-left:10px;
}


.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:5px 0px 0px 0px;
	display: none;
	width:688px;
	float:right;
}
.slidingTabPanel {
	list-style:none;
	margin:0 auto;
	padding:0;
	width:688px;
	height:37px;
}
.slidingTabPanel LI {
	list-style:none;
	float:left;
	width:336px;
	margin:0 2px;
}
.tabActive {
	background-image:url(../images/sprybuttondownarrow336.png);
	background-repeat:no-repeat;
	position:relative;
	top:1px;
	display:block;
	width:336px;
	height:37px;
	padding-left: 30px;
	padding-top:9px;	
	cursor:default;
	outline:none;
	
}
.tab {
	background-image:url(../images/sprybuttonrightarrow336.png);
	background-repeat:no-repeat;
	position:relative;
	top:1px;
	display:block;
	width:336px;
	height:37px;
	padding-left: 30px;
	padding-top:9px;
/*	background-position:-100px;
*/	cursor:pointer;
	outline:none;
	
}
.tab:hover {
	background-image:url(../images/sprybuttondownarrow336.png);
	background-repeat:no-repeat;
}

#nutshell {
/*	background-image:url(../images/sprybuttondouble1.png);
	background-repeat: no-repeat;*/
	font-weight: bold;
	color: black;
}

#widgets {
	font-weight: bold;
	color: black;
}

ul{

	padding-left:10px;
	margin-left:0px;
}

ul li{

	margin-left:10px;
	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;
}
