﻿body 
{
	
}

#Part_Results
{
	width:100%;
	border: 2px solid navy;
	color:Black;
	padding:0px;
	margin:0px;
	font-family:Tahoma;
	text-transform: none;
	font-size:11px;
	background-color: white;
}

#Part_Results .Header
{
	padding:4px;
	border-right:1px solid gray;
	border-bottom:1px solid gray;
	background-color: #4e4f7f;
	color:white;
}

#Part_Results .LastHeader
{
	border-bottom:1px solid gray;
	background-color: #f0f0f0;
	background-color: #4e4f7f;
}

#Part_Results .Spacer
{
	display:none;
	width:18px;
	border-left:1px solid gray;
	border-bottom:1px solid gray;
	background-color: #4e4f7f;
}

#Part_Results #Part_Results_Body
{
	overflow:auto;
}
#Part_Results .HD_Fill
{
	width:auto;
}

#Part_Results .HD_15
{
	width:100px;
}

#Part_Results .HD_10
{
	width:70px;
}

#Part_Results .HD_5
{
	width:35px;
}

#Part_Results TR
{
	height:20px;
	max-height:20px;
}

#Part_Results .Row
{
	padding:2px;
	border-right:1px solid #f0f0f0;
	border-bottom:1px dotted silver;
}


#Part_Results TR:Hover
{
	background-color: #d0d0ff;
}

#Part_Results .Right
{
	text-align:Right;
}


#Part_Results .LastRow
{
	padding:2px;
	border-bottom:0px solid silver;
	background-color:#e0e0d0;
}

#Part_Results .Input
{
	width:25px;
	border:1px solid #4060f0;
	text-align:right;
	float:left;
	font:tahoma;
	font-size:10px;
	margin-top:2px;
}



#Part_Results .Button
{
	display:block;
	float:Left;
	height:19px;
	width: 35px;
	font-size:0px;
	text-indent:-3000px;
	overflow:hidden;
	background-image:url(images/cart_0.png); 
	background-position: right bottom;
	background-repeat: no-repeat;
}

#Part_Results .Button:Hover
{
	background-image:url(images/cart.png); 
	background-position: right bottom;
	background-repeat: no-repeat;
}

.ShowCartButton
{
	background-color: #4e4f7f;
	position:absolute;
	left:567px;
	top:150px;
	width:134px;
	padding:4px 8px;
	border:1px solid white;
	color:White;
	font-family:tahoma;
	text-decoration:none;	
	font-weight:bold;
	cursor: hand;
	margin-left:20px;
	margin-top:0px;
	margin-right:1px;
	font-size:11px;
	float:right;
}

.ShowCartButton:Hover
{
	background-color: #2e2f5f;
}

.SortUp
{
	display:block;
	float:right;
	background-image:url(images/ico_Arrow_U.gif); 
	background-position: left center;
	background-repeat: no-repeat;
	width:10px;
	height:10px;
	font-size:0px;
	text-indent:3000px;
	overflow:hidden;
}
.SortDn
{
	display:block;
	float:right;
	background-image:url(images/ico_Arrow_D.gif); 
	background-position: left center;
	background-repeat: no-repeat;
	width:10px;
	height:10px;
	font-size:0px;
	text-indent:3000px;
	overflow:hidden;
}



#Part_Results .Avail_0, #Part_Results .Avail_1, #Part_Results .Avail_2, #Part_Results .Avail_3, #Part_Results .Avail_4, #Part_Results .Avail_5
{
	display:block;
	float:Left;
	height:18px;
	width: 55px;
	font-size:0em;
	text-indent:-3000px;
	overflow:hidden;
	background-image:url(images/Avail_0.png); 
	background-position: left center;
	background-repeat: no-repeat;
}

#Part_Results .Avail_1
{
	background-image:url(images/Avail_1.png); 
}
#Part_Results .Avail_2
{
	background-image:url(images/Avail_2.png); 
}
#Part_Results .Avail_3
{
	background-image:url(images/Avail_3.png); 
}
#Part_Results .Avail_4
{
	background-image:url(images/Avail_4.png); 
}
#Part_Results .Avail_5
{
	background-image:url(images/Avail_5.png); 
}


/* ///////////////////////////////////////////////////////////////////////////////
/*  Navigator																	*/

.Navigator
{
	width:100%;
	clear:both;
	height:18px;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	position:relative;
 }

.Navigator a
{
	text-decoration:none;
	font-style:normal;
	color: #2e2f5f;
}

.Navigator .RecordFound
{
	float:left;
	height:18px;
	width:150px;
	font-weight: bold;
	color:white;
	padding:0.1em;
}

.Navigator .Pages
{
	width:auto;
	text-align:right;
	/* position: absolute;*/
	top:0px;
	
	display:block;
	float:right;
}

.Navigator .Page
{
	width:20px;
	height:14px;
	float:left;
	display:block;
	background-color: Transparent;
	text-align:center;
	padding:0.1em;
}

.Navigator .ActivePage
{
	width:22px;
	height:14px;
	padding:0.1em;
	float:left;
	display:block;
	background-color: Transparent;
	font-weight: bold;
	color:White;
	text-align:center;
}

.Navigator .FirstPage, .Navigator .PrevPage, .Navigator .NextPage, .Navigator .LastPage
{
	width:auto;
	height:14px;
	float:left;
	display:block;
	background-color: Transparent;
	padding:0.1em;
}

.Navigator .PrevPage, .Navigator .NextPage
{
	width:auto;
	height:14px;
	float:left;
	display:block;
	background-color: Transparent;
	margin:0px 4px;
	padding:0.1em;
}


.Navigator .PageSeparator
{
	display:block;
	float:left;
	Border-right:1px solid transparent;
	width:1px;
	height:4px;
	margin-top:6px;
	background-color: Transparent;
		
}


