/*
    Document   : front2
    Created on : Apr 9, 2013, 5:35:46 PM
    Author     : fsfreak
    Description:
    Purpose of the stylesheet follows.
	Colors:
		Biotage Dark Blue: #003366
		Biotage Orange: #d77f35(officially #F08100)

		Very Light Grey: #f8f8f8
		Biotage Light Grey: #f0f0f0
		Biotage Medium Grey: #c6c6c6
		Medium-Dark Grey: #969696
		Biotage Dark Grey: #6f6f6f
		Very Dark Grey: #444
*/

@font-face { font-family: Fira; src: url('../fonts/FiraSans-Regular.woff'), url('../fonts/FiraSans-Regular.eot'); }
@font-face { font-family: "Fira Bold"; src: url('../fonts/FiraSans-Medium.woff'), url('../fonts/FiraSans-Medium.eot'); }

.root {
    display: block;
}

/**
 * Standard color definitions
 */
.orange {
    color: #d77f35;
}

.blue {
	color:#003366;
}

.light-blue {
	color:#89b1df;
}

.gray {
	color:#444;
}


a.orange-button {
    display:inline;
    background-color:#d77f35;
    text-align:center;
    color:#fff;
    font-size:14px;
    padding:4px 8px 4px 8px;
    margin-top:24px;
}

a.blue-button {
    display:inline;
    background-color:#003366;
    text-align:center;
    color:#fff;
    font-size:14px;
    padding:4px 8px 4px 8px;
    margin:24px 2px 0 2px;
}

a.orange.active {
	font-family:"Fira Bold";
	color:#fff;
	background-color:#d77f35;
}

.pagination {
	text-align: right;
}

.pagination a {
	border: 1px solid #f0f0f0;
	border-radius: 1px;
	color: #444;
	margin: 0 0 0 2px;
	padding: 2px 6px 2px 6px;
	line-height:27px;
}

.pagination a.active,
.pagination a:hover {
	color:#ffffff;
	background:#d77f35;
	border: 1px solid #d77f35;
	text-decoration:none;
}

.pagination .disabled {
	display: none;
}

body {
    font-family: Fira, "ff-meta-web-pro" , tahoma, verdana, "sans-serif";
    color:#444;
    font-size:13px;
    line-height:1.6;
}

a {
    text-decoration:none;
	color:#d77f35;
	cursor:pointer;
}

a:hover {
    text-decoration:underline;
}

.container-wrapper {
    width:100%;
    background-color:#fafafa;
    padding-top:8px;
    padding-bottom:5px;
}

ul.checkout-order {
    font-size:14px;
}

ul.checkout-order li:first-child {
    background:none;
}

ul.checkout-order li {
    display:inline-block;
    /*background:url('../img/bullet-transparent.png') no-repeat;
    background-position:0px 6px;
    padding-left:12px;*/
    color:#444;
    margin-right:8px;
}

ul.checkout-order li:before {
    color: #d77f35;
	content: '» ';
	font-weight: bold;
}

ul.checkout-order li a {
    color:#003366;
}

ul.checkout-order li.active {
    color:#d77f35;
}

.breadcrumbs {
    width:960px;
    margin:0 auto;
    padding-bottom:8px;
    color:#003366;
    font-size:14px;
}

.breadcrumbs ul li:first-child {
    background:none;
}

.breadcrumbs ul li {
    display:inline-block;
    /*background:url('../img/bullet-orange.png') no-repeat;*/
    background-position:2px 8px;
    padding-left:12px;
    color:#444;
}

.breadcrumbs ul li:before {
    color: #d77f35;
	content: '» ';
	font-weight: bold;
}

.breadcrumbs ul li a {
    color:#003366;
}

.feed-wysiwyg p {
    line-height:1.7;
    font-size:13px;
    margin-bottom:16px;
}

.feed-wysiwyg ul {
    margin-left:16px;
    margin-bottom:16px;
    font-size:13px;
}

.feed-wysiwyg ol {
     list-style-type:decimal;
}

.feed-wysiwyg ol li {
     margin-left:17px;
}

.feed-wysiwyg a img:hover {
	opacity:0.5;
}

.wysiwyg ul {
    /*list-style-image: url('../img/bullet-orange.png');*/
    margin-left:20px;
    margin-bottom:16px;
    font-size:13px;
}

.wysiwyg ul li:before, .feed-wysiwyg li:before {
	color: #d77f35;
	content: '» ';
	font-weight: bold;
	margin:0 0 0 -12px;
	float:left;
}

.column-wrapper {
	-webkit-columns: 4 200px;
	-moz-columns: 4 200px;
	columns: 4 200px;
	line-height: 18px;
}

.product-sitemap a {
    color:#d77f35;
}

.product-sitemap a.area {
	border: none;
	color:#003366;
    font-family:"Fira Bold";
	padding-bottom: 0;
	padding-top: 0;
}

.product-sitemap ul li.area {
    margin-bottom:0;
}

.product-sitemap ul li {
    margin-left:0;
    margin-bottom:1px;
    font-size:13px;
}

.product-sitemap ul li li li {
	margin-left: 8px;
}

.column-wrapper > ul > li  {
	margin-bottom: 12px;
}

/*.product-sitemap ul li ul {
    list-style-image: url('../img/bullet-transparent.png');
    margin-left:16px;
    margin-bottom:16px;
    font-size:13px;
}*/

.wysiwyg ol {
    list-style-type:decimal;
	margin-left:18px;
    margin-bottom:16px;
    font-size:13px;
}

.wysiwyg table {
    /*width:auto;*/
    margin-right:20px;
}


.wysiwyg table tr td {
    padding-top:1px;
    padding-bottom:1px;
	vertical-align: middle;
}

.wysiwyg table tr td p {
    margin-bottom:0px;
	font-size:11px;
}

.wysiwyg img {
    padding-right:10px;
    padding-left:10px;
}

