/* Product Tab CSS */

#tablinks {
	margin:0px;
	padding:0px;
	}

#tablinks a, a:link, a:active, a:visited {
	color:#6A6A6A;
	text-decoration: none;
	}

#tablinks a:hover {
	color:#6A6A6A;
	text-decoration: underline;
	}

.tabs {
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#6A6A6A;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	}

.tabs li {
	display: inline;
	margin:0px;
	color:#6A6A6A;
	}

.tabs li a {
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin-right:0px;
	border: 1px solid #dddddd;
	background-color:#eeeeee;
	color: #6A6A6A;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:12px;
	}

.tabs li a:link {
	color: #6A6A6A;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:12px;
	}

.tabs li a:active {
	color: #6A6A6A;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:12px;
	}

.tabs li a:visited {
	color: #6A6A6A;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:12px;
	}

.tabs li a:hover {
	text-decoration: underline;
	color: #6A6A6A;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:12px;
	}
	
.tabs li a.selected { /*selected main tab style */
	background-color:#ffffff;
	border-bottom-color:#ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#6A6A6A;
	}
	
.tabs li a.selected:hover { /*selected main tab style */
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#6A6A6A;
	}

.tabcontent {
	display:none;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#6A6A6A;
	height:125px;
	overflow:auto;
	padding-right:8px;
	}

@media print {
	.tabcontent {
	display:block !important;
	}
}