td.title {
	cursor: pointer;
}

td.title .tooltip {
	display: none;
	width: 278px;
	color: #fff;
	overflow: visible;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	
}

td.title .tooltip .top {
	background: url(../images/tooltip/top.gif) top left no-repeat;
	height: 35px;

}

td.title .tooltip .center {
	margin: 0;
	padding: 0;
	background: url(../images/tooltip/center.gif) left repeat-y;
	padding: 10px 19px 10px 10px;
	margin-top: -25px;
	text-align: left;
	font-weight: 100;
}

td.title .tooltip .center span.choice_title {
	color: #787878;

}

td.title .tooltip .center hr {
	border: none;
	color: #000;
	background-color: #000;
	height: 1px;

}

td.title .tooltip .bottom {
	background: url(../images/tooltip/bottom.gif) top left no-repeat;
	height: 35px;

}


div#order_hold {
	background: #fff;
	border: 1px solid #b7b7b7;
	color: #454545;
	font-family: Helvetica;
	width: 100%;
	color: #2b2b2b;
}

div#order_hold div#items_hold {
	height: 300px;
	overflow-y: scroll;
	overflow-x: hidden;
}

div#order_hold div#items_hold table.items {
	margin: 0;
	padding: 0;
}


div#order_hold table.items tr {
	margin: 0;
	padding: 0;
}

div#order_hold table.items tr.coupon {
	background: url(../images/order/coupon_bg.gif) bottom repeat-x;
}

div#order_hold div.head {
	padding: 10px;
	background: url(../images/order/head_bg.gif) bottom repeat-x;
	border-bottom: 1px solid #8f8f8f;
	font-size: 16px;
	font-weight: 700;
}

div#order_hold div.head span.subtotal {
	float: right;
	color: #767676;
	padding-left: 10px;
}

div#order_hold table.items tr td {
	vertical-align: top;
	text-align: left;
	padding: 8px 4px;
	border-bottom: 1px solid #c1c1c1;
}

div#order_hold table.items tr td.empty {
	padding: 30px;
	color: #b3b3b3;
	border-bottom: none;
}

div#order_hold table.items tr td.title {
	font-weight: 700;
	color: #000;
	width: 60%;
}

div#order_hold table.items tr td.title img {
	float: left;
	border: 1px solid #676767;
	margin-right: 5px;

} 

div#order_hold table.items tr.coupon td.title img {
	border: none;
	margin-right: 7px;

} 

div#order_hold table.items tr td.price {
	text-align: right;
	width: 20%;
}

div#order_hold table.items tr td.actions {
	width: 18%;
}

div#order_hold ul.totals {
	margin: 0;
	padding: 0;
	list-style: none;
}

html body li.clear_block {
	padding-top:5px;
	margin-top: 5px;
	border-top: 1px solid #efefef;
	width: 98%;
	text-align: right;

}