.wysiwyg img.align-left {
	padding-left: 0;
}

.wysiwyg img.align-right {
	padding-right: 0;
}

.wysiwyg small {
    font-family:verdana,"sans-serif";
    color:#777;
    font-size:10px;
}

strong {
    font-family:"Fira Bold";
}

b {
    font-family:"Fira Bold";
}

.wysiwyg.faq {
    font-size:13px !important;
    color:#888 !important;
}

.wysiwyg p {
    /*display:block;
    padding:0;
    margin-bottom:24px;*/

    line-height:1.7;
    font-size:13px;
    margin-bottom:16px;
}

.wysiwyg a {
    color:#d77f35;
}

.container {
    margin:0 auto;
    width:960px;
    overflow:hidden;
}

.sidebar h3 {
	margin-bottom: 5px;
}

.sidebar select {
	width: 100%;
}

.row {
    overflow:hidden;
}

.result-wrapper .row {
  margin: 3px 0;
}

.row .column {
    overflow:hidden;
    float:left;
    margin-right:10px;
    margin-left:10px;
}

.row .column .row .column.first {
    margin-left:0px;
}

.row .column .row .column.last {
    margin-right:0px;
}

.row .column.column-1
{
    width:40px;
}

.row .column.column-2
{
    width:100px;
}

.row .column.column-3
{
    width:160px;
}

.row .column.column-4
{
    width:220px;
}

.row .column.column-5 {
    width:280px;
}

.row .column.column-6 {
    width:340px;
}

.row .column.column-7 {
    width:400px;
}

.row .column.column-8 {
    width:460px;
}

.row .column.column-9 {
    width:520px;
}

.row .column.column-10 {
    width:580px;
}

.row .column.column-11 {
    width:640px;
}

.row .column.column-12 {
    width:700px;
}

.row .column.column-13 {
    width:760px;
}

.row .column.column-14 {
    width:820px;
}

.row .column.column-15 {
    width:880px;
}

.row .column.column-16 {
    width:940px;
}

.section {
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 20px;
    border: 1px solid #f0f0f0;
	padding: 20px;
}

.fancybox-inner .section {
	margin-bottom: 0;
	max-width: 500px;
}

.tab-pane {
	border: none;
	padding-top: 0;
}

.default-padding {
	overflow: hidden;
    padding: 20px 0;
}

a.area {
    display:block;
    overflow:hidden;
    border-bottom:1px solid #f0f0f0;
    padding-top:5px;
    padding-bottom:5px;
    background-color:#fff;
    cursor:pointer;
    color:#444;
    font-size:16px;
    padding-left:20px;
}

.product-sidebar.search-all a.area {
	border-bottom: none;
	border-top: 1px solid #f0f0f0;
	padding-left: 0;
	padding-top: 10px;
}

.product-sidebar.search-all a.area:first-child {
	border-top: none;
}

.product-sidebar.search-all a.area > img,
.product-sidebar.search-all a.area > span {
	float: left;
}

.product-sidebar.search-all a.area > span {
	margin-left: 5px;
	width: 210px;
}

a.area:hover,
a.area.active {
    background-color:#f0f0f0;
	text-decoration:none;
}

a.area span {
}

.search-all a.area span {
	padding-left: 0;
}

.open-area {
    overflow:hidden;
    background-color:#444;
}

.open-area ul li {
    padding:2px 0 2px 20px;
	border-bottom: 1px solid #6f6f6f;
}

.open-area ul li:hover, .open-area ul li:active, .hierarchy-submenu ul li:hover, .hierarchy-submenu ul li:active {
    background-color:#c6c6c6;
}

.open-area ul a {
    color:#fff;
    font-size:12px;
	display:block;
}

.open-area ul a:hover {
    /*color:#89b1df;*/
}

.open-area ul a.active {
    /*color:#89b1df;*/
	text-decoration:underline;
}

.open-area ul li.hierarchy-submenu {
	padding:0;
	background-color:#6f6f6f;
}

.open-area ul li.hierarchy-submenu ul li {
	padding:0 0 0 40px;
	border-bottom: 1px solid #969696;
}

.hierarchy-submenu ul li:hover, .hierarchy-submenu ul li:hover a {
	background:#c6c6c6;
	color:#444;
	font-family:"Fira Bold";
}

h1 {
    color:#d77f35;
    font-size:30px;
    padding-bottom:12px;
	line-height:34px;
}

.search-header {
/*	margin-bottom: 10px;
	overflow: hidden;
*/}

h1.search-header span {
    color:#003366;
    font-size:24px;
}

a.look-like-h1 {
    display:block;
    padding-top:20px;
    color:#d77f35;
    font-size:24px;
    padding-bottom:12px;
}

a.look-like-h2 {
    display:inline-block;
    padding-top:20px;
    color:#003366;
    font-size:18px;
}


h2, .flash-success {
    color:#003366;
    font-size:18px;
	line-height:22px;
    margin:0 0 12px 0;

}

a.category-link {
    display:block;
    color:#003366;
    font-size:18px;
    padding-bottom:12px;
}



h2.striked {
    padding-bottom:10px;
    border-bottom:1px solid #818080;
    margin-bottom:10px;
}

h2.striked a {
	color:#003366;
}

h2.striked a:hover {
	color:#D77f35;
}

h3 {
    color:#d77f35;
    font-size:14px;
    line-height:21px;
    font-family:"Fira Bold";
    /*padding-bottom:8px;*/
}

h4 {
    color:#003366;
    font-size:14px;
    font-family:"Fira Bold";
	vertical-align:top;
}

h5 {
    color:#6f6f6f;
    font-size:13px;
	font-family:"Fira Bold";
}

.section img {
    max-width:638px;
}

.section .product-summary > img {
    margin-bottom: 5px;
	max-height: 200px;
}

.sidebar .section img {
	max-width: 100%;
}

.section p img {
    max-width:558px;
}

