div#purchasehistory table {
	width:100%;
	border-collapse:collapse;
	margin:18px 0;
	font-weight:bold;
}

div#purchasehistory td {
	padding:0;
	width:136px;
	height:31px;
	vertical-align:middle;
	text-align:center;
	border-bottom:1px solid #caf0f1;
}



div#purchasehistory tr:hover {
	background: #ddf5f7;
	cursor:pointer;
}

div#purchasehistory tr.header{
	background:#01babd;
}

div#purchasehistory tr.header td {
	height:22px;
	color:#fff;
	text-transform:uppercase;
	border-bottom:none;
	cursor:text;	
	
}

div#purchasehistory td.tl {
	background:#01babd url(http://www.7cont.ru/images/tl.gif) no-repeat top left;
}

div#purchasehistory td.name {
	width:600px;
	text-align:left;
}

div#purchasehistory td.tr {
	background:#01babd url(http://www.7cont.ru/images/tr.gif) no-repeat top right;
}

div#purchasehistory tr.cancelled td {	
	color:#98989a;
	
}


div#purchasehistory td.status {
	text-align:left;
	padding-left: 27px;
	width:115px;
}

div#purchasehistory .cancelled td.status {
	background: url(http://www.7cont.ru/images/purchasehistory/cancelled.gif) no-repeat left 3px;
}

div#purchasehistory .delivered td.status {
	background: url(http://www.7cont.ru/images/purchasehistory/delivered.gif) no-repeat left 3px ;
}

div#purchasehistory h1 {
	background:#01babd;
	color:#fff;
	padding-left:8px;
	margin-top:18px;
}
