/*-grey panel with border-*/  	

.panelB { 
	 width:298px;                                                               
	 margin:10px 0 36px 0; /* empirix bug fix (1924) */
	 background-color:#EBEBEB;
	 border-left:1px solid #CACACA;
	 border-right:1px solid #CACACA;                                              
}

#additionalContent .panelB { /* empirix bug fix (1884) */

	/*margin-top: 28px; looks silly in IE */
}

.panelB2 {
	border-left:1px solid #f0f0f0;
	border-right:1px solid #f0f0f0; 
	background: #e5e5e5;
}

.panelBMiddle{
     position:relative;
     top:-8px;
     margin: 0 0 -12px -1px;
	 padding:10px 0 0 10px;
     /*min-height: 186px; -background gradient height- 186*/
	 background:transparent url(../common/products_and_services/module_2_top.gif) no-repeat top left;	
}

.panelB2 .panelBMiddle {
	background:transparent url(../common/products_and_services/module_5_top.gif) no-repeat scroll left top;
}

.panelBMiddle p{
	margin:0;
}

.panelB .base{
     position:relative;
     top:8px; 
	 height:10px;
     margin:0 0 0 -1px;
	 background:transparent url(../common/products_and_services/module_2_bot.gif) no-repeat bottom left;
}

.panelB2 .base {
	background:transparent url(../common/products_and_services/module_5_bot.gif) no-repeat scroll left bottom;
}

/*-medium grey panel --> inherit from panelB -*/

.panelBLarge{
	 width:618px;
     background-color:#EEEEEE;	
}

.panelBLarge .panelBMiddle{
      padding-left:10px;
      background:transparent url(../common/products_and_services/module_4_top.gif) no-repeat top left; 
}

.panelBLarge .base{
     height:10px;
	 background:transparent url(../common/products_and_services/module_4_bot.gif) no-repeat bottom left;  
}

