/* blue color: #0000ff */

html
{
    height: 100%;
}

body{
    margin:0px;
    padding:0px;
    border:0px;
    height: 100%;
    background-color: #000000;
    word-wrap: break-word;

    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #CCCCCC;
    line-height: 16px;
    background-color : #191919;
    background-image : url(../gfx/background_dark.gif);
    background-position : top;
    background-repeat : repeat-x;

}


#topbar
{
    margin: 0 auto;
    color: white;
    height:70px;
    width: 800px;
    z-index:3;
    border-style: solid;
    border-width: 1px;

    background-color:#191919;
    /*border-bottom: 1px solid #666666;*/
    border-color: #666666;
}


#logo
{
    margin: 10px auto;
    padding-right:15px;
    float: right;
    width: 30x;
    border-style: solid;
    border-width: 0px;
}




#logoText
{
    margin: 10px auto;
    padding-left:15px;
    float: left;
    width: 400x;
    border-style: solid;
    border-width: 0px;
}


#changeLanguage
{
    margin: 10px auto;
    padding-top:0px;
    padding-right:10px;
    float: right;
    width: 100x;
    border-style: solid;
    border-width: 0px;
}


#presentation
{
    float: right;
    padding: 0px 0px 0px 0px;  
    width: 600px;
    height: 265px;
    border-style: none;
    border-width: 0px;
    border-color: red;
}


#search
{
    color: white;
    position: relative;
    float: right;
    padding: 0px 15px 10px 10px;
    width: 170px;
    height: 30px;
    border-style: solid;
    border-width: 0px;
    border-right: 0px solid #666666;
}




#container
{
    min-height: 75%; /* Firefox */
    height: auto !important; /* IE7 */
    height: 500px; /* IE6 */

    margin: 0 auto;
    width: 800px;
    background-color:#313131;
    border-bottom: 1px solid #666666;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;  
}


#menu_container
{
    float: left;
    margin: 0 auto;
    width: 200px;
    background-color:#313131;
    border-width: 0px;
}


#menu{
    margin: 0px auto;
    float: left;
    width: 200x;
    height: 10px;
    border-style: solid;
    border-width: 0px;
    border-right: 1px solid #666666;   
}

#indhold
{
    margin: 10px auto;
    padding: 10px;
    float: left;
    width: 569px;
    border-style: solid;
    border-width: 0px;
    overflow: auto;
}



#footer
{
    margin: 0 auto;
    margin-top: 5px;
    width: 802px;
    text-align:center;
    color:#999999;
    height: 50px;
    border-width:0px;
    border-style:solid;
    border-color:red;
    background-color : #191919;
    background-image : url(../gfx/footer_background_dark.gif);
    background-position : top;
    background-repeat : repeat-x;

}


#contact
{
    margin: 15px;
    margin-top: 370px;
    float: top; 
    color: #999999;
}


.link
{
 	border-bottom:1px dotted #3F3FFE;
  /*  border-bottom:1px dotted #0000ff; */

    text-decoration: none;
    color: #CCCCCC;
}






.link_edit_mode
{
    border-bottom:1px dotted orange;
    text-decoration: none;
    color: #CCCCCC;
}



.link_no_underline
{
    text-decoration: none;
    color: #CCCCCC;
}



.link_mouseout:hover
{
    border-bottom:1px dotted #0000ff;
    text-decoration: none;
    color: #999999;
}

.link_mouseout
{ 
    text-decoration: none;
    color: #999999;
}


.link_mousein
{ 
    text-decoration: none;
    color: #cccccc;
}

.link_mousein:hover
{ 
    border-bottom:1px dotted #0000ff;
    text-decoration: none;
    color: #cccccc;
}

.link_mouseout:visited
{ 
    text-decoration: none;
    color: #cccccc;
}

.link_mouseout:visited
{ 
    text-decoration: none;
    color: #999999;
}

.go_to_top_out
{
    color: #999999;
   
}

.go_to_top_in
{
    color: #cccccc;

}

a:visited {
    color: #CCCCCC;
    
}
a:hover {
    color: #FFFFFF;	
}



