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