/* featured products */

.featured-products {
 border: 1px solid #c8c8c8;
 border-left: none;
 margin-bottom: 4px;

 position: relative;
 font-family: "Helvetica", "Arial", sans-serif;
 height: 199px;
 width: 100%;
 overflow: hidden;
}

.featured-products .products {
 height: 164px;
 background-repeat: repeat-x;
 background-image: url( '../graphics/featured-products-background.png' );
 background-position: 0px 100%;
 position: absolute;
 width: 20000em;
}

.featured-products .product {
 position: relative;
 float: left;
 width: 630px; 
}


.featured-products .product .headline, 
.featured-products .product .slogan,
.featured-products .product .title {
  position: absolute;
  left: 275px;
  width: 320px;
}


.featured-products .product .headline {
 color: #0099ff;
 font-weight: bold;
 top: 19px;
 font-size: 14px;
}

.featured-products .headline a:link, 
.featured-products .headline a:hover, 
.featured-products .headline a:visited {
 color: #0099ff !important;
 font-size: 14px !important;
 font-weight: bold !important;
}

.featured-products .product .title {
 top: 54px;
 color: #525252;
 font-weight: bold;
 font-size: 16px;
}

.featured-products .title a:link, 
.featured-products .title a:hover, 
.featured-products .title a:visited {
 color: #525252 !important;
 font-size: 16px !important;
 font-weight: bold !important;
}

.featured-products .product .slogan {
 top: 109px;
 color: black;
 font-weight: bold;
 font-size: 13px;
}

.featured-products .slogan a:link, 
.featured-products .slogan a:hover, 
.featured-products .slogan a:visited {
 color: black !important;
 font-size: 13px !important;
 font-weight: bold !important;
}


.featured-products .navigation {
 font-size: 10px;
 color: #888888;
 padding-left: 45px;
 height: 18px;
 bottom: 3px;
 position: absolute;
} 


.featured-products .product-image img {
 margin-top: 8px;
 margin-left: 12px;
}

.featured-products .navigation img,
.featured-products .navigation a {
 float: left;
 cursor: pointer;
}

.featured-products .navigation a:link,
.featured-products .navigation a:hover,
.featured-products .navigation a:visited {
 font-size: 12px;
}


.featured-products .navigation .active {
 font-weight: bold !important;
 color: #0099ff;
}

.featured-products .navigation img.prev {
 margin-right: 15px;
}

.featured-products .navigation img.next {
 margin-left: 15px;
}

.featured-products .navigation a {
 color: #888888;
}




