*{
  
    font-family: Arial, Helvetica, sans-serif;
  
  font-size: 9pt;
  color: black
}

.warning{
  color: red;
  font-weight: bold;
}

.strong{
  font-weight: bold;
}

.small{
  font-size: 8pt;
}

.big{
  font-size: 10pt;
}

.large{
  font-size: 11pt;
}

.huge{
  font-size: 12pt;
}

.tint{
  background-color: silver;
  border: solid 1px #a23f3d;
  padding: 5px;
}

body{
  background-color: gray;
  width: 100%;
  text-align: center;
}

h1{
 font-size: 13pt;
 font-weight: bold;
 color: #336600;
}

h2{
 font-size: 11pt;
 font-weight: bold;
 color: black;;
}

h3{
 font-size: 9pt;
 font-weight: bold;
 color: #336600;
 margin-bottom: 0px;
}

h4{
 font-size: 9pt;
 font-weight: normal;
 font-style:  italic;
 color: black;;
 margin-bottom: 0px;
}

body{
margin-top: 0px;
margin-left: 0px;
}

table{
border: none;
}

td{
vertical-align: top;
border: none;
}

form{
padding: 0px;
margin: 0px;
}


form td{
vertical-align: middle;
}

table.nv_branch_checkbox td{
  vertical-align: top;
}

p{
margin-top: 10px;
margin-bottom: 10px;
}

h1.caption{
margin-top: 0px;
margin-bottom: 10px;
}

table.wrapper
{
  height: 100%;
  width: 779px;
  background-color: white;
}

td.body
{
  height: 100%;
}

table.body
{
height: 100%;
}

td.content
{
padding: 10px;
width: 100%;
}

input.error, td.error
{
border: 1px solid red;
}

textarea.error
{
border: 1px solid red;
}

div.panel, td.content div.form
{
  background-color: ;
  border: solid 1px #a23f3d;
  padding: 5px;
}


td.content div.form {
  width: 100%;
  margin-left: 20px;
  margin-right: 20px;
}

div.form h2{
  width: 100%;
  color: white;
  padding-left: 5px;
  font-weight: bold;
  vertical-align: middle;
  margin-top: 7px;
  margin-bottom: 7px;
  line-height: 20px;
  background-color: #57260d;
}

div.form hr{
  color: #57260d;
  height: 3px;
}

div.form div.panel{
  background-color: white;
}

div.instructions{
  width: 100%;
  margin-left: 20px;
  margin-right: 20px;
}

div.instructions h2{
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: underline;
}

div.instructions td{
  padding-bottom: 10px;
}


.nv_highlight{
  background-color: yellow;
  color: black;
}

/***************/
/*   Sidebar   */
/***************/

td.sidebar
{
height: 100%;
}

table.sidebar{
  padding-left: 10px;
  padding-right: 10px;
  width: 175px;
}

table.sidebar h2{
  color: black;;
  border-top: solid 1px black;;
  border-bottom: solid 1px black;;
  margin-top: 10px;
  margin-bottom: 10px;
}

/**************/
/* Navigation */
/**************/

div.nv_navigation_down a
{
  width: 100%;
  margin: 0px 0px 2px 0px;
  padding: 2px 0px 2px 3px;
  color: black;
}

div.nv_navigation_down a:hover
{
  background-color: #a23f3d;
  color: white;
}


table.stats td{
  padding-right: 5px;
}

table.stats h3{
  margin-bottom: 5px;
  border-bottom: solid 1px #a23f3d;
}

table.stats tr.SQLHeading td{
font-weight: bold;
}

/***************/
/*   Buttons   */
/***************/



/***************/
/*  Footer     */
/***************/

table.footer
{
width: 100%;
background-color: #a23f3d;
}

td.footer td
{
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
}

table.footer td, table.footer a
{
  font-size: 7pt;
  color: white;
}

/***************/
/*  UserMenu   */
/***************/

div.usermenu
{
color: white;
}

div.usermenu a
{
color: white;
}


/***************/
/*  SearchItem     */
/***************/

div.searchheader{
  margin-bottom: 5px;
}

div.search
{
  width: 100%;
  border: solid 1px #a23f3d;
}

div.search div.bar
{
  width: 100%;
  background-color: #a23f3d;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: bold;
}

div.search div.price, div.search div.location
{
  color: white;
}

div.search div.image, div.search div.summary, div.search div.footer{
  padding-left: 5px;
  padding-right: 5px;
}