.column.column-16 .section img {
    max-width:900px;
}

.column.column-16 .section .default-padding,
.column.column-16 .section.default-padding img {
    max-width:860px;
}

b {
    font-family:"Fira Bold";
}

.margin-bottom {
    margin-bottom:40px;
}

.one-pixel-margin-bottom {
    margin-bottom:4px;
}

.simple-border {
    /*border-bottom:1px solid #f0f0f0;*/
    border:0;
}

.margin-half-bottom {
    margin-bottom:20px;
	overflow: hidden;
}

.no-margin-bottom {
    margin-bottom:0px !important;
}

.no-padding-bottom {
    padding-bottom:0px !important;
}

.no-border {
    border:0;
}

.padding-bottom {
    padding-bottom:80px;
}

.padding-right {
    padding-right:20px;
}

.padding-left {
    padding-left:20px;
}

.hidden {
    display:none !important;
}

.left {
    float:left;
}

.right {
    float:right;
}

img.center {
    display: block;
    margin: 0 auto;
}

.inline-group {
    display: inline-block;
}

.clearfix {
    clear:both;
}

.half {
    width:50%;
}

.third {
    width:33%;
}

.two-thirds {
    width:66%;
}

.content {
    overflow:hidden;
}



/* TOP-BAR */
.header-wrapper {
    width:100%;
    border-bottom:2px solid #e1e1e1;
}

.header {
    padding-top:4px;
    width:940px;
    margin:0 auto;
    overflow:hidden;
}

.top-bar-wrapper {
	background-color:#6f6f6f;
}

.top-bar {
    overflow:hidden;
	width:940px;
	margin:auto;
	color:#ffffff;
	font-size:12px;
}


.top-bar a {
    text-decoration:none;
    color:#ffffff;
}

.top-bar a:hover {
    text-decoration:underline;
    }

.top-bar .region {
    margin-right:40px;
    padding-left:24px;
    background:url('../img/region-icon.png') no-repeat;
    background-position-y: 2px;
}

.top-bar .shopping-cart {
    margin-right:15px;
    padding-left:24px;
    background:url('../img/carticon-top-bar.png') no-repeat 0%, -1%;
    background-position-y: 2px;
}

.top-bar .login {
    background:url('../img/usericon-top-bar.png') no-repeat;
    padding-left:24px;
	margin-right:15px;
    background-position-y: 2px;
}

.top-bar .print {
	padding-left:24px;
}

.top-bar .translate {
	padding:0 0 0 24px;
    background:url('../img/translate.png') no-repeat 0%, -1%;
}
.header .logo {
    background:url('../img/biotage-logo.png') no-repeat;
    width:166px;
    height:93px;
    position:relative;
}
.header .translate-search {
    overflow:hidden;
    margin: 40px 0 0 0;
}
.header .translate {
    display:block;
    /*border-top:1px solid #e1e1e1;*/
    margin-right:32px;
    /*background:url('../img/google-translate-icon.png') no-repeat;
    background-color:#ececec;
    background-position:10px;*/
    /*padding-left:33px;
    padding-right:10px;
    padding-bottom:7px;*/
    padding-top:6px;
}

#google_translate_element {
	margin-top: 20px;
}

.search-box {
	background-color: #ececec;
	float: right;
	position: relative;
    width: 100%;
}

.site-search .search-box {
	width: 100%;
}

.long-box {
	width: 447px;
}

.inline {
  margin-right: 10px;
}

.search-box input {
	height: 44px;
	margin: 0;
	padding: 0;
}

.search-box input[type=text] {
	background-color: transparent;
    border:0;
    color:#444;
	padding-left:10px;
	width: 420px;
}

.search-box input[type=submit] {
	background-color: #d77f35;
	background-image:url('../img/search.png');
	background-position: 90% 50%;
	background-repeat: no-repeat;
	margin: 0;
	padding-right: 30px;
	position: absolute;
	right: 0;
	top: 0;
}

.header .search-dropdown {
    border-top:1px solid #e1e1e1;
    background-color:#ececec;
    padding-top:6px;
    padding-bottom:5px;
    padding-left:12px;
    padding-right:12px;
}
.header .search-dropdown select {
    width:120px;}

nav {
}

.header .top-menu {
    padding:10px 0 10px 0;
    text-transform:uppercase;
}
.header .top-menu a {
    text-decoration:none;
    /*color:#818080;*/
    /*color:#003366;*/
    color:#003578;
    margin-right:21px;
    font-family:"Fira Bold";
}
.header .top-menu a.last {
    margin-right:0px;
}
.header .top-menu a:hover {
    text-decoration:underline;

}

.header .sub-menu {
	float:right;
    padding-bottom:4px;
    font-size:13px;
}
.sub-menu a {
	font-family:"Fira Bold";
    text-decoration:none;
    /*color:#818080;*/
    margin:0 0 0 10px;
}
.header .sub-menu a.last {
    margin-right:0px;
}
.sub-menu a:hover {
    text-decoration:underline;
}


/* Product Page */
.product-page {
    font-size:16px;
}

.product-page.cart,
.product-page.add-to-cart {
  color: #ffffff;
  margin-bottom: 10px;
  padding: 20px;
  background-color: #d77f35;
}

.product-page.cart {
  padding-left: 40px;
  background-image: url('../img/carticon-top-bar.png');
  background-repeat: no-repeat;
  background-position: 10px 45%;
}

.product-page.contact-me {
  color: #ffffff;
  margin-bottom: 10px;
  padding: 20px 20px 20px 20px;
  background-color: #003366;
}

.product-page.cart a,
.product-page.add-to-cart a {
	color:#FFFFFF;
}

.product-page .thumbnails {
    overflow:hidden;
    margin:5px 0 40px 0;
}

.product-page a.thumbnail-container {
    display:block;
    width:66px;
    height:66px;
    text-align:center;
    float:left;
    margin-left:8px;
    cursor:pointer;
	border:1px solid #f0f0f0;
	margin: 2px;
	overflow: hidden;
}

