<style type="text/css">
  	hr.row {
		background-color: #7C131B; /* mozilla */
		color: #B90101; /* ie */
		border: 0px; /* fixes mozilla height */
		clear: left;
		float: left;
		height: 1px;
		margin: 4px 0px 4px 0px;
		width: 99%;
			}
			
			  	hr.rowwp {
		background-color: #7C131B; /* mozilla */
		color: #B90101; /* ie */
		border: 0px; /* fixes mozilla height */
		clear: left;
		float: left;
		height: 2px;
		margin: 4px 0px 4px 0px;
		width: 99%;
			}
	
	    hr.categoryName { 
		background-color: #7C131B; /* mozilla */
		color: #B90101; /* ie */
		border: 0px; /* fixes mozilla height */
		clear: left;
		float: left;
		height: 1px;
		margin: 4px 0px 4px 0px;
		width: 100%;
	}
	
	div { border:0px solid #ffffff;  }
	
	div.partSearchDiv { border:0px; display:none; }

	div.loadingImage {
	 
		text-align: center; 
		top: 350px; 
		left: 550px; 
		border: 0px; 
		display: none;
		position:absolute
	}

	div.timer {
		font-weight: bold; 
		border: none;
	}



	/** For Ajax-dynamic-lists **/
	#ajax_listOfOptions{
		position:absolute;	/* Never change this one */
		width:175px;	/* Width of box */
		height:250px;	/* Height of box */
		overflow:auto;	/* Scrolling features */
		border:1px solid #317082;	/* Dark green border */
		background-color:#FFF;	/* White background color */
		text-align:left;
		font-size:0.9em;
		z-index:100;
	}
	#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
		margin:1px;		
		padding:1px;
		cursor:pointer;
		font-size:0.9em;
	}
	#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
		
	}
	#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
		/*background-color:#317082;*/
		background-color:#2F6DAD;
		color:#FFF;
	}
	#ajax_listOfOptions_iframe{
		background-color:#F00;
		position:absolute;
		z-index:5;
	}
	
	form{
		display:inline;
	}



}
.highslide {
	cursor: url(js/ImagePop/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid white;
}
.highslide:hover img {
	border: 2px solid gray;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
 
    padding: 5px;
    background-color: white;
	font-style:italic;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(js/ImagePop/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

a.highslide-full-expand {
	background: url(js/ImagePop/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
 

/* Controlbar example */
.controlbar {	
	background: url(js/ImagePop/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(js/ImagePop/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -530px 0;
}


/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

DIV.Section
{
  BORDER-RIGHT: #87ceeb 1px solid;
  PADDING-RIGHT: 0px;
  BORDER-TOP: #87ceeb 1px solid;
  PADDING-LEFT: 2px;
  FONT-WEIGHT: bolder;
  FONT-SIZE: x-large;
  PADDING-BOTTOM: 2px;
  TEXT-TRANSFORM: none;
  BORDER-LEFT: #87ceeb 1px solid;
  COLOR: #191970;
  PADDING-TOP: 2px;
  BORDER-BOTTOM: #87ceeb 1px solid;
  FONT-STYLE: normal;
  FONT-FAMILY: Verdana, Arial;
  BACKGROUND-COLOR: #b0c4de;
  TEXT-ALIGN: left;
  FONT-VARIANT: normal;
  TEXT-DECORATION: none;
  width: 100%;
}

	
</style>