﻿
.timeline_content {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
}
.timeline_dates {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #666666;
}

.Content {
	font-family: Verdana, Arial, Helvetica, sans-serif, sans-serif;
	font-size: 10px;
	color: #666666;
}

a:link {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

a:active {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #B35900;
	text-decoration: underline;
}

.content_headers {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
}
.content_subs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
.content_italic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: italic;
	color: #666666;
}
.table_subtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
.table_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
img.floatLeft { 
    float: left; 
    margin: 12px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}


/* Product Detail Tabbed Nav */

#optionsAttributes {
	margin: 0;
	padding: 0;
	}
	
	ul.tabNav { 
		list-style: none; 
		border-bottom: 2px solid #222E58;
		margin: 0;
		padding: 0;
		height: 22px;
		zoom: 1!important;
		}
		
	ul.tabNav li { 
		float: left; 
		border-right: 1px solid #272D4F;
		height: 22px;
		padding: 0 10px 0 10px;
		zoom: 1!important;
		overflow: hidden;
		}
		ul.tabNav li.last { border: none;}
	
		ul.tabNav li a {
			text-indent: -9999px;
			display: block;
			outline: 0;
			zoom: 1!important;
			}
		
		ul.tabNav li.current a {  }
	
	li#Overview { 
		width: 60px; 
		background:  url(../../images/tab-overview-0.gif) 10px 5px no-repeat; 
		}
	li#Overview.current, li#Overview:hover {
			background: #222E58 url(../../images/tab-overview-1.gif) 10px 5px no-repeat;
			}
		
	li#ProductDetails{ 
		width: 98px;
		background:  url(../../images/tab-product-details-0.gif) 10px 5px no-repeat; 
		}
	li#ProductDetails.current, li#ProductDetails:hover {
		background: #222E58 url(../../images/tab-product-details-1.gif) 10px 5px no-repeat;
		}
		
	li#Video{ 
		width: 48px;
		background:  url(../../images/tab-video-0.gif) 10px 3px no-repeat; 
		}
	li#Video.current, li#Video:hover {
		background: #222E58 url(../../images/tab-video-1.gif) 10px 3px no-repeat;
		}
	
	li#Reviews{ 
		width: 48px;
		background:  url(../../images/tab-reviews-0.gif) 10px 5px no-repeat; 
		}
	li#Reviews.current, li#Reviews:hover {
		background: #222E58 url(../../images/tab-reviews-1.gif) 10px 5px no-repeat;
		}
	
	li#RecommendedProducts{ 
		width: 155px;
		background:  url(../../images/tab-recommended-products-0.gif) 10px 5px no-repeat; 
		}
	li#RecommendedProducts.current, li#RecommendedProducts:hover {
		background: #222E58 url(../../images/tab-recommended-products-1.gif) 10px 5px no-repeat;
		}
			
	div.tabContainer { 
		clear: both; 
		float: left; 
		width: 100%;
		}
	div.tabContainer div.tab { 
		color: #000; 
		display: none; 
		padding: 10px; 
		}
		div.tabContainer div.current { display: block; }
		
	
	#OverviewItems{
	
	}
	#OverviewItems div {float: left;}
	
	#OverviewItems div.label  {
		text-align:right;
		width: 120px;
		margin: 5px 0 5px 0;
		}

		
	#OverviewItems div.item  { 
		width: 300px;
		margin: 5px 0 5px 16px;
		}

	
	
	
		
	

	

		
	
	
