/* 
	Template Name: Clean Rounded
	Template URI: www.slidetabs.com
	Description: Clean style tabs
	Author: SlideTabs
	Author URI:
*/

/* NOTE: Prefix the template styles with <TEMPLATE FOLDER NAME>-horizontal/vertical */


/* 
 * Horizontal Tabs
 *
------------------------------------------------------------------------------------- */
div.clean_rounded-horizontal { /* The main container */
	position:relative;
	clear:both;
	width:100%; /* Set the full width */
}

/* Directional Buttons (horizontal)
------------------------------------------------------------------------------------- */
div.clean_rounded-horizontal > div.st_tabs a.st_prev, 
div.clean_rounded-horizontal > div.st_tabs a.st_next { /* Directional buttons (previous/next) */
	display:none;
	position:absolute;
	top:0px;
	z-index:110;
	height:43px;
	width:43px;
	text-indent:-999em;
	border:1px solid #ccc;
	outline:none;
	background:#fff url("images/arrows_h.gif") no-repeat;
}
div.clean_rounded-horizontal > div.st_tabs a.st_prev { /* Previous button */
	left:0px;
	background-position:center 15px;
	border-top-left-radius:5px;
}
div.clean_rounded-horizontal > div.st_tabs a.st_prev:hover { /* Previous button hover */	
	background-position:center -45px;
	background-color:#f8f8f8;
}
div.clean_rounded-horizontal > div.st_tabs a.st_next { /* Next button */
	right:0px;
	background-position:center -15px;
	border-top-right-radius:5px;
}
div.clean_rounded-horizontal > div.st_tabs a.st_next:hover { /* Next button hover */	
	background-position:center -75px;
	background-color:#f8f8f8;
}
div.clean_rounded-horizontal > div.st_tabs a.st_prev.st_btn_disabled, 
div.clean_rounded-horizontal > div.st_tabs a.st_next.st_btn_disabled { /* Previous and next buttons disabled state */
	cursor:default;
	background-color:#f8f8f8;
}
div.clean_rounded-horizontal > div.st_tabs a.st_prev.st_btn_disabled { /* Previous button disabled state */
	background-position:center -105px;
}
div.clean_rounded-horizontal > div.st_tabs a.st_next.st_btn_disabled { /* Next button disabled state */
	background-position:center -135px;
}

/* Tabs (horizontal)
------------------------------------------------------------------------------------- */
div.clean_rounded-horizontal > div.st_tabs { /* Tabs main container */
	position:relative;
	z-index:100;		
	width:100% !important;	
	height:45px;
	margin-bottom:-1px;
	overflow:hidden;
}
div.clean_rounded-horizontal.st_sliding_active > div.st_tabs { /* Tabs main container - sliding active (the '.st_sliding_active' class is added to the tabs main container when the tabs are 'slidable') */
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	overflow:visible;
}
div.clean_rounded-horizontal > div.st_tabs div.st_tabs_wrap { /* Tabs slide-container */
	position:relative !important; /* Don't remove: The tabs sliding position will be calculated from the tabs <ul> first parent element with position:relative */
	width:100%;
}
div.clean_rounded-horizontal.st_sliding_active > div.st_tabs div.st_tabs_wrap { /* The '.st_sliding_active' class is added to the main container when tab sliding is activated */
	width:auto !important;
	margin:0px 44px; /* Adds side margins to make space for the arrow buttons */
}
div.clean_rounded-horizontal > div.st_tabs ul { /* Tabs unordered list */
	width:10000px; /* Set to an arbitrary high value */
	margin:0px;
	padding:0px;
	list-style:none;
}
div.clean_rounded-horizontal > div.st_tabs ul li { /* Tab list elements */
	display:block;
	float:left;
	margin:0px;
}
div.clean_rounded-horizontal > div.st_tabs ul li a { /* Tab links */
	display:block;
	height:43px;
	margin:0px;
	padding:0 28px;
	font-size:12px;
	line-height:43px;
	font-weight:bold;
	color:#6a6a6a;
	text-decoration:none;
	outline:none;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	background:#f8f8f8;
}
div.clean_rounded-horizontal > div.st_tabs ul li a:hover { /* Tabs hover state */
	color:#333;
	background:#fbfbfb;
}
div.clean_rounded-horizontal > div.st_tabs ul li a.st_tab_first { /* First tab element */
	border-left:1px solid #ccc;
	border-top-left-radius:5px;
}
div.clean_rounded-horizontal.st_sliding_active > div.st_tabs ul li a.st_tab_first { /* First tab element (with tab sliding activated) */
	border-left:0 none;
	border-top-left-radius:0px; /* Reset top-left border radius */
}
div.clean_rounded-horizontal > div.st_tabs ul li a.st_tab_last { /* Last tab element */
	border-top-right-radius:5px;
}
div.clean_rounded-horizontal.st_sliding_active > div.st_tabs ul li a.st_tab_last { /* Last tab element (with tab sliding activated) */
	border-right:0 none;
	border-top-right-radius:0px;
}
div.clean_rounded-horizontal > div.st_tabs ul li a.st_tab_active { /* Tab active/highlighted state */
	padding-bottom:2px;
	background:#fff;
	color:#1ca5ec;
}

