/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * @copyright  Copyright (c) 2004-2007 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
.pseudoleft {
	clear: left;
}
.product {
	position: relative;
}
.grouped-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 174px;
	height: 190px;
	display: block;
	background: #fff;
	border: 2px solid #DF64CE;
	border-radius: 5px;
	padding: 5px;
	display: none;
	text-align: center;
}
.grouped-products-preview {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 5px;
}
#preview {
    background: none repeat scroll 0 0 #fff;
    border: 3px solid #DF64CE;
    color: #FFFFFF;
    display: none;
    font-size: 12px;
    padding: 10px;
    position: absolute;
    text-align: center;
    z-index: 10;
	border-radius: 15px;
}
.grouped-overlay-link {
	background: url(../images/more-details-link.jpg) left top no-repeat;
	text-align: center;
	width: 167px;
	display: block;
	height: 20px;
	margin: 0 auto;
	padding-top: 3px;
	
}
.grouped-overlay-link a {
	color: #AD3941;
}
.small {
	font-size: 80%;
}
.grouped-product-preview img {
	margin: 0 auto;
}
.grouped-products-preview img {
	margin: 0 auto;
	border: 1px solid #ccc;
	padding: 1px;
}
.close {
	position: absolute;
	top: 0;
	right: 0; 
	margin: 0 5px 0 0;
	cursor: pointer;
}
.manufacturer-desc-left {
	float: left;
	width: 181px;
}
.manufacturer-desc-right {
	float: right;
	width: 575px;
}
li.control {
	float: left;
	clear: left;
}
.fragrance li.level1 {
	padding-left: 20px;
}
.fragrance li.level2 {
	padding-left: 10px;
}
.expand-img {
	cursor: pointer;
}
#billing-new-address-form ul {
	width: 615px;
	display: block;
}

