/*
    body { font-size: 85%; 	}
*/
	.box-featured {
        margin-top: 20px;
		text-indent: -9999px;
		width: 198px;
		overflow: hidden;
		background: url(../images/bg_fea.gif) repeat-y;		 
	}
	.box-featured dl,.box-featured dt,.box-featured dd {
		margin: 0;
		padding: 0;
	}
	.curve-top,.curve-bottom {
		display: block;
		width: 198px;
		overflow: hidden;
		height: 4px;
	}
	.curve-top {
		background: url(../images/c_top.gif) no-repeat;
	}
	.curve-bottom {
		background: url(../images/c_bottom.gif) no-repeat;	
	}	
	.box-featured dt {
		height: 30px;
		background: url(../images/featured.gif) no-repeat center;
	}
	dd.order-top {
		height: 65px;
		background: #ff9900 url(../images/order_top.gif) no-repeat center bottom;	
		width: 100%;

	}
	.order-bg {
		height: 32px;
		background:#FF9900;
		/*background: #ff9900 url(../images/order_bg.gif)  center;	*/
		width: 100%;

		text-indent: 0;
		
	}
	.order-bg a {
			margin: 0 0 0 12px;

	}
	.more {
		height: 23px; 
		text-indent: 0;
	}
	.more a {
	 	color: #0068ff;
		text-decoration: none;
		position: relative;
		top: 5px;
		left: -5px;
		background: url(../images/arrow_blue.gif) no-repeat right center;
		padding: 5px 22px 0 0 ;
		float: right;/* fix IE */
	}
	.more a span {
		position: relative;
		top: -4px;	
	}
	.more a:hover { color: #ffad00;}

