
/****************************************************************************************************/
/*  Summary navigation                   																										*/
/****************************************************************************************************/

#summary-nav
{
	margin-top:0px;
	padding-top:0px;
	list-style-image: url(../images/icon.png);
}

#summary-bullet
{
	margin-bottom:0px;
}

#summary-nav a:link
{
   color: #0000FF;
}

#summary-nav a:visited
{
   color: #444;
	color:#0000FF;
}

#summary-nav a:hover ,a:active
{
	text-decoration:underline;
	color:#0000FF;
}


/****************************************************************************************************/
/*  Top main navigation container and its contents                   																										*/
/****************************************************************************************************/

#topnav-center a:link
{
	color: white;
}

#topnav-center a:visited
{
	color: white;
}

#topnav-center a:hover ,a:active
{
	color:#0000FF;
}


#top_navigation
{
	position: absolute;
	top: 0px;
	left:0px;
	height:26px;
	width:100%;
	border:solid;
}

#topnav-left
{
	position: absolute;
	top:0px;
	left:0px;
	width: 20px;
	height: 26px;
	z-index:1;

}

#topnav-center
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 26px;
	width:100%;
	overflow:visible;

	font-size:13px;
	font-weight:600;
	line-height:26px;
	vertical-align:baseline;
	letter-spacing:3px;
	color:white;
	text-align: center;
	background-color:#F7A639;
}

#topnav-right
{
	position: absolute;
	top: 0px;
	right:0px;
	width: 20px;
	height: 26px;
}


/****************************************************************************************************/
/*  Path navigation container and its contents                   																										*/
/****************************************************************************************************/

#pathnav-center a:link
{
	color: #0000FF;
}

#pathnav-center a:visited
{
	color: #0000FF;
}

#pathnav-center a:hover ,a:active
{
	color:blue;
	text-decoration:underline;
}


#path-navigation
{
	position: absolute;
	top: 98px;
	left:0px;
	height:26px;
	width:100%;
}

#pathnav-left
{
	position: absolute;
	top:0px;
	left:0px;
	width: 20px;
	height: 26px;
	z-index:1;
}

#pathnav-center
{
	position: absolute;
	top:0px;
	left:20px;
	height: 26px;
	width:97%;
	overflow:hidden;

	font-size:12px;
	font-weight:400;
	line-height:26px;
	vertical-align:baseline;
	letter-spacing:1px;
	color:black;
	background-color:#BDBE31;
}

#pathnav-right
{
	position: absolute;
	top:0px;
	right:0px;
	width: 20px;
	height: 26px;
	background-color:white;
}


/****************************************************************************************************/
/*  Left navigation
/****************************************************************************************************/

#left-navigation a:link
{
   color: #0000FF;
}

#left-navigation a:visited
{
	color:#0000FF;
}

#left-navigation a:hover ,a:active
{
	color:#0000FF;
	text-decoration:none;
}



/****************************************************************************************************/
/*  Product picture formatting
/****************************************************************************************************/

#left-picture
{
	margin-top:20px;
	margin-bottom:0px;
	cursor:pointer;
}

#left-pictureB
{
  position:absolute;
  top:0px;
  left:0px;
	margin-top:20px;
	margin-bottom:-14px;
	z-index:100;
}

#bigone
{
  visibility:hidden;
  z-index:100;
  position:absolute;
  top:40px;
  left:110px;
  background-color:white;
  border:solid 3px orange;
  overflow:auto;
}


#bigoneTitle
{
  background-color:orange;
  height:30px;
  width:400px;
  padding-top:2px;
  padding-right:6px;
  cursor:pointer;
}
.topleftNav
{
  position:absolute;
  top:0px;
  left:0px;
}

.toprightNav
{
  position:absolute;
  top:0px;
  right:0px;
}


.sibnav
{
	list-style-type:circle;
	padding-bottom:15px;
	padding-right:5px;
	font-size:10px;
}


.prevnav
{
  margin:30px;
}



#left-navigation
{
	position:absolute;
	top:150px;
	left:0px;
	width:200px;
	line-height:25px;
  background-color:#bdbd31;
}

.left-bgcolor
{
	background-color:#EF9E31;
	margin-top:-5px;
	padding-top:7px;
	padding-bottom:10px;
}


.left-navigation-heading
{
	margin-top:-35px;
	text-align:center;
	color:black;
	margin-left:10px;
	margin-right:10px;
	border-bottom:dashed 1px white;
}



/****************************************************************************************************/
/*  Left2 navigation (related links)
/****************************************************************************************************/

#left2-navigation a:link
{
   color: #0000FF;
}

#left2-navigation a:visited
{
	color:#0000FF;
}

#left2-navigation a:hover ,a:active
{
	color:white;
}



#left2-navigation
{
	position:absolute;
	top:120px;
	left:0px;
	width:200px;
	line-height:25px;
	font-size:90%;
	color:#0000FF;
}


#related-bullets
{
	list-Style-Type:circle;
}

#left2-bgcolor
{
	background-color:#BDBE31;
}


#left2-navigation-heading
{
	margin-top:-35px;
	text-align:center;
	color:black;
	margin-left:10px;
	margin-right:10px;
	border-bottom:dashed 1px white;
}




/****************************************************************************************************/
/*  Search navigation
/****************************************************************************************************/

.searchInput
{
	font-size:14px;
	padding:4px;
	height:23px;
	width:150px;
	border:solid 1px red;
	padding:3px;
	font-weight:bold;
	background-color:#F7A639;
}

.searchButton
{
	background-color:#F7A639;
	font-size:12px;
	padding:2px;
	margin:0px;
	height:25px;
	letter-spacing:1px;
}

/****************************************************************************************************/
/*  Bottom navigation
/****************************************************************************************************/


#bottom-navigation
{
	text-align:center;
	font-size:80%;
	width:100%;
}

