.optionrow	{
	border-bottom: solid 1px #ffcec8;
	padding: 5px 0 5px 0;
	background-image: url('http://store.yahoo.com/lib/executiveengravables/optionrowbg.jpg');
	background-repeat: repeat-y;

}
.orderleft	{
	float: left;
	width: 100px;
	margin: 0 0 1px 0;
	padding: 3px;
	background-color: #bbbbbb;
	font-weight: bold;

	
}
.orderright	{
	float: left;
	margin: 0 0 1px 0;
	padding: 3px;
	background-color: #eeeeee;
	width: 200px;
	font-weight: normal;

}
.orderright select	{
	font-size: 10px;
	border: solid 1px #000000;
	height: 16px;
}
.clearboth	{
	clear: both;
}
#hiddenoptions	{
	display: none;
}

#hidopt	{
	display: none;
	position: absolute;
	z-index: 9999;
	left: 0;
	top: 0;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	background-color: #000000;


}
#hidoptinner	{
	background-color: #ffffff;
	width: 600px;
}
#hidoptouter	{
	display: none;
	position: absolute;
	z-index: 99999;
	left: 0;
	top: 150px;
}
#showoptions, #optconfirm, #optremoved, #changeoptions	{
	cursor: pointer;
	font-weight: bold;
	font-size: 12px;
}
#optconfirm, #optremoved, #changeoptions	{
	display: none;
}
.optionleft	{
	float: left;
	width: 250px;
	text-align: left;
	padding: 5px 3px 5px 3px;
	font-size: 11px;
	font-weight: bold;
}
.optionright	{
	float: left;
	width: 300px;
	text-align: left;
	padding: 5px 3px 5px 3px;
}

	