#favorites_contain{
	width:100%;
	background:#F9F9ED;
}
	
#favorites_header{
	margin-top: 20px;
	padding:0px; 
	width: 100%; 
	/**border:1px solid #fff;**/
	text-align:center;
}
#favorites_subHeader{
	margin: 10px 0px 2px 2px;
	padding:10px; 
	width: 100%; 
	border-top:1px solid #E68A1B;
	border-bottom:1px solid #E68A1B;
	text-align:center;
}

#favorites_body{
	margin:10px;
	width:100%;
}

#favorites_title{
	background:#ccc;
	margin:10px 0px 10px 0px;
	padding:5px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	width:100%;
}
#favorites_item{
	float:left;
	width:144px;
	background:#E9E9E9;
	margin:0px 5px 10px 0px;
}
#favorites_option{
	margin: 10px 0px 2px 2px;
	padding:10px; 
	width: 100%; 
	border-top:1px solid #E68A1B;
	text-align:center;
}
#favorites_option a{
	font-size:14px;
	margin-bottom:5px;
}
#favorites_option input{ 
	border:1px solid #E68A1B;
}

/***************** order *******************/
#order_title{
	font-size:14px;
	font-weight:bold;
	margin:15px 0px 15px 0px;
	border-bottom:1px solid #E68A1B;
	padding-bottom:5px;
}

