/*
*	--COLORS--
*	green: #61C250;	
*	light_green: #D9EAC1
*
*	red: #DD3E4C;
*	light_red: #F0878C
*
*   blue: #6AB8C3
*	light_blue: #95CFD8;
*
*/
body {
	font-family: 'Arial', 'Verdana';
	text-align: center;
}
h1 {
	color: #61C250;
	font-size: 48px;
	letter-spacing: 2px;
}
h2 {
	color: #61C250;
}
h3 {
	color: #61C250;
}
/* h5 is almost h1, only a bit smaller */
h5 {
	color: #61C250;
	margin-top: 35px;
	font-size: 40px;
	letter-spacing: 2px;	
}
h6 {
	color: #2A2E32;
	text-decoration: none;
	font-weight: normal;
	font-size: medium;
	font-style: normal;
	margin: 10px 0 5px 0;
	padding: 0;
	
}

a, a:visited {
	font-weight: normal;
	color: #DD3E4C;
}
a:hover {
	opacity:0.7;
}
.color_1 {
	color: #61C250;
}
.color_2 {
	color: #DD3E4C;
}
.color_3 {
	color: #6AB8C3;
}
.color_1 a, a:visited {
	color: #61C250;
}
.color_2 a, a:visited {
	color: #DD3E4C;
}
.color_3 a, a:visited {
	color: #6AB8C3;
}
.color_black {
	color: #2A2E32;
}
.color_white {
	color: #FFF;
}

.background_color_1 {
	background-color: #61C250;
}
.background_color_2 {
	background-color: #EA545C;
}
.background_color_3 {
	background-color: #6AB8C3;
}

.background_color_1_light {
	background-color: #E1F4DB;
}
.background_color_2_light {
	background-color: #FAD9DB;
}
.background_color_3_light {
	background-color: #EAF6F8;
}

.background_color_4 {
	background-color: #C7C7C7;
}
/* Main page wrapper */
#container {
	position: relative;
	top: 5px;
	width: 973px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
/* Header of page containing logo */
#header {
	position: relative;
	height: 70px;
	vertical-align: top;	
}
#header img {
	border: 0;
}
#header_right {
	position: relative;
	float: right;
	top: 0px;
}
/* Displays a green flower-background under the header*/
#header_background {
	position: absolute;
	top: 150px;
	left: 0px;
	height: 200px;
	width: 928px;
	z-index: 0;
}
#content {
	color: #2A2E32;
}
/* Use this to move down the sidebar when "header_background" is on. */
#siderbar_lower {
	position: relative;
	top: 0px;
	height: 40px;
}
#error_msg {
	font-size: x-small;
	color: #F00;
}
#newsletter_error_msg {
	font-size: x-small;
	color: #F00;
}
#friend_notification_error_msg {
	font-size: x-small;
	color: #F00;
}
#product_notification_error_msg {
	font-size: x-small;
	color: #F00;
}
#aquire_description {
	color: #2A2E32;
	padding: 10px 10px 10px 20px;
}
#aquire_description a, a:visited{
	color: #DD3E4C;
	font-weight: bold;
	text-decoration: underline;
	font-size: medium;
}
/* Layout for the option of changing font size*/
#textAdjustmentNavigation {
	float: right;
	position: relative;
	top: -20px;
	width: 200px;
	color: #2A2E32;
	font-size: x-small;
	text-align: right;
	font-style: italic;
}
#textAdjustmentNavigation a, a:visited {
	color: #2A2E32;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
}
#textAdjustmentNavigation ul{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	display: inline;
}
#textAdjustmentNavigation li{
	background: #D1E6B5;	
	margin-left: 2px;
	display: inline;
}
#font_S {
	font-size: x-small;
}
#font_S a, a:visited {
	font-size: x-small;
}
#font_M {
	font-size: small;
}
#font_M a, a:visited{
	font-size: small;
}
#font_L {
	font-size: medium;	
}
#font_L a, a:visited{
	font-size: medium;	
}

#font_inverted a, a:visited {
	color: #D1E6B5;	
	font-size: medium;
}



