@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Uniform design of standard content elements
 * (de) Einheitliche Standardformatierungen für die wichtigten Inhalts-Elemente
 *
 * @copyright       Copyright 2005-2008, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.0.6
 * @revision        $Revision: 202 $
 * @lastmodified    $Date: 2008-06-07 14:29:18 +0200 (Sa, 07 Jun 2008) $
 * @appdef yaml
 */

@media all
{
  /**
   * Fonts
   * (en) font-family and font-size selection for headings and standard text elements
   * (de) Zeichensatz und Schriftgrößen für Überschriften und übliche Text-Elemente
   *
   * @section content-fonts
   */

  /* (en) reset font size for all elements to standard (16 Pixel) */
  /* (de) Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen */
  html * { font-size: 100.01%; }

  /* (en) reset monospaced elements to font size 16px in Gecko browsers */
  /* (de) Schriftgröße von monospaced Elemente auf 16 Pixel setzen */
  textarea, pre, tt, code {
	font-family:"Courier New", Courier, monospace;  	
  }

  /* (en) base layout gets standard font size 12px */
  /* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
  body {
		font-family: Arial, Helvetica, sans-serif;
    font-size: 75.00%; 
  }

  h1,h2,h3,h4,h5,h6 { font-weight:bold; margin: 0 0 0.25em 0; }
  h1 { font-size: 200% }                        /* 24px */
  h2 { font-size: 166.67% }                     /* 20px */
  h3 { font-size: 150% }                        /* 18px */
  h4 { font-size: 133.33% }                     /* 16px */
  h5 { font-size: 116.67% }                     /* 14px */
  h6 { font-size: 116.67%; font-style:italic; } /* 14px */

  p { line-height: 1.5em; margin: 0 0 1em 0; }

  /* ### Lists | Listen  #### */

  ul, ol, dl { line-height: 1.5em; margin: 0 0 1em 1em; }
  li { margin-left: 1.5em; line-height: 1.5em; }

  dt { font-weight: bold; }
  dd { margin: 0 0 1em 2em; }

  /* ### text formatting | Textauszeichnung ### */

  cite, blockquote { font-style:italic; }
  blockquote { margin: 0 0 1em 1.5em; }

  strong,b { font-weight: bold; }
  em,i { font-style:italic; }

  pre, code { font-family: monospace; font-size: 1.1em; }

  acronym, abbr {
    letter-spacing: .07em;
    border-bottom: .1em dashed #c00;
    cursor: help;
  }

  /**
   * Generic Content Classes
   * (en) standard classes for positioning and highlighting
   * (de) Standardklassen zur Positionierung und Hervorhebung
   *
   * @section content-generic-classes
   */

  .note { background: #dfd; padding: 1em; border-top: 1px #bdb dotted; border-bottom: 1px #bdb dotted; }
  .important { background: #ffd; padding: 1em; border-top: 1px #ddb dotted; border-bottom: 1px #ddb dotted; }
  .warning { background: #fdd; padding: 1em; border-top: 1px #dbb dotted; border-bottom: 1px #dbb dotted; }

  .float_left { float: left; display:inline; margin-right: 1em; margin-bottom: 0.15em; }
  .float_right { float: right; display:inline; margin-left: 1em; margin-bottom: 0.15em; }
  .center { text-align:center; margin: 0.5em auto; }

  /**
   * External Links
   *
   * (en) Formatting of hyperlinks
   * (de) Gestaltung von Hyperlinks
   *
   */

  a { color: #003366; text-decoration:none; } /* #900 */
  a:focus,
  a:hover,
  a:active { background: none; text-decoration:none; }
  
  #topnav { margin-top: -7px;}
  #topnav a { color: #000000; font-weight: bold; background:transparent; text-decoration:none; padding-top: 25px;}
  #topnav a:focus,
  #topnav a:hover,
  #topnav a:active{ text-decoration:underline; background-color: transparent; }
	
	#topnav #logintab {
		margin: 0 10px 0 0;
		padding: 0 40px 0 25px;
		color: #FFFFFF;
		background: transparent url(../../img/layout/myabloy_tab.png) 0 0 no-repeat;
	}
	#topnav .logintab_loggedin {
		margin: 0 10px 0 0;
		padding: 0 40px 0 25px;
		color: #FFFFFF;
		background: transparent url(../../img/layout/myabloy_tab.png) 0 0 no-repeat;
	}
	
	
	.bluedotshr {
		background-image: url(../../img/layout/bludots.png);
		background-position: top left;
		background-repeat: repeat-x;
		margin: 10px 5px 0 0;
	}
	
	.bluedotshr hr {
		visibility: hidden;
	}
	
	.twotonehr {
		background-image: url(../../img/layout/hr_twotone_footer.png);
		background-position: top left;
		background-repeat: repeat-x;
		margin: 5px 25px 0 0;
		/*margin: 5px 15px 0 0;*/
	}
	
	.twotonehr hr {
		visibility: hidden;
	}
	
	.botpad10 {
		padding-bottom: 10px;
	}
	
	#footer {
		background: transparent url(../../img/layout/footerbg.png) 0 0 no-repeat;
		margin: 0 -12px 0 -17px;
		padding: 65px 0 0 20px;
	}
	#footer.small {
		background: transparent url(../../img/layout/footerbg_small.png) 0 0 no-repeat;
	}
	.footerreflection {
		margin: 8px 12px 0 -20px;/*margin: 8px 0 0 -20px;*/
		padding: 0;
		border: 0;
		background-color: #2D87B3;
	}
	
	.footerreflection img {
		margin: 0;
		padding: 0;
		border: 0;
	}
	
	#footer .left {
		float: left;
		margin: 0 10px 0 0;
	}
	
	#footer .right {
		float: right;
		margin: 0 10px 0 0;
	}
	
	#footer h3 {
		font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
		color: #036;
		margin: 5px 0;
		padding: 0;
	}
	
	#footer p {
		margin: 5px 10px;
	}
	
  #footer a { color: #aac; background:transparent; font-weight: bold; }
  #footer a:focus,
  #footer a:hover,
  #footer a:active { color: #fff; background-color: transparent; text-decoration:underline; }

	
	#footer ul {
    margin: 0 5px 5px 5px;
    padding: 0;
		border: 0;
		float: left;
    list-style-type: none;
	}
	
  #footer ul li {
    display: block;
    border: none;
		font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1em;
		background: transparent url(../../img/layout/footerlistarrow.png) no-repeat;
    background-position: 0 5px;
    margin: 0;
    padding: 0 0 0 10px;
  }

  #footer ul li a {
    display: block;
    background: transparent;
    color: #2C506D;
		font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    padding: 2px 0 5px 0;
    text-decoration: none;
    width: auto;
  }

  #footer ul li a:focus,
  #footer ul li a:hover,
  #footer ul li a:active  {
		background: none;
		color: #000;
		text-decoration: none;
	}
	
	#footer ul.bottomlinks {
		display: inline;
		float: none;
		margin: 0 0 0 10px;
		padding: 20px 0 0 0;
	}
	
  #footer ul.bottomlinks li {
    display: inline;
    border: none;
		font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1em;
		background: none;
    margin: 0;
    padding: 0;
  }

  /*#footer ul.bottomlinks li a {*/
  #footer .subcolumns .c62l a{
    display: inline;
    background: transparent;
    color: #369;
		font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    padding: 5px 0 10px 0;
    text-decoration: none;
    width: auto;
  }

  /*#footer ul.bottomlinks li a:focus,
  #footer ul.bottomlinks li a:hover,
  #footer ul.bottomlinks li a:active  {*/
  #footer .subcolumns .c62l a:focus, #footer .subcolumns .c62l a:hover, #footer .subcolumns .c62l a:active{
		background: none;
		color: #000;
		text-decoration: none;
	}
	
	
	
	
	
	
	

  /**
   * (en) Emphasizing external Hyperlinks via CSS
   * (de) Hervorhebung externer Hyperlinks mit CSS
   *
   * @section             content-external-links
   * @app-yaml-default    disabled
   */

  /*
  #main a[href^="http://www.my-domain.com"],
  #main a[href^="https://www.my-domain.com"]
  {
    padding-left: 12px;
    background-image: url('your_image.gif');
    background-repeat: no-repeat;
    background-position: 0 0.45em;
  }
  */

  /**
   * Tables | Tabellen
   * (en) Generic classes for table-width and design definition
   * (de) Generische Klassen für die Tabellenbreite und Gestaltungsvorschriften für Tabellen
   *
   * @section content-tables
   */

  table { width: auto; border-collapse:collapse; margin-bottom: 0.5em; }
  table.full { width: 100%; }
  table.fixed { table-layout:fixed; }

  th,td { padding: 0; margin: 0; }
	td p {margin: 0; padding: 0px 0 0 5px; line-height: 1em;}
	
  thead th { background: #444; color: #fff; }
  tbody th { background: #ccc; color: #333; }
  tbody th.sub { background: #ddd; color: #333; }

  /**
   * Miscellaneous | Sonstiges
   *
   * @section content-misc
   */

  hr {
    color: #fff;
    background: transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border: 0;
    border-bottom: 1px #000 solid;
  }
}


@media screen
{
    /* Logo */
    div.logo {
        float: left;
    }
    
    
	/* Login panel styles */
	#loginpanel {
		padding-top: 10px;
		min-height: 225px;
		min-width: 480px;
		max-width: 480px;
		height: auto;
		height: 225px;
	}
	#login {
	    float: left;
		padding: 0 10px 10px 5px;
		width: 90%;
	}
	#login fieldset {
		background-color: #004060;
		padding: 20px;
	}
	#login h1 {
		padding-top:10px;
		font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
		font-size: 133.33%;
		text-transform: uppercase;
		color: #FFFFFF;
	}
	#login div.required {
		clear: left;
		display: block;
		padding: 2px 0;
	}
	#login label {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #FFFFFF;
		display: block;
		float: left;
		width: 150px;
		padding: 3px 5px;
	}
	#login input.inputText, #login input.inputPassword {
		width: 200px;
		padding: 1px 3px;
		margin: 0;
	}
	#login input.login {
		float: right;
		margin: 0;
	}
	#login label.labelCheckbox, #login label.labelRadio {
		float: none;
		display: block;
		width: 200px;
		padding: 0;
		margin: 0 0 5px 160px;
		text-align: left;
	}
	#login .hr {
		height: 5px;
		margin: 0 0 10px 0;
		background: transparent url(../../img/layout/hr_black_blue.jpg) 0 0 repeat-x;
	}
	#login .hr hr {
		visibility: hidden;
	}
	#login p {
		width: 400px;
		padding: 0;
		margin: 0;
		text-align: left;
		clear: left;
	}
	#login p a, #login p a:link, #login p a:visited {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #3193C4;
		text-decoration: none;
	}
	#login p a:hover {
		color: #FFFFFF;
		background-color: transparent;
		text-decoration: underline;
	}
	
	
    /* Register panel styles */
	#register {
	    float: right;
		padding: 10px;
		width: 45%;
		margin-top: 20px;
		margin-right: 20px;
	}
	#register fieldset {
		background-color: #004060;
		padding: 20px;
	}
	#register h3 {
		font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
		font-size: 100.01%;
		text-transform: uppercase;
		color: #FFFFFF;
	}
	#register p {
		width: 400px;
		padding: 0;
		margin: 0;
		text-align: left;
	}
	#register p a, #register p a:link, #register p a:visited {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #3193C4;
		text-decoration: none;
	}
	#register p a:hover {
		color: #FFFFFF;
		background-color: transparent;
		text-decoration: underline;
	}
	
	
	
