#categories a, #price_range a {
	font-family:arial,tahoma,verdana,lucida sans,lucida grande,helvetica,sans-serif;
	color:white;
	text-decoration:none;
}
#categories a:hover, #price_range a:hover {
	text-decoration:underline;
}

#pagination td, #pagination td a {
	font-family:tahoma,arial,verdana,lucida sans,lucida grande,helvetica,sans-serif;
	font-size:9pt;
	font-weight:bold;
	color:#003366;
}

.product_item td img {
	border:0;
}

#admin_login th {
	font-family:tahoma,arial,verdana,lucida sans,lucida grande,helvetica,sans-serif;
	font-size:9pt;
	text-align:left; 
}
.btn { 
	font-family:Trebuchet MS,arial,helvetica,sans-serif; 
	cursor:pointer; 
}
.btn { 
	font-weight:bold;
	color:#333366;
	background-color:#85C1FF; 
}

.searchItems {
	font-size:100%;
	border:0;
	border-collapse:collapse;
}
.searchItems th {
	padding:0px 2px 2px 0px;
	margin:0px;
}
.searchItems td {
	padding:0px;
	margin:0px;
}
.searchItems label {
	color:white;
	font-family:tahoma,arial,verdana,lucida sans,lucida grande,helvetica,sans-serif;
	font-size:9pt;
	text-align:left; 
	padding:0px;
	margin:0px;
}
	.searchItems label:hover {
		text-decoration:underline;
	}
.searchItems .mychk {
	padding:0px !important;
	margin:0px !important;
}

@media print 
{
	.DontPrint {display: none;}
}

.DontPrint {
	color:#0000fe;
	font-family:tahoma,arial,verdana,lucida sans,lucida grande,helvetica,sans-serif;
	font-size:10pt;
}

#no_results {
	position:absolute;
	top:50px;
	left:0px;
	width:510px;
	height:200px;
	color:#333366;
	color:white;
	font-size:20pt;
	text-align:center;
	font-family:tahoma,arial,verdana,lucida sans,lucida grande,helvetica,sans-serif;
}