/* CSS Document */

#trendsNavMenu
{
	margin: 0; padding: 0; /* reset */
	/*margin-top: 0.3em;  Distance from top edge of div */
	overflow: hidden;  /* Hide unwanted pipe*/
 
	height:1.8em;
	width: 448px;
    text-align:right;
	position:absolute; right:0px;	top: 0px;
 }

#trendsMenuList
{
	margin: 0; padding: 0; /* reset */
    list-style-type: none;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#a2a2a2;
	text-align:right;
	margin-top: 0px;	
}

#trendsMenuList li
{
	margin: 0; padding: 0; 			/* reset */
	display: inline;				/* Makes <li> line up on a line */
	font-size: 11px;
	line-height: 1.0em;				/* Controls height of pipe  */
	border-right: 1px solid #a2a2a2;	/* add pipe as  border*/
	margin-right:  -1.75em; 			/* Hide unwanted pipe Pushed in to overflow area and hidden */
	margin-left: 0.5em;
	padding-right:1.5em;			/* Compensate for shift of margin to hide pipe here  */
	padding-left: 1.5em;
}

/* Style productMenuList anchors */
#trendsMenuList li a:link {
	text-decoration: none;
	color:#a2a2a2;
	}
#trendsMenuList li a:visited {
	text-decoration: none;
	color: #a2a2a2;
	}
#trendsMenuList li a:hover {
	text-decoration: underline;
	color:#FFFFFF;
	}
#trendsMenuList li a:active {
	text-decoration: none;
	color: #a2a2a2;
	}

/* CSS Document */

.trendsTeaser {
margin:0; padding:0;
position:relative;	
top: -20px;		
width:700px;
height:142px;
		}

.trendsTeaser .teaser {
	margin:0;
	padding:0;
	position:absolute;
	left:120px;
	top: 0px;
	overflow:hidden;
	height: 145px;
	width:520px;
	line-height: 1.45em;
	font-size: 10px;

 }
#content .trendsTeaser h3{
	margin:0;
	padding:0;
	margin-bottom:4px;
	line-height: 1.5em;

}
.trendsTeaser a.more {
margin:0; padding:0;
position:absolute;
bottom:15px;
right:0px;
}

.trendsTeaser .more {
margin:0; padding:0;
position:absolute;
bottom:15px;
right:0px;
}
