﻿/* warning: not correctly placed css */
.StyledPanel h2, .StyledPanel .MessageBox, .StyledPanel h3, .StyledPanel .DetailsView, .StyledPanel p, .StyledPanel .RightColumn .Button
{
  margin-left: 10px;
}
.StyledPanel .MessageBox p
{
  margin-left: 0;
}
.RightColumn .Button
{
  float: left;
}
.StyledPanel .ShippingSameAsBillingAddress
{
  margin: 10px;
}

.Button.ToPasswordRecovery
{
  margin: 10px 0 10px 0;
  width: 140px;
  height: 26px;
  font-weight: bold;
  line-height: 26px;
}

.LoginPanel
{
  width: 300px;
}

.LoginPanel .Button
{
  float: right;
  margin-bottom: 10px;
}
/* end warning */

.DetailsView
{
  display: block;
  margin: 10px 0 10px 0;
  border-collapse: collapse;
}

.DetailsView .Header
{
}

.DetailsView .Row
{
  font-weight: normal;
}

.DetailsView .Cell
{
  padding: 3px 0 3px 0;
}

.DetailsView .Cell.Header
{
  font-weight: normal;
  width: 130px;
}


.DetailsView .Cell.Header .Label
{
  margin: 0;
  padding: 0;
}

.DetailsView .Row.Alternating
{
}

.DetailsView .Row .Button
{
  float: left;
  margin: 10px 0 0 0;
}

.DetailsView .Footer
{
}