.product-page a.thumbnail-container:hover {
	border:1px solid #d77f35;
}

.product-page a.thumbnail-container img {
	vertical-align:middle;
    /*opacity:0.5;*/
}

/*.product-page a.thumbnail-container img:hover {
    opacity:1;
}*/

.product-page-menu {
	border-bottom: 1px solid #d77f35;
	padding-left: 15px;
}

/*.product-page-menu a {
    font-size:12px;
    display:inline-block;
    padding:8px;
    margin-right:6px;
    margin-bottom:6px;
    background-color:#d77f35;
    color:#fff;
}

.product-page-menu a:hover {
	background-color:#e5be9b;
}

.product-page-menu a.active {
    font-family:"Fira Bold";
    background-color:#d77f35;
    text-decoration:underline;
}*/

.product-page-menu a {
	position: relative;
	top: 3px;
	display: inline-block;
	margin-left: 2px;
	border: 1px solid #d77f35;
	padding: 2px 4px 2px 4px;
	font-size: 11px;
	font-family: "Fira Bold";
	color: #6f6f6f;
	background: #fff;
}

.product-page-menu a:hover {
}

.product-page-menu a.active, .product-page-menu a.active:hover {
    border-bottom-color: #fff;
}

.product-page-submenu {

}

.product-page-submenu a {
    font-size:12px;
    color:#444;
    display:inline-block;
    padding-right:12px;
}

.product-page-submenu a.active {
    color:#d77f35;
    font-family:"Fira Bold";
}

.preamble,
.preamble p {
    font-size:17px;
    margin-bottom:24px;
}

.product-page .product-overview {
    line-height:1.7;
    font-size:13px;
}

.thumbnail,
img.thumbnail {
  max-width: 50px;
  max-height: 50px;
	display:block;
	margin: auto;
	
}
.thumbnail.product-placehoder {
  background-image: url('../img/part-number-placeholder.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}

.literature-group-heading {
	background:#fafafa;
	padding:5px 10px;
	margin:10px 0;
}

.literature-group-heading:hover {
	background:#f0f0f0;
}

.literature-group-heading a:hover {
	text-decoration:none;
}

.product-page .distributor-country {
    background-color:#89b1df;
    color:#fff;
    font-size:14px;
    padding-left:40px;
    padding-right:40px;
    padding-top:10px;
    padding-bottom:10px;
    border-bottom: 1px solid #003366;
}

.product-page .distributor-country a {
    color:#003366;
}

.arrow-right, .arrow-down  {
	font-size: 10px;
	position: relative;
	bottom: 2px;
	text-decoration:none;
}

table {
    width:100%;
    font-size:10px;
    font-family:verdana,arial,sans-serif;
}

table tr td {
    /*padding-top:7px;
    padding-bottom:7px;*/
    padding-right:7px;
    padding-top:4px;
	vertical-align:top;
}

table thead tr td {
    color:#003366;
    border-bottom: 2px solid #003366;
    vertical-align: bottom;
	font-size:9px;
	font-weight:bold;
}

table tr td.description {
    width:55%;
}

/*table tbody tr:hover {
    background-color:#f0f0f0;
}
*/

table tbody tr td {
    color:#444;
}

.flash-message {
    display:none;
    padding-top:12px;
    padding-bottom:12px;
    padding-left:20px;
    padding-right:20px;
    position:absolute;
    z-index:100000;
    background-color:#89b1df;
    font-size:16px;
    color:#fff;
    text-align:center;
    overflow:hidden;
}

.flash-message-top-banner {
    width:100%;
    overflow:hidden;

    display:none;

    background-color:#89b1df;
    font-size:16px;
    color:#fff;
    text-align:center;

    z-index:10000;
    position:fixed;
    top:0;
    left:0;

    padding-top:8px;
    padding-bottom:8px;

    border-bottom: 1px solid #003366;
}

.item-added {
	color:#003366;
	font-family:"Fira Bold";
}

table.key-value-table {
    font-size:12px;
}

table.key-value-table tr td {
    padding:0px;
}

table.key-value-table tr td.key {
    font-weight:bold;
    width:200px;
}

table.key-value-table tr td.value {

}

.literature:hover {
    text-decoration:none;
}

.literature {
    display:block;
    font-size:12px;
    margin-bottom:20px;
    margin-top:8px;
	padding-left:7px;
    overflow:hidden;
}

.literature p {
    padding-bottom:12px;
}
.literature.frontpage p {
    color:#444;
}

.literature .literature-icon {
    margin-right:20px;
}

.literature .literature-content {
    width:480px;
}

.literature span {
    font-size:10px;
    color:#666;
    display:inline-block;
    margin-right:8px;
}

.literature a {
    font-size:10px;
    color:#d77f35;
}

.literature a.related-document {
	color:#003366;
}

.cart-update input.item-count {
    width:40px;
}

.divider {
    height:2px;
    border-top:1px solid #c6c6c6;
    margin-bottom:20px;
}

.video-item {
    margin-bottom:40px;
}

.feed .news-item:hover {
    text-decoration:none;
}

.feed .news-item {
    margin-bottom: 15px;
}

.news-item {
    display:block;
    text-decoration:none;
    overflow:hidden;
    margin-bottom:15px;
    color:#6f6f6f;
}

.news-item:hover h4 {
    text-decoration:underline;
}

.news-item p {
    font-size:12px;
    padding-bottom:12px;
}

.feed .news-item:hover p {
    text-decoration:underline;
}

.news-item p.frontpage {
    font-size:16px;
}

.news-item span {
    color:#666;
    font-size:10px;
}

.news-item a {
    color:#666;
    font-size:10px;
}

.news-item a:hover h2 {
    text-decoration:underline;
}

a.news-item.frontpage {
    display:block;
    padding-bottom:15px;
	border-bottom:1px solid #c6c6c6;
    cursor:pointer;
	line-height:20px;
}
a.news-item.frontpage p{
    font-size:18px;
    color:#003366;
}
a.news-item.frontpage small{
    font-size:12px;
    color:#6f6f6f;
}
a.news-item.frontpage span{
    color:#003366;
    font-size:10px;
}
a.news-item.frontpage:hover {

    text-decoration:none;
}

a.news-item:hover h2{
    text-decoration:underline;
}

.faq-item {
    font-size:12px;
    margin-bottom:30px;
}

.faq-item p {
    padding-bottom:6px;
}

.faq-item span {
    color:#666;
    font-size:10px;
}

.faq-item a {
    display:block;
    color:#666;
    font-size:10px;
}

span.date {
    color:#003366;
    font-size:10px;
}

.related-product {
    color: #444;
	overflow: hidden;
	display: block;
	cursor: pointer;
	font-size: 12px;
	border-right: 10px solid #ffffff;
	margin-bottom: 20px;
	padding: 0 0 0 5px;
}

.related-product:hover {
    border-right:10px solid #f0f0f0;
}

.related-product p {
    margin-bottom:20px;
}

.related-product .left {
    width:340px;
}

.related-product .right img {
    width:200px;
}




.related-product-sidebar
{
    color:#444;
    overflow:hidden;
    display:block;
    cursor:pointer;
    font-size:12px;
    border-bottom:1px solid #ddd;
    margin-bottom:20px;
    padding-bottom:20px;
}

.related-product-sidebar:hover {

}

.related-product-sidebar h2 {
    margin-bottom:0px;
    padding-bottom:0px;
}

.related-product-sidebar p {
    margin-bottom:10px;
}

.related-product-sidebar .left {
    /*width:350px;*/
}

.related-product-sidebar .right img {

}


.feed h1{
    color:#003366;
    font-size:12px;
    padding-bottom:0px;

}

.feed p{
    color:#444;
    font-size:12px;
    line-height:1.3;
}

.feed a.literature {
    display:block;
    overflow:hidden;
    margin-bottom:20px;
    word-wrap: break-word;
}



.feed a.literature:hover {

}

/* CISION STUFF */

#graphContainer {

}

#GraphWrapper {
    text-align:center;
}

