<!--
body {
	margin:0;
	padding:0;
	background-color:#ffffff;

}
table, td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003366;
}
a {
	text-decoration:none;
}
a:link {
	color:#6699cc;
}
a:visited {
	color:#6699CC;
}
a:hover {
	color:#ff00ff;
	text-decoration:underline;
}
form {
	margin:0px;
	padding:0px;
	margin-top:10px
}
.forminput {
	width:296px;
	padding:2px;
	background-color:#F4F4F4;
	border:1px solid #ccc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3f3f3a;
}
.dgrey {
	color:#333;
}
/* temporary section*/
#products {
	height:320px;
	overflow:auto;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
}
#products ul {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	white-space: nowrap;
}
#products li {
	width: 350px;
	min-height: 25px;
	list-style-type: none;
	margin: 0px;
	color: #000000;
	background-color: #ffffff;
	border-bottom: 1px solid #9498b0;
	overflow: hidden;
	white-space: nowrap;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#products .imgcontainer {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 5px;
}
#products .text-link {
	text-transform: capitalize;
	margin-top: 6px;
	overflow: hidden;
	white-space: nowrap;
}
#products A {
	float: left;
	font-weight: normal;
	color: #052A5F;
	text-decoration: none;
	background-color: transparent;
}
#products A:hover {
	float: left;
	font-weight: normal;
	color: #052A5F;
	text-decoration: underline;
	background-color: transparent;
}

.seo_marquee {
	height:15px;
	width:100%;
	background-color:FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:000066;
	border-width:0;
	text-decoration: bold;
}

a.rollover {
	display: block;
	width: 103px;
	height: 29px;
	text-decoration: none;
	text-align:center;
	line-height:29px;
	color:#ffffff;
	background: url("http://www.cantfindit.com/images/micro_buttons2.png");
	}
	
a.rollover_selected {
	display: block;
	width: 103px;
	height: 29px;
	text-decoration: none;
	text-align:center;
	line-height:29px;
	color:#ffffff;
	cursor:default;
	background: url("http://www.cantfindit.com/images/micro_buttons2.png");
	background-position: -103px 0;
	}
	
a.rollover_grey {
	display: block;
	width: 103px;
	height: 29px;
	text-decoration: none;
	text-align:center;
	line-height:29px;
	color:#ffffff;
	cursor:default;
	background: url("http://www.cantfindit.com/images/micro_buttons2.png");
	background-position: -206px 0;
	}

a.rollover:hover {
	background-position: -103px 0;
	}
	
/* END temporary section */
-->

