/***********************************************/
/***********************************************/
/*    HTML ELEMENTS                            */
/***********************************************/
html, body {
    margin: 0px;
    font-family:  Verdana, Georgia, sans-serif;
    font-size: 11px;
   /* background-image: url(background.gif);
    background-position: center;
    background-repeat: repeat-all;*/
    /*background-repeat: repeat-x;*/
    background-color: #fff;
}

body {
	margin-left: 10px;
	width: 980px;
	height: auto;
}

h1 {
    font-size: 22px;
    color: #004812;
}
h2 {
   color: #004812;
}
h1, h2, h3, p {
    margin: 0px 0px 10px 0px; /* t r b l */
    padding: 0px;
}

h3 {
	font-size: 11px;
}

a:link, a:visited, a:hover {
    text-decoration: underline;
    /*color: #002072;*/
    /*color: #004812;*/
    color: #266f1d;
}
form {
    display: inline;
}
input, textarea, select {
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    font-size: 11px;
    margin-bottom: 2px;
}

img {
	border: 0px solid black;
}

/***********************************************/
/***********************************************/
/*    SPECIAL HTML ELEMENTS                    */
/***********************************************/

/* .cpform-button is the button class set by the  */
/* CorePublish form framework.                    */
/*input.submit, input.cpform-button {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #ae3a3a;
    border-bottom: 1px solid #ae3a3a;
    background-color: #1e0505;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}*/

/* IE styles the radio and checkboxes with border   */
/* around the item. The CorePublish Form framework  */
/* sets these items with the .cpform-noborder class.*/
/* Use this class to turn of border for the items.  */
/*input.cpform-noborder {
    border: none;
}*/


/***********************************************/
/***********************************************/
/*    IDENTITIES                               */
/***********************************************/
#container {
    width: 991px;
    width: 985px;
    /*margin: 0px auto 0px auto; *//* t r b l */
    background-color: #ffffff;
   /* height: 1000px;*/
    margin-left: 0px;
    overflow: hidden;
}
#placeholder-header {
    background: url('images/toppbanner.png') no-repeat left top;
    clear: both;
    float: right;
    
    height: 98px;
    width: 985px;
    padding: 0px;
    color: /*#fff*/#000000;
}



/****/
#placeholder-column {
    float: left;
    height: auto;
    padding-left: 0px;
    width: 211px;
}

#placeholder-content {
    float: right;
    width: 702px;
    height: auto;
    margin-bottom: 40px;
    float: left;
}


#placeholder-right-content {
    width: 491px;
    overflow: hidden;
	height: auto;
    float: left;
}

#placeholder-right {
	display: inline;
    float: right;
    width: 211px;
   /* margin-right: 78px;*/
}

#placeholder-footer {
    clear: both;
    width: 980px;
    border-top: 1px solid #eff2e3;
    margin-bottom: 30px;
	padding-top: 7px;
}

#extended-debug-info {
    background-color: #eee;
    border: 1px solid #000;
    font-size: 7pt;
    font-family: Monospace;
    margin: 5px;
    margin-top: 25px;
    padding: 10px;
    clear: both;
}
.logo {
	padding-left: 35px;
	padding-top: 10px;
	
}

/***********************************************/
/***********************************************/
/*    ELEMENT CLASSES                          */
/***********************************************/


.tile-top,
.tile-bottom {
	display: none;
}
/*******************************/
/* .common                     */
.clear-all {
	clear:	both;
}
.contactinfo {
	padding-top: 7px;
	float: left;
	font-family:  Verdana, Georgia, sans-serif;
}
.links {
    padding: 10px;
    margin-bottom: 10px;
}
.links h1 {
    font-size: 11px;
    font-weight: bold;
}
.linkelement {
	padding: 0px;
}
.news {
    padding: 10px;
}
.news h1 {
    font-size: 11px;
    font-weight: bold;
}
.news-article {
	padding-bottom: 10px;
}
/*******************************/
/* .page-header                */
/*.page-header {
    float: left;
    padding: 15px 0px 0px 20px; *//* t r b l */
/*}*/
/*.page-header a,.page-header a:link,.page-header a:visited,.page-header a:hover {
    color: #fff;
    text-decoration: none;
}*/

/*******************************/
/* .small-searchinput          */

