/* 
45 Barea St CSS

!!!!!FOR INTERNAL BOXES!!!!!

<!--[if lt IE 8]>
<style type="text/css">
/* Required IE fixes
================================================*/
/* Serve gif images to IE/Win pre version 7 */
* html .i1int,
* html .i2int {background-image:url(../images/borders_int.gif);}
* html .btint,
* html .btint div,
* html .bbint,
* html .bbint div {background-image:url(../images/box_int.gif);}
/* Set a height to fix up some rendering issues. */
* html .i1int,
* html .i2int,
* html .i3int {height:1px;}

/* Give the absolutely positioned box a width (including IE 7)*/
.oneint {width:70%;}

</style>


/*Basic styling, used when JavaScript is unsupported */
.cbbint {
	margin:1em 0;
	padding:0 10px;
	border:1px solid #666;
	background:#fff;
}
.cbbint h1 {
	margin:0 -10px;
	padding:0.3em 10px;
	background:#efece6;
	font:bold 1.2em/1 Arial, Helvetica, sans-serif;
}
/* Normal styling */
.cbint {margin:0.5em 0;}
	/* Top corners and border */
.btint {
	height:23px;
	margin:0 0 0 23px;
	background:url(../images/box_int.png) no-repeat 100% 0;
}
.btint div {
	position:relative;
	left:-23px;
	width:23px;
	height:23px;
	background:url(../images/box_int.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
}

	/* Bottom corners and border */
.bbint {
	height:15px;
	margin:0 0 0 15px;
	background:url(../images/box_int.png) no-repeat 100% 100%;
}
.bbint div {
	position:relative;
	left:-15px;
	width:15px;
	height:15px;
	background:url(../images/box_int.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}

	/* Left border */
.i1int {
	padding:0 0 0 12px;
	background:url(../images/borders_int.png) repeat-y 0 0;
}
	/* Right border */
.i2int {
	padding:0 15px 0 0;
	background:url(../images/borders_int.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. */
.i3int {
	display:block;
	margin:0;
	padding:1px 10px;
	background:#fff;
}
	/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
.i3int:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.i3int {display:inline-block;}
.i3int {display:block;}
/* Default CSS ends here */



