@charset "UTF-8";
/* CSS Document Test Conflict change from dreamweaver */

/* test commnet from dreamweaver */

body
{
	position:relative;
}
#apDiv1inStockShowAll {
	position:absolute;
	width:650px;
	height:680px;
	z-index:1;
	left: 204px;
	top: 247px;
	visibility: visible;
}
#apDiv4inStockEditDialog {
	position:absolute;
	width:870px;	
	z-index:4;
	top:50%;
    left:50%;
    margin:-500px auto auto -450px;	
}
.InStockSearchInput
{
	width:246px;
	height:27px;
	padding:0px;
	margin:0px;
	background-image:url(Images/Style_icon_search.jpg);
	background-position:right center;
	background-repeat:no-repeat;
	border:0px;
	font-size: 18px;
	text-transform:uppercase;
}
.InStockTable
{
	width:100%;
	border-spacing:0px;
	border:2px solid #EDEDED;

	background-color:white;

}
.InStockTable th
{
	padding:10px 20px 10px 20px;

	background-position:left center;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	
	font-size:11px;
	
	
	background-color:#EBEBEB;
}

.InStockTable th a:link,
.InStockTable th a:visited
{
	text-decoration:none;
	color:black;
}

.InStockTable th.Style_th_sortdescending
{
	background-image:url(Images/Style_th_sortdescending.jpg);
	background-position:right center;
}
.InStockTable th.Style_th_sortascending
{
	background-image:url(Images/Style_th_sortascendingArrow.jpg);
	background-position:right center;
	background-repeat:no-repeat;
	
	
}
.InStockTable tr.RowHover
{
	background-image:url(Images/Style_th.jpg);	
}
.InStockTable tr.hidePart
{
	color: #6CA6DD;
	
}
.InStockTable td
{

	padding:3px 10px 3px 3px;
	border-right:1px solid #CCC;
	font-size:11px;
	color:black;
}

.InStockTable td.RowHl
{
	background-color:#E5F4FF;
}
.InStockFilterDiv
{
	margin-top:20px;
	margin-bottom:10px;
	position:relative;

}
.InStockPagingDiv
{
	margin-top:10px;
	text-align:center;
	font-weight:bold;
}
.Hl
{
	background-image:url(Images/Style_Hl.jpg);
	background-position:center;
	background-repeat:no-repeat;
	color:black;
}
.InStockDialogEdit
{
	
	width:880px;
	border-top:1px solid #999;
	border-right:2px solid #999;
	border-bottom:2px solid #999;
	border-left:2px solid #999;
	background-color:white;
	
	padding:5px;
}
.InStockDialogEdit td
{
	background-color:#CCC;
}
.InStockAdminMenuDiv
{
	text-align:right;
	margin-bottom: 10px;
	background-color: #FFF;
	padding: 5px;
	border: medium solid #006699;
}
.LabelEquipmentSearch
{
	font-size:14px;
	font-weight: bold;
}
.NoEquipmentFoundDiv
{
	text-align:center;
	height:50px;
	padding-top:20px;
}
.MessageLoading
{
	position:absolute;
	width:24px;
	height:24px;
	padding-left:30px;
	padding-top:5px;
	background-image:url(Images/wait24trans.gif);
	background-position:left center;
	background-repeat:no-repeat;
}
.RowEvenClass
{
	background-color:#F4F4F4;
}
.HideDiv
{
	left:-1500px!important;
}
#productListing
{
	height:1000px;
	overflow:scroll;
	position:absolute;
	left:2000px;
}
.RequestAQuoteLink
{
	font-size:15px;
	color:#999;
}
.RequestAQuoteLink:link
{
	color:#999;
}
.RequestAQuoteLink:visited
{
	color:#999;
}
.SpryHiddenRegion
{	
	visibility:hidden;
}
