@charset "UTF-8";

#entryarchive{
	width: 575px;
	}
.archiveentries {
	width: 180px;
	height: 220px;
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 2px;
	text-align: center;
	border:1px solid #666;
	font-size: 100%;
	}
.archiveentries img {
	height: 135px;
	}
.archiveentries p {
	font-weight: normal;
	font-size: 10px;
	}
	
.archiveentries p.title {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	margin: 1px 10px 1px 0px;
	padding-left: 10px;
	width: 160px;
	height: 45px;
	}
* html li.archiveentries p.title {/* IE 6 */
	display:inline;
	zoom:1;
	}
*:first-child+html li.archiveentries p.title {/* IE 7 */
	display:inline;
	zoom:1;
	}


#entryarchive p.price span {
	color: red;
	font-weight: bold;
	font-size: 110%;
	}
span.tocart{
	text-align: center;
	margin: 0 auto;
	}
span.tocart a {
	text-decoration: none;
	}