/*=============================================== 
CSS for the box starts here
================================================*/
/* 24 px */
.cb_24 {
	margin:0;
	padding:0;
}
/* Rules for the top corners and border */
.cb_24 .bt {
	background:url(img/box/cb_001_box.png) no-repeat 100% 0;
	margin:0 0 0 18px;
	height:17px;
}
.cb_24 .bt div {
	height:17px;
	width:18px;
	position:relative;
	left:-18px;
	background:url(img/box/cb_001_box.png) no-repeat 0 0;
}

/* Rules for the bottom corners and border */
.cb_24 .bb {
	background:url(img/box/cb_001_box.png) no-repeat 100% 100%;
	margin:0 0 0 18px;
	height:17px;
}
.cb_24 .bb div {
	height:17px;
	width:18px;
	position:relative;
	left:-18px;
	background:url(img/box/cb_001_box.png) no-repeat 0 100%;
}

/* Insert the left border */
.cb_24 .i1 {
	padding:0 0 0 12px;
	background:url(img/box/cb_001_brd.png) repeat-y 0 0;
}
/* Insert the right border */
.cb_24 .i2 {
	padding:0 12px 0 0;
	background:url(img/box/cb_001_brd.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_24 .i3 {
	background:#fff;
	border:1px solid #fff;
	border-width:1px 0;
	padding:0 10px;
}
/* 50 px */
.cb_50 {
	margin:0;
	padding:0;
}
/* Rules for the top corners and border */
.cb_50 .bt {
	background:url(img/box/cb_001_box.png) no-repeat 100% 0;
	margin:0 0 0 25px;
	height:30px;
}
.cb_50 .bt div {
	height:30px;
	width:25px;
	position:relative;
	left:-25px;
	background:url(img/box/cb_001_box.png) no-repeat 0 0;
}

/* Rules for the bottom corners and border */
.cb_50 .bb {
	background:url(img/box/cb_001_box.png) no-repeat 100% 100%;
	margin:0 0 0 25px;
	height:30px;
}
.cb_50 .bb div {
	height:30px;
	width:25px;
	position:relative;
	left:-25px;
	background:url(img/box/cb_001_box.png) no-repeat 0 100%;
}

/* Insert the left border */
.cb_50 .i1 {
	padding:0 0 0 25px;
	background:url(img/box/cb_001_brd.png) repeat-y 0 0;
}
/* Insert the right border */
.cb_50 .i2 {
	padding:0 25px 0 0;
	background:url(img/box/cb_001_brd.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_50 .i3 {
	background:#fff;
	border:0;
	padding:0 10px;
}

/*************************************************************************************/
/*************************************************************************************/
/* 14 px */
.cb_14 {
	margin:0;
	padding:0;
}
/* Rules for the top corners and border */
.cb_14 .bt {
	background:url(img/box/cb_001_box.png) no-repeat 100% 0;
	margin:0 0 0 8px;
	height:17px;
}
.cb_14 .bt div {
	height:17px;
	width:18px;
	position:relative;
	left:-8px;
	background:url(img/box/cb_001_box.png) no-repeat 0 0;
}

/* Rules for the bottom corners and border */
.cb_14 .bb {
	background:url(img/box/cb_001_box.png) no-repeat 100% 100%;
	margin:0 0 0 8px;
	height:17px;
}
.cb_14 .bb div {
	height:17px;
	width:8px;
	position:relative;
	left:-8px;
	background:url(img/box/cb_001_box.png) no-repeat 0 100%;
}

/* Insert the left border */
.cb_14 .i1 {
	padding:0 0 0 7px;
	background:url(img/box/cb_001_brd.png) repeat-y 0 0;
}
/* Insert the right border */
.cb_14 .i2 {
	padding:0 7px 0 0;
	background:url(img/box/cb_001_brd.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_14 .i3 {
	background:#fff;
	border:0;
	padding:0;
}


/*************************************************************************************/
/*************************************************************************************/

/* other boxes */

.cb_001 .i1, 
.cb_001 .i2 { background-image:url(img/box/cb_001_brd.png) }
.cb_001 .bt, 
.cb_001 .bt div, 
.cb_001 .bb, 
.cb_001 .bb div { background-image:url(img/box/cb_001_box.png) }
.cb_001 .i3 { }

.cb_002 .i1, 
.cb_002 .i2 { background-image:url(img/box/cb_002_brd.png) }
.cb_002 .bt, 
.cb_002 .bt div, 
.cb_002 .bb, 
.cb_002 .bb div { background-image:url(img/box/cb_002_box.png) }
.cb_002 .i3 {  }