.small-searchinput {
	clear: none;
    float: right;
	padding: 0px;
	margin: 0px;
	width: 210px;
	text-align: right;
}
div.small-searchinput {
	display: inline;
	margin: 50px 83px 0px 0px; /* t r b l */
}

.small-searchinput h1 {
	margin: 0px;
	font-size: 11px; /* Was 9pt*/
	color: #266f1d;
    clear: none;
    float: left;
    padding-top: 8px;
    width: 45px;
    
}
.full-searchinput input.submit,
.small-searchinput input.submit {
    width: auto;
    clear: none;
    border: 0px;
    background: url('search_button.png') no-repeat center;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    width: 57px;
    height: 23px;
    vertical-align: top;
}
.small-searchinput input {
	font-size: 11px; /* was 9pt; */
    width: 90px;
	margin-top: 0px;
    clear: none;
    background-color: #ffffff;
    border: 1px solid #7f9db9;
    vertical-align: bottom;
    
}


/*******************************/
/* .full-searchinput           */
div.full-searchinput {
    margin: 0px auto 30px auto;
	float: none;
}

.full-searchinput h2,
h2.full-searchinput {
	margin-left: 10px;
}
div.full-searchinput .sortmethod {
	margin-left: 10px;
}

.full-searchinput input {
	margin-left: 10px;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    font-size: 11px;
    width: 250px;
    margin-top: 2px;
}
.full-searchinput input.newsRadion {
    width: auto;
    border: none;
}

.full-searchinput div.error,
.full-articlelist-message {
    font-size: 11px;
    font-weight: bold;
    font-style: italic;
}
.list-navigation,
.list-navigation-text {
	margin-left: 10px;
}


/*******************************/
/* .list-thumbnail             */
.list-thumbnail-left {
    float:          left;
    margin-right:   5px;
    border:         0px solid yellow;
}

.list-thumbnail-right {
    float:          right;
    margin-left:    5px;
    border:         0px solid yellow;
}

/*******************************/
/* .full-articledisplay        */
.full-articledisplay {
    margin-bottom: 10px;
    padding: 10px;
     
}
.full-articledisplay h3.header2 {
	margin: 0px;
	font-size: 12px;
	color: #000;
}
.full-articledisplay p.digest {
	font-weight: bold;
}


/*******************************/
/* .login-form                 */
.login-form {
    padding: 10px;
    width: 150px;
}
.login-form .labelcell{
}
.login-form h1 {
    font-size: 12px;
    font-weight: bold;
}
.login-form input {
    width: 125px;
}
.login-form input.submit {
    width: auto;
}
.login-form .hidden {
    display: none;
}
.login-form .visible {
    display: block;
}
.login-form-error {
    background-color: #f00;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    margin-bottom: 5px;
}
#login-form-changepassword,
#login-form-lostpassword-container {
	display: none;	
}

/***********************************************************/
/* Kontakt Skjema (contactUsScheme) */
.contactUs {
	background-color: #f6f8ee;
}

div.contactUs {
	margin-left: 10px;
	margin-top: 30px;
	width: 420px;
	padding: 0px 20px 0px 10px;
	margin-bottom: 40px;
}

.contactUs-header {
	display: none;
}
.contactUs-header2 {
	padding-top: 12px;
	font-weight: bold;
}
.contactUs-reclamation {
	border: ridge 1px;
}
.contactUs .reclamation-text {
	padding-bottom: 12px;
}
.contactUs-personalia {
	padding-bottom: 12px;
}
.contactUs .infotext {
	font-style: italic;
	padding-bottom: 12px;
}
.contactUs input, textarea {
	border: inset 2px #cccccc;
}
.contactUs table{
	border: outset 2px #cccccc;
}

.contactUs textarea {
	width: 310px;
	height: 80px;
	border-style: inset;
	border-width: 2px;
}

.contactUs input.submit {
	color: #ffffff;
	margin-left: 160px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px 0px 8px 0px;
	font-family:  Verdana;
	font-size: 11px;
	font-weight: bold;
	height: 31px;
	width: 111px;
	border: 0px;
	background: url('images/std_button.png') no-repeat;
}


.red {
	color: #A70004;
}


/*******************************/
/* .vertical-menu              */
.vertical-menu {
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: Verdana;
    font-size: 11px; /* 11pt; */
    margin-left: 15px;
    margin-left: 20px;
    width: 170px;
}
.vertical-menu h1 {
    display: none;
}
.vertical-menu ul {
    margin: 0px;
    padding: 0px !important;
    
}
.vertical-menu li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    margin-bottom: 1px;
    font-size: 11px; /* 13px;*/
}

.vertical-menu ul li.first {
	
}
.vertical-menu ul li {
    padding-bottom: 0px;
   border-bottom: 1px #b8d451 solid;
}
.vertical-menu ul li ul {
}
.vertical-menu ul li ul li a {
}
.vertical-menu ul li ul li {
    text-transform: none;
}
.vertical-menu ul li ul li ul li{
}
.vertical-menu div {
	display: block;
	padding-left: 10px;
	padding-top: 4px;
    padding-bottom: 4px;
}


.vertical-menu div.active {
	background: url('menu_arrow_selected.png') no-repeat left center;
}

.vertical-menu a {
}
.vertical-menu ul li ul li {
    padding-left: 7px;
    border-bottom: 0px;
}
.vertical-menu a:link,
.vertical-menu a:visited {
    text-decoration: none;
    color: #000;
}
.vertical-menu a:hover {
    color: #000; 
}
.vertical-menu ul li ul li a:link,
.vertical-menu ul li ul li a:visited {
    text-decoration: none;
    border-bottom: 0px;
    color: #15600b;
    padding-top: 1px;
    padding-bottom: 1px;
}
.vertical-menu ul li ul li a:hover {
    color: #15600b; 
    border-bottom: 0px;
}

.vertical-menu ul li ul li div {
	padding-bottom: 1px;
	padding-top: 1px;
	
}

.vertical-menu div div.direct-edit-menu {
	display: inline;
}

.vertical-menu a.active:link,
.vertical-menu a.active:visited,
.vertical-menu a.active:hover {
    font-style: normal;
    font-weight: bold;
    color: #15600b;
}


/*******************************/
/* Searchresult*/

.searchresult,
.extended-searchresult {
    margin-top: 0px;  
    padding-left: 10px;
}
.searchresult a,
.extended-searchresult a {
	color: #266f1d;
}
.searchresult h3,
.extended-searchresult h3 {
	margin-bottom: 0px;
}
.searchresult ul li,
.extended-searchresult ul li {
    padding-bottom: 0px;
    margin-bottom: 15px;
    clear: both;
}
.searchresult ul,
.extended-searchresult ul {
    margin-top: 20px;
    padding: 0px;
}
.searchresult li,
.extended-searchresult li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.searchresult p,
.extended-searchresult p {
    margin: 0px; 
    padding-top: 12px;
    padding-bottom: 12px;
}
.resultstring{
    font-weight: bold;
}

.extended-searchresult .articlelist-link-internal ul {
    margin: 0px;
}
.extended-searchresult .articlelist-link-internal li {
    clear: none;
}


/*******************************/
/* .sitelocator                */
.sitelocator {
    font-size: 11px;
    margin-bottom: 5px;
    font-family: Verdana; 
    color: #004812;
}
.sitelocator .sitelocatortext{
	margin-left: 20px;
}
.sitelocator a{
	font-weight: normal;
}

/*******************************/
/* .articlelist-link           */

.articlelist-link-external ul li { 
	list-style-type:	none;
	padding:        	0px 0px 0px 0px;
    margin:				0px 0px 0px 0px;
    border-bottom: 		0px;
}


.articlelist-link-internal ul li {
	list-style-type:	none;
	padding:        	0px 0px 0px 0px;
    margin:				0px 0px 0px 0px;
    border-bottom: 		0px;
}

/*******************************/
/* .full-articlelist           */
.full-articlelist {
    margin-top: 20px;
    padding: 10px;
}
.full-articlelist h3{
	font-size: 12px;
}

.full-articlelist ul li {
    padding-bottom: 0px;
    margin-bottom: 15px;
    clear: both;
}
.full-articlelist ul {
    margin: 0px;
    padding: 0px;
}
.full-articlelist li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    border-bottom: 1px solid #266f1d;
}

.full-articlelist p {
    margin: 0px;
    margin-bottom: 6px;
}

.full-articlelist a {
}

.full-articlelist p.digest {
	font-weight: bold;
}