/* Page styles */

	.greysidepanel {
		background: transparent url(../../img/layout/greysidepanel.jpg) 0 0 repeat-y;
	}
	
	.main_sidepanel {
		padding: 10px 0;
	}
	
	.pad10 {
		padding: 10px;
	}
	
	.main_sidepanel img {
		float: left;
		margin: 0 10px 10px 0;
	}
	
	.main_sidepanel h2 {
		font-family: "Arial Black", Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #069;
		margin: 0;
		padding: 0;
		border: 0;
	}
	
	.main_sidepanel h2 a,
	.main_sidepanel h2 a:link,
	.main_sidepanel h2 a:visited
	 {
		font-family: "Arial Black", Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #069;
		margin: 0;
		padding: 0;
		border: 0;
	}
	
	.main_sidepanel h2 a:hover {
		text-decoration: underline;
	}
	
	.main_sidepanel p{
		margin-bottom: 0;
	}
	
	.main_sidepanel p a,
	.main_sidepanel p a:link,
	.main_sidepanel p a:visited
	 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #069;
		margin: 0;
		padding: 0;
		border: 0;
	}
	
	.main_sidepanel p a:hover {
		text-decoration: underline;
	}
	
	
	
	.sidepanel_hr {
		clear: left;
		background-image: url(../../img/layout/greysidebar_hr.jpg);
		background-position: top left;
		background-repeat: repeat-x;
		margin: 10px 10px 0 0;
	}
	
	.sidepanel_hr hr {
		visibility: hidden;
	}
	
	
	
	
	
	/* Product styles */
	
	/* What Next styles */
	.main_sidepanel p a.enquire {background:url(../../img/icons/enquire.jpg) left top no-repeat; padding:5px 0 12px 35px; display: block;}
	.main_sidepanel p a.projectcart {background:url(../../img/icons/addtoprojectcart.jpg) left top no-repeat; padding:5px 0 12px 35px; display: block;}
	.main_sidepanel p a.download {background:url(../../img/icons/download.jpg) left top no-repeat; padding:5px 0 12px 35px; display: block;}
	.main_sidepanel p a.sendtofriend {background:url(../../img/icons/email.jpg) left top no-repeat; padding:5px 0 12px 35px; display: block;}
	
	/* Product details - options styles */
	
	
	img.outlineleft {
		float: left;
		margin: 0 10px 10px 0;
		padding: 3px;
		border: solid 1px #333;
	}
	
	div.lightbluebg {
		background-color: #39C;
		padding: 10px;
	}
	
	div.ultralightbluebg {
		background-color: #f0f0f0;
		padding: 10px;
	}
	
	
	
	.main_sidepanel p a.enquire {background:url(../../img/icons/enquire.jpg) left top no-repeat; padding:5px 0 12px 35px; display: block;}
	
	
	h3.blue {
		font-size: 1.2em;
		color: #09C;
		text-transform: uppercase;
		margin: 0;
	}
	
	h3.blue_normalcase {
		font-size: 1.2em;
		color: #09C;
		text-transform:none;
		margin: 0;
	}
	
	
	p.blue {
		color: #069;
		letter-spacing: 0.1em;
		line-height: 2em;
	}
	
	p.blue a {
		color: #069;
		text-decoration: none;
	}
	
  p.blue a:focus,
  p.blue a:hover,
  p.blue a:active  {
		color: #000;
		text-decoration: underline;
	}
	
	img.shadowbar {
		margin: 0 0 10px 0;
		padding: 0;
		border: 0;
	}
	
	.red {
		color: #F00;
	}
	
	
	/* Panel headers (accordian type headings) */
	h2.accordionheader {
		margin: 0;
		padding: 0;
		border: 0;
	}
	
	h2 a.plus {
		background: url(../../img/layout/accordianheader_productdetails_bg.png);
		background-repeat: no-repeat;
		background-position: 0 -42px;
		display: block;
		width:950px;
		/*height:42px;*/
		padding: 13px 0 12px 70px;
		margin: 0 0 2px 0;
		text-transform: uppercase;
		font-size: 0.7em;
		color: #fff;
		overflow: hidden;
	}
	h2 a.minus {
		background: url(../../img/layout/accordianheader_productdetails_bg.png);
		background-repeat: no-repeat;
		display: block;
		background-position: 0 0;
		width:950px;
		/*height:42px;*/
		padding: 13px 0 12px 70px;
		margin: 0 0 2px 0;
		text-transform: uppercase;
		font-size: 0.7em;
		color: #fff;
		overflow: hidden;
	}
	
	
	div.bulletlists {
		width: 250px;
		float: left;
		margin: 0 10px 10px 0;
		min-height: 140px;
	}
	
	div.bulletlists h4 {
    font-size: 1.1em;
		color: #000;
	}
	
	div.bulletlists ul {
    margin: 0 5px 5px 5px;
    padding: 0;
		border: 0;
    list-style-type: none;
	}
	
	div.bulletlists ul li {
        display: block;
        border: none;
		font-family: Arial, Helvetica, sans-serif;
        font-size: 1em;
        line-height: 1em;
		background: transparent url(../../img/layout/blue_bullet.jpg) no-repeat;
        background-position: 0 5px;
        margin: 0;
        padding: 2px 0 4px 10px;
	}
	
	
	
	div.productitem {
		width: 140px;
		float: left;
		margin: 0 10px 0 0;
		padding: 0;
		min-height: 280px;
		height: auto !important;
		height: 280px;
	}
	
	div.productitem h4 {
        font-size: 1em;
		color: #0C4481;
	}
	
	div.productitem p {
		min-height: 35px;
		height: 35px;
		overflow: hidden;
	}
	
	div.productitem p.price {
		min-height: 15px;
		height: 15px;
	}
	
	
	
	div.productitemtop {
		width: 140px;
		float: left;
		margin: 0 10px 0 0;
		padding: 0;
		min-height: 210px;
		height: auto!important;
		height: 210px;
	}
	
	div.productitemtop h4 {
        font-size: 1em;
		color: #0C4481;
		min-height: 35px;
		height: auto;
	}
	
	div.productitemtop h4 a {
        font-size: 1em;
		color: #0C4481;
	}
	
	
	
	ul.relatedmenu {
    margin: 0 5px 5px 0;
    padding: 0;
		border: 0;
    list-style-type: none;
	}
	
	ul.relatedmenu li {
    display: block;
    border: none;
		font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1em;
		background: none;
    margin: 0;
    padding: 0;
	}
	
	ul.relatedmenu li a {
    display: block;
    background: transparent;
    color: #036;
		font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    margin: 0;
    padding: 5px 0;
    text-decoration: none;
  }

  ul.relatedmenu li a:focus,
  ul.relatedmenu li a:hover,
  ul.relatedmenu li a:active  {
		background: none;
		color: #000;
		text-decoration: underline;
	}
	
	
	
	
	/* Download items styles */
	div.downloaditem {
		width: 140px;
		float: left;
		margin: 0 10px 10px 0;
		min-height: 50px;
	}
	
	div.downloaditem h4 {
    font-size: 1em;
		color: #0C4481;
	}
	
	div.downloaditem p {
		min-height: 35px;
		height: 35px;
		overflow: hidden;
		margin: 0;
		padding: 0;
	}
	
	
	
	/* Enquiry form */
	
	div.ultralightbluebg h4 {
    font-size: 1em;
		color: #0C4481;
	}
	
	div.ultralightbluebg p {
		color: #666;
	}
	
	h3.productenquiry {
		background: url(../../img/icons/productenquiry.jpg);
		background-position: left top;
		background-repeat: no-repeat;
		padding: 5px 0 12px 35px;
		display: block;
		font-size: 1.2em;
		text-transform: uppercase;
		color: #09C;
	}
	
	h4.addtoprojectcart a {
		background: url(../../img/icons/addtoprojectcart_whitebg.jpg);
		background-position: left top;
		background-repeat: no-repeat;
		padding: 5px 0 12px 35px;
		display: block;
		font-size: 1.1em;
		text-transform: none;
		color: #000;
	}
	
	
	
	
	fieldset {
		margin: 10px 0;
	}
	legend {
	}
	label {
		display: inline-block;
		line-height: 1.8;
		vertical-align: top;
	}
	/* Product options list*/
	.c33l .subc div div table tbody tr td p label{
	    line-height: 1;
	    width:100%;
	}
	fieldset ol {
		margin: 0;
		padding: 0;
	}
	fieldset li {
		list-style: none;
		padding: 5px;
		margin: 0;
	}
	em {
		font-weight: bold;
		font-style: normal;
		color: #f00;
		margin-right: 5px;
	}
	label {
		width: 160px; /* Width of labels */
	}
	
	input.submitimage {
		float: right;
		margin: 0 65px 0 0;
	}
	
	input.inputnarrow {
		width: 40px;
	}
	
	input.inputwide, textarea.inputwide {
		width: 380px;
	}
	
	
	
	
	/* Search results extra styles */
	
	.right_panel {
		float: right;
		margin: 0;
		width: 301px;
		height: 76px;
		background-image: url(../../img/layout/toppanel_inner_pagingbg.jpg);
		background-position: left top;
		background-repeat: no-repeat;
	}
	.right_panel .left {
		float: left;
		width: 140px;
		margin-right: 10px;
		padding: 10px 0 10px 10px;
	}
	.right_panel .right {
		float: left;
		width: 140px;
		padding: 10px 0 10px 0;
	}
	
	.right_panel .paging_top {
		clear: left;
		padding: 10px 0 0 10px;
	}
	
	.right_panel .paging_top p {
		float: left;
		margin: 0;
		padding: 0;
		border: 0;
		line-height: normal;
	}
	
	.right_panel .paging_top p a {
	}
	
	
	
	
	/* Home page */
	
	.homepage_bluebg {
		background-color: #2B81AA;
	}
	
	.homepage_bluebg h2 {
		text-transform: uppercase;
		font-size: 1.4em;
		margin: 10px 0 0 10px;
		color: #fff;
	}
	
	
	.accordion_container {
		margin: 10px 0 10px 10px;
		padding: 5px;
		background-color: #2F8DBB;
		border: solid 1px #1A3C4E;
	}
	
	
	.accordion_container img.menuitem {
		margin: 5px;
		padding: 0;
		border: 0;
		background: none;
	}
	
	.centresearch {
		margin-top: 10px;
		background-image: url(../../img/layout/homepage_centresearch.jpg);
		background-position: left top;
		background-repeat: no-repeat;
		height: 110px;
	}
	
	.homepage_bluebg fieldset {
		margin: 0;
		padding: 0;
	}
	
	.homepage_bluebg fieldset input,
	.homepage_bluebg fieldset select {
		width: 150px;
		margin: 10px 0 0 10px;
	}
	
	.homepage_bluebg fieldset label {
		width: 100px;
		margin: 10px 0 0 10px;
		color: #fff;
	}
	
	.homepage_bluebg fieldset input.submit {
		width: 60px;
	}
	
	.homepage_bluebg fieldset input.submit {
		margin-top: 17px;
	}
	
	
	
}