/* ines.css */

/* GENERIC */

body
	{
			    font-family:				Arial, sans-serif;
			    font-size:  				12px;
			    font-weight:    		normal;
			    font-style:					normal;
			    color: 							black;
			    background-color: 	#FFFFFF;
			    text-align:					center;
			    horizontal-align:		center;
	}

H1
	{
			    font-family:				Arial, sans-serif;
			    font-size:  				26px;
			    font-weight:    		bold;
			    font-style:					italic;
			    color: 							black;
	}

H2
	{
			    font-family:				Arial, sans-serif;
			    font-size:  				24px;
			    font-weight:    		bold;
			    font-style:					italic;
			    color: 							white;
	}

H3
	{
			    font-family:				Arial, sans-serif;
			    font-size:  				16px;
			    font-weight:    		normal;
			    font-style:					normal;
			    color: 							black;
	}

H4
	{
			    font-family:				Arial, sans-serif;
			    font-size:  				14px;
			    font-weight:    		normal;
			    font-style:					normal;
			    color: 							black;
	}

H5, DT
	{
			    font-family:				Arial, sans-serif;
			    font-size:  				12px;
			    font-weight:    		bold;
			    font-style:					normal;
			    color: 							black;
	}

H6
	{
			    font-family:				Arial, sans-serif;
			    font-size:					10px;
			    font-weight:				bold;
			    font-style:					normal;
			    color:							black;
	}

small
	{
			    font-family:				Arial, sans-serif;
			    font-size:					10px;
			    font-weight:				normal;
			    font-style:					normal;
			    color:							black;
	}

ul
	{
			    margin-left:				15px;
	}

table
	{
					border-collapse: 		collapse;
			    border-Style:				none;
			    border-width:				0px;	
			    font-family:				Arial, sans-serif;
			    font-size:					12px;
			    font-weight:				normal;
			    font-style:					normal;
			    color:							white;
			    border-spacing:			0px;			    
	}

td
	{
					padding:						0px;			
	}

.maintable
	{
					width:							750px;
					border: 						solid 1px #204800;
	}

.bannercell
	{
					border: 						solid 1px #204800;
	}

.mainmenucell
	{
					width: 							750px;
					height:							20px;					
					border: 						solid 1px #204800;
					background-color:		#204800;
					vertical-align:			middle;
	}
	
	
.MainMenuLink
	{
			    font-family:				Arial,sans-serif;
			    font-size:					14px;
			    font-weight:				normal;
			    font-style:					normal;
			    color:							white;
			    text-align:					center;
	}
	
	
			A.MainMenuLink:link 
					{
					font-weight:				normal;
			    text-decoration:    none;
			    color:							white;
					}
			
			A.MainMenuLink:visited  
					{
					font-weight:				normal;
			    text-decoration:    none;
			    color:							white;
					}
			
			A.MainMenuLink:active   
					{
					font-weight:				normal;
			    text-decoration:    none;
			    color:							white;
					}
			
			A.MainMenuLink:hover    
					{
					font-weight:				normal;
			    text-decoration:    none;
			    color:							#204800;
			    background-color:		white;
					}



.ContentLink
	{
			    font-family:				Arial,sans-serif;
			    font-size:					12px;
			    font-weight:				normal;
			    font-style:					normal;
			    color:							white;
			    text-align:					center;
	}
	
	
			A.ContentLink:link 
					{
					font-weight:				normal;
			    text-decoration:    none;
			    color:							white;
					}
			
			A.ContentLink:visited  
					{
					font-weight:				normal;
			    text-decoration:    none;
			    color:							white;
					}
			
			A.ContentLink:active   
					{
					font-weight:				normal;
			    text-decoration:    none;
			    color:							white;
					}
			
			A.ContentLink:hover    
					{
					font-weight:				normal;
			    text-decoration:    none;
			    color:							FFDE04;
					}



.ProductKatLink
	{
			    font-family:				Arial,sans-serif;
			    font-size:					14px;
			    font-weight:				bold;
			    font-style:					normal;
			    color:							white;
			    text-align:					center;
	}
	
	
			A.ProductKatLink:link 
					{
					font-weight:				bold;
			    text-decoration:    none;
			    color:							white;
					}
			
			A.ProductKatLink:visited  
					{
					font-weight:				bold;
			    text-decoration:    none;
			    color:							white;
					}
			
			A.ProductKatLink:active   
					{
					font-weight:				bold;
			    text-decoration:    none;
			    color:							white;
					}
			
			A.ProductKatLink:hover    
					{
					font-weight:				bold;
			    text-decoration:    none;
			    color:							FFDE04;
					}



.ProductTable
	{
					border-collapse: 		collapse;
			    border-Style:				none;
			    border-width:				0px;	
			    font-family:				Arial, sans-serif;
			    font-size:					14px;
			    font-weight:				normal;
			    font-style:					normal;
			    color:							white;
			    border-spacing:			0px;		
			    width:							500px;	    
	}
	
.ProdTitle
	{
					padding-left:				50px;
					padding-right:			50px;	
					text-align:					justify;				
					font-size:					20px;
					font-weight:				bold;
					font-style:					italic;
					width: 							600px;
	}	
	
	
	/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	/*                                                                                              */
	/*                                     Articlelists                                             */	
	/*                                                                                              */
	/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	
	.ArticleTable
		{
					width: 							600px;
					border: 						solid 2px #204800;
					font-size:					12px;
					font-weight:				normal;
		}
		
	.ArticleHeaderCell
		{
					height: 						25px;
					font-size:					12px;
					font-weight:				bold;
					background-color: 	#204800;
		}		
		
	.ArticlePriceCell
		{
					height: 						20px;
					width:							200px;
					font-size:					12px;
					background-color: 	#204800;
					text-align:					center;
		}			