/* CSS for Quick Add page */
#bsiQuickOrderContainer {
    color: #444444;
    width: 940px;
    margin-left: 20px;
display:table;
}

.bsiQuickOrder {
    float: left;
}

.bsiSKU {
    height: 1.5em;
    margin-right: 10px;
    padding-left: 2px;
}
.bsiQty {
    height: 1.5em;
	width: 3em;
    padding-left: 2px;
}
.bsiCheckItemsResults {
    float: left;
    margin-top: 6px;
}
.ResultWrapper, .clonedInput {
    padding: 6px;
    height:40px;
  /*  border:solid 1px #000000;*/
    border-bottom:solid 1px #dddddd;
    display:table;
}
.ResultWrapper{
    float:right;
    width:435px;
}
.Results {
    height: 35px;
    padding-left: 40px;
    position: relative;
}
.ResultImg {
    border-right: 1px solid #E6E6E6;
    margin-right:5px;
    margin-left:5px;
    float:left;
}
.ResultName {
    left: 0;
    position: relative;
    top: 0;
    width: 350px;
}
.ResultError {
    color: red;
    font-weight: bold;
    line-height: 35px;
    margin-left: -35px;
    width: 350px;
}
.ResultCentered {
    line-height: 35px;
    width: 350px;
}
.ResultBottom {
    float: left;
}
#bsiFormButtons {
    clear: both;
    padding-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 16px;
}
.AddQuickOrderRow
{
    background-image:url("AnotherRow.png");
    width:173px;
    height:30px;
    border:solid 1px #ffffff;
    background-repeat:no-repeat;
    background-position:left top;
    background-color:#ffffff;
    float:none;
    cursor:pointer;
    display:inline-block;
}
.AddQuickOrderRow:hover{
   background-image:url("AnotherRow_hover.png");
}

.CheckQuickOrder
{
    background-image:url("CheckItems.png");
    width:121px;
    height:30px;
    border:solid 1px #ffffff;
    background-repeat:no-repeat;
    background-position:left top;
    background-color:#ffffff;
    float:none;
    cursor:pointer;
    display:inline-block;
}
.CheckQuickOrder:hover{
   background-image:url("CheckItems_hover.png");
}

.QuickOrderAddAnotherRowButton
{
}
.QuickOrderCheckItemsButton 
{
}
.QuickOrderAddToCartButton 
{
    float:none;
    display:inline-block;
}

.autocomplete_completionListElement 
{  
	margin : 0px!important;
	background-color : window;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 120px;
    text-align : left; 
    list-style-type : none;
    font-family : Courier New;
    font-size : 9pt;
}

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
	margin-left:-35px;
}



.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
	margin-left:-35px;
}


/* -- Override jquery UI styles --*/
.ui-widget-content a {
    font-size: 11px;
}

.ui-menu {
   text-align: left;
}