



	/*--------------------------------------------------------------------------------------------------------------*/
	/* Common.ascx */
	
	.st-Common{margin-left:10px; margin-right:10px;margin-bottom: 10px; max-width:100%;}
	.st-Common .st-title{height:32px;padding:0 10px;margin:5;background: url(images/ItemHeader.png);font-size:1em;}
	.st-Common .st-title .Head{color:#FFF;font-weight:normal;line-height:32px;}
	.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;}


