/* --------------------- round box style -------------------------- */

.rbroundbox {width:48%;float:left;border-left:5px solid #fff}
div.rbcontent h3 {margin:0;margin-bottom:4px;padding:0;font-size:130%;color:#443931;text-indent:10px;text-transform:capitalize;}

div.rbcontent ul {padding:0;margin:0;margin-left:10px;padding-left:10px;list-style-image:url(/images/right-chocolate.gif)}
/* set background images for corners */
	
		div.rbtop div  { background: url(/images/Tl.gif) no-repeat top left; }
			
		.rbtop      { background: url(/images/Tr.gif) no-repeat top right; }
		.rbbot      { background: url(/images/Br.gif) no-repeat bottom right; }
		.rbbot div  { background: url(/images/Bl.gif) no-repeat bottom left; }
	
/* height and width details */
	
		div.rbtop div, div.rbtop, div.rbbot div, div.rbbot {
			position:relative;
			zoom:1;
			height: 14px;
			font-size: 1px;
		}
		div.rbcontent  { margin: 0 5px; padding:5px;min-height:50px;_height:50px}
		div.rbroundbox { margin: 0 0 10px 0;}
		div.rbcontent ul li a {color:#72553E}
		div.rbcontent ul li a:hover {color:#251D17}
/* --------------------- round box style | Ends -------------------------- */
