
/* -------------------------------
   =MAJOR ELEMENTS
   ------------------------------- */

html, body {
  margin: 0;
  padding: 0;
}
body {
  font-size: 75%;
  font-family: Arial, sans-serif;
  color: #000;  
  background: #fff;
  border-top: 5px solid #013c8c;
}

ol, ul {
  margin-left: 1.2em;
  padding-left: 0;
}
li {
  margin-left: 0;
  padding-left: 0;
}

h2 {
  font-size: 1.3em;
  margin: 20px 0 .5em 0;
}
h3 {
  font-size: 1.1em;
  margin: 1em 0 .5em 0;
}
h4 {
  font-size: 1em;
  margin: 1em 0 0 0;
}

p {
  margin: 0 0 1em 0;
}

a {
  color: #003c8c;
}
/* -------------------------------
   =SITE INFO
   ------------------------------- */
#site-info {
  background: #efefef;
  padding: 3px 12px;
  border-bottom: 1px solid #fff;
}

.languageblock {
  float: left;
  margin-right: 15px;
  width: 185px;
  background: #d7d7d7;
}
#languageform {
  padding: 5px 10px;
}
.languageblock select {
  width: 162px;
}
.searchblock {
  float: left;
  width: 210px;
  padding-top: 5px;
  text-transform: uppercase;
}
.searchblock input.form-text {
  width: 120px;
}

#global-nav {
  text-align: right;
  margin-left: 390px;
  padding: 10px 0 2px 0;
}
#global-nav ul,
#global-nav li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  z-index: 2;
}
#global-nav ul {
  float: right;
}
#global-nav li {
  display: inline;
  float: left;
}
#global-nav li a {
  padding: 1em;
  color: #003c8c;
  text-decoration: none;
  white-space: nowrap;
}
#global-nav li a.active {
  color: #333;
}
/* -------------------------------
   =BRANDING
   ------------------------------- */

#branding {
  background: #1a5098 url(/sites/default/themes/viking/images/branding.jpg) no-repeat 0 0;
}

h1#logo {
  width: 155px;
  height: 65px;
  margin: 0 0 0 10px;
  background: url(/sites/default/themes/viking/images/logo.gif) no-repeat 0 0;
  text-indent: -9000px;
}

h1#logo a {
  display: block;
  width: 155px;
  height: 65px;
}

/* -------------------------------
   =PRIMARY NAVIGATION
   ------------------------------- */

#primary-nav {
  position: relative;
  background: #5f85b7 url(/sites/default/themes/viking/images/primary-nav.jpg) no-repeat 0 0;
  font-family: Arial, sans-serif;
  padding: 2px 2em 2px 0;
  text-align: right;
  border-bottom: 2px solid #003c8c;
  z-index: 10;
}
  * html #primary-nav {
    height: 1%;
  }

ul.top {
  text-align: right;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.top li {
  position: relative;
  display: inline;
  z-index: 10;
  font-weight: bold;
}

#primary-nav ul.top li a {
  text-align: left;
  padding: 2px 1em;
  text-decoration: none;
  font-size: 12px;
  color:#fff;
}

#primary-nav  ul.top li a:hover {
  background-color: #003c8c;  
}
#primary-nav ul.top li a.active,
#primary-nav ul.top li a.active:hover {
  background-color: #dbe4ef;
  color: #000;
}
/* SECOND LEVEL NAV ITEM */

ul.top ul {
  position: absolute; 
  display: none;
  top: 100%;
  border: 1px solid #555;
  background-color: #4d77af;
  margin: 5px 0 0 0;
  padding: 0;
  list-style: none;
	left: 0;
  z-index: 12;
}

ul.top > li ul {
  margin-top: 3px;
}

  /* Hides from IE-mac \*/
  * html ul.top,
  * html ul.top ul li {
    height: 1%;
    }
  /* End hide from IE-mac */  
  
  ul.top ul li {
    position: relative;
    clear:left;
    float: left;
    background-color: #4d77af;
    margin: 0;
    padding: 0;
    z-index: 14;
    }