/* Wrapper for links */
#navigation {
	position: relative;
	height: 40px;
}
#navigation a, a:visited {
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}
/** Links showing "Om cognita / Kontakt oss etc" */
#helpNavigation {
	position: relative;
	float: right;
	top: -10px;
	height: 10px;
	font-size: x-small;
	font-weight: normal;
	font-style: italic;
}

#helpNavigation a, a:visited {
	color: #2A2E32;
	font-size: x-small;
	font-weight: normal;
	font-style: italic;
}
#navigation_left {
	float: left;
	width: 650px;
}
#navigation_right {
	float: right;
	width: 300px;
	height: 100px;
}
#inactive_link {
	font-size: large;
	font-weight: bold;
	letter-spacing: 1px;
	color: #61C250;
}
#inactive_link a, a:visited {
	font-size: large;
	color: #61C250;
	font-style: normal;
}
#active_link {
	font-size: large;
	font-weight: bold;
	letter-spacing: 1px;
	color: #DD3E4C;
}
#active_link  a, a:visited {
	font-size: large;
	color: #DD3E4C;
	font-style: normal;
}
/* Wrapper for breadcrumbs */
#breadcrumbs {
	font-size: x-small;
	position: relative;
	font-style: italic;
	color: #2A2E32;
}
#breadcrumbs a, a:visited {
	font-size: x-small;
	font-style: italic;
	text-decoration: underline;
	color: #DD3E4C;
}

#articleList {
	margin: 10px;	
}

#articleList td {
	padding: 10px;
}

/* Wrapper for flash content */
#flashcontent {
	position: relative;
	margin: 0;
	padding: 0;
	overflow: none;
}

div#deliveryaddress{
	margin: 15px 0px 10px 0px;
	width: 325px;
}

div#billingAddress{
	margin: 15px 0px 10px 0px;
	width: 325px;
}

table#paymentOptions{
	margin: 10px 0px 10px 0px;
	width: 650px;
}
/* Wrapper for bottom elements (content and sidebar)*/
#bottom_wrapper {
	position: relative;
}
/* Wrapper for content*/
#content {
	position: relative;
	font-size: small;
	float: left;
	top: 0px;
	width: 600px;
}
#newestArticles {
	font-size: small;
}
#newestArticles a, a:visited {
	color: #DD3E4C;
	text-decoration: underline;
	font-size: small;
	font-weight: bold;
}

/* Wrapper for sidebar elements (@, categories, etc) */
#sidebar {
	float: right;
	top: 200px;
	width: 300px;
}
#sidebar h2 {
	margin: 30px 0 0 0px;
}
#article {
	position: relative;
	top: 40px;
	width: 550px;
	color: #2A2E32;
}
/* The bar showing the different categories (Kommunikasjon, orientering, hukommelse) */
#category_bar {
	font-size: 28px;
	font-weight: bold;
	font-style: italic;
	width: 300px;
	color: #61C250;
}
#category_bar ul{
	list-style: none;
	display: inline;
}
#category_bar li {
	height: 50px;
	vertical-align: middle;
}
#category_bar img {
	border: 0;
	vertical-align: middle;
}
#category_bar a, a:visited {
	text-decoration: none;
	font-style: italic;
}

#category_bar .category_1 a, a:visited {	
	color: #61C250;
	font-size: 28px;
	font-weight: bold;
	font-style: italic;	
}
#category_bar .category_2 a, a:visited  {	
	color: #DD3E4C;
	font-size: 28px;
	font-weight: bold;
	font-style: italic;
}
#category_bar .category_3 a, a:visited  {	
	color: #6AB8C3;
	font-size: 28px;
	font-weight: bold;
	font-style: italic;
}

