@import url("/fileadmin/template/main/res/KlavikaFont/webfontkit/stylesheet.css");

.addthis_toolbox .custom_hover
{
    position: relative;
}

.addthis_toolbox .custom_hover .custom_button
{
    font-weight: bold;
    padding: 4px;
    -moz-border-radius: 5px 5px 0 0;    
    -webkit-border-radius: 5px 5px 0 0;
}

.addthis_toolbox .custom_hover .custom_button.active
{
    background-color: #eee;
}

.addthis_toolbox .hover_menu 
{
    display: none;
    position: absolute;
    background: #fff;
}

.addthis_toolbox .custom_hover .tower
{
    -webkit-border-radius: 0 5px 0 0;   
    -moz-border-radius-topleft: 0;
    
}
.addthis_toolbox .hover_menu 
{
    width: 136px;
    padding: 10px 0 10px 0;
    border: 3px solid #eee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.addthis_toolbox .hover_menu  a
{
    width: 102px;
    padding: 4px 0 4px 34px;
    position: relative;
    display: block;
    text-decoration: none;
    color: blue;
}

.addthis_toolbox .hover_menu  a:hover
{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #B4D3F8;
    text-decoration: none;
}

.addthis_toolbox .hover_menu  span
{
    position: absolute;
    left: 14px;
    top: 4px;
}

.addthis_toolbox .hover_menu  .more
{
    border-top: solid 1px #eee;
    padding: 10px 0 0 0;
    margin: 10px 10px 0 10px;
    text-align: center;
}

.addthis_toolbox .hover_menu  .more a
{
    padding: 4px 0;
    margin: 0;
}

.addthis_toolbox .hover_menu  .more span
{
    display: none;
}

.science_server, .science_server2, .science_server3, .db_features{
	line-height:20px;
	text-align:center;
}

.first_col{
	text-align:left;
	padding-left:5px;
}


#productPageLeftCol{
	float: left;
	width: 325px;
}
#productPageRightCol{
	float: left;
	width: 325px;
	padding-left:10px;
	padding-right:5px;
}


/**********************************
 Standard HTML Entities
 **********************************/

.tableborder {border-collapse: collapse; }
.wb { border: 1px solid #ccc;}

.nb{ border: none; }
.db{ border: 1px solid #ccc;}

h1{
 font-family: "KlavikaRegularCondensedRegular", Lucida Grande, geneva,tahoma,sans-serif;
}

h1{
	font-size:28px;
	padding: 0 0 0 0;
	line-height:30px;
	margin: 10px 0 10px 0;
	text-align:left;
	font-weight:500;
}
/*Dette skal ændres*/
#content_holder h1, #content_holder h2, #buttonsBottom h3, #menu h3, #content_holder h3{
	color:#dfdfdf;
}


h2, h3{
	 font-family: "KlavikaRegularCondensedRegular", Lucida Grande, geneva,tahoma,sans-serif;
}

h2, h3{
	font-size:19px;
	margin: 15px 0 3px 0;
	text-align:left;
	line-height:20px;
	font-weight:500;
}

h4, h5{
	 font-family: "Lucida Grande", geneva,tahoma,sans-serif;
}

h4{
	font-size:12px;
	margin: 2px 0 2px 0;
	text-align:left;
}

h5{
	font-size:12px;
	text-align:left;
}

/*
Product specific headers
*/
#mainWB h1, #mainWB h2, #mainWB h3{
	color: #ffc10e;
}

#genomicsWB h1, #genomicsWB h2, #genomicsWB h3,#dnaWB h1, #dnaWB h2, #dnaWB h3 ,#gfxMachine h1, #gfxMachine h2, #gfxMachine h3{
    /*color: #0070b8;*/
	/*color: #579eb7;*/
	color: #0196b7;
}

#sequenceViewer h1, #sequenceViewer h2, #sequenceViewer h3{
	color: #b30027;
}