#GraphWrapper img {
    position:relative;
    left:-10px;
}

#GraphWrapper span {
    margin:0 auto;
}

#formWrapper {
    width:300px;
    margin:0 auto;
    margin-top:18px;
}

#formWrapper .period-element input {
    width:150px;
}

#formWrapper .period-element label {
    width:80px;
    display:inline-block;
}

#formWrapper h3 {
    margin-top:10px;
    font-size:12px;
}

#formWrapper .left {
    float:none;
}

#formWrapper a {
    font-size:12px;
    color:#d77f35;
    position:relative;
}

#formWrapper a:hover {
    text-decoration: underline;
}

.what-are-you-looking-for-wrapper {
}

a.what-are-you-looking-for-h1 {
    display:block;
    padding: 8px 0;
    color:#d77f35;
    font-size:24px;
    padding-bottom:8px;
}

#what-are-you-looking-for {
	z-index:10000;
	background: #fafafa;
	position: absolute;
	border: 2px solid #f0f0f0;
	padding: 20px 20px 10px;
}

.right .sub-menu {
	padding:16px;
}

ul.what-are-you-looking-for {
 padding-bottom:8px;
}

ul.what-are-you-looking-for li {
    /*background:url('../img/bullet.png') no-repeat left top;
    background-position-y: 6px;
    padding-left:15px;*/
    padding-bottom:4px;
}

ul.what-are-you-looking-for li:before {
	color: #d77f35;
	content: '» ';
	font-weight: bold;
}

ul.what-are-you-looking-for a {
    text-decoration:none;
    color:#6f6f6f;
}
ul.what-are-you-looking-for a:hover {
    text-decoration:none;
    color:#d77f35;
    font-family:"Fira Bold";
}

.contact strong {
    font-family:"Fira Bold";
}

.contact {
    overflow:hidden;
    font-size:14px;
    margin-bottom:20px;
}

.site-search h2 {
	margin: 0;
}

.site-search select.dynamic-select {
	border: solid 1px #ccc;
	border-radius: 2px;
	padding: 1px;
}

.site-search li.search-result {
    float:right;
    padding-right:40px;
}

.site-search li {
	border-top: solid 1px #ccc;
	padding: 7px 0;
	clear:both;
}

.site-search li > a {
	color: #000;
	display: inline-block;
	max-width: 500px;
}

.faq-textarea {
    font-size:16px;
    color:#6f6f6f;
    background-color:#f0f0f0;
    width:513px;
    padding:20px;
    height:150px;
}

.faq-submit {
    color:#fff;
	background-color:#d77f35;
	padding:10px;
}

.faq-search-box {
    padding-top:5px;
    width:557px;
    padding-bottom:5px;
    border-top:1px solid #e1e1e1;
    border-right:1px solid #e1e1e1;
    background:url('../img/search-icon.png') no-repeat;
    background-color:#ececec;
    background-position:529px 5px;
}
.faq-search-box input {
    padding-left:10px;
    width:510px;
    background-color:#ececec;
    font-size:14px;
    border:0;
    color:#818080;
}

.faq-date {
    color:#003366;
    font-size:12px;
}

.form-row {
	border-bottom: 1px solid #c6c6c6;
	clear: both;
	min-height: 30px;
	padding: 0 0 10px;
/*	margin: 0 0 20px;*/
}

.fancybox-dlg .form-row {
	border-bottom: none;
	padding-bottom: 5px;
}

.form-row.collapsed {
	padding: 0;
}

.cartridge-wrapper {
  margin-bottom: 40px;
  overflow: hidden;
}

.cartridge-wrapper .field {
  margin-bottom: 5px;
  overflow: hidden;
}

