
.progressBar{
	width:216px;
	height:41px;
	background:url(../PortalImages/bg_bar.gif) no-repeat 0 0;
	position:relative;
}
.progressBar span{
	position:absolute;
	display:block;
	width:200px;
	height:25px;
	background:url(../PortalImages/bar.gif) no-repeat  0 0;
	top:8px;
	left:8px;
	overflow:hidden;
	text-indent:-8000px;
}
.AutoCompleteItem
{
  width:95%;
  text-align:left;  
  padding:2px;
}
.AutoCompleteList
{
    border:solid 1px #DCDCDC;
    background-color:#F5F6F6;
    overflow:auto;
    padding:0px;
   
}

.AutoCompleteHighLight
{
   width:95%;
   text-align:left;  
   padding:2px;
   background-color:#00BAFF;
}

.PawTXBMax,
.PawTXBBase{ width:40px;}

.PawTXBMax{ margin-left:10px;}

.FilterList
{
  background:#F6F7F7 url(../PortalImages/FiltersBG.gif) repeat-X;
  height:200px;
  width:95%;
  
  margin-bottom:10px;
  margin-left:10px;
  margin-right:auto;
  position:relative;
  min-width:850px;
  
}
.FilterListContent
{
  	height:200px;
	margin-top:10px;
	margin-left:110px;
	margin-right:125px;
	overflow:hidden;
	
}
.FilterList .TopRight,
.FilterList .TopLeft
{
	float:left;
	width:6px;
	height:200px;
	background:url(../PortalImages/FiltersLeft.gif) no-repeat;
	
}
.FilterList .TopRight
{
	
	float:right;
	background:url(../PortalImages/FiltersRight.gif) no-repeat;
	overflow:hidden;

}



.Filter 
{
  float:left; 
  margin-left:10px;
}
.Filter .FilterTop,
.Filter .FilterBot{
	display:block;
	width:275px;
	height:10px;
	background:url(../PortalImages/FilterTop.gif) no-repeat;
	overflow:hidden;
}
.Filter .FilterBot{background:url(../PortalImages/FilterBot.gif) no-repeat;}

.Filter .FilterBlock{
	width:275px;
	height:150px;
	background:url(../PortalImages/FilterBg.gif) repeat-y;
	overflow:hidden;
	
}

.RightFilterControl,
.LeftFilterControl
{
   position:absolute;
   top:0px;
   height:200px; 
   width:125px;
}
.LeftFilterControl
{
 left:0px;
 
}

.RightFilterControl
{
	right:0px;
	
}
.FilterListContent ul
{
	width:39000px;
}
.FilterListContent li
{
   list-style:none;
   float:left;
}
.prev
{
margin-top:60px;
float:right;
margin-right:30px;
}
.next
{
margin-top:30px;
float:left;
margin-left:20px;
}

.next img,
.prev img
{
	border-style:none;
}