ul.top ul li a {
  display: block;
  border-bottom: 1px solid #6b91c4;
  width: 16em;
  overflow: hidden;
  background-color: #4d77af;
  padding: .5em 1em;
  font-size: 12px;
  color: #fff;
}
#primary-nav ul.top ul li a.active,
#primary-nav ul.top ul li a.active:hover {
  background-color: #dbe4ef;
  color: #000;
}
/* THIRD LEVEL NAV  */
ul.top ul li ul {
  position: absolute;
  top: 0;
  margin-top: 0;
  left: 18em;
  z-index: 15;
}
ul.top ul ul li a {
    width: 12em;
    z-index: 16;
}

/* subnav arrow images */
a.has-subnav {
  background-image: url(/sites/default/themes/viking/images/subarrows.gif);
  background-repeat: no-repeat; 
  background-position: 98% 0;
}
a.has-subnav:hover {
  background-image: url(/sites/default/themes/viking/images/subarrows.gif);
  background-position: 98% -60px;
}
#primary-nav ul.top ul a.active-has-subnav,
#primary-nav ul.top ul a.active-has-subnav:hover {
  color: #000;
  background: #dbe4ef url(/sites/default/themes/viking/images/subarrows.gif) no-repeat 98% -120px;
}

/* -------------------------------
   =CONTENT
   ------------------------------- */
div#container {
  position: relative;
  height: 1%;
  margin-top: 2px;
  background:  url(/sites/default/themes/viking/images/leftcol.gif) repeat-y;    
}   
#content {
  width: 100%; 
  margin-left: -195px; 
  float: right;  
  padding-bottom: 2em;
}

.main-content { 
  margin-left: 195px;
  margin-right: 25px;
}
.sidebar-page .main-content {
  height: 1%;
  margin-right: 150px;
}
/* -------------------------------
   =IMAGES
   ------------------------------- */

img.image-right {
  margin: 0 0 .5em 15px;
}
img.image-left {
  margin: 0 15px .5em 0;
}

#sidebar-right {
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 2px solid #fff;
}

body.sidebar-page {
    background: url(/sites/default/themes/viking/images/rightcol.gif) repeat-y 100% 0;
}

/* -------------------------------
   =TABLES - generic styles
   ------------------------------- */
.table-heading td,
td.table-heading {
  background-color: #666;
  color: #eee;
  font-weight: bold;
  vertical-align: bottom;
}
.table-subheading td,
td.table-subheading {
  background-color: #999;
  color: #000;
  font-weight: bold;
  vertical-align: bottom;
}
.white-row {
  background-color: #fff;
}
.gray-row {
  background-color: #eee;
}
/* -------------------------------
   =SECONDARY NAVIGATION
   ------------------------------- */
   #secondary-nav {
     float: left; 
     width: 170px;
   }
   #secondary-nav h4 {
     margin: 20px 0 0 10px;
     text-transform: uppercase;
   }

   #secondary-nav ul {
     list-style: none;
     margin-left:  15px;
   }
   #secondary-nav li {
     padding-top: 8px;
     list-style: none;
     list-style-image: none; /*for IE*/
   }

   #secondary-nav a {     
     text-decoration: none;
   }
   #secondary-nav a.active {
     color: #000;
   }
/* -------------------------------
  =LEGAL and FOOTER
  ------------------------------- */

#legal {
  clear: both;
  padding: 1em;
  background-color: #fff;
}
#footer {
  clear: both;
  padding: 3em 146px 1em 215px;
  background: url(/sites/default/themes/viking/images/leftcol.gif) repeat-y;     
}
#footer a {
  text-decoration: none;
}