/* Content (horizontal)
------------------------------------------------------------------------------------- */
div.clean_rounded-horizontal > div.st_views { /* Main content container */
	position:relative;
	height:390px;
	padding:0px !important; /* No padding on this container */
	line-height:19px;
	border:1px solid #ccc;
	background-color:#fff;
	overflow:hidden;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
}
div.clean_rounded-horizontal.st_sliding_active > div.st_views {
	border-top-right-radius:0px; /* Remove top-right border radius when tab sliding is enabled */
}
div.clean_rounded-horizontal > div.st_views div.st_view { /* Content containers */
	z-index:5;
	width:100%;
	height:100%;
	overflow:hidden;
	background-image:none;
	-moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; /* Set 'border-box' box-sizing when using 100% width/height combined with margin or padding */
	/* Background-image attributes */
	background-repeat:no-repeat !important;
	background-position:center center !important;
	background-color:transparent !important;
	-webkit-font-smoothing:antialiased; /* Safari text rendering fix */
}
div.clean_rounded-horizontal > div.st_views div.st_view_inner { /* Inner content containers */
	padding:30px; /* Padding for the content */
}
div.clean_rounded-horizontal > div.st_views div.st_view_first { /* First content container */
	display:block; /* Show the first content container */
}

/* Bottom-aligned Tabs (horizontal)
------------------------------------------------------------------------------------- */
div.clean_rounded-horizontal.align_bottom { /* The main container */
	margin-bottom:44px; /* Set to the total height of div.st_tabs */
}
div.clean_rounded-horizontal.align_bottom > div.st_tabs a.st_prev {
	border-bottom-left-radius:5px;
}
div.clean_rounded-horizontal.align_bottom > div.st_tabs a.st_next {
	border-bottom-right-radius:5px;
}
div.clean_rounded-horizontal.align_bottom > div.st_tabs a.st_prev, /* Next button */
div.clean_rounded-horizontal.align_bottom > div.st_tabs a.st_next, /* Previous button */
div.clean_rounded-horizontal.align_bottom.st_sliding_active > div.st_tabs, /* Tabs main container (when sliding is activated) */
div.clean_rounded-horizontal.align_bottom > div.st_tabs div.st_views {/* Main content container */
	/* Reset top border radius */
	border-top-left-radius:0px;
	border-top-right-radius:0px;
}
div.clean_rounded-horizontal.align_bottom > div.st_tabs a.st_prev { /* Previous button */
	border-bottom-left-radius:5px;
}
div.clean_rounded-horizontal.align_bottom > div.st_tabs { /* Tabs main container */
	position:absolute; /* Absolute position the tabs container at the bottom of the main container */
	bottom:-44px;
	left:0px;
	margin-bottom:0px;
}
div.clean_rounded-horizontal.align_bottom.st_sliding_active > div.st_tabs { /* Tabs main container (when tab sliding is activated) */
	border-top:0 none;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
}
div.clean_rounded-horizontal.align_bottom > div.st_tabs ul li a { /* Tab links */
	border-bottom:1px solid #ccc;
}
div.clean_rounded-horizontal.align_bottom > div.st_tabs ul li a.st_tab_first { /* First tab element */
	border-top-left-radius:0px; /* Reset top-left border radius */
	border-bottom-left-radius:5px;
}
div.clean_rounded-horizontal.align_bottom.st_sliding_active > div.st_tabs ul li a.st_tab_first { /* First tab element (when tab sliding is activated) */
	border-bottom-left-radius:0px;
}
div.clean_rounded-horizontal.align_bottom > div.st_tabs ul li a.st_tab_active { /* Tab active/highlighted state */
	padding-bottom:0px;
	border-top-color:#fff;
}
div.clean_rounded-horizontal.align_bottom > div.st_tabs ul li a.st_tab_last { /* Last tab element */
	border-top-right-radius:0px; /* Reset top-right border radius */
	border-bottom-right-radius:5px;
}
div.clean_rounded-horizontal.align_bottom.st_sliding_active > div.st_tabs ul li a.st_tab_last { /* Last tab element (when tab sliding is activated) */
	border-bottom-right-radius:0px; /* Reset bottom-right border radius */
}

