﻿/* *************************************************** */
/* -------------------- ENTRY.HTML ------------------- */
/* ---this one controls the multi-item catalog pages---*/
/* *************************************************** */

#entries {
	width: 95%;
	text-align: left;
	padding: 0 10px 50px 30px;
	*margin: -40px auto 0!important;
	margin: -50px auto 0;
	}

html*#entries {
	_margin: 0 auto 0;
}

.entryheader td {
	color: #A2422B;
	border-bottom: 1px solid #A2422B;
}
	
.entrydetail tr{}

.entrydetail.buy img {
	width: 45px;
	height: 24px;
}

.entrydetail .photo { 
	padding: 10px 0px 0px 0px;
	margin-right: 20px; }
	
tr.entrydetail td.photo div.dropshadow div.inner a img {
	border: 1px #4d3b2d solid;
}

.searchres {
	height:150px;
	font-size:11px; 
	border-bottom: 1px solid #A2422B;
	border-top: 1px solid #A2422B;
	border-left: 1px solid #A2422B;
	border-right: 1px solid #A2422B;
	margin:  4px 4px 4px 4px ;
}

.detail {
	text-align: left;
	padding-left: 5px;
	padding-top: 10px;
	padding-right:20px;
}

.retailprice {
	width: 50px;
	text-align: right;
	padding-right: 5px;
	padding-top: 10px;
}

.price {
	width: 50px;
	text-align: right;
	padding-right: 5px;
	padding-top: 10px;
}

.style1 {
	/*additional td's in the table*/
	width: 50px;
	text-align: right;
	padding-right: 5px;
	padding-top: 10px;
	}

.packsize {
	padding-top: 10px;
	padding-left:5px;
	padding-right:5px;
	white-space:nowrap;
	text-align:right;
}
.dropshadow {
	background: url('../images/dropshadow.gif') no-repeat right bottom;
	height: 77px;
	width: 105px;
	padding-bottom: 5px;
	padding-right: 2px;
}
.inner { }

/* *************************************************** */
/* -------------------- ?????.HTML ------------------- */
/* ---this one controls ........................... ---*/
/* *************************************************** */

