/*
 * 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 {margin-bottom:10px;color:#2b2b2b;font-size:16px;font-weight:600;font-family:"Titillium Web",Helvetica,Arial, Verdana, sans-serif;padding:15px 20px 10px;}

.ambiance {
  float: right;
  clear: both;
  border:1px solid #ccc;position:relative;box-shadow:0 8px 5px #c8c7c5;
  padding:8px 10px;margin:10px 0;
}
.ambiance p{margin:0;}
.ambiance a{font-weight:700;}
.ambiance p a{margin-left:5px;}

.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 {}
.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;
  color: #D22013;
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 14px;
  margin-left: 10px;
  width:12px;margin-top:3px;
}

.ambiance-close:hover {background-position:100% 100%}
.ambiance .product_img_link,.ambiance  .product_image,.ambiance .product_image_menu, .ambiance .prod_image_home_tab, .ambiance .product_img_search{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;}