/* The advanced-background tiles */
div.advanced_background-vertical_scale_image {
}

div.advanced_background-vertical_scale_image div.full-articledisplay {
	margin: 0px 16px 10px 16px; /*t r b l */
	padding: 0px;
	width: auto;
}
div.advanced_background-vertical_scale_image div {
	margin: 0px;
	padding: 0px;
}
div.advanced_background-vertical_scale_image h1 {
	font-size: 15px;
	padding: 0px;
	margin: 10px 0px 10px 15px;
}
div.advanced_background-vertical_scale_image ul {
		padding-left: 0px;
		margin-left: 15px;
}
div.advanced_background-vertical_scale_image li {
	list-style-type: none;
	background: url('images/double-arrows.png') no-repeat center left;
	padding-left: 10px;
	padding-bottom: 2px;
}

/* The color is different for the different tiles */
div#Nyheter div {
	padding-bottom: 12px;
}

#Nyheter h1 {
	color: #447a1d;
}


#placeholder-column .small-articlelist h1,
#placeholder-right .small-articlelist h1 {
	margin: 8px 15px 6px 15px;
	font-size: 15px;
}
#placeholder-column .small-articlelist ul,
#placeholder-right .small-articlelist ul{
	margin: 8px 15px 6px 15px;
	padding: 0px;	
}


#placeholder-right .small-articlelist li{
	list-style-type: none;
	padding-bottom: 10px;
}

#placeholder-right .small-articlelist li a{
	padding-right: 3px;
}

#placeholder-right .small-articlelist li div.date {
	display: inline;	
}

#placeholder-right a.read_more {
	margin: 8px 15px 6px 15px;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 3px;
	background: url('images/double-arrows.png') center left no-repeat;
}

/** The blue tile on the frontpage */
div#aars-rapporter {
	padding-top: 0px;
}
#aars-rapporter div {
	margin: 0px 10px 0px 15px;
}
#aars-rapporter div div {
	margin: 0px;
	padding: 0px;
}

#aars-rapporter h1{
	display: none;
}

#aars-rapporter a{
	text-decoration: none;
	color: #5589b5;
}

#aars-rapporter img{
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

div#aars-rapporter div img{
	vertical-align: middle;
}


#Snarveier_fremsiden h1 {
	color: #447a1d;
}

/***********************/
/*** The center of the frontpage. */


/* The brands images (Second block on the frontpage)*/
#brands_center_front h1 {
	color: #78a43e;
}

#brands_center_front table {
	border-left: 0px;
	border-right: 0px;
	border-color: #eff2e3;
	border-collapse: collapse;
}

#brands_center_front table img {
}

#brands_center_front td {
}

#frontpage-center {
	height: 330px;
	margin: 0px;
	overflow: hidden;
}
#container.frontpage #placeholder-content .small-articledisplay {
	background: url(images/frontpage/forside_bildekarusell_10.jpg) no-repeat;
	padding: 124px 10px 0px 20px;
	width: 461px;
	height: 206px;
	overflow: hidden;
}
/*
Setting random background image when reload
- Container css class it set with javascript
*/
#container.frontpageimage_1 #placeholder-content .small-articledisplay { background: url(images/frontpage/forside_bildekarusell_1.jpg) no-repeat; }
#container.frontpageimage_2 #placeholder-content .small-articledisplay { background: url(images/frontpage/forside_bildekarusell_2.jpg) no-repeat; }
#container.frontpageimage_3 #placeholder-content .small-articledisplay { background: url(images/frontpage/forside_bildekarusell_3.jpg) no-repeat; }
#container.frontpageimage_4 #placeholder-content .small-articledisplay { background: url(images/frontpage/forside_bildekarusell_4.jpg) no-repeat; }
#container.frontpageimage_5 #placeholder-content .small-articledisplay { background: url(images/frontpage/forside_bildekarusell_5.jpg) no-repeat; }
#container.frontpageimage_6 #placeholder-content .small-articledisplay { background: url(images/frontpage/forside_bildekarusell_6.jpg) no-repeat; }
#container.frontpageimage_7 #placeholder-content .small-articledisplay { background: url(images/frontpage/forside_bildekarusell_7.jpg) no-repeat; }
#container.frontpageimage_8 #placeholder-content .small-articledisplay { background: url(images/frontpage/forside_bildekarusell_8.jpg) no-repeat; }
#container.frontpageimage_9 #placeholder-content .small-articledisplay { background: url(images/frontpage/forside_bildekarusell_9.jpg) no-repeat; }
#container.frontpageimage_10 #placeholder-content .small-articledisplay { background: url(images/frontpage/forside_bildekarusell_10.jpg) no-repeat; }
#container.frontpageimage_11 #placeholder-content .small-articledisplay { background: url(images/frontpage/forside_bildekarusell_11.jpg) no-repeat; }
#container.frontpageimage_12 #placeholder-content .small-articledisplay { background: url(images/frontpage/forside_bildekarusell_12.jpg) no-repeat; }

