#product-title
{
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#product-description
{
	height: 100%;
	margin-top: 5px;
	font-size: 12px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	line-height: 175%;
	border-bottom: #444444 1px solid;
}
#authors
{
	padding: 5px 0px 5px 10px;
}
#product-body
{
	font-size: 12px;	
	line-height: 200%;
	margin: 5px 0px 20px 0px;
	padding-bottom: 10px;
}
#productleftbar
{
	background-image:  url(../images/site/ProductLinks-box_BG.gif);
	font-size: 12px;
	height: 12px;
	text-align: left;
	margin: 0px;
	width: 173px;
	padding-right: 1px;
	padding-left: 10px;
	background-repeat: repeat-y;
}
#productleftmenu
{
	text-align: left;
	padding-right: 0px;
	padding-left: 5px;
	margin-bottom: 1px;
	width: 155px;
	list-style-type: none;	
}
#productlinklist
{
	list-style:none;
	text-indent:-4em;
}
.relatedText
{
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	line-height: 150%;
	background-color: #FFFFFF;
	text-align: center;
}
.strong-center
{
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}
#leftbarProductSafety
{
	background-image: url(../images/site/ProductLinks-box_BG.gif);
	font-size: 12px;
	height: 12px;
	text-align: center;
	margin: 0px;
	padding-right: 1px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-repeat: repeat-y;
}
/* Pricing Pages */
.categoryHeader
{
	font-weight: bold;
	font-size: 10pt;
	color: #ffffff;
	height: 30px;
	background-color: #999999;
}

/* Buy Products Table Styles */
form.nospace {
	margin: 0;
	padding: 0;
}
table.buyproducts td {
	font-size: 8pt;
	padding: 4px 1%;
	margin: 0;
}
.blueItemData {
	background-color: #99ccff;
}
.grayItemData {
	font-size: 10pt;
	background-color: #eeeeee;
}
.priceColumnHeader
{
	font-weight:bold;
}

table.buyproducts, .categoryHeader, 
table.buyproducts, .categoryHeaderEvents,
table.buyproducts, .itemDataHeader {
	font-weight: bold;
	font-size: 10pt;
	color: #ffffff;
	height: 30px;
}
table.buyproducts, .categoryHeader {background-color: #999999;}
table.buyproducts, .categoryHeaderEvents {background-color: #653366;}
table.buyproducts, .itemDataHeader {background-color: #3366cc;}

/* Product Title Name cell */
td.itemData-title {
	width: 60%;
	font-size: 8pt;
}

/* Product Item Code cell */
td.itemData-code {
	width: 10%;
	font-size: 8pt;
	vertical-align: top;
}

/* Product Price cell */
td.itemData-price {
	width: 10%;
	font-size: 8pt;
	vertical-align: top;
}

/* Product Quantity text input cell */
td.itemData-qty {
	width: 12%;
	text-align: left;
	vertical-align: top;
}
input.qty-cart {
	width: 44%;
	text-align: right;
	border: 1px solid #0066ff;
}

/* Product Add to Cart cell */
td.itemData-cart {
	width: 12%;
}

/* Product Add to Cart full row  */
td.itemData-line {
	padding: 0 !important;
	margin: 0;
	height: 2px !important;
}
div.itemData-line {
	border-top: 2px solid #0066ff;
	margin: 0;
	padding: 0;
}
td.itemData-cart-end {
	padding-top: 6px !important;
	width: 12%;
}
table.buyproducts td.itemData-cart-end, div.addcartshell {
	text-align: left;
}

/* Add to Cart Button*/
div.addcartshell {
	width: 93px;
	padding: 0;
	margin: 0;
	background: #FFFFFF url(../images/add_symbol_btn_13x18.gif) no-repeat 0% 0%;
	height: 18px;
	border: 1px solid #0066ff;
}
a.addtocart,
a.addtocart:link,
a.addtocart:visited,
a.addtocart:hover,
a.addtocart:active {
	display: block;
	line-height: 18px;
	padding-left: 17px;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
	white-space: nowrap;
	font-size: 9pt;
	color: #0066ff;
	text-decoration: none;
	width: 76px;
}

/* End of Pricing Pages*/