/* CSS Document */
/*Default style for SPAN icons. Edit if desired: */

.iconspan{
	float: right; width: 65px; height: 21px;
	text-align: center; display: block;
	margin: 3px; margin-top: -4px; padding-top: 3px;
	background-image:url(../images/shared/smallButton-background.png);
	background-position: ;/* -10px -10px; */
	background-repeat: no-repeat; 
	cursor:hand;	cursor:pointer;
	font-weight: bold; color:#FFF;  font-size:11px;
	/*border: 1px solid blue; */
}
.iconspan2{
	float: right; width: 75px; height: auto;
	text-align: center; display: block; text-decoration: underline;
	margin: 3px;  margin-top: -4px; padding-top: 3px;/* */
	cursor:hand;	cursor:pointer;
	font-weight: bold; color:#606;  font-size:11px;
	/* border: 1px solid blue; */
}
.iconspan2 img { /* margin-top: -15px; */}
/*CSS used to style the examples. Remove if desired: */

.expandPink {color:#F06; font-weight: bold; 	cursor:hand;	cursor:pointer; font-style:italic;}

.expandInfo {text-align: center; color:#906; font-weight: bold; 	cursor:hand;	cursor:pointer;}
.expandInfo img{margin-top: -5px;}
------------------------------------------------------------------------------------------------
.tradeshow-title{font-weight: bold;	border-bottom: 1px solid #606;
	padding: 3px;	margin-bottom: 15px;}

div.tradeshow-title{width: auto;}

.tradeshow{width: auto;}

.installation-title{padding: 3px;	margin-bottom: 5px;}
.installation-title h2{ font-size:14px; float: left;}
.installation-title img { float: left;}

.installation {border: 1px solid #CCC; padding:10px;}
.reviews {border: 1px solid #CCC; padding:10px;}
