a {
  color:                        #AB113D;

  font-family:                  Arial, Helvetica, sans-serif;
  font-size:                    12px;
}

/* 
    This is needed to show the vertical scrollbars in Mozilla.
    If we didnt do this everytime the page is so long that scrollbars appear,
    the center point of the page shifts to the left and so does the webpage itself.
*/
html {
    overflow:                   -moz-scrollbars-vertical;
}

/* 
    Ensure there is no spacing at the top of the page 
*/
body {
    margin-top:                 0px;
}

table {
  color:                        #999999;

  font-family:                  Arial, Helvetica, sans-serif;
  font-size:                    12px;

  text-align:			        left;
}

.secondHandProduct {
  margin-left:                  auto;
  margin-right:                 auto;
  margin-bottom:                20px;

  border:                       1px solid #AB113D;
}

.secondHandProductBrief {
  width:                        100%;
  border:                       1px solid #AB113D;

  margin-bottom:                20px;
}

.searchSecondHand td {
  padding-right:                10px;
}

.secondHandProductUitgelicht {
  width:                        290px;

  border-bottom:                8px solid white;
}

.secondHandProducts {
  margin-left:                  auto;
  margin-right:                 auto;
  margin-bottom:                20px;

  width:                        350px;

  border:                       1px solid #AB113D;
}

.newProduct {
  margin-left:                  auto;
  margin-right:                 auto;
  margin-bottom:                20px;

  width:                        350px;

  border:                       1px solid #AB113D;
}

.newProductBrief {
  width:                        100%;
  border:                       1px solid #AB113D;

  margin-bottom:                20px;
}

.newProductUitgelicht {
  width:                        290px;

  border-bottom:                8px solid white;
}

.newProducts {
  margin-left:                  auto;
  margin-right:                 auto;
  margin-bottom:                20px;

  width:                        350px;

  border:                       1px solid #AB113D;
}

.newsMessageUitgelicht {
  width:                        290px;
}

.websiteTexts {
  margin-left:                  auto;
  margin-right:                 auto;
  margin-bottom:                20px;

  width:                        350px;

  border:                       1px solid #AB113D;
}

.secondHandProductParent {
  /* border:                       1px solid #AB113D; */

  width:                        798px;
}
 
.secondHandProductCategory {
  margin-left:                  auto;
  margin-right:                 auto;
  margin-bottom:                20px;

  width:                        350px;

  border:                       1px solid #AB113D; 
}

.newProductCategory {
  margin-left:                  auto;
  margin-right:                 auto;
  margin-bottom:                20px;
      
  width:                        350px;

  border:                       1px solid #AB113D;
}

.newsMessage {
  margin-left:                  auto;
  margin-right:                 auto;
  margin-bottom:                20px;

  color:                        #999999;

  border:                       1px solid #AB113D;
}

.adminNewsMessage {
  margin-left:                  auto;
  margin-right:                 auto;
  margin-bottom:                20px;

  width:                        350px;

  border:                       1px solid #AB113D;
}

.deleteSecondHandProductCategory {
  margin-left:                  auto;
  margin-right:                 auto;
  margin-bottom:                20px;

  border:                       1px solid #AB113D;
}

.align-left {
  text-align:                   left;
}

.align-center {
  text-align:                   center;
}

.align-right {
  text-align:                   right;
}

.valign-top {
  vertical-align:               top;
}

.valign-center {
  vertical-align:               center;
}

.valign-bottom {
  vertical-align:               bottom;
}

.center {
  margin-left:                  auto;
  margin-right:                 auto;
}

.error {
  color:                        red;
}

img {
  border-width:                 0px;
}

th {
  background-color:             #AB113D;
  color:                        white;

  font-family:                  Arial, Helvetica, sans-serif;
  font-size:                    12px;
}

textarea {
  font-family:                  Arial, Helvetica, sans-serif;
  font-size:                    12px;
}

.defaultText {
  color:                        #999999;

  font-family:                  Arial, Helvetica, sans-serif;
  font-size:                    12px;
}

.welcome {
  color:                        #999999;

  font-family:                  Arial, Helvetica, sans-serif;
  font-size:                    12px;
}

.login {
  margin-left:                  auto;
  margin-right:                 auto;
  margin-bottom:                20px;

  width:                        350px;

  border:                       1px solid #AB113D;
}

.button {
  color:			white;
  background-color:             #AB113D; 

  font-family:                  Arial, Helvetica, sans-serif;
  font-size:                    12px;
}

.text {
  font-family:                  Arial, Helvetica, sans-serif;
  font-size:                    12px;
}

.websiteText {
  margin:                       0px auto;
  
  width:                        798px;

  font-family:                  Arial, Helvetica, sans-serif;
  font-size:                    12px;
}

.adminWebsiteText {
  margin:                       0px auto;

  border:                       1px solid #AB113D;
  
  width:                        798px;
}

.bannerImagesAdmin {
  margin:                       0px auto;

  border:                       1px solid #AB113D;

  width:                        350px;
}

.contactForm {
  border:                       1px solid #AB113D;
}

.fullWidth {
  width:                        100%;
}

.border {
  border:                       1px solid #AB113D;
}

/* The div around the <li></li>. This allows positioning etc of the li */
.newProductLiWrapper {
  padding-top:                  20px;
}

/* The <li> tag */
.newProductLi {
        
}

/* This is the style of the text of the <ul> tags within the <li> tag */
.newProductLiText {
  font-family:                  Arial, Helvetica, sans-serif;
  font-size:                    12px;
}

/* The div around the <li></li>. This allows positioning etc of the li */
.secondHandProductLiWrapper {
  padding-top:                  20px;
}

/* The <li> tag */
.secondHandProductLi {
}

/* This is the style of the text of the <ul> tags within the <li> tag */
.secondHandProductLiText {
  font-family:                  Arial, Helvetica, sans-serif;
  font-size:                    12px;
}


