DIV.MetaSelector
{
margin: 0 0 15px 40px;
	padding-bottom: 0;
	
}
DIV.MetaSelector H3
{
	font-size: 12px;
	line-height: 18px;
	color: #303030;
	padding: 0;
	margin: 0;
}

DIV.MetaSelector TABLE.Selection
{
	width: 660px;
	margin-left: 0px;
	margin-top: 0;
	margin-bottom: 0px;
	padding-bottom: 5px;
}

DIV.Narrow TABLE.Selection {
 
	width: 442px;

}

DIV.MetaSelector TABLE.Selection TD
{
	padding: 7px 0 8px 0;
	margin: 0;
	font-family: arial;
	font-size: 11px;
	/*line-height: 14px;*/
	border-bottom: 1px solid #DCDED6;
}

DIV.MetaSelector TABLE.Selection TD P
{
	padding: 0 0 11px 0;
	margin: 0;
	font-size: 11px;
	line-height: 14px;
}

DIV.MetaSelector TABLE.Selection TD SELECT
{
	width: 308px;
	color: #606060;
	font-size: 11px;
	line-height: 21px;
	height: 21px;
	padding: 1px 1px 1px 2px;
	margin: 0 5px 2px 0;
	float: left;
}

DIV.MetaSelector TABLE.Selection td.c1
{
	width: 110px;
}
DIV.MetaSelector TABLE.Selection td.c2
{
	width: 98px;
	padding-top: 12px;
	/*padding-bottom: 12px;*/
}
DIV.MetaSelector TABLE.Selection td.c3
{
	padding-top: 12px;
	padding-right: 60px;
}

DIV.MetaSelector TABLE.Selection p.action-items
{
	margin: 0;
	padding: 0;
}
DIV.MetaSelector TABLE.Selection A.Button
{
	color: #606060;
	margin: 0;
	padding: 5px 0 0 0 ! important;
	text-align: center;
}

DIV.MetaSelector TABLE.Selection A.Edit, DIV.MetaSelector TABLE.Selection A.Done, DIV.MetaSelector TABLE.Selection A.Add
{
	background: url(../img/btnEdit.gif) no-repeat top left;
	width: 43px;
	margin: 0 3px 0 0;
}

DIV.MetaSelector TABLE.Selection A.Remove
{
	background: url(../img/btnRemove.gif) no-repeat top left;
	width: 52px;
}

DIV.MetaSelector TABLE.Selection P
{
	line-height: 24px;
	padding-left: 63px;
}

DIV.MetaSelector TABLE.Selection SPAN.Required
{
	line-height: 18px;
	font-weight: bold;
	color: red;
}

DIV.MetaSelector TABLE.Selection P SPAN.Required
{
	display: inline-block;
	height: 18px;
	line-height: 18px;
	font-weight: bold;
	color: red;
	position: relative;
	top: -5px;
	margin: 0;
	padding: 0;
}

DIV.MetaSelector TABLE.Selection P A
{
	background: url(../img/btn_tbl-productlistings_actionitems_w131.gif) no-repeat top left;
	display: block;
	width: 131px;
	height: 24px;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	float: left;
	margin-right: 5px;
}

DIV.MetaSelector TABLE.Selection A.Done
{
	display: inline-block;
	float: none;
}

DIV.MetaSelector TABLE.Selection A.Match
{
	margin-left: 5px;
	background: url(../img/btn_tbl-productlistings_actionitems_w95.gif) no-repeat top left;
	width: 95px;
}


/* Multi Select Checkbox Drop Down List */
DIV.CheckBoxDropDownList
{
	display: inline;
	float: left;
}

div.MultiselectDivTop
{
	border-left: groove 1px #5b5c71;
	border-top: groove 1px #5b5c71;
	border-right:  groove 1px #5b5c71;	
	border-bottom: groove 1px #5b5c71;
	vertical-align: middle;
	background-color: White;	
	width: 250px;
}

div.MultiselectDivMain
{
	border-right: groove 1px #5b5c71;
	border-top: groove 1px #5b5c71;
	display: none;
	/*scrollbar-face-color: white; */
	margin: 0px;
	/*scrollbar-highlight-color: whitesmoke;*/
	overflow: auto;
	border-left: groove 1px #5b5c71;
	width: 250px;
	/*scrollbar-arrow-color: black;*/
	/*scrollbar-track-color: white;*/
	border-bottom: groove 1px #5b5c71;
	/*scrollbar-darkshadow-color: whitesmoke;*/
	HEIGHT: 150px;
	background-color: White;
	position: absolute;
}

IMG.MultiselectDropdownArrow
{
	vertical-align: middle;
	cursor: hand;
	height: 18px;
	width: 18px;
	border: none;
}

div.MultiselectListItem
{
	WIDTH: 308px;	
}

.MultiselectTextBoxMain
{
	border: none 1px; 
	height: 17px;
	width: 225px;
	color: black;
	font-family: arial;
	font-size: 11px;
}

label.MultiselectListItemLabel
{
	font-family: arial;
	font-size: 11px;
	color: Black;
}

/* the success stories table*/

#tbl-searchstories {
	margin: 0 0 15px 40px;
	padding-bottom: 0;
	}
	
	#tbl-searchstories td {
		padding: 3px 0 3px 0; margin: 0;
		font-size: 11px; line-height: 14px;
		color: #606060;
		}
		
	#tbl-searchstories td strong {
		color: #606060;
		}
		
	#tbl-searchstories td p {
		padding: 0 0 11px 0; margin: 0;
		font-size: 11px; line-height: 14px;
		color: #606060;
		}
		
	#tbl-searchstories td select {
		width: 308px;
		font-size: 11px; line-height: 21px;
		height: 21px;
		padding: 1px 1px 1px 2px;
		margin: 0 5px 2px 0;
		float: left;
		color: #606060;
		}
		
	#tbl-searchstories td.c1 { width: 44px; }
	#tbl-searchstories td.c2 { width: 100px; padding-top: 4px; }
	#tbl-searchstories td.c3 { width: 308px; }

#tbl-searchstories p.action-items { margin: 0; padding: 0; }
#tbl-searchstories p.action-items a { 
	color: #606060;
	margin: 0;
	}
	
#tbl-searchstories p.action-items a {
	background: url("../img/btn_tbl-youselected_actionitems_w43.gif") no-repeat top left;
	display: block;
	width: 43px; height: 24px;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	color: #606060;
	float: left;
	margin-right: 5px;
	}
		
	#tbl-searchstories p.action-items a.w95 {
		background: url("../img/btn_tbl-productlistings_actionitems_w95.gif") no-repeat top left;
		width: 95px;
		}
		