#frontpage-center div.full-articledisplay {
	margin: 0px 0px 0px 10px;
}

#container.frontpage #placeholder-content .small-articledisplay p,
#frontpage-center div.full-articledisplay p{
	font-size: 11px;
	margin-bottom: 6px;
	line-height: 1.0em;
}
#container.frontpage #placeholder-content .small-articledisplay a,
#frontpage-center div.full-articledisplay-text a {
	float: right;
	margin: 0px 10px 0px 0px;
	padding-top: 0px;
	position: relative;
	top: 10px;
}
#container.frontpage #placeholder-content .small-articledisplay h3,
#frontpage-center h1 {
	font-size: 18px;
	color: #ffffff;
	padding-top: 0px;
	margin-top: 115px;
	font-weight: bold;
	padding-left: 0px;
	margin-bottom: 6px;
	padding-bottom: 0px;
}
#container.frontpage #placeholder-content .small-articledisplay h3 {
	margin-top: 0px;
}
/** Header spesific */
#placeholder-header li {
	margin-left: 14px;
	clear: none;
	float: right;
	list-style-type: none;
}
#placeholder-header a {
	color: #266f1d;
}
.language-selector,
#placeholder-header div.simpleCategorylist {
	margin-top: 57px;
	float: right;
	clear: none;
}
#placeholder-header div.simpleCategorylist {
	width: 200px;
}
.language-selector ul,
.simpleCategorylist ul {
	padding: 0px;
	margin: 0px;
}
.language-selector{
	width: 50px;
	margin-right: 14px;
}
.language-selector ul{
	float: right;
	padding: 0px;
}
.language-selector h3{
	display: none;
}

.sitelocator {
	clear: both;
	padding-left: 200px;
}

/** Spesific for the footer: */

#placeholder-footer div.small-articledisplay {
	margin-left: 30px;
}

#placeholder-footer div.small-articledisplay,
#placeholder-footer div.small-articledisplay h1, 
#placeholder-footer div.small-articledisplay p,
#placeholder-footer div.small-articledisplay b{
	margin-top: 0px;
	padding-top: 0px;
	float: left;
	font-weight: normal;
	font-size: 11px;
}

#placeholder-footer div.small-articledisplay h1 {
	font-weight: bold;
}


#placeholder-footer div.small-articlelist {
	padding: 0px;
	padding-right: 80px;
	margin: 0px;
	float: right;
}

#placeholder-footer ul {
	border: 0px;
	padding: 0px;
	display: inline;
}


#placeholder-footer div.small-articlelist ul li {
	display: inline;
	border: 0px;
	padding:0px;
	float: left;
}

#placeholder-footer div.small-articlelist ul li a{
	padding-left: 3px;
	padding-right: 5px;
	margin-top: 0px;
	border-right: 1px solid black;
}


#placeholder-footer div.small-articlelist ul li.last a{
	border-right: 0px;
}

div.nortura_two_column_background_710 {
	
}

.nortura_two_column_background_710 img {
	/*z-index: 1;*/ /* Move it above the background layer. */
	 /*position: relative;*/
}

.nortura_two_column_background_710 div#placeholder-right-content {
	margin-top: -200px;
	/*z-index: 2;*/ /* Move it above and onto the top image. */
	position: relative;
	width: 460px;
	padding: 20px 0px 20px 20px;
}

.nortura_two_column_background_710 div#placeholder-right {
	margin-top: -200px;
	/*z-index: 2;*/ /* Move it above and onto the top image. */
	position: relative;
	width: 190px;
}


div.links-tile {
	margin-top: 40px;
	margin-right: 10px;
}

