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

/* Top corners and border */
.bt {
	position: relative;
	height:10px;
	margin: 0;
	background:url(../images/tourWrapper/top.png) repeat-x 100% 0;
}
.bt .bt_left {
	width:26px;
	height:26px;
	background:url(../images/tourWrapper/leftTop.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
}
.bt .bt_right {
  position:absolute;
  right: 0px;
  top: 0px;
  width:26px;
  height:26px;
  background:url(../images/tourWrapper/rightTop.png) no-repeat 0 0;
  font-size:0;
  line-height:0;
}

	/* Bottom corners and border */
.bb {
	position: relative;
	height: 8px;
	margin: 0;
	background: white url(../images/tourWrapper/bottom.png) repeat-x 100% 100%;
}
.bb .bb_left {
  position: relative;
  top: -18px;
	width:26px;
  height:26px;
	background:url(../images/tourWrapper/leftBottom.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}
.bb .bb_right {
  position: absolute;
  right: 0px;
  top: -18px;
  width:26px;
  height:26px;
  background:url(../images/tourWrapper/rightBottom.png) no-repeat 0 100%;
  font-size:0;
  line-height:0;
}

	/* Left border */
.i1 {
	padding:0 0 0 10px;
	background:url(../images/tourWrapper/left.png) repeat-y 0 0;
}
	/* Right border */
.i2 {
	padding:0 10px 0 0;
	background: url(../images/tourWrapper/right.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:10px;
	background:#fbedd2;
}
	/* 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 */

/* Just a bit of styling for this demo page. Adjust as you wish. */
#absolute-wrapper {
	position:relative;
	height:9em;
}
.cb li {margin-left:1em;}


