.rbroundbox { background-color:#f1f1f1;}
.rbtop div {}
.rbtop {}
.rbbot div {}
.rbbot { }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 500px;
height: 2px;
font-size: 1px;
}
.rbcontent { margin: 6px 10px 10px 10px; font-size:11px;}
.rbroundbox { width: 500px; margin: 0 }

.rbroundboxcontent { background-color:#e9e9e9;}
.rbtopcontent div { background: url(../images/tl.gif) no-repeat top left;}
.rbtopcontent {  background: url(../images/tr.gif) no-repeat top right; }
.rbbotcontent div { background: url(../images/bl.gif) no-repeat bottom left; }
.rbbotcontent { background: url(../images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtopcontent div, .rbtopcontent, .rbbotcontent div, .rbbotcontent {
width: 234px;
height: 2px;
font-size: 1px;
}
.rbcontentcontent { margin: 6px 10px 10px 10px; font-size:11px;}
.rbroundboxcontent { width: 234px; margin: 0 }


/*box of filter*/
div.filterDiv{
		 display:block;
}
div.contentdiv{
		 text-align:justify;
}
button.arrowleft{
/*Set the width and height to the height of the image.. */
		 width:3px;
		 height:11px;
		 border:0px;
		 background-position: left;
		 background: url(../images/theme/arrow_2.gif) no-repeat;
}
span.titlebox{
		 background-color: white;
		 padding: 0;
		 width: 98%;
		 margin-left:10px;
		 margin-top:10px;
		 display:block;
		 font-weight:bold;
		 font-size: 11px;
		 border-bottom: 1px solid #d1cccc;
		 cursor:pointer;
}
