/****************
Logistics TAB Styles
*****************/
UL.tabNavigation {
	list-style: none;
	margin: 0;
	 padding:  15px 10px 0 0;
}

UL.tabNavigation LI {
	display: inline;
}

UL.tabNavigation LI a {
	padding: 3px 0px 0px 16px;	
	color: #999691;
	text-decoration: none;
	text-transform:uppercase;
	font-size:.75em;
	font-weight:bold;
}

UL.tabNavigation LI a.selected{
	color: #830a2b
}
UL.tabNavigation LI a:hover {
	color: #830a2b;
	text-decoration: underline;
}

UL.tabNavigation LI a:focus {
	outline: 0;
}

div.tabs {
	width:574px;
	height:267px;
	background-image:url(/media/images/logistics-tabs-bg.png);
	background-repeat: no-repeat;
	background-position: center;
}

div.tabs > div {
	height:210px;
}
	
#first, #second, #third {		
	margin-top: 30px;
	margin-left:25px;
}

/*
#tab-1{font-size:.8em; padding: 3px 0px 0px 14px;}
#tab-2{font-size:.8em;padding: 3px 0px 0px 4px;} 
#tab-3{font-size:.75em;}

*/

div.tabs  div  span{
	display:block;
	float:left;			
	width:250px;			
	color:#858282;
	padding:5px 0 10px 5px;			
}

div.discover > h3 {
	display:block;
	clear:both;
	padding-top:10px;
}
div.discover > div {
	display:none;
	clear:both;
	width:550px;
}

div.discover > div > span{
	display:block;
	float:left;			
	border-bottom: 1px solid #e3e3e3;
	width:250px;			
	color:#ccc;
	padding:5px 0 10px 5px;			
}
