@charset "UTF-8";
/* CSS Document */
body {
	background-color	: #ffffff;
	font-family			: sans-serif;
	font-size			: 10pt;
	margin				: 0;
	padding				: 3px;
}
div#resellerconf {
	width				: 480px;
	background-color	: #ffffff;
	border-top			: 1px solid #ffffff;
}
h1 {
	font-size			: 11pt;
	color				: #ffffff;
	text-align			: center;
	background-color	: #535353;
	padding				: 3px;
}
h2 {
	font-size			: 12pt;
	margin				: 0px 0px 10px 10px;
}
h2 a {
	color				: #ff0000;
	font-size			:14px;
	text-decoration		:underline;
	
}
h3 {
	font-size			: 12pt;
	color				: #535353;
	margin				: 0px 0px 10px 10px;
	border-bottom		: 1px solid #76B71A;
}
h4 {
	font-size			: 12pt;
	color				: #76B71A;
	margin				: 0px 0px 10px 10px;
}
h5 {
	font-size			: 12pt;
	color				: #535353;
	margin				: 0px 0px 10px 10px;
	border-bottom		: 1px solid #76B71A;
	}
select {
	font-size			: 8pt;
	width				: 100%;
}
div#searchresults {
	border-top			: 1px solid #76ba31;
	padding				: 0px;
}
table#tbresults {
	border-collapse		: collapse;
	width				: 95%;
}
table#tbresults tr td {
	vertical-align		: top;
	background-color	: #f5f5f5;
	
}
table#tbresults tr th {
	text-align			: left;
	background-color	: #535353;
	color				: #ffffff;
	
}
table#tbresults tr td.price {
	text-align			: right;
}
table#tbresults tr.altrow {
	background-color	: #f5f5f5;	
	
}
img {
	border				: 1px solid #76b71a;
}
a {
	color				: #333333;
	font-weight			: regular;
	font-size           :11px;
	text-decoration		: none;
}
a:hover {
	text-decoration		: underline;
	
}
td.instock {
	background-color	: #f5f5f5;
}
td.nostock {
	background-color	: #f5f5f5;
}
div.findoptions span {
	display				: block;
}
form {
	margin				: 0px 0px 20px 0px;
	padding				: 0px;
	
}
input.submit {
	margin-left			: 5px;
	background-color	: #cccccc;
	
	
}
p.disclaimer {
	text-align			: center;
	margin-top			: 20px;
	padding-top			: 10px;
	border-top			: 1px solid #76b71a;
}
p.disclaimer a {
	color				: #929292;
	font-weight			: normal;
	
}
.back {
background-color:#cccccc;
color:#000000;
border: 1px solid #929292;
border-bottom: 2px solid #929292;
border-right: 2px solid #929292;
}
.price {
background-color		: #f5f5f5;
background-image:

