

	a.order_online {
		display:block;
		width:94px;
		height:26px;
		text-indent:-999px;
		background:url(../../images/order_online_but.gif) top left;
		margin:10px 0 0 -3px;
	}
		a.order_online:hover { background-position:bottom left; }
		
	label.personal_details { width:170px; }
		
	a.sel_option {
		display:block;
		padding:5px 5px 5px 25px;
		margin-left:20px;
		border-bottom:1px solid #fff;
		background:#f6f6f6 url(../../images/sel_options_unchecked.gif) top left no-repeat;
		color:#999;
		text-decoration:none;
	}
		a.sel_option:hover { background:#ffc url(../../images/sel_options_unchecked_over.gif) top left no-repeat; text-decoration:none; }
		
	a.sel_optionchecked {
		display:block;
		padding:5px 5px 5px 25px;
		margin-left:20px;
		border-bottom:1px solid #fff;
		background:#dfc url(../../images/sel_options_checked.gif) top left no-repeat;
		color:#999;
		text-decoration:none;
	}
		a.sel_optionchecked:hover { text-decoration:none; }
	a.sel_optioncheckedcompulsory {
		display:block;
		padding:5px 5px 5px 25px;
		margin-left:20px;
		border-bottom:1px solid #fff;
		background:#e5e5e5 url(../../images/sel_options_checked_compulsory.gif) top left no-repeat;
		color:#999;
		text-decoration:none;
	}
		a.sel_optioncheckedcompulsory:hover { text-decoration:none; }
	
		span.pricer { position:absolute; left:840px; width:100px; text-align:right; }