.hpPhoto {
   z-index: 0;
   width: 638px;
   height: 250px;
   overflow: hidden;
   border: 1px solid #fff;
}
#innerMainContent {
	padding: 0;
	width: 640px;
}

#featuredItems {
   width: 638px;
   padding-top: 20px;
}
#featuredWide {
   width: 299px;
   float: left;
}
#featuredTall {
   float: left;
   width: 338px;
}
#featuredTall .featuredItem {
   float: left;
}

/* Theme wide */
.themeWide {
    margin: 0 19px 20px 20px;
    width: 260px;
    overflow: hidden;
    position: relative;
}
.themeWide .themeImage {
    margin-right: 20px;
    border: 1px solid #fff;
    float: left;
}
.themeWide .info {
    width: 139px;
    padding-bottom: 1px;
    float: left;
}

.teaserTall {
    width: 129px;
    padding: 0 20px 0 19px;
    border-left: 1px solid #d9d9d9;
    position: relative;
}
.teaserTallSimple {
    float: left;
    text-align: center;
    width: 115px;
    padding: 10px 12px 20px 12px;
    margin-top: 10px;
    height: 150px;
    position: relative;
}
.teaserTall .teaserImage,
.teaserTallSimple .teaserImage {
    padding-bottom: 20px;
    text-align: center;
}
.teaserTallSimple .teaserImage {
    height: 90px;
}
.teaserTall .teaserName,
.teaserTall .teaserName a,
.teaserTallSimple .teaserName,
.teaserTallSimple .teaserName a {
    font-weight: bold;
}
.teaserTall .teaserDescription {
}
.teaserPurchase {
/*    position: absolute;
    bottom: 0;
*/
    padding-top: 10px;

}

#featuredItems a:link, #featuredItems a:visited {
    text-decoration: none
}
#featuredItems a:hover, #featuredItems a:active {
    text-decoration: underline;
}
#featuredItems .prodTallLinks a:link, #featuredItems .prodTallLinks a:visited {
    font-size: 11px;
    color: #000;
    text-decoration: none;
}
#featuredItems .prodTallLinks a:hover, #featuredItems .prodTallLinks a:active{
    font-size: 11px;
    color: #E60003;
    text-decoration: underline;
}