/* Categories under "Hjelpemidler" section */
#category {
	color: #2A2E32;
	width: 600px;
}
#category a, a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#category_header {
	color: #FFFFFF;
	text-decoration: underline;
	
}
#category_header a, a:visited{
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
	font-size: 28px;
	
}
.category_header_1 {
	color: #FFFFFF;
	font-size: x-large;
	padding: 10px;
	background-color: #61C250;	
}
.category_header_2 {
	color: #FFFFFF;
	padding: 10px;
	font-size: x-large;
	background-color: #EA545C;
}
.category_header_3 {
	color: #FFFFFF;
	padding: 10px;
	font-size: x-large;
	background-color: #6AB8C3;
}

.category_description {
	color: #FFFFFF;
	font-size: 13px;
	letter-spacing: 0.05em;
}
.category_products {
	height: 160px;
	overflow:hidden;
}
.category_products p {
	white-space: nowrap;
}
.category_products ul {
	padding: 0;
}
.category_products li {
	list-style: none;
	list-style-type: none;
	display: inline;
}
#remedies {
	width: 600px;
}
#remedy_picture img {
	vertical-align: center;
	margin: 0 0 0 30px;
}
/* Products listed within the scrollarea under a remedy (hjelpemiddel)*/
.remedy_products {
	color: #61C250;
	text-decoration: none;
	font-weight: bold;
}
.remedy_products td {
	width: 150px;
	padding: 5px 16px 0px 0px;
}
.remedy_products img {
	border: 0;
	text-decoration: none;
}
#small_product {
	padding-right: 30px;
	font-size: 10px;
}
#small_product a, a:visited {
	font-size: 10px;
	color: #61C250;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}
/* Product page header */
#product_header{
	font-size: 36px;
	margin-top: 20px;
	font-weight: bold;
	vertical-align: bottom;
}
#product {
	line-height: 1.4em;
	width: 550px;
}
#product_brief_description {
	color: #2A2E32;
	font-weight: bold;
	margin-bottom: 10px;
}
#product_short_description {
	color: #2A2E32;
	margin-top: 0px;
}
#product_accessories {
	display: none;
}
/* Product description in product page*/
#product_description_1 {
	margin-top: 0px;
	color: #2A2E32;
}
#product_description_1 h2 {
	color: #61C250;
}
#product_description_2 {
	margin-top: 0px;
	color: #2A2E32;
}
#product_description_2 h2{
	color: #DD3E4C;
}
#product_description_3 {
	margin-top: 0px;
	color: #2A2E32;
}
#product_description_3 h2 {
	color: #6AB8C3;
}
#product_header_background {
	position: relative;
	top: -50px;
	left: 0px;
	z-index: 0;
}
#product_description h2 {
	font-size: large;
}

#product_description ul {
}
#product_picture {
	position: relative;
	height: 250px;
	width: 250px;
	z-index: 1;
}
#product_picture img {
	max-width: 250px;
	max-height: 250px;
	width: expression(this.width > 250 ? 250 : true);
}


/** Products located in the sidebare called "Hjelpemidler fra A-Ã" */
#active_products {
	border: 1px solid #61C250;
	overflow: auto;
	width: 272px;
	height: 300px;
	color: #2A2E32;
}
#active_products a, a:visited {
	color: #61C250;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}
#active_products img {
	z-index: 2;
	border: 0;
}
#active_products_header {
	background-color: #D9EAC1;
	padding-bottom: 1px;
	margin-right: 27px;
}
#active_products_header h2 {
	padding: 10px 0px 10px 10px;
	margin-bottom: 0px;
	margin-right: 0px;
}

/* Drop-down sub-categories within a specific category */
#sub_categories {
	
}
#sub_categories ul {
	list-style-type: none;
}
#sub_categories li {
	background-color: #6AB8C3;
	margin: 3px;
	list-style: none;
	display: inline;
	cursor: pointer;
	overflow: hidden;
	height: 50px;
	width: 600px;
}
.sub_category_title {
	height: 50px;
	width: 600px;
}
.sub_category_title:hover {
	opacity: 0.7;
}
.sub_category_content {
	background-color: #6AB8C3;
	height: 100%;
	
}

