body {
  background: #EDF1F8;
}
#doc4 {
  background: #ffffff;
  
}
#menu_container {
  height: 100px;     
  background: #ffffff url('images/menu_background.gif') no-repeat;
}
#menu {
  position: relative;        
}

#menu .menu_item {
  float: left;
  display: block;        
}

#menu .menu_item a {
  float: left;
  display: block;        
  height: 100px;
  width: 190px;        
  line-height: 250px;
  color: #ffffff;
  overflow: hidden;
}
#home {
  background: url('images/home_menu.png') no-repeat;
}
#mac-info-menu {
  background: url('images/info_menu.png') no-repeat;
  border-left: 2px solid #8f8f8f;
}
#mac-mini-menu {
  background: url('images/mac_mini_menu.png') no-repeat;
  border-left: 2px solid #8f8f8f;
}
#lcd-menu {
  background: url('images/lcd_menu.png') no-repeat;
  border-left: 2px solid #8f8f8f;
}
#accessories-menu {
  background: url('images/accessories_menu.png') no-repeat;
  border-left: 2px solid #8f8f8f;
}
#hd {
  background: #EDF1F8;
  padding: 10px 0 0 0;
}
.yui-g {
  background: #EDF1F8;
  
}
.yui-ge {
  padding: 0 5px 0 5px;
}
#ft {
  padding: 15px 0 0 50px;
  height: 50px;
  color: #737171;
  background: #EDF1F8 url('images/body_background.png') no-repeat;
}
#ft a {
  color: #737171;
  text-decoration: none;
}
#ft a:hover {
  text-decoration: underline;
}

/*
 Product stuff
*/
.listing-header {
  font-size: 1.1em;
  text-align: center;
  font-weight: bold;
  border-bottom: 2px solid #737171;
  border-top: 1px solid #737171;
}
.item-title {
  font-size: 1.3em;
  padding-left: 5px;
}
.item-title a {
  text-decoration: none;
  color: #737171;
  border-bottom: 1px dashed #737171;
}
.item-title a:hover {
  border-bottom: 1px solid #737171;
  color: #000000;
}
.item-subtitle {
  padding: 10px 0 0 5px;
}
.row-odd {
  
}
.item-row {
  border-bottom: 1px solid #737171;
  margin: 2px 0 2px 0;
}
#paging {
  text-align: center;
  width: 100%;
  font-size: 1.1em;
}
#paging a {
  text-decoration: none;
  color: #737171;
  border-bottom: 1px dashed #737171; 
}
#paging a:hover {
  border-bottom: 1px solid #737171;
  color: #000000;
}
.ending-soon {
  color: red;
}
#search-results-count {
  font-weight: bold;
  font-size: 1.1em;
}
#no-search-results {
  font-size: 1.3em;
  font-weight: bold;
}

/*
  Item Details
*/
#item-details h1 {
  text-align: center;
  font-size: 1.5em;
}
#item-details .current-bid {
  font-size: 1.2em;
}
.bid-button {
  font-size: 1.2em;
  font-weight: bold;
}

/*
  Content Page
*/
#content-page h1 {
  font-size: 1.7em;
  border-bottom: 1px solid #737171;
  margin: 15px 0 10px 0;
}
#content-page h2 {
  font-size: 1.4em;
  font-weight: bold;
}
#content-page h3 {
  font-size: 1.2em;
  font-weight: bold;
}
#content-page p {
  margin-bottom: 1.2em;
}