/*Style for Slider Tab Start*/

/*Style for Slider Tab Start*/
/* root element for tabs  */
ul.css-tabs
{
	margin: 0 !important;
	padding: 0;
	height: 30px;
	width: 460px;
	border-bottom: 1px solid #e6e6fa;    

    

}

/* single tab */
ul.css-tabs li
{
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;

}

/* link inside the tab. uses a background image */
ul.css-tabs a
{
	float: left;
	font-size: 13px;
	font-weight: bold;
    display: block;
	padding: 5px 10px;
	text-decoration: none;
	border: 1px solid #e6e6fa; /* formerly 555555 */
	border-bottom: 0px;
	height: 18px;
	background-color: #F8F8F8;
	color: #777;
	margin-right: 2px;
	position: relative;
	top: 1px;
	outline: 0;
    border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
}

ul.css-tabs a:hover
{
	background-color: #F8F8F8;
	color: #333;
}

/* selected tab */
ul.css-tabs a.current
{
	background-color: #e6e6fa;
	border-bottom: 1px solid #ddd;
	color: #000;
	cursor: default;
}

/* tab pane */

.css-panes
{
    height: 330px; /*formerly 450 */
	width: 460px;
	position: relative;
	overflow: hidden;
    clear:both;
	background-color: transparent;
}

 
.css-panes div
{
	display: none;
	border: 1px solid #e6e6fa;
	border-width: 0px 1px 1px 1px;
	min-height: 100px;
	padding: 15px 20px;
	background-color: #e6e6fa;
    border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
}


/* override single pane */
.css-panes div
{
	float: left;
	display: block;
	width: 418px; /*formerly 660px*/
	font-size: 11px;
	background-color: transparent;
   
}


/* our additional wrapper element for the items */
.css-panes .items
{
	width: 20000em;
	position: absolute;
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;
}
.css-panes .less, .css-panes .less a
{
	color: #999 !important;
	font-size: 11px;
}

 .css-panes .items div {
        background-color: #ddd; /* formerly #ddd */
    }
    .css-panes .items div div {
        border: 0px !important;
    }

/*Style for Slider Tab */

/*Style for Slider Tab */