#symptomps {
	line-height: 1.4em;
}
#symptomps img {
	border: 2px solid;
}
.symptomps_description {
	color: #2A2E32;
	font-size: small;
	margin: 0 0 20px 0;
}
.symptomp_text {
	color: #2A2E32;
}
#symptomps h2 {
	color: #DD3E4C;
	margin-top: 0;
	text-decoration: underline;
}
#symptomps a, a:visited {
	text-decoration: underline;
	font-weight: normal;
	font-size: small;
}
#forum {
	
}
.forum_description {
	color: #2A2E32;
	font-size: small;
	margin: 0 0 20px 0;
}
#contactInfo {
	color: #2A2E32;
	position: relative;
	top: 10px;
	font-weight: 500; /* Almost bold (Bold = 700), (Normal = 400)*/
	font-size: 14px;
	margin-bottom: 100px;
}
#contactInfo td {
	width: 200px;
}
#services {
	color: #2A2E32;
}
#services a, a:visited {
	color: #DD3E4C;
}
#services td {
	vertical-align: top;
	padding-right: 30px;
}
#services_header {
	
}
#services_header a, a:visited{
	font-size: large;
	color: #DD3E4C;
	font-weight: bold;
	text-decoration: underline;
}
/* Text fields on main page (search, newsletter) */
#textfield_1 {
	color: #2A2E32;
	border: 2px solid #61C250;
	width: 210px;
	height: 16px;
	padding: 6px 0 6px 8px;
}
#textfield_2 {
	color: #2A2E32;
	border: 2px solid #DD3E4C;
	width: 210px;
	height: 16px;
	padding: 6px 0 6px 8px;}
#textfield_3 {
	color: #2A2E32;
	border: 2px solid #6AB8C3;
	width: 210px;
	height: 16px;
	padding: 6px 0 6px 8px;}
/* Submit buttons to the textfields defined above */
#submit_button_1 {
	font-size: medium;
	color: #FFFFFF;
	padding: 2px;
	vertical-align: bottom;
	width: 35px;
	height: 31px;
	border: 1px solid #61C250;
	background-color: #61C250;
	padding:2px;
	margin-left: 3px;
}
/* Submit buttons to the textfields defined above */
#submit_button_2 {
	font-size: medium;
	color: #FFFFFF;
	padding: 2px;
	vertical-align: bottom;
	width: 35px;
	height: 31px;
	border: 1px solid #DD3E4C;
	background-color: #DD3E4C;
	padding:2px;
	margin-left: 3px;
}
/* Submit buttons to the textfields defined above */
#submit_button_3 {
	font-size: medium;
	color: #FFFFFF;
	padding: 2px;
	vertical-align: bottom;
	width: 35px;
	height: 31px;
	border: 1px solid #6AB8C3;
	background-color: #6AB8C3;
	padding:2px;
	margin-left: 3px;
}
#newsletter {
}
#newsletter_result {
	font-size: 12px;
}
#product_notification_result {
	font-size: 12px;
}
#friend_notification_result {
	font-size: 12px;
}
#notify_friend {
	color: #2A2E32;
	margin-bottom: 20px;
}
#form_footnote {
	margin-top: 0px;
	padding: 0 0 0 4px;
	color: #2A2E32;
	font-size: x-small;
}

#button {
	display: block;
	font-size: 22px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 12px;
	vertical-align: middle;
	width: 300px;
	height: 45px;
}
#button a, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#goto_link {
	color: #61C250;
	text-decoration: none;
}
#goto_link  a, a:visited {
	font-size: small;
	font-weight: bold;
	color: #61C250;
	text-decoration: none;
}
#goto_link img {
	border: 0;
	vertical-align: middle;
}

