/**
 * 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 ================================================================================= */
body { background-color: #eff8f9; color: #333; }
.wrapper { padding: 16px 0; }
.page { width: 940px; margin: 0 auto; padding: 25px 30px 32px 30px; text-align: left; background-color: #fff; }
.page-top,
.page-bot { width: 1000px; height: 6px; margin: 0 auto; background: transparent url(../images/bg/page-top_bg.gif) 0 0 no-repeat; font-size: 0; line-height: 0; }
.page-bot { background-image: url(../images/bg/page-bot_bg.gif); }

.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main { clear: both; margin: 30px 0; }
/* .cms-home .main { margin-top: 18px; } */

/* Base Columns */
.col-left { float:left; width:230px; border:1px solid #ddd; padding:5px 5px 0; }
.col-main { float:left; }
.col-right { float:right; width:230px; border:1px solid #ddd; padding:5px 5px 0; }

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

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

/* 3 Columns Layout */
.col3-layout .col-main { width:484px; margin-left:10px; }

/* 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 ========================================================================= */
a { color: #5f3328; text-decoration:none; }
a:hover { text-decoration:underline; }
a.print-link { cursor: pointer; }
.clear, .clear-right, .clear-both { clear: left; height: 0; line-height: 0; font-size: 0; }
.clear-right { clear: right; }
.clear-both { clear: both; }
.hidden { display: none; }
.bold, .strong { font-weight: bold; }

/* Headings */
h1, h2, h3, h4, h5, h6 {}
h1 {}
h2 { font-size: 24px; color: #1cbeca; margin-bottom: 12px; }
h3 { font-size: 15px; color: #333333; margin-bottom: 3px; font-weight:bold; }
h4 { font-size: 14px; }
h5 { font-size: 13px; }
h6 { font-size: 12px; }

h3.orange { text-transform: uppercase; color: #f78d1e; }
h3.underline { border-bottom:1px dotted #c5ae9c; padding-bottom:7px; margin-bottom:7px; }
button.h3, a.h3 { float:right; margin-top:-35px; }

/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input, select, textarea { background:#fff; border:1px solid #ddd; }
input, textarea { padding: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; }

/* Buttons */
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button { width:auto; border: none; padding: 0; margin: 0; cursor: pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ }
button.button span { float:left; }
button.disabled {}
button.disabled span {}

.btn-lg,
.btn-med,
.btn-sm { display: block; height: 32px; background-position: 0 0; background-repeat: no-repeat; background-color: transparent; text-indent: -5000px; cursor: pointer; line-height: 0; font-size: 0; }
.btn-med { height: 20px; }
.btn-sm { height: 12px; }

.btn-lg:hover { background-position: 0 -32px; }
.btn-med:hover { background-position: 0 -20px; }
.btn-sm:hover { background-position: 0 -12px; }

/* Large */
button.add-to-basket, a.add-to-basket { width:188px; background-image:url(../images/buttons/add-to-basket.png); }
button.lg-save, a.lg-save { width:105px; background-image:url(../images/buttons/lg_save.png); }
button.checkout, a.checkout { width: 152px; background-image: url(../images/buttons/lg_checkout.gif); }
button.continue, a.continue { width: 150px; background-image: url(../images/buttons/lg_continue.gif); }
button.keep-shopping, a.keep-shopping { width: 188px; background-image: url(../images/buttons/lg_keep-shopping.gif); }
button.save, a.save { width: 105px; background-image: url(../images/buttons/lg_save.png); }
button.get-started, a.get-started { width: 168px; background-image: url(../images/buttons/lg_get-started.gif); }
button.place-order, a.place-order { width: 174px; background-image: url(../images/buttons/lg_place-order.gif); }

/* Medium */
/*
button.back, a.back { width: 64px; background-image: url(../images/buttons/back.gif); }
button.login, a.login { width: 61px; background-image: url(../images/buttons/login.gif); }
button.print, a.print { width: 59px; background-image: url(../images/buttons/print.gif); }
*/
button.apply, a.apply { width: 55px; background-image: url(../images/buttons/med_apply.gif); }
button.add-new-address, a.add-new-address { width: 153px; background-image: url(../images/buttons/med_add-new-address.gif); }
button.back, a.back { width: 51px; background-image: url(../images/buttons/med_back.gif); }
button.cancel, a.cancel { width: 67px; background-image: url(../images/buttons/med_cancel.gif); }
button.edit, a.edit { width: 45px; background-image: url(../images/buttons/med_edit.gif); }
button.manage-addresses, a.manage-addresses { width: 152px; background-image: url(../images/buttons/med_manage-addresses.png); }
button.remove, a.remove { width: 70px; background-image: url(../images/buttons/med_remove.gif); }
button.update-basket, a.update-basket { width: 119px; background-image: url(../images/buttons/med_update-basket.gif); }
button.save-address, a.save-address { width: 180px; background-image: url(../images/buttons/med_save-address.png); }
button.submit, a.submit { width: 61px; background-image: url(../images/buttons/med_submit.gif); }
button.subscribe, a.subscribe { width: 83px; background-image: url(../images/buttons/med_subscribe.png); }
button.unsubscribe, a.unsubscribe { width: 103px; background-image: url(../images/buttons/med_unsubscribe.png); }
button.view-order, a.view-order { width: 96px; background-image: url(../images/buttons/med_view-order.gif); }
button.view-all-orders, a.view-all-orders { width: 131px; background-image: url(../images/buttons/med_view-all-orders.png); }
button.add-a-new-address, a.add-a-new-address { width: 153px; background-image: url(../images/buttons/med_add-a-new-address.png); }
button.create-account, a.create-account { width: 130px; background-image: url(../images/buttons/med_create-account.gif); }
button.create-an-account, a.create-an-account { width: 156px; background-image: url(../images/buttons/med_create-an-account.png); }
button.forgot-your-password, a.forgot-your-password { width: 193px; background-image: url(../images/buttons/med_forgot-your-password.png); }
button.close-window, a.close-window { width: 118px; background-image: url(../images/buttons/med_close-window.gif); }
button.login, a.login { width: 57px; background-image: url(../images/buttons/med_login.png); }
button.print-order, a.print-order { width: 100px; background-image: url(../images/buttons/med_print-order.gif); }
button.checkout-as-guest, a.checkout-as-guest { width: 153px; background-image: url(../images/buttons/med_checkout-as-guest.gif); }

/* Small */

/* 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; }*/

/* Custom button */
.btn-custom { display: block; background-position: 0 0; background-repeat: no-repeat; background-color: transparent; text-indent: -5000px; cursor: pointer; line-height: 0; font-size: 0; }
button.send-this-card, a.send-this-card { height:30px; width:172px; margin:5px 0; background-image: url(../images/buttons/send-this-card.png); }
button.more-in-baby, a.more-in-baby { height:30px; width:172px; background-image: url(../images/buttons/more-in-baby.png); }
button.more-in-birthday, a.more-in-birthday { height:30px; width:172px; background-image: url(../images/buttons/more-in-birthday.png); }
button.more-in-marriage, a.more-in-marriage { height:30px; width:172px; background-image: url(../images/buttons/more-in-marriage.png); }
button.more-in-just-because, a.more-in-just-because { height:30px; width:172px; background-image: url(../images/buttons/more-in-just-because.png); }
button.more-in-thank-you, a.more-in-thank-you { height:30px; width:172px; background-image: url(../images/buttons/more-in-thank-you.png); }
button.more-in-seasonal, a.more-in-seasonal { height:30px; width:172px; background-image: url(../images/buttons/more-in-seasonal.png); }


/* Text replacement headers */
h5.img { display: block; height: 7px; background-position: 0 0; background-repeat: no-repeat; background-color: transparent; text-indent: -5000px; line-height: 0; font-size: 0; }
h5.order-number { width:44px; background-image:url(../images/bg/order-number.png); }
h5.order-total { width:72px; background-image:url(../images/bg/order-total.png); }
h5.ship-to { width:42px; background-image:url(../images/bg/ship-to.png); }
h5.status { width:40px; background-image:url(../images/bg/status.png); }
h5.date { width:28px; background-image:url(../images/bg/date.png); }

/* Arrows */
.arrow-orange-left { padding-left:10px; background:transparent url(../images/icons/orange-arrow_left.gif) no-repeat left center; }
.arrow-orange-right { padding-right:10px; background:transparent url(../images/icons/orange-arrow_right.gif) no-repeat right center; }


/* Form lists */
.form-list li,
.modal-content .form-list li { margin:0 0 10px; }
.form-list label { font-weight: bold; }
.form-list .input-box { float:left; width:260px; }
.form-list input,
.form-list textarea { width: 99%; }
.form-list select { width:98%; }
.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; }
.group-select .checkbox { width:10px }

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

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

/* Form Validation */
.validation-advice { display:none !important; 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; }

.reqd { background-color:transparent; background-image:url(../images/icons/star.png); background-repeat:no-repeat; padding-right:15px; }
.reqd-on-left { background-position:left center; padding-left:13px; padding-right:0px; font-size: 0.9em; }
.reqd-name { background-position:40px center; }
.reqd-first-name { background-position:67px center; }
.reqd-last-name { background-position:67px center; }
.reqd-city { background-position:26px center; }
.reqd-state { background-position:35px center; }
.reqd-telephone { background-position: right center; }
.reqd-address { background-position:50px center; }
.reqd-zip { background-position:53px center; }
.reqd-country { background-position:50px center; }
.reqd-email-address { background-position:86px center; }
.reqd-password { background-position:62px center; }

/* 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,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }

.error-msg,
.success-msg,
.note-msg,
.notice-msg,
.error-msg { border:none; padding:0 0 0 23px !important; background:transparent url(../images/icons/error.png) no-repeat 5px center; font-size:12pt; color:#c8382f; }

#no-flash .error-msg { background-position: 5px 0.4em;}

.success-msg { border:none; padding:0 0 0 25px !important; background:transparent url(../images/icons/success.png) no-repeat 5px center; font-size:12pt; color:#3d6611; }

.note-msg,
.notice-msg { border:none; padding:0 0 0 20px !important; background:transparent url(../images/icons/alert.png) no-repeat 5px center; font-size:12pt; color:#5f3328 ; }

/* BreadCrumbs */
.breadcrumbs { padding:10px; margin:0 0 10px; border:1px solid #ddd; }
.breadcrumbs li { display:inline; }

/* Page Heading */
.page-title { padding:0; margin:0; }
.title-buttons { text-align:right; }
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

/* Pager */
.pager { width: 48%; float: right; padding: 5px 0 1.5em 0; }
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .pages { float: right; font-weight: bold; }
.pager .pages ol { display:inline; margin-left: 3px; }
.pager .pages li { display:inline; padding: 0 3px; font-weight: normal; }
.pager .pages li a { text-decoration: none; }
.pager .pages li a:hover { text-decoration: underline; }
.pager .pages li .current { font-weight: bold; }
.pager .pages .current {}
.pager .pages .v-middle { padding-bottom: 3px;}

/* Sorter */
.sorter {}
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }
.sorter .link-feed {}

/* Data Table */
.data-table { width:100%; }
.data-table th { padding:10px 0 5px 5px; border-bottom:1px dotted #c5ae9c; font-weight:bold; white-space:nowrap; line-height:1; }
.data-table td { padding:10px 5px; border-bottom:1px dotted #c5ae9c; }
.data-table thead { background-color:transparent; }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { }
.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; }
.data-table td.value {}

/* 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 { padding:0 0 0 12px; margin:1em 0 3px 0; font-size:14px; font-weight:bold; background:url(../images/icons/li-blue.png) no-repeat left center; }
.std dd { padding:0 0 0 12px; font-size:13px; }
.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; }
.std .large { font-size:15px; color:#333333; }

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

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; width: 290px; height: 45px; overflow:hidden; }
.header-container { }
.header { }
.header .logo { margin: 7px 0 0 5px; background-position:0 0; background-repeat:no-repeat; text-indent:-999em; }
.header .logo a { display: block; height: 45px; }
.header .welcome-msg { float: right; margin: 16px 0 0 0; padding-right: 13px; background: transparent url(../images/icons/li-brown.gif) right center no-repeat; font-size: 11px; color: #5f3227; }
.header .links { float: right; margin-top: 6px; }
.header .links li { display: block; float: left; padding: 0; margin: 0; background: transparent url(../images/icons/li-brown.gif) center left no-repeat; font-size: 11px; }
.header .links li.first { margin-left: 0; padding-left: 0; background: none; }
.header .links li a { color: #5f3227; text-decoration: none; padding: 10px 11px 10px 13px; display: block; }
.header .links .first a { padding-left: 10px; }
.header .links li a:hover,
.header .links li a.active { text-decoration: underline; }
.header .links li a.how-it-works { color: #ff8256; font-weight: bold; padding-right: 43px; background: url(../images/nav/how-it-works-birdie.gif) right top no-repeat;}
.header .links .twitter-li, .header .links .facebook-li { background: none; }
.header .links li.last { background: none; }
.header .links li a.twitter-a { background: url(../images/icons/twitter.png) 4px 4px no-repeat; margin-left: 10px; padding: 4px; height: 23px; width: 23px; display: block; text-indent: -5000em; overflow: hidden; }
.header .links li a.facebook-a { background: url(../images/icons/facebook.png) 4px 4px no-repeat; margin-left: 4px; padding: 4px; height: 23px; width: 23px; display: block; text-indent: -5000em; overflow: hidden; }
.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; }
.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; }

/********** < Navigation */
#nav-main { position:relative; clear: both; height: 45px; margin: 14px 0 0 0; background: transparent url(../images/nav/nav-main_bg.gif) 0 0 repeat-x; }

#search_mini_form { float: right; width: 165px; margin: 12px 12px 0 6px; }
#search_mini_form input { width: 131px; padding: 2px 3px; border: none; background: #c5ae9c url(../images/bg/search-input_bg.gif) 0 0 no-repeat; color: #5f3328; font-size: 12px; line-height: 12px; }
#search_mini_form button { width: 22px; height: 15px; padding: 0; margin-left: 2px; background: transparent url(../images/buttons/nav-search.gif) left top no-repeat; }

#nav { font-size:12px; width: 750px; float: left; }

/* All Levels */
#nav li { float: left; height: 45px; position: relative; text-align: left; }
#nav li.over { z-index:999; }
#nav li.parent {}
#nav li.first { margin-left: 5px; }
#nav li.last {}
#nav li ul a span { white-space:normal; }

#nav li a { display: block; float: left; padding: 13px 14px 14px; color: #fff; font-size: 12px; text-decoration:none; text-transform: uppercase; }
#nav li a:hover,
#nav li.over a,
#nav li.active a { color: #f78d1e; }
#nav li a span { display:block; white-space:nowrap; cursor:pointer; }

/* 1st Level */
#nav li {}

/* 2nd Level */
#nav ul { position: absolute; top: 100%; left:-10000px; height: 24px; padding-left: 10px; background: transparent url(../images/nav/nav-sub_bg.gif) 0 0 no-repeat; }
#nav ul li { float: left; height: 24px; }
#nav ul li.last { background: transparent url(../images/nav/nav-sub_bg.gif) top right no-repeat; padding-right: 10px; }
#nav ul li a { float:none; padding: 3px 10px; font-weight: normal; font-size: 11px; color:#fff !important; }
#nav ul li a:hover { color: #5f3328 !important; }
#nav ul li.active > a,
#nav ul li.over > a  { color: #5f3328 !important; }
.nav-loaded ul { display: none; }
#nav .active ul { display: block; }
#nav .active ul ul { display: none; }

/* 3rd+ level */
#nav ul ul { top:7px; }

/* Show Menu */
#nav li.over > ul { display: block; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }

#nav-shim { display: none; background: white; width: 100%; height: 24px; position: absolute; top: 45px; }
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { border:1px solid #ddd; margin:0 0 10px; }
.block .block-title { border-bottom:1px solid #ddd; padding:0 10px; }
.block .block-title h2 { font-size:16px; font-weight:bold; line-height:1.5; }
.block h3 { font-size:14px; line-height:1.5; }
.block .block-content { padding:10px; }
.block .actions { text-align:right; }
.block .actions a { float:left; }

/* 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-layered-nav dt { font-weight:bold; }
.block-layered-nav .currently {}

/* Block: Cart */
.block-cart {}
.block-cart .amount {}
.block-cart .subtotal { text-align:center; }

.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 */
.block-related {}
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .item { margin-left:20px; }
.block-related .item .product-image { float:left; margin-right:-65px; }
.block-related .item .product-details { margin-left:65px; }

/* 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: 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 {}
.block-banner .block-content { text-align:center; }

/* 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 { width: 50%; float: left; }
.category-image { display:block; margin:0 auto; }
.category-description { clear: left; font-size: 1.2em; }
.category-products { margin: 1.3em 0 0 0; }

/* Gift card list */
.category-products .giftcards li { float:left; width:450px; padding:0 15px 15px 0; }
.category-products .giftcards li img { float:left; padding:0 15px 15px 0; }
.category-products .giftcards li h3 { color:#1cbeca; font-size:14px; display:inline; }
.category-products .giftcards li {  }
.category-products .get-started { clear:both; float:right; width:168px; padding-right:20px; }

/* View Type: Grid */
.products-grid { width:100%; clear: left; }
.products-grid tr.odd {}
.products-grid tr.even {}
.products-grid td { width: 220px; padding: 0 20px 35px 0; }
.products-grid td.empty {}
.products-grid td.last { padding-right: 0; }
.products-grid td .product-name { font-size: 1.2em; margin-bottom: 0 }
.products-grid td .product-name a,
.products-grid td .artist-name a { text-decoration: none; }
.products-grid td .product-name a:hover,
.products-grid td .artist-name a:hover { text-decoration: underline; }
.products-grid td .artist-name,
.artist-name,
.giftcard-name { padding-left: 17px; background: transparent url(../images/bg/by.gif) 0 6px no-repeat; font-size: 0.9em; font-weight: normal; cursor: pointer; }
.giftcard-name { background-image: url(../images/bg/for.gif); padding-left: 23px; cursor: default; }
.artist-name a { cursor: pointer; }

/* View Type: List */
.products-list li.item { border:1px solid #ddd; padding:5px; margin:0 0 5px; }
.products-list .product-image { float:left; }
.products-list .product-shop { float:right; width:320px; }
/* ======================================================================================= */


/* Product View ========================================================================== */
.product-view { padding-top: 10px; }

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

/* Product Images */
.product-view .left-col { float:left; width:440px; padding-bottom:25px; }
.product-view .left-col .frame { overflow:hidden; display:block; float:left; width:345px; height:345px; border:solid 1px #6a4137; position:relative; }
.product-view .left-col .frame .product-flash { width: 345px; height: 345px; display: none; }
.product-view .left-col .zoom { display:block; background:url(../images/buttons/zoom-controlls.png) no-repeat 0 0; width:15px; height:15px; position:absolute; bottom:10px; left:10px; cursor:pointer; z-index:1001; }
.product-view .left-col .small img { display:block; float:right; width:81px; height:81px; cursor:pointer; border:solid 1px #5f3328; margin:0 5px 5px 5px; }

.product-view .left-col .text { padding-top:10px; width: 440px; }
.product-view .left-col .text h2 { color:#333333; font-weight:bold; font-size:18px; margin-bottom:0 }
.product-view .left-col .text .artist-name { cursor:pointer; color:#944430; font-size:14px; background:url(../images/bg/by-lg.png) no-repeat 0 6px; padding-left:22px; }
.product-view .left-col .text p { padding:10px 0; }
.product-view .left-col .text div.price { background:url(../images/bg/price.png) no-repeat 0 9px; padding:3px 0 3px 60px; font-size:11px; white-space:normal !important; }
.product-view .left-col .text div.size { background:url(../images/bg/size.png) no-repeat 0 9px; padding:3px 0 3px 60px; font-size:11px; }

.product-view .right-col { float:right; width:480px; position: relative; }
.product-view .right-col .your-message { font-size:16px; color:#000; text-transform:uppercase; padding:0 0 4px 4px; }
.product-view .right-col .message { height:280px; width:100%; }
.product-view .right-col #gift-message-input { position: absolute; left: -5000px; top: -5000px; }
.product-view .right-col #add-a-gift-card { text-indent:-5000px; font-size:0; line-height:0; background:url(../images/bg/add-a-gift-card.png) 0 0 no-repeat; height:16px; width:162px; margin:25px 0 10px 0; cursor:pointer; }
.product-view .right-col #add-a-gift-card.checked { background-position:0 -16px; }
.product-view .right-col .product-options { background:none; border:none; padding:0 0 5px 0; }
.product-view .right-col .product-options .giftcard { float:right; }
.product-view .right-col .product-options select { width:210px; }
.product-view .right-col .product-options-bottom { border:none; }
.product-view .right-col .price-box { display:none; }
.product-view .right-col .add-to-basket { float:right; margin:0; }
.product-view .right-col .lg-save { float:right; margin:0; }
.product-view .right-col .prices label { float:left; margin-right:10px; cursor:pointer; }

.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; width:445px; }
.product-view .product-name {}
.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-weight:bold; }

.price-box-bundle {}

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:bold; }

/* Old price */
.old-price {}
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight:bold; text-decoration:line-through; }

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

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

a.minimal-price-link { display:block; }
a.minimal-price-link .label {}
a.minimal-price-link .price { 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; margin-right:5px; }
.add-to-cart .qty { float:left; }
.add-to-cart button.button { float:left; margin-left:5px; }

/* 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; margin:10px 0 0; border:1px solid #ddd; background-color:#f6f6f6; }
.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:10px 0; }
.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 p.required { padding:15px 0 0; }

.product-options-bottom { }
.product-options-bottom .price-box { margin:10px 0; }

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

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

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

/* Block: Upsell */
.product-view .up-sell {}
.product-view .up-sell .products-grid td { width:25%; }

/* 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 {}

/* Block: Add Review */
.product-view .add-review {}
.product-view .add-review .product-name span { font-weight:normal; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { font-size:1.2em; font-weight:bold; line-height:1.5; color:#5F3328; }

.cms-page-view { }

/* How it works page */
.how-it-works-table { }
.how-it-works-table tr { }
.how-it-works-table tr td { padding-bottom: 22px;}
.how-it-works-table tr td h2 { margin-bottom: 0; }
.how-it-works-table tr td h3 { color: #1CBECA; }
.how-it-works-table tr td strong { font-size: 1.2em; }
.how-it-works-table tr td p { margin-bottom: 0; }
.cms-how-it-works a.get-started {
	float: right;
}

/* Homepage */
.cms-index-index .main { position: relative; margin-top: 5px; margin-bottom: 0; padding-bottom: 0;}
.cms-index-index .std { margin: 0;}
.homepage-top { height: 405px; overflow: visible; position: relative; }
.homepage-top .tag { height: 132px; width: 100px; position: absolute; left: 875px; top: 0; overflow: hidden; text-indent: -5000em; }
.homepage-bottom { margin: 18px 0 0 0; height: 140px; }
.homepage-bottom-left { float: left; width: 371px; }
.homepage-bottom-left a { line-height: 1px; font-size: 1px; }
.homepage-bottom-right { float: left; width: 521px; margin-left: 48px; }
.homepage-bottom-right a { line-height: 1px; font-size: 1px; }

/* Callouts */
.callout-box { float: right; width: 230px; margin-left: 20px; }
.callout-box .box-header { background: url(../images/bg/box-header.gif) right top no-repeat; padding: 0.2em 12px; text-transform: uppercase; color: #FFF; }
.callout-box .box-content { background: url(../images/bg/box-content.gif) right bottom no-repeat; padding: 0.7em 12px 0 12px }
.callout-box .box-content p { padding-bottom: 0.7em; }
.callout-box .box-content a { padding: 0 13px 0 0; color: #5f3328; background: url(../images/inline/red-arrow-on-blue.gif) right center no-repeat; }

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

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

/* CMS Home Page */
.cms-home .products-grid td { width:20%; }

/* 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 .checkout-types { float:right; text-align:right; }

/* Shopping Cart Table */
.cart-table { width: 100%; }
.cart-table .item-msg { font-size:10px; }
.cart-table tr {}
.cart-table tr td,
.cart-table tr th { /*background: transparent url(../images/bg/hr_bg.gif) bottom left repeat-x;*/ }
.cart-table tr th { height: 10px; padding: 8px 20px 5px; border-bottom: 1px dotted #c5ae9c; line-height: 0; font-size: 0 !important; }
.cart-table tr td { padding: 17px 20px; }
.cart-table tr.even td { border-bottom: 1px dotted #c5ae9c; }
.cart-table tr.odd td {}

.cart-table tr .col-1 { min-width: 411px; border-bottom: 1px dotted #c5ae9c; }
.cart-table tr .col-2 { min-width: 135px; padding-left: 4px; border-bottom: 1px dotted #c5ae9c; }
.cart-table tr .col-3 { text-align: center; }
.cart-table tr .col-4 {}
.cart-table tr .col-5 {}
.cart-table tr .col-6 { font-weight: bold; }

.cart-table tr .col-1 { padding-left: 0px; }
.cart .cart-table tr .col-1 { padding-left: 4px; }
.cart-table tr .last { padding-right: 0px; }
.cart .cart-table tr .last { padding-right: 4px; }

.cart-table tr .col-4,
.cart-table tr .col-5,
.cart-table tr .col-6 { font-size: 18px; text-align: right; }

.cart-table tr th span { display: block; float: right; width: 55px; height: 10px; background-image: url(../images/bg/checkout_th.gif); background-position: 0 0; background-repeat: no-repeat; text-indent: -5000px; font-size: 0; line-height: 0; }
.cart-table tr th span.th-qty { float: none; margin: 0 auto; }
.cart-table tr th span.th-cd { width: 28px; background-position: center -10px; }
.cart-table tr th span.th-gc { background-position: center -20px; }
.cart-table tr th span.th-tot { width: 35px; background-position: center -30px; }

.cart-table tr td .btn-med { float: left; margin-right: 10px; }
.cart-table tr td input { width: 45px; }

.cart-table .product-name { margin-top: 3px; font-size: 1.1em; }
.cart-table .product-name .price { color: #666; }
.cart-table .item-container { float: left; margin-bottom: 16px; }
.cart-table .plus-separator { float: left; width: 16px; height: 16px; margin: 63px 22px 0 22px; background: transparent url(../images/bg/plus.gif) 0 0 no-repeat; }
.cart-table h6 { clear: left; margin-bottom: 4px; font-size: 1.1em; font-weight: bold; }
.cart-table p.custom-message { font-size: 0.9em; line-height: 1.2em; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { float:left; width:700px; }
.cart .crosssell .product-image { float:left; margin-right:-90px; }
.cart .crosssell .product-shop { margin-left:90px; }
.cart .shipping {}

/* Shopping Cart Totals */
.cart-totals-table { float: right; clear: right; }
.cart-totals-table tr {}
.cart-totals-table tr td { padding: 0 0 8px 14px; vertical-align: middle; }
.cart-totals-table tr td.col-1 { width: 170px; font-size: 1.1em; font-weight: bold; }
.cart-totals-table tr td.col-2 { width: 100px; font-size: 1.5em; text-align: right;}
.cart-totals-table tr.grand td { font-weight: bold; padding-bottom: 0; }

/* Discount */
.discount { float: right; padding-bottom: 24px; }
.discount h6 { float: left; font-size: 1.1em; }
.discount .btn-med { float: left; margin-left: 10px; }
.discount input { float: left; width: 110px; margin-left: 12px; }

/* 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 ============================================================================== */
#checkout {}
#checkout h2 { width: 50%; }
#checkout .checkout-top { width: 50%; float: right; }
#checkout .checkout-top .btn-lg { float: right; margin-left: 16px; }
.checkout-base,
.checkout-buttons { padding: 18px 0; border-bottom: 1px dotted #c5ae9c; }

.checkout-base { margin-bottom: 18px; }
.checkout-buttons { margin: 0 0 12px 0; }
.checkout-buttons .btn-med { float: right; margin-left: 10px; }
#checkout-messages { margin: 10px 0 20px 0; }
#checkout-submit-messages { float: right; padding-bottom: 10px; }
#checkout-submit-messages .messages { width: auto; }
#checkout form { display: block; margin-left: 30px; }
#checkout form#checkout-form { margin-left: 0; }

/* Shipping Info */
.shipping-info-table {}
.shipping-info-table tr {}
.shipping-info-table tr td, .shipping-info-table tr td.last { padding: 0 0 18px 0; }
.shipping-info-table tr td.last {}
.shipping-info-table tr td.label { min-width: 118px; padding-right: 25px; }
.shipping-info-table tr td.label span { display: block; float: left; white-space: nowrap; font-size: 1.1em; font-weight: bold;}
.shipping-info-table tr td.label small { clear: left; display: block; padding-top: 8px; font-size: 0.9em; line-height: 1.3em; }
.shipping-info-table tr td.label .open-tip { margin: 3px 0 0 6px; }
.shipping-info-table tr td.price-cell { font-size: 1.5em; text-align: right; }
.shipping-info-table tr.odd td,
.shipping-info-table tr.even td { border: none; }
.shipping-info-table select { display: block; max-width: 308px; margin-bottom: 6px; font-size: 0.9em; }
.shipping-info-table select.hidden { display: none; }
.shipping-info-table img.or { float: left; margin: 6px 7px 0 0; }
.shipping-info-table .btn-med { float: left; margin-right: 10px; }

/* Security Badges */
.security-seals { height: 95px; overflow: hidden; }
.security-seals .seal-authnet { float: left; width: 90px; }
.security-seals .seal-geotrust { float: left; width: 115px; margin-left: 10px; }

/* One Page */
.opc { border-bottom:1px solid #ddd; position:relative; }
.opc li.section { border:1px solid #ddd; border-bottom:0; }
.opc .step-title { background-color:#f6f6f6; padding:0 5px; text-align:right; }
.opc .step-title .number { float:left; line-height:22px; margin-right:5px; }
.opc .step-title h3 { float:left; }
.opc .allow .step-title { cursor:pointer; }
.opc .active {}
.opc .active .step-title { background-color:#ccc; cursor:default; }
.opc .step { border-top:1px solid #ddd; padding:10px; position:relative; }
.opc .step .tool-tip { right:10px; }
.opc .order-review {}

/* Multiple Addresses Checkout */
.checkout-progress { height: 22px; padding: 0; margin: 0 0 20px 0; background: transparent url(../images/headers/checkout-progress_line.gif) center left repeat-x; }
.disabled { background-image: url(../images/headers/checkout-progress_line-disabled.gif); }
.checkout-progress a { display: block; float: left; height: 22px; background: transparent url(../images/headers/checkout-progress.gif) 0 0 no-repeat; font-size: 0; line-height: 0; text-indent: -5000px; }
.checkout-progress a.shipping { width: 215px; background-position: 0 0; }
.disabled a.shipping { background-position: 0 -22px; }
.checkout-progress a.billing { width: 202px; background-position: -215px 0; }
.disabled a.billing { background-position: -215px -22px; }
.checkout-progress a.review { width: 144px; background-position: -417px 0; }
.disabled a.review { background-position: -417px -22px; }
.checkout-progress .padder { display: block; float: left; width: 18px; height: 22px; background-color: #fff; }

.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 {}

/* Billing */
.multiship-billing .buttons-set { margin: 20px 0 12px; padding-top: 20px; border-top: 1px dotted #c5ae9c; }
.multiship-billing label { display: block; float: left; width: 30%; margin-right: 5%; font-size: 1.1em; font-weight: bold; }
.multiship-billing .form-list input,
.multiship-billing .form-list select { font-size: 0.9em; width: 50%; }
.multiship-billing .form-list select { width: 38%; }

/* Review */
.multiship-review .order-view .col2-set { margin-bottom: 10px; padding: 10px 7px 20px; }
.multiship-review .order-view .col-2 .data,
.multiship-review .order-view .col2-set .col-2 .data,
.multiship-review .order-view .col2-set .col-2 address { font-size: 0.9em; padding-top: 3px; }
.multiship-review a.edit { float: none; margin-top: 10px; }
.multiship-review .cart-table tr .col-1 { width: 420px; }
.multiship-review .cart-table tr .col-2 { width: auto; padding-right: 7px; }
.multiship-review .shipping-info-table { width: 100%; }
.multiship-review .shipping-info-table tr td.label { width: 120px; }
.multiship-review .shipping-info-table tr td.data {}
.multiship-review .cart-table { margin-bottom: 10px; }
.multiship-review p.agree { margin-left: 140px; font-size: 0.9em; }

/* Success */
.multiship-success h3 { margin-bottom: 12px; }
.multiship-success p { margin-bottom: 1em; }
.multiship-success a { font-weight: bold; }
.multiship-success .buttons-set { margin: 20px 0 12px; padding-top: 20px; border-top: 1px dotted #c5ae9c; }
.multiship-success strong { float: left; display: block; }
.multiship-success .btn-med { float: left; margin-left: 12px; }
.multiship-success ul { margin-bottom: 12px;}
.multiship-success ul li { margin: 12px 0 0 18px; }

/********** < 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:130px; margin-right:10px; }
.sp-methods select.year { width:80px; }
.sp-methods input.cvv { width:5em !important; }

.please-wait { float:right; margin-right:20px; margin-top: 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; }

/* Calendar */
.calendar-wrapper { margin-top: 3px; }
.calendar-table {}
.calendar-table tr {}
.calendar-table tr td, .calendar-table tr th { padding: 0; border-right: 7px solid #fff !important; border-bottom: 7px solid #fff !important; border-top-width: 0 !important; border-left-width: 0 !important; text-align: center; }
.calendar-table tr td { height: 18px; background-color: #5f3328; }
.calendar-table tr th {}
.calendar-table tr td.weekend,
.calendar-table tr td.unavailable { background-color: #c5ae9c; color: #333; padding: 2px 4px !important; cursor:not-allowed; }
.calendar-table tr td.selected { background-color: #a6ce39; }
.calendar-table tr td a { display: block; padding: 2px 4px; color: #fff; cursor: pointer; }
.calendar-table tr td.selected a { color: #000; font-weight: bold; }

.calendar-table tr th span { display: block; float: none; margin: 0 auto; width: 11px; height: 7px; background: #fff url(../images/bg/calendar_th.gif) 0 0 no-repeat; text-indent: -5000px; }
.calendar-table tr th.cal-sun span{ background-position: 0 0px; }
.calendar-table tr th.cal-mon span { background-position: 0 -7px; }
.calendar-table tr th.cal-tue span { background-position: 0 -14px; }
.calendar-table tr th.cal-wed span { background-position: 0 -21px; }
.calendar-table tr th.cal-thu span { background-position: 0 -28px; }
.calendar-table tr th.cal-fri span { background-position: 0 -35px; }
.calendar-table tr th.cal-sat span { background-position: 0 -42px; }
.calendar-table tr td.cal-month { background-color: #fff; padding: 0; vertical-align: middle; }
.calendar-table tr td.cal-month div { width: 64px; height: 10px; margin-left: 5px; background: transparent url(../images/bg/calendar_months.gif) 0 0 no-repeat; text-indent: -5000px; }
.calendar-table tr td.cal-month div.january {}
.calendar-table tr td.cal-month div.february { background-position: 0 -10px; }
.calendar-table tr td.cal-month div.march { background-position: 0 -20px; }
.calendar-table tr td.cal-month div.april { background-position: 0 -30px; }
.calendar-table tr td.cal-month div.may { background-position: 0 -40px; }
.calendar-table tr td.cal-month div.june { background-position: 0 -50px; }
.calendar-table tr td.cal-month div.july { background-position: 0 -60px; }
.calendar-table tr td.cal-month div.august { background-position: 0 -70px; }
.calendar-table tr td.cal-month div.september { background-position: 0 -80px; }
.calendar-table tr td.cal-month div.october { background-position: 0 -90px; }
.calendar-table tr td.cal-month div.november { background-position: 0 -100px; }
.calendar-table tr td.cal-month div.december { background-position: 0 -110px; }

/********** Common Checkout Styles > */
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login {}
.account-login .new-users {}
.account-login .registered-users {}
.account-login h3.orange { padding-bottom: 6px; margin-bottom: 12px; border-bottom: 1px dotted #b59c88; }
.account-login p { width: 445px; margin-bottom: 1.2em; }
.account-login .group-select li { margin-bottom: 10px; }
.account-login button.create-account { margin-right: 20px; }
.account-login .customer-name .namepart,
.account-login .input-box { width: 230px; }
.account-login .customer-name .namepart input.input-text,
.account-login .input-box input { width: 215px; }
.account-create {}

#checkout_type_register-fields,
#checkout_type_guest-fields { min-height: 195px; }

/* Account Login/Create Pages ============================================================ */


/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}
.dashboard .view-all-orders { float:right; }
.dashboard .recent-orders { padding-bottom:15px; }
.dashboard .recent-orders h3 { border-bottom:none; }
.dashboard .newsletter p { padding-bottom:6px; }
.dashboard a { font-weight:bold; }

/* 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; }

/* Address book */
.addressbook a { font-weight:bold; }
.addressbook ol li { float:left; width:250px; min-height: 100px; padding:5px; }
.edit-address { width:435px; padding: 5px 15px 0 15px; display:block; }
.edit-address ul li { padding:5px 0; }
.edit-address input.input-text { width:415px; }
.edit-address .input-box { width:215px; }
.edit-address .input-box input.input-text,
.edit-address .input-box select { width:200px; }
.edit-address .input-box select { width:205px; }
.edit-address-ok { padding:40px; }
.edit-address .buttons-set { margin-right: 18px; }

/* Account info */
.contact-info { width:435px; padding: 5px 15px 0 15px; display:block; }
.contact-info ul li { padding:5px 0; }
.contact-info .group-select .input-box { width: auto; }
.contact-info .group-select .input-box input.input-text,
.contact-info .group-select .input-box textarea { width:415px; }
.contact-info .buttons-set { margin-right: 18px; }

/* Create Account */
.account-create { width:435px; padding: 5px 15px 0 15px; display:block; }
.account-create ul li { padding:5px 0; }
.account-create .group-select input.input-text,
.account-create .group-select textarea { width:415px; }
.account-create .buttons-set { margin-right: 18px; }

/* Forgot password */
.forgot-password { width:435px; padding: 5px 15px 0 15px; display:block; }
.forgot-password ul li { padding:5px 0; }
.forgot-password .group-select input.input-text,
.forgot-password .group-select textarea { width:415px; }

.customer-name .namepart { width:215px; float:left; }
.customer-name .namepart .reqd { font-weight:bold; padding-left:2px; }
.customer-name .namepart input,
.customer-name .namepart input.input-text { width:200px; }
label.subtitle { font-size:11px; padding-left:2px; font-weight: normal; }

/* My Orders */
.sales-order-history {}
.sales-order-history h3.orange { float: left; width: 50%; margin-top: 4px; }
#my-orders-table { clear: both; }

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

/* Order View */
.order-info { padding:5px; text-align:right; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

.order-view .col2-set { border-bottom:1px dotted #c5ae9c; padding:7px 7px 14px; margin-bottom:7px; }
.order-view .col2-set .col-1 { float:left; width:460px; }
.order-view .col2-set .col-1 h3 { text-transform:none; }
.order-view .col2-set .col-1 .price { color:#666666; }
.order-view .col2-set .col-1 .your-message { padding-bottom:10px; font-size: 0.9em; line-height: 1.3em; clear:both; }
.order-view .col2-set .col-1 .your-message h5 { margin-bottom: 4px; }
.order-view .col2-set .col-2 { float:right; width:460px; }
.order-view .col2-set .col-2 h5 { float:left; width:140px; }
.order-view .col2-set .col-2 .data,
.order-view .col2-set .col-2 address { float:left; width:250px; }
.order-view .col2-set .col-2 .price { font-size:18px; text-align:right; display:block; float:right; }

.order-view .col2-set .totals h5 { font-size:14px; font-weight:normal; }
.order-view .col2-set .totals .data { width:320px; }

.order-view .product-name { font-size: 1.1em; }
.order-view .item-container { float: left; margin-bottom: 16px; }
.order-view .plus-separator { float: left; width: 16px; height: 16px; margin: 63px 22px 0 22px; background: transparent url(../images/bg/plus.gif) 0 0 no-repeat; }
.order-view .artist-name { cursor:auto; }


/* Print Pages */
.page-print .print-head { margin-bottom: 20px; padding-bottom: 12px; border-bottom: 1px solid #1cbeca; }
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print .open-tip { display: none; }
.page-print .order-view .col2-set .col-1 { width: auto; }
.page-print .order-view .col2-set .col-1 img,
.page-print .order-view .plus-separator { display: none; }

/* 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 { padding-top: 8px; border-top: 1px solid #1cbeca; }
.footer p { font-size: 11px; color: #333; }
.footer p a { color: #5f3227; text-decoration: none; }
.footer p a:hover { text-decoration: underline; }
.footer address { text-align:right; float: left; }
.footer ul { float:right; padding:0; }
.footer ul li { float: left; margin-left: 11px; padding-left: 13px; background: transparent url(../images/icons/li-brown.gif) center left no-repeat; font-size: 11px; }
.footer ul li.first { margin-left: 0; padding-left: 0; background: none; }
.footer ul li a { color: #5f3227; text-decoration: none; }
.footer ul li a:hover { text-decoration: underline; }
/* ======================================================================================= */

/* Modal ================================================================================= */
.modal-content { padding: 0 14px; }
.modal-header { margin-bottom: 6px; }

#mini-login-form { width: 256px; height:220px; }
#mini-login-form h2 { margin-bottom: 14px; }
#mini-login-form a { display: block; font-size: 11px; text-decoration: none; }
#mini-login-form label { font-weight: normal; }
#mini-login-form a:hover { text-decoration: underline; }
#mini-login-form input { background-color: #cbebef; border: 1px solid #1cbeca; }
#mini-login-form .buttons-set { margin-bottom: 12px; }

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


/* Lightview ============================================================================= */
#lightview{position:absolute; top:50%; left:50%; height:150px; width:150px; margin:-75px 0 0 -75px; padding:0; text-align:left}
.lv_Container{position:relative; width:100%; height:100%; background:none; padding:0; margin:0}
.lv_Button{cursor:pointer; text-decoration:none; border:none; background:none; margin:0; padding:0}

.lv_Sides{position:absolute; top:50%; left:0; clear:both; width:100%; padding:0; margin:0}
.lv_Sides *{padding:0; margin:0}
.lv_Sides li{list-style-type:none; position:relative}

.lv_PrevSide{float:left}
.lv_NextSide{float:right}
.lv_Sides .lv_Wrapper{width:100%; height:100%; cursor:pointer}
.lv_Sides .lv_Button{float:left; background:none}

.lv_Frames{width:100%; height:100%; position:relative; padding:0; margin:0}
.lv_Frames li{ list-style-type:none;  margin:0;  padding:0}
.lv_Frame{width:100%; display:block}
.lv_Frame *{padding:0; margin:0}
.lv_FrameTop{position:absolute; left:0; width:100%; display:block}
.lv_FrameBottom{position:relative; float:left; clear:both}

.lv_Liquid{position:relative; float:left; width:100%; overflow:hidden; clear:both}
.lv_Liquid .lv_Filler{position:absolute; height:100%; width:2px; top:0; left:50%}

.lv_Half{display:block; height:100%; clear:both; line-height:0px}
.lv_Half li{list-style-type:none}
.lv_Corner{float:left; position:relative}
.lv_CornerTr, .lv_CornerBr{float:right}

.lv_Fill{position:absolute; top:0; width:100%; height:100%}

.lv_Half .lv_CornerWrapper{float:left; position:relative; width:50%; height:100%; overflow:hidden}
.lv_HalfRight .lv_CornerWrapper{float:right}

.lv_Corner{position:relative}
.lv_Corner canvas{position:relative}
.lv_HalfLeft .lv_Corner{float:left}
.lv_HalfRight .lv_Corner{position:relative; float:right}

.lv_Center{position:relative; clear:both; height:100%; overflow:hidden; background:none; padding:0; margin:0}
.lv_WrapUp{position:absolute; left:0; height:100%; width:100%; overflow:hidden; padding:0; margin:0}
.lv_WrapDown{position:relative; height:100%; width:100%; overflow:hidden; padding:0; margin:0}
.lv_WrapCenter{position:relative; padding:0; margin:0}

.lv_Loading{position:absolute; top:50%; left:50%}
.lv_Loading .lv_Button{float:left; height:100%; width:100%}

.lv_MediaWrapper{position:relative; width:100%; display:block; overflow:hidden; clear:both; padding:0; margin:0}
.lv_MediaWrapper img{position:relative; float:left; padding:0; margin:0}

.lv_PrevNext{position:absolute; top:0; left:0; width:100%; height:100%; padding:0; margin:0}
.lv_PrevNext *{padding:0; margin:0}
.lv_PrevNext .lv_Button{position:relative; height:100%}
.lv_PrevButton{float:left}
.lv_NextButton{float:right}

.lv_MenuBar{clear:both; position:relative; width:100%; font:11px Arial,Helvetica,sans-serif; color:#7a7a7a; padding:0; margin:0; text-align:left}
.lv_MenuBar *{padding:0; margin:0}

.lv_Close{ position:relative; float:right; overflow:hidden; width:100%; height:100%}

.lv_Data{position:relative; float:left; padding-bottom:3px; line-height:13px; overflow:hidden}

.lv_Data li{list-style-type:none; float:left; margin-top:3px}
.lv_DataText{width:100%}
.lv_DataText .lv_Title{font-weight:bold; margin-bottom:2px}
.lv_DataText .lv_Caption{clear:both}
.lv_Data .lv_ImgNumber{color:#a7a7a7; margin-right:5px; margin-top:5px}

.lv_Data .lv_innerPrevNext,
.lv_Data .lv_Slideshow{position:relative; border-left:1px solid #d7d7d7; padding:0 5px; margin-top:5px; vertical-align:middle}
.lv_Data .lv_Slideshow{padding-right:0px}

.lv_Data .lv_innerPrevNext .lv_Button,
.lv_Data .lv_Slideshow .lv_Button{float:left; background-position:center left; background-repeat:no-repeat}

.lv_contentTop,
.lv_contentBottom{position:relative; float:left; margin:0; padding:0; clear:both}

#lightview iframe{float:left; border:0; clear:both; padding:0; margin:0; background:none}

.lv_topButtons{position:absolute; left:0; width:100%; overflow:hidden; margin:0; padding:0}
.lv_topcloseButtonImage{cursor:pointer}

#lightviewError p{padding:0 0 10px 0}
#lightviewError div{padding:6px; font:11px Arial,Helvetica,sans-serif}
#lightviewError .message{background:#fcb5b5; color:#dd1f1f; margin-bottom:3px}
#lightviewError .type{font-weight:bold}
#lightviewError .pluginspage{background:#b5fcbd; color:#21be30}
#lightviewError a,
#lightviewError a:hover,
#lightviewError a:visited{color:#21be30; text-decoration:none; background:none; font-weight:bold; border-bottom:1px solid #7de689}
#lightviewError p{margin-left:0; padding:0}

#lv_overlay{ position:absolute;  top:0;  left:0;  height:100%;  width:100%}

#lightviewController{position:fixed; bottom:0; top:0; left:50%; margin:0; padding:0; color:#d2d2d2; font:11px Arial,Helvetica,sans-serif}
* html body #lightviewController{/* IE6 */position:absolute; top:auto; margin-top:expression( (-1 * this.offsetHeight / 2+(document.documentElement ? document.documentElement.scrollTop:0)+(Lightview.controllerOffset || 0))+'px')}
#lightviewController ul{display:block; height:100%; float:left; margin:0; padding:0; position:relative}
.lv_controllerTop, .lv_controllerMiddle, .lv_controllerBottom{list-style-type:none; float:left; display:block; position:relative; clear:both; overflow:hidden; margin:0; padding:0}
.lv_controllerCenter{width:auto; float:left}
.lv_controllerCornerWrapper{position:absolute; width:100%; height:100%; margin:0; padding:0}
.lv_controllerCornerWrapperTopLeft,
.lv_controllerCornerWrapperBottomLeft{top:0; left:-100%}
.lv_controllerCornerWrapperTopRight,
.lv_controllerCornerWrapperBottomRight{top:0; left:100%}

#lightviewController .lv_CornerWrapper{width:100%}
#lightviewController .lv_Corner{float:left}
#lightviewController .lv_Corner{float:right; position:relative}
#lightviewController .lv_CornerTr, #lightviewController .lv_CornerBr{float:left}
.lv_controllerBetweenCorners{position:relative; height:100%; overflow:hidden}

.lv_controllerMiddle{position:relative; height:100%; float:left}
.lv_controllerCenter{float:left; width:auto}
.lv_controllerCenter li{list-style-type:none; float:left; display:inline; position:relative; clear:none}
.lv_controllerSetNumber{float:left; text-align:center}

#lightviewController .lv_Button{float:left; position:relative; height:100%; clear:none}
.lv_controllerSetNumber{position:relative; height:100%; padding-right:3px}
.lv_controllerPrev,
.lv_controllerNext,
.lv_controllerSlideshow,
.lv_controllerClose{float:left; position:relative; height:100%; padding-left:3px}

.lv_controllerPrev{border-left:1px solid #3c3c3c}
#lightviewController .lv_controllerNext{padding-right:3px; border-right:1px solid #3c3c3c}

* html #lightview{/* IE6 */position:absolute; margin-top:expression( (-1 * this.offsetHeight / 2+(document.documentElement ? document.documentElement.scrollTop:0) - (Lightview.controllerHeight || 0))+'px'); margin-left:expression( -1 * this.offsetWidth / 2+(document.documentElement ? document.documentElement.scrollLeft:0)+'px')}

html #lv_overlay{position:absolute; height:expression(((window.Enumerable &&window.Enumerable.max) ? [document.body.scrollHeight,document.documentElement.scrollHeight,document.body.offsetHeight,document.documentElement.clientHeight].max():document.documentElement.scrollHeight)+'px' ); width:expression(((window.Enumerable &&window.Enumerable.max) ? [document.body.scrollWidth,document.documentElement.scrollWidth,document.body.offsetWidth,document.documentElement.clientHeight].max():document.documentElement.scrollWidth)+'px' )}

/* Trolleycards lightview additions */
.lv_Close { position: absolute; right: 12px; top: 11px; }

/* default modal */
.modal { width:746px; padding:15px; }
.modal h3 { color:#333333; font-size:18px; margin-bottom: 0 }
.modal .modal-controls { float:right; width:100px; text-align:right; }
.modal .modal-controls img { margin-right:10px; cursor:pointer; }
.modal .modal-gallery { float:left; width:440px; }

.modal .modal-gallery .frame { overflow:hidden; display:block; float:left; width:345px; height:345px; border:solid 1px #6a4137; position:relative; }
.modal .modal-gallery .zoom { display:block; background:url(../images/buttons/zoom-controlls.png) no-repeat 0 0; width:15px; height:15px; position:absolute; bottom:10px; left:10px; cursor:pointer; z-index:1001; }
.modal .modal-gallery .frame img { }
.modal .modal-gallery .small img,
.modal .modal-gallery img.small { display:block; float:right; width:81px; height:81px; cursor:pointer; border:solid 1px #5f3328; margin:0 5px 5px 5px; }
.modal .modal-text { float:right; width:275px; }

/* product box */
#product-modal #product-modal-artist { cursor:pointer; color:#944430; font-size:14px; background:url(../images/bg/by-lg.png) no-repeat 0 5px; padding-left:22px; }
#product-modal .modal-text p { padding:10px 0; }
#product-modal .modal-text div.price { background:url(../images/bg/price.png) no-repeat 0 9px; padding:3px 0 3px 60px; font-size:11px; white-space:normal !important; }
#product-modal .modal-text div.size { background:url(../images/bg/size.png) no-repeat 0 9px; padding:3px 0 3px 60px; font-size:11px; }
#product-modal #product-modal-link { float:right; width:204px; height:32px; margin:15px 5px 0 0; background:url(../images/buttons/write-a-message.png) no-repeat 0 0; text-indent:-5000px; font-size:0; line-height:0; }
#product-modal #product-modal-link:hover { background-position:0 -32px; }

/* artist/designer box */
#artist-modal { width: 680px; }
#artist-modal .modal-gallery { width: 350px; }
#artist-modal .modal-text { width: 310px; }
#artist-modal #artist-modal-link { float:right; width:215px; height:50px; margin:15px 5px 0 0; background:url(../images/buttons/view-cards-by-designer.png) no-repeat 0 0; text-indent:-5000px; font-size:0; line-height:0; }
#artist-modal #artist-modal-link:hover { background-position:0 -50px; }

/* CMS */
.word { background:url(../images/inline/word.png) no-repeat top right; padding-right:320px; }
.product-featured li { float:left; width:172px; padding:10px 0 20px 20px; }
.product-featured li.first { padding-left:0; }

.std h3 { color:#1cbeca; font-size:16px; }
.std .topics { float:right; width:280px; height:267px; padding:4px 10px; color:#5f3328; background:url(../images/bg/faq-toc.png) no-repeat top center; }
.std .topics h3 { font-size:12px; color:#ffffff; }
.std .topics ul { padding:6px 0px 0px 15px; }
.std .topics ul li { padding:3px 0; }
.only-the-best-designers { float:right; width:300px; margin:0 0 0 20px; padding:50px 0 210px 0; background:url(../images/inline/about-us-card.jpg) no-repeat left bottom; }
.only-the-best-designers h3 { color:#1cbeca; }
.only-the-best-designers ul li { color:#944430; font-weight:bold; font-size:13px; background:none; padding:0; }

/* prototip ================================================================================ */
.open-tip { display: block; float: left; width: 15px; height: 15px; background: transparent url(../images/icons/question-mark.gif) 0 0 no-repeat; cursor: help; }

/* CSS to go with Prototip.Styles */
.prototip {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
}

/* the default style */
.prototip .default {
	width: 250px;
	color: #808080;
}
.prototip .default .toolbar {
	background: #f1f1f1;
	font-weight: bold;
}
.prototip .default .title { padding: 5px; }
.prototip .default .content {
	padding: 5px;
	background: #fff;
}

/* the onepica style */
.prototip .onepica-tip,
.prototip .onepica-wide-tip {
	width: 220px;
	color: #fff;
}
.prototip .onepica-wide-tip { width: 470px; }

.prototip .onepica-tip .toolbar,
.prototip .onepica-wide-tip .toolbar {
	background: #0081c6;
	font-weight: bold;
}
.prototip .onepica-tip .title,
.prototip .onepica-wide-tip .title { padding: 5px; }
.prototip .onepica-tip .content,
.prototip .onepica-wide-tip .content {
	padding: 4px 8px;
	text-align: left;
	background: #333;
}

/* loader gif */
.prototipLoader {
	position: absolute;
	top: -1000px;
	left: -1000px;
	height: 14px;
	width: 14px;
	border: 1px solid #dddddd;
	overflow: hidden;
}

/* Required for all tooltips, do not modify */
.prototip{position:absolute;overflow:hidden;}.prototip .tooltip,.prototip .toolbar,.prototip .toolbar .title{position:relative;}.prototip .content{clear:both;}.prototip .toolbar .close{position:relative;text-decoration:none;float:right;width:19px;height:15px;display:block;line-height:0;font-size:0;border:0;cursor:pointer;}.prototip .tooltip{clear:both;float:left;}.prototip .borderLeftWrapper,.prototip .borderRightWrapper{position:absolute;top:0;left:0;width:300px;height:20px;}.prototip .borderFrame{height:100%;width:100%;float:left;margin:0;padding:0;position:relative;}.prototip .borderTop,.prototip .borderBottom{overflow:hidden;}.prototip .borderRow{list-style-type:none;float:left;width:100%;position:relative;clear:both;margin:0;padding:0;}.prototip_CornerWrapper{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;clear:both;}.prototip_Corner{float:left;position:relative;}.prototip canvas{position:relative;float:left;}.prototip_CornerTr,.prototip_CornerBr{float:right;}.prototip_BetweenCorners{position:absolute;top:0;left:0;width:100%;overflow:hidden;clear:both;}.prototip .borderMiddle{position:relative;float:left;}.prototip .borderCenter{position:relative;float:left;height:100%;}.prototip_StemWrapper{position:relative;width:100%;height:auto;clear:both;}.prototip_StemBox{float:left;position:relative;}.prototip_Stem{width:100%;position:absolute;overflow:hidden;}.iframeShim{position:absolute;border:0;margin:0;padding:0;background:none;overflow:hidden;}.prototip .clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}.prototip .clearfix{display:inline-block;}/* IE Mac Hide \*/ .prototip .clearfix{display:block;}/* IE Mac Hide End */

/* Cufon:stop flickering on page load */
.cufon-loading { visibility: hidden !important; }