/* CSS Document */
table.quote{
	width: 156px;
	border: 0;
	padding: 0;
	background-color: #260546;
}
table.quoteInside{
	width: 100%;  
	border: 0; 
	padding: 3px; 
	background-color: #FDFDFF;
	
}

.quote-who {padding: 5px 0 0 0;
	font-size :11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #1F4E69;
	font-weight: bold;
	letter-spacing: normal;
	line-height: normal;
	text-align: right;
}
.sidebar, div.quoteInside{
	font-size :11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #1F4E69;
	TEXT-DECORATION: none;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0.02em;
	text-indent: -2px;
	padding: 0;
	}
	div.quoteInside{
	margin-left: 10px;
	padding: 10px; 
	border: 2px solid #260546; 
	background-color: #FDFDFF;
	text-align: left;
}
A.sidebar, A.sidebar:Visited, A.sidebar:Active  {
	font-size :11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #2C2C2C;
	TEXT-DECORATION: none;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0.03em;
	text-indent: -2px;
}
A.sidebar:Hover  {
	color : #71AFD5;
	text-decoration: underline;
}
.testimonial{padding:0 0 30px 0;}
.testWho {text-align:right;}
			/*------------ List Bullet to highlight new DVD ---*/
ul.newRed, li.newRed {
	margin: 0; padding: 0px;
	list-style-type: none; 
	list-style: none;
}
li.newRed{background: url(../assets/new-red.jpg) left top no-repeat;
	padding: 0 20px 0px 40px; }