#sidebar_link {
	color: #2A2E32;
	font-size: small;
}
#sidebar_link a, a:visited {
	color: #2A2E32;
	font-size: small;
	font-weight: bold;
	text-decoration: underline;
}
#sidebar_article_links {
	padding: 0 0 0 0px;
	font-size: small;
	font-weight: bold;
}
#sidebar_article_links a, a:visited {
	color: #2A2E32;
	font-size: small;
	font-weight: bold;
}
#sidebar_article_links ul {
	padding: 0px;
	margin-top: 5px;
	margin-left: 5px;
	list-style: none;
}
#sidebar_article_links li {
	padding-top: 5px;
	color: #2A2E32;
}
div#scrollbar1 { 
    display:none;
}
div#scrollbar2 { 
    display:none;
}
div#scrollbar3 { 
    display:none;
}
/* below in external file */
div#wn1	{ 
    position:relative;
	margin: 0 20px 0 20px;
    width:570px; height:140px; 
    overflow:hidden;	
}
div#wn2	{ 
	position:relative;
	margin: 0 20px 0 20px;
    width:570px; height:140px;
    overflow:hidden;	
}
div#wn3	{ 
	position:relative;
	margin: 0 20px 0 20px;
    width:570px; height:140px;
    overflow:hidden;	
}	
div#scrollbar1 { 
    position:relative; 
    width:184px; height:40px;
    display:block; /* display:none initially */
    font-size:1px;  /* so no gap or misplacement due to image vertical alignment */
}
div#scrollbar2 { 
    position:relative; 
    width:184px; height:40px;
    display:block; /* display:none initially */
    font-size:1px;  /* so no gap or misplacement due to image vertical alignment */
}
div#scrollbar3 { 
    position:relative; 
    width:184px; height:40px;
    display:block; /* display:none initially */
    font-size:1px;  /* so no gap or misplacement due to image vertical alignment */
}
div#track1 { 
    position:absolute;
	left:0px;
	top:4px;
    width:600px; 
	height:11px;
}
#track1 hr {
	position: relative;
	height: 1px;
	margin: 0;
	border: 0;
	top: 6px;
	color: #6DBF5D;
	background-color: #6DBF5D;
}
div#track2 { 
    position:absolute; left:0px; top:0;
    width:600px; height:11px;
}
#track2 hr {
	position: relative;
	height: 1px;
	margin: 0;
	border: 0;
	top: 6px;
	color: #EA545C;
	background-color: #EA545C;
}
div#track3 { 
    position:absolute; left:0px; top:0;
    width:600px; height:11px;
}
#track3 hr {
	position: relative;
	height: 1px;
	margin: 0;
	border: 0;
	top: 6px;
	color: #6ABAC5;
	background-color: #6ABAC5;
}
#dragbar_left {
	left: -2px;
}
#dragbar_right {
	right: -2px;
}
#track_left {
	position: relative;
	top: 1px;
}
#track_right {
	position: relative;
	top: 1px;
}
div#dragBar1 {
    position:absolute; 
	left:1px; 
	top:1px;
    width:20px; height:12px;
	background-color: #6DBF5D;
}
#dragBar1 img {
	position: relative;
	top: 0px;
}
div#dragBar2 {
    position:absolute; left:1px; top:1px;
    width:20px; height:12px; 
	background-color: #EA545C;
}
#dragBar2 img {
	position: relative;
	top: 0px;
}
div#dragBar3 {
    position:absolute; left:1px; top:1px;
    width:20px; height:12px; 
	background-color: #6ABAC5;
}
#dragBar3 img {
	position: relative;
	top: 0px;
}
div#left { position:absolute; left:0; top:0; }  
div#right { position:absolute; right:0; top:0;  }

/* for safari, to prevent selection problem  */
div#scrollbar1,div#scrollbar2,div#scrollbar3, div#track1,div#track2,div#track3, div#dragBar1,div#dragBar2,div#dragBar3, div#left, div#right {
    -moz-user-select: none;
    -khtml-user-select: none;
}

/* so no gap or misplacement due to image vertical alignment
font-size:1px in scrollbar has same effect (less likely to be removed, resulting in support issues) */
div#scrollbar1 img {
    display:block; 
}
/** ROUNDED CORNERS **/
#rounded {
  position : relative;
}
#rounded .tl img, .tr img, .bl img, .br img {
  position : absolute;
  width : 10px;
  height : 10px;  /* corner images are 10x10 */
  display : block;
  margin-bottom : 0px;  /* this is for IE */
}
/* change position and image: top-right */
.tl img {
  top : 0;
  left : 0;
}