/* Bottom-aligned Tabs - Content */
div.clean_rounded-horizontal.align_bottom > div.st_views { /* Main content container */
	border-bottom-left-radius:0px; /* Reset bottom border radius */
	border-top-right-radius:5px;
	border-top-left-radius:5px;
}
div.clean_rounded-horizontal.align_bottom.st_sliding_active > div.st_views {
	border-bottom-right-radius:0px; /* Remove bottom-right border radius when sliding is 'active' */
}


/* 
 * Vertical Tabs
 *
------------------------------------------------------------------------------------- */
div.clean_rounded-vertical { /* The main container */
	position:relative;
	clear:both;
	width:100%; /* Set the full width */
}

/* Control Buttons (vertical)
------------------------------------------------------------------------------------- */
div.clean_rounded-vertical > div.st_tabs a.st_prev, 
div.clean_rounded-vertical > div.st_tabs a.st_next { /* Directional buttons (previous/next) */	
	display:none;
	float:left;
	position:relative;
	z-index:100;
	height:32px;
	width:95px;
	text-indent:-999em;
	border:1px solid #ccc;
	border-top:0 none;
	outline:none;	
	background:#fff url("images/arrows_v.gif") no-repeat;
}
div.clean_rounded-vertical > div.st_tabs a.st_prev { /* Previous button */
	margin-left:-1px;
	border-right:0 none;
	background-position:center 12px;
	border-top-left-radius:5px;	
}
div.clean_rounded-vertical > div.st_tabs a.st_prev:hover { /* Previous button hover */
	background-position:center -52px;
	background-color:#f5f5f5;
}
div.clean_rounded-vertical > div.st_tabs a.st_next { /* Next button */
	background-position:center -20px;
}
div.clean_rounded-vertical > div.st_tabs a.st_next:hover { /* Next button hover */
	background-position:center -84px;
	background-color:#f5f5f5;
}
div.clean_rounded-vertical > div.st_tabs a.st_prev.st_btn_disabled,
div.clean_rounded-vertical > div.st_tabs a.st_next.st_btn_disabled { /* Previous and next buttons disabled state */
	cursor:default;
	background-color:#f7f7f7;
}
div.clean_rounded-vertical > div.st_tabs a.st_prev.st_btn_disabled { /* Previous button disabled state */
	background-position:center -116px;
}
div.clean_rounded-vertical > div.st_tabs a.st_next.st_btn_disabled { /* Next button disabled state */
	background-position:center -148px;
}