#proteinWB h1, #proteinWB h2, #proteinWB h3{
	color: #8cc747;
}

#rnaWB h1, #rnaWB h2, #rnaWB h3{
	/*color: #552c8f;*/
	/*color: #6f2c91;*/
	color: #844aa1;
}

#devKit h1, #devKit h2, #devKit h3{
	color: #cca930;
}

#bioDB h1, #bioDB h2, #bioDB h3{
	color: #48878e;
}

form{
	margin:0px;
	padding:0px;
}

.z-index{
	z-index:-1000;
	position: static;
}

li{
	margin: 2px 0px 4px 0px;
}

ul, .nonclclist {
	margin-top: 4px;
	/* margin-left: 16px; */
	/* margin: 10px 0px 4px 0px; */
	list-style-image: url('/images/icons/bullet-square.gif');
	list-style-type:disc;
}

ul {
	list-style-image: url('/images/icons/bullet-square.gif');

}

ol {
	margin-top: 4px;
	/* margin-left: 16px; */
    /* font-size: 14px;
	font-weight: bold; */
}


a.white{
	color: #FFFFFF;
}

hr{
	border-top: 0px;
	border-bottom: 1px dotted #ddd;
	border-left: 0px;
	border-right: 0px;

	height: 0px;
}

pre{
	font-family: monospace;
	font-size:10px;
}

img{
	border: 0px;
}


caption{
	margin: 30px 0 0 0;
}


.cell_free { border: 1px solid #ccc;}
.cell_protein { border: 1px solid #ccc;}
.cell_gene { border: 1px solid #ccc;}
.cell_combined { border: 1px solid #ccc;}
/* #f2f1c4 */

.smallwhite {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;	
}

/**********************************
 Misc. typo and box elements
 **********************************/
#raw_data{
	display:none;
}

#toggle_rawdata{
	margin-top:20px;
}
.hmmr_table{
	line-height:18px;
}

#downloadForm  input.error{
border:1px solid #FF0000;
}
#downloadForm  select.error{
border:1px solid #FF0000;
}


#warning {display:none;}
input{
  font-family: Tahoma, arial, Verdana, sans serif;
  font-size: 13px;
  border:1px solid #000000;  
}

select{
  font-family: Tahoma, arial, Verdana, sans serif;
  font-size: 13px;
  border:1px solid #000000;
}

blockquote {
   FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    COLOR: #212121;
	background: transparent url(/images/web09/Quotebox/generalBlockquote.png) left top no-repeat;
	padding: 50px 35px 4px 175px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 4px;
	margin-bottom: 0px;
}

/*
Product specific quote boxes
*/


#mainWB #productQuoteMiddle{
	background-image: url(/images/web09/Quotebox/quotebox_mid.png);
}

#productQuoteMiddle, #quoteMiddle{
	background-image: url(/images/web09/Quotebox/quotebox_mid.png);
	background-repeat: repeat-y;
	float:left;
	width:700px;
	margin-top: -5px;
}

#productQuoteMiddleContent, #quoteMiddleContent{
	float:left;
	width: 465px;
	margin-left: 30px;
	color:#212121;
}

#productQuotePerson, #quotePerson{
	float:left;
	width: 110px;
	margin-left: 30px;
}

.maintxt {text-align: leftjustify;}

.imgicon	{margin-left: 6px; margin-bottom: 6px; }

.imgleft	{margin-right: 6px; margin-bottom: 6px; }

.fat{
	font-size:14px;
	font-weight:bold;
	color:#D20000;
}

.tip{
	padding: 3px;
	background: lightyellow;
	border: 1px solid #333;
	width: 200px;
	font-size: 10px;
	z-index: 100;
}

.important{
	border: 1px solid red;
	padding: 8px;
	margin-top: 5px;
	margin-bottom:15px;
}

.newsdate{
	font-size: 11px;
	color: #999;
}


.newsdate_fp{
	font-size: 10px;
	color: #999;
}

