/*
- these stylesheet settings apply to all media
- for printing styles edit templates/print.css
- learn more about CSS at http://www.w3schools.com/css/
- 2003/11/23 PaulM PandA.nl
*/

/* replaces old "select width settings" in currencies.php, manufacturers.php box and search.php box */
.boxText select {
	width: 95%;
}
/* set pageheading text (now included in h1 tag) size back to normal size */
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #336699;
	text-transform: uppercase;
	letter-spacing: 2px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	padding-top: 8px;
}
td.content_sides {
	background-color: #90AA55; /* 889CC0 = violet, B0CE6E = light green, 90AA55 = green */
}
td.content_center {
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
td.content_left {
	background-color: #B0CE6E; /* 889CC0 = violet, B0CE6E = light green, 90AA55 = green */
}
.boxText a {
	color: white;
}
.boxText a:hover {
	color: #000000;
}
/* Styles for Category */
.categoryOn {
	color: #415D31;
}
.categorySubHeading {
	FONT-WEIGHT: bold;
	FONT-SIZE: 16px; COLOR: #9a9a9a;
	FONT-FAMILY: Verdana, Arial, sans-serif
}
.categoryText {
	FONT-SIZE: 10px;
	FONT-FAMILY: Verdana, Arial, sans-serif
}
TD.featured_listing, SPAN.featured_listing, P.featured_listing {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border: solid #999999 1px;
  padding: 14px 4px 4px 4px;
}
.product_price {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}
.column_divider {
	border-left-color: #999999;
	border-left-style: solid;
	border-left-width: 1px;
}
span.cart_box_quantity {
	color: #ffffff;
}
TD.cart_data_no_border {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  padding: 0px 0px 0px 0px;
}
TD.cart_image {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border: solid #999999 1px;
  padding: 8px;
}

.infoboxHeading2 {
	font-size:12px;
	font-weight: bold;
}

.callout_box {
	background-color: #cde29e;
	padding: 1px 13px 5px 13px;
}

.sold { color: #777; }
.originals { font-size: 11px; border: none; }
.originals td { padding: 5px 5px 5px 5px; border-bottom: 1px solid #CCC; }