/* Tabs (vertical)
------------------------------------------------------------------------------------- */
div.clean_rounded-vertical > div.st_tabs { /* Tabs main container */
	position:relative;
	z-index:100;
	float:left;
	width:193px; /* +1px for the negative right margin */
	height:378px;
	margin-right:-1px;
	border-top:1px solid #ccc;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	overflow:hidden;
}
div.clean_rounded-vertical.st_sliding_active > div.st_tabs { /* Tabs main container - sliding active (the '.st_sliding_active' class is added to the main container when the tabs are 'slidable') */
	width:192px;
	border-left:1px solid #ccc;
}
div.clean_rounded-vertical > div.st_tabs div.st_tabs_wrap { /* Tabs slide-container */
	position:relative !important; /* Don't remove: The tabs sliding position will be calculated from the tabs <ul> first parent element with position:relative */
	float:left;
	clear:both;
}
div.clean_rounded-vertical.st_sliding_active > div.st_tabs div.st_tabs_wrap { /* The '.st_sliding_active' class is added to the main container when tab sliding is activated */
	margin-left:-1px;
}
div.clean_rounded-vertical > div.st_tabs ul { /* Tabs unordered list */
	float:left;
	margin:0px;
	padding:0px;
	list-style:none;
}
div.clean_rounded-vertical > div.st_tabs ul li { /* Tab list elements */
	position:relative;
	float:left;
	clear:both;
	margin:0px;
}
div.clean_rounded-vertical > div.st_tabs ul li a { /* Tab links */
	display:block;
	width:171px;
	/*height:40px;*/
	margin:0px;
	padding:14px 0 14px 20px;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	color:#5c5c5c;
	text-decoration:none;
	outline:none;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	background-color:#f8f8f8;
}
div.clean_rounded-vertical > div.st_tabs ul li a:hover { /* Tabs hover state */
	color:#333;
	background:#fbfbfb;
}
div.clean_rounded-vertical > div.st_tabs ul li a.st_tab_first { /* First tab element */
	border-top-left-radius:5px;
}
div.clean_rounded-vertical.st_sliding_active > div.st_tabs ul li a.st_tab_first { /* First tab element (with tab sliding activated) */
	border-top-left-radius:0px; /* Reset top-left border radius */
}
div.clean_rounded-vertical > div.st_tabs ul li a.st_tab_last { /* Last tab element */
	border-bottom-left-radius:5px;
}
div.clean_rounded-vertical > div.st_tabs ul li a.st_tab_active { /* Tab active/highlighted state */
	position:relative;
	z-index:10;
	color:#1ca5ec;
	padding-right:2px;
	background:#fff;
}
div.clean_rounded-vertical > div.st_tabs ul li a span {
	display:block;
	clear:both;
	font-size:11px;
	font-weight:normal;
	color:#838383;
	padding-top:3px;	
}

/* Content (vertical)
------------------------------------------------------------------------------------- */
div.clean_rounded-vertical > div.st_views { /* Main content container */
	position:relative;
	z-index:5;
	height:377px;
	line-height:18px;
	border:1px solid #ccc;
	background-color:#fff;
	overflow:hidden;
	border-bottom-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}
div.clean_rounded-vertical.st_sliding_active > div.st_views { /* Main content container (when tab sliding is activated) */
	border-bottom-left-radius:0px; /* Reset the bottom-left border radius when tab sliding is activated */
}
div.clean_rounded-vertical > div.st_views div.st_view { /* Content containers - NOTE: background images will be set on these containers */
	width:100%;	
	height:100%;	
	overflow:hidden;
	background-image:none;
	/* Background-image attributes */
	background-repeat:no-repeat !important;
	background-position:center center !important;
	background-color:transparent !important;
}
div.clean_rounded-vertical > div.st_views div.st_view_inner { /* Inner content containers - NOTE: the 'Auto Height' option uses the full height of this container to set the height */
	overflow:hidden !important; /* Makes the element wrap around the content */
	padding:30px; /* Padding for the content */
}
div.clean_rounded-vertical > div.st_views div.st_view_first { /* First content container */
	display:block; /* Show the first content container */
}

