﻿/*------------------------------------------------------------------------
# "Hot Accordion" Joomla module
# Copyright (C) 2010 ArhiNet d.o.o. All Rights Reserved.
# License: http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
# Author: HotJoomlaTemplates.com
# Website: http://www.hotjoomlatemplates.com
-------------------------------------------------------------------------*/

@font-face {
	font-family: 'GabrielleRegular';
	src: url('../images/gabrielle-webfont.eot');
	src: local('☺'), url('../images/gabrielle-webfont.woff') format('woff'), url('../images/gabrielle-webfont.ttf') format('truetype'), url('../images/gabrielle-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

ul.hot_accordion {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	z-index:1;
	position:relative;
	overflow:hidden;
}

ul.hot_accordion li {
	float: left;
	padding: 0;
	display: block;
	margin-right: 10px;
}

ul.hot_accordion li span.accordion_body {
	margin: 0;
	padding: 0;
	display: block;
}