/*
// +----------------------------------------------------------------------+
// | Copyright (c) 2004 Craftsman Book Company                            |
// |                                                                      |
// | http://www.costbook.com                                              |
// | created by kati ocallahan 09/2004                                    |
// | DOWNLOADS                                                            |
// +----------------------------------------------------------------------+
*/


/* Download Center */

TABLE.DLsteps {
border-right : 1px solid #666666;
border-left : 1px solid #666666;
border-top : 1px solid #666666;
border-bottom : 1px solid #666666;
font-family : Arial, Verdana, sans-serif;
font-size : 12px;
color : #555555;
padding: 0px;
letter-spacing : 0.5px;
line-height: 14px;
}

TABLE.DCmainmenu {
width : 100% !important;
border-right : 1px solid #666666;
border-left : 1px solid #666666;
border-top : 1px solid #666666;
border-bottom : 1px solid #666666;
font-family : Arial, Verdana, sans-serif;
font-size : 11px;
color : #555555;
padding: 0px;
letter-spacing : 0.5px;
line-height: 14px;
}

TR.DCheaderRow {
  background: #EDEFF0;
  font-weight: bold;
}

INPUT.DCinput, SELECT.DCinput {
  font-family: Verdana, Arial, sans-serif; 
  color: #666666; 
  font-size: 10px; 
  background-color: #ffffff; 
  border: 1px solid #cccccc;
}

/* Try It Buy It Downloads Table */

TABLE.TryBuy {
  background: #ffffff;
  letter-spacing:0px;
  padding: 5px;
}

TD.DCheaderRow {
  background: #EDEFF0;
  font-weight: bold;
}

TD.TryBuyHeader {
	color: #ffffff;
	font-weight : bold;
	text-align : center;
	vertical-align:bottom;
	letter-spacing:0px;	
}

TD.TryBuyDesc {
	background: #ffffff;
	color: #555555;
	text-align : left;
	letter-spacing:0px;
	border-left: 1px solid #C3C3C3;
	border-bottom: 1px solid #C3C3C3;
}

TD.TryBuyBookCD {
	background: #ffffff;
	font-weight: bold;
	color: #487A8E;
	text-align : center;
    border-left: 1px solid #C3C3C3;
	border-bottom: 1px solid #C3C3C3;
    border-right: 1px solid #C3C3C3;
	letter-spacing:0px;
}

A.TryBuyBookCD {
    font-weight: bold;
	color: #487A8E;
	letter-spacing:0px;
	text-decoration: underline;
}

TD.TryBuyFull {
	background: #ffffff;
    font-weight: bold;
	color: #627849;
	text-align : center;
	border-bottom: 1px solid #C3C3C3;
    border-right: 1px solid #C3C3C3;
	letter-spacing:0px;
}

A.TryBuyFull {
    font-weight: bold;
	color: #627849;
	letter-spacing:0px;
	text-decoration: underline;
}

TD.TryBuyTrial {
	background: #ffffff;
	font-weight: bold;
	color: #A76C0A;
	text-align : center;
	border-bottom: 1px solid #C3C3C3;
    border-right: 1px solid #C3C3C3;
	letter-spacing:0px;
}

A.TryBuyTrial {
    font-weight: bold;
	color: #A76C0A;
	letter-spacing:0px;
	text-decoration: underline;
}

A.TryBuyHeaderBookCD {
	color: #ffffff;
	font-weight : bold;
	text-align : center;
	vertical-align:bottom;
	letter-spacing:0px;	
	text-decoration: none;
}
A.TryBuyHeaderBookCD:hover {
	text-decoration: underline;
}

A.TryBuyHeaderFull {
	color: #ffffff;
	font-weight : bold;
	text-align : center;
	vertical-align:bottom;
	letter-spacing:0px;	
	text-decoration: none;
}
A.TryBuyHeaderFull:hover {
	text-decoration: underline;
}

A.TryBuyHeaderTrial {
	color: #A76C0A;
	font-weight : bold;
	text-align : center;
	vertical-align:bottom;
	letter-spacing:0px;	
	text-decoration: none;
}
A.TryBuyHeaderTrial:hover {
	text-decoration: underline;
}

SPAN.TryBuySmallText {
	font-size: 10px;
	letter-spacing:0px;
}

TABLE.TRYBUYbodyContent {
  width: 550px !important;
  position: left;
  vertical-align:top;
}

A.DownloadSection {
    font-size: 13px;
    color: steelblue;
    text-decoration: underline;
}

A.DownloadSectionSelected {
    font-size: 13px;
    font-weight: bold;
    color: steelblue;
}
DIV.DownloadSections {
    font-size: 12px;
    color: steelblue;
    text-align: center;
}
SPAN.DLHighlight {
	color: steelblue;
	font-weight: bold;
}

