@charset "utf-8";
/* CSS Document */

/************************************ grunder ************************************/

body, div {
	/** layout **/
	margin: 0px; padding: 0px;
	
	/** text **/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	/* line-height: 16px; */
	}
	
body { background-image: url('images/design/tiledBg.gif'); }

div.gradBg {
	background-image: url('images/design/gradBg.png');
 	padding-left: 18px;
	}

/** bredder i skelett **/
table.bodyBlock { width: 967px; }
td.contentBlock { 
	width: 935px;
	padding-left: 16px; padding-right: 16px;
	background: url('images/design/gradientTableBg.png'); /* ska bytas ut mot en gradient grå */
	}
td.innerCanal { width: 10px; }

/** sidelement **/
td.headerBlock {
	height: 20px;
	font-weight: bold;
	padding-top:2px; padding-bottom:3px;
	}

td.logoBlock { height: 181px; padding: 0px; margin: 0px; }	
	
td.phoneAndSearchBlock {
	height: 35px;
	padding-left: 10px; padding-right: 10px;
	}	
td.searchBlock {
	background: url('images/design/searchPad.png');
	width: 200px;
	height: 33px;
	padding-left: 40px;
	padding-top: 2px;
	}
	
/** det dynamiska innehållets rad **/
td.leftMenu {
	width: 152px;
	}

td.contentPlaceholder {
	width: 537px;
	}

td.rightMenu {
	width: 226px;
	}

/************ menyn *****************/

div.menuBlock {
	width: 132px;
	padding-left: 10px; padding-right: 10px;
	background: white;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	}

div.menuBlock a:link { text-decoration: none }
div.menuBlock a:hover { text-decoration: underline }

/************ högersidan *************/

td.blogBox {
	width: 206px;
	padding: 5px 10px;
	background: white; /* url('/images/design/blogBg.gif'); */
	background-repeat: repeat-x;
	min-height: 44px;
	}
	
.rightContent {
	padding-bottom: 8px;
	}

td.pageTemplate {
	width: 507px;
	background: white;
	padding-left: 15px;padding-right: 15px;
	}
	
div.rightBoxContent {
	margin-top: -3px; margin-bottom: -6px;
	background: white;
	padding-left: 15px;padding-right: 15px;
	}

td.listProductsContent {
	background: white;
	padding-left: 15px; padding-rigt: 15px;
	}

