div#content-pane {
  width:100%;
}

div#content-pane div#main {
  margin-left:225px;
  margin-right:225px;
}

div#content-pane div#side1 {
  float:left;
  width:195px;
}

div#content-pane div#side2 {
  float:right;
  width: 195px;
}

ol {
  padding-left: 30px;
}

/*
 * Blurbs
 */
.bookBlurb {
  padding: 5px 10px 20px 0;
  width: 100%;
}

* {
  margin: 0;
  padding: 0;
}

/*
 * Celebrate
 */
#HolidayBookshop-celebrate h2 {
  background: url(/images/Holiday/Bookshop/celebrate.gif) no-repeat bottom;
  width: 960px;
  height: 64px;
}

h2 span {
  display: none;
}

.thumbnail {
  margin: 10px 0 50px 60px;
}

/*
 * Promos
 */
.promos .box {
  padding-bottom: 10px;
  width: 195px;
}

.promos .box .top {
  background: url('/images/Holiday/2007/bluebox-top.gif') no-repeat bottom;
}

.promos .box .body {
  background: url('/images/Holiday/2007/bluebox-body.gif') repeat-y;
  padding: 0 8px 0 8px;
  border-bottom: 1px solid #edf8fe;
}

.promos .box .bottom {
  background: url('/images/Holiday/2007/bluebox-bottom.gif') no-repeat top;
}

/*
 * Tabs
 */
.yui-nav {
  background: url('/images/Holiday/Bookshop/celebrate-tabs.gif') no-repeat;
  border: none !important;
  color: #000000;
  font-size: 12px;
  height: 64px;
  padding-left: 350px !important;
}

.yui-nav li * {
  background: none !important;
  border: 0 !important;
  text-align: center;
  margin-top: -2px;
}

.yui-nav li a {
  height: 30px;
  width: 50px;
}

.yui-nav li a.unlimited {
  width: 150px;
  margin-left: 40px;
  padding-top: 10px;
}

.yui-nav li.selected a {
  background: #ffffff !important;
  color: #000000 !important;
  font-weight: bold;
}

.yui-nav li.selected a.unlimited {
  background: none !important;
}

.yui-content {
  background: url('/images/Holiday/Bookshop/celebrate-body.gif') no-repeat bottom !important;
  border: 0 !important;
  padding: 0 !important;
  width: 960px;
}

/*
 * Search
 */
#HolidayBookshop-search {
  margin-right: 60px;
  float: right;
  width: 225px;
}

#HolidayBookshop-search .top {
  background: url('/images/Holiday/Bookshop/search-title.gif') no-repeat bottom;
  height: 52px;
  width: 225px;
}

#HolidayBookshop-search .body {
  background: #e6f4fd;
}

#HolidayBookshop-search .bottom {
  background: url('/images/Holiday/Bookshop/search-bottom.gif') no-repeat top;
  height: 15px;
  width: 225px;
}

fieldset {
  padding: 5px 0 20px 20px;
}

input {
  padding-top: 5px;
}

input.text {
  width: 180px;
}

#enter h2 {
  background: url('/images/Holiday/Bookshop/search-enter-title.gif') no-repeat left;
  height: 40px;
  width: 225px;
}

#options h2 {
  background: url('/images/Holiday/Bookshop/search-choose-options.gif') no-repeat left;
  height: 49px;
  width: 225px;
}

#submit h2 {
  background: url('/images/Holiday/Bookshop/search-find-perfect-gift.gif') no-repeat left;
  height: 39px;
  width: 225px;
}




