@import url("/stylesheets/header.css");
@import url("/stylesheets/leftbar.css");
@import url("/stylesheets/mainarea.css");
@import url("/stylesheets/footer.css");



div#container
{
   position: absolute;
   width: 900px;
   left: 50%;
   margin-left: -450px;
   background-color: #c1c1c1;
}

.colored
{
  color: #2AB904;
}

.errorbox
{
    background: url("../images/checkout/errorbox-icon.gif") no-repeat 10px, 10px;

    width: 625px;
    margin: 10px;
    margin-left: 5px;
    background-color: #FFD79C;
    display:inline-block;
    border: 2px solid #C6A270;
    -moz-border-radius: 10px 10px 10px 10px;
}

.errorbox p {
  margin-left: 60px;
  padding: 7px;
  color: #FF9C00;
  font-size: 12px;
  font-weight: bold;
}



/*  leftbar heeft postition: absolute,  hierdoor bepaalt maincontentarea de hoogte  */
/*  als er weinig in maincontentarea staat, wordt leftbar afgekapt of komt hij over de footer heen */
/*  deze dif zorgt voor een minimum hoogte als er weiig content is.    */
#minimumheight
{
  width: 0px;
  height: 325px;
  float: left;
}

.main-content-no-left {
	width:970px;
	overflow:hidden;
	float:left;
}
