/*
 * Stylesheet for Ambiance - Notification Plugin for jQuery
 * Version 1.0.1
 *
 * Copyright (c) 2012 Richard Hsu
 * Documentation: http://www.github.com/richardhsu/jquery.ambiance
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 */

/* Notification area will be top right but feel free to modify it below. */
#ambiance-notification {
  display: block!important;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 9999;
}

/* Built in custom styling for the notifications. */
.ambiance-title {height:34px;padding:0 18px 0 40px;margin-bottom:10px;font-size:14px;background:url(../add.png) 18px 12px no-repeat;line-height:34px;border-bottom:1px solid #c6c6c6;font-weight:400}

.ambiance {
  float: right;
  clear: both;
  border:1px solid #c6c6c6;border-bottom:1px solid #a4a4a4;position:relative;
}

.ambiance:hover {
  border: 1px solid #000;
}
.ambiance h3{padding:0 10px 10px;line-height:15px;}
.ambiance h3 a{}
.ambiance h3 a:hover{}
.ambiance .on_sale, .ambiance .new{display:none}
.ambiance .your_cart{text-transform:lowercase; font-weight:700}
.ambiance .your_cart:hover{}

.ambiance-default, .ambiance-success, .ambiance-error {margin: 10px 0;padding:0 0 20px;}
.ambiance-default {
  background: #000000;
  color: #DDDDDD;
}
.ambiance-success {
  background: #fff;
}

.ambiance-error {
  background: #B94A48;
}

/* Close button attributes -- based off Twitter Bootstrap alert close item. */
.ambiance-close {
  display: block;
  position: relative;
  top:12px;
  right:10px;
  color: #D22013;
  float: right;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  line-height: 14px;
  margin-left: 5px;
  font-family: Helvetica, Arial, sans-serif;
  text-indent:-9999px;background:url(../delete.png) no-repeat 0 0;width:10px;height:9px;
}

.ambiance-close:hover {background-position:100% 100%}
.ambiance .product_img_link,.ambiance  .product_image,.ambiance .product_image_menu{float:left;margin:0 18px;}
.ambiance .product_img_block_home img{float:left; margin-right:15px;margin-left:15px;}
.ambiance .product_image_menu{border-bottom:1px solid #dcdcdc}
.ambiance .product_img_link span{display:block}
.ambiance .cs_quickview_home_block{display:none}
.ambiance .product_img_link span.on_sale{display:none;}
.ambiance .product_img_link span.new{display:none;}
