/***********************************************/
/* TAB STYLES                                 */
/***********************************************/ 

#tabText{
	float:left;
	width:530px;
	position:absolute;
	padding-left:10px;
	color:#666;
	background-color:transparent;
	top:450px;
	border:1px solid #3292c6;
	left:260px;
	font-size:13px;
	}
	
#tabText h1{
	font-size:14px;
 	font-weight: bold;
	}
#tabText h2{
	font-size:12px;
 	font-weight: bold;
	color:#003C79;
	}
#tabText h3{
	font-size:12px;
 	font-weight: bold;
	color:#666;
	}
	
#tabText p{
	font-size:13px;
	padding-bottom:5px;
	background-color:transparent;
	}
#tabText a{
	font-size:13px;
	color:#3292c6;
	display:block;
	
	}
#tabText img{
	left:390px;
	position:relative;
	bottom:160px;
	}
	
ul.tab {
    margin: 0;
    padding: 0px 0;
    font-weight: bold;
	position:absolute;
	top:405px;
	left:259px;
	
}

ul.tab li {
	display: inline;
	padding: 0px 5px 0px 5px;
	border-left: 1px solid #fff;
	border-bottom: none;
	color: white;
	cursor:pointer;
	font-size:12px;
	float:left;
	height:45px;
	background-color:#3292c6;
	text-align:center;
	width:79px;
	font-family:"Trebuchet ms", Arial, Tahoma, Helvetica, sans-serif;
}

ul.tab li.tab_selected {
    background-color:#bce18d;
    border-bottom: 1px solid #fff;
	border-top:none;
    
}

.book a{
	position:absolute;
	top:210px;
	text-decoration:none;
	width:200px;
	left:210px;
	height:210px;
	text-align:center;
	
	}

	
.book p{
	padding-left:175px;
	}
