/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-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.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @licensehttp://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

/* Layout ================================================================================= */


/* Product View ========================================================================== */
.product-view {}

.product-essential {}
.product-collateral {}

/* Product Images */
.product-view .product-img-box { float:left; width:250px; text-align:center; }
.product-view .product-img-box .product-image { text-align:center; margin-bottom:10px; }
.product-view .product-img-box .product-image img { margin:0 auto; }
.product-view .product-img-box .product-image-zoom { position:relative; width:250px; height:300px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { text-align:center; color:#999; font-size:10px; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:5px auto 13px; padding:0 28px; background:url(/css/zoom/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-3px; width:11px; height:20px; background:url(/css/zoom/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views { margin:0 0 0 1px; padding:10px 0 0 0; }
.product-view .product-img-box .more-views h3 { display:none; }
.product-view .product-img-box .more-views ul { margin-left:-4px }
.product-view .product-img-box .more-views li { float:left; padding:1px; background-color:#ddd; margin:0 0 8px 5px; }

.product-image-popup { margin:0 auto; }
.product-image-popup p { margin:0; padding:10px 0; }
.product-image-popup .nav { text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

/* Product Shop */
.product-view .product-shop { float:right; display:inline; width:400px; }
.product-view .product-name { color:#000; }
.product-view .product-sku { margin:2px 0 7px 0; padding:0; color:#999; font-size:11px; }
.product-view .description { color:#555; font-size:12px; }

.attributes dl { margin:0; padding:0; color:#666; font-size:12px; }
.attributes dl .label { margin:0 5px 0 0; padding:0; float:left; display:inline; clear:both; font-weight:bold; }
.attributes dl .data { margin:0 0 2px 0; padding:0; float:left; display:inline; }

