/**
*    http://www.merchandisingdirect.com/support/nl/css/help.css
*
*    CSS voor de helppagina's van Merchandisingdirect.com
*/

body, td  {
    margin: 0px;
				padding: 0px;
				height: 100%;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 11px;
				color: black;
				text-align: center;
}

#container {
    margin-left: auto;
    margin-right: auto;
				width: 762px;
				text-align: left;
}

#logo IMG.logo {
    border: 0px;
}

#navigation {    
				padding: 6px 0px 0px 20px;
				border: 1px solid #666;
				height: 30px;
				background-image: url(../images/bg_help_topnav.jpg);
				color: white;
				font-weight: bold;
}

#help-left-navigation {
    float: left;
				margin-top: 20px;
				padding: 0px 20px 5px 10px;
				border-right: 1px solid #666;	
				border-bottom: 1px solid #666;
}

#help-left-navigation img {
    margin-right: 3px;
				border: 0px;
}

#help-content {
				border-left: 1px solid #666;
				border-right: 1px solid #666;
				border-bottom: 1px solid #666;				
				background-image: url(../images/bg.gif);
				background-repeat: no-repeat;
}

#help-content #content {
    border: 0px;
				padding: 20px 20px 30px 200px;
}

#footer {
    font-size: 10px;
				text-align: center;
}

#ordernummer {
    width: 450px;
    margin: 10px;
}

UL LI {
    list-style-type: square;
				margin-bottom: 10px;
				line-height: 160%;
}

OL LI {
    margin-bottom: 10px;
 			line-height: 160%;
}

.warning {
    color: red;
				font-weight: bold;
}				

img.contact {
    float: right;
				margin-left: 10px;
				border: 1px solid #666;
}

img.orderbevestiging {
    border: 1px solid #666;
}



/* ----------------------------------------------------------------------------------------------------------------------
   ## KOPPEN
   ------------------------------------------------------------------------------------------------------------------- */
h1 {
    font-family: "Bitstream Vera Sans", verdana;
    margin: 0px;
				font-size: 16px;
				font-weight: bold;
}

h2 {
				font-family: "Bitstream Vera Sans", verdana;
				margin-top: 30px;
				font-size: 13px;
				font-weight: bold;
}			



/* ----------------------------------------------------------------------------------------------------------------------
   ## LINKS
   ------------------------------------------------------------------------------------------------------------------- */
a:link, a:visited {
      color: #666;
      text-decoration: underline;
						font-weight: bold;
      }
     
a:hover, a:active {            
      color: #0E74CC;
      text-decoration: none;            
      } 
						
#help-left-navigation a {
    font-family: "Bitstream Vera Sans", verdana;
    display: block;
				font-size: 10px;
				font-weight: bold;
				margin-top: 6px;
}						

#navigation a {
				font-family: "Bitstream Vera Sans", verdana;
				color: white;
				font-weight: bold;
				font-size: 12px;
				text-decoration: none;
}

#navigation a:hover {
				color: black;
}



/* ----------------------------------------------------------------------------------------------------------------------
   ## TABELLEN
   ------------------------------------------------------------------------------------------------------------------- */
table td {
    border-bottom: 1px solid #ccc;
    padding: 4px;	
	   text-align: left;			
      }
	  
.alignright	 {
	   text-align:right;
}

.upperborder {
	   border-top: 1px solid black;
}