/****
 **** HTML ELEMENT STYLING
 ****/

  body
  {
    font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */
  }

  #page
  {
    /* Use a 12px base font size with a 16px line height */
    font-size: 0.75em; /* 16px x .75 = 12px */
    line-height: 1.333em; /* 12px x 1.333 = 16px */
  }

  body, caption, th, td, input, textarea, select, option, legend, fieldset
  {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  }

  pre, code
  {
    font-size: 1.1em; /* Monospace fonts can be hard to read */
    font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;
  }

/** headings **/
  h1
  {
  	 clear:both;
    color:#2b71af;
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 7px; 
    padding-left:20px;
    background: left 2px no-repeat url('/img/arrow2.png');
  }

  h2
  {
    color:#2b71af;
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 7px; 
  }

  h3
  {
    color:#2b71af;
    font-size: 11px;
    margin-top: 0;
    margin-bottom: 7px; 
  }



/** block-level elements **/
  p, ul, ol, dl, pre, table, fieldset, blockquote
  {
    margin: 1em 0;
    clear:both;
  }

/** lists **/
  /* standardize list item indentation */
  ul, ol
  {
    margin-left: 0;
    padding-left: 2em;
  }

  .block ul, /* Drupal overrides */
  .item-list ul
  {
    margin: 1em 0;
    padding: 0 0 0 2em;
  }

  ul ul, ul ol,
  ol ol, ol ul,
  .block ul ul, .block ul ol,
  .block ol ol, .block ol ul,
  .item-list ul ul, .item-list ul ol,
  .item-list ol ol, .item-list ol ul
  {
    margin: 0;
  }

  li
  {
    margin: 0;
    padding: 0;
  }

  .item-list ul li /* Drupal override */
  {
    margin: 0;
    padding: 0;
    list-style: inherit;
  }

  ul.menu li, /* Drupal override */
  li.expanded,
  li.collapsed,
  li.leaf
  {
    margin: 0;
    padding: 0;
  }

  ul          { list-style-type: disc; }
  ul ul       { list-style-type: circle; }
  ul ul ul    { list-style-type: square; }
  ul ul ul ul { list-style-type: circle; }
  ol          { list-style-type: decimal; }
  ol ol       { list-style-type: lower-alpha; }
  ol ol ol    { list-style-type: decimal; }

  dt
  {
    margin: 0;
    padding: 0;
  }

  dd
  {
    margin: 0 0 0 2em;
    padding: 0;
  }

/** links **/
  /* The order of link states are based on Eric Meyer's article:
   * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
   */
a:link,a:visited {
color:#4c4c4a;
outline:none;
text-decoration:underline
}

  a:hover,
  a:focus
  {
text-decoration:none
  }

  a:active
  {
color:#e58100;
text-decoration:none
  }

/** tables **/
  /* Override Drupal default CSS */
  table
  {
    /* border-collapse: collapse; */
  }

  th,
  thead th,
  tbody th
  {
    text-align: center;
    padding-right: 0;
    border-bottom: none;
  }

  tbody
  {
    border-top: none;
  }

/** abbreviations **/
  abbr
  {
    border-bottom: 1px dotted #666;
    cursor: help;
    white-space: nowrap;
  }

  /* Date-based "abbreviations" show computer-friendly timestamps which are not
     human-friendly. */
  abbr.created
  {
    border: none;
    cursor: auto;
    white-space: normal;
  }

/** images **/
  img
  {
    border: 0;
  }

/** horizontal rules **/
  hr
  {
    height: 1px;
    border: 1px solid #666;
  }

/** forms **/
  form
  {
    margin: 0;
    padding: 0;
  }

  fieldset
  {
    margin: 1em 0;
    padding: 0.5em;
  }

/** ZD special **/
p.otd {
	font-family: Verdana; font-size: 12px; color: #000;
        margin: 0px 4px 2px 4px;
}

div.otd {
	width: 150px;
	border: 1px solid #CCCCCC;
	#padding: 0px 0px 0px 5px;
	margin-top: 10px;
}

td.label {
	padding:0 10px 0 0;
	line-height:1.2em;
	background:url('/images/dots.gif') repeat-x right bottom
}

/* typical good matrix */

table.matrix {
	font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 13px; color: #000000;
	text-align: center;
}


/* door description */

table.modelProps td{
	padding:0 10px 0 0;
	line-height:1.2em;
	font-family:Tahoma,sans-serif;
	text-align:left;
	vertical-align:bottom
}

table.modelProps span{
	background-color:white;
	padding-right:2px
}

/* price calculator */

div.calc {
	/*width: 400px;*/
	border: 1px solid #CCCCCC;
}


span.calcTitle {
	font-size:120%;
	font-weight:bold;
	padding-bottom: 5px;
	line-height: 1.5em;
}

span.calcPrice {
	font-size:200%;
	font-weight:bold;
}

/* order form */

input.order, textarea.order {padding-left: 3px; padding-right: 3px; border: solid 1px #7f9db9; background: white url('/images/bg_input_text.png') top left repeat-x;}