﻿#tool {	
	margin: 2 2 2 2;	
	padding: 5px 5px 5px 5px;
	width:760px;
	font-size: 12px;
}
div#tool_left {
	width:360px;
	
	float: left;

}
div#tool_left_title {
	width:auto;
	height:25px;
	float: left;	
	background-image: url(imge/title_a.gif);	
		
	border-left: 1px;
	border-left-style: solid;
	border-right: 1px;
	border-right-style: solid;
	border-top: 1px;
	border-top-style: solid;
	border-bottom: 0px;
	border-bottom-style: solid;		
}


div#tool_left_content {
	width:360px;
	float: left;
	background-color: InactiveCaptionText;	
	
	border-left: 1px;
	border-left-style: solid;
	border-right: 1px;
	border-right-style: solid;
	border-top: 1px;
	border-top-style: solid;
	border-bottom: 1px;
	border-bottom-style: solid;		
}


div#tool_right {
	width:360px;
	float: right;

}

div#tool_right_title {
	width:auto;
	float: left;	
	height:25px;
	background-image: url(imge/title_a.gif);	
		
	border-left: 1px;
	border-left-style: solid;
	border-right: 1px;
	border-right-style: solid;
	border-top: 1px;
	border-top-style: solid;
	border-bottom: 0px;
	border-bottom-style: solid;		
}

div#tool_right_content {
	width:360px;
	float: left;
	background-color: InactiveCaptionText;
	
	border-left: 1px;
	border-left-style: solid;
	border-right: 1px;
	border-right-style: solid;
	border-top: 1px;
	border-top-style: solid;
	border-bottom: 1px;
	border-bottom-style: solid;	
}

ul
{
	margin:5px;
	list-style-type: none;
	list-style: none;
}

p.p_title {
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
}
