.selected {
	position: relative;
	float: right;
	width: 199px;
	height: 47px;
	margin-top: 5px;
  	background-image: url(../HandgunDB/Graphics/Sel-BG.png);
	background-color: white;
	}
.sel-image {
	position: absolute;
	top: 6px;
	left: 5px;
	}
.sel-data {
	position: absolute;
	top: 3px;
	left: 60px;
	width: 2000px;
	overflow: hidden;
	font: bold 70% sans-serif;
	}
.remove {
	display: none;
	position: absolute;
	top: 35px; 
	left: 75px;
	display: block;
	height: 11px;
	width: 51px;
	overflow: hidden;
	}
.rem-but {
	cursor: pointer;
	background: url("../HandgunDB/Graphics/RemoveB.png") no-repeat 0 0;
	}
.sel-but {
	display: block;
	float: right;
	cursor: pointer;
	background: url("../HandgunDB/Graphics/SelectB.png") no-repeat 0 0;
	}
.pre-but {
	display: block;
	float: right;
	cursor: pointer;
	background: url("../HandgunDB/Graphics/PreviewB.png") no-repeat 0 0;
	}
.close-but {
	display: block;
	cursor: pointer;
	background: url("../HandgunDB/Graphics/CloseB.png") no-repeat 0 0;
	}
.h-lbl	{
	float: left;
	}
.h-lbl ul{
	margin: 0; 
	padding: 0;
	background-color: transparent;
	list-style-type: none;
	}
.h-lbl li{
	text-align: right;
	text-indent: 2px;
	color: black;
	}
.h-data {
	float: left;
	}
.h-data ul{
	margin: 0; 
	padding: 0;
	background-color: transparent;
	list-style-type: none;
	}
.h-data li{
	text-align: left;
	text-indent: 7px;
	color: blue;
	}
#rem-all {
	color: gray;
	cursor: default;
	}
#comp-hg {
	color: gray;
	cursor: default;
	}
div#mesg1 {
	display: none;
	position: absolute;
	width: 150px;
	height: 50px;
	border-style: solid;
	background-color: white;
	text-align: center;
	font: bold 70% sans-serif;
	}
div#mesg2 {
	display: none;
	position: absolute;
	width: 150px;
	height: 50px;
	border-style: solid;
	background-color: white;
	text-align: center;
	font: bold 70% sans-serif;
	}
div#hgpreview {
	display: none;
	position: absolute;
	left: 38%;
	top: 80px;
	width: 220px;
	border-style: solid;
	padding: 5px;
	font: bold 70% sans-serif;
	background: url("../HandgunDB/Graphics/DB-Lines-BG.png")
	}
div#hgpdata1 {
		display: block;
		clear: both;
		padding: 5px 0px 5px 20px;
		}
div#hgpdata2 {
		display: block;
		padding: 0px 0px 0px 50px;
		}
		
