/* Default CSS
================================================*/
/* Basic styling, used when JavaScript is unsupported */
.cbb {
	margin:1em 0;
	padding:0 10px;
	border:1px solid #666;
	background: #ECF8F5;
}

/* Normal styling */
.cb {margin:1.0em 0;}
	/* Top corners and border */
.bt {
	height:17px;
	margin:0 0 0 18px;
	background:url(../images/box.png) no-repeat 100% 0;
}
.bt div {
	position:relative;
	left:-18px;
	width:18px;
	height:17px;
	background:url(../images/box.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
}

	/* Bottom corners and border */
.bb {
	height:14px;
	margin:0 0 0 12px;
	background:url(../images/box.png) no-repeat 100% 100%;
}
.bb div {
	position:relative;
	left:-12px;
	width:12px;
	height:14px;
	background:url(../images/box.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}

	/* Left border */
.i1 {
	padding:0 0 0 12px;
	background:url(../images/borders.png) repeat-y 0 0;
}
	/* Right border */
.i2 {
	padding:0 12px 0 0; /*  OLI 0 12x 0 0  */
	background:url(../images/borders.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;
	margin:0;
	padding:1px 10px; /* OLI 1px 10px  */
	background:#eaf9f5;
}
	/* 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 */

.two .i1 { background:url(../images/borders2.png) repeat-y 0 0; padding:0 0 0 12px; }
.two .i2 { background:url(../images/borders2.png) repeat-y 100% 0; padding:0 12px 0 0; }
.two .bt { background:url(../images/box2.png) no-repeat 100% 0; margin:0 0 0 17px; height:16px; }
.two .bt div { background:url(../images/box2.png) no-repeat 0 0; height:16px; width:17px; position:relative; left:-17px; }
.two .bb { background:url(../images/box2.png) no-repeat 100% 100%; margin:0 0 0 17px; height:22px; }
.two .bb div { background:url(../images/box2.png) no-repeat 0 100%; height:22px; width:17px; position:relative; left:-17px; }
