body {
	background: #fff url('../images/pf-bg.gif') no-repeat 0 0;
	margin: 0;
	padding: 0;
	font-size: 70%;
	font-family: Arial, arial, sans-serif;
	color: #404040;
}

fieldset{
	border:none;
	margin:0;
	padding:0;
}

fieldset.inactive {
	opacity: 0.5;
	filter:alpha(opacity=50);
}

fieldset.inactive.active {
	opacity: 1;
	filter:alpha(opacity=100);
}

legend {
	font-weight:bold;
	font-size: 1.1em;
	color: #fff;
}

* html legend {
	font-size: 1em;
}

select{
	font-size:100%;
	color:#006EB0;
}

input {
	margin:0 5px 0 0;
	padding:0;
	height: 13px;
}

* html input {
	margin: 0;
}

div.tx-barcoproductfinder-pi1 {
	margin: 0;
	width: 780px;
}

h1 {
	margin: 40px 0 0 20px;
	padding: 0;
}

div#products {
	width: 547px;
	height: 485px;
	overflow: auto;
}

#products div.matched {
	display: block;
	position: static;
	visibility: visible;
}

#products div {
	float: left;
	margin: 15px 0 2px 20px;
	border: 2px solid #faa61a;
}
#products div a {
	padding: 5px;
	text-decoration: none;
}

#products div a p {
	margin: 0;
	padding: 1px 5px;
	color: #fff;
	background: #faa61a;
	text-decoration: none;
}


form#configform {
	float: right;
	width: 220px;
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}

div#container-box1 {
	height: 92px;
	margin-top: 10px;
}

div#container-box1 fieldset {
	margin-bottom: 10px;
}

div#container-box2 {
	height: 182px;
	margin-top: 10px;
}

div#container-box2 .container {
	height: 63px;
}

div#container-box2 legend {

}

div#container-box2 .text {
	clear: both;
	margin-left: 16px;
	color: #faa61a;
}

div#container-box2 div#volumespan {
	top:0;
	left:0;
	position:absolute;
	background: transparent url('../images/pf-bar-bg-active.gif') repeat-x 0 0;
	height:6px;
	z-index:1;
	margin-left: 5px;
}

div#container-box3 {
	height: 180px;
	padding-top: 10px;
}

div#container-box3 .container {
	margin-bottom: 8px;
}

div.bar-container {
	background: transparent url('../images/pf-bar-bg.gif') no-repeat 16px 0;
	width: 185px;
	height: 16px;
	margin-top: 5px;
}

a.bt-plus,
a.bt-minus {
	display: block;
	width: 14px;
	height: 16px;
	cursor: pointer;
	text-indent: -9999px;
	float: left;
	outline: none;
}

a.bt-plus {
	background: transparent url('../images/pf-button-plus-minus.gif') no-repeat 0 0;
}

a.bt-minus {
	background: transparent url('../images/pf-button-plus-minus.gif') no-repeat -16px 0;
}

a.bt-plus:hover {
	background-position: 0 -16px;
}

a.bt-minus:hover {
	background-position: -16px -16px;
}

div#pressuretrack,
div#volumetrack,
div#powertrack {
	float: left;
	height: 16px;
	position: relative;
	width: 140px;
	z-index: 0;
	margin-right: 12px;
}

div.handle{
	top:0;
	left:0;
	position:absolute;
	height:16px;
	width:12px;
	background: transparent url('../images/pf-bar-button.gif') no-repeat 0 0;
	z-index:2;
}

#tracewindow{
	position:absolute;
	top:0;
	left:580px;
	width:200px;
	height:300px;
	border:1px solid red;
	background-color:#FFFFFF;
	font-size:100%;
	overflow:auto;
	display:none;
}

input.depending{
	float:left;
}

#products div.matched{
	display:block;
	position:static;
	visibility:visible;
}
#products div.unmatched{
	float:none;
	position:absolute;
	top:0;
	left:0;
	visibility:hidden;
}
#products div a{
	border:none;
}
#products div a img{
	border:none;
	text-decoration: none;
}
#products div p{
	color:#006EB0;
	text-decoration:none;
}

#tooltip{
	position:absolute;
	background-color:#fff;
	border:1px solid #faa61a;
	z-index:1000;
	padding:5px;
	display:none;
	color:#848182;
}