div#menu 
{
    padding: 2px 0 125px 0px;
    width: 199px;
    float: left;
}
div#menu ul 
{
    margin:0px;
    padding:0px;
    list-style-type:none;
}

div#menu li 
{
    margin:0px;
    padding-bottom: 2px;
    padding-top: 2px;
    float:left;
    width: 188px;
}

div#menu li a.parent, a.parent_sel 
{
    color:#999999;
    text-decoration:none;
    display:block;
    line-height: 11px;
    padding-left: 17px;
    padding-top: 8px;
}

div#menu li a.parent_sel 
{
    color:#ffffff;
    font-weight: bold;
}


div#menu li a.parent:hover 
{
    color:#ffffff;
    
}
div#menu li a.sub, a.sub_sel 
{
   color:#CCCCCC;
   text-decoration:none;
   display:block;
   background: url(../gfx/mouseout.png) 20px 7px;
   background-repeat: no-repeat;
   line-height: 16px;
   padding-left: 30px;
}

div#menu li a.sub_sel 
{
    color:#ffffff;
    background: url(../gfx/mousein.png) 20px 7px;
    background-repeat: no-repeat;
 /*   background-position: -160px 7px;*/
}

div#menu li a.sub:hover 
{
    color:#ffffff;
    background: url(../gfx/mousein.png) 20px 7px;
    background-repeat: no-repeat;
/*    background-position: -160px 7px;*/
}

div#menu li a.inactive 
{
    color: #993366 !important;
}


div#menu li a.child, a.child_sel 
{
    color:#CCCCCC;
    text-decoration:none;
    display:block;
    line-height: 16px;
    padding-left: 40px;
    background-repeat: no-repeat;
}
div#menu li a.child_sel 
{
    color:#ffffff;
 /*   background: url(gfx/submenu_arrow_grey.gif) 30px 5px;*/
    background-repeat: no-repeat;
}
div#menu li a.child:hover 
{
    color:#ffffff;
}


div#menu li a.child_child, a.child_child_sel 
{
    color:#CCCCCC;
    text-decoration:none;
    display:block;
    line-height: 10px;
    padding-left: 50px;
    background-repeat: no-repeat;
}
div#menu li a.child_child_sel 
{
    color:#ffffff;
    /*background: url(gfx/submenu_arrow_grey.gif) 30px 5px;*/
    background-repeat: no-repeat;
}
div#menu li a.child_child:hover 
{
    color:#ffffff;
}






/*  

Fixing difficulty when stretching divs in Firefox

*/
.floatfix:after 
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .floatfix {
    height: 1%;
}
/* End hide from IE-mac */





input, select, textarea
{ 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 11px; 
    background-color: #e4e4e4;
    border: #000000; 
    border-style: solid; 
    border-top-width: 1px; 
    border-right-width: 1px; 
    border-bottom-width: 1px; 
    border-left-width: 1px;
    vertical-align: bottom;
} 

input[type=checkbox]
{ 
    background-color:#313131;
    border-width:0px;
}


input[type=radio]
{ 
    background-color:#313131;
    border-width:0px;
}


input[disabled]
{
    background-color: gray;
}