.cartridge-wrapper .title {
  float: left;
  margin-right: 5px;
  padding-top: 1px;
  width: 190px;
}

.cartridge-wrapper .value {
  float: left;
}

.cartridge-wrapper .freeform-row {
  display: none;
}

.cartridge-wrapper.freeform-selection .freeform-row {
  display: block;
}

.result-wrapper {
  margin-top: 40px;
}

.result-wrapper > .loader-wrapper {
  text-align: center;
}

.result-wrapper .result-value {
  font-size: 14px;
  font-weight: bold;
}

.result-value > .highlighted {
  border: solid 1px #d77f35;
  padding: 5px 10px;
}

.product-summary {
  width: 200px;
}

input {
    outline: none;
}

input[type=submit],
input[type=reset] {
    border-style:none;
    display:block;
    float:right;
    margin:0 4px 0 4px;
    padding:3px 8px 3px 8px;
    background-color:#d77f35;
    color:#fff;
    font-size: 12px;
    cursor:pointer;
}

input[type=reset] {
    background-color: #6f6f6f;
    margin-right: 15px;
}

input[type=submit]:hover,
input[type=reset]:hover {
    text-decoration: underline;
}

.options {
    margin-top: 20px;
}

.inline-group > label,
.options > label {
    display: block;
    margin: 5px 0;
}

.inline-group > select {
  min-width: 100px;
}

.toggleButtons {
	overflow: hidden;
}
.toggleButtons label,
a.filter-link {
    display:block;
    float:left;
	margin:0 3px 3px 0;
    padding:1px 4px 1px 4px;
    background-color:#6f6f6f;
    color:#fff;
    font-size:11px;
    cursor:pointer;
	transition: all 0.3s ease-in-out;
}

.toggleButtons label:hover,
a.filter-link:hover {
	opacity:0.8;
}

.toggleButtons input {
    display:none;
}

.toggleButtons label.active,
a.filter-link.active {
    background-color:#d77f35;
	color:#fff;
}

.toggleButtons label.active:after,
a.filter-link.active:after {
	content:" \2297";
	font-size:15px;
	line-height:1;
}

label.active.inactive,
label.inactive.active {
	background-color:#ffbb66 !important;
	color:#fff !important;
}

.toggleButtons label.inactive {
    background-color:#f0f0f0;
	color:#c6c6c6;
}

option.inactive {
	color:#c6c6c6;
}

a.one-letter-code,
a.three-letter-code {
  display: none;
}

.letter-code-buttons {
    margin-left: 30%;
}

.letter-code-buttons > a:hover {
    text-decoration: none;
}

.letter-code-buttons > a > img {
    display: none;
}

.letter-code-buttons > a > img.active {
    display: block;
}

.one-letter-code > a.one-letter-code,
.three-letter-code > a.three-letter-code {
  display: inline-block;
}


.filter-heading {
	line-height:14px;
}

.fancybox-dlg .filter-heading {
	margin-bottom: 3px;
}

.filter-buttons {
  margin: 20px 0 10px;
  overflow: hidden;
}

.filter-button {
  background-color: #6f6f6f;
  color: #fff;
  padding: 10px;
  margin-right: 15px;
  display: inline-block;
}

.filter-button.active {
  background-color: #d77f35;
}

.filter-links {
	width: 29%;
}

.filter-links > a {
  border: solid 1px #c6c6c6;
  color: #6f6f6f;
  font-weight: bold;
  margin: 0 7px 12px 0;
  padding: 5px;
	width: 2em;
	text-align: center;
}

.filter-links > a:hover {
	text-decoration: none;
	background-color: #f0f0f0;
}

.list-button {
    opacity:0.5;
}

.list-button:hover {
    opacity:0.75;
}

.list-button.active {
    opacity:1;
}

.list-button.active:hover {
    opacity:1;
}

.search-results-right-column {
	float:right;
	width: 94%;
}

.search-result-entity {
	border-bottom: 1px solid #ccc;
	color: #444;
    font-size: 12px;
    overflow: hidden;
    padding-bottom: 2px;
	padding-left: 10px;
	padding-top: 5px;
}

.search-result-entity h3 {
	font-family: inherit;
	margin-top: 0;
}

.search-result-entity:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.search-result-content {
	float:left;
	width:98%;
}

.search-result-entity a.document-name {
    display:inline-block;
    font-size:16px;
    color:#003366;
}

.search-result-content {
	float:left;
	width:98%;
}

.search-result-entity .expanded-info {
    margin-top:10px;
    margin-bottom:10px;
    overflow:hidden;
}

.search-result-entity .expanded-info img {
    width:80px;
    margin-right:20px;
    border:1px solid #888;
}

.search-result-entity .expanded-info p {
    font-size:12px;
}

.search-result-entity .expanded-info p.keywords {
	padding-top: 5px;
	text-align: right;
}

.search-result-entity .basic-info {
	font-family:"Fira Bold";
}

.search-result-entity .basic-info span {
    display:inline-block;
    width:140px;
    font-size:12px;
}

a.related-keywords {
	display:inline-block;
	margin:0 1px 3px 0;
	border: 1px solid #c6c6c6;
	color: #6f6f6f;
	padding: 0 5px 0 5px;
	border-radius: 4px;
}

.toggleButtons label.distributor,
a.related-keywords.distributor {
	border-left: solid 5px #7ffae2;
}

.toggleButtons label.employee,
a.related-keywords.employee {
	border-left: solid 5px #d77f35;
}

.toggleButtons label.manager,
a.related-keywords.manager {
	border-left: solid 5px #003366;
}

.toggleButtons label.webmaster,
a.related-keywords.webmaster {
	border-left: solid 5px #b024b4;
}

.toggleButtons label.admin,
a.related-keywords.admin {
	border-left: solid 5px #cc0000;
}

a.open-expanded-info, .open-expanded-info {
	text-decoration:none;
	font-size:14px;
	color:#6f6f6f;
}

