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

div#order_summary_table
{
	margin:10px 0;
}
div#order_summary_table table
{
	width:100%;
}
div#order_summary_table table td
{
	vertical-align:top;
	padding:5px 10px;
	background-color:#9bb8cd;
	border-bottom:1px solid #cdd4d9;
}
div#order_summary_table table td a
{
	color:#092f62;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
div#order_summary_table table th
{
	background:url(../images/order/summary_table_th.jpg) repeat-x left top;
	vertical-align:top;
	padding:3px 10px;
	font-size:12px;
	color:#FFFFFF;
	border-bottom:1px solid #FFFFFF;
}




div#order_summary
{
	border:1px solid #dddddd;
	padding:10px 0;
	background:url(../images/customer/layout/block_bg.jpg) repeat-x left top;
	margin-bottom:15px;
}
div#order_summary_leftcol
{
	width:320px;
	float:left;
}
div#order_summary_leftcol h3
{
	border-bottom:2px solid #41ceec;
	height:22px;
}
div#order_summary_leftcol h3 strong
{
	font-size:12px;
	color:#092f62;
	display:block;
	float:left;
	height:22px;
	background:url(../images/broadcast/on_air/subtitle_center.jpg) repeat-x left top;
	position:relative;
	padding:0 15px;
	bottom:-2px;
	left:15px;
	line-height:22px;
	padding-right:20px;
}
div#order_summary_leftcol h3 strong span
{
	width:13px;
	height:22px;
	display:block;
	font-size:5px;
	position:absolute;
	top:0;
}
div#order_summary_leftcol h3 strong span#summary_titleleft
{
	background:url(../images/broadcast/on_air/subtitle_left.jpg) no-repeat left top;
	left:0;
}
div#order_summary_leftcol h3 strong span#summary_titleright
{
	background:url(../images/broadcast/on_air/subtitle_right.jpg) no-repeat right top;
	right:-1px;
}

div#order_summary_leftcol ul
{
	padding:10px 7px;
}
div#order_summary_leftcol ul li
{
	padding-left:10px;
	background:url(../images/menu_bullet.jpg) no-repeat left 4px;
	padding-bottom:5px;
}
div#order_summary_leftcol ul li strong
{
	width:125px;
	display:block;
	float:left;
	font-weight:normal;
	font-size:11px;
}
div#order_summary_leftcol ul li em
{
	width:170px;
	display:block;
	float:right;
	font-size:11px;
	font-style:normal;
	font-weight:bold;
}
div#order_summary_leftcol p
{
	padding:10px 7px;
}
div#order_summary_leftcol p a.view_invoice
{
	background:url(../images/order/invoice.jpg) no-repeat left top;
	color:#153a64;
	font-size:11px;
	text-decoration:none;
	padding:3px 0;
	padding-left:15px;
	font-weight:bold;
}

div#order_summary_rightcol
{
	width:325px;
	border:1px solid #dddddd;
	float:right;
	position:relative;
	right:25px;
}
div#order_summary_rightcol h4
{
	font-size:12px;
	color:#092f62;
	background:url(../images/about/bullet.jpg) no-repeat 15px top;
	padding:3px 0;
	border-bottom:1px solid #c5c8c8;
	margin-top:5px;
	padding-left:40px;
}
div#order_summary_rightcol ul
{
	padding:15px;
	position:relative;
}
div#order_summary_rightcol ul li
{
	position:relative;
	font-size:11px;
	padding-bottom:3px;
	border-bottom:1px solid #e6e6e6;
	margin-bottom:3px;
	background:url(../images/menu_bullet.jpg) no-repeat left 3px;
	padding-left:12px;
}
div#order_summary_rightcol ul li p
{
	font-size:10px;
	color:#092f62;
	/*background-color:#F2F2F2;*/
	margin-top:3px;
}
div#order_summary_rightcol ul li span.ord_date
{
	font-style:italic;
	color:#666666;
	position:absolute;
	left:150px;
}
div#order_summary_rightcol ul li.last_status_item
{
	border-bottom:none;
}
div#order_summary_rightcol ul li a
{
	position:absolute;
	right:0 !important;
	right:15px;
}

div#order_stalled
{
	margin:0 5px;
	margin-top:35px;
	border-top:1px solid #b2b5b6;
	padding:10px 0;
}
div#order_stalled h5
{
	font-size:10px;
	color:#153a64;
	padding-left:10px;
}
div#order_stalled p
{
	padding:5px 10px;
}
div#order_stalled p textarea
{
	width:100%;
	border:1px solid #dddddd;
	height:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}