/**
 * Table column layout
 * 
 * @author STECHUSA.com <development@stechusa.com>
 * @copyright STECHUSA.com
 * @package STECHUSA
**/

/**
 * 4 Column Layout
**/
	.content-block-4col-table .box-pre-header1, 
	.content-block-4col-table .box-pre-header2 {
		color: #000000;
		font-size: large;
		height: 35px;
		line-height: 35px;
		text-align: center;
		vertical-align: middle;
		width: 50%;
	}
	
	.content-block-4col-table .box-pre-header1 {
		background: #92C5FA url(/images/content_bg_repeatx_35px_blue.gif) top center repeat-x;
	}
	
	.content-block-4col-table .box-pre-header2 {
		background: #8CBF27 url(/images/content_bg_repeatx_35px_green.gif) top center repeat-x;
	}
	
	.content-block-4col-table td {
		background: #F3EEEE;
		color: #000000;
		font-size: small;
		width: 25%;
		vertical-align: top;
		text-align: left;
	}
	
	.content-block-4col-table .box-header1, 
	.content-block-4col-table .box-header2, 
	.content-block-4col-table .box-header3, 
	.content-block-4col-table .box-header4 {
		color: #000000;
		font-size: x-large;
		height: 45px;
		line-height: 45px;
		text-align: center;
		vertical-align: middle;
	}
	
	.content-block-4col-table .box-price1, 
	.content-block-4col-table .box-price2, 
	.content-block-4col-table .box-price3, 
	.content-block-4col-table .box-price4 {
		font-size: large;
		padding: 4px;
		text-align: center;
		vertical-align: middle;
	}
	
	.content-block-4col-table .box-price1 span, 
	.content-block-4col-table .box-price2 span, 
	.content-block-4col-table .box-price3 span, 
	.content-block-4col-table .box-price4 span {
		font-size: larger;
		font-weight: bold;
	}
	
	.content-block-4col-table .box-body1, 
	.content-block-4col-table .box-body2, 
	.content-block-4col-table .box-body3, 
	.content-block-4col-table .box-body4 {
		padding: 10px;
	}
	
	.content-block-4col-table .box-footer1, 
	.content-block-4col-table .box-footer2, 
	.content-block-4col-table .box-footer3, 
	.content-block-4col-table .box-footer4 {
		font-size: medium;
		text-align: center;
		padding: 4px;
	}
	
	.content-block-4col-table .box-price3, 
	.content-block-4col-table .box-body3, 
	.content-block-4col-table .box-footer3 {
		background: #D9F0C2;
	}
	
	.content-block-4col-table .box-info-bar {
		background: #CCCCCC;
		color: #000000;
		font-size: larger;
		height: 25px;
		line-height: 25px;
		padding: 2px 0px 2px 15px;
		text-align: left;
		vertical-align: middle;
	}
	
	.content-block-4col-table .box-spacer {
		background: #FFFFFF;
		font-size: 0px;
		height: 5px;
	}
	
	.content-block-4col-table .box-header1 {
		background: transparent url(/images/content_hosting_header_green.gif) no-repeat top center;
	}
	
	.content-block-4col-table .box-header2 {
		background: transparent url(/images/content_hosting_header_blue.gif) no-repeat top center;
	}
	
	.content-block-4col-table .box-header3 {
		background: transparent url(/images/content_hosting_header_orange.gif) no-repeat top center;
	}
	
	.content-block-4col-table .box-header4 {
		background: transparent url(/images/content_hosting_header_grey.gif) no-repeat top center;
	}
	
	.content-block-4col-table .box-price1 span {
		color: #669933;
	}
	
	.content-block-4col-table .box-price2 span {
		color: #6A9BCE;
	}
	
	.content-block-4col-table .box-price3 span {
		color: #FF6C09;
		font-size: xx-large;
	}
	
	.content-block-4col-table .box-price4 span {
		color: #A19588;
	}