a.open-expanded-info, .open-expanded-info {
	text-decoration:none;
	font-size:16px;
	color:#6f6f6f;
}

.rotation-item {
	max-height:250px;
	z-index: 0;
}

.frontpage-highlight {
    display:block;
	width:100%;
	padding:10px 40px 10px 40px;
    font-size:14px;
    color:#444;
    background-color:rgba(255,255,255,0.80);
    cursor:pointer;
    position:absolute;
    z-index:10000;
    bottom:0;
    max-height:82px;
}

.frontpage-highlight:hover {
    /*background-color:rgba(255,255,255,1);*/
    text-decoration:none;
}

.frontpage-highlight h1 {
    color:#003366;
    font-size:26px;
    padding-bottom:0px;
}

.you-should-login {
    margin-bottom:20px;
    color:#d77f35;
}

.footer h1 {
    color:#f0f0f0;
    font-size:24px;
    margin-top:20px;
}

.footer p {
    color:#f0f0f0;
    font-size:14px;
    margin-bottom:20px;
}

.footer small a {
    color:#fff;
}

.footer small {
    color:#f0f0f0;
    font-family:"verdana";
    font-size:9px;
    display:block;
    line-height:1.4;
    margin-top:50px;
}

.footer .social-icons {
}

.footer .social-icons li {
    margin-bottom:5px;
}

.footer .social-icons li a {
    color:#fff;
}

.footer .social-icons li a img {
    display: inline-block;
    width:40px;
    position:relative;
    top:-10px;
    margin-right:20px;
}

.footer .social-icons li a:hover {
    color:#fff;
    text-decoration:underline;
}

.footer .company-logos {
    padding-top:3em;
    text-align:center;
}

.footer .company-logos img {
    display:inline-block;
    margin-bottom:35px;
	width: 170px;
}

p.note {
    width:400px;
    float:right;
}

p.longnote {
	float:right;
}

.cart-actions {
    overflow:hidden;
    margin-top:10px;
    border-top:1px solid #f0f0f0;
    padding-top:24px;
}

.cart-actions a {
    background-color:#003366;
    float:right;
    padding:4px 14px 4px 14px;
    text-align:center;
    color:#fff;
    margin-right:20px;
}

.cart-actions a.orange {
    background-color: #d77f35;
}

.shipping-info input {
    width:250px;
    height:20px;
    padding-left:4px;
    margin-bottom:16px;
}

.disable-all .shipping-info input,
.disable-all .shipping-info textarea {
	border: none;
}

.shipping-info input[type="checkbox"] {
    width:auto;
    position:relative;
    top:3px;
	margin-left: 0;
}

.shipping-info select {
    width:260px;
    margin-bottom:16px;
}

.disable-all .shipping-info select {
	border: none;
	width: 300px;
	padding-left: 4px;
}

.disable-all .shipping-info .select-wrapper {
	overflow: hidden;
	width:254px;
}


.shipping-info textarea {
    width:250px;
    height:100px;
}

.thankyou p {
    margin-bottom:24px;
}

.terms-n-conditions h4 {
	margin-top: 10px;
}

.subscriptionlist {
    margin-bottom:20px;
}

p.spaced {
	margin-bottom: 20px;
}

.ui-helper-hidden-accessible {
	display: none;
}
ul.ui-autocomplete {
	border: 1px solid #f0f0f0;
	max-width: 483px;
	z-index:1000;
}

ul.ui-autocomplete li {
	background: #f7f7f7;
	border-bottom: 1px solid #fff;
	padding:3px 10px 3px 10px;
	cursor:pointer;
}

ul.ui-autocomplete li:hover {
	background: #fff;
}

body.print .header .top-bar,
body.print .header .translate-search,
body.print .header nav,
body.print .column-5,
body.print footer {
	display: none;
}

.search-tabs {
	vertical-align:top;
}

.search-tabs a {
  position: relative;
  width: 130px;
  height:70px;
  padding: 10px 10px 9px 10px;
  background: #f0f0f0;
  border-top: 10px solid #f0f0f0;
  color: #003366;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  margin: 35px 0px -1px 6px;
  text-decoration: none;
  z-index: 200;
  text-align: center;
}

.search-tabs a.active,
.search-tabs a:hover {
  background: #fff;
  border-top-color: #d77f35;
}

.cart-footer {
	text-align:right;
	padding-top: 10px;
}

a.recalculate {
	color: #000000;
	background-color: #f0f0f0;
	border: 1px solid #c6c6c6;
	padding: 3px;
	font-size: 11px;
	cursor: pointer;
	margin-right: 3px;
}

a.recalculate:hover {
	background:#c6c6c6;
}

form.disable-all p.spaced {
	display: none;
}

.share-icons {
	text-align:right;
	margin-top:50px;
}

div.error {
	margin-bottom: 15px;
	color: #CC0000;
}

li.focused {
	background-color: #ffffff !important;
}

.literature-group-heading.customer,
.search-result-list .news-list-item.customer,
.search-result-entity.customer,
.product-info .literature.customer {
}

.literature-group-heading.distributor,
.search-result-list .news-list-item.distributor,
.search-result-entity.distributor,
.product-info .literature.distributor {
	box-shadow: 5px 0 #68add5 inset;
}

.literature-group-heading.employee,
.search-result-list .news-list-item.employee,
.search-result-entity.employee,
.product-info .literature.employee {
	box-shadow: 5px 0 #d77f35 inset;
}

.literature-group-heading.manager,
.search-result-list .news-list-item.manager,
.search-result-entity.manager,
.product-info .literature.manager {
	box-shadow: 5px 0 #003366 inset;
}

.literature-group-heading.webmaster,
.search-result-list .news-list-item.webmaster,
.search-result-entity.webmaster,
.product-info .literature.webmaster {
	box-shadow: 5px 0 #b024b4 inset;
}

