abbr, acronym {
	border-bottom: 1px dotted #f4d8ce;
	cursor: help;
}

.centered {
	text-align: center;
}

.rightalign {
	text-align: right;
}

.small {
	font-size: 0.8em;
}

.big {
	font-size: 1.3em;
}

input, textarea {
	border: 1px solid #B0ACAE;
	background: #FFF;
}

input.radio, input.checkbox {
	border: 0;
	background: none;
}

td.left {
	padding-right: 20px;
}

td.right {
	width: 300px;
	padding-right: 2px;
}

.error {
	color: red;
	font-weight: bold;
}

.error_text {
	color: red;
	text-align: right;
	font-weight: bold;
}

.clearer {
	clear: both;
}

.noborder {
	border: 0;
}

.notop {
	margin-top: 0;
	padding-top: 0;
}

.floatleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	position: relative;
}

.floatright {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	position: relative;
}

.alignright {
	float: right;
}

.nobullets {
	list-style-type: none;
}

/* Site Specific */

span.quote_source {
	color: #000;
	font-style: normal;
	padding-left: 20px;
}

.productlisting {
	margin: 0 20px;
	/*background: #F4E9E4;
	border: 1px solid #000;*/
}

.productlisting .clearer {
	margin-left: 485px;
	/* Apply this to get a min-width */
}

.productlisting a:link, .productlisting a:visited, .productlisting a:active {
	color: #555;
}

.productlisting .productname a:link, .productlisting .productname a:visited, .productlisting .productname a:active {
	text-decoration: none;
}

.productlisting .productname span a:link, .productlisting .productname span a:visited, .productlisting .productname span a:active {
	text-decoration: underline;
}

.productlisting a:hover {
	color: #CCC;
}

.productlisting div.item {
	width: 159px;
	height: 220px;
	background: url("images/placeholder.gif") 50% 50% no-repeat;
	float: left;
}

.productlisting table.image {
	height: 161px;
	width: 100%;
}

.productlisting table.image td {
	padding-top: 11px;
	text-align: center;
}

.productlisting img {
	border: 0;
}

.productlisting table.name {
	width: 100%;
	height: 49px;
}

.productlisting table.name td {
	padding: 0 19px 0 22px;
	text-align: center;
	font-size: 0.9em;
}

.productlisting table.productname td {
	text-align: left;
}

.star {
	color: red;
	font-size: 0.8em;
}

div.info table {
	border: 1px solid white;
	margin: 20px;
	width: 530px;
}

div.info td {
	padding: 5px;
}

div.info table tr.heading td {
	font-weight: bold;
	border-bottom: 1px solid #000;
}

div.info td._rightborder {
	border-right: 1px solid #000;
}

div.bg {
	background: #F4E9E4;
}

#strip {
	padding: 0;
	margin: 0;
	list-style-type: none;
	background: #F4E9E4;
}

#strip li {
	display: inline;
	padding: 0;
	margin: 0;
}

.hidden {
	position: absolute;
	left: 0px;
	top: -1000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

a img {
	border: 0;
}