/* -------------------------------
   =HOMEPAGE STYLES

 -------------------------------
   =FEATURE - HOMEPAGE 
   ------------------------------- */
   #feature {
     position: relative;
     clear: both;
     background: transparent;
     z-index: 0;
   }
   #banner {
     position: relative;
     float: left;
     width: 286px;
     height: 198px;
     border-right: 2px solid #fff;
     z-index: 11;
   }
   #banner div {
     position: absolute;
     left: 0;
     top: 0;
   }
   .headline {
     position: absolute;
     left: 0;
     width: 100%;
     height: 198px;
     margin-left: 0;
   }
   .headline .current-headline {
     position: absolute;
     left: 290px;
     top: 0;
   }
   .headline h4 {
     margin-top: 0;
     padding: 35px 20px 10px;
     color: #fff;
     font-size: 24px;
     font-weight: normal;
   }
   .headline .teaser {
     padding-left: 20px;
     width: 360px;
   }
   .feature-word {
     color: #daa260;
     position: absolute;
     bottom: -10px;
     right: 0;
     text-align: right;
     font-size: 72px;
   }

/* -------------------------------
   =NEWS AND EVENTS AND QUICK LINKS - HOMEPAGE
   ------------------------------- */
#news-events-links {
  clear: both;
  position: relative;
  background: #e5ecf3;
  border: 2px solid #fff; 
}
#news-events-links h3,
#news-events-links p {
  margin-top: 0;
  padding-left: 10px;
}
#news-events-links h3 {
  padding-top: 1em;
}
.newsblock {
  float: left;
  width: 284px;
  border-right: 2px solid #fff; 
  padding-bottom: 2em;
}

#events-links {
  margin-left: 300px;
  position: relative;
}
* html #events-links {
  height: 1%;
}
.eventsblock {
  float: left;
  width: 48%;
}
.linksblock {
  float: right;
  width: 50%;
}
#events-links img.border-image {
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0;
  width: 2px;
}
/* -------------------------------
   =TECHNICAL DATA 
   =PRODUCTS
   -------------------------------
   
   =TABLES
   ------------------------------- */
div.tech-data-item {
  border: 1px solid #999;
  padding: 2px;
  background: #fff;
}
table.tech-data-header-table,
table.tech-data-detail-table {
  border-collapse: collapse;
  width: 100%;
}
table.tech-data-header-table {
  margin-bottom: 5px;
}
table.tech-data-header-table td {
  vertical-align: top;
  padding: 2px;
  background: #e5ecf3;  
}
table.tech-data-header-table img {
  border: 1px solid #999;
}
.product-table-product-title {
  padding: 5px;
  font-weight: bold;
}
.product-section-viking {
  background: #a3b176;
}
.product-section-europe-asia {
  background: #d5c54b;
}  
.product-section-usa {
  background: #91bcd9;
}
.product-section-featured {
  background: #daa260;
}
.product-table-part-numbers,
.product-table-vk-numbers {
  padding: 2px 5px;
}

.tech-data-detail-table th {
  padding: 2px 2px 2px 10px;
  width: 25%;
  text-align: left;
  border-bottom: 0;
}
.tech-data-detail-table th.odd {
  background: #dbdbdb;
}
.tech-data-detail-table th.even {
  background: #ebebeb;  
}
.tech-data-detail-table td {
  vertical-align: top;
}
.tech-data-detail-table td.odd {
  background: #eee;    
}
.tech-data-detail-table ul {
  margin-left: 10px;
  list-style-type: none;
  padding-left: 0;
}
.tech-data-header-text {
  width: 100%;
}


/* -------------------------------
   =PRODUCT INFO 
   ------------------------------- */
.product-grid {
	position: relative;
}

.product-grid .product-item,
.product-grid .product-category {
	float: left;
  margin: 6px 12px 12px 0;
  padding: 2px;
	width: 136px;
	height: 210px;
	background: transparent url('/sites/default/themes/viking/images/products/product_box.jpg') no-repeat 0 0;
	/* cursor: pointer; */
	position: relative;
}

.product-grid .product-category {	
	background: transparent url('/sites/default/themes/viking/images/products/category_box.jpg') no-repeat 0 0;
	/* cursor: pointer; */
}

