.asmContainer {
}

select.asmSelect {
	display: inline; 
	margin-right: 1em; 
}

.asmHighlight {
	margin: 0;
	padding: 0;
}

.asmList {
	margin: 0.25em 0 1em 0; 
	position: relative;
	display: block;
	padding-left: 0; 
	list-style: none; 
}
.asmList a{
	color:#666666;
	text-decoration:none;


}
.asmListItem {
	position: relative; 
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	background: #ddd;
	border: 1px solid #bbb; 
	width: 100%; 
	margin: 0 0 -1px 0; 
	line-height: 1em;
}
.asmListItem:hover {
	background-color: #e5e5e5;
}

.asmListItemLabel {
	padding: 5px; 
	display: block;
}

.asmListSortable .asmListItemLabel {
	cursor: move; 
}

.asmListItemRemove {
	position: absolute;
	right: 0; 
	top: 0;
	padding: 5px; 
}
.chart {
margin-top:5px;
}
.chart td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;

}
.productbody strong{
font-size:14px;
color:#5097c4;

}
#label{
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;

}
.productbody {
	width:550px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	float:left;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
.productbody ul{
	margin:0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
}