.literature-group-heading.admin,
.search-result-list .news-list-item.admin,
.search-result-entity.admin,
.product-info .literature.admin {
	box-shadow: 5px 0 #cc0000 inset;
}

.top-bar-wrapper.customer {
	background-color: #6f6f6f;
}
.top-bar-wrapper.distributor {
	background-color: #68add5;
}
.top-bar-wrapper.employee {
	background-color: #d77f35;
}
.top-bar-wrapper.manager {
	background-color: #003366;
}
.top-bar-wrapper.webmaster {
	background-color: #b024b4;
}
.top-bar-wrapper.admin {
	background-color: #cc0000;
}

#search-result-wrapper .loader {
	margin-top: 20px;
	text-align: center;
}

.sidebar .loader {
	text-align: center;
}

.sidebar .loader form {
	display: none;
}

.literature .literature-content p a {
	display: inline;
	vertical-align: middle;
}

header .translate a span {
	display: none;
}

.translated-ltr header .translate a span {
	display: inline;
}

.fancybox-dlg p {
	margin-bottom: 15px;
}

.fancybox-title-inside-wrap {
	background-color: #fff;
	padding: 10px 15px;
}

.fancybox-title.fancybox-title-inside-wrap {
	font: inherit;
}

.form-row.buttons {
	border: none;
}

.form-row.buttons a.blue-button {
	font-size: 12px;
	margin: 0;
	padding: 3px 8px;
	line-height:14px;
}

.narrow input,
.narrow select,
.narrow textarea {
	width: 350px;
	padding: 10px;
	border-radius: 4px;
  	border: 1px solid transparent;
  	border-top: none;
  	border-bottom: 1px solid #DDD;
  	box-shadow: inset 0 1px 3px rgba(0,0,0,.39), 0 -1px 1px #FFF, 0 1px 0 #FFF;
	margin: 0 0 10px 0;
}

.fields hr {
	border-bottom: none;
	border-top: 1px solid #666;
	margin: 15px 0;
}

.narrow select {
	width: 100%;
	color: #d77f35;
}

.narrow {
	width: 371px;
}

.narrow h2 {
	margin-bottom: 3px;
}

.narrow .row {
	margin-top: 12px;
}

.narrow input[type="checkbox"] {
	width: auto;
}

.narrow .field {
	margin-bottom: 8px;
}

.narrow a.blue-button,
.narrow .form-row.buttons a.blue-button,
.narrow input[type=submit] {
	border: none;
	border-radius: 4px;
	box-shadow: none;
	display: block;
	float: none;
	margin: 8px 0;
	padding: 12px 0;
	width: 100%;
}

.narrow .form-row.buttons a.blue-button,
.narrow a.blue-button {
	margin-top: 12px;
}

.narrow .form-row.buttons {
	border: none;
}

.narrow .form-row.buttons.signup {
	border-top: 1px solid #666;
	clear: both;
	margin-top: 30px;
	padding-top: 20px;
}

.narrow .field input[type="radio"] {
	width: auto;
	box-shadow: none;
	margin-bottom: 5px;
	margin-right: 10px;
}

.narrow .form-row .field label {
	display: block;
}

.narrow .field textarea {
	height: 100px;
}

.required:after {
  color: #e00;
  content: "*";
  margin-left: 2px;
}

form .field .value ul {
	font-size:12px;
	color:#cc0000;
}

.news-list-item {
	border-bottom: 1px solid #c6c6c6;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.news-list-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.news-list-item a {
	color: inherit;
}

.news-list-item h2 {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 2px;
}

.news-list-item h4 {
	color: #444;
	font-size: 12px;
}

.news-list-item small {
	color: #6f6f6f;
	font-size: 10px;
}

.news-list-item p {
	font-size: 12px;
}

.news-list-item .expanded-info {
	margin-top: 2px;
}

.news-list-item .expanded-info p.keywords {
	padding-top: 5px;
	text-align: right;
}

.toggle-filters {
	background: #d77f35;
	color: #fff;
	margin-bottom: 20px;
	padding: 10px;
}

.toggle-filters:hover {
	opacity:0.8;
}

.toggle-filters a {
	color:#ffffff;
	text-decoration:none;
}

.nowrap {
	white-space: nowrap;
}

.anchor-list a {
	border-right: solid 1px #444;
	margin-right: 1px;
	padding-right: 5px;
}

.anchor-list a:last-child {
	border-right: none;
}

#search-form-filters .form-row h3 {
	color: #003366;
	padding: 10px 0 10px 0;
	cursor: pointer;
	margin: 0;
}

#search-form-filters .form-row h3::after {
	content: "v";
	float: right;
}

#search-form-filters .form-row.collapsed h3::after {
	content: ">";
}

#search-form-filters .form-row.collapsed > div {
	display: none;
}

.advanced-filters .form-row:last-child {
	border: none;
	margin: 0;
	padding: 0;
}

#distributors h3 {
	text-transform: uppercase;
}

#distributors.hide-direct-sale .category-direct-sale,
#distributors.hide-direct-sale .category-direct-sales-office,
#distributors.hide-1-point-support .category-1-point-support,
#distributors.hide-1-point-support .category-1-point-support-office,
#distributors.hide-distributor .category-distributor,
#distributors.hide-distributor .category-distributor-office {
	display: none;
}

.highlighted {
	clear: both;
	font-size: 13px;
    margin: 40px 0 10px 0;
}

.highlighted ul {
	margin-bottom: 10px;
}

.highlighted li {
	background-image: url('../img/pdf.jpg');
	background-size:19px;
	background-position: 0 top, 0 center;
	background-repeat: no-repeat;
	padding: 0 0 10px 25px;
}

.result-info {
	margin-bottom: 10px;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

tr.vertical-align-middle > td {
  vertical-align: middle;
	height: 50px;
	border-bottom: 1px solid #f0f0f0;
	padding:4px;
	
}
