.shadetabs_themes,
.shadetabs {
	padding: 3px 0;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0;
	font:  18px Arial;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	z-index: 0;	
	border-bottom: 0px solid #ccc;	
	margin-left: 30px; 
	margin-top: -20px; 
}

.shadetabs_themes {
	margin-left: 0; margin-top: 30px;
}

.shadetabs_themes li,
.shadetabs li{
	display: inline;
	margin: 0;
	font-weight: bold;
}

.shadetabs_themes li a,
.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 0;
	padding: 8px;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 0px;
	margin-left: 0px;
	border-top: 0px solid #fff;
	color: #fff;
	background: #333;
	bottom: 5px;
	border: 0px solid #ccc;
	
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;	
}

.shadetabs_themes li a {
	background: none;
	color: #333;
	bottom: 4px;
}

.shadetabs-form li a {
	color: #333;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background: #fff;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
}

.shadetabs_themes li a:visited,
.shadetabs li a:visited {
	width: 89px;
	color: #fff;
}

.shadetabs_themes li a:hover,
.shadetabs li a:hover{
	text-decoration: none;
	color: #fff;
	background: #333;
	border-top: 0px solid #333;	
}

.shadetabs_themes li a:hover {
	background: #eee;
	color: #333;
}

.shadetabs_themes li a.selected,
.shadetabs li a.selected{ /*selected main tab style */
	text-decoration: none;
	position: relative;
	z-index: 3;
	padding: 8px;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 0px;	
	color: #000;	
	background: #fff;
	bottom: 4px;
	border: 0px solid #cccccc;
	border-bottom: 0px solid #fff;
}

.shadetabs_themes li a.selected {
	background: #333;
	color: #fff;
}

.tabcontent {
	display: none;
	float: right; 
	height: 248px; 
	width: 490px; 
	background: #fff; 
	padding: 15px;
	border-bottom: 0px solid #ddd;
}

.tabcontent a {
	color: #3c5c9c;
	text-decoration: underline;
}

.tabcontent_themes {
	display: none;
	width: 100%; 
	height: auto; 
	background: none; 
	position: relative; 
	padding: 0; 
	padding-top: 20px;
}

@media print {
	.tabcontent {
		display:block !important;
		
	}
}
