

	/*
	
		Project: seablick.com
		Developer: Vasilis Terzopoulos
			
	*/


	/*--------------------------------------------------------------------------------------------------------------*/
	
	.sk-LargeTitle{margin-bottom:20px;}
	.sk-LargeTitle .sk-title{border-bottom:1px #4B4B4B solid;padding-bottom:0.5em;margin-bottom:0.5em;font-size:1.3em;}
	.sk-LargeTitle .sk-title .Head{font-size:1em;font-weight:bold;}
	
	.sk-SmallTitle{margin-bottom:20px;}
	.sk-SmallTitle .sk-title{padding:4px 12px;margin-bottom:2px;font-size:1.1em;font-weight:bold;background:#4B4B4B;color:#FFF;float:left;}
	.sk-SmallTitle .sk-title .Head{font-size:1em;font-weight:bold;color:#FFF;}
	.sk-SmallTitle .sk-content{padding:10px 0;clear:both;border-top:1px #4B4B4B solid;}

	.sk-NoTitle{margin-bottom:20px;border-top:1px #4B4B4B solid;padding-top:10px;}
	
	.sk-NoContainer{margin-bottom:20px;}
	
	/*--------------------------------------------------------------------------------------------------------------*/
	
	/* 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;}