.product-grid .product-item a,
.product-grid .product-category a {
  color: #000;
  text-decoration: none;
}
.product-grid .product-item div.product-title,
.product-grid .product-category div.category-title {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 110px;
	height: 45px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 7pt;
	line-height: 10px;
	overflow: hidden;
	cursor: pointer;
}

.product-grid .product-category div.category-title {
	font-size: 12px;
	left: 14px;
	line-height: 1.1em;
	text-align: center;
	top: 166px;
	text-decoration: none;
	color: #000;
}

.product-grid .product-item div.product-image,
.product-grid .product-category div.category-image {
	margin: 0;
	top: 66px;
	left: 3px;
	width: 135px;
	height: 140px;
	position: absolute;
	cursor: pointer;
}

.product-grid a {
	color: #000;
	text-decoration: none;
}

.product-grid .product-category div.category-image {
	top: 7px;
}

.product-grid .product-item div.product-image img,
.product-grid .product-category div.category-image img {
	display: block;
	margin: auto;
	width: 119px;
	height: 135px;
	cursor: pointer;
}

/* -------------------------------
   =PRODUCT INFO OVERLAY 
   ------------------------------- */

.jqmOverlay { background-color: #ddd; }

#product-overlay {
	margin-left: -200px;
  top: 50px;
	left: 50%;
	width: 400px;
	border: 2px solid #e0b37b;
	display: none;
  background-color: #fff;
  color: #000;
  padding: 0;
}

#product-overlay {
	position: absolute;
}

.product-overlay-header {
	height: 50px;
	width: 100%;
	background-color: #e0b37b;
	padding: 0;
}

.product-overlay-header h3 {
	margin: 0;
	padding: 10px 25px 5px 10px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #000;
	text-transform: uppercase;
	overflow: hidden;
}

.product-overlay-header img {
	position: absolute;
	top: 3px;
	right: 3px;
}

.product-overlay-tabs {
	height: 30px;
	width: 380px;
	position: relative;
	padding: 0 10px;
}

.product-overlay-tabs div.tab {
	width: 188px;
	height: 15px;
	float: left;
	margin: 5px 0 0;
	padding: 5px 0;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

.product-overlay-tabs div.left {
	margin-right: 2px;
}

.product-overlay-tabs #tab-overview {
	background: transparent url('/sites/default/themes/viking/images/products/prod-tab-bg.jpg') repeat-x 0 0;
}

.product-overlay-tabs #tab-technical {
	background: transparent url('/sites/default/themes/viking/images/products/tech-tab-bg.jpg') repeat-x 0 0;
}

#product-overlay .product-image {
	float: right;
	margin-top: 30px;
	margin-right: 10px;
}

#product-overlay .product-overlay-specs {
	width: 250px;
	padding: 0 10px;
	position: relative;
}

.product-overlay-tab-content {
	width: 380px;
	padding: 10px;
	margin: 0;
	position: relative;
}

.tab-overview div.product-overlay-tab-content {
	background: transparent url('/sites/default/themes/viking/images/products/prod-gradient.jpg') repeat-x 0 0;
}

.tab-technical div.product-overlay-tab-content {
	background: transparent url('/sites/default/themes/viking/images/products/tech-gradient.jpg') repeat-x 0 0;
}

.product-overlay-tab-content .active {
	display: block;
}

.product-overlay-tab-content .product-overlay-specs h4 {
	height: 17px;
	width: 100%;
	background: transparent url('/sites/default/themes/viking/images/products/tech-title-background.gif') repeat-x 0 0;
}

#product-overlay .product-overlay-specs ul,
#product-overlay .product-overlay-specs ul li {
	list-style-type: none;
}

#product-overlay .product-overlay-specs ul {
	margin: .5em 0 1em;
}

#product-overlay .product-overlay-specs ul li {
	margin: 0;
}

