﻿body
{
  background: url(Images/bg.png) repeat-x;
  background-color: #f1f1f1;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}

h1, h2, h3, h4, h5, h6
{
  margin: 0px;
  padding: 0px 0px 10px 0px;
}

a
{
  text-decoration: none;
}

.formWrap
{
  height: 100%;
  margin: 0 auto;
  width: 960px;
}

.content
{
  float: left;
  margin-top: 50px;
  min-height: 625px;
  padding: 10px;
  width: 960px;
}

.mainContentWrap
{
  float: left;
  left: 209px;
  margin-right: -700px;
  min-height: 625px;
  position: relative;
  width: 720px;
  padding: 0 10px;
}

.mainContent
{
  float: left;
  height: 100%;
  min-height: 625px;
  padding: 10px 0 10px;
  width: 100%;
}

.content .productsNavWrap .mainContent
{
  margin-left: 20px;
}

p
{
  font-family: inherit;
  font-size: inherit;
}

.mainContentHeader h1
{
  margin-top: 0;
}

.topCustomContent, .bottomCustomContent, .startCustomContent, .finishCustomContent, .errorCustomContent
{
  float: left;
  margin-bottom: 10px;
  width: 100%;
}

/* Removes dotted frame around all buttons */

:focus
{
  outline: none;
}

::-moz-focus-inner
{
  border: 0;
}

/* Global Separators */

.headlineSeparator, .contentSeparator, .contentSeparatorDotted
{
  border-width: 0 0 2px;
  float: left;
  margin: 0 0 20px 0;
  width: 100%;
}

/* Styles common for Account and CartItems Grids */

.numericalValue
{
  text-align: right;
}

/* Header */

.header
{
  height: 80px;
}

.logoImage {
  padding: 25px 15px 15px;
  box-shadow: 0 0 5px 4px rgba(0,0,0,.1);
}

.loginInfo
{
  height: 30px;
  padding-top: 12px; 
  text-align: right;
}

.loginInfoCaption
{
  display: none;
}

.accountLinkButtonWrap, .logoutLinkButtonWrap, .loginLinkButtonWrap
{
  float: right;
  margin-top: 4px;
}

.accountLinkButtonWrap
{
  margin-right: 15px;
}

/* Footer */

.footer
{
  clear: both;
  height: 30px;
  padding-right: 30px;
}

.footer .info
{
  float: right;
  text-align: right;
  margin: 10px 10px 0;
}

.footer .info a:hover
{
  text-decoration: none;
}

.customerSite
{
  float: right;
  margin-left: 10px;
}

.customerSiteDropDownList
{
  margin-top: 1px;
  width: 150px;
}