



	/*--------------------------------------------------------------------------------------------------------------*/
	/* Common.ascx */
	
	.st-Common{margin-left:10px; margin-right:10px;margin-bottom: 10px; max-width:100%;}
	.st-Common .st-title{color:#FFFFFF; height:32px;padding:0 10px;margin:5;background: url(images/ItemHeader.png);font-size:18px;font-weight:bold;}
	.st-Common .st-title .Head{color:#FFFFFF;font-weight:bold;line-height:32px;font-size:19px;}
	.st-Common .st-content{padding:10px;}
	
	/*--------------------------------------------------------------------------------------------------------------*/
	/* Boxy.ascx */
	
	.st-Boxy{margin-left:10px; margin-right:10px;}
	.st-Boxy .st-title{padding:9px 10px;margin:0;background:#999999;font-size:1em;}
	.st-Boxy .st-title .Head{color:#FFF;font-weight:normal;}
	.st-Boxy .st-content{padding:10px;}
	
	/*--------------------------------------------------------------------------------------------------------------*/
	/* NoTitle.ascx */
	
	.st-NoTitle{margin-left:10px; margin-right:10px;}
	.st-NoTitle .st-content{padding:10px;}
	
	/*--------------------------------------------------------------------------------------------------------------*/
	
	/* Clearing floats without extra markup  */
	.clearfloats{display:inline-block;}
	.clearfloats:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
	* html .clearfloats{height:1%;}
	.clearfloats{display:block;}
	.find_a_dealer { 
		float: left;
		display: inline;
		background-image: url(images/find_a_dealer.jpg);
		background-repeat: no-repeat;
		height: 150px;
		width: 300px;
		margin: 5px 0px 0px 8px;
	}

