/**********************************************************************************

	@copyright	Copyright (C) 2013 IceTheme. All Rights Reserved
	@license	Copyrighted Commercial Software 
	@author     IceTheme (icetheme.com)
	
	Only needed fo Joomla 2.5 compatibiilty
	
**********************************************************************************/

/* Overwrite icomoon fonts */
@font-face {
	font-family: 'IcoMoon';
	src: url('../../css/fonts/IcoMoon.eot');
	src: url('../../css/fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../../css/fonts/IcoMoon.woff') format('woff'), url('../../css/fonts/IcoMoon.ttf') format('truetype'), url('../../css/fonts/IcoMoon.svg#IcoMoon') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* category module */
body ul.category-module li h4 {
	font-weight:normal;
	margin:0;
}

body ul.category-module li a {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  display: block;
  font-size: 15px;
}


/* Tooltips */
body div.tooltip {
	background:none;
	border:none;
	max-width: none;
}

/* IceMegamenu */
.icemegamenu p#form-login-remember label {
	display:inline-block;
}
.icemegamenu input.button {
	margin-bottom:15px;
}


/* joomla */
.items-row .item h2 {
	font-size: 22px;
	line-height: 32px;
	margin: 0 0 4px;
}

#search form .inputbox, 
#search form .input-medium {
	margin: 0;
}
