/* Test CSS for new layout */

/* Typography */

body {
	font-family: "Century Gothic";
	font-size: 9pt;
}

p {
	/* font-size: 9pt; */
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	
}

h1, h2, h3, h4, h5, h6 {
	/* text-transform: lowercase; */
	font-weight: bolder;
}

/* , .menutitle, .submenu  <-- var bolder like headings */

p + h1 {
	margin-top: 1.2em;
	/* border: 1px solid red; */
}

ul {
	padding-bottom: 1em;
}

a {
	text-decoration: none;
}

h6 {
	font-size: 85%;
} /*renders 11px */
h5 {
	font-size: 100%;
} /*renders 13px */
h4 {
	font-size: 108%;
} /*renders 14px */
h3 {
	font-size: 123.1%;
} /*renders 16px */
h2 {
font-size: 138.5%;
} /*renders 18px */
h1 {
	font-size: 146.5%;
	font-weight: bold;
	margin-bottom: .5em;
} /*renders 19px */

/* Positioning - Page Width: 1000px */

/* Columns
1px + 797  (left and center)  1px 200 1px (202 px)
1px 200 1px (202px)  596 (center) 1px 200 1px (202px)
*/

#logo {
	position: absolute;
	top: 40px;
	left: 28px;
}

#sidepicture {
	width: 200px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	margin-left: 798px;
	border: 1px solid white; /* 1px + 200 + 1px */
}

#contents {
	position: absolute;
	height: 100%;
	width: 800px;
	margin: 0px 0px -4em 220px;
	top: 190px;
	left: 0px;
	text-align: left;
	overflow: auto;
	height: auto !important;
}

#footer {
  visibility: none;
/*
  margin-top: 4em;
  position:absolute;
  bottom:0px;
  left:0px;
  width: 760px;
  padding-left: 120px;
  padding-right: 120px;
  padding-bottom: 1em;
  visibility: none; */
}


#wrapper {
	width: 798px;
	height: 150px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	background-color: black;
}

#menu {
	width: 202px;
	position: absolute;
	top: 190px;
	left: 0px;
	margin-left: 0px;
	z-index: 2;
	background-color: white;
}

/* Menu layout*/

#masterdiv {
	position: relative;
	width: 180px;
	top: .2em;
	left: 1em;
	margin-bottom: 2em;
	margin-right: 5em;
/*	text-transform: lowercase; */
}

.menutitle{
	width: 180px;
	cursor:pointer;
	margin-bottom: 5px;
	text-align:left;
	font-weight:bold;
	padding-bottom: 4px;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
	font-size: smaller;
	/* Border here for top level if you want */
}

.menutitle a {
    color:#080808;
}

.submenu {
	margin-bottom: 0.5em;
	margin-left: 0.5em;
	text-align: left;
	width: 180px;
	font-size: 0.8em;
	text-transform: uppercase;
}

.submenu a {
	text-decoration: none;
	text-transform: uppercase; 
	padding: 3px;
}

.here {
	font-weight: bolder;
}

/* In Menu forms */
#masterdiv fieldset {
	text-align: right;
	width: 138px;
}

.formLabel {
	margin-top: 1em;
}

#language select {
	width: 138px;
	margin-right: 18px;
}

#masterdiv input[type=select] {
	width: 110px;
}



/* Picture Column Layout */
#sidepicture img {
	border-bottom: 1px solid white;
	padding-left: none;
	padding-right: none;
	margin: 0px;
	
	width: 200px;
	height: 149px;
}

/* Text inside Main Contents */
#pagetext, #links {
	padding-left: 3em;
	padding-right: 3em;
}

#pagetext {
	width: 510px;
}

#pagetext table {
	width: 100%;
}

/* Salespeople table */
.salespeople {
/*	margin-left: 14%; */
	width: 70%;
}
/* -----------------------------------*/
/* ---- Annons table <<<------------*/
/* --------------------------------*/

.ad_table {
	/* border: 1px solid blue; */
	vertical-align: top;
	width: 475px;
}

.ad_table table, .ad_table td {
	vertical-align: top;
	font-size: 9pt;
}

.ad_table th {
	text-align: left;
	font-weight: bolder;
}

.ad_bild {
	width: 150px;;
}

.ad_list {
	width: 320px;
}

.ad_table td {
	padding-top: 4px;

}

.ad_table td img {
	padding-right: 5px;
}

/* Search Retailer Results */

#postkodresult td {
	padding-top: 1em;
	}

#postkodresult strong {
	font-weight: bolder;
}

#links a {
    text-transform: Capitalize; 
}

a[href$='.pdf'], .pdf {
    display:inline-block;
    padding-left:35px;
    line-height:18px;
    background:transparent url(/images/icons/pdf_icon.gif) center left no-repeat;
}