.smalltxt{
	font-size: 11px;
}

.preheading{
	font-size: 14px;
	font-style: italic;
	margin-bottom: -10px;
}

.box{
	border: 1px solid black;
	padding: 2px;
	margin-top: 5px;
}

.product_name{
	font-style: italic;
}



.sitemap_block{
	display: block;
	width: 250px;
	margin: 0px 0px 10px 10px;
}


.download_box{
	display: block;
	padding: 5px;
	margin: 0 0 20px 40px;
	width: 380px;
	/*border-top: 1px dotted #ccc;
	border-bottom:  1px dotted #ccc;*/
}

.download_fileinfo{
	font-style: italic;
	font-size: 10px;
}

.download_icon{
	padding: 0px 5px 0 10px;
	/* align: left; */
}

.download_content{
	display: inline;
	float: left;
	margin: 0px;
}


.section{
	padding: 0 0 12px 0;
	margin: 0 0 12px 0;
	border-bottom: 1px dotted #525252;
	width:660px;
	}

.screenshot{
	width: 280px;
	height: 120px;
	float: left;
	margin: 0px 10px 20px 0px;
	padding: 2px;
	border: 1px solid #aaa;
}

.dotline{
	border-bottom: 1px dotted #525252;
	padding: 4px 15px 4px 0;
	
}

.bg_dot-v			{background-image: url(/fileadmin/template/main/images/bg_v-dots.gif); background-repeat: repeat-y ;}
.bg_dot-h			{background-image: url(/fileadmin/template/main/images/bg_h-dots.gif); background-repeat: repeat-x ;}

.bg-dots			{background-image: url(/images/bg-dots_400x1.gif); background-repeat: no-repeat ;}
.bg-dots_515		{background-image: url(/images/bg-dots_515.gif); background-repeat: no-repeat ; }
.box-download		{background-image: url(/images/box-dl_180x100.png); background-repeat: no-repeat ;}
.section-download	{background-image: url(/images/box-dl_big.png); background-repeat: no-repeat ;}
.section-update	{background-image: url(/images/download_updates.png); background-repeat: no-repeat ;}
.section-download-free	{background-image: url(/images/box-dl_big.png); background-repeat: no-repeat ;}


/**********************************
 Interface Elements
 **********************************/
.spacer{
	clear: both;
	margin-top:10px;
	padding:0px;
}

.padd{
	padding: 0 10px 0 10px;
}

.boxheader{
	border-bottom: 1px solid #aaa;
	color: #000000; 
	text-align: left; 
	background: #efefef;  
	padding: 4px 4px 4px 4px; 
	font-weight:bold; 
	height: 25px;
	margin-bottom: 4px;
}

.tutorialicon{
	float: right;
	margin-top: -1px;
	margin-right: 2px;
}


.picturebox{
	margin: 0 8px 8px 8px;
	padding: 5px;
	display: block;
	float: center;
	/* 
	font-style: italic;
	text-align: center; 
	*/
	font-size: 10px;
	border: 1px solid #525252;
}

.picturebox a{
	color:#000000;
	text-decoration:none;
}

.picturebox a:hover{
	color:#000000;
	text-decoration:none;
}

.tutorialbox{
	margin: 10px 2px 2px 10px;
	border: 1px solid #aaa;
	/*background: #eee; */
	float: left;
	padding: 0px;
	/*margin-left: 10px;*/
	width: 240px;
	height: 260px;
}


#quick_menu{
	border: 1px solid #aaa;
	background: #eee;
	width: 140px;
	float: right;
	padding: 0px;
	margin-left: 10px;
}

#top_login{
	position: absolute;
	right: 5px;
	top: 0px;
    display: none; /* Login-field hidden for now */
}

.login_input{
	font-family:  tahoma, arial;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	line-height: 10px;
	border: 1px solid #999;
}

