#dhtmltooltip
{
	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;
	/* margin-left: 20px; /* Added by Anatoliy */
	/*margin-top: -150px; /* Added by Anatoliy */
	
	/*margin-left: -490px\9; /* Added by Anatoliy */
	/*margin-top: -150px\9; /* Added by Anatoliy */
}

#titlebox
{
	color: white;
	font-size: 13px;
	font-weight: bold;
	width: 285px;
	text-align: left;
}
#boxcontent
{
	font-size: 11px;
	width: 285px;
	text-align: left;
}

.dpointer
{
	position :absolute;
	z-index : 101;
	visibility : hidden;
	left: -300px;
	top: -100px;
	/*margin-left: -200px; /* Added by Anatoliy */
	/*margin-top: -150px; /* Added by Anatoliy */
	
	/*margin-left: -490px\9; /* Added by Anatoliy */
	/*margin-top: -150px\9; /* Added by Anatoliy */
}

	/* Style product table in tooltip */
	#boxcontent /* replaced .mainbox with #boxcontent b/c the former wasn't changing the table styles -A.L. */
	{
		text-align: left;
	}
	#boxcontent table { /* replaced .mainbox with #boxcontent b/c the former wasn't changing the table styles -A.L. */
		width: 100%;
		border: 0;
		border-collapse: collapse;
	}
	#boxcontent ul { /* replaced .mainbox with #boxcontent b/c the former wasn't changing the table styles -A.L. */
		list-style-type: none;
		margin: 0 0 20px 10px;
		padding: 0;
	}
	#boxcontent ul li { /* replaced .mainbox with #boxcontent b/c the former wasn't changing the table styles -A.L. */
		margin: 2px 0 0 0;
	}
	#boxcontentImg { /* replaced .mainbox with #boxcontent b/c the former wasn't changing the table styles -A.L. */
		text-align: center;
	}
	#boxcontent img { /* replaced .mainbox with #boxcontent b/c the former wasn't changing the table styles -A.L. */
		padding: 5px;
	}
	
	.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;
		}
			
