/* ++ Product Listing and Product Detail Pages ++ */

div#category_intro {
	margin-bottom: 15px;
	overflow: hidden;
	text-align: left;
	width: 700px;
}

div#category_intro p {
	font-size: 85%;
	padding-left: 10px;
	width: 450px;
}

img.rightCorner {
	float: right;
}

div#product_list_top {
	background: transparent url(../../img/common/bg_brown_gradient.gif) top left repeat-x;
	border-top: 3px solid #9b8f57;
	overflow: hidden;
	text-align: left;
	width: 700px;
}

div#product_list {
	/*background: transparent url(../../img/common/bg_brown_gradient.gif) top left repeat-x;
	border-top: 3px solid #9b8f57;*/
	overflow: hidden;
	text-align: left;
	width: 700px;
}

div#product_list_top h2 {
	background-image: none;
	float: left;
	width: 340px;
}

fieldset#narrow_products {
	border: none;
	float: right;
	margin: 10px 10px 0 0;
	padding: 0 0 10px 0; 
	text-align: left;
	width: 340px;
}

fieldset#narrow_products label {
	color: #9b8f57;
	display: block;
	font-size: 85%;
	font-weight: bold;
	padding: 0 0 3px 0;
}

fieldset#narrow_products select 
{
	float:left;
	font-size: 85%;
	margin-right: 5px;
	width: 235px;
}

fieldset#narrow_products input {
	font-size: 85%;
	width: 40px;
}

div.divider {
	background: transparent url(../../img/followon/divider_full.gif) top left no-repeat;
	clear: both;
	height: 20px;
	width: 700px;
}
div.divider hr {
	display: none;
}

/* pagination links */
div.pagination {
	margin: 0 0 1.0em 0;
	padding: 0 0 0 10px;
	text-align: left;
	width: 690px;
}

div.pagination h5 {
	display: inline;
}

ul.pageLinks {
	display: inline;
	list-style: none;
	margin-left: 20px;
}

ul.pageLinks li {
	display: inline;
	font-size: 85%;
	font-weight: bold;
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
}

/* product overview on listing page */

div.product_overviewRow {
	background: transparent url(../../img/followon/bg_product_overviewRow.gif) top left repeat-y;
	margin-bottom: 10px;
	width: 710px;
}

div.product_overviewRowSingle {
	background: transparent url(../../img/followon/bg_product_overviewRow2.gif) top left repeat-y;
	margin-bottom: 10px;
	width: 710px;
}

div.product_overview {
	/*background: transparent url(../../img/followon/bg_product_overview.gif) top left repeat-y;*/
	border-top: 3px solid #cdc7ab;
	/*border-bottom: 3px solid #cdc7ab;*/
	float: left;
	margin: 0 5px 0 0;
	padding: 8px 5px;
	overflow: hidden;
	width: 335px;
}

div.product_overviewRow div.hrClear {
	background: transparent url(../../img/followon/bg_product_overviewHr.gif) bottom left no-repeat;
	height: 5px;
	margin: 0;
	padding: 0;
}

div.product_overviewRowSingle div.hrClear {
	background: transparent url(../../img/followon/bg_product_overviewHr2.gif) bottom left no-repeat;
	height: 5px;
	margin: 0;
	padding: 0;
}

div.product_overview img {
	float: left;
	width: 120px;
}

div.product_summary {
	float: left;
	width: 200px;
}

div.product_summary p {
	font-size: 85%;
	padding: 0;
}

div.product_summary h4 {
	padding: 0;
}

div.product_summary h5 {
	color: #5e5e40;
	font-size: 150%;
	font-weight: bold;
	padding: 20px 0 0 0;
}

ul.overview_links {
	display: block;
	font-size: 110%;
	font-weight: bold;
	list-style: none;
	padding: 5px 0;
	overflow: hidden;
	width: 180px;
}

ul.overview_links li {
	float: left;
}

ul.overview_links li a {
	display: block;
	margin-right: 10px;
	padding: 1px 0 2px 0;
	text-align: center;
	width: 80px;
}

ul.overview_links li a.info_link {
	background: #9b8f57 url(../../img/followon/bg_info_link.gif) no-repeat;
}

ul.overview_links li a.info_link:link, ul.overview_links li a.info_link:visited {
	background-position: center left;
	border-top: 3px solid #8d7244;
	border-bottom: 3px solid #b7ad86;
	color: #ffffff;
	text-decoration: none;
}

