/*
// Craftsman Book Company 
// Product Display Stylesheet
// Created by Kati OCallahan 09.2004
// Copyright 2004 Craftsman Book Company
//
// Stylesheet for the following files:
//
// costbook.com/products/includes/templates/craftsman/templates/

/* tpl_product_info_display.php */

.TitleHeader {
	color: #000000;
	font: bold 16px Arial, Helvetica, Verdana, sans-serif;
}

.ProductInfoDisplay_Price {
	color: #000000;
	font: bold 15px Arial, Helvetica, Verdana, sans-serif;
}

/* tpl_index_product_list.php */

/* tbl_index_category_row.php */

TD.CatRow, SPAN.CatRow, P.CatRow {
   font-size: 12px;
}

/* Try It Buy It Downloads Table */

TABLE.TryBuy {
  background: #ffffff;
  font-size: 12px;
  border-left: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
  border-top: 1px solid #9a9a9a;
}

TD.TryBuyHeader {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight : bold;
	text-align : center;
	vertical-align:bottom;
    border-bottom: 1px solid #9a9a9a;
    border-right: 1px solid #9a9a9a;	
}

TD.TryBuyDesc {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	background: #ffffff;
	color: #000000;
	font-weight: bold;
	text-align : left;
    border-bottom: 1px solid #9a9a9a;
    border-right: 1px solid #9a9a9a;
}

TD.TryBuyBookCD {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight : bold;
	background: #ffffff;
	color: #004080;
	text-align : center;
    border-bottom: 1px solid #9a9a9a;
    border-right: 1px solid #9a9a9a;
}

TD.TryBuyFull {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight : bold;
	background: #ffffff;
	color: #ff8000;
	text-align : center;
	border-bottom: 1px solid #9a9a9a;
    border-right: 1px solid #9a9a9a;
}

TD.TryBuyUpgrade {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight : bold;
	background: #ffffff;
	color: #FF0000;
	text-align : center;
	border-bottom: 1px solid #9a9a9a;
    border-right: 1px solid #9a9a9a;
}

TD.TryBuyTrial {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight : bold;
	background: #ffffff;
	color: #004000;
	text-align : center;
	border-bottom: 1px solid #9a9a9a;
    border-right: 1px solid #9a9a9a;
}

SPAN.TryBuySmallText {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
}
