#promo_container {
	text-align: center;
	margin: 20px 0 5px;
	width: 100%;
}

#swag {
  background-color: #E78B07;
  width: 528px;
  margin: auto;
}

#swag form {
  margin: auto 20px;
  text-align: left;
  position: relative;
  line-height: 1.7em;
}

#swag .text_input {
  background-color: #E7D1B2;
  color: #8F5604;
  border: 1px inset #E78B07;
  font-size: 80%;
  padding: 1px;
}

#swag div .submit_tag {
  vertical-align: bottom;
  position: absolute;
  bottom: 5px;
  right: 5px;
}

#swag div.fieldWithErrors {
  display: inline;
  color: red;
}

#swag div.fieldWithErrors input {
  border: 1px solid red;
  background-color: #FFE0E0;
}

#manufacturer_notes, #special_note {
	font-family: "Trebuchet MS", sans-serif;
	width: 40.6em;
	margin: 5px auto 0.5em;
	border: 1px solid #CCC;
	background-color: #F5F2F2;
}

#manufacturer_notes #manufacturer_description, #special_description {
	margin: 0 3em;
	width: 28em;
	font-size: 13px;
	line-height: 1.5em;
	padding: 10px;
	color: #555;
}

#manufacturer_notes a { 
	color: #000; border-bottom: 1px solid #999; text-decoration: none; 
}
#manufacturer_notes a:hover { border-bottom: 1px solid #9E0000; }
#manufacturer_notes a#read_more, #manufacturer_notes a#read_less { 
	color: #a99; border-bottom: 1px solid #b99; 
}

#manufacturer_description h3 {
	width: 20em;
	border-bottom: 1px solid #CCC;
}

#catalog {
	padding: 0;
	overflow: hidden;
	width: 41.7em;
	margin: auto;
	position: relative;
}

.instructions {
  margin: 0 0.5em;
  text-align: center;
  font-size: 90%;
  font-weight: bold;
  font-family: verdana;
  color: #B6B6B6;
  background-color: #fdfdfd;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
}

.product_container {
	float: left;
	width: 19.9em;
  border: 0;
  padding: 0;
  height: 1%;
	margin: 5px 0.45em;
  position: relative;
}

.product_box {
  width: 100%;
	list-style: none;
	background: #fff url('../images/gradientbg.gif') repeat-x top;
}

.product_container .stocks { 
  font-size: 10px;
  margin: 0 0 1px;
  text-align: right;
  padding: 0 5px;
  overflow: none;
  color: #666;
	cursor: default;
}

.product_container .stocks .stock_label { margin: 0 3px; padding-bottom: 6px; vertical-align: middle; }

.product_container .stocks, .product_container .stocks p { 
  line-height: 13px;
}


.product_box .stock_dot {
	border: 0;
}

.product_box .special_badge {
	position: absolute;
	top: 7px;
	right: -7px;
	border: 0;
}

.free_shipping_icon {
	position: absolute;
	top: 3px;
	left: -8px;
	border: 0;  
}

.free_shipping_text {
	position: absolute;
	top: 0px;
	left: 35px;
  font-size: 10px;
  text-align: right;
  padding: 0 5px;
  overflow: none;
  color: #060;
	cursor: default;
	font-weight: bold;
	
}

.product_box a, .product_box p {
	line-height: 1.1em;
	padding: 7px 8px;
	display: block;
	text-decoration: none;	
	color: black;
	border-left: 3px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 3px solid #ccc;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}

.product_box img.product_image {
	margin-right: 10px;
	border: 1px solid #ccc;
	float: left;
}

.product_box .manufacturer, .product, .price {
	display: block;
	margin: 0;
	padding: 0;
}

.product_box .product {
	font-weight: bold;
}

.product_box .price {
	color: #999;
}

.product_box a:hover {
	border-left: 3px solid #d76425;
	border-right: 3px solid #d76425;
}

#category_note { font-size: 90%; font-weight: bold; 
  margin: 1em auto; width: 100%; text-align: center; 
  color: #999;
}
#category_note .category, #category_note .super_category { color: #d1855c; }
 
.discount { color: #a10202 !important; }

#extras { 
  text-align: center;
  margin: 0 auto 10px;
}

#extras a { color: #d76425; text-decoration: none; }
#extras a:hover { color: #9e0000 }

#sort { margin: 0.5em 11px; padding: 0; font-size: 10px; color: #666; }
#sort .label { font-weight: normal; }
#sort a { text-decoration: none; color: #d76425; }
#sort a:hover { text-decoration: none; color: #9E0000; }
#sort .current { font-weight: bold; }
#sort select { font-size: 10px; padding: 3px; }
#sort .separator { padding: 0 5px; }

#description_text.editing { background-color: #e3e3e3; }

h2.workshop { font-size: 14px; color: #666;}
.workshop_title { font-size: 22px; color: #000; padding-left: 0.25em;}
.workshop_speaker { font-size: 18px;}