div.section_,div#createNew {
	border: 1px solid #CCCCCC;
	background-color: #EFEFEF;
	/*Mod*/
	width: 765px;
	min-height: 100%;
	display: table;
	margin: 0px; padding: 0;
	padding-bottom: 10px; margin-bottom: 20px;
	/*z-index: 0;*/
}

div#createNew input { margin-left: 5px; }

div#createNew h3, div.section_ h3{
	font-size: 14px;
	padding: 2px 5px;
	margin: 0 0 0px 0;
	background-color: #CCCCCC;
	display: block;
}

div.section_ h3 {
	/*cursor: move;*/
	text-align: left;
}

div.lineitem_ {
	margin: 0px; padding: 0px;
	background-color: #FFFFFF;
	cursor: move;
	/*Mod*/
	float: left;
	width: auto;
	height: auto;
	border: 1px solid #b6b6b6;
	/*z-index: 100;*/
	margin-right: 0px; margin-bottom: 0px;
	margin-left: 10px; margin-top: 10px; 
}

.link_header h3 {
	width: 757px;
	background-color: #cccccc; 
	padding: 2px 5px; margin: 0px; margin-bottom: 0px; margin-top: 10px; 
	color: green; font-size: 14px; font-weight: bold; 
}

.bin_header {
	background-color: #cccccc; 
	padding: 2px 5px; margin: 0px; margin-bottom: 0px; 
	color: #ff0000; font-size: 14px; font-weight: bold; 
}
.bin_header span { float: right; font-weight: normal; font-size: 11px; }

.ttips_content{ display:none; }

#easyTooltip{
	padding:5px 10px;
	border:1px solid #5e5e5e;
	background:#5e5e5e url(../js/jquery/tooltips/bg2.gif) repeat-x;
	color:#fff;
	font:12px Helvetical, Arial, Verdana;
}

#easyTooltip div { float: left; }
#easyTooltip span.img{ color: #8B0000; }
#easyTooltip span.vid{ color: #ED9121; }
#easyTooltip p{ margin:0 0 .5em 0; }		
#easyTooltip img{
	background:#fff;
	padding:1px;
	border:1px solid #e1e1e1;
	float:left;
	margin-right:10px;
}
