/**
 * 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 ================================================================================= */
html { background:url(../gfx/layout/html.jpg) 0 -53px; }
body { background:url(../gfx/layout/body.jpg) repeat-x; }

/*  Caller wrapper.jpg / supprimer wrapper.png / faire un deuxieme wrapper en-dessous avec page.png / wrapper.jpg viendra par-dessus  */

.wrap { background:url(../gfx/layout/page.png) repeat-y center top; }
.wrapper { background:url(../gfx/layout/wrapper.png) no-repeat center top; }
.page {  width:947px; margin:0 auto; padding:0 14px; text-align:left; min-height:800px; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main {background:url(../gfx/layout/main.png) repeat-x;margin:0 1px; }

/* Base Columns */ 
.col-left { float:left; width:221px; margin:5px 2px 5px 1px; }
.col-main { float:left; width:690px; margin:5px 17px; }
.col-right { float:right; width:159px; margin:5px 2px 5px 3px; }

/* 1 Column Layout */
.col1-layout .col-main { float:left; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; width:687px; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:523px; }

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .narrow { width:33%; }
.col2-set .wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#4b4a49; }
input.input-text,select,textarea { background:#fff; border:1px solid #ddd; }
input.input-text,textarea { padding:0 2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option {}
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { overflow:visible; width:auto; border:1px solid #176962; border-right-color:#40837E; border-bottom-color:#176962; padding:0 0 0 12px; background:#176962 url(../gfx/deco/button/button.png) 0 50% no-repeat; cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ }
a.button { overflow:visible; width:auto; border:1px solid #176962; border-right-color:#40837E; border-bottom-color:#176962;color:#FFFFFF; padding:0 0 0 12px; background:#176962 url(../gfx/deco/button/button.png) 0 50% no-repeat; cursor:pointer;text-decoration:none; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ }
button.button span { padding:0 12px 0 0; font-size:13px; line-height:18px; text-align:center; white-space:nowrap; color:#fff; }
a.button span { padding:0 12px 0 0; font-size:13px; line-height:18px; text-align:center; white-space:nowrap; color:#fff; }
button.disabled {}
button.disabled span {}
/* Input & Textarea stretched for 100% */
.field-100 { border:1px solid #888; padding:2px; overflow:hidden; }
.field-100 input.input-text,
.field-100 textarea { float:left; width:100%; margin:0; padding:0; border:0; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#eee; }*/

/* Form lists */
.col-main .form-list li { background:none;margin:0 0 5px;padding-left:0; }
.form-list label { font-weight:bold; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:250px; }
.form-list select { width:256px; }
.form-list li.add-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.add-row .btn-remove { font-size:0; line-height:0; padding:5px 5px 0 0; text-align:right; }
.form-list .range input.input-text { width:96px; }

.group-select {}
.group-select li { margin:0 0 5px; }
.group-select .input-box { float:left; width:260px; }
.group-select input.input-text,
.group-select textarea {width:510px; }
.group-select select { width:516px; }
.group-select .input-box input.input-text,
.group-select .input-box textarea { width:250px; }
.group-select .input-box select { width:256px; }

.buttons-set { clear:both; margin:5px 0 0; padding:5px; }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }

.buttons-set2 { clear:both; margin:5px 0 0; padding:5px; border:1px solid #ddd; text-align:right; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
.required { color:#f00; }
p.required { font-size:10px; text-align:right; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

.messages { width:100%; overflow:hidden; }
.messages li { background:none; margin:0 0 10px; padding:0; }
.col-main .messages li { background:none; padding:0; }
.messages li li { margin:0 0 3px; }
.col-main .messages li.error-msg,
.col-main .messages li.success-msg,
.col-main .messages li.note-msg,
.col-main .messages li.notice-msg,
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 10px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:10px !important; font-weight:bold !important; }
.col-main .messages li.error-msg,
.error-msg { border-color:#FF009C; background-image:url(../images/error_msg_icon.gif); }
.col-main .messages li.success-msg,
.success-msg { border-color:#FF009C; background-image:url(../images/success_msg_icon.gif); }
.col-main .messages li.note-msg,
.col-main .messages li.notice-msg,
.note-msg,
.notice-msg { border-color:#FF009C; background-image:url(../images/note_msg_icon.gif); }

/* BreadCrumbs */ 
.breadcrumbs { background:url(../gfx/deco/marker/breadcrumbs.png) no-repeat 8px 8px; border-bottom:1px solid #D4D4D4; margin-bottom:3px; padding:2px 20px 8px; }
.catalog-product-view .breadcrumbs {background-position:0 8px;}
.breadcrumbs li { color:#5d5d5d; display:inline; font-size:0.9em; }

/* Page Heading */
.page-title { border-bottom:1px solid #ddd; padding:0 0 5px; margin:0 0 10px; }
.title-buttons { text-align:right; }
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

/* Pager */ 
.pager { background:url(../gfx/layout/toolbar.png) repeat-x left bottom; border-top:1px solid #DDD; padding:3px 5px; text-align:center; }
.pager .amount { float:left; }
.pager .limiter { float:right; }
.sorter .pages { float:right; }
.sorter .pages ol { display:inline; }
.col-main .sorter .pages li { background:none; display:inline; padding:0; }
.sorter .pages .current {}
.pager .pages strong {float:left;}
.pager .pages {float:right;}
.pager .pages ol {display:inline;}
.pager .pages li {background:none; float:left; padding:0 2px;}
.pager .pages strong {display:inline;float:left;margin-right:5px;}

/* Sorter */ 
.sorter { background:url(../gfx/layout/toolbar.png) repeat-x left bottom; border-top:1px solid #DDD; border-bottom:1px solid #EEEEEE; padding:3px 5px; }
.sorter .sort-by { float:left; }
.sorter .link-feed {}

/* Data Table */ 
.data-table { width:100%; }
.data-table th { padding:5px; border:1px solid #BEBCB7; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border:1px solid #BEBCB7; }
.data-table thead { background-color:#D9E5EE; }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { background-color:#f6f6f6; }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#FFFFFF; }
.data-table td.value { background:#F6F6F6;}
.data-table td.data { background:#EBF8FF;}
/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total td {}
tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.tax-details td { background-color:#f6f6f6; }
tr.tax-details-first td {}

/* Shopping cart tax info */
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { cursor:pointer; }
.cart-tax-total { padding-right:20px; background:url(../images/bg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Lists Decoration */
li.odd {}
li.even { background-color:#f6f6f6; }
dt.odd,
dd.odd {}
dt.even,
dd.even { background-color:#f6f6f6; }

/* Class: std - styles for admin-controlled content */
.std,
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }

/* Misc */
.link-rss { background:url(../images/icon_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
/* ======================================================================================= */


/* Header ================================================================================ */
.logo { background-image:url(../images/logo.gif);height:108px; left:0; overflow:hidden; position:absolute; top:0; width:420px; } 
.page-print .logo { background:none;height:auto;position:relative;width:auto; } 
.header-container {background:#D5D5D5;margin:0 1px; }
.header { background:url(../gfx/layout/header.jpg) no-repeat; height:273px; position:relative; }
.header .logo { background-position:0 0; background-repeat:no-repeat; margin:60px 0 0 22px; text-indent:-999em; }
.header .logo a { display:block; width:420px; height:108px; }
.header .welcome-msg { font-weight:bold; text-align:right; }
.header .links { float:right; margin-right:10px; }
.header .links li { background:url(../gfx/deco/border/dash.png) no-repeat left center; display:inline; padding:0 6px 0 12px; }
.header .links li.first { background:none; }
.header .links li a { color:#13aeb6; font-size:0.9em; }
.header .form-search { text-align:center; }
.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer;text-align:left; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header .form-language { text-align:center; }
.header #search_mini_form { bottom:0; height:30px; left:335px; position:absolute; width:500px; }
.header #search_mini_form label { display:none; }
.header #search_mini_form input { background:none; border:none; float:left; font-size:13px; height:18px; line-height:18px; padding:2px; width:135px; }
.header #search_mini_form button.button { border:none; float:left; height:18px; margin:2px 0 0 5px; }
.header #search_mini_form select { background:#f3f3f3; border:none; float:left; font-size:13px; height:20px; line-height:20px; margin:1px 9px 0; width:124px; }

/********** < Navigation */
#nav { margin:0 auto; height:59px; width:945px; }

/* All Levels */
#nav li { display:block; float:left; height:59px; text-align:center; width:85px; }
#nav li a { background:url(../gfx/layout/navigation.png) no-repeat right top; border-left:1px solid #161616; color:#fff; display:table-cell; line-height:20px; font-size:1.3em; height:59px; text-decoration:none; text-transform:uppercase; vertical-align:middle; width:85px; }
#nav li.custom { width:117px; }
#nav li.custom a { width:117px; }
#nav li.home { width:63px; }
#nav li.home a { background-position:0 -118px; border:none; text-indent:-5000px; width:63px; }
#nav li.last a { background-position:right -236px; }
#nav li a:hover,#nav li.active a { background-position:right -59px; border-color:#087FA2; }
#nav li.home a:hover, .cms-home #nav li.home a { background-position:0 -177px; }
#nav li.last a:hover,#nav li.last.active a { background-position:right -295px; }
#nav li a span { display:block; white-space:normal; cursor:pointer; }
#nav li a span span {display:block;float:left;text-indent:-5000em;}
#nav li a span#piercing-autres {background:url(../images/piercing-autres.png) no-repeat;height:12px;margin:0 auto;text-indent:-5000em;width:56px;}
#nav li ul {display:none;}

/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { border:1px solid #BCBCBC; margin:0 0 10px; }
.block .block-title { background:#0E0C07 url(../gfx/layout/block-title.png) repeat-x; padding:0 8px; }
.block .block-title h2 { color:#fff; font-size:1.3em; font-weight:normal; line-height:1.5;margin:0; }
.block .block-title p { color:#fff; font-size:1.3em; font-weight:normal; line-height:1.5;margin:0; }
.block .block-title p a { color:#fff; text-decoration:none; }
.block h3 { font-size:1.2em; line-height:1.8;margin:0; }
.block .block-content { padding:10px; }
.block .actions { text-align:right; }

/* Block: Account */
.block-account {}

/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/* Block: Layered Navigation */
.block-layered-nav .block-title { background:url(../gfx/layout/layered-nav-title.png) no-repeat; }
.block-layered-nav .block-title h1 { font-size:1.25em; font-weight:bold; text-transform:uppercase;color:#FFFFFF;line-height:1.5;margin:0; }
.block-layered-nav.block { background:transparent url(../gfx/layout/layered-nav.png) no-repeat left bottom; border:none; margin-left:1px; overflow:hidden; padding-bottom:15px;}
.col-left .block-layered-nav .block-title p.title { color:#FFFFFF;font-size:1.25em;font-weight:bold;line-height:1.5;margin:0;text-transform:uppercase;}
.col-left .block-layered-nav .block-content p.title { background:#B8E0FD; border-bottom:1px dashed #62777C; color:#0e3248; font-size:1.1em; padding:0 8px; text-transform:uppercase;line-height:1.8;ont-weight:normal;margin-top:8px; }
.block-layered-nav .block-content { background:url(../gfx/layout/layered-nav.png) no-repeat; padding:0 1px; }
.block-layered-nav dl { color:#353535; }
.block-layered-nav dt { background:url(../gfx/deco/marker/layer-dt.png) no-repeat left center; margin:10px 8px 0; padding:0 20px; text-transform:uppercase; }
.block-layered-nav dd { border-bottom:1px dashed #62777C; padding:0 17px 12px; }
.block-layered-nav dd ol li a span {display:block;float:left;text-indent:-5000em;}
.block-layered-nav .currently li { background:#FAFBFD url(../gfx/layout/layered-currently.png) repeat-x left bottom; border-bottom:1px dashed #62777C; clear:both; float:left; overflow:hidden; padding:4px 6px; width:206px; }
.block-layered-nav .currently .label { background:url(../gfx/deco/marker/layer-dt.png) no-repeat -236px 3px; display:block; float:left; padding-left:18px; text-transform:uppercase; width:175px; }
.block-layered-nav .currently .label span { text-transform:none; }
.block-layered-nav .currently li a.list_remove_btn { background:url(../images/list_remove_btn.gif) no-repeat; display:block; float:right; height:11px; margin:3px 0 0; text-indent:-5000px; width:11px; }
.block-layered-nav .currently li a.list_remove_btn:hover { background-position:left bottom; }
.block-layered-nav .actions { background:#EFEFEF; clear:both; padding:2px 8px; }
.showlink a {background:url(../gfx/layout/showlink.png) no-repeat right center;padding-right:10px;}

/* Block: Cart */
.block-cart { background:url(../gfx/layout/block-cart.png) no-repeat;border:none;bottom:2px;height:80px;margin:0;right:0;position:absolute;width:144px;}
.block-cart .block-title { background:none;padding:4px 8px 0 47px;}
.block-cart .block-content{ padding:0 10px;}
.block-cart .block-title h2 a, .block-cart .block-content li, .block-cart .block-content a, .block-cart .block-content p, .block-cart .block-content p a {color:#fff;text-decoration:none;}
.block-cart .block-content li { background:url(../gfx/deco/marker/cart.png) no-repeat 0 4px;line-height:1.2em;padding-left:8px;}
.block-cart .block-content li a {color:#FFB5DB;text-decoration:none;}
.block-cart .block-content li a:hover {color:#fff;}
.block-cart .subtotal { font-size:1.2em;text-align:center; }
.block-cart .subtotal a { color:#fff; }

.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:50px; padding:5px; border:1px solid #ddd; margin-right:-75px; }
.mini-products-list .product-details { margin-left:75px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.mini-products-list .product-details .btn-remove { float:right; }

/* Block: Wishlist */
.block-wishlist {}

/* Block: Related */
.sidebar .block-related .block-content {padding:0;}
.block-related li { border-bottom:1px dashed #717171;padding:8px; }
.block-related li.alt { background:#F4F3F3; }
.block-related li.last { border-bottom:none; }
.block-related .item .product-image { float:left; margin-right:-65px; }
.block-related .item .product-image img {border:1px solid #9B9B9B;}
.block-related .item .product-details { margin-left:70px; }
.block-related li h3 { font-size:10px; }
.block-related .regular-price, .block-related .special-price { color:#1f1f1f; }
.block-related .price-box .price { font-size:12px; }

/* Block: Compare Products */
.block-compare {}
.block-compare li { padding:5px 0; }

/* Block: Viewed */
.block-recent {}

/* Block: Poll */
.block-poll {}
.block-poll input.radio { float:left; margin:3px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll .answer {}
.block-poll .votes { font-weight:bold; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

/* Block: Subscribe */
.block-subscribe .block-content { padding:5px 10px; }
.block-subscribe label { color:#352000; font-size:0.9em; line-height:18px; }
.block-subscribe label strong { color:#878787; font-family:Impact, Charcoal, sans-serif; font-size:15px; font-weight:normal; text-transform:uppercase; }
.block-subscribe #newsletter  { color:#166b65; font-size:0.9em; width:131px; }
.block-subscribe .button { float:right; margin:4px 0; }

/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .label { display:block; margin-left:20px; }

/* Block: Banner */
.block-banner { background:#D2D2D2; }
.block-banner .block-content { padding:0; text-align:center; }
.block-banner .block-content img { display:block; }

/* Block: Checkout Progress */
.block-progress {}
.block-progress dt { font-weight:bold; }
.block-progress dt.complete,
.block-progress dd.complete { background-color:#f6f6f6; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border-bottom:1px solid #ddd; margin:0 0 10px; }
.category-image { display:block; margin:0 auto; }
.category-products {}

/* View Type: Grid */
.products-grid { width:100%; }
.products-grid tr.odd {}
.products-grid tr.even { background-color:#f6f6f6; }
.products-grid td { width:33%; border:1px solid #ddd; padding:5px; }
.products-grid td.empty {}

/* View Type: List */
.products-list li.item { background:none; border-bottom:1px solid #D4D4D4; padding:12px 10px 12px 0; }
.category-products .products-list li.last { border-bottom:none; }
.category-products .product-image,.category-products .short-description,.category-products .product-rating,.category-products .product-prices, .category-products .short-description-wide { float:left; font-size:1.15em; }
.category-products .columns .product-prices {margin:0;}
.category-products .columns { margin-top:10px;overflow:hidden; }
.category-products .columns p { margin-bottom:0; }
.category-products .product-image { width:100px; }
.category-products .product-name { width:232px; }
.category-products .product-name-wide {font-size:1em;font-weight:normal;line-height:1.5; width:332px; }
.category-products .product-name-wide a {color:#0E74DD;text-decoration:underline; }
.category-products .short-description { padding-right:10px; width:222px; }
.category-products .short-description-wide { padding-right:10px; width:322px; }
.category-products .product-prices { float:right;margin-top:15px;width:75px; }
.category-products .product-rating { width:100px; }
.products-list .product-rating { height:25px; padding-top:4px; }
.products-list .product-rating p  { text-align:center; width:69px; }
.products-list .product-image img { border:1px solid #9B9B9B; }
.products-list .product-shop { float:left;}
.products-list .product-shop p { font-size:11px; }
/* ======================================================================================= */


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

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

#tabs {clear:both;padding:20px 0 0;}
ul#tabnav li {background:none;float:left;padding:0;}
ul#tabnav li a {background:url(../gfx/layout/tabs.png) no-repeat;color:#fff;display:block;font-size:17px;line-height:24px;padding-top:5px;text-align:center;text-decoration:none;}
ul#tabnav li a:hover, ul#tabnav li a.selected {background-position:-428px 0;color:#000000;line-height:28px;padding-top:1px;}
ul#tabnav li a#tab_first {width:165px;}
ul#tabnav li a#tab_second {background-position:-165px 0;width:263px;}
ul#tabnav li a#tab_second:hover, ul#tabnav li a#tab_second.selected {background-position:-593px 0;}
.panel {background:#E5F1F7;border:1px solid #D4D4D4;border-bottom:1px dashed #D4D4D4;clear:both;padding:15px 20px;}
.panel p, .panel {color:#1f1f1f;}
.panel p {margin-bottom:10px;}
.panel p b, .panel p strong, .panel h2 {color:#006fe2;}
.panel h2 {font-size:14px;font-weight:normal;margin:10px 0 5px;}
.panel p.title {color:#006FE2;font-size:14px;font-weight:normal;margin:10px 0 5px;}
.panel p.product-name {color:#D747D8;text-transform:uppercase;}

.price-repeat {border:1px solid #D4D4D4;border-top:none;padding:15px 20px;}
.product-view .price-repeat .price-box {float:left;}
.price-repeat .add-to-cart button.button {margin-top:5px;}

/* Product Images */
.product-view .product-img-box { clear:both; float:left; width:290px; }
.product-view .product-img-box #image { width:220px; }
.product-view .product-img-box #image img { border:1px solid #A2A2A2; }
.product-view .product-img-box #image #bt_zoom { background:url(../gfx/deco/marker/bt_zoom.png) no-repeat left center; clear:both;display:block;font-size:10px;margin-left:9px;padding:4px 0 6px 24px; }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; 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; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/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:-1px; width:9px; height:22px; background:url(../images/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, .product-view .product-img-box .more-views-bottom { float:left;margin:14px 0 0 12px;width:48px; }
.product-view .product-img-box .more-views ul, .product-view .product-img-box .more-views-bottom ul { margin-left:0; }
.product-view .product-img-box .more-views li, .product-view .product-img-box .more-views-bottom li { background:none; border:1px solid #A2A2A2; margin:0 0 10px; padding:0; }
.product-view .product-img-box .more-views-bottom { clear:both;margin:0;width:290px; }
.product-view .product-img-box .more-views-bottom li { float:left;margin:0 10px 0 0; }

.product-image-popup { margin:0 auto; }
.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; margin:14px 0 0 13px; width:220px; }
.product-view .product-name { float:left;font-weight:normal; }
.product-view .product-name h1 { color:#28281f;font-size:18px;margin:10px 0 0;text-transform:none; }
.product-view .product-name .ratings { margin-top:2px; }
.product-view .product-name .amount { display:none; }
.product-view .price-box { float:right; }
.product-view .price-box .price { font-size:22px; }
.product-view .short-description {}

/* Rating */
.ratings {}
.ratings .amount {}
.ratings .rating-links {}
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bg_rating.gif) 0 0 repeat-x; position:relative; overflow:hidden; }
.rating-box .rating { position:absolute; top:0; left:0; height:13px; background:url(../images/bg_rating.gif) 0 100% repeat-x; }

/* Availability */
.availability {}
.availability .in-stock { font-weight:bold; }
.availability .out-of-stock { font-weight:bold; color:#f00; }

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box {}
.price-box .price { font-size:15px; }

.price-box-bundle {}

/* Regular price */
.regular-price, .special-price { color:#0e74dd; }

/* Old price */
.old-price { color:#3f3f3f; }
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-size:12px; text-decoration:line-through; }

/* Special price */
.special-price .price-label { font-weight:bold; white-space:nowrap; }

/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.col-main p.minimal-price-link { border-top:1px solid #727272;line-height:15px;margin-top:5px;padding-top:5px;}
p.minimal-price-link .label {color:#737373;}
p.minimal-price-link .price { color:#D00000;font-size:13px;font-weight:normal; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from {}
.price-from .price-label { font-weight:bold; white-space:nowrap; }
.price-to {}
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

/* Add to Links */
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; font-weight:bold; margin-right:5px; }
.add-to-cart .qty { float:left; }
.add-to-cart button.button { float:right; margin-bottom:8px;padding-left:6px; }
.add-to-cart button.button span { padding-right:6px; }

/* Add to Links + Add to Cart */
.add-to-box {}
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }

/* Product Options */
.product-options { padding:10px 0; border-top:1px solid #A7A7AD;  }
.product-options dt label { font-weight:bold; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:0 0 10px; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }

.product-options-bottom { border-bottom:1px solid #A7A7AD; }
.product-shop .product-pricing { background:#ffc4e4;border:1px solid #ff6fbd;margin-bottom:10px;padding:2px 5px;}
.product-shop .product-pricing li { background:none;padding:0;}
.product-options-bottom .price-box { margin:10px 0; }

.product-shop .sizes {margin-top:5px;}
.product-shop .sizes li {font-size:0.9em;}

/* Grouped Product */
.grouped-items {}

/* Block: Description */
.product-view .description {}

/* Block: Additional */
.product-view .additional {}

/* Block: Upsell */
.product-view .up-sell  {background:#D2D2D2;border:1px solid #BCBCBC;margin:20px 0;}
.product-view .up-sell p.title {background:url(../gfx/layout/upsell.png) no-repeat left center;color:#000;font-size:13px;font-weight:normal;margin:10px 20px;padding:0 0 0 20px;}
.product-view .up-sell .products-grid  {background:#F0F0F0;border-top:1px dashed #424242;overflow:hidden;padding:18px 18px 0;width:auto;}
.product-view .up-sell .products-grid .product-image {float:left;width:105px;}
.product-view .up-sell .products-grid .product {float:left;margin-bottom:20px;width:235px;}
.product-view .up-sell .products-grid .product-image img {border:1px solid #9B9B9B;}
.product-view .up-sell .products-grid .product-shop {float:left;margin:2px 0 0;width:120px;}
.product-view .up-sell .products-grid .product-name {float:none;font-size:12px;margin-bottom:5px;text-transform:none;}
.product-view .up-sell .products-grid .regular-price, .product-view .up-sell .products-grid .special-price {color:#1f1f1f;}
.product-view .up-sell .products-grid .price-box {float:none;}
.product-view .up-sell .products-grid .price-box .price {font-size:12px;}

/* Block: Tags */
.product-view .tags {}
.product-view .tags .form-add-tags label { float:left; }
.product-view .tags .form-add-tags .input-box { float:left; width:260px; margin:0 5px; }
.product-view .tags .form-add-tags input.input-text { width:254px; }
.product-view .tags .form-add-tags button.button { vertical-align:bottom; }
.product-view .tags .form-add-tags p { clear:both; }

/* Block: Reviews */
.product-view .reviews dd {border-bottom:1px dashed #424242;margin:3px 0 15px;padding-bottom:15px;}
.product-view .reviews p {margin:0;}
.product-view .reviews .rate strong {float:left;line-height:13px;margin-right:8px;}
.product-view .add-review .product-name {background:none;float:none;padding:0;}
.product-view .add-review #product-review-table {margin:10px 0;}

/* Block: Add Review */
.product-view .add-review .form-list li{background:none;padding:0;}
.product-view .add-review .product-name span { font-weight:normal; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { font-size:1em; font-weight:normal; line-height:1.5; }
.content .col-main img {border:1px solid #E0E0E0;float:right;margin:10px;}
.col-main h2, .col-main h3 {clear:both;padding-top:10px;}
.col-main .page-title h2 a,.col-main h3.product-name a {color:#0E74DD;text-decoration:underline;}
.col-main h2 {margin-bottom:5px;}
.col-main ul {margin:0 0 10px;}
.col-main li {background:url(../gfx/deco/marker/li.png) no-repeat 0 4px;padding-left:15px;}
.col-main ol li {background:none;padding-left:0;}
.col-main p {margin:0 0 10px;}
.col-main .breadcrumbs li {background:none;padding:0;}
.col-main img.lightbox {cursor:pointer;}

.col-main #contactForm li {background:none;padding-left:0;}

/* Product Tags */
.tags-list li { display:inline; }

/* Advanced Search */
.search-summary {}

/* CMS Home Page */
.cms-home .products-grid td { width:20%; }
#home-links { background:url(../gfx/layout/home-links.png) no-repeat left bottom; clear:both; margin:5px 0; padding-bottom:14px; }
#home-links-b { background:url(../gfx/layout/home-links.png) no-repeat; padding:14px 23px 0; }
.col-main #home-links h2 { color:#6f6f6f; font-size:1.3em; text-transform:uppercase; margin:0 0 8px; padding:0; }
#home-links ul { overflow:hidden; }
#home-links li { background:url(../gfx/deco/marker/links-li.png) no-repeat 0 3px; color:#002a35; float:left; font-size:0.9em; margin:0 12px 5px; padding-left:18px; width:40%; }
#new-products, #cat-products {padding-right:33px; }
#new-products, #featured-products {border:none;}
#cat-products { clear:both; }
.home-products { border-top:1px solid #D2D2D2; float:left; margin-bottom:8px; padding-top:7px; width:245px; }
.home-products .page-title { margin-bottom:1px; padding:0; }
.col-main .home-products .page-title h2 { background:#D2D2D2; border-bottom:1px solid #DBDBDB; border-top:1px solid #DBDBDB; color:#141414; font-size:12px; font-weight:normal; line-height:1; margin:0; padding:4px 9px; }
.col-main .home-products li {background:none; border-top:1px solid #DBDBDB; padding:18px 3px 18px 0; }
.home-products li .infos, #flash-products li .infos { float:left; width:105px; }
.home-products li .infos h3, #flash-products li .infos h3 { line-height:1.2; margin-bottom:4px; padding:0; }
.home-products p, #flash-products p { color:#2d2d2c; line-height:1.2; }
.home-products li .infos .regular-price, #flash-products li .infos .regular-price, .home-products li .infos .special-price, #flash-products li .infos .special-price { color:#ff00ca; }
.home-products li .product-image, #flash-products li .product-image { float:left; margin-right:10px; }
.home-products li .button, #flash-products li .button { clear:both; width:116px; }

#new-products-cat {background:#FFFFE7;border:1px solid #C9C9C9;overflow:hidden;margin-bottom:10px;padding:5px;}
#new-products-cat .page-title {border:none;margin:0;padding:0;}
#new-products-cat h2 {color:#28281f;font-size:16px;margin-top:0;padding:0;}
#new-products-cat h3 {margin:0;padding:0;}
#new-products-cat li {background:none;border-top:1px solid #CFCFAD;float:left;margin:0 5px 5px 0;padding:8px 5px 0 5px;;width:240px;}
#new-products-cat li.clear {clear:left;}
#new-products-cat li img {border:1px solid #A2A2A0;}
#new-products-cat li .infos { float:right; margin-left:8px; width:155px; }
#new-products-cat li .infos .price-box { float:right; }
#new-products-cat li .infos .price-box .price { font-size:18px; }
#new-products-cat li .infos .price-box .special-price { float:right; }
#new-products-cat li .infos .price-box .old-price { float:left;margin-right:10px; }

/* CMS Left Nav */
#left-nav { background:url(../gfx/layout/nav-left.png) no-repeat; overflow:hidden; }
#left-nav h2, #flash-products h2 { background:#0E0C07 url(../gfx/layout/block-title.png) repeat-x scroll 0 0; color:#FFFFFF; font-size:1.3em; font-weight:normal; line-height:1.5; margin:0 0 10px; padding:0 8px; }
#left-nav p.title { background:#0E0C07 url(../gfx/layout/block-title.png) repeat-x scroll 0 0; color:#FFFFFF; font-size:1.3em; font-weight:normal; line-height:1.5; margin:0 0 10px; padding:0 8px; }
#left-nav h2 a { color:#FFFFFF; text-decoration:none; }
#left-nav p{ color:#002a35; font-size:0.9em; margin:0 7px 10px; }
#left-nav ul { margin-bottom:10px; }
#left-nav li { background:url(../gfx/deco/marker/left-li.png) no-repeat 0 4px; color:#002a35; font-size:1em; margin:0 12px 5px; padding-left:18px; }
#left-nav img { border:1px solid #B9B9B9;margin:0 5px 5px; }
#left-nav li.active a { color:#FF00CA; }
#left_actu {background:#fff url(../gfx/layout/news.png) no-repeat left bottom;overflow:hidden;padding-bottom:15px;}
#left_actu h2 {background:url(../gfx/layout/news-t.png) no-repeat;color:#fff;height:22px;padding-top:46px;padding-left:15px;}
#left_actu p {font-size:1em;margin-right:17px;margin-left:14px;}
#left_actu p strong {color:#d849bd;}
#left_actu h3 {color:#d849bd;font-size:1.1em;font-weight:bold;margin:0 17px 5px 14px;}
#left_actu hr {background:#BCBCBC;border:none;color:#BCBCBC;height:1px;margin:0 17px 5px 14px;}

/* Flash Sales */
#flash-products { background:url(../gfx/layout/layered-nav.png) no-repeat right bottom; }
#flash-products h2 { margin-bottom:0; }
#flash-products ul { padding-bottom:35px; }
#flash-products li { border-top:1px solid #939FA2; margin-top:1px; padding:3px 0 0 5px; }
#flash-products li .product-image { margin-right:5px; }
#flash-products li .infos { width:88px; }
#flash-products .countdown { background:url(../gfx/layout/countdown.png) no-repeat right top; color:#3a3a3a; font-size:14px; line-height:1.4; margin-bottom:4px; padding-left:10px; }
#flash-products .countdown strong { font-size:19px; font-weight:normal; }


/* Sitemap */
.sitemap {}
/* ======================================================================================= */


/* Product Review ======================================================================== */
.product-review {}
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; border:1px solid #ddd; padding:1px; }
.product-review .details { float:right; width:570px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart {width:910px;}
.cart .checkout-types button.button {border:1px solid #BAC4CF;padding:0;height:41px;width:365px;}
.cart .checkout-types button.button span {background:url(../gfx/deco/button/checkout.png) no-repeat;border:1px solid #2776CD;color:#fff;display:block;height:37px;font-size:19px;font-weight:bold;line-height:37px;padding:0;width:361px;}
.cart .checkout-types { float:right; text-align:right; }
.cart .checkout-types li { margin-bottom:20px; }
.cart .page-title {border:none;}
.cart .page-title h2, .checkout-onepage-index .page-title h2 {background:url(../gfx/deco/marker/cart-title.png) no-repeat;color:#ff008a;font-size:2.25em;font-weight:bold;margin-left:10px;padding:5px 0 0 64px;}
.cart button.button { background-image:url(../gfx/deco/button/button-cart.png);border-color:#97C4E5 #ABD3EF #85BDE5 #ABD3EF;}
.cart button.button span {color:#1e1e1e;}
.col-main .cart li {background:none;padding:0;}

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }
.cart-table thead { background:#FE59AF url(../gfx/layout/cart-thead.png) repeat-x left bottom;border:1px solid #C70067;}
.cart-table th { background:#FE59AF url(../gfx/layout/cart-thead.png) repeat-x left bottom;border:none;color:#fff;font-size:1.2em;font-weight:normal;}
.cart-table tr.alt td { background-color:#EEFBFD;}
.cart-table tbody td { background-image:url(../gfx/deco/border/cart.png);background-repeat:no-repeat;background-position:right center;border:none;border-bottom:1px solid #CDCDCD;vertical-align:middle;}
.cart-table tbody td h3 { margin-top:0;}
.cart-table tfoot td { border:none;}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { border:1px solid #BCBCBC; float:left; margin-top:10px; padding:5px; width:270px; }
.cart .cart-collaterals h3 { border-bottom:2px solid #c8c8c8; color:#f3198a;font-size:13px; font-weight:bold; margin:0; padding-bottom:4px; }
.cart .cart-collaterals h4 { background:none;font-size:12px;margin:0;padding:0;text-transform:none; }
.cart .cart-collaterals p { margin:2px 0;text-align:justify; }
.cart .cart-collaterals li.item { border-bottom:1px dashed #D5D5D5;padding:5px 5px 15px 0; }
.cart .cart-collaterals .price-box { text-align:right; }
.cart .cart-collaterals .price-box .regular-price, .cart .cart-collaterals .price-box .special-price { color:#ff00ca; font-size:18px; }
.cart .crosssell .product-image { border:1px solid #9D9D9D; float:left; margin-right:-90px; }
.cart .crosssell .product-shop { margin-left:90px; }
.cart .shipping {}

/* Discount */
.cart .discount, .cart .shipping  {border:1px solid #BCBCBC; margin-top:10px; padding:5px; width:353px;}
.cart .discount h3, .cart .shipping h3  {color:#000;font-size:16px;margin-top:0;}

/* Shopping Cart Totals */
.cart .totals { float:right;width:363px; }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { border-bottom:1px solid #BCBCBC;border-left:1px solid #BCBCBC;padding:5px 10px 5px 30px; }
.cart .totals table th { border-bottom:1px solid #BCBCBC;border-left:1px solid #BCBCBC;font-size:14px;font-weight:bold;padding:5px 10px 5px 30px; }
.cart .totals #shopping-cart-totals-table { border-top:1px solid #BCBCBC;border-right:1px solid #BCBCBC; margin-top:10px; }
.cart .totals #shopping-cart-totals-table td { border:1px solid #BCBCBC; color:#717171; font-size:12px; }
.cart .totals #shopping-cart-totals-table td strong { color:#000; font-size:14px; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:30px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/* One Page */
.opc { border-bottom:1px solid #ddd; position:relative; }
.opc li.section { background:none;border:1px solid #ddd; border-bottom:0; padding:0; }
.opc li.section li { background:none; padding:0; }
.opc .step-title { background-color:#f6f6f6; padding:5px; text-align:right; }
.opc .step-title .number { background:#fff; color:#999; float:left; line-height:16px; margin-right:5px; padding:0 5px; }
.opc .active .step-title .number { background:#EF0EA7; color:#fff; }
.opc .step-title h3 { color:#999;font-size:14px; float:left; line-height:1em; margin-top:0;clear:none; padding:0; }
.opc h4 { background:none;border-bottom:1px solid #E4E4E4;color:#1F1F1F;margin-bottom:5px;padding:0;}
.opc .active .step-title h3 { color:#fff;  }
.opc .allow .step-title { cursor:pointer; }
.opc .active {}
.opc .active .step-title { background-color:#717171; border-left:1px solid #5F5F5F;border-top:1px solid #383838; cursor:default; }
.opc .step { border-top:1px solid #ddd; padding:10px; position:relative; }
.opc .step .tool-tip { right:10px; }
.opc .order-review {}
.opc button.button { background:#F1009E;border:1px solid #DE00B6; }

.col-right .block-progress { border:none;margin-top:25px; }
.col-right .block-progress .block-title { background:url(../gfx/deco/marker/block-progress.png) no-repeat;margin-bottom:5px;padding-left:39px; }
.col-right .block-progress .block-title h2 {color:#ff0068;font-size:14px;line-height:1.2em; }
.col-right .block-progress .block-content {padding:0; }
.col-right .block-progress .block-content dt {background:#FBFAF6;border:1px solid #B8B8B8;color:#2f2f2f;padding:3px; }
.col-right .block-progress .block-content dt .separator {display:none; }
.col-right .block-progress .block-content dt a {background:url(../gfx/deco/marker/block-progress-dt.png) no-repeat 0 4px;color:#888887;display:block;font-weight:normal;padding-left:15px; }
.col-right .block-progress .block-content dd {background:#EEEEEE;border:1px solid #B8B8B8;padding:10px; }

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}

/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.please-wait { float:right; margin-right:5px; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.add-gift-message {}
.gift-message-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-message-form .inner-box { padding:5px; height:300px; overflow:auto; }
.gift-message-form .gift-item {}

.gift-message-link { display:block; background:url(../images/bg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }
/********** Common Checkout Styles > */
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login {}
.account-login .new-users {}
.account-login .registered-users {}

.account-create {}
/* Account Login/Create Pages ============================================================ */


/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}

/* Block: Recent Orders */
.dashboard .recent-orders { margin:10px 0; }

/* Block: Tags */
.dashboard .tags .number { float:left; margin-right:-20px; }
.dashboard .tags .details { margin-left:20px; }

/* Block: Reviews */
.dashboard .reviews {}
/********** Dashboard > */

/* Order View */
.order-info { border:1px solid #ddd; padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

/* Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer { background:#130E05 url(../gfx/layout/footer.png) repeat-x; border-bottom:1px solid #14211E; }
.foot { background:url(../gfx/layout/foot.png)  no-repeat; margin:0 auto; overflow:hidden; padding:50px 0 20px; text-align:center; width:957px; }
.footer, .footer p, .footer a { color:#a39d92; }
.footer address { text-align:right; }
.footer ul { display:inline; }
.footer li { display:inline; margin:5px 20px; }
.footer #altiplano { background:url(../gfx/logos/altiplano.png) no-repeat right center; color:#6b6049; display:block; font-size:0.9em; margin:30px 20px 0 0; padding-right:25px; text-align:right;text-decoration:none; text-transform:uppercase; }
.footer #altiplano a { color:#6b6049;text-decoration:none;text-transform:uppercase;}
/* ======================================================================================= */

#flashcustom { height:175px;margin-bottom:10px;width:157px;  }

#payment_form_bankpayment table {
margin-bottom:20px;
width:100%;
}
#payment_form_bankpayment tr td {
background:#F3F3F3;
border:1px solid #CDCDCD;
padding:5px 10px;
}
#payment_form_bankpayment .input-box {
width:95%;
}
.bankpayment_info tr td {
background:#F3F3F3;
border:1px solid #CDCDCD;
padding:3px;
}