/* CSS for the box starts here
================================================*/
/* Default styling. Used when JavaScript is unsupported
.cbb {
	padding:0 10px;
	margin:1em 0;
	background:#fff;
	border:1px solid #666;
	}
.cbb h1 {
	margin:0 -10px;
	padding:0.3em 10px;
	background:#efece6;
	font:bold 1.2em/1 Arial, Helvetica, sans-serif;
	}
/* Insert the custom corners and borders for browsers with sufficient JavaScript support */


/* Rules for the top corners and border */
.cb.nav .bt {
	background:url(../images/nav_box.png) no-repeat 100% 0;
	margin:0 0 0 22px;
	height:17px;
	}
.cb.nav .bt div {
	height:17px;
	width:22px;
	position:relative;
	left:-22px;
	background:url(../images/nav_box.png) no-repeat 0 0;
	}

/* Rules for the bottom corners and border */
.cb.nav .bb {
	background:url(../images/nav_box.png) no-repeat 100% 100%;
	margin:0 0 0 17px;
	height:14px;
	}
.cb.nav .bb div {
	height:14px;
	width:17px;
	position:relative;
	left:-17px;
	background:url(../images/nav_box.png) no-repeat 0 100%;
	}

/* Insert the left border */
.cb.nav .i1 {
	padding:0 0 0 17px;
	background:url(../images/nav_borders.png) repeat-y 0 0;
	height: 100%;
	}
/* Insert the right border */
.cb.nav .i2 {
	padding:0 17px 0 0;
	background:url(../images/nav_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. */
.cb.nav .i3 {
	background-image: url(../images/nav_background.jpg);
	border-width:1px 0;
	padding:0 10px;
	}
/* CSS for the box ends here */
/* Second box */

/* Rules for the top corners and border */
.cb.subcontent .bt {
	background:url(../images/subcontent_box.png) no-repeat 100% 0;
	margin:0 0 0 9px;
	height:13px;
	}
.cb.subcontent .bt div {
	height:13px;
	width:9px;
	position:relative;
	left:-9px;
	background:url(../images/subcontent_box.png) no-repeat 0 0;
	}

/* Rules for the bottom corners and border */
.cb.subcontent .bb {
	background:url(../images/subcontent_box.png) no-repeat 100% 100%;
	margin:0 0 0 8px;
	height:13px;
	}
.cb.subcontent .bb div {
	height:13px;
	width:8px;
	position:relative;
	left:-8px;
	background:url(../images/subcontent_box.png) no-repeat 0 100%;
	}

/* Insert the left border */
.cb.subcontent .i1 {
	padding:0 0 0 8px;
	background:url(../images/subcontent_borders.png) repeat-y 0 0;
	height: 100%;
	}
/* Insert the right border */
.cb.subcontent .i2 {
	padding:0 13px 0 0;
	background:url(../images/subcontent_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. */
.cb.subcontent .i3 {
	background-image: url(../images/subcontent_background.gif);
	border-width:1px 0;
	padding:5px 5px;
	}