/* Right-aligned Tabs (vertical)
------------------------------------------------------------------------------------- */
div.clean_rounded-vertical.align_right > div.st_tabs a.st_prev { /* Previous button */
	margin-left:0px;
	border-top-left-radius:0px;	/* Reset top-left border radius */
}
div.clean_rounded-vertical.align_right > div.st_tabs a.st_next { /* Previous button */
	margin-right:-1px;
	border-top-right-radius:5px;
}
div.clean_rounded-vertical.align_right > div.st_tabs { /* Tabs main container */  	
	float:right;
	margin-left:-1px;
	margin-right:0px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	/* Reset left border radius */
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
}
div.clean_rounded-vertical.align_right.st_sliding_active > div.st_tabs { /* Tabs main container - sliding active (the '.st_sliding_active' class is added to the main container when the tabs are 'slidable') */
	border-right:1px solid #ccc;
	border-left:0 none;
}
div.clean_rounded-vertical.align_right.st_sliding_active > div.st_tabs div.st_tabs_wrap { /* The '.st_sliding_active' class is added to the main container when tab sliding is activated */
	margin-left:0px;
}
div.clean_rounded-vertical.align_right > div.st_tabs ul li a { /* Tab links */
	border-right:1px solid #ccc;
}
div.clean_rounded-vertical.align_right > div.st_tabs ul li a.st_tab_first { /* First tab element */
	border-top-left-radius:0px; /* Reset top-left border radius */
	border-top-right-radius:5px;
}
div.clean_rounded-vertical.align_right.st_sliding_active > div.st_tabs ul li a.st_tab_first { /* First tab element (with tab sliding activated) */
	border-top-right-radius:0px; /* Reset top-left border radius */
}
div.clean_rounded-vertical.align_right > div.st_tabs ul li a.st_tab_last { /* Last tab element */
	border-bottom-left-radius:0px; /* Reset bottom-left border radius */
	border-bottom-right-radius:5px;
}
div.clean_rounded-vertical.align_right > div.st_tabs ul li a.st_tab_active { /* Tab active/highlighted state */
	padding-right:0px;
	border-left-color:#ffffff;
}
div.clean_rounded-vertical.align_right > div.st_views {
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	border-top-right-radius:0px; /* Reset top-right border radius */
}
div.clean_rounded-vertical.align_right.st_sliding_active > div.st_views { /* Main content container (when tab sliding is activated) */
	border-bottom-right-radius:0px; /* Reset bottom-right border radius */
}


/* 
 * Media Queries
 *
------------------------------------------------------------------------------------- */
@media screen and (max-width: 760px) {
	/* Horizontal Tabs
	------------------------------------------------------------------------------------- */
	
	/* Tabs (horizontal) */
	div.clean_rounded-horizontal > div.st_tabs ul li a {
		padding-right:21px;
		padding-left:21px;
	}

	/* Vertical Tabs
	------------------------------------------------------------------------------------- */
	
	/* Arrow Buttons (vertical) */
	div.clean_rounded-vertical > div.st_tabs a.st_prev,
	div.clean_rounded-vertical > div.st_tabs a.st_next {
		width:50px;
		border-left:0 none;
	}
	div.clean_rounded-vertical > div.st_tabs a.st_prev { /* Previous button */		
		margin-left:0;
		border-right:1px solid #ccc;
	}	
	
	/* Tabs (vertical) */
	div.clean_rounded-vertical > div.st_tabs {
		width:52px;
		height:353px;
	}
	div.clean_rounded-vertical.st_sliding_active > div.st_tabs { /* Tabs main container - sliding active (the '.st_sliding_active' class is added to the main container when the tabs are 'slidable') */
		width:51px;		
	}
	div.clean_rounded-vertical > div.st_tabs ul li a {
		width:50px;
		padding:0;
		text-indent:-1000em;		
		background:url("images/tab_dots.gif") no-repeat center 18px #f8f8f8;
	}
	div.clean_rounded-vertical > div.st_tabs ul li a:hover { /* Tabs hover state */	
		background-color:#fbfbfb;
	}
	div.clean_rounded-vertical > div.st_tabs ul li a.st_tab_active {    
    	padding-right:1px;
		background:url("images/tab_dots.gif") no-repeat center -64px #ffffff;
	}
	div.clean_rounded-vertical.align_right > div.st_tabs ul li a.st_tab_active { /* Tab active/highlighted state */
		padding-right:0px;
	}
	
	/* Content (vertical) */
	div.clean_rounded-vertical > div.st_views {
		height:352px;
	}
	
	/* Right-aligned Tabs (vertical) */
	div.clean_rounded-vertical.align_right > div.st_tabs a.st_next {
    	border-top-right-radius:0px;
	}
	div.clean_rounded-vertical.align_right > div.st_tabs a.st_prev, 
	div.clean_rounded-vertical.align_right > div.st_tabs a.st_next {
    	border-left:1px solid #ccc;
	}
}

@media screen and (max-width: 480px) {
	/* Tabs (horizontal) */
	div.clean_rounded-horizontal > div.st_tabs ul li a {	
		padding-right:14px;
		padding-left:14px;
	}
}