div.search div.footer{
  margin-top: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-top: dashed 1px #a23f3d;
}

div.search div.image img
{
 border: solid 1px #a23f3d;
}
/***************/
/*  Details    */
/***************/

div.details
{
width: 100%;
border: 1px double #a23f3d;
}

div.details div.location{
  width: 100%;
  background-color: #a23f3d;
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

div.details div.location h2{
  color: white;
  margin: 0px;
}

div.details div.image img
{
border: 1px solid #a23f3d;
}

div.details div.thumbnails img
{
width: 75px;
border: 1px solid #a23f3d;
margin: 3px;
}

div.details div.text
{
margin: 10px;
}
/***************/
/*   Header    */
/***************/
td.header *{
  color: white;
}

td.header td.banner {
  background-image: url(/images/header.jpg);
  background-repeat: no-repeat;
  height: 126px;
}

tr.strapline td, table.footer td
{
  background-color: #a23f3d;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 7px;
  padding-bottom: 7px;
  border: none;
}


/***************/
/*   Body   */
/***************/

body{
  background-color: #e5e5e5;
}

table.wrapper{
  width: 772px;
}

table.body{
  width: 100%;
}

h1.caption{
 font-size: 18pt;
 color: #a23f3d;
 padding-bottom: 5px;
}

h1 {
	font-size: 1.8em;
	font-weight: lighter;
	color: #a23f3d;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

h1.green{
	color: #336600;
	font-size: 1.4em;
}

h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #a23f3d;
	display: block;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-color: #a23f3d;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 4px;
}

.tint, div.panel, td.content div.form
{
  background-color: inherit;
  border: 0px;
}

.warning{
  color: ;
  font-weight: bold;
}

.huge{
  font-size: 1.3em;
}

button {
  color: white;
  background-color: #a23f3d;
  font-size: 0.9em;
  font-weight: bold;
  height: 20px;
  border: 0px;
}

/***************/
/*   Sidebar   */
/***************/


table.sidebar
{
  height: 100%;
  background-color: white;
  padding-top: 20px;
}

td.sidebar
{
  height: 100%;
  width: 175px;
  background-image: url(/images/menu-strip.jpg);
  background-repeat: repeat-x;
  background-color: #f5f5f5;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #CCCCCC;
}
td.content
{
  width: 604px;
}

div.nv_navigation_down a {
  width: 175px;
  display: block;
  text-decoration: none;
  color: #333333;
  font-size: 1em;
  padding-right: 15px;
  font-weight: bold;
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0px;
  background-image: url(/images/grey-backing.gif);
  background-repeat: repeat;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCCCCC;
}

div.nv_navigation_down a:hover {
  background-color: white;
  color: #00501f;
  background-image: url(/images/green-menu-arrow.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
}

div.nv_navigation_down a.nv_item0 {
  padding-top: 40px;
}

td.Sidebar2 {
  padding: 0;
  height: 100%;
  background: inherit;
}


/******************/
/*  Quick Search  */
/******************/

div.quicksearch h2 {
	background-image: url(/images/red-backing.gif);
	background-repeat: repeat;
	font-size: 1.3em;
	color: white;
	font-style: italic;
	text-align: right;
	padding-right: 15px;
	padding-top: 19px;
	padding-bottom: 8px;
	font-weight: normal;
        border: 0px;
}

form.quicksearch td {
	font-size: 0.9em;
	padding-left: 9px;
}

form.quicksearch select {
	margin: 0px;
	padding: 0px;
	width: 100px;
}

form.quicksearch a {
	margin-left: 9px;
}


/**************/
/*   Forms    */
/**************/

td.content div.form{
}

div.form h2{
  color: #a23f3d;
  background-color: white;
}

div.form hr{
  color: #a23f3d;
  height: 1px;
  border-style: dashed;
}



div.search button {
  background-color: #a23f3d;
}

div.details
{
border: 0px);
}



div.details hr{
  color: #a23f3d;
  height: 1px;
  border-style: dashed;
}

div.details div.location{
  background-color: white;
  padding-top: inherit;
  padding-bottom: inherit;
  margin-bottom: inherit;
}

div.details div.location h2{
	font-size: 1.8em;
	font-weight: lighter;
  border: 0px;
  color: #a23f3d;
  margin: 0px;
}

div.details div.image img{
  border: 1px solid gray;
}

div.details div.thumbnails img{
  border: 1px solid gray;
}

.return-link  {
	font-size: 16px;
	padding-bottom: 15px;
	color: #FF0000;
}







