/* SYZWEB RESET CSS - BKN 300309
Last update: EME 021015 - added body background white

CONTENTS:
1: General neutral reset for uniform browser behaviour
2: Syzweb - column layouts
3: Catalog Main Item - "Fast sak"

*/

/* 1: GENERAL RESET */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
margin:0; 
padding:0; 
} 
	body {
		background: white;
	}

	table { 
	    border-collapse:collapse; 
	    border-spacing:0; 
	} 
	fieldset,img {  
	    border:0; 
	} 
	address,caption,cite,code,dfn,em,strong,th,var { 
	    font-style:normal; 
	    font-weight:normal; 
	} 
	ol,ul { 
	    list-style:none; 
	} 
	caption,th { 
	    text-align:left; 
	} 
	h1,h2,h3,h4,h5,h6 { 
	    font-size:100%; 
	    font-weight:normal; 
	} 
	q:before,q:after { 
	    content:''; 
	} 
	abbr,acronym { border:0; 
	} 
	

strong, b{
font-weight:bold!important;
}
em{
font-style:italic;
}

/* SYZWEB SITES RESET */

/* 2: COLUMNS - for 2 & 3 to ensure top valign */

.PortalItemListTD_1{
vertical-align:top;
}
.PortalItemListTD_2{
vertical-align:top;
}
.PortalItemListTD_3{
vertical-align:top;
}

/* 3: CatalogMainItemDiv - "fast sak" */

.CatalogMainItemDiv{
overflow:hidden;
}
.CatalogMainItemDiv ul{
margin-left:8px;
}
.CatalogMainItemDiv li{
list-style:disc;
}