
div.colmask {
    background: white;
}

div.col3 {
    font-size: .9em;
}

div#header {
    background: white;
}

small.more {
	margin-left: 60px;
}

dl.results dd {
    font-size: 85%;
}

dt.id {
	display: block;
	clear: both;
	width: 100%;
	font-size: 50%;
	color: #fff;
}

dd.name {
	margin-left: 60px;
}

dd.name a {
	font-weight: bold;
	font-size: 130%;
	line-height: 115%;
}

dd.image {
	display: block;
	float: left;
	padding: 0px; margin: 0px;
	border: none;
}

dd.image img {
    border: none;
    width: 50px;
    height: 50px;
    margin: 0px;
}

dd.lowest-price {
	display: block;
	background: #eee; color: #000; 
	padding: 5px; text-align: center;
	border: dotted 1px #fff; 
	width: 70px; height: 30px; 
	float:right
}

dd.lowest-price strong {
	font-size: 120%;
	display: block;
}

dd.description, dd.price-summary, dd.availability {
	margin-left: 60px;
}

.linkto {
	font-size: 80%;
	width: 90%;
	color: #666;
	border: solid 1px #eee;
	padding: 3px;
	cursor: pointer;
}

div.col3 ul li {
	font-size: 95%;
	margin-bottom: 3px;
}

div#footer {
    background: black;
    color: gray;
    font-size: 80%;
}

div#footer p {
    width: 60%;
}

div#links {
    background: black;
    width: 21%;
    float: right;
}