/* change position and image: top-right */
.tr img {
  top : 0;
  right : 0;
}

/* change position and image: bottom-left */
.bl img {
  bottom : 0;
  left : 0;
}

/* change position and image: bottom-right */
.br img {
  right : 0;
  bottom : 0;
}



/** END ROUNDED CORNERS **/


/** ACCORDION MENU **/
.accordion_header_top_left {
	display: block;
	width: 75px;
	border-right: 3px #FFFFFF;
}
.accordion_header_top_right {
	display: block;
	width: 500px;
	vertical-align: middle;
	padding: 15px 0px 15px 85px;
	font-size: 28px;
	text-decoration: underline;
}
.accordion_menu_list {
	position: relative;
	width: 600px;
}
.accordion_menu_head {
	/*padding: 20px 20px;*/
	cursor: pointer;
	position: relative;
	margin: 3px;
}
.picture img {
	vertical-align: middle;
	width: 75px;
}
.picture img {
	border-right: 4px solid #FFFFFF;
	vertical-align: middle;
}
.text {
	color: #FFFFFF;
	font-weight:bold;
	font-size: large;
	text-decoration: underline;
}
#category_accordion_header {
	text-decoration: none;
	padding: 10px 10px 10px 30px;
	width: 500px;
}
#category_accordion_header h4 {
	margin: 0 0 10px 0;
	text-decoration: underline;
	font-size: 24px;
}
.accordion_menu_body {
	display: none;
	margin-left: 90px;
	background: #FFFFFF;
}
.accordion_menu_body a {
  display:block;
  color:#006699;
  background-color:#FFFFFF;
  padding-left:10px;
  font-weight:bold;
  text-decoration:none;
}
.accordion_menu_body hr {
	height: 1px;
	border: 0;
}
/** END ACCORDION MENUES**/

#search {
	color: #2A2E32;
}
#search a, a:visited {
	color: #F3789B;
	font-size: 14px;
	text-decoration: underline;
	font-weight: normal;
}
#search h2 {
	margin: 10px 0 0 0;
}
#search_results {
	font-size: 12px;
	width: 500px;
}
#search_results th {
	padding-top: 20px;
	font-size: 16px;
	text-align: left;
	color: #61C250;
	font-weight: bold;
}
.search_result_link a, a:visited{
	font-size: 16px;
	font-weight: normal;
}
#search_result_read_more a, a:visited, img{
	color: #F3789B;
	border: 0;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
#sidebar_downloads {
	padding: 0 0 0 5px;
	color: #2A2E32;
	font-size: small;
}
#sidebar_downloads li {
	list-style: none;
	padding: 10px 0 0 0;
	color: #2A2E32;
}
#sidebar_downloads ul {
	padding: 0 0 0 0;
}
#sidebar_downloads a, a:visited {
	color: #2A2E32;
	font-size: small;
	font-weight: normal;
	text-decoration: underline;
}
#configure_products {
	color: #2A2E32;
}
#configure_products a, a:visited {
	color: #2A2E32;
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
}
#configure_link {
	font-size: small;
	text-decoration: underline;
	font-weight: normal;
	color: #DD3E4C;
}
#configure_link a, a:visited {
	font-size: small;
	text-decoration: underline;
	font-weight: normal;
	color: #DD3E4C;
}

#sidebar_shopping_chart {
	margin: 10px 0 20px 0;
}
#sidebar_shopping_chart img{
	width: 34px;
	vertical-align: middle;
	padding-right: 10px;
}
#sidebar_shopping_chart a, a:visited {
	color: #61C250;
	font-size: 28px;
	font-weight: bold;
	font-style: italic;
}
#shopping_chart {
	color: #2A2E32;
}
#shopping_chart a, a:visited {
	color: #2A2E32;
	font-size: 20px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
#shopping_chart_links a, a:visited {
	color: #61C250;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}
