#uShip_outerwrapper {
  width: 960px !important;
}
.gutter #uShip_page {
  margin: 0;
}
/*** story header ***/
.story_header {
	background-color: #f0b247;
	color: #fff;
	margin: 0 0 7px 0;
	padding: 10px 15px;
}

	.story_header h1 {
		margin: 0;
	}
	
	.story_header h3 {
		margin: 0;
	}
	
/*** latest story ***/
.latest_story {
  padding: 7px 11px 10px 11px;
  background-color: #fff6e7;
  line-height: 17px;
  margin: 0 0 15px 0;
}
  .latest_story .story_body {
    margin: 3px 0 0 0;
    padding-left: 66px;
    background: transparent url('/sticky/images/community/stories/Quote_Open.png') no-repeat 5px 5px;
    min-height: 51px;
    _height: 51px;
  }
    .latest_story .story_body strong {
      color: #5d5d5d;
    }
      .latest_story .story_body strong span {
        color: #f28301;
      }

/*** section selects ***/
.story_nav {
  margin: 0 0 15px 0;
}
  .story_nav select {
    width: 186px;
    margin-right: 10px;
  }
	
/*** generic story group styles ***/
.row {
  clear: both;
}
  .row .storyGroup {
    width: 310px;
    float: left;
    margin: 0 15px 15px 0;
    *min-height: 1px; /* ie7 */
    _height: 1px; /* ie6 */
  }
  .row .lastGroup {
    margin-right: 0;
  }
    .row .storyGroup h2 {
      padding: 0 7px;
      background-color: #f4f4f4;
      font-size: 14px;
      height: 27px;
      line-height: 27px;
      margin: 0;
    }
      .row .storyGroup h2 a {
        text-decoration: none;
      }
    .row .storyGroup .stories {
      padding: 10px 6px 0 6px;
      position: relative;
    }
      .row .storyGroup .stories img {
        position: absolute;
			  right: 10px;
			  top: -29px;
      }
 
 /*** commodity specific styling ***/
/* boats */
.row .boats h2 {
  background-color: #d9e4ee;
}
  .boats h2 a {
    color: #214a7b;
  }
  
/* business & industrial */
.row .businessindustrial h2 {
  background-color: #e5eff8;
}
  .businessindustrial h2 a {
    color: #459bcb;
  }
  
/* ebay */
.row .ebay h2 {
  background-color: #f5fae5;
}
  .ebay h2 a {
    color: #99cc00;
  }
  .row .ebay .stories img {
    top: -33px;
  }
  
/* food & agriculture */
.row .foodAndAgriculture h2 {
  background-color: #cce1d6;
}
  .foodAndAgriculture h2 a {
    color: #006b3c;
  }
  .row .foodAndAgriculture .stories img {
    top: -30px;
  }
  
/* freight */
.row .freight h2 {
  background-color: #fef6da;
}
  .freight h2 a {
    color: #5f4e07;
  }
  
/* heavy equipment */
.row .heavyequipment h2 {
  background-color: #fef6da;
}
  .heavyequipment h2 a {
    color: #5f4e07;
  }
  
/* household & office movies */
.row .householdmoves h2 {
  background-color: #eff6fa;
}
  .householdmoves h2 a {
    color: #236477;
  }
  
/* household goods */
.row .householdgoods h2 {
  background-color: #efeae4;
}
  .householdgoods h2 a {
    color: #513411;
  }
  
/* junk */
.row .junk h2 {
  background-color: #d8d8d8;
}
  .junk h2 a {
    color: #000;
  }	

/* motorcycles */
.row .motorcycles h2 {
  background-color: #fae5e5;
}
  .motorcycles h2 a {
    color: #553610;
  }

/* passengers */ 
.row .passengers h2 {
  background-color: #daebf5;
}
  .passengers h2 a {
    color: #459bcb;
  }
  
/* pets & livestock */
.row .petsandlivestock h2 {
  background-color: #f2ece5;
}
  .petsandlivestock h2 a {
    color: #553610;
  }
  
/* ritchie bros */
.row .ritchiebros h2 {
  background-color: #fef6da;
}
  .ritchiebros h2 a {
    color: #5f4e07;
  }
  .row .ritchiebros .stories img {
    top: -33px;
  }

/* special care */
.row .specialcare h2 {
  background-color: #ebebeb;
}
  .specialcare h2 a {
    color: #444444;
  }
  .row .specialcare .stories img {
    top: -28px;
  }
  
/* vehicles */
.row .vehicles h2 {
  background-color: #fae5e5;
}
  .vehicles h2 a {
    color: #553610;
  }
  .row .vehicles .stories img {
    top: -26px;
  }