ul.overview_links li a.info_link:hover, ul.overview_links li a.info_link:active {
	background-position: center right;
	border-top: 3px solid #b7ad86;
	border-bottom: 3px solid #8d7244;
	color: #ffffff;
	text-decoration: none;
}

ul.overview_links li a.buy_link {
	background: #9b8f57 url(../../img/followon/bg_buy_link.gif) no-repeat;
}

ul.overview_links li a.buy_link:link, ul.overview_links li a.buy_link:visited {
	background-position: center left;
	border-top: 3px solid #43ad3a;
	border-bottom: 3px solid #98d15e;
	color: #ffffff;
	text-decoration: none;
}

ul.overview_links li a.buy_link:hover, ul.overview_links li a.buy_link:active {
	background-position: center right;
	border-top: 3px solid #98d15e;
	border-bottom: 3px solid #43ad3a;
	color: #ffffff;
	text-decoration: none;
}

/* ++ product detail page ++ */

#product_detail {
	overflow: hidden;
	width: 700px;
}

#product_imgSupport {
	float: left;
	text-align: left;
	width: 365px;
}

div.product_image {
	background: transparent url(../../img/followon/bg_product_image.gif) top left repeat-y;
	border-top: 3px solid #cdc7ab;
	border-bottom: 3px solid #cdc7ab;
	margin-bottom: 10px;
	width: 346px;
}

div.product_image img {
	margin-left: 3px;
}

div#product_imgSupport a.viewLarge {
	font-weight: bold;
	padding-left: 25px;
}

div#product_imgSupport a.viewLarge:link, div#product_imgSupport a.viewLarge:visited {
	background: transparent url(../../img/followon/icon_link_viewLarge.gif) center left no-repeat;
}

div#product_imgSupport a.viewLarge:hover, div#product_imgSupport a.viewLarge:active {
	background: transparent url(../../img/followon/icon_link_viewLarge_ro.gif) center left no-repeat;
}

div.product_support {
	background: transparent url(../../img/followon/bg_brown_gradient2.gif) top left repeat-x;
	border-top: 1px solid #d8d2bc;
	margin-top: 25px;
	padding: 5px 0 0 10px;
	width: 336px;
}

#addedItem {
	background-color:#ffffcc;
	border-bottom: 3px solid #9bd25f;
	height:65px;
	width: 700px;
}

#addedItem h4 {
	font-family: "Arial Rounded MT Bold", "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-weight: normal;
	padding: 25px 0;
	text-align: center;
}

#product_info {
	float: left;
	text-align: left;
	width: 320px;
}

#product_info h2 {
	background-image: none;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 150%;
	font-weight: bold;
	padding: 0 0 10px 0;
}

#product_info h3 {
	color: #5e5e40;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 170%;
	font-weight: bold;
	padding: 0.3em 0 0 0;
}

#product_info p {
	font-size: 85%;
	padding: 0 0 1.5em 0;
}

#product_info p strong {
	text-transform: uppercase;
}

#product_info .instock { color: #42ad3a; }
#product_info .lowstock { color: #ff9900; }
#product_info .nostock { color: #cc0000; }

table.prod_orderTbl {
	width: 100%;
}

a.link_addCart {
	background: transparent url(../../img/followon/btn_addtocart.gif) no-repeat;
	display: block;
	height: 40px;
	width: 200px;
}

a.link_addCart:link, a.link_addCart:visited {
	background-position: top left;
}

a.link_addCart:hover, a.link_addCart:active {
	background-position: bottom left;
}

a.link_addCart span {
	display: none;
}

#product_info ul {
	font-size: 85%;
	list-style: none;
}

#product_info ul li {
	background: transparent url(../../img/followon/bullet.gif) center left no-repeat;
	padding: 0.2em 0 0.2em 10px;
}

div.medDivider {
	background: transparent url(../../img/followon/divider_med.gif) top left no-repeat;
	height: 20px;
	margin: 15px 0;
	width: 300px;
}

div.medDivider hr {
	display: none;
}

div.product_support ul {
	list-style: none;
	overflow: hidden;
}

div.product_support ul li {
	display: block;
	float: left;
	width: 160px;
}

div.product_support ul li a {
	font-size: 85%;
}

div.product_support ul li a.link_imgThumb {
	display: block;
	height: 55px;
	margin: 5px 0;
	width: 60px;
}

div.product_support ul li a.link_imgThumb:link, div.product_support ul li a.link_imgThumb:visited {
	border: 1px solid #d8d2bc;
}

div.product_support ul li a.link_imgThumb:hover, div.product_support ul li a.link_imgThumb:active {
	border: 1px solid #42ad3a;
}