/*---------------------------------------------------------------- 
  Copyright:
  Copyright (C) 2008 IceTheme. All Rights Reserved
  
  License:
  Copyrighted Commercial Software 
  
  Author:
  IceTheme - http://wwww.icetheme.com
---------------------------------------------------------------- */

/* general module seperator */
.separator {
	margin:0 15px 0 0}

/* Moduletable */
.moduletable {
	margin:-20px 0 0 -20px;
	padding:34px 0 0 40px;
	background:url(../images/moduletable.png) no-repeat top left;} 

	
	.moduletable h3 {
		margin:0;
		padding:0;
		color:#ccc;	
		font-size:1.35em;}
		.moduletable h3 span {
			color:#ffcc33; } 	
		
		.moduletable_content {
			margin:0;}



/* Columns Modules without a Suffix */
#site_frame .col-module {
	margin:0 0 25px -10px;
	width:240px;
	clear:both;}
	
	#site_frame .col-module .col-module_header {
		height:53px;
		background:url(../images/col-module.png) no-repeat top left;}
		
		
		#site_frame .col-module h3 {
			margin:0;
			margin-bottom:-4px;
			color:#fff;
			padding:9px 0 0 25px;
			font-size:1.3em;}
			#site_frame .col-module h3 span {
				color:#ffcc33; } 	
			
			#site_frame .col-module .col-module-content{
				margin:0;
				color:#ccc;
				color:rgba(255,255,255,.6);
				padding:0 25px;
				clear:both;}
	
			#site_frame .col-module p:last-child{
				margin-bottom:0}
	
	
	
	#site_frame .col-module-style1 .col-module {
		background:url(../images/col-module-style1.png) no-repeat bottom left;
		margin:0 15px 25px;
		width:160px;
		padding:4px 15px 15px;}
		
		#site_frame .col-module-style1 .col-module  .col-module_header {
			background:none;
			height:auto}
		
	#site_frame .col-module-style1 .col-module-style1-t {
		background:url(../images/col-module-style1.png) no-repeat top left;
		margin-left:15px;
		height:10px}
		
		#site_frame .col-module-style1 .col-module h3 {
			margin:0;
			color:#fff;
			padding:0;
			font-size:1.3em;}
			#site_frame .col-module-style1 .col-module h3 span {
				color:#ffcc33; } 
	
			#site_frame .col-module-style1 .col-module .col-module-content {
				margin:0;
				color:#ccc;
				color:rgba(255,255,255,.4);
				padding:0;
				clear:both;}
				
				
				
	
	#right-column .col-module {
		margin:0 0 25px 0}
		
		#right-column .col-module h3 {
			margin:0;
			color:#fff;
			padding:0;
			font-size:1.3em;}
			#right-column .col-module h3 span {
				color:#ffcc33; } 
	
			#site_frame .col-module-style2 .col-module-content {
				margin:0;
				color:#fff;
				color:rgba(255,255,255,.4);
				padding:0;
				clear:both;}
				
