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

.SlidingPanelsContent {
	float: left;
	width: 580px;
	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:22px;
	margin:5px 0 0px 30px;
	display: none;
	width:580px;
	background:url(img/tab_shadow.png) bottom center repeat;
}
.slidingTabPanel {
	list-style:none;
	margin:0 auto;
	padding:0;
	width:580px;
	height:22px;	
}
.slidingTabPanel LI {
	list-style:none;
	float:left;
	width:141px;
	margin:0 2px;
}
.tabActive {
	position:relative;
	top:1px;
	display:block;
	background-position:-141px;
	width:141px;
	height:22px;
	cursor:default;
	outline:none;
	
}
.tab {
	position:relative;
	top:1px;
	display:block;
	width:141px;
	height:22px;
	background-position:0px;
	cursor:pointer;
	outline:none;
	
}
.tab:hover {
	background-position:-141px;
}
#nutshell {
	background-image: url(../images/massagesTab.gif);
}
#widgets {
	background-image: url(../images/facialsTab.gif);
}
#data {
	background-image: url(../images/bdyWrapsTab.gif);
}
#effects {
	background-image: url(../images/bdyScrubsTab.gif);
}

ul{

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

ul li{
	margin-left:10px;
	color:#333;
	list-style-type: none;
	
}
h2 {
	font-size:1em;
	color:#444;
	color: #993300;
	margin-top:5px;
	padding-right: 105px;
	padding-left: 75px;
}
#container #contentArea #content #slidingPanel #nutshellPanel #corpDesc #corpDes {
	font-size: 0.95em;
	margin-right: 0px;
	width: 550px;
}
#container #contentArea #content #slidingPanel #nutshellPanel #corpDesc #corpDes li {
	list-style-type: none;
	display: inline;
}
#container #contentArea #content #slidingPanel #widgetsPanel span {
	font-size: 0.95em;
	color: #333333;
}
#container #contentArea #content #slidingPanel #widgetsPanel #teenF {
	font-size: 1em;
	color: #993300;
	text-align: center;
}
#container #contentArea #content #slidingPanel #widgetsPanel #teenDes {
	text-align: center;
}

