@import url("gainsborough.css");

div.figure {
  display: block;
	min-width: 25%;
  float: left;
  border-style: none;
  margin: 5px;
  padding: 0px;
  text-align: center;
}


div.figure img {
  display: run-in;
	border-style: solid;
	border-width: 2px;
	border-color: silver;
	margin: 2px;
	padding: 0px;
}

div.figure p.caption {
  display: run-in;
  font-size: small;
  font-style: italic;
  text-indent: 0;
	padding: 0px;
	margin: 2px;
}

div.figure a:hover img {
		  border-width: 2px;
		  border-color: fuchsia;
}

@media handheld {
  div.figure {
	display: none;
	}
}

.money {
	 text-align: right;
	 width: 7em;
	 font-family: "Lucida Bright", serif;
	 font-size: small;
	 font-style: normal;
}

/* A rule for strikeout prices */
.old_price {
   /* text-decoration: line-through; */
	 text-decoration: none;
	 color: black;
	 background-color: inherit;
}

.special_price {
   color: red;
	 background-color: inherit;
}

table.catalog {
	 border-collapse: collapse;
	 border-style: ridge;
	 border-width: medium;
	 margin-top:1ex;
	 margin-bottom: 2ex;
}

table.catalog td {
	 border-collapse: inherit;
	 border-style: ridge;
	 border-width: medium;
	 empty-cells: hide;
	 padding: 0.5em;
	 vertical-align: top;
	 font-family: "Lucida Bright", serif;
	 font-size: small;
}

table.catalog .tablehead {
	 border-collapse: inherit;
	 border-style: ridge;
	 border-width: medium;
	 padding: 0.7em;
	 font-family: "Book Antiqua", serif;
	 font-weight: bold;
	 color: black;
	 background-color: white;
}

table.catalog .colhead {
	 border-collapse: inherit;
	 border-style: ridge;
	 border-width: medium;
	 padding: 0.5em;
	 font-style: italic;
	 font-weight: bold;
	 text-align: center;
	 color: black;
	 background-color: white;
}

table.catalog .tablesubhead {
   text-align: center;
	 font-weight: bold;
}

table.catalog .itemhead {
    font-weight: bold;
}

/* Intended to combine rows with similar products, such
as the same fabric in two widths by
removing the horizontal rule separating them.
Works with Firefox 2.0.0.4.
Doesn't work with Internet Explorer 7 */
table.catalog tr.continuation {
	 border-top: hidden;
}

td.description li {
	list-style-position: inside;
}

