/*
Styling for results
J-P Stacey
2005-11-10
*/

/* #content is coloured */
#content h1 {
	margin-top: 0;
	padding-top: 10px;
}

.multi {
	clear: both;
	width: 760px;
}

/* Results table */
.results .row {
	padding: 0;
	overflow: hidden;
	width: 760px !important;
}
.results .row.national {
	background-color: #d0d0f2;
}

.result {
	border-top: dotted 1px #969791;
	padding: 10px 0;
	overflow: hidden;
	width: 379px !important;
}
.result.cell-0 {
	border-left: dotted 1px #969791;
	position: relative;
	left: -1px;
}
.result.cell-1 {
	border-right: dotted 1px #969791;
}

.result-image {
	clear: right;
	float: right;
	width: 70px; /* Max thumbnail width */
	text-align: center;
	padding-right: /*2*/0px;
	padding-left: 10px;
}

.result-image img {
	border: solid 1px #7b7b7b;
}

/* My products, plus its tiny link */
.my-products-add-or-del {
	float: right;
}
.my-products-add-or-del .tiny-link {
	font-size: 10px;
	position: relative;
	top: -5px;
}
.my-products-add-or-del img {
	position: relative;
	top: 5px;
}

/* Textual content of results */
.result-text {
	float: left;
	width: 269px;
}
/* .result-text p {
	font-size: 0.9em;
} */

.result-text/*.noimage*/ {
	width: 339px; /* 329px; */
	padding-left: 30px;
}

.result-name, .result-name a {
	color: #5794cb;
	font-weight: bold;
}
.result-name, .result-material-info {
	display: block;
}
.result-material-info {
	color: #679900;
	/* color: #989898; */
	font-size: 0.9em;
}

.result p {
	margin: 3px 0 3px;
	padding: 0;
}

.result-parent, .result-more {
	float: left;
	font-size: 0.9em;
}

.saleable-subtype {
	font-size: 0.85em;
	text-transform: uppercase;
	padding-top: 3px;
	/* color: #989898; */
	color: #679900;
}

.result-more {
	width: 388px;
	/* width: 390px; */
	text-align: right;
}

.result-distance {
	clear: both;
	color: #989898;
	text-align: left;
}

/* No results */
#no-results-alternatives {
	border-top: solid 1px #cccccc;
	padding-top: 12px;
	padding-bottom: 12px;
	position: relative;
	top: 6px;
}

#no-results-alternatives p {
	padding: 6px 0;
	margin: 0;
}

#no-results-alternatives a {
	padding-right: 40px;
}
