﻿
/*************Vendor List****************/
.dragHandle 
{
	background-color:Transparent;
    width:10px;
    height:10px;
       
}

.processing 
{
	background-color:Transparent;
    color:black;  
       
}

.reorderCue 
{
	background-color:Transparent;
    height:25px;                       
}

LI {
    list-style:none;
}

.vendorInfoList 
{
	background: white; 
	width: 400px; 
	text-align: left; 
	vertical-align:top;
}

.vendorInfoList h3 
{
	font-size: 9px;
	color: black;
}

/********** SpokeMaster ************/
.LeftFlangeDiameter 
{
	text-align: center;
	position:absolute; 
	z-index:200; 
	top:182px; 
	width: 25px;
	left: -4px;
}

.editLeftFlangeDiameter 
{
	text-align: center;
	position:absolute; 
	z-index:200; 
	top:182px; 
	width: 20px;
	left: 0px;
}

.RightFlangeDiameter 
{
	text-align: center;
	position:absolute; 
	z-index:200; 
	top:182px; 
	left:422px;
	width: 20px;
}

.editRightFlangeDiameter 
{
	text-align: center;
	position:absolute; 
	z-index:200; 
	top:182px; 
	left:422px;
	width: 20px;
}

.OverLength 
{
	text-align: center;
	position: absolute; 
	z-index: 200; 
	top: 7px; 
	left: 200px;
	width: 80px;
}

.LeftDist 
{
	text-align: center;
	position: absolute; 
	z-index: 200; 
	top: 75px; 
	left: 58px;
	width: 28px;
}

.LeftDistRear
{
	text-align: center;
	position: absolute; 
	z-index: 200; 
	top: 75px; 
	left: 83px;
	width: 28px;
}

.RightDist 
{
	text-align: center;
	position: absolute; 
	z-index: 200; 
	top: 75px; 
	left: 362px;
	width: 28px;
}

.RightDistRear 
{
	text-align: center;
	position:absolute; 
	z-index:200; 
	top:75px; 
	left:335px;
	width: 28px;
}

.RimDiameter
{
	text-align:center;
	position:absolute; 
	z-index:200; 
	top:89px;  /*-27px;*/  /* normally 83 */
	left:77px;
	height: 17px;
	width: 62px;
}

.RimDiameterCustom
{
    text-align:center;
	position:absolute; 
	z-index:200; 
	top:-27px;  /* normally 83 */
	left:104px;
	height: 17px;
	width: 52px;
}

.RimDiameterImg
{
	vertical-align:top;
	position:absolute;
	z-index:10;
	top:-110px;
	left:30px;

}

.DimensionsLabel 
{
	text-align: center;
	position: absolute; 
	z-index: 200; 
	top: 90px; 
	left: 165px;
}


#progressBackgroundFilter {
  position: fixed;
  top:0px;
  bottom:0px;
  left:0px;
  right:0px;
  /*overflow:hidden;*/
  padding:0;
  margin:0;
  background-color:#000; 
  filter:alpha(opacity=50);
  opacity:0.5;
  z-index:1000;
}

 

#processMessage { 
  position: fixed;
  top:30%; 
  left:43%;
  padding:10px;
  width:14%;
  z-index:1001;
  background-color:#fff;
  text-align: center;
  border: solid 2px #000;
} 
