/*--------------------------------------------------------
# BT autoMart v1.0 (February 2012) - Joomla! Template
# -------------------------------------------------------
# For Joomla! 1.7.x & Joomla! 2.5.x
# Copyright (C) 2012 Bonusthemes.com. All Rights Reserved.
# @license Copyrighted Commercial Software
# Demo: http://www.bonusthemes.com/demo/joomla17/automart/
# Website: http://www.bonusthemes.com/
# Support: support@bonusthemes.com
------------------------------------------------------- */

/* SYSTEM
-------------------------------------------------------------- */
/* OpenID icon style */
input.system-openid, input.com-system-openid { background: #fff url("http://openid.net/images/login-bg.gif") no-repeat 0 50%; color: #000; padding-left: 18px; }

/* Unpublished */
.system-unpublished { background: #e8edf1; border-top: 4px solid #c4d3df; border-bottom: 4px solid #c4d3df; }

/* System Messages */
#system-message    { margin: 0 0 10px 0; padding: 0; }
#system-message dt { display: none; }
#system-message dd { margin: 0; font-weight: bold; font-size: 13px; text-align: center; color: #58595A; }
#system-message dd ul { margin: 0 0 10px 0; list-style: none; border: none; background: transparent url("../images/skin1/system/system_message_bg.png") repeat-x; }
#system-message ul li { background: none; }

/* Default */
#system-message dt.message { }
#system-message dd.message { }
#system-message dd.message ul { }
#system-message dd.message ul li { background: transparent url("../images/skin1/system/system_message_default_icon.png") no-repeat left center; display: inline-block; padding: 0 0 0 22px; margin: 0; height: 40px; line-height: 41px; }

/* Notice */
#system-message dt.notice { }
#system-message dd.notice ul {}
#system-message dd.notice ul li { background: transparent url("../images/skin1/system/system_message_warning_icon.png") no-repeat left center; display: inline-block; padding: 0 0 0 22px; margin: 0; height: 40px; line-height: 41px; }

/* Error */
#system-message dt.error { }
#system-message dd.error ul { }
#system-message dd.error ul li { background: transparent url("../images/skin1/system/system_message_error_icon.png") no-repeat left center; display: inline-block; padding: 0 0 0 22px; margin: 0; height: 40px; line-height: 39px; }

/* Debug */
#system-debug     { color: #58595A; background-color: #F3F3F3; padding: 10px; margin: 10px 0; position: relative; clear: both; }
#system-debug div { font-size: 11px; }

/* OTHER System Messages (ex. contact form) */
#bt_contact_form #system-message { color: #FF0000; margin: 10px 0; list-style: none; padding: 10px; border: 1px solid #FF0000; background: #FF9900; font-weight: bold; font-size: 12px; text-align: center; }