.customer                             { border-bottom: 1px solid #ddd; margin-bottom: 10px; padding-bottom: 5px; }
.customer h4                          { margin: 0 0 5px 0 !important; }
.customer p                           { margin: 0 0 8px 0; padding: 0; }
.customer img                         { float: right; }
.customer .video                      { padding: 2px 35px 2px 0; background: url(/solutions/customers/images/icon_video.png) no-repeat 100% 0; }
.industry h4                          { margin-bottom: 20px; }

.sidebar-box                          { width: 223px; background: url(/site/images/sidebar/sidebar_bg_bottom.png) no-repeat 0 100%; margin-bottom: 10px; padding: 40px 1px 20px 1px; position: relative; }
.sidebar-box h2                       { width: 225px; position: absolute; left: 0; top: 0; height: 23px; padding: 10px 0 0 20px; margin: 0 !important; font-size: 120% !important; background: url(/site/images/sidebar/sidebar_bg_heading.png) no-repeat 0 0; }
.sidebar-box ul                       { margin: 5px 20px; }
.sidebar-box ul li                    { margin-bottom: 5px; }
.sidebar-box h4                       { padding: 10px 20px 0 20px; margin-top: 20px; border-top: 1px solid #ddd; }

blockquote                            { margin: 20px 30px; color: #616161; font: normal 130%/160% "Helvetica Neue", Helvetica, Arial, sans-serif; }


#contentHeader {
	position: relative;
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
}

#printButton {
	display: block;
	width: 120px;
	height: 30px;
	background: url(../test/images/printButton.png) 0 0 no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 0;
	right: 0;
}	
#user-info {
	position: relative;
	overflow: hidden;
	zoom: 1;
	padding-bottom: 10px;
}
#user-info .description {
	width: 500px;
	float: left;
}
#user-info #name-card {
	float: right;
	margin-right: 5px;
}
#user-info #name-card a {
	border: 2px solid #39f;
	display: block;
}
#user-info #name-card a:hover {
	border-color: #06f;
}
h4 {
	font-size: 150%;
	font-weight: bold;
}

h4 img {
	vertical-align: middle;
}
.unit {
	padding-bottom: 30px;
}


/* list */
.unit ul {
	overflow: hidden;
}
.unit li {
	color: #999;
	width: 50%;
	float: left;
}
.unit li.true {
	color: #333;
	font-weight: bold;
}

