/* CSS Document */

#leftcol div.module{
    width:100%;
	margin-bottom:20px;
	background:url(../images/box/mid.jpg) repeat-y;
}

#leftcol div.module div{
   width:100%;
	/* background:url(../images/box/top-expanded.jpg) left top no-repeat;*/
}
#leftcol div.module div div{
    width:100%;
	background:url(../images/box/bottom.jpg) left bottom no-repeat;
	 
}
#leftcol div.module div div div{
	width:128px;
	color:#626262;
	background:none;
	padding-left:5px;
/*	padding-bottom:5px;
*/}
#leftcol div.module div div div div{
   padding:0;
   margin:0;
}

#leftcol div.module div div div h3{
	/*color:#0f328e;
	padding-top:7px;
	padding-bottom:8px;
	padding-left:7px;
	font-size:11px;
	font-weight:bold;*/

	height:auto !important;
	height:18px;
	background-attachment:scroll;
	background-color:transparent;
	background-image:url(../images/box/top-expanded.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	margin:0px 0px 0px -5px;
	padding:7px 0px 8px 10px;
	font-weight:bold;
	font-size:11px;
	width:151%;
}

/*******************************************************************************************************************************/

#rightcol div.module{
    width:100%;
	margin-bottom:20px;
}

#rightcol div.module div{
    width:100%;
}

#rightcol div.module div div{
    width:100%;
}
#rightcol div.module div div div{
	width:150px;
	color:#626262;
	background:none;
	padding-left:5px;
	padding-bottom:5px;
}
#rightcol div.module div div div div{
   padding:0;
   margin:0;
}

#rightcol div.module div div div h3{
	color:#0f328e;
	padding-top:7px;
	padding-bottom:8px;
	padding-left:7px;
	font-size:11px;
	font-weight:normal;
}


