#sidebar{
	float: right;
	width: 173px;
	background: #F1E9D7;
}

#sidebarWrapper{
	float: right;
	background-image: url(/images/teaser/sidebar_bg.gif);
	background-repeat: repeat-y;
	background-position: bottom right;
}

.teaser{
	float: left;
	font: 7pt/9pt Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	padding-left: 5px;
	margin-top: 0px;
}

.teaserBottom{
	float: left;
	width: 173px;
	border-bottom: 2px solid #CCCCCC;
}
	
.teaser a {
	font: bold 7pt/9pt Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: underline;}
.teaser a:hover {
	font: bold 7pt/9pt Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: underline;
	background-color: #DECFBC;}
.teaser a:visited {
	font: bold 7pt/9pt Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: underline;}	

.teaserHeader_1{
	width: 173px;
	height: 35px;
	background-image: url(/images/teaser/teaser_header_1.gif);
	background-repeat: no-repeat;
	margin-left: -5px;
}

.teaserHeader_2{
	width: 173px;
	height: 35px;
	background-image: url(/images/teaser/teaser_header_2.gif);
	background-repeat: no-repeat;
	margin-left: -5px;
}

.teaserHeaderText1Line{
	position: relative;
	top: 10px;
	left: 3px;
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
	font-weight: bold;
}

.teaserHeaderText2Line{
	position: relative;
	top: 5px;
	left: 3px;
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
	font-weight: bold;
}

.teaser .heading{
	font-weight: bold;
}

/*********************/
/**** CART TEASER ****/
/*********************/
#cartTeaser{
	width: 165px;	
}

#cartTeaser ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#cartTeaser li{
	padding: 3px 3px 3px 0px;
}

.teaserHeaderTextCart{
	position: relative;
	top: 5px;
	left: 3px;
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
	font-weight: bold;
}

/***************************/
/**** SALES REPS TEASER ****/
/***************************/

#repsTeaser ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#repsTeaser li{
	padding: 3px 3px 3px 0px;
}

/*************************/
/**** PREVIEWS TEASER ****/
/*************************/

#previewsTeaser{
	width:168px;	
}

#previewsTeaser ul{
	margin-top: 5px;
	margin-left: 0px;
	padding-left: 20px;
	padding-right: 5px;
	list-style-type: square;
	list-style-image: url(/images/white_arrow.gif);
}

#previewsTeaser .heading{
	font-weight: bold;	
}