div.purchaseFlowPanel {
  height: 80px;
  margin: 10px 0;
}

div.purchaseFlowAvatar {
  float: left;
}

div.purchaseFlowAvatar div.AvatarElement span.AvatarUsername {
  display: none;
}

div.purchaseFlowUser {
  background-color: #000000;
  color: #4ab2d5;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  text-indent: 15px;
}

div.purchaseFlowSteps {
  background-color: #4ab2d5;
  color: #0a5e7a;
  font-size: 18px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  text-indent: 15px;
}

div.purchaseFlowSteps > div {
  float: left;
}

div.purchaseFlowSteps.shop span.shopStep {
  color: #ffffff;
}

div.purchaseFlowSteps.confirm span.confirmStep {
  color: #ffffff;
}

div.purchaseFlowSteps.complete span.completeStep {
  color: #ffffff;
}

div.purchaseStepPanel {
  background: #05212D url(/images/purchase/step_bg.jpg) repeat-x scroll 0 0;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  margin: 10px 0 0;
}

div.purchaseStepPanel div.stepBody {
  margin: 10px;
  padding: 10px 0;
}

div.purchaseStepPanel div.stepTitle {
  background-color: #041019;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: normal;
  padding: 5px 10px;
}

div.purchaseStepPanel div.component {
  color: #ffffff;
  display: block;
  margin: 10px;
}

div.purchaseStepPanel div.component.productInfo {
  width: 200px;
}

div.purchaseStepPanel div.component span.productPrice {
  font-size: 18px;
  font-weight: normal;
  line-height: 26px;
}

div.purchaseStepPanel div.component img.paymentImage {
  margin: 10px 30px;
}

div.purchaseStepPanel div.component a.methodInfoLink {
  margin: 0 30px;
}

div.purchaseStepPanel div.component.billingInfo {
  margin-left: 220px;
  width: 720px;
}

div.purchaseStepPanel div.component div.componentTitle {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  color: #4ab2d5;
  margin: 0 0 10px 0;
  padding: 5px;
}

div.component label i {
  color: #cccccc;
  font-size: 10px;
  font-weight: normal;
}

div.component input {
  font-size: 12px;
  margin: 5px;
  padding: 2px;
}

div.component input.textInput {
  width: 190px;
}

div.component select.country,
div.component select.state {
  margin: 5px;
  width: 190px;
}

div.component select.month,
  div.component select.year {
  margin: 5px;
  width: 90px;
}

div.component a.infoLink {
  color: #4ab2d5;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
}

div.component div.componentFeedback {
  margin: 0 5px;
}

.componentText {
  font-weight: normal;
}

div.productSummary {
  height: 125px;
  width: 200px;
}

div.messageBar {
  font-size: 12px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  margin: 5px;
}

.warning {
  color: #ff6600;
  font-size: 14px;
  font-weight: normal;
}

div.processingContainer {
  margin: 15px 0;
}

div.processingIndicator {
  float: left;
  height: 13px;
  margin: 0 10px 0 0;
  width: 142px;
}

div.processingState {
}

#ModalContent {
  padding: 10px;
}

/*** Buttons ***/
a {
  color: #4ab2d5;
  outline: none;
}
a.button {
  cursor: pointer;
  display: inline-block !important;
  float: left;
  height: 20px;
  margin: 5px 5px 5px 0;
  position: relative;
  text-indent: -9999px;
  width: 100px;
}
a.button:hover {
  background-position: 0 -20px !important;
}
div.floatRight a.button {
  margin: 5px 0px 5px 5px;
}

a.cancelPurchase.button {
  background: transparent url("/images/buttons/cancel_purchase.png") no-repeat scroll 0 0;
}

a.next.button {
  background: transparent url("/images/buttons/next.png") no-repeat scroll 0 0;
}

a.purchase.button {
  background: transparent url("/images/buttons/purchase.png") no-repeat scroll 0 0;
}

a.makeChanges.button {
  background: transparent url("/images/buttons/make_changes.png") no-repeat scroll 0 0;
}

