html, body {
  background: #FFF;
  color: #58585a;
  font-size: 12px;
  font-family: Arial, sans-serif;
}

a img {
  border: medium none;
  outline: medium none;
  text-decoration: none;
}

a {
  color: #58585a;
}

a:hover {
  text-decoration: none;
}

.trip_planner_wrapper {
  background: #FFF;
  margin: 0 auto;
  /*width: 989px;*/
  width: 485px;
  padding-top: 55px;
}

#header {
  margin-bottom: 55px;
  overflow: hidden;
  zoom: 1;
}
  #header h2 {
    margin-bottom: 3px;
    letter-spacing: 0.03em;
  }
  #header p {margin: 0; font-size: 11px;}
  #logo {
    float: left;
    display: inline;
  }
  #header_right {
    float: right;
    display: inline;
    text-align: right;
  }
#sub_nav, #nav, #search, .h_nearby, .listing, .add_to_trip_planner, .item_bg_top, .column_spacer, .item_bg_bottom, .map_wrapper, .ds_t, .ds_b {
  display: none !important;
}

.trip_planner_category_items {
  margin-bottom: 15px;
}

.trip_planner_item {
  overflow: hidden;
}

.trip_planner_item_image {
  float: left;
  display: inline;
  margin-right: 15px;
  min-height: 90px;
  height: auto !important;
  height: 90px;
}

#trip_planner_elements h4 {
  border-bottom: 1px solid #EEE;
  padding-bottom: 2px;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: normal;
}

#trip_planner_elements h5 {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 3px;
}

.trip_planner_item {
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid #EEE;
  overflow: hidden;
}

.trip_planner_item_details p {
  color: #58585a;
  font-size: 11px;
  margin-top: 0;
  line-height: 1.6em;
}

.event_date {
  display: block;
  margin: 0 0 2px 0;
  font-weight: bold;
}

.major_event {
  float: right;
  display: inline;
  width: 49px;
  height: 48px;
}

#right_sidebar {
  display: none;
}

#wrapper {
  background: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible !important;
}

#item_content, html {
  background: #FFF;
}

.right_column_content {
  margin-top: 20px;
}

#header {
  margin: 0 0 15px 0 !important;
  height: auto !important;
  width: auto !important;
}

#header h1 {
  text-indent:   0 !important;
  height:        auto !important;
  font-size:     18px;
  float:         none !important;
  width:         auto !important;
  display:       block !important;
  background:    none !important;
}

.content_copy h4, .content_copy h3 { margin-left: 0; }

.right_column_content {
  overflow:      visible;
  margin-top:    0;
}

.left_col_container, .content_copy {
  overflow:      visible !important;
}

#right_column {
  float:         none !important;
  clear:         both !important;
  width:         auto !important;
  position:      none !important;
}

.col_3         { width: 490px !important; }
#item_content  { overflow: visible !important; }
body           { background: none !important; }
.col           { width: auto !important; }
.content_inner { background: none !important; }