#shopping_login {
	
}
#shopping_login a, a:visited {
	color: #DD3E4C;
	font-weight: normal;
	text-decoration: underline;
}
#confirmOrder {
	color: #2A2E32;
}

#technical_information {
	font-size: small;
	color: #2A2E32;
}
#technical_information td {
	vertical-align: top;
}
#technical_information a, a:visited {
	color: #2A2E32;
	font-weight: normal;
	font-size: small;
	text-decoration: none;
}
#technical_information_header {
	margin-top: 15px;
	padding: 5px 0 5px 20px;
}
.table_cell_underline {
	border-bottom: 1px dotted;
}
#forgot_password {
	font-size: small;
}
#forgot_password a, a:visited {
	color: #DD3E4C;
	text-decoration:underline;
	font-size: small;
}

#text_block {
	line-height: 1.4em;
	width: 440px;
	color: #2A2E32;
}
#text_block h1, h2, h3, h4, h5, h6  {
	line-height: normal;
}
#text_block a, a:visited {
	font-weight: normal;
	font-size: small;
}
#contact_head {
	color: #61C250;
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
}
#contact_head_2 {
	color: #61C250;
	font-size: 14px;
	font-weight: normal;
	vertical-align: top;
}
#contact_data {
	color: #2A2E32;
	font-size: 14px;
	font-weight: normal;
	padding-left: 10px;
	vertical-align: top;
}
#contact_persons {
	position: relative;
	top: 35px;
}
#contact_persons img {
	margin-top: 6px;
	border: 1px solid #DD3E4C;
	max-width: 120px;
	max-height: 120px;
	width: expression(this.width > 150 ? 150 : true);
}
#contact_persons h3 {
	margin-top: 4px;
	margin-bottom: 0px;
}
#contact_persons td {
	vertical-align: top;
	font-size: medium;
	padding: 0 10px 50px 0;
}
#person_contact_info {
	font-size: small;
	
}
#sum_border {
	font-weight: bold;
	border-bottom: double 4px #2A2E32;
	border-top: solid 2px #2A2E32;
}
#faq_header {
	margin-top: 15px;
	padding: 5px 0 5px 20px;
}
#faq {
	width: 600px;
}
#faq .accordion_menu_head {
	color: #FFF;
	font-size: medium;
	font-weight: bold;
	padding: 5px 0 0 15px;
	background-color: #61C250;
}
#faq .accordion_menu_body {
	margin-left: 15px;
}
#faq hr {
	position: relative;
	height: 1px;
	margin: 10px 0 10px 0;
	border: 0;
	top: 5px;
	background-color: #2A2E32;
}
#user_manuals {
	position: relative;
	left: 0px;
}
#user_manuals a,a:visited{
	font-weight: normal;
}
#user_manuals ul {
	list-style: none;
}
#user_manuals li {
	color: #2A2E32;
}
#user_manuals img {
	vertical-align: middle; 
	margin: 3px 10px 3px 0;
}
#employees {
	width: 600px;
}
#employees .accordion_menu_head {
	color: #FFF;
	font-size: medium;
	font-weight: bold;
	padding: 5px 0 0 15px;
	background-color: #61C250;
}
#employees .accordion_menu_body {
	margin-left: 15px;
}
#employees hr {
	position: relative;
	height: 1px;
	margin: 10px 0 10px 0;
	border: 0;
	top: 5px;
	background-color: #2A2E32;
}
#active_sidebar_link a,a:visited {
	color: #DD3E4C;
}
#hmsMessage {
	position: relative;
	margin-bottom: -1px;
}
#hmsMessage_header {
	position: relative;
	font-size: x-small;
	font-style: italic;
	padding: 5px 0px 5px 5px;
}
#hmsMessage_body {
	position: relative;
	padding: 5px 10px 5px 10px;
}
.hms_background_0 {
	background-color: #FFFFFF;
}
.hms_background_1 {
	background-color: #E8F1F8;
}
#hms_cita_installations {
	
}
#hms_cita_installations a, a:visited {
	color: #DD3E4C;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
#login a, a:visited {
	color: #DD3E4C;
	text-decoration: underline;
}