@charset "utf-8";

/* CSS Document */

.shademain {
	background: transparent url(images/bg-main.png) scroll repeat-x center bottom; /* Backgrond image for main area */
	padding: 5px 10px 10px;
	margin: 0;
	width: 480px;
	border: 1px solid #CBCBCB;
}

.shadetabs {
	padding: 2px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
}

.shadetabs li {
	display: inline;
	margin: 0;
	background: none;
	padding: 0;
}

.shadetabs li a { /* Non-Selected tab style */
	text-decoration: none;
	position: relative;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #CCCCCC;
	color: #000000;
	background:scroll repeat-x center center; /* Background of non-selected tabs */
	font-weight: bold;
}

.shadetabs li a:visited {
	color: #EEEEEE;
}

.shadetabs li a:hover {
	text-decoration: none;
	color:#36F;
}

.shadetabs li a.selected { /*Selected tab style */
	background: url(../../../../templates/ja_zeolite/images/but-bg.gif);
	color: #FFFFFF;
	font-style: italic;
	border-bottom:1px solid #FFFFFF;
}

.shadetabs li a.selected:hover { 
	text-decoration: none;
}

.tabcontent {
	display:none;
}

 @media print {

.tabcontent {
	display:block !important;
}
}

#tab_2 form label {
	cursor:pointer;
	display:block;
}

a:hover, a:active, a:focus, a:visited {
	outline:none !important;
}

