﻿.addressLabel
{
  display:inline-block;
  width:65px;
}
#TotalsLabels
{
  position:absolute;
  text-align: right;
  right:100px;
  top:2px;
}
#Totals
{
 position:absolute; 
 text-align: right; 
 right:2px;
 top:2px;
} 
#TotalsLabels span, #Totals span
{
  font-size:125%;
  padding-top:3px;
  display:block;
}
span[id$="_TotalLabel"], span[id$="_TotalContent"]
{
  font-weight:bold;
}

.SearchCriteriaNotice
{
  display:inline-block;
  border-color:Gray;
  border-width:1px;
  border-style:solid;
  padding:4px;
  margin:6px;
  margin-left:0;
  vertical-align:middle;
}
.SearchCriteriaNotice > span
{
  display:inline;
  font-weight:bold;
  vertical-align:middle;
}
.SearchCriteriaNotice > input
{
  display:inline;
  vertical-align:middle;
}
.SearchLabel
{
  font-weight:normal;
}

.CheckoutButton
{
  background-image:url('/DesktopModules/AutoBiz_Vault/Images/OrangeButton.png');
  background-color:Transparent;
  cursor:pointer;
  background-repeat:no-repeat;
  background-position:left;
  border-style:none;
  text-transform:capitalize;
  font-weight:bold;
  font-size:17px;
  color:White;
  padding:5px;
  height:30px;
  min-width:130px;
  margin-bottom:15px;
  background-size: 100% 100%;
}.CheckoutButtonDisabled
{
  background-image:url('/DesktopModules/AutoBiz_Vault/Images/GreyButton.png');
  background-color:Transparent;
  cursor:default;
  background-repeat:no-repeat;
  background-position:left;
  border-style:none;
  text-transform:capitalize;
  font-weight:bold;
  font-size:17px;
  color:White;
  padding:5px;
  height:30px;
  min-width:130px;
  margin-bottom:15px;
  background-size: 100% 100%;
}
.CheckoutButtonWide
{
  background-image:url('/DesktopModules/AutoBiz_Vault/Images/OrangeButtonWide.png');
  background-color:Transparent;
  cursor:pointer;
  background-repeat:no-repeat;
  background-position:left;
  border-style:none;
  text-transform:capitalize;
  font-weight:bold;
  font-size:17px;
  color:White;
  padding:5px;
  height:30px;
  min-width:200px;
  margin-bottom:15px;
  background-size: 100% 100%;
}
.Backordered
{
  background-color: red !important;
  color: white !important;
  font-weight: bold !important;
}
.BackorderWarning
{
  color: red;
  font-size: 1.4em;
  margin:3px;
}
.CancelButton
{
  background-image:url('/DesktopModules/AutoBiz_Vault/Images/GreyButton.png');
  background-color:Transparent;
  cursor:pointer;
  background-repeat:no-repeat;
  background-position:left;
  border-style:none;
  text-transform:capitalize;
  font-weight:bold;
  font-size:17px;
  color:White;
  padding:0px;
  height:30px;
  width:130px;
  margin-bottom:15px;
}
.CheckoutDiv
{
  padding:0px;
  margin-top:25px;
  float:right;
  display:block;
  text-align:center;
}

div[id$="_AjaxAutoBizPanel_UP_Prog"] 
{
 position:absolute;
 text-align:center;
 vertical-align:middle;
 height:100%;
 width:100%;
 top:0;
 left:0;
 opacity:0.6;
 filter:alpha(opacity=60); /* For IE8 and earlier */
 background-color:White;
 z-index:1000;
}
div[id$="_AjaxAutoBizPanel_UP_Prog"] > img
{
 position:relative;
 top:50%;
 z-index:1001;
 width:200px;
 height:18px;
 opacity:1;
 filter:alpha(opacity=100); /* For IE8 and earlier */
}

.WheelLabel
{
  width:75px;
  display:inline-block;
  padding-top:8px;
}
div[id$="_WheelSearchView_DiameterRadComboBox"]
{
  width:60px;
}
.gridCell 
{
  padding:4px;
}
.numeric
{
  text-align:right;
}
.autoWidth
{
  width:auto;
}

html.rfdButton a.rfdSkinnedButton
     {
     vertical-align: middle;
     margin: 0 0 0 5px;
     }
     div.RadComboBoxDropDown .rcbItem
     {
     margin: 0;
     padding: 0;
     }


.checkoutContents
{
  border: 1px solid grey;
  margin:0px;
  padding:10px;
  position:relative;
}

