@charset "UTF-8";
/*
*    Document   : custom-css
*    Created on : 2009-juni-8, 13:48:55
*    Author     : Ahmad
*    Description:
*       style only for the table in "product shows 2009" page 
*/

/* set font size*/
.contenttable{
	font-size: 1em;
	}
/* set general settings to 'header' och 'content'*/
.contenttable th,.contenttable td{
	height: 2em;
	padding-right: 0.5em;
	width: 130px; /** set width to all cells 150px **/
	}
.contenttable .land-cell{
	width: 70px; /** width for land-cells **/
	}
.contenttable .ends-cell{
	width:50px; /** width for slutar's cells */
	}
/** header format **/
.contenttable th{
	background-color: #dbdbdb; /* set bgcolor to 'header'*/
	border-right: 1px solid #FFF;  /* white line after  each th (header)*/
	padding-left: 3px; 	
	font-weight: bold;
	}
/** cell format **/
.contenttable td{	
	border-bottom: 1px solid #dbdbdb; /* line under all cells*/
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	}
.contenttable p{
	margin-bottom: 0;
	}

