/* 
Theme Name: Harpell
Theme URI: http://www.harpell.ca
Description: A child theme of Justin Tadlock's Hybrid - based on Justin's Skeleton theme ( http://www.themehybrid.com )
Author: KSD Development
Author URI: http://ksddev.com
Version: 0.1.1
Tags: Framework
Template: hybrid
*/

/* @group Import pre-made styles from Hybrid */

/* Get base CSS */
@import url('../hybrid/library/css/18px.css');

/* Get layout CSS */
@import url('../hybrid/library/css/2c-r-fixed.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Get default CSS */
@import url('../hybrid/library/css/screen.css');        

/* Get tabs CSS */
@import url('css/tabs.css');

/* @end */

/* @group Body */

/* Contains everything */
html { overflow-y:scroll; }
body { background: #94bdbe url('images/layout/page-bg.png') repeat-x; font-family: Helvetica, Arial, Sans-Serif; }

h1,h2,h3,h4,h5,h6 { font-family: Georgia, Times, "Times New Roman", serif; font-weight: normal;}

	/* Wrapper for everything inside of the body */
	#body-container { margin: 36px auto; background-color: #fff;padding: 18px; border: solid 1px #45797a;}

 	/* Elements */

	/* Hyperlinks */
a:link { color: #900; text-decoration: underline;}
a:visited {color: #900; text-decoration: underline;}
a:hover {color: #900; text-decoration: underline;}
a:active {color: #300; text-decoration: underline;}

a[href$=".pdf"] { background: #fff url("/wp-content/themes/harpell/images/layout/icon_pdf.gif") 0 3px no-repeat; padding: 3px 0 3px 23px;}

.clear { height: 0; }
.textaligncenter { text-align: center;}

	/* new clearfix */
	.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
	* html .clearfix             { zoom: 1; } /* IE6 */
	*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* @end */  

/* @group Images */

/* Normal images */
img {}
a img {}

/* WP Smilies */
img.wp-smiley {}

/* Thumbnails */
.singular img.thumbnail { height: 200px; width: 200px;}
.category img.thumbnail { height: 100px ; width: 100px;}
#query-posts-8 img.thumbnail { height: 80px ; width: 80px;}
img.attachment-image { height: 100px; width: 100px;}
/* WP Captions [caption] */
.wp-caption {}
	.wp-caption img {}
	.wp-caption p {}

/* Gallery [gallery] */
.gallery {}
	.gallery img {}

/* Avatars */
.avatar {}

object { min-width: 520px; min-height: 300px;}

/* @end */

/* @group Header */

/* Contains entire header */
#header-container { margin-bottom: 18px;}

	/* Contains site title and tagline */
	#header { margin: 0; padding: 0;background: #fff url('images/layout/site-description.png') no-repeat bottom right; height: 54px; }
  #header-left { float: left; width: 500px;}
  #header-right { float: right;}

	/* Sub Nav */
	ul#subnav  { float: right; text-align: right; margin: 0; padding: 0; }
	#subnav li { list-style-type: none; font-weight: normal; text-transform: uppercase; display: block; float: left; }

  #subnav li a { text-decoration: none; font-size: .9em; color: #000;  padding: 9px} 
	#subnav li.page-item-18 a { padding-right: 0; border-right: none; clear: left; ;}     
	#subnav li.current_page_item a, #subnav li a:hover { color: #AD3426;}
		/* Site title */
		#site-title { margin: 0; padding: 0;}
			#site-title a { display: block; height: 54px; width: 216px; background:  url('images/layout/harpell_logo.png') no-repeat; margin:0;padding:0; ;
			}
				#site-title a span { text-indent: -9999px; display: block;}

		/* Site description/tagline */
		#site-description span { text-indent: -9999px; display: block;}
		#site-description { height: 0; display: none;		}

/* @end */

/* @group Page navigation */

	/* Wrapper for navigation */
#navigation { background: #AD3426 url("images/layout/nav-bg.png") repeat-x; height: 30px; margin-bottom: 18px;border: solid 1px #2c0902; clear: both;}

	/* Page nav */
	#page-nav {}
		#page-nav ul {}
			#page-nav li {margin-right: 0;}
				#page-nav li a { background: none; border: none; color: #fff; font-size: 1em; text-decoration: none;}
				#page-nav li.current_page_item a, #page-nav li a:hover { background-color: #900;}
			#page-nav li.current_page_item {}


/* @end */

/* @group Containers below the header and navigation */

/* Wrapper for the content and primary/secondary widget sections */
#container { background-color: #fff; background-image: url("/wp-content/themes/harpell/images/layout/content-bg.png"); background-repeat: repeat-y; background-position: 0 0; }
		body.primary-inactive #container {background-image: none;}

/* @end */

/* @group Content */

	/* Contains site's main content */

		
		
		/* Breadcrumb trail */
		.breadcrumb
		{
		    font: 11px Arial, Helvetica, sans-serif;
		    background-image:url('images/layout/bc_bg.png');
		    background-repeat:repeat-x;
		    height:28px;
		    line-height:28px;
		    color:#737373;
		    border:solid 1px #cacaca;
		    width: 688px;
		    overflow:hidden;
        margin: 0 0 20px 0px;
		    padding: 0px 0 0 10px;

		}
		body.primary-inactive .breadcrumb {
			width: 958px;
		}
    		.breadcrumb a
		{  
			  float:left;
    	  padding: 0 15px 0 0px;
		    height:30px;
		    display:block;
		    background-image:url('images/layout/bc_separator.png');
		    background-repeat:no-repeat;
		    background-position:right;
		    text-decoration: none;
				margin-right: 5px;
		    color:#454545;
		}

		.breadcrumb a.trail-begin
		{
			padding-left: 10px;
			margin-left: -10px;
		}
    
		.breadcrumb a:hover
		{
		    color:#35acc5;
		}		

		/* Archive and search <div> before posts are listed */
		.author-info, .author-profile, .date-info, .category-info, .tag-info, <p>.search</p>
-info, .taxonomy-info {
		margin:0 0 18px;
		overflow:hidden;
		}

		.post { margin-bottom: 18px;}
		/* Posts */
		
		#content { display: block;}
		
		
		.content { margin: 0 0 18px 18px; width: 690px;   }
		body.primary-inactive .content { margin-left: 0; width: 100%; }
		.title-left { float: left; width: 450px; }
		.excerpt p { font-size: 1.3em; color: #7B8684; }
		.thumbnail-image { float: right;}

		#tabs { margin-top: 20px; font-size: .9em;}
   
       .incoming { display: none;}
    


			/* Post, page, and archive titles */
			.entry-title { margin-bottom: 18px;}
			.entry-title a { font-style:normal; text-decoration: none; }
			.entry-title a:hover { color: #300; text-decoration: underline;}			
			.single-title {}
			 .entry-tab-title { margin-top: 5px;}
			.page-title {}

			.error-404-title {}
			.author-title {}
			.category-title {}
			.date-title {}
			.search-title {}
			.tag-title {}

			/* Author and date byline */
			.home .byline { display: none ;}
			/* .logged-in .byline { display: inline;} */
			
			/* Full entries */
			.entry-content {}

			/* Excerpts (introduced in Hybrid 0.4) */
			.entry-summary {}

				/* Using <!--nextpage--> */
				p.pages a {}

				/* More link <!--more--> */
				a.more-link {}

			/* Post meta data */
			.post-meta-data {}

		/* Post series */
		.series {} 
			.series-title {}

		/* Navigation links */
		.navigation-links { display: none;}
			.navigation-links .previous {}
			.navigation-links .next {}

		/* Search */
		  #search-1 { float: right; margin-top: 4px; margin-right: 10px; }
			#search-1 input { font-size: .7em; padding: 1px;}
			#search-1 input.search-text { padding: 2px 2px 3px 2px; -moz-border-radius: 3px; -webkit-border-radius:3px; border: solid 1px #630303; background-color: #eaeaea; font-family: Georgia, Times, serif; font-style: italic; color: #666; }
      #search-1 #search-submit-1 {  padding: 0; margin-right: 0; width: 65px; -moz-border-radius:3px; -webkit-border-radius:3px;}


			/* Search 2 HOME Page */ 
			  .search #search-2 { display: none;}
			  .home #search-2 { background: transparent url("images/layout/home_search_bg.png") no-repeat; height: 36px; width: 690px; margin-bottom: 18px;}  
			
				.home #search-2 form div { padding: 0;}
				.home #search-2 form { margin: 0; float: right;  padding: 0;  }
				.home #search-2 form:after {
				    content: ".";
				    display: block;
				    height: 0;
				    clear: both;
				    visibility: hidden;
				}
				
				.home #search-2 input#search-text-2 {
					margin: 7px 10px 0 10px;
					padding: 1px 2px 0px 12px; 
			    width: 271px;
					border: none;
					display: block;
					float: left;

					font-family: Georgia, Times, serif; 
					font-style:italic;
					height: 25px;
					font-size: 1em; 
					color: #000;
					background-color: transparent; 
		 			}
        
       .home #search-2 input#search-text-2:focus {
	        
}

	      .home #search-2 #search-submit-2 { 
					float: left; 
		width: 77px;
		letter-spacing: 1px;
		font-family: Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		display: block; 		
		background: transparent ;
		padding: 10px 6px 9px 6px ;   
	   margin: 1px 1px 0 0;
		color: #fff;
		border: none}

		/* Search results on 404 page */
		#utility-404 .widget_search { width: 300px; float: left; }
    #utility-404 .widget-categories { width: 300px; float: right;}
    #utility-404 .widget-categories:after {
		    content: ".";
		    display: block;
		    height: 0;
		    clear: both;
		    visibility: hidden;
		}
		/* WP PageNavi (plugin) */
		.wp-pagenavi { }
			.wp-pagenavi .pages {}
			.wp-pagenavi .current {}
			.wp-pagenavi .extend {}
			.wp-pagenavi a {}

		/* Attachment image navigation */
		.navigation-attachment {}
		ul.attachment-image-list { padding: 0; margin: 0; list-style: none;}
		ul.attachment-image-list li { padding: 0; margin: 0; list-style-type: none; float: left; margin-right: 18px}

		/**
		* Comments template
		************************************************/

		/* Wrapper for entire comments area */
		#comments-template { display: none;}
   

		/**
		* Utility widget sections (see other widget code below)
		************************************************/


		/* After content */
		#utility-after-content { display: none; }
		.search #utility-after-content {  clear: both; display: block;}



		/* After page but before comments */
		#utility-after-page { border: none;}


	/**
	* Widget sections (Primary and Secondary)
	************************************************/
    

	/* Primary widget section */
	#primary { background-color: #F8E7AE; width: 248px; }
		.secondary-inactive #primary {}
		#primary .widget-tabs h3 { font-size: 16px; margin-top: 8px; margin-left: 20px;}
	/* Secondary widget section */
	#secondary { background-color: #F8E7AE; width: 248px; }

/* @end */

/* @group Footer */

/* Wrapper for the entire footer */
#footer-container
{   
    font: 11px Arial, Helvetica, sans-serif;
    background-image:url('images/layout/bc_bg.png');
    background-repeat:repeat-x;
    height: 30px;
    line-height:30px;
    color:#333;
    border:solid 1px #cacaca;
    width: 958px; 
    margin: 0;
    padding:0;     
		text-align: center;		
}


	/* Subsidiary widget section */

	#subsidiary ul li { display: inline; float: left; width: 130px;}


	/* Footer section */
	#footer { padding: 0 18px; color: #333; font-style: normal;}
	#footer a {  text-decoration: underline;}
		/* Footer extra */
		#footer p.copyright { float: left; margin: 0;}
		#footer #footer-nav { float: right;} 
			#footer-nav ul { margin: 0; padding: 0; list-style: none;}
			#footer-nav ul li { display: inline; margin-right: 18px;}
			#footer-nav ul li.page-item-18 { margin-right: 0px;}			


			/* Fancybox Changes */
			
		 #fancy_title td, #fancy_title th, #fancy_title tr, #fancy_title table { border: 0px;}

/* @end */

/* @group Contact */
	.page-18 textarea { width: 500px;}  
  .page-18 .address { float: left ;}
  .page-18 .telephone { float: left ; margin-left: 200px; }      
   span.wpcf7-not-valid-tip { padding-left: 5px; color: #FF6666 }  
   div.wpcf7-validation-errors { padding: 5px;  color: #900;  border: solid 1px #FF6666 } 

/* @end */

/* @group Archives */
  .comments-link { display: none;}    
  .archive .post { clear: left;}
  .archive .entry-title, .search .entry-title { font-size: 18px; margin-bottom: 10px;}
/* @end */

/* @group Home Page */
	#home-manufacturers-list { width: 200px; float: left; }
  #home-manufacturers-list h2 { font-family: Helvetica, Arial, Sans-serif; padding: 18px 0 0 0; font-size: 1.2em; margin-bottom: 9px;}
	#home-manufacturers-list ul { width: 114px; margin: 0; padding: 0 18px 0 18px; list-style: none; display: block; width: 150px; }
	#home-manufacturers-list ul li { margin:0; padding:0; border-bottom: solid 1px #999; }
  #home-manufacturers-list ul li.last { border-bottom: none;}
	#home-manufacturers-list ul li a {  display: block;  background-position: center 10px; text-align: center; padding: 68px 0px 10px 0px; text-decoration: underline;}   
	
	#home-manufacturers-list ul li.biodex a { background-color: #fff; background-image: url('/wp-content/themes/harpell/images/manufacturer-logos/tiny/biodex.png'); background-repeat: no-repeat;}   
	#home-manufacturers-list ul li.capintec a { background-color: #fff; background-image: url('/wp-content/themes/harpell/images/manufacturer-logos/tiny/capintec.png'); background-repeat: no-repeat;}  
	#home-manufacturers-list ul li.diacor a { background-color: #fff; background-image: url('/wp-content/themes/harpell/images/manufacturer-logos/tiny/diacor.png'); background-repeat: no-repeat;}  
	#home-manufacturers-list ul li.exini a { background-color: #fff; background-image: url('/wp-content/themes/harpell/images/manufacturer-logos/tiny/exini.png'); background-repeat: no-repeat;} 
	#home-manufacturers-list ul li.fluke a { background-color: #fff; background-image: url('/wp-content/themes/harpell/images/manufacturer-logos/tiny/fluke.png'); background-repeat: no-repeat;} 
	#home-manufacturers-list ul li.izi-medical-products a { background-color: #fff; background-image: url('/wp-content/themes/harpell/images/manufacturer-logos/tiny/izi-medical-products.png'); background-repeat: no-repeat;}              
	#home-manufacturers-list ul li.isp a { background-color: #fff; background-image: url('/wp-content/themes/harpell/images/manufacturer-logos/tiny/isp.png'); background-repeat: no-repeat;}
	#home-manufacturers-list ul li.mediso a { background-color: #fff; background-image: url('/wp-content/themes/harpell/images/manufacturer-logos/tiny/mediso.png'); background-repeat: no-repeat;}      

	#home-manufacturers-list ul li.ptw a { background-color: #fff; background-image: url('/wp-content/themes/harpell/images/manufacturer-logos/tiny/ptw.png'); background-repeat: no-repeat;}      
	#home-manufacturers-list ul li.topex a { background-color: #fff; background-image: url('/wp-content/themes/harpell/images/manufacturer-logos/tiny/topex.png'); background-repeat: no-repeat;}    
	#home-manufacturers-list ul li.unfors a { background-color: #fff; background-image: url('/wp-content/themes/harpell/images/manufacturer-logos/tiny/unfors.png'); background-repeat: no-repeat;}   
	#home-manufacturers-list ul li.vision-rt a { background-color: #fff; background-image: url('/wp-content/themes/harpell/images/manufacturer-logos/tiny/vision-rt.png'); background-repeat: no-repeat;}   
                                                     
	#home-manufacturers-list p { padding: 0 18px;}

#query-posts-8 { float: right; width: 468px;    }
	#query-posts-8 h2.widgettitle { font-family: Helvetica, Arial, Sans-serif; padding: 18px 0 0 18px; font-size: 1.2em; margin-bottom: 0px;}
	#query-posts-8 h2 { padding: 0; font-size: 1.2em; margin-bottom: 10px;}

	#query-posts-8 .entry-meta { display: none;}
	#query-posts-8 .hentry { padding: 18px 0; margin: 0 18px; min-height: 99px; border-bottom: solid 1px #999;}
	#query-posts-8 .post-2726 { padding-top: 0;}    

 

/* @end */

/* @group News and Events */ 
 .event h3 { color: #7794F3; padding-top: 3px; margin-bottom: 4px; }
 .event .date { display: block; }
 .event .location { display: block;   }
 .event .url { display: block;   }
	.event .notice { color: #999;}
.event {                    
	background: #fff url('/wp-content/themes/harpell/images/layout/icon_calendar.png') no-repeat 0 6px;  	
	padding-left: 59px;
	margin-bottom: 18px; 
	padding-bottom: 18px;
	border-bottom: solid 1px #999;

} 

.past { display: none;}

h2.newsletter-section { clear: both;}
 
.newsletter h3 { color: #7794F3; padding-top: 3px; margin-bottom: 4px;}
.newsletter {
	background: #fff url('/wp-content/themes/harpell/images/layout/icon_newspaper.png') no-repeat 0 0;
	padding-left: 59px;
	margin-bottom: 18px;
	border-bottom: solid 1px #999;
}

/* @end */

/* @group Manufacturers */ 
	
	ul#manufacturers-list { margin: 0 auto; padding: 0; list-style: none; display: block; width: 870px;}
	ul#manufacturers-list li {display: block; float: left; margin:0; padding:0; border-bottom: solid 1px #999; }
  ul#manufacturers-list li.blank {width: 250px; padding: 100px 20px 10px 20px; display: block;}
	ul#manufacturers-list li a { width: 250px; display: block;  background-position: center 10px; text-align: center; padding: 100px 20px 10px 20px;}
	                                                     
	ul#manufacturers-list li.bionix a { background-image: url('/wp-content/themes/harpell/images/manufacturer-logos/small/bionix.png'); background-repeat: no-repeat;}                                 
	ul#manufacturers-list li.biodex a { background-image: url('/wp-content/themes/harpell/images/manufacturer-logos/small/biodex.png'); background-repeat: no-repeat;}   
	ul#manufacturers-list li.bionix a { background-image: url('/wp-content/themes/harpell/images/manufacturer-logos/small/bionix.png'); background-repeat: no-repeat;}
	ul#manufacturers-list li.capintec a { background-image: url('/wp-content/themes/harpell/images/manufacturer-logos/small/capintec.png'); background-repeat: no-repeat;}  
	ul#manufacturers-list li.diacor a { background-image: url('/wp-content/themes/harpell/images/manufacturer-logos/small/diacor.png'); background-repeat: no-repeat;}
	ul#manufacturers-list li.exini a { background-image: url('/wp-content/themes/harpell/images/manufacturer-logos/small/exini.png'); background-repeat: no-repeat;}
	ul#manufacturers-list li.fluke a { background-image: url('/wp-content/themes/harpell/images/manufacturer-logos/small/fluke.png'); background-repeat: no-repeat;}
	ul#manufacturers-list li.isp a { background-image: url('/wp-content/themes/harpell/images/manufacturer-logos/small/isp.png'); background-repeat: no-repeat;}
	ul#manufacturers-list li.izi-medical-products a { background-image: url('/wp-content/themes/harpell/images/manufacturer-logos/small/izi-medical-products.png'); background-repeat: no-repeat;}
	ul#manufacturers-list li.klarity-medical a { background-image: url('/wp-content/themes/harpell/images/manufacturer-logos/small/klarity-medical.png'); background-repeat: no-repeat;}
	ul#manufacturers-list li.laboratory-technologies a { background-image: url('/wp-content/themes/harpell/images/manufacturer-logos/small/laboratory-technologies.png'); background-repeat: no-repeat;}
	ul#manufacturers-list li.lifeline a { background-image: url('/wp-content/themes/harpell/images/manufacturer-logos/small/lifeline.png'); background-repeat: no-repeat;}
	ul#manufacturers-list li.mediso a { background-image: url('/wp-content/themes/harpell/images/manufacturer-logos/small/mediso.png'); background-repeat: no-repeat;}
	ul#manufacturers-list li.mick-radio-nuclear-instruments a { background-image: url('/wp-content/themes/harpell/images/manufacturer-logos/small/mick-radio-nuclear-instruments.png'); background-repeat: no-repeat;}
	ul#manufacturers-list li.mpm-medical a { background-image: url('/wp-content/themes/harpell/images/manufacturer-logos/small/mpm-medical.png'); background-repeat: no-repeat;}
	ul#manufacturers-list li.the-phantom-laboratory a { background-image: url('/wp-content/themes/harpell/images/manufacturer-logos/small/the-phantom-laboratory.png'); background-repeat: no-repeat;}
	ul#manufacturers-list li.ptw a { background-image: url('/wp-content/themes/harpell/images/manufacturer-logos/small/ptw.png'); background-repeat: no-repeat;}  
	ul#manufacturers-list li.se-international a { background-image: url('/wp-content/themes/harpell/images/manufacturer-logos/small/se-international.png'); background-repeat: no-repeat;}
	ul#manufacturers-list li.sicel a { background-image: url('/wp-content/themes/harpell/images/manufacturer-logos/small/sicel.png'); background-repeat: no-repeat;}
	ul#manufacturers-list li.topex a { background-image: url('/wp-content/themes/harpell/images/manufacturer-logos/small/topex.png'); background-repeat: no-repeat;}
	ul#manufacturers-list li.vanarsdale-innovative-products a { background-image: url('/wp-content/themes/harpell/images/manufacturer-logos/small/vanarsdale-innovative-products.png'); background-repeat: no-repeat;}
	ul#manufacturers-list li.unfors a { background-image: url('/wp-content/themes/harpell/images/manufacturer-logos/small/unfors.png'); background-repeat: no-repeat;}
	ul#manufacturers-list li.univest-x a { background-image: url('/wp-content/themes/harpell/images/manufacturer-logos/small/univest-x.png'); background-repeat: no-repeat;}
	ul#manufacturers-list li.vision-rt a { background-image: url('/wp-content/themes/harpell/images/manufacturer-logos/small/vision-rt.png'); background-repeat: no-repeat;}   

/* @end */

/* @group Category Pages */                                                              
                                                       
.category-description { width: 435px; color: #7B8684; font-style: italic;}                                                                          
.category-bionix .category-info { background: url('/wp-content/themes/harpell/images/manufacturer-logos/small/bionix.png') no-repeat right top; }
.category-biodex .category-info { background: url('/wp-content/themes/harpell/images/manufacturer-logos/small/biodex.png') no-repeat right top; }   
.category-bionix .category-info { background: url('/wp-content/themes/harpell/images/manufacturer-logos/small/bionix.png') no-repeat right top; }
.category-capintec .category-info { background: url('/wp-content/themes/harpell/images/manufacturer-logos/small/capintec.png') no-repeat right top; }  
.category-diacor .category-info { background: url('/wp-content/themes/harpell/images/manufacturer-logos/small/diacor.png') no-repeat right top; }
.category-exini .category-info { background: url('/wp-content/themes/harpell/images/manufacturer-logos/small/exini.png') no-repeat right top; }
.category-fluke .category-info { background: url('/wp-content/themes/harpell/images/manufacturer-logos/small/fluke.png') no-repeat right top; }
.category-isp .category-info { background: url('/wp-content/themes/harpell/images/manufacturer-logos/small/isp.png') no-repeat right top; }
.category-izi-medical-products .category-info { background: url('/wp-content/themes/harpell/images/manufacturer-logos/small/izi-medical-products.png') no-repeat right top; }
.category-klarity-medical .category-info { background: url('/wp-content/themes/harpell/images/manufacturer-logos/small/klarity-medical.png') no-repeat right top; }
.category-laboratory-technologies .category-info { background: url('/wp-content/themes/harpell/images/manufacturer-logos/small/laboratory-technologies.png') no-repeat right top; }
.category-lifeline .category-info { background: url('/wp-content/themes/harpell/images/manufacturer-logos/small/lifeline.png') no-repeat right top; }
.category-mediso .category-info { background: url('/wp-content/themes/harpell/images/manufacturer-logos/small/mediso.png') no-repeat right top; }
.category-mick-radio-nuclear-instruments .category-info { background: url('/wp-content/themes/harpell/images/manufacturer-logos/small/mick-radio-nuclear-instruments.png') no-repeat right top; }
.category-mpm-medical .category-info { background: url('/wp-content/themes/harpell/images/manufacturer-logos/small/mpm-medical.png') no-repeat right top; }
.category-the-phantom-laboratory .category-info { background: url('/wp-content/themes/harpell/images/manufacturer-logos/small/the-phantom-laboratory.png') no-repeat right top; }
.category-ptw .category-info { background: url('/wp-content/themes/harpell/images/manufacturer-logos/small/ptw.png') no-repeat right top; }  
.category-se-international .category-info { background: url('/wp-content/themes/harpell/images/manufacturer-logos/small/se-international.png') no-repeat right top; }
.category-sicel .category-info { background: url('/wp-content/themes/harpell/images/manufacturer-logos/small/sicel.png') no-repeat right top; }
.category-topex .category-info { background: url('/wp-content/themes/harpell/images/manufacturer-logos/small/topex.png') no-repeat right top; }
.category-vanarsdale-innovative-products .category-info { background: url('/wp-content/themes/harpell/images/manufacturer-logos/small/vanarsdale-innovative-products.png') no-repeat right top; }
.category-unfors .category-info { background: url('/wp-content/themes/harpell/images/manufacturer-logos/small/unfors.png') no-repeat right top; }
.category-univest-x .category-info { background: url('/wp-content/themes/harpell/images/manufacturer-logos/small/univest-x.png') no-repeat right top; }
.category-vision-rt .category-info { background: url('/wp-content/themes/harpell/images/manufacturer-logos/small/vision-rt.png') no-repeat right top; }  	                                                                                    
             
/* @end */	                                                                                      