@charset "utf-8";
/* CSS Document */
.SlidingPanels {
	float: left;
	position: relative;
	width: 390px;
	padding: 0px;
	border: none;
}
#slidingPanel{

	margin-left:7px;
	border-left:1px solid #EEEEEE;
	background: #e6effe;
}
#slidingPanel2{

	margin-left:7px;
	border-left:1px solid #EEEEEE;
	background: #e6effe;
}
.SlidingPanelsContentGroup {
	position: relative;
	float: left;
	width: 10000px;
	margin: 0px;
	padding: 0px;
	sborder: none;
}

.SlidingPanelsContent {
	float: left;
	width: 390px;
	overflow: hidden;
	margin:0px;
	padding-right:10px;
	padding-left:10px;
	height: 50%;
}
.SlidingPanelsContent img {
	padding:3px 0 0 0;
	
}
.SlidingPanelsContent p{
padding-right: 20px;
}

.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:47px;
	margin:15px 0 0px 10px;
	display: none;
	width:390px;
	/*background:url(img/tab_shadow.png) bottom center no-repeat;*/
}
.slidingTabPanelWrapper2 {
	
	height:47px;
	margin:15px 0 0px 10px;
	display: none;
	width: 390px;
	/*background:url(img/tab_shadow.png) bottom center no-repeat;*/
}
.slidingTabPanel {
	list-style:none;
	margin:0 auto;
	padding:0;
	width:390px;
	height:46px;
	
}
.slidingTabPanel2 {
	list-style:none;
	margin:0 auto;
	padding:0;
	width:390px;
	height:46px;
	
}
.slidingTabPanel LI {
	list-style:none;
	float:left;
	width:125px;
	margin:0 2px;
}
.tabActive {
	position:relative;
	top:1px;
	display:block;
	width:125px;
	height:46px;
	cursor:default;
	outline:none;
	
}
.tab {
	position:relative;
	top:1px;
	display:block;
	width:125px;
	height:46px;
	background-position:-250px;
	cursor:pointer;
	outline:none;
	
}
.tab:hover {
	background-position:-125px;
}
#nutshell {
	background-image:url(http://www.facilitiesnet.com/graphics/tab_nutshell_II.png);

}
#widgets {
	background-image:url(http://www.facilitiesnet.com/graphics/tab_widgets_II.png);
}
#data {
	background-image:url(http://www.facilitiesnet.com/graphics/tab_data_II.png);
}
#effects {
	background-image:url(http://www.facilitiesnet.com/graphics/tab_effects_II.png);
}
#casestudies {
	background-image:url(http://www.facilitiesnet.com/graphics/casestudies_tab.png);
	
}
#buyersguide {
	background-image:url(http://www.facilitiesnet.com/graphics/buyersguide_tab.png);
	
}

#maincontent #leftcolumn #slidingTabPanelWrapper ul{


	margin-left:0px;
}

#maincontent #leftcolumn #slidingTabPanelWrapperul li{

	margin-left:10px;
	font-size:12px;
	color:#333;

	
}
#maincontent #leftcolumn #slidingTabPanelWrapper2 ul{

	padding-left:10px;
	margin-left:0px;
}

#maincontent #leftcolumn #slidingTabPanelWrapperul2 li{

	margin-left:10px;
	font-size:12px;
	color:#333;

	
}
#maincontent #leftcolumn #slidingTabPanelWrapper #slidingPanel #nutshellPanel h2 {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 100%;
	line-height: 150%;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
}
#maincontent #leftcolumn #slidingTabPanelWrapper 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;
}