﻿#quickPG
{

	padding: 10px;
	background-color: #0099CC;
	color: #FFFFFF;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	}
#quickPG h3 {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

div#animal {
	position: relative;
}
#quickPG label {
	margin: 0;
	padding: 0;
	display: block;
	color: #fff;
}
#quickPG select{
	width: 130px;
	background-color: #CCEBFF;
	color: #0d699c;
	border: none;
	padding: 2px;
	}
div#selectAnimal {
	position: absolute;
	top: 8px;
	left: 147px;
	width: 170px;
	padding-left: 10px;
	background-image: url(/images/selectAnimalPoint.gif);
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 100;
}

div#selectAnimal div {
	border: 1px solid #71C6FF;
	border-left: none;
	background-color: #fff;
	height: 23px;
	/*background-image: url(/images/selectAnimalWarn.gif);*/
	background-position: left;
	background-repeat: no-repeat;
	padding: 10px 0 0 20px;
}





.product-key {

	float: right;

	margin: 0 0 8px 0;

}



.product-key ul {

	margin: 0;

	overflow: hidden;

	float: left;
	list-style:none;

}



.product-key ul li {

	float: left;

	background-image: none;

	padding: 0 13px 0 0;

	color: #000;

}



.btn-reset {

	float: left;

	background: url(/images/btnReset.gif) no-repeat;

	width: 60px;

	height: 19px;

	text-indent: -9999px;

	border: none;

	margin: -4px 0 0 0;

	cursor: pointer;

}



.indicator {

	width: 9px;

	height: 9px;

	float: left;

	margin: 2px 3px 0 0;

	border: none;

}



.indicator.pets {

	/*background-color: #008000;*/

	background-color: #00a900;

}



.indicator.livestock {

	background-color: #ffc000;

}



.indicator.pests {

	/*background-color: #930;*/

	background-color: #d30;

}



.product-filters {

	width: 597px;

	height: 43px;

	background: url(/images/bgProductSearch.gif);

	clear: both;

	padding: 13px 0 0 9px;

}



.product-filters fieldset {

	border: none;

	padding: 0;

	margin: 0;

}



.product-filters label {

	color: #fff;

	font-size: 1.1em;

	font-weight: bold;

	display: block;

	padding-bottom: 2px;

}



.product-filters div {

	float: left;

}

.product-filters div.loadingBar {

  float:none;

  margin:0 auto;

  padding-top:4px;

  width:220px;

  height:19px;

  background:url(/images/loading-bar.gif) bottom left no-repeat transparent;

  position:relative;

  left:-4px;

}

.product-filters div.loadingBar div.loadingBarText{

  color:#FFFFFF;

  position:absolute;

  text-align:center;

  top:21px;

  width:220px;

}

.filter-product {

	width: 99px;

	padding-right: 11px;

}



.filter-segment {

	width: 87px;

	padding-right: 10px;



}



.filter-species {

	width: 114px;

	padding-right: 10px;

}



.filter-condition {

	width: 120px;

	padding-right: 11px;

}



.filter-method {

	width: 99px;

}



.product-filters select {

	width: 100%;

}


table#product-listing {
	margin: 7px 0 10px 1px;
	width:604px;
}

table#product-listing th {
	text-align: left;
	color: #fff;
	font-size: 1.1em;
	border-top: 1px dotted #069;
	padding: 0 0 0 5px;
}

table#product-listing td {
	color: #000;
	padding: 0 10px 10px 5px;
	vertical-align: top;
}


table#product-listing th img {
	/*width: 99px;*/
	padding: 15px 0 12px 0;
}

table#product-listing th.header-letter {
	background: url(/images/bgProductGroup.gif) no-repeat;
	height: 20px;
	padding: 3px 0 8px 8px;
	border: none;
	vertical-align: top;
}


/*Product page styles */

.images
{
	float:right;
	width: 200px;
	margin: 0 0 15px 5px;
	text-align: center;
}

div#content div.images img.content-image { float: none; margin:0; }

.images ul
{

	margin:0;
	padding:0;
}

.images li
{
	margin:0;
	padding:0;
	list-style:none;
}

hr {
margin: 20px 0;
color:#ccc;background-color:#ccc;height:1px;border:none;
}



