@charset "UTF-8";
/* CSS Document */

ul.jquerytabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 24px; /*--Set height of jquerytabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	text-transform:uppercase;
}
ul.jquerytabs li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	height:24px;
line-height:24px;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background-image:url(http://www.c28.com/images/bluebarbg_over.jpg);
	background-repeat:repeat-x;
	
}
ul.jquerytabs li a:link  {
	text-decoration: none;
	color: #fff;
	display: block;
	font-size: 18px;
	padding: 0 30px 0 10px;
	outline: none;
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;

}
ul.jquerytabs li a:hover {
	background-image:url(http://www.c28.com/shopping/new_product_page/prod_assets/bluebarbg.jpg);
	background-repeat:repeat-x;
}
html ul.jquerytabs li.active { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background-image:url(http://www.c28.com/shopping/new_product_page/prod_assets/bluebarbg.jpg);
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}

.tab_container {
	border: 1px solid #999;

	border-top: none;

	overflow: hidden;
	clear: both;
	float: left; 
	width: 100%;

}
.tab_content {
	padding:20px 0;
	font-size: 1.2em;
	background-color: #fff;
}

/*  second nav on page  */

ul.jquerytabs2 {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 24px; /*--Set height of jquerytabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	text-transform:uppercase;
}
ul.jquerytabs2 li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	height:24px;
line-height:24px;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background-image:url(http://www.c28.com/images/bluebarbg_over.jpg);
	background-repeat:repeat-x;
	
}
ul.jquerytabs2 li a:link{
	text-decoration: none;
	color: #fff;
	display: block;
	font-size: 1em;
	padding: 0 30px 0 10px;
	outline: none;

}
ul.jquerytabs2 li a:hover {
	background-image:url(http://www.c28.com/shopping/new_product_page/prod_assets/bluebarbg.jpg);
	background-repeat:repeat-x;
}
html ul.jquerytabs2 li.active { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background-image:url(http://www.c28.com/shopping/new_product_page/prod_assets/bluebarbg.jpg);
	border-bottom: 1px solid #313a4b; /*--Makes the active tab look like it's connected with its content--*/
}

.tab_container2 {
	border: 1px solid #999;

	border-top: none;

	overflow: hidden;
	clear: both;
	float: left; 
	width: 100%;

}
.tab_content2 {
	padding:20px 0;
	font-size: 1.2em;
	background-color: #fff;
}