/* Default CSS
================================================*/
/* Basic styling, used when JavaScript is unsupported */
.cbb
{
	border:1px solid #666;
	background:#fff;
}

/* Normal styling */
.cb
{
	overflow:hidden;
}

/* Left border */
.i1
{
	padding:0 0 0 7px;
	background:url(borders.png) repeat-y 0 0;
}

/* Right border */
.i2
{
	padding:0 7px 0 0;
	background:url(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;
	background:#fff;
}

/* 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:block;}
/* Default CSS ends here */