
/* Default CSS
================================================*/
/* Basic styling, used when JavaScript is unsupported */

	.cb div ul
	{
		list-style-type: none;
	}
	.cb div ul li
	{
		padding: 2px;
	}
	
	.cb div ul ul
	{
		margin-left: 15px;
		list-style-type: disc ;
	}
	
	.cb div h4
	{
		font-size: 12px;
		line-height: 12px;
		margin-top: 2px;
		margin-bottom: 8px;
		padding: 0;
	}
	
	.cb div h5
	{
		font-weight: normal;
		font-size: 11px;
		line-height: 14px;
		margin-top: 4px;
		margin-bottom: 0;
		padding: 0;
		color: #575F66;
	}
	
	.cb div p
	{
		font-size: 11px;
		line-height: 14px;
		margin-top: 0;
		margin-left: 10px;
		margin-bottom: 4px;
		color: #575F66;
	}
	
	.cb a, 
	.cb a:link,
	.cb a:visited,
	.cb a:hover,
	.cb a:active
	{
		color: #575F66;
		text-decoration: none;
	}

.cbb
{
	margin: 1px;
	margin-top: 2px;
	margin-bottom: 8px;
	border: 1px solid #98A7B4;
	background-color:#C6D9EA;
	overflow: hidden;
}

.cbb2 {
	margin-top: 2px;
	margin-bottom: 2px;
	padding:0 10px 10px 10px;
	border:1px solid #666;
	background-color:#fff;
	overflow: hidden;
}

/* Normal styling */
.cb
{
	overflow: hidden;
}

.cb2
{
	overflow: hidden;
}
	/* Top corners and border */
.bt {
	height:8px;
	margin:0 0 0 9px;
	background:url(../images/box-ren.png) no-repeat 100% 0;
}

.cb2 .bt {
	height:8px;
	margin:0 0 0 9px;
	background:url(../images/box-ren.png) no-repeat 100% 0;
}

.bt div {
	position:relative;
	left:-9px;
	width:9px;
	height:8px;
	background:url(../images/box-ren.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
}


.cb2 .bt div {
	position:relative;
	left:-9px;
	width:9px;
	height:8px;
	background:url(../images/box-ren-plain.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
}
	/* Bottom corners and border */
.bb {
	height:22px;
	margin:0 0 0 8px;
	background:url(../images/box-ren.png) no-repeat 100% 100%;
}
.cb2 .bb {
	height:22px;
	margin:0 0 0 8px;
	background:url(../images/box-ren-plain.png) no-repeat 100% 100%;
}
.bb div {
	position:relative;
	left:-8px;
	width:8px;
	height:22px;
	background:url(../images/box-ren.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}

.cb2 .bb div {
	position:relative;
	left:-8px;
	width:8px;
	height:22px;
	background:url(../images/box-ren-plain.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}

	/* Left border */
.i1 {
	padding:0 0 0 8px;
	background:url(../images/borders-ren.png) repeat-y 0 0;
}

.cb2 .i1 {
	padding:0 0 0 9px;
	background:url(../images/borders-ren-plain.png) repeat-y 0 0;
}
	/* Right border */
.i2 {
	padding:0 13px 0 0;
	background:url(../images/borders-ren.png) repeat-y 100% 0;
}

.cb2 .i2 {
	padding:0 11px 0 0;
	background:url(../images/borders-ren-plain.png) repeat-y 100% 0;
}
	/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	display:block;
	background:url(../images/box-ren-int.png) repeat-x 0 0;
	margin:0;
	padding:1px 8px;
}

.cb2 .i3 {
	display:block;
	background: none;
	background-color: #FFF;
	margin:0;
	padding:1px 8px;
}
	/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
.i3:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.i3 {display:inline-block;}
.i3 {display:block;}
/* Default CSS ends here */