div.link-collection {
	margin-top: 10px;
	padding-top: 10px;
	
}

div.link-collection h3{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.link-collection ul {
	padding: 0px;
	margin: 0px;
}

.link-collection li {
	list-style: none;
	padding: 2px 0px 7px 0px;
	margin: 0px;
}

.link-collection a{
	color: #266f1d;
	padding: 0px;
}

#placeholder-header div.randombanner  {
	width: 300px;
	height: 70px;
}


/*******************************/
/* .vertical-menu              */
#placeholder-right-content .vertical-menu {
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: Verdana;
    font-size: 31px;
    margin-left: 15px;
    width: auto;
}
#placeholder-right-content .vertical-menu h1 {
    display: none;
}
#placeholder-right-content .vertical-menu ul {
    margin: 0px;
    padding: 0px !important;
    
}
#placeholder-right-content .vertical-menu li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    margin-bottom: 3px;
    font-size: 11px;
}

#placeholder-right-content .vertical-menu ul li.first {
	display:none;
}
#placeholder-right-content .vertical-menu ul li {
    padding-bottom: 0px;
}
#placeholder-right-content .vertical-menu ul li ul {
}
#placeholder-right-content .vertical-menu ul li ul li a {
    display: inline;
    border-bottom: 0px;
    font-weight: normal;
}
#placeholder-right-content .vertical-menu ul li ul li {
    text-transform: none;
}
#placeholder-right-content .vertical-menu ul li ul li ul li{
}

#placeholder-right-content .vertical-menu ul li ul li ul li a{
	
}

#placeholder-right-content .vertical-menu a {
    border-bottom: 1px #b8d451 solid;
    padding-left: 10px;
    display: block;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 4px;
}
#placeholder-right-content .vertical-menu ul li ul li {
    padding-left: 16px;
}
#placeholder-right-content .vertical-menu a:link,
#placeholder-right-content .vertical-menu a:visited {
    text-decoration: none;
    color: #000;
}

.direct-edit-menu  {
	display: inline;
}
.newsletter {
	padding: 10px 10px 10px 15px;
}
.newsletter .full-articledisplay{
	padding: 0px;
}
.newsletter .full-articledisplay-text {
	margin-bottom: 35px;
}
.newsletter .full-articledisplay-ingress {
	font-weight: bold;
}
.newsletter .infotext {
	font-style: italic;
	padding: 5px;
	padding-left: 0px;
}
/* .linktoolbar */
.linktoolbar {
    font-size: 8pt;
    padding-bottom: 5px;
    text-align: right;
    padding-right: 15px;
}
.linktoolbar h3 {
    display: none;
}
.linktoolbar .sharing-container { 
	 background: #D7E68B;
}
.linktoolbar div.tile-content {
    display: inline;
    padding: 0px;
    margin: 0px;
}
.linktoolbar ul {
    margin: 0px;
    padding: 0px;
}
.linktoolbar ul li {
    display: inline;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.linktoolbar ul li.first {
    border-left: 0px;
    padding-left: 0px;
    margin-left: 0px;
}
/*******************************/
/* .suggestionform             */
.suggestionform {
    background-color: #fff;
    margin-left: 15px;
    margin-right: 20px;
    margin-bottom: 10px;
}
.suggestionform h3 {
    text-align: left; /* right; */
    background-color: #fff;
    padding: 3px 10px 7px 0px; /* t r b l */
    border: 0px;
    margin: 3px 0px 3px 0px; /* t r b l */
}
.suggestionform h3 {
    color: #004812; /* #888; */
    font-size: normal; /* 8pt; */
    text-transform: uppercase;
    font-style: italic;
}
.suggestionform input.textinput,
.suggestionform textarea.textinput {
    width: 100%;
}
.suggestionform .suggestionform-error,
.suggestionform .suggestionform-message {
    color: #962727;
    font-weight: bold;
    font-size: 8pt;
    border: 1px solid #888;
    padding: 5px;
    margin-bottom: 5px;
    text-align: center;
}
.suggestionform .suggestionform-message {
    color: #279634;
}

/* google 404 widget */
#goog-fixurl {
	margin: 10px;
}

/* -- Tooltip ---------------------------------- */

/* Se additional styling in common stylesheet */
#tooltip-content            			{ background: #F2F5E5; }
