/*--------------------------------------------------------
# BT Soccerlift v1.0 (July 2010) - Joomla Template
# --------------------------------------------------------
# Joomla 1.5, @joomla 1.7
# Copyright (C) 2011 Bonusthemes.com. All Rights Reserved.
# @license Copyrighted Commercial Software
# Demo: http://www.bonusthemes.com/goto/soccerlift/
# Website: http://www.bonusthemes.com/
# Support: support@bonusthemes.com
------------------------------------------------------- */

/* TYPOGRAPHY.css */
/* Buttons
-------------------------------------------------------------- */
.bt_right_arrow_button_rounded { -moz-border-radius: 15px; border-radius: 15px; }

/* Forms
-------------------------------------------------------------- */
/* Remove button padding in FF */
input::-moz-focus-inner, button::-moz-focus-inner { border: 0 !important; padding: 0 !important; }

/* Blockquote
-------------------------------------------------------------- */
blockquote.bt_blockquote-7 { border-radius: 10px; }

/* Bubbles
-------------------------------------------------------------- */
/* bubble 3, 4 */
div.bt_bubble-3, div.bt_bubble-4 { border-radius: 15px; }

/* bubble 8, 9 */
.bt_bubble_top { border-radius: 0px 0px 8px 8px; }

/* bubble 10, 11 */
div.bt_bubble-10, div.bt_bubble-11 { border-radius: 20px; }
div.bt_bubble-10 div, div.bt_bubble-11 div { border-radius: 8px; }

/* DROP_DOWN.css, DROP_LINE.css, MEGA.css, CSS.css */
/*  1 Level
------------------------------------------------------ */
#bt_nav_menu li ul { box-shadow: -0.1em 5px 6px #000; }

/* opera hack */
@media not screen and (1) {
	#bt_nav_menu li ul { list-style: none outside url("http://avtohata.kiev.ua/templates/bt_soccerlift_v1.0_j15/images/skin1/menu/list_style.png"); }
	#bt_nav_menu li ul li { line-height: 12px; padding: 12px 0 8px 0; }
}