#content_wrapper{
	display: block;
	float: left;
	clear: all;
	padding-top: 30px;
	padding-bottom: 40px;
	margin: 0px;
	clear: both;
	background: url('images/bg.png') no-repeat;
	width: 100%;
	/*border: 1px dashed black;*/

}
#min_height{
	float:left;
	clear: all;
	height: 420px;
}

#main_content{
	padding: 0 0 0 0;
	margin-left: 275px;
	margin-right: 20px;
	/*border: 1px dotted #ddd;*/
	max-width: 50em;

	width:expression(
    	document.body.clientWidth > (900/12) *
   		parseInt(document.body.currentStyle.fontSize)?
        "50em":
        "auto");

}


#fp_content{
	padding: 0 0 0 0;

	margin-left: 275px;
	margin-right: 0px;
	max-width: 60em;


	width:expression(
    	document.body.clientWidth > (1015/12) *
   		parseInt(document.body.currentStyle.fontSize)?
        "60em":
        "auto");
}



#left_area{
	position: absolute;
	left: 0px;
	top: 110px;
	width: 220px;
	margin: 0 0 0 0;
	padding: 15px 0 0 20px;
}



#right_menu{
	position: absolute;
	right: 10px;
	top: 110px;
	width: 120px;
	display: none;
	padding-right: 10px;
	padding-top:10px;
}

#bottom_menu{
	font-size: 10px;
	float:left;
    width: 100%;
	border-top: 1px solid #ccc;
	clear: all;
	background: #eee;
}

#bottom_menu_content{
	font-size: 10px;
    padding: 15px 15px 15px 15px;
	text-align: left;
}

#top_print{
	width: 100%;
	/*border-bottom: 1px solid black;*/
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	margin-bottom: 100px;
}

.menu_info{
	/* Info fields in right menu (direct downloads'n'stuff) */
	border: 1px solid black;
	padding: 2px;
	background:  #ffffdd;
	font-size: 11px;
}

/**********************************
 Top menu
 **********************************/

.menu_button{
	font-size: 12px;
padding-left: 5px;
	padding-right: 5px;
}

.menu_button_selected{
	font-size: 12px;
	color: #D3151A;
	padding-left: 5px;
	padding-right: 5px;
}

.menu_button:link, .menu_button:visited{
	color: black;
	text-decoration: none;
	}

.menu_button:hover{
	color: #D3151A;
	}


.menu_button_selected:link, .menu_button_selected:visited{
	color: #D3151A;
	text-decoration: none;
	}

.menu_button_selected:hover{
	color: #D3151A;
	}



/**********************************
 Left menu
 **********************************/

 #left_menu{
	/*float: left; */
	width: 160px;
	padding: 0 0 10px 5px;
	border-top: 1px solid #B3C791;
	border-bottom: 1px solid #B3C791;
	border-left: 10px solid #B3C791;
	background: white;
}

#left_menu_fields{
	/*float: left; */
	width: 160px;
	padding: 0 0 10px 5px;
	text-align: center;
	/*border-top: 1px solid #B3C791;
	border-bottom: 1px solid #B3C791;
	border-left: 10px solid #B3C791;
	background: white;*/
}


#left_menu_old{
	position: absolute;
	left: 0px;
	top: 100px;
	/*float: left; */
	width: 160px;
	margin: 15px 0 0 15px;
	padding: 0 0 10px 5px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 10px solid #ddd;
}



.left_menu_button{
	font-size: 12px;
	padding: 1px 0 2px 0;
	display:block;
}

.left_menu_button_selected{
	font-size: 12px;
	color: #D3151A;
	padding: 1px 0 2px 0;
	display:block;
}

.left_menu_button:link, .left_menu_button:visited{
	color: black;
	text-decoration: none;
}

.left_menu_button:hover{
	color: #D3151A;
}


.left_menu_small_button{
	font-size: 10px;
	padding: 1px 0 2px 0;
	display:block;
}

