.cnt-default { 
	margin: 0; 
	padding: 0;
	position: relative; 
}

.cnt-default > .header,
.cnt-default > .body { 
	padding: 5px;
}

.cnt-default > .body { 
	overflow: hidden;
}

.cnt-default .header h4 {
	margin-bottom: 0;
}

.cnt-default > .header {
	overflow: hidden;
}

.no-padding > .cnt-default > .body { 
	padding: 0 !important;
}

/*
 * Global Container Layout Settings
 */
 /* OBSOLETE */
 /*
.cnt-default,
.cnt-simple {
	margin: 0;
	padding: 0;
}

.cnt-default > .header,
.cnt-default > .body,
.cnt-default > .footer,
.cnt-simple > .header,
.cnt-simple > .body,
.cnt-simple > .footer
{
	margin: 0;
	padding: 0;
	background: url() no-repeat right top transparent;
	position: relative;
	z-index: 1;
}

.cnt-default > .header > .inner,
.cnt-default > .body > .inner,
.cnt-simple > .body > .inner
{ 
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.cnt-default > .header > .t,
.cnt-default > .body > .t,
.cnt-default > .footer > .t,
.cnt-simple > .header > .t,
.cnt-simple > .body > .t,
.cnt-simple > .footer > .t
{
	margin: 0;
	padding: 0;
	background: url() no-repeat left top transparent;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
}
*/

.cnt-default.nav > .header {
	text-align: center;
	border: 1px solid #5D5D5D; 
	font-weight: bold !important;
	color: #EAEAEA;
	text-shadow: 0 1px 0 #000000;
    -moz-border-radius: 4px 4px 4px 4px / 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px / 4px 4px 4px 4px; border-radius: 4px 4px 4px 4px / 4px 4px 4px 4px;
    background: #5D5D5D url('../images/cnt-bold-header-bg-nav.png') 50% 50% repeat-x;
	max-height: 96px;
	padding: 5px;
}
.cnt-default.nav > .header > h4 {
	font-size: 1.3em !important; 
}
.cnt-default.nav > .body {
	padding: 3px;
}

.cnt-default.simple > .header {
	text-align: center;
	border: 1px solid #E5E5E5; 
	font-weight: bold !important;
	color: #272727;
	text-shadow: 0 1px 0 #F0F0F0;
    -moz-border-radius: 4px 4px 4px 4px / 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px / 4px 4px 4px 4px; border-radius: 4px 4px 4px 4px / 4px 4px 4px 4px;
    background: #E5E5E5 url('../images/cnt-bold-header-bg-simple.png') 50% 50% repeat-x;
	max-height: 96px;
	padding: 5px;
}
.cnt-default.simple > .header > h4 {
	font-size: 1.3em !important; 
}
.cnt-default.simple > .body {
	padding: 3px;
}


.cnt-default.default > .header {
	background: #F4F4F4 url('../images/cnt-block-header-bg-default.png') top right repeat-x;
	color: #393939;
	text-shadow: 1px 1px 0 #fff;
	padding: 15px ;
}
.cnt-default.default > .header > h4 {
	background: url('../images/cnt-block-bullet-default.png') left 50% no-repeat;
	font-weight: normal !important;
	padding: 5px 0 7px 35px;
	font-size: 1.7em !important;
	max-height: 84px;
	min-height: 20px;
}
.cnt-default.default > .body {
	background: #E9E9E9 url('../images/cnt-block-body-bg-default.png') top right repeat-x;
	padding: 10px 15px;
}

.cnt-default.alternative > .header {
	text-align: center;
	border: 1px solid #969696; 
	font-weight: bold !important;
	color: #272727;
	text-shadow: 0 1px 0 #E5E5E5;
    -moz-border-radius: 4px 4px 4px 4px / 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px / 4px 4px 4px 4px; border-radius: 4px 4px 4px 4px / 4px 4px 4px 4px;
    background: #969696 url('../images/cnt-bold-header-bg-alternative.png') 50% 50% repeat-x;
	max-height: 96px;
	padding: 5px;
}
.cnt-default.alternative > .header > h4 {
	font-size: 1.3em !important; 
}
.cnt-default.alternative > .body {
	padding: 3px;
}
