/*global corrections */

		/* tab behaviors  */

#tabbuttons{
	height:30px;
	margin: 0px auto 0px auto;
	z-index: 6;
	}
	
#tabbuttons a{
	z-index: 5;
	}		
	.tab{
		height: 30px;
		cursor:pointer;
		text-align: center;
		width: 150px;
		background-color:#222222;
		}

	.tab a{
		position: relative;	
		top:5px;
		}
		
	.tab a:hover {
		color:#999999;
		}
	


	.tab_x_tl{
		position:absolute;
		top:0px;
		left:0px;
		z-index:0;
		}
		
	.tab_x_tr{
		position:absolute;
		top:0px;
		right:0px;
		z-index:0;
		}
		
	#tab1{
		position: relative;
		left:24px;
		}
		
	#tab2{
		position: relative;
		top:-30px;
		left:175px;
		}
		
	#tab3{
		position: relative;
		top:-60px;
		left:326px;
		}
	

		/*  Box Behaviors*/
.x_tl{
	position:absolute;
	top:0px;
	left:0px;
	z-index:-4;
	}
	
.x_tr{
	position:absolute;
	top:0px;
	right:0px;
	z-index:-4;
	}

.x_bl{
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:-4;
	}
	
.x_br{
	position:absolute;
	bottom:0px;
	right:0px;
	z-index:-4;
	}

	
/* Item Specific Corrections*/
.boxmaps{
	width:603px;
	height:320px;
	position: relative;
	top:75px;
	background-color:#222;
	left:-10px;
	}

	.padleft{
		padding-left: 15px;
		padding-top: 0px;
		z-index:15;
		}

	.maps table{
			z-index: 15;
			}

.boxpp{
	width:587px;
	height:800px;
	position: relative;
	top:80px;
	padding:8px;
	background-color:#222222;
	left:-10px;
	}
	
