/**
* custom.css file created by Yougrids Template
* @package Yougrids Template
* @author Youjoomla.com
* @website Youjoomla.com 
* @copyright  Copyright (c) since 2007 Youjoomla.com.
* @license PHP files are released under GNU/GPL V2 Copyleft License.CSS / LESS / JS / IMAGES are Copyrighted material
**/
/*
 ADD ALL YOUR CUSTOM CSS OVERRIDES TO THIS FILE.
 THIS WAY IF YOU MAKE A MISTAKE YOU CAN ALWAYS TURN CUSTOM CSS FILE OFF
 AND REVERT BACK TO ORIGINAL TEMPLATE CSS
 THIS FILE WILL LOAD VERY LAST AFTER ALL TEMPLATE CSS FILES.
 SO YOU CAN OVERRIDE ANY CSS PART OF THE TEMPLATE YOU NEED.
*/
#joomlacredit {
  background:#1F1F1F;
  color:#474646;
}
#header {
	background:#292929;
}

div.tabber_container.rounded div.tabber_nav li.tabber_tab a,
div.tabber_container.rounded div.tabber_nav li.tabber_tab a:hover {
  -webkit-border-radius: 1px 1px 0 0;
  -moz-border-radius: 1px 1px 0 0;
  border-radius: 1px 1px 0 0;
}
/* Tabs: Active state */
div.tabber_nav li.tabber_tab.active a,
div.tabber_nav li.tabber_tab.active a:hover {
  color: #FFFFFF;
  background-color: #0078FF;
}
div.tabber_nav li.tabber_tab.active a {
  padding-bottom: 5px;
}
/* Tabs: Hover state */
div.tabber_nav li.tabber_tab a:hover {
  color: #333333;
  background-color: #80BCFF; /* 50% white */
}

/* Content area */
div.tabber_content,
div.tabber_content > div,
div.tabber_content div.tabber_item {
  position: relative !important;
  overflow: hidden !important;
}
div.tabber_content {
  margin-top: -1px;
  clear: left;
  padding: 10px 20px;
  border: 1px solid #B4B4B4;
}
div.tabber_container.rounded div.tabber_content {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.horizontal_menu li
{
display:inline;
list-style-type:none;
padding-right:4px;
float:left;
}
