@charset "utf-8";
/* CSS Document */


#order_items{
	float:left;
	width:650px;
	margin-right:20px;
	padding-right:20px;
	border-right:1px solid #EAEAEA;
}


.order_item{
	background-color:#EEEEEE;
	padding:10px;
	clear:both;
	width:600px;
	border-bottom:1px solid #CCCCCC;	
	margin-bottom:10px;	
	-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		
		
}

.order_runtime{
	font-size:11px;
	color:#CCCCCC;
	clear:both;
}
.order_desc{
	font-size:11px;
	color:#999999;
	clear:both;
	line-height:120%;
}
.order_thumb{
	float:left;
	width:100px;
	margin-right:15px;
	
}
.order_title{
	float:left;
	width:450px;
	color:#999999;
	font-size:15px;
	line-height:130%;
	
}