.loading-indicator {
  padding: 25px;
  margin: 25px auto;
  background: transparent url('/sites/default/themes/viking/images/products/loading.gif') no-repeat center center;
}


    
/* MISCELLANEOUS */

.inactive-link {
  text-decoration: none;
  font-weight: bold;
  color: #000;
}
.additional-products ul,
.additional-products li,
.results ul,
.results li {
  margin-top: 0;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  
}
a.back-to-top {
  display: block;
  width: 5em;
  margin: 1em 0;
}

.technical-search-form h4 {
  color: #daa360;
  text-transform: uppercase;
  margin-bottom: .5em;
}

.technical-search-form select {
/*  text-transform: uppercase;*/
}

#pager {
  margin-top: .5em;
  margin-bottom: .5em;
  text-align: right;
}

/* -------------------------------
   =SEARCH FORM
------------------------------- */

#viking-search-form {
  position: relative;
  margin: 1em 0;
  padding: 0;
  background: #e3e3e3;
  width: 35em;
  height: 1%;
}
#viking-search-form fieldset {
  border: 0;
  padding: 0 10px;
  margin: 0;
}
#viking-search-form > fieldset {
  padding: 10px;
}
#viking-search-form legend {
  margin: 0 0 -1em;
  padding: 0;
  font-size: 3em;
  color: #ccc;
}
#viking-search-form fieldset > legend {
  margin: 0;
}
#viking-search-form li {
  list-style-type: none;
  margin: .5em 0;
}
#viking-search-form label {
  clear: left;
  float: left;
  width: 6em;
  padding-top: .25em;
}
#viking-search-form select {
  width: 20em;
}
#search-button {
  margin: 1em 0 0 0;
}

/* -------------------------------
   =IFRAME HACK for hiding select box in IE
   ------------------------------- */
iframe {
     display:none;/* hide from IE5*/
     display/**/:block;/* show for other than IE5*/
     position:absolute;
     top:0;
     left:0;
     margin-left: -1px;
     z-index:-1;
     filter:mask();
   }
   
/* still need iframes visible for WYSIWYG editor */

td iframe {
  position:relative !important;  
  display: block !important;
  visibility: visible !important;
  z-index: 10;
  filter: none;
}

#primary-nav ul ul ul iframe {
  width: 14.2em;
}   
.clr {
  clear: both;
}
/* ----------------------------
=Export Styles
-------------------------------*/
#export_form {
	display: block;
}
#loading {
	display: block;
}
#jsoutput {
	padding: 2em 0 0 0;
}

span.tech-area-label {
	clear: left;
	width: 200px;
	display: block;
	float: left;
}
#progress_display {
	float: left;
	width: 300px;
}

#progress_message {
	padding: 2px 10px;
}

/* progress bar container */
#progressbar{
	margin-top: 1em;
  border:1px solid black;
  width:300px;
  height:20px;
  position:relative;
  color:black;
	float: left;
	background-color: #5F85B7;
	overflow: hidden;
}

/* color bar */
#progressbar div.progress{
  position:absolute;
  width:0;
  height:100%;
  overflow:hidden;
  background-color:#013C8C;
}

/* text on bar */
#progressbar div.progress .text{
  display: none;
}

/* text off bar */
#progressbar div.text{
  position:absolute;
  width:100%;
  height:100%;
	color: #fff;
	padding-top: 2px;
  text-align:center; 
	z-index: 2;
}

/* ----------------------------
=JQuery Modal Setup
-------------------------------*/
/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
   Star selector used to hide definition from browsers other than IE6
   For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.jqmClose {
  cursor: pointer;
}

/* ----------------------------
=Alsett Clearing Method for floats 
-------------------------------*/  
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  }
.clearfix {display: inline-block;}
/* backslash hack hides from IE Mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
/* end backslash hack */


.licensing-bullets {
  font-size: 0.9em;
}
.trademark {
  font-size: 0.9em;
  color: #888;
}
.tech-data-detail-table .trademark {
  margin: 10px;
}
