div.error_left {
  width:               532px;
  height:              484px;
  padding:             15px 20px 15px 20px;
  overflow:            hidden;
  float:               left;
  text-align:          left;
  color:               #4f4f4f;
  font-size:           12px;
}

div.error_right {
  width:               406px;
  height:              514px;
  overflow:            hidden;
  float:               left;
  text-align:          left;
}

div.body_bottom {
  width:               100%;
  overflow:            hidden;
  float:               left;
  background-image:    url(/images/sell/background.gif);
  background-repeat:   repeat-y;
}

div.body_left {
  width:               177px;
  overflow:            hidden;
  float:               left;
  text-align:          left;
}

div.body_right{
  width:               801px;
  overflow:            hidden;
  float:               left;
  text-align:          left;
}

div.body_seperator {
  width:               100%;
  height:              1px;
  overflow:            hidden;
  float:               left;
  background-color:    #ffff66;
  border-top:          1px #fead00 solid;
  border-bottom:       1px #ffcc00 solid;
}

div.error_right div.images {
  width:               406px;
  height:              515px;
  position:            relative;
}

div.error_right img.featureimage {
  width:               406px;
  height:              515px;
}

div.error_right div.images img {
  position:            absolute;
  top:                 0;
  left:                0;
}

/* myljhooker */

div.body_left div.myljhookerfragment {
  width:               155px;
  height:              285px;
  padding:             0 11px 0 11px;
  background-color:    #ffcc00;
  font-size:           12px;
}

div.body_left div.myljhookerfragment div.enterbutton {
  width:               100%;
  text-align:          right;
  overflow:            hidden;
}

div.body_left div.myljhookerfragment input.sitecontentsearch {
  width:               100px;
}

div.body_left div.myljhookerfragment select.quicklinks {
  width:               145px;
}

/* Links */

div.contentlinks {
  width:               100%;
  overflow:            hidden;
  background-color:    #f7f5ec;
  font-size:           12px;
  padding-top:         20px;
}

div.contentlinks div.column {
  width:               239px;
  padding-left:        28px;
  overflow:            hidden;
  float:               left;
}

div.contentlinks ul {
  margin:              0 0 40px 0;
  padding:             0;
}

div.contentlinks ul li {
  list-style-type:     none;
  width:               201px;
  padding:             4px 0 4px 38px;
  background-image:    url(/images/home/linksarrow.gif);
  background-repeat:   no-repeat;
  background-position: left center;
}

div.contentlinks ul li.heading {
  width:               239px;
  padding:             5px 0 5px 0;  
  background-image:    none;
  color:               #f47b1f;
  font-weight:         bold;
}

div.contentlinks a, div.contentlinks a:visited {
  color:               #666666;
  text-decoration:     none;
}

div.contentlinks a:hover, div.contentlinks a:active {
  text-decoration:     underline;
}

