/* OpenID icon style */
input.system-openid {
   background: url(http://openid.net/login-bg.gif) no-repeat;
   background-color: #fff;
   background-position: 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, .shop_error, .shop_warning, .shop_info, .shop_debug, .shop_critical, .shop_tip
{
  margin-top: 20px; margin-bottom: 10px; padding: 0;
}

.shop_error, .shop_warning, .shop_info, .shop_debug, .shop_critical, .shop_tip
{
  text-indent: 35px;
  padding: 10px;
  font-weight: bold;
}

#system-message dt { font-weight: bold; }
#system-message dd { margin: 0; font-weight: bold; text-indent: 35px; }
#system-message dd ul, .shop_info { color: #0055BB; margin-bottom: 10px; list-style: none; padding: 10px; border-top: 3px solid #84A7DB; border-bottom: 3px solid #84A7DB;}

/* System Standard Messages */
#system-message dt.message { display: none; }
#system-message dd.message {  }

/* System Error Messages */
#system-message dt.error, .shop_error { display: none; }
#system-message dd.error ul, .shop_error { color: #c00; background-color: #E6C0C0; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B;}

/* System Notice Messages */
#system-message dt.notice, .shop_warning { display: none; }
#system-message dd.notice ul, .shop_warning { color: #c00; background: #EFE7B8; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E;}

/* Bilder */
#system-message dd.message ul, .shop_info
{
  color: #000; background: #CDE url(../images/notice-info.png) 4px center no-repeat;
}

#system-message dd.error ul, .shop_error
{
  color: #000; background: #E6C0C0 url(../images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #C00; border-bottom: 3px solid #C00;
}

#system-message dd.notice ul, .shop_warning
{
  color: #000; background: #EFE7B8 url(../images/notice-note.png) 4px center no-repeat; border-top: 3px solid #DD0; border-bottom: 3px solid #DD0;
}

/* Debug */
#system-debug     { color: #ccc; background-color: #fff; padding: 10px; margin: 10px; }
#system-debug div { font-size: 11px;}
