/* CSS Document */
#Menu
{
	position:absolute;
	top:0px;
	left:0px;
	width:740px;
	height:35px;
	background-color:#000000;
}

#LeftPanel
{
	position:relative;
	top:35px;
	left:0px;
	width:244px;
	height:535px;		
}

#ContentArea
{
    background-color:#FFFFFF;
	position:absolute;
	top:35px;
	left:245px; 
	width:496px;
	
}
#Product
{
	position:relative;
	float:left;
	width:496px;
	display:inline;

}
#ProductBottomCrop
{
	position:relative;
	width:476px;
	height:4px;
	float:left;
}

#ProductLeft
{
	position:relative;
	float:left;
	width:264px;
	text-align:center;
	margin-top:25px;
	margin-bottom:20px;

}

div.ProductRight
{
	position:relative;	
	float:left; 
	width:192px; 
	margin-top:20px;
	text-align:left;
	line-height:1.75;
	margin-left:10px;
	margin-right:10px;
}

#VerticalCrop
{
	position:absolute;
	width:4px;
	height:535px;
	top:35px;
	left:720px;
	z-index:150;
}

#LeftVertRule
{
	position:absolute;
	width:1px;
	height:535px;
	top:35px;
	left:244px;
	z-index:13; /* this must be on top of the product layer and the scrolling details layer */
}

#MidVertRule
{
	position:absolute;
	width:1px;
	height:535px;
	top:35px;
	left:507px;
	z-index:11; /*make sure this is over the scroll area div */
}

p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px;
	color:#717981;
}

h3
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0px;
	color:#717981;
	line-height:17px;  /*this adjusts the space between lines in the product heading */
}

h4
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top:12px;
	margin-bottom:5px;
	font-weight:300;
	font-style:normal;
}
a:link
{
	text-decoration:none;
	color:#A8C0DF;
}
a:active
{
	text-decoration:none;
	color:#A8C0DF;
}
a:visited
{
	text-decoration:none;
	color:#A8C0DF;
	border:0px;
}

a:hover
{
	text-decoration:none;
	color:#CCCCCC;
}

td
{
	border-color:#D6D6D6;
	border-style:solid;
	border-width:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	height:15px;	
	padding-left:5px;
	padding-right:5px;	
}

th
{
	color:#FFFFFF;
	border-color:#D6D6D6;
	border-style:solid;
	border-width:1px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	letter-spacing:1px;
	padding-left:15px;
	padding-right:15px;
}
table
{
	border-color:#D6D6D6;
}

#Header
{
	background-color:#6689CC;
}

Chart
{
	position:absolute;
	display:none;
	top:0px;
	left:0px;
	width:481px;
	height:535px;
	background-color:#FFFFFF;
	z-index:10;
}

#ChartTop
{
	text-align:center;
	background-color:#FFFFFF;
	display:inline;
	float:left;
}
#x
{
	left:250px;
	top:40px;
	position:absolute;
	cursor:pointer;
	display:none;
	z-index:100;
	float:none;
}
#DetailImage
{
	float:left;
	display:inline;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
	width:481px;
}
#DetailsBottomCrop
{
	float:left;
	display:inline;
	width:481px;
}

#ChartBottom
{
	float:left;
	margin-top:10px;
	background-color:#FFFFFF;
	text-align:center;
	width:481px;
}
#Details
{
	border-color:#999999;
	border-collapse:collapse; 
	border-width:1px;		
	margin-top:20px;
	margin-bottom:30px; 
	border-style:solid;
	margin-left:20px;
	margin-right:20px;
}

#DetailsTitle
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#717981;
	display:inline;
}

#DetailsSubTitle
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:100;
	margin:0px;
	color:#717981;
	display:inline;
}

#LocateBottom
{
	margin-left:15px;
	margin-top:15px;
}

#HorizontalCrop
{
	top:0px;
	position:relative;
	left:0px;
}

#Copyright
{	
	display:inline;
	margin-right:1px; 
	margin-left:1px;
	text-align:left;
}

/* these are styles for non-product related pages */
#GeneralTop
{	
	width:481px;
	height:130px;
}
#GeneralTopHeader
{
	margin-top:50px;
	text-align:center;
}

#GeneralBottom
{
	width:481px;
}

#GeneralBottomContent
{
	text-align:center;
	margin-top:25px;
}

#GeneralCrop
{
	position:absolute;
	top:130px;
	left:0px;
	width:481px;
}
