@charset "utf-8";
/*
* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px Georgia, serif;
}
html {
	overflow-y: scroll;
}
a {
	text-decoration: none;
}
a:focus {
	outline: 0;
}
p {
	font-size: 15px;
	margin: 0 0 15px 0;
}
*/
#page-wrap {
	width: 698px;
	margin: 20px auto;
}
/* Generic Utility */
.hide {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

/* Specific to example two */

#example-two .list-wrap {
	float:left;
	width:100%;

	padding: 0px;
	margin: 0 0 0px 0;
}
#example-two ul {
	list-style: none;
	display:block;
	text-align:left;
	line-height:19px;
}
#example-two .list-wrap ul{float:left; width:100%; list-style:none;}
#example-two ul li a {
	/*
	display: block;
	border-bottom: 1px solid #666;
	padding: 4px;
	color: #666;
	*/
}
#example-two ul li a:hover {
	/*
	background: #333;
	color: white;
	*/
}
#example-two ul li:last-child a {
	border: none;
}
#example-two .tabNav {
	overflow: hidden;
	width:950px;
	margin:1px 0px 0px 0px;
}
#example-two .tabNav li {
	width: 113px;
	float: left;
	margin: 4px 3px 10px 0;
	
}
#example-two .tabNav li.last {
	margin-right: 0;
}
#example-two .tabNav li a {
	display: block;
	padding: 0px 0px 0px 0px;
	border-right:1px solid #999;
	/*background:url(../images/BG_Tab.png) repeat-x top;*/
	color: #555;
	font-size: 14px;
	line-height:14px;
	text-align: center;
}
#example-two li a.current, #example-two li a.current:hover {
	/*background:url(../images/BG_Tab_Current.png) repeat-x top !important;*/
	color: #3991cf;
}
#example-two .tabNav li a:hover, #example-two .tabNav li a:focus {
	/*background:url(../images/BG_Tab_ON.png) repeat-x top;*/
	color:#3991cf;
}