.left_menu_small_button_selected{
	font-size: 10px;
	color: #D3151A;
	padding: 1px 0 2px 0;
	display:block;
}

.left_menu_small_button:link, .left_menu_small_button:visited{
	color: black;
	text-decoration: none;
}

.left_menu_small_button:hover{
	color: #D3151A;
}


.left_menu_section{
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 0 0;
	display:block;
}

.left_menu_sub_section{
	font-size: 11px;
	font-weight: bold;
	padding: 6px 0 0 0;
	display:block;
}

.left_menu_sub_section_link{
	font-size: 11px;
	font-weight: bold;
	padding: 6px 0 0 0;
	display:block;
}


.left_menu_sub_section_link:link, .left_menu_sub_section_link:visited{
	color: black;
	text-decoration: none;
	}

.left_menu_sub_section_link:hover{
	color: #D3151A;
	}

.left_menu_sub_section_selected{
	font-size: 11px;
	color: #D3151A;
	font-weight: bold;
	padding: 6px 0 0 0;
	display:block;
}

.icon{
	float: left;
	margin: 0 5px 0 10px;
}

.bibliography{
list-style:none;
line-height:10px;

}



/**********************************
 Sitemap
 **********************************/

.sitemap_header{
	font-size: 16px;
	font-weight: bold;
	padding: 1px 0 0 0;
	display:block;
}

sitemap_header:link, .sitemap_header:visited{
	/*color: black;
	text-decoration: none;*/
	}

.sitemap_header:hover{
	color: orange;
	}

.sitemap_button{
	font-size: 12px;
	padding: 1px 0 2px 40px;
	display:block;
}

.sitemap_button_selected{
	font-size: 12px;
	color: darkorange;
	padding: 1px 0 2px 0;
	display:block;
}

.sitemap_button:link, .sitemap_button:visited{
	/*color: black;
	text-decoration: none;*/
}

.sitemap_button:hover{
	color: orange;
}

.sitemap_section{
	font-size: 13px;
	font-weight: bold;
	padding: 5px 0 0 20px;
	display:block;
}

.sitemap_sub_section{
	font-size: 11px;
	font-weight: bold;
	padding: 6px 0 0 40px;
	display:block;
}


.sitemap_sub_section:hover{
	color: orange;
}

.linkout {
background-image: url('/images/link1.gif');
background-repeat:no-repeat;
background-position: 100% 50%;
padding-right: 11px;
}


/**********************************
 Media control (built in printer-friendly pages)
 **********************************/

@media screen{
	#top_print{visibility: hidden;}
}
option.heading {background-color: #000000; font-weight: bold; font-size: 12px; color: white;}
option.sub {background-color: #ffffff; font-size: 12px; color: black;}

.demo-show2 {
cursor:pointer;
  width: 500px;
}
.demo-show2 h5:hover {
text-decoration:underline;
}
.demo-show2 h5 {
	font-weight:normal;
  margin: 0;
  padding: .1em;
}

.times {
font-family:"Times New Roman", Times, serif;
font-size:14px;
font-style:italic;
}
#tooltip h3{
margin:5px 0 0 0;
color:#000000;
}
em.error {
  background:url("../images/unchecked.gif") no-repeat 0px 0px;
  padding-left: 16px;
}
em.success {
  background:url("../images/checked.gif") no-repeat 0px 0px;
  padding-left: 16px;
}

#warning { display: none; }


#resellertable tr{
height:17px;
}

#manualrightnav{
	display:inline;
	float:right;
}

.manualrightnav{
}

#manualleftnav{
	display:inline;
	margin-top:0px;
	float:left;
}

#old_press .first_col{
	width:85px;
}

#old_press .second_col{
	width:525px;
}

#old_press .third_col{
	cursor:pointer;
	text-align:center;	
}
#link_to_shop{
	display:none;
	border:1px solid #B11116;
	padding:20px 0;
	width:100%
}