/* CSS Document */
.testBox
{
	border:1px solid #AAAAAA;
	margin:0px 0px 10px 0px;
	background:#F1E3EA 0px 0px no-repeat url(../images/testimonial-quote.gif);
	color:#333333;
	width:788px;
}
.testText
{
	margin:5px 0 0 25px;
	width:710px;
	font-family:Arial;
	color:#666666;
	font-size:12px;
}
.testBox .custName
{
	text-align:right;
	font-size:11px;
	font-weight:bold;
	margin-right:5px;
}
.pictureContainer
{
	width:788px;
	border:solid 1px #cccccc;
	margin-bottom:10px;
	overflow:hidden;
	background:url(/csp/sim/web/images/orderHeadBG.jpg);
	background-repeat:repeat-x;
}
.pictureInner
{
	padding:5px;
	margin-bottom:5px;
}
.imageBox
{
	width:110px;
	height:156px;
	border:solid 1px #cccccc;
	float:left;
	padding:5px;
	margin-right:15px;
	margin-bottom:5px;
	background:#f9f9f9;
}
.textBox
{
	float:left;
	width:110px;
	height:20px;
	font-family:arial;
	font-size:11px;
	color:#222222;
}
.textBox a:link, .textBox a:visited {font-family:arial;	font-size:11px;	text-decoration:none; color:#444444;}
.textBox a:hover {font-family:arial; font-size:11px; text-decoration:underline; color:#000000;}
.textBox a:active {font-family:arial; font-size:11px; text-decoration:none; color:#444444;}

.redText
{
	color:#990000;
}