#dhtmltooltip
{
	/*==NetProfits start: replace following lines */
	/*font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #0066FF;
	position: absolute;
	width: 285px;
	visibility : hidden;
	z-index : 100;
	left: -300px;
	top: -100px;
	*/
	font-family: "Arial", Verdana, Trebuchet MS, sans-serif;
	font-size: 12px;
	color: #000000;
	position: absolute;
	width: 600px;
	visibility : hidden;
	z-index : 100;
	left: -300;
	top: -100;
	text-align: center;
	/*==NetProfits end: replace following lines */
}

#titlebox
{
	color: white;
	/*==NetProfits start: replace following lines */
	/*font-size: 13px;
	font-weight: bold;
	width: 285px;
	text-align: left;
	*/
	font-size: 12px;
	font-weight: bold;
	width: 600px;
	text-align: center;
	padding-left: 8px;	
	/*==NetProfits end: replace following lines */
}
#boxcontent
{
	/*==NetProfits start: replace following lines */
	/*font-size: 11px;
	width: 285px;
	text-align: left;
	*/
	font-size: 12px;
	width: 600px;
	text-align: center;
	padding-left: 8px;
	/*==NetProfits end: replace following lines */
}

.dpointer
{
	position :absolute;
	z-index : 101;
	visibility : hidden;
	/*==NetProfits start: replace following lines */
	/*left: -300px;
	top: -100px;
	*/
	left: -300;
	top: -100;
	/*==NetProfits end: replace following lines */
}

	/* Style product table in tooltip */
	.mainbox
	{
		text-align: left;
		/*==NetProfits start: add following 2 lines */
		font-size: 12px;
		width: 520px;
		/*==NetProfits end: insert following 2 lines */	}
	.mainbox table {
		width: 100%;
		border: 0;
		border-collapse: collapse;
	}
	.mainbox ul {
		list-style-type: none;
		margin: 0 0 20px 10px;
		/*==NetProfits: comment out next line - "padding: 0" */
		/*padding: 0;*/
	}
	.mainbox ul li {
		margin: 2px 0 0 0;
	}
	.mainboxImg {
		text-align: center;
		/*==NetProfits: add next line - "padding: 10px" */
		padding: 10px;
	}
	.mainbox img {
		/*==NetProfits: change next line - "padding: 5px" to "padding: 2px" */
		padding: 2px;
	}
	
	.mainSubCatBox
	{
		width: 215px;
		padding: 5px 4px 5px 8px;
		border-bottom: 1px dashed #CCC; 
	}
	
		.mainSubCatBoxTitle {
			font-size: 14px;
			font-weight: bold;
		}
		
		.mainSubCatBox ul
		{
			margin-bottom: 5px;
		}
		
	.mainPrdBox
	{
		width: 215px;
		padding: 5px 4px 5px 8px;
	}
	
		.mainPrdBoxTitle {
			font-size: 14px;
			font-weight: bold;
		}
		
		.mainPrdBox ul
		{
			margin-bottom: 0;
		}
			
