/** Common styles **/
a {
	color: #8c191b;
	text-decoration: none;
}

a:link {color: #8c191b;}
a:hover {text-decoration:underline;}
a:visited {}

/** Structural elements **/
#bd, #ft {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0 20px;
}

#doc {
	margin: 0 auto;
	border-left: 1px solid #b1ccd5;
	border-right: 1px solid #b1ccd5;
	border-bottom: 1px solid #b1ccd5;
}
#topmap {
    border:0px;
}
body {
	margin: 0 auto;
}

#hd {
	margin: 0;
	padding: 0;
	background: url(../images/hd_bg.gif) top left repeat-x;
	height: 125px;
}

.directory-content {
	margin: 0 10px;
}

/** Image Replacement **/

.mir {
	text-indent: -5000px;
}

h1.logo-header {
	height: 75px;
	background:url(../images/foretagskartan-260x75.gif) no-repeat;
}

h2.desc-header {
	height: 2px;
	background: transparent;
}

h2.cat-header {
	margin: 25px 0 10px 0;
	height: 43px;
	background:url(../images/h2_categories-99x43.gif) no-repeat;
}


h2.link-header {
	margin: 25px 0 10px 0;
	height: 47px;
	background:url(../images/h2_links-63x47.gif) no-repeat;
}

h2.search-header {
	margin: 25px 0 10px 0;
	height: 47px;
	background:url(../images/h2_search-28x47.gif) no-repeat;
}

h2.submit-header {
	margin: 25px 0 10px 0;
	height: 47px;
	background:url(../images/h2_submit_a_link-141x47.gif) no-repeat;
}

h2.suggest-header {
	margin: 25px 0 10px 0;
	height: 47px;
	background:url(../images/h2_suggest_a_category-141x47.gif) no-repeat;
}

#logoWrap {
	height: 50px;
	width: 300px;
	float: left;
	padding: 10px;
}

/** Main nav **/

#mainNavWrap {
	width: 370px;
	height: 50px;
	float: right;
	padding: 10px;
}

ul#mainNavList {
	text-align: left;
}

ul#mainNavList li {
	display: inline;
	padding: 0 15px 0 15px;
}

ul#mainNavList li a {
	font-family: verdana;
	font-size: 10px;
	color: #333;
	text-decoration: none;
	padding: 0;
	line-height: 25px;
	font-weight: bold;
}

ul#mainNavList li a:link {
	color: #333;
}

ul#mainNavList li a:hover {
	color: #333;
	border-bottom: 3px solid #333;
}
ul#mainNavList li a:visited {
	font-color: #333;
	text-decoration: none;
}

/* Description */
.openldyui-description {
	text-align: left;
}

/** Crumbs Bar **/
#crumbsBar {
	/*background: #8c191b;
	border: 1px solid #995051;*/
	height: 30px;
	text-align: left;
}

#crumbsBar p.crumbs {
	margin: 0 20px;
	color: #333;
	line-height: 30px;
	font-size: 12px;
}

#crumbsBar p.crumbs a {
	color: #333;
	line-height: 30px;
	font-size: 12px;
	text-decoration: none;
}

#crumbsBar p.crumbs a:link {}
#crumbsBar p.crumbs a:hover {}
#crumbsBar p.crumbs a:visited {}


/** Content div **/
.directory-content {

}

/** Table links **/
a.tableLink {
	color: #666;
	text-decoration: none;
	font-size: 16px;
	padding: 2px 0 2px 18px;
	background: url(../images/category_bullet_on.gif) center left no-repeat;
}

#directory-content a.tableLink:link {color: #666;}
#directory-content a.tableLink:hover {text-decoration:underline;}
#directory-content a.tableLink:visited {}

/** Footer **/
p.footerText {
	text-align: right;
}

	/** ------------------------------------------------------------------------
		FORMS (OVERRIDING CSSFORMS.CSS)
	------------------------------------------------------------------------**/	

#fm-form {
	margin: 20px 0px 20px 0;
	width: 75%;
}

#fm-form.smallForm {
	width: 50%;
}

#fm-form label.search {
	text-align: left;
}

div.fm-multi label {
	width: 150px;
}

#fm-form div.categories {
	width: 400px;
}

#fm-form span.formWarning {
	display: block;
	margin: 1px 0 4px 0;
}

#fm-form span.formWarning p {
	color: #8c191b;
	font-style: italic;
}
