@charset "utf-8";

/* ---------- jump styling --------- */

#form {
	text-align: right;
	margin: 0;
	padding: 0;
	height: 20px;
	overflow: hidden;
}
#jumpMenu {
	width: 240px;
}

/* ---------- products styling --------- */

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #3A7BB6;
	padding-bottom: 5px;
	font-weight: normal;
	font-size: 140%;
	background-image: url(../_images/lineDot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 10px;
	clear: both;
	padding-top: 20px;
}
.productName {
	display: block;
	width: 421px;
	background-color: #CCCCCC;
	float: left;
	clear: both;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
	height: 1em;
	line-height: 1;
}
.productSupplier {
	display: block;
	width: 200px;
	background-color: #CCCCCC;
	float: right;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	padding-left: 15px;
	padding-right: 15px;
	height: 1em;
	line-height: 1;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666666;
	text-decoration: none;
}
