

	/*--------------------------------------------------------------------------------------------------------------*/
	/* Common.ascx */
	
	.st-Common{margin-top:10px; margin-left:10px; margin-right:10px;margin-bottom: 10px; max-width:100%;}
	.st-Common .st-title{color:#FFF; height:32px;padding:0 10px;margin:0;background:url(images/ItemHeader.png);font-size:18px;font-weight:bold;}
	.st-Common .st-title .Head{color:#FFF;font-weight:bold;line-height:32px;}
	.st-Common .st-content{padding:10px;border:solid #0F2A4D;border-width:0 1px 1px;}
	
	/*--------------------------------------------------------------------------------------------------------------*/
	/* Boxy.ascx */
	
	.st-Boxy{margin-left:10px; margin-right:10px;margin-bottom:10px;}
	.st-Boxy .st-title{padding:9px 10px;margin:5;background:#0F2A4D;font-size:1em;  }
	.st-Boxy .st-title .Head{color:#FFF;font-weight:normal;}
	.st-Boxy .st-content{padding:10px;border:solid #0F2A4D;border-width:0 1px 1px;}
	
	/*--------------------------------------------------------------------------------------------------------------*/
	/* NoTitle.ascx */
	
	.st-NoTitle{margin-left:10px; margin-right:10px;margin-bottom:10px;}
	.st-NoTitle .st-content{padding:10px;border:1px solid ##0F2A4D;}
	
	/*--------------------------------------------------------------------------------------------------------------*/
	
	/* 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;}
	
	.tire_background {
		background-image: url('images/tires.jpg');
		background-position: center middle;
	}
	
	.shop_background {
		background-image: url('images/shop.jpg');
		background-position: top right;
	}
	
	.tire_background, .shop_background {
		background-color: #fff;
		background-repeat: no-repeat;
	}



