
p.t-added-date {
	display: none;
	}		
.t-list-item {
	border: 1px solid #999;
	margin: 0 0 10px 0;
	padding: 10px 10px 11px;
	position: relative;	
	}
* html .t-list-item {
	height: 1%;
	}
.t-list-item td {
	vertical-align: top;
	}
.t-list-item td#published-date {
	margin: 0 0 15px 0;
	}
.t-list-item h1 {
	font-size: 14px;
	margin: 0 15px 5px;
	line-height: 1.1;
	color: #666;	
	}
.t-list-item h1 a {
	color: #666;
	}
.t-list-item h1 a:hover {
	color: #36c;
	text-decoration: underline;
	}
.t-list-item p.t-price {
	margin: 0 15px 5px;
	color: #c00;
	font-size: 14px;
	}			
.t-list-item img {
	margin: 0 auto 6px;
	}			
p.t-text {
	margin: 0 15px 8px;
	color: #333;
	}
div.t-dates, div.t-address {
	margin: 0 15px 0;
	padding: 6px 0;
	color: #333;
	}
div.t-top-border {
	border: 1px solid #69f;
	border-width: 1px 0 0;
	}
div.t-topbottom-border {
	border: 1px solid #69f;
	border-width: 1px 0;
	}		
div.t-no-bottom-border {
	border-bottom: 0;
	}
.t-list-item span {
	color: #c00;
	}
p.t-remove-item	{
	margin: 0 15px;
	position: absolute;
	right: 53px;
	bottom: 11px;
	}
p.t-remove-item	a {
	background: url(images/icon_remove.gif) 0 3px no-repeat;
	padding: 6px 0 3px 20px;
	
	/*width: 90%;
	margin-left: -3px;*/
	}
div.t-address p strong {
	color: #666;
	text-transform: uppercase;
	}

/* print version- not done entirely with print.css */

.t-shopping-list-print td {border-right: 1px solid #ccc;}

.t-shopping-list-print {border-collapse: collapse;}

.t-shopping-img-wrap {
	width: 120px;
	height: 120px;
	overflow: hidden;
}

.t-shopping-img-col {
	width: 120px;
	padding: 0 10px 0 0;
	}
.t-shopping-img-col img {
	width: 120px;
	}
.t-shopping-desc-col {
	/*width: 330px;*/
	}	
table.t-shopping-list-print td.t-date-col div.t-dates {
	margin: 0; padding: 0;
	}
.t-date-col {
	width: 90px;
	padding: 0 15px;
	}
.t-address-col {
	width: 160px;
	padding: 0 15px 25px;
	color: #333;
	}
.t-address-col div {
	margin-bottom: 6px;
	padding-bottom: 6px;
	border-bottom: 1px solid #ccc;
	}	
.t-shopping-list-print .t-address-col {
	border-right: 0;
	}	
.t-shopping-list-print .t-remove-item a {
	width: 100%;
	display: block;
	}
.t-shopping-list-print p.t-remove-item	{
	margin: 0;
	}
.t-shopping-list-print .t-display-none {
	display: none;
	}
.t-add-to .t-shopping-desc-col p,
.t-add-to .t-date-col p,
.t-add-to .t-address-col div {
	display: none;
	}

table.t-add-to td.t-date-col p.t-added-date {
	display: block;
	}
