/* ========================================================
   Dealer area CSS styles
   ========================================================
   by: TDJ
   made to match umbraco site style
   Colors: 
     small pages:
	   top = white (duh)
	   middle = rgb(144,209,217)  = #90D1D9
	   bottom = rgb(57,186,199)   = #39BAC7
	 background top :  rgb(0,146,167) = #0092A7
*/  

/* MAIN STRUCTURE t3 ELEMENTS */


#t3navsub {
  width: 15%;
  float: left;
  margin-right: 10px;
}

#t3content {
  float: left;
  width: 80%;
}
 /* END MAIN STRUCTURE t3 ELEMENTS */
 
 
 
  .damenu {
       padding-top: 0.5cm;
       padding-bottom: 0.5cm;
      }

   .damenu .damact {
     font-weight: bold;
     font-size: 15px;
     color: #0092A7;
     margin: 5px;
   }

   .damenu a.damitem,
   .damenu a.damitem:visited {
   text-decoration:none;
   font-size: 11px;
   color: #0092A7;
   }

   .damenu a.damitem:hover {
   color: #39BAC7;
   text-decoration: underline;
   }

   td.damainmenu {
        font-size: 20px; 
        margin-bottom=50px; 
        height: 50px; 
        width: 17%
}

   td.damainmenu a,
   td.damainmenu a:visited,
   td.damainmenu a:active {
       text-decoration: none; 
       font-weight: bold;
       color: #0092A7;
   }

   td.damainmenu a:hover {
      color: #39BAC7; 
  }
  
  
  /* ================== 
		OUR DOWNLOAD MANAGER 
		
		Typo3 extension nfdownloads
  ============================ */
  .tx-nfdownloads-pi1 {
  }

  .tx-nfdownloads-pi1  div.iteminfo{
	border: 1px solid black;
	margin-right: 4cm;
  }

  .tx-nfdownloads-pi1  div.iteminfo a {
	text-decoration: none;
  }
    
  .tx-nfdownloads-pi1  h3{
	color: red;
  }

  .tx-nfdownloads-pi1 h3 a,
  .tx-nfdownloads-pi1  blockquote a {
	color: #0092A7;
	text-decoration: none;
  }
  
  .tx-nfdownloads-pi1 h3 a:hover,
  .tx-nfdownloads-pi1  blockquote a:hover {
	color: #90D1D9;
	text-decoration: none;
  }  
  
  .tx-nfdownloads-pi1  blockquote {
    border-left: 1px solid brown;
	padding-left: 10px;
  }

  #xCenter_Front_Menu {
    margin-left: 20px;
	margin-right: 20px;
	min-height: 500px;
  }