h1
{
    text-align: center;
    font-size: 20px;
    color: #0000ff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}


.table_container
{   
    border-style: solid;
    border-width: 1px;
}



.table_news
{
    width: 550px;
	border-color:#4C4C4C;
	border-style:dotted; 
	border-width:1px;
}

.td_news
{
 	color: #999999;
}



.table_contact_front
{
    color: #999999;
    margin: 15px;
    
}

.language_select
{
    color: #CCCCCC;
    background-color: black;
    border-color: #666666;
    border-style: solid;
}



.ladycare_font
{
    font-family: Monotype Corsiva;
    font-size: 15px;
}


.ladycare_green
{
    color: green;
}

.ladycare_yellow
{
    color: yellow;
}

.ladycare_red
{
    color: red;
}

.ladycare_black
{
   
}



.newz_headlines_table
{
    font-size: 9px;    
    margin-left:14px;
    border-style:dashed;
    border-width:0px;
    border-color:#4C4C4C;
    height:110px; 
    width:170px;
    background-image : url('../gfx/news_gradient.gif');
    background-repeat:repeat-x;
}


.search_table
{
    border-width: 0px;

}



.search_textbox_focus_out
{
    background-color: white;
    color: #CCCCCC; 
}



.hide_go_to_top_table
{
    display: none;
}

.show_go_to_top_table
{
    display: visible;
}



.header
{
    font-size: 14px;
    font-weight: bold;
    color: white;
    width: 340px;
    margin-left: 0px;
}


.download_table
{
    border-width:1px;
    border-style:solid;
    width: 450px;
    padding: 0px;
}


.download_table_header_td
{
    width: 50px;
    height:10px;
    colspan:2;
    padding-right: 15px; 
}

.download_table_header_text
{
    color: white;
    font-weight: bold;
    text-align: center;
}


.download_table_header_tr
{
    background:#0000ff;
    height: 10px;
}





/* TABS */


.tabs {
	width: 545px;
	margin: 10px;
}

.tab_active {
	-moz-border-radius: 5px 5px 0px 0px;
	border-color: #0000c1;
	border-width: 1px;
	border-style: solid;
	background-color: #0000c1;
	color: white;
	float: left;
	width: 150px;
	cursor: default;
	font-weight: bold;
	padding: 2px;
	font-size: 10pt;
	text-align: center;
	font-weight: bold;
}

.tab_inactive {
	-moz-border-radius: 5px 5px 0px 0px;
	border-color: #aaa;
	border-style: solid;
	border-width: 1px;
	background-color: #2D2D2D;
	color: #CCCCCC;
	float: left;
	width: 150px;
	cursor: default;
	padding: 2px;
	font-size: 10pt;
	text-align: center;
}

.tab_content {
	-moz-border-radius: 0px 10px 10px 10px;
	width: 90%;
	border-color: #aaa;
	border-style: none;
	border-width: 1px;
	color: #CCCCCC;
	float: left;
	text-align: left;
	padding: 0px;
}

.tab_inactive:hover
{
    color: #FFFFFF;
/*    font-weight: bold;*/
}




/* ELECTRODES CSS START */



.electrodes_table
{
    border-width:1px;
    border-style:solid;
    width: 550px;
    padding: 0px;
}


.electrodes_table_header_td
{
    width: 50px;
    height:10px;
    colspan:2;
    padding-right: 15px; 
}

.electrodes_table_header_text
{
    height: 40px;
    color: white;
    font-weight: bold;
    text-align: center;
}


.electrodes_table_header_tr
{
    color:#CCCCCC;
    background:#666666;
    vertical-align: middle;
}

.electrodes_table_header_tr2
{
    color: #CCCCCC;
    background:#666666;
}


.electrodes_table_img_td
{
    text-align: center;
}


.electrodes_table_td
{
    word-wrap: break-word;
    width:90px;
    horizontal-align: right;
}



.electrodes_table_td_shape { width:10%; text-align: center;}
.electrodes_table_td_description { width:45%; }
.electrodes_table_td_partno { width:15%; }
.electrodes_table_td_elspc { width:14%; }
.electrodes_table_td_elccs { width:16%; }

.electrodes_table_td_price { width: 16%; }


/* WEBSHOP */

.webshop_table
{
    width: 560px;
}


.webshop_table_header_tr
{
    color:#CCCCCC;
    background:#666666;
    vertical-align: middle;
}


.webshop_table_tr1
{
/*    color:#CCCCCC;*/
/*   background:#666666;*/
    vertical-align: middle;
}



.webshop_table_tr_total
{
    color:#CCCCCC;
    background:#666666;
    vertical-align: middle;
}






/* ELECTRODES CSS END */



.products_table_tr
{
    color:#CCCCCC;
    background-image: url(../gfx/tr_background_dark.gif);
    vertical-align: middle;
}


.products_table_mousein
{
    color:#ffffff;
}


.products_table_mouseout
{
    color:#999999;
    opacity: 10%;
}
