.nowrap {
	white-space: nowrap;
}
a:focus, a:active {
	text-decoration: underline;
}
#pagination {
	padding-top: 12px;
	text-align: center;
}
#pagination ul {
	border:0;
	margin:0;
	padding:0;
	padding-bottom: 10px;
}
#pagination li {
	border:0;
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#pagination a {
	border:solid 1px #ddd;
	margin-right:2px;
}
#pagination .previous-off, #pagination .next-off {
	color:#666;
	display:inline;
	font-weight:bold;
	padding:3px 4px;
}
#pagination .ellipsis {
	padding: 0 6px;
}
#pagination .next a, #pagination .previous a {
	font-weight:bold;
	display:inline;
	border:solid 1px #fff;
}
#pagination .active {
	color:#b82028;
	display:inline;
	font-weight:bold;
	padding:4px 8px;
}
#pagination a:link, #pagination a:visited {
	color:#1D4012;
	display:inline;
	padding:3px 6px;
	text-decoration:none;
}
#pagination a:hover {
	border:solid 1px #666;
}
#bottom_banner {
	margin: 30px 0 0;
	text-align: center;
}
.captioned {
	background-color: #fff;
	border: 1px solid #c9c2c1;
	margin: 16px auto;
	padding: 10px 10px 6px;
	text-align: center;
	width:  468px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.captioned a {
	display: block;
	text-decoration: none;
}
.captioned:hover {
	border: 1px solid #666;
}
table.latest_prices td.inline a, table.atoz_listing td.inline a {
	display: inline;
}
textarea#excerpt {
	height: 150px;
	width: 600px;
}
textarea#article {
	height: 400px;
	width: 600px;
}
#bookmark {
	left:  800px;
	position: relative;
	top: 100px;
	width: 125px;
}
a.outofstock {
	font-size: 85%;
}
tr.noted td {
	border-bottom: none  !important;
}
form.cform div input.medium {
	width: 200px;
}
table.attributes {
	border-collapse: collapse;
}
table.attributes thead {
	font-size: 0.750em;
}
table.attributes td {
	border-bottom: 1px dashed #ccc;
	border-top: 1px dashed #ccc;
	padding: 4px 8px;
}
/* multi-select */
.ms-container:after{
  content: "."; display: block; height: 0; line-height: 0; font-size: 0; clear: both; min-height: 0; visibility: hidden;
}

.cform div.ms-container {
	padding: 0;
}
.ms-container .ms-selectable, .ms-container .ms-selection{
  background: #fff;
  border: 1px #ccc solid;
  float: left;
}

.ms-container .ms-selectable{
  margin-right: 40px;
}

.cform div.ms-container ul{
  width: 240px;
  height: 200px;
  margin: 0;
  padding: 1px 0px;
  list-style-type: none;
  overflow-y: auto;

}
.ms-container h4 {
	font-size: 12px;
	margin: 0;
	margin-bottom: 10px;
	padding: 6px 2px;
	background: #777;
	color: #fff;
	text-align: center;
	border: 1px #333 solid;
}
.ms-container .ms-selectable li, .ms-container .ms-selection li{
  border-bottom: 1px #eee solid;
  font-size: 11px;
  margin-left: 0;
  padding: 2px 4px;
  color: #555;
}

.ms-container .ms-selection li{
  padding-right: 24px;
  margin-right: 4px;
  color: #101010;
}

.ms-container .ms-selectable li.disabled{
  background-color: #eee;
  color: #aaa;
}

.ms-container li:hover{
  cursor: pointer;
  background-color: #eee;
  color: #000;
}

.ms-container .ms-selection li:hover{
  background: #fff url('../images/delete.gif') no-repeat right 3px;
}
table.prices tr.noted td {
	border-bottom: none  !important;
	padding-bottom: 0;
}
table.prices tr.note td {
	font-size: 11px;
	padding-top: 0;
}
a.stockalert {
	background-color: #4C845A !important;
	font-size: 14px;
	padding: 8px 12px !important;
}
