/**
 * @category    design
 * @package     cls_thegreet
 */

/* @group Reset */
* { margin: 0; padding: 0; }
body { background: #fff; font: 12px/1.35 "Trebuchet MS", Arial, Helvetica, sans-serif; color: #593f21; text-align: center; }
img { border: 0; vertical-align: top; }
a { color: #3c736f; text-decoration: underline; }
a:hover { text-decoration: none; }
:focus { outline: 0; }

/* Headings */
h1 { font-size: 20px; font-weight: normal; line-height: 1.15; }
h2 { font-size: 18px; font-weight: normal; line-height: 1.25; }
h3 { font-size: 16px; font-weight: bold; line-height: 1.25; }
h4 { font-size: 14px; font-weight: bold; }
h5 { font-size: 12px; font-weight: bold; }
h6 { font-size: 11px; font-weight: bold; }

/* Forms */
form { display: inline; }
fieldset { border: 0; }
legend { display: none; }

/* Table */
table { border: 0; border-collapse: collapse; border-spacing: 0; empty-cells: show; font-size: 100%; }
caption,th,td { vertical-align: top; text-align: left; font-weight: normal; }

/* Content */
.content h2 { margin-bottom: 10px; }
.content p { margin-bottom: 8px; }

strong { font-weight: bold; }
address { font-style: normal; }
cite { font-style: normal; }
q,
blockquote { quotes: none; }
q:before,
q:after { content: ''; }
small,big { font-size: 1em; }
sup { font-size: 1em; vertical-align: top; }

/* Lists */
ul,ol { list-style: none; }

/* Tools */
.hidden { display: block !important; border: 0 !important; margin: 0 !important; padding: 0 !important; font-size: 0 !important; line-height: 0 !important; width: 0 !important; height: 0 !important; overflow: hidden !important; }
.nobr { white-space: nowrap !important; }
.wrap { white-space: normal !important; }
.a-left { text-align: left !important; }
.a-center { text-align: center !important; }
.a-right { text-align: right !important; }
.v-top { vertical-align: top; }
.v-middle { vertical-align: middle; }
.f-left,
.left { float: left !important; }
.f-right,
.right { float: right !important; }
.f-none { float: none !important; }
.f-fix { float: left; width: 100%; }
.no-display { display: none; }
.no-margin { margin: 0 !important; }
.no-padding { padding: 0 !important; }
.no-bg { background: none !important; }
/* @end */

/* @group Layout */
html { height: 100%; }
body { background: #d5edf3 url(../images/main_bg.png) top; height: 100%; }
.wrapper { background: url(../images/grunge_bg.png) top no-repeat; min-height: 100%; }
.page { margin: 0 auto; padding-bottom: 50px; position: relative; text-align: left; width: 976px; }
.page-print { background: #fff; padding: 20px; text-align: left; }
.page-empty { background: #fff; padding: 20px; text-align: left; }
.page-popup { padding: 20px; text-align: left; }

.main-container { background: url(../images/content_bg_bot.png) bottom no-repeat; margin: 7px auto 20px; padding-bottom: 10px; position: relative; width: 952px; }
.mainwrap-1 { background: url(../images/content_bg_shdw.png); padding: 0 4px; }
.mainwrap-2 { background: #d5d1b6 url(../images/content_bg_mid.jpg); }
.mainwrap-3 { background: url(../images/content_bg_grd.jpg) repeat-x; }
.mainwrap-4 { background-repeat: no-repeat; padding: 13px 6px 0; margin: 0 -6px; }
.main { background: url(../images/content_bg_ovr.png) bottom repeat-x; }

/* Base Columns */
.col-left,
.col-right { width: 192px; }
.col-main { float: left; padding: 47px 0 25px; width: 675px; }

/* 1 Column Layout */
.col1-layout .mainwrap-4 { background-image: url(../images/ropes_left.jpg); }
.col1-layout .col-main { float: none; padding-left: 18px; padding-right: 18px; width: auto; }

/* 2 Columns Layout */
.col2-left-layout .mainwrap-4 { background-image: url(../images/ropes_left.jpg); }
.col2-left-layout .col-main { float: right; padding-right: 25px; }

.col2-right-layout .mainwrap-4 { background-image: url(../images/ropes_right.jpg); }
.col2-right-layout .col-main { padding-left: 25px; }

/* 3 Columns Layout */
.col3-layout .col-main { width: 456px; }
.col3-layout .col-wrapper { float: left; width: 700px; }
.col3-layout .col-wrapper .col-main { float: right; }

/* Content Columns */
.col2-set .col-1 { float: left; width: 49%; }
.col2-set .col-2 { float: right; width: 49%; }
.col2-set .col-narrow { width: 33%; }
.col2-set .col-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%; }
/* @end */

/* @group Font Specifications */
@font-face {
	font-family: 'CarnationFF';
	src: url(//:) format('no404'), url('../fonts/carnation.ttf') format('truetype');
}
@font-face {
	font-family: 'AceBinghamFF';
	src: url(//:) format('no404'), url('../fonts/acebingham.ttf') format('truetype');
}
/* @end */

/* @group Global Styles */
/* Form Elements */
input,select,textarea,button { vertical-align: middle; color: #000; }
input.input-text,select,textarea { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }
input.input-text,textarea { background-color: #786c52; border: none; color: #e1dbba; font-size: 14px; font-weight: bold; line-height: 21px; padding: 8px 10px; }
select { padding: 1px; }
select option { padding-right: 10px; }
select.multiselect option { border-bottom: 1px solid #ddd; padding: 2px 5px; }
select.multiselect option:last-child { border-bottom: 0; }
textarea { overflow: auto; }
input.radio { margin-right: 3px; }
input.checkbox { margin-right: 3px; }
input.qty { text-align: center; width: 2.5em !important; }

/* FF Fix */
button.button::-moz-focus-inner { padding: 0; border: 0; }

/* Safari & Google Chrome Fix */
button.button { -webkit-border-fit: lines; }

/* Button Rules */
button.button { background: none; border: none; cursor: pointer; font-family: CarnationFF; font-size: 28px; height: 34px; margin: 0; overflow: visible; padding: 0; width: 123px; }
button.button span { color: #f9edee; display: block; float: left; height: 34px; text-align: center; white-space: nowrap; width: 123px; }
button.button > span { background: url(../images/btn_default.png); }
button.button span span { height: 30px; line-height: 30px; padding-bottom: 4px; }
button.button:hover span { background-position: bottom; }
button.disabled {  }
button.disabled span {  }
button.btn-checkout span {  }
button.btn-checkout.no-checkout {  }
p.control input.checkbox,
p.control input.radio { margin-right: 6px; }

button.button.btn-cart span { color: #eacccf; }
button.btn-cart > span { background: url(../images/btn_add_cart.png); }

/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#efefef; }*/
/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin: 0 0 8px; }
.form-list label { float: left; font-weight: bold; position: relative; z-index: 0; }
.form-list label.required {  }
.form-list label.required em { float: right; font-style: normal; color: #eb340a; position: absolute; top: 0; right: -8px; }
.form-list li.control label { float: none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right: 6px; }
.form-list li.control .input-box { clear: none; display: inline; width: auto; }

/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display: block; clear: both; width: 240px; }
.form-list .field { float: left; width: 274px; }
.form-list input.input-text { background: url(../images/input_bg_md.png); width: 220px; }
.form-list input.input-text.validation-failed { background: url(../images/input_bg_md.png) 0 -37px !important; border: none !important; }
.form-list textarea { width: 254px; height: 10em; }
.form-list select { width: 260px; }
.form-list li.wide .input-box { width: 515px; }
.form-list li.wide input.input-text { background: url(../images/input_bg_lg.png); width: 495px; }
.form-list li.wide input.input-text.validation-failed { background: url(../images/input_bg_lg.png) 0 -37px !important; border: none !important; }
.form-list li.wide textarea { width: 529px; }
.form-list li.wide select { width: 535px; }
.form-list li.additional-row { border-top: 1px solid #ccc; margin-top: 10px; padding-top: 7px; }
.form-list li.additional-row .btn-remove { float: right; margin: 5px 0 0; }
.form-list .input-range input.input-text { width: 74px; }

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width: auto; }
.form-list .name-prefix { width: 65px; }
.form-list .name-prefix select { width: 55px; }
.form-list .name-prefix input.input-text { width: 49px; }
.form-list .name-suffix { width: 65px; }
.form-list .name-suffix select { width: 55px; }
.form-list .name-suffix input.input-text { width: 49px; }
.form-list .name-middlename { width: 70px; }
.form-list .name-middlename input.input-text { width: 49px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width: 140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width: 124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width: 205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width: 189px; }
.form-list .customer-name-prefix-suffix .name-firstname { width: 210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width: 205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width: 189px; }
.form-list .customer-name-prefix-suffix .name-firstname { width: 210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width: 205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width: 189px; }
.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width: 210px; }
.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width: 205px; }
.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width: 189px; }
.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float: left; width: 85px; }
.form-list .customer-dob input.input-text { display: block; width: 74px; }
.form-list .customer-dob label { font-size: 10px; font-weight: normal; color: #888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width: 60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width: 46px; }
.form-list .customer-dob .dob-year { width: 140px; }
.form-list .customer-dob .dob-year input.input-text { width: 134px; }
.buttons-set { clear: both; margin: 5px 0 0; padding: 5px; }
.buttons-set .back-link { float: left; }
.buttons-set button.button { float: right; }
.buttons-set p.required { margin: 0 0 5px; }
.buttons-set-order {  }
.fieldset {  }
.fieldset .legend { font-size: 16px; margin-bottom: 16px; }

/* Form Validation */
.validation-advice { clear: both; min-height: 13px; margin: 3px 0 0; padding-left: 22px; font-size: 12px; line-height: 13px; background: url(../images/validation_advice_bg.png) 8px 1px no-repeat; color: #f00; }
.validation-failed { border: 1px dashed #f00 !important; background: #faebe7 !important; color: #593F21 !important; }
.validation-passed {  }
p.required { font-size: 10px; text-align: right; color: #f00; }

/* 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 { border-style: solid !important; border-width: 3px !important; background-position: 10px 9px !important; background-repeat: no-repeat !important; padding: 9px 8px 8px 35px !important; font-size: 12px !important; font-weight: bold !important; }
.error-msg { border-color: #992a33; background-color: #faebe7; background-image: url(../images/i_msg-error.gif); color: #992a33; }
.success-msg { border-color: #5b8d13; background-color: #eff5ea; background-image: url(../images/i_msg-success.gif); color: #5b8d13; }
.note-msg,
.notice-msg { border-color: #eed14d; background-color: #fafaec; background-image: url(../images/i_msg-note.gif); color: #48403f; }

/* BreadCrumbs */
.breadcrumbs { line-height: 20px; margin: 42px 33px 0; }
.breadcrumbs li { display: inline; }
.breadcrumbs li a { color: #8e191c; }
.breadcrumbs li a:hover { text-decoration: underline; }
.breadcrumbs li strong { font-weight: normal; }

/* Page Heading */
.page-title { padding: 0 0 5px; margin: 0 0 10px; }
.page-title h1,
.page-title h2 { font-family: CarnationFF; font-size: 38px; line-height: 30px; }
.page-title .separator { margin: 0 3px; }
.page-title .link-rss { float: right; }
.title-buttons { text-align: right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float: left; }
.subtitle { clear: both; }

/* Toolbar */
.toolbar { background: url(../images/toolbar_bg.png); color: #000; height: 29px; line-height: 29px; margin-bottom: 16px; position: relative; }
.toolbar .pager {  }
.toolbar .sorter {  }
.toolbar-bottom {  }

/* Pager */
.pager { float: left; height: 100%; width: 500px; }
.pager strong { color: #711517; font-family: CarnationFF; font-size: 24px; font-weight: normal; line-height: 29px; }
.pager .amount { left: 13px; position: absolute; }
.pager .limiter { float: right; }
.pager .pages { font-size: 1.2em; left: 280px; position: absolute; top: 0; }
.pager .pages ol { display: inline; }
.pager .pages li { display: inline; }
.pager .pages li a { color: #000; height: 18px; }
.pager .pages li a.next { padding-left: 3px; }
.pager .pages li a.previous { padding-right: 3px; }
.pager .pages li img { margin-top: -4px; }
.pager .pages .current { font-weight: bold; }

/* Sorter */
.sorter { float: right; height: 100%; width: 150px; }
.sorter .view-mode { float: left; }
.sorter .sort-by { position: absolute; right: 3px; width: 160px; }
.sorter .sort-by label { color: #711517; display: block; float: left; font-family: CarnationFF; font-size: 24px; line-height: 29px; padding-right: 5px; }
.sorter .link-feed {  }

/* Data Table */
.data-table { width: 100%; }
.data-table th { padding: 5px; border: 2px dashed #ceba9f; font-weight: bold; white-space: nowrap; }
.data-table td { padding: 5px; border: 2px dashed #ceba9f; }
.data-table thead { background-color: #f1c5c7; }
.data-table tbody {  }
.data-table tfoot {  }
.data-table tr.first {  }
.data-table tr.last {  }
.data-table tr.odd {  }
.data-table tr.even { background-color: #ddd9c1; }
.data-table tbody.odd {  }
.data-table tbody.odd td { border-width: 0 2px; }
.data-table tbody.even { background-color: #ddd9c1; }
.data-table tbody.even td { border-width: 0 2px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width: 2px; }
.data-table th .tax-flag { white-space: nowrap; font-weight: normal; }
.data-table td.label,
.data-table th.label { font-weight: bold; background-color: #ddd9c1; }
.data-table td.value {  }

.data-table .product-image img { border: 2px dashed #b5a38c; margin-bottom: 5px; }
.data-table textarea { background: #857353; font-size: 10pt; padding: 5px; width: 90%; }

/* 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/bkg_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 { font-size: 11px; background-color: #dae1e4; color: #626465; }
tr.tax-details-first td { border-top: 1px solid #d2d8db; }

/* Shopping cart tax info */
.cart-tax-info { display: block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right: 20px; }
.cart-tax-total { display: block; padding-right: 20px; background: url(../images/bkg_collapse.gif) 100% 4px no-repeat; cursor: pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display: inline !important; font-weight: normal !important; }
.cart-tax-total-expanded { background-position: 100% -53px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding: 0; }
.std ol.ol { list-style: decimal outside; padding-left: 1.5em; }
.std ul.disc { margin: 0 0 10px; }
.std ul.disc { list-style: disc outside; padding-left: 18px; }
.std dl dt { font-weight: bold; }
.std dl dd { margin: 0 0 10px; }

/*.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 */
.links li { display: inline; }
.links li.first { padding-left: 0 !important; }
.links li.last { background: none !important; padding-right: 0 !important; }
.link-cart { font-weight: bold; color: #f00; }
.link-wishlist { font-weight: bold; }
.link-reorder { font-weight: bold; }
.link-compare { font-weight: bold; }
.link-print { background: url(../images/i_print.gif) 0 2px no-repeat; padding: 2px 0 2px 25px; }
.link-rss { background: url(../images/i_rss.gif) 0 1px no-repeat; padding-left: 18px; white-space: nowrap; }
.btn-remove { display: block; width: 11px; height: 11px; font-size: 0; line-height: 0; background: url(../images/btn_remove.gif) 0 0 no-repeat; text-indent: -999em; overflow: hidden; }
.btn-remove2 { display: block; width: 28px; height: 28px; font-size: 0; line-height: 0; background: url(../images/icn_delete.png) 0 0 no-repeat; text-indent: -999em; overflow: hidden; }
.btn-remove2:hover { background-position: bottom; }
.separator { margin: 0 3px; }
.divider { clear: both; display: block; font-size: 0; line-height: 0; height: 1px; margin: 10px 0; background: #ddd; text-indent: -999em; overflow: hidden; }

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

/* @group Header */
.logo { float: left; }
.header-container { height: 180px; }
.header { background: #bba47b url(../images/header_bg.jpg); height: 75px; padding: 10px 30px 35px; position: relative; }

.header a.logo { background: url(../images/tgf_logo.png); display: block; height: 165px; left: 22px; position: absolute; text-indent: -9999px; top: 0; width: 227px; }

.header .welcome-msg { font-weight: bold; text-align: right; }

.header .links { background: url(../images/header_links_bg.png); color: #cc9; display: block; font-family: CarnationFF; font-size: 23px; height: 32px; padding-top: 3px; position: absolute; right: 25px; top: 0; text-align: center; width: 427px; }
.header .links a { color: #cc9; text-decoration: none; }
.header .links a:hover { text-decoration: underline; }

.header .form-search { position: absolute; right: 45px; top: 54px; }
.header .form-search label { display: none; }
.header .form-search input { background: url(../images/input_bg_md.png); width: 220px; }
.header .form-search .button,
.header .form-search .button span { color: #e9cdce; width: 87px; }
.header .form-search .button > span { background-image: url(../images/btn_search.png); }

.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 { clear: both; text-align: right; }
.header-container .top-container { clear: both; text-align: right; }

/* @group Navigation */
.nav-container { position: absolute; left: 265px; top: 104px; z-index: 50; }
#nav {  }

.nav-products { margin-right: 11px; }
.nav-about { margin-right: 9px; }
.nav-design-team { margin-right: 12px; }
.nav-gallery { margin-right: 11px; }
.nav-community {  }

.nav-products span { background: url(../images/menu_products.png); width: 138px; }
.nav-about span { background: url(../images/menu_about.png); width: 117px; }
.nav-design-team span { background: url(../images/menu_design.png); width: 142px; }
.nav-gallery span { background: url(../images/menu_gallery.png); width: 104px; }
.nav-community span { background: url(../images/menu_community.png); width: 138px; }

/* All Levels */
#nav li { text-align: left; position: relative; z-index: 50; }
#nav li.over,
#nav li.hold { z-index: 999; }
#nav li.parent {  }
#nav li a { display: block; text-decoration: none; }
#nav li a:hover { text-decoration: none; }
#nav li span { display: block; white-space: nowrap; cursor: pointer; }
#nav li ul a span { white-space: normal; }

/* 1st Level */
#nav li { float: left; }
#nav li a { float: left; }
#nav li span { height: 47px; text-indent: -9999px; }
#nav li a:hover span,
#nav li.over span,
#nav li.active span { background-position: bottom; }

/* 2nd Level */
#nav ul { background: url(../images/flyout_1_bg_top.png) no-repeat; left: -10000px; padding-top: 5px; position: absolute; top: 47px; z-index: 50; width: 178px; }
#nav ul .flyout-1 { background: url(../images/flyout_1_bg_bot.png) bottom no-repeat; padding-bottom: 9px; }
#nav ul .flyout-2 { background: url(../images/flyout_shdw.png); }
#nav ul .flyout-3 { background: url(../images/flyout_1_bg_mid.jpg) repeat-y; padding: 5px 0 0 10px; }

#nav ul li { float: none; }
#nav ul li.last { border-bottom: 0; }
#nav ul li a { color: #4c6563; float: none; font-weight: bold; height: auto; width: auto; }
#nav ul li a span { background: none; border-top: 1px solid #429d9b; height: auto; margin-right: 12px; padding: 5px 9px; text-indent: 0; }
#nav ul li:first-child a span { border: none; padding-top: 2px; }
#nav ul li a:hover { color: #202020 !important; }
#nav ul li.active > a,
#nav ul li.over > a { color: #202020 !important; }

/* 3rd+ Level */
#nav ul ul { background-image: url(../images/flyout_2_bg_top.png); top: -6px; }
#nav ul li:first-child ul { top: -10px; }
#nav ul ul .flyout-1 { background-image: url(../images/flyout_2_bg_bot.png); }
#nav ul ul .flyout-3 { background-image: url(../images/flyout_2_bg_mid.jpg); }
#nav ul li:first-child ul li a span { border-top: 1px solid #429d9b; padding-top: 5px; }
#nav ul li:first-child ul li:first-child a span { border: none; padding-top: 2px; }

/* Show Menu */
#nav li.over > ul,
#nav li.hold > ul { left: 0; }
#nav li.over > ul li.over > ul,
#nav li.hold > ul li.hold > ul { left: 170px; }
#nav li.over ul ul { left: -10000px; }
/* @end */
/* @end */

/* @group Sidebar */
.sidebarwrap-1 { background-repeat: no-repeat; padding-top: 57px; position: relative; top: -18px; }
.sidebarwrap-2 { background-position: bottom; background-repeat: no-repeat; padding-bottom: 34px; }
.sidebar { background: url(../images/sidebar_bg_mid.jpg); min-height: 100px; padding: 5px 19px 10px; }

.left-sidebar { background-image: url(../images/sidebar_bg_top_left.jpg); float: left; left: -10px; padding-right: 5px; }
.left-sidebar .sidebarwrap-2 { background-image: url(../images/sidebar_bg_bot_left.png); padding-right: 0; }

.right-sidebar { background-image: url(../images/sidebar_bg_top_right.jpg); background-position: right top; float: right; padding-left: 5px; right: -10px; }
.right-sidebar .sidebarwrap-2 { background-image: url(../images/sidebar_bg_bot_right.png); background-position: right bottom; padding-left: 0; }

.block {  }
.block .block-title { line-height: normal; padding-bottom: 8px; text-align: center; }
.block .block-title strong { background: url(../images/bracket_left.png) left no-repeat; color: #418c87; font-family: CarnationFF; font-size: 35px; font-weight: normal; padding-left: 18px; }
.block .block-title strong span { background: url(../images/bracket_right.png) right no-repeat; line-height: 32px; padding-right: 18px; }
.block .block-title a { text-decoration: none !important; }
.block .block-subtitle { font-size: 13px; font-weight: bold; }

.block .block-content {  }
.block .block-content li { border-bottom: 1px solid #73beb9; font-family: AceBinghamFF; font-size: 24px; line-height: normal; padding-top: 2px; }
.block .block-content li.current strong { display: block; font-weight: normal; padding: 5px 25px 3px 6px; }
.block .block-content li a { background: url(../images/icn_arrow_green_right.png) 175px 10px no-repeat; color: #493230; display: block; padding: 5px 25px 3px 6px; text-decoration: none; }
.block .block-content li.parent a { background: url(../images/icn_arrow_green_down.png) 173px 13px no-repeat; }
.block .block-content li a:hover { text-decoration: underline; }
.block .block-content li.current,
.block .block-content li.active a { background: url(../images/icn_arrow_red_right.png) 175px 12px no-repeat; color: #9f1619; cursor: default; }
.block .block-content li.active a:hover { text-decoration: none; }
.block .block-content li.active.parent a { background: url(../images/icn_arrow_red_down.png) 173px 13px no-repeat; }
.block .block-content li.item { padding: 5px 0; }

.block .block-content li ul { background: url(../images/sidebar_menu_bg.png); border-top: 1px solid #73beb9; display: none; padding: 10px 15px 20px; }
.block .block-content li.active ul { display: block; }
.block .block-content li ul li { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 12px; border: none; line-height: normal; }
.block .block-content li ul li a,
.block .block-content li.active ul li a { color: #493230; cursor: pointer; display: inline; padding: 0; }
.block .block-content li ul li a:hover,
.block .block-content li.active ul li a:hover { text-decoration: underline; }
.block .block-content li ul li.active,
.block .block-content li ul li.active a { color: #9f1619; cursor: default; font-weight: bold; }
.block .block-content li ul li.active a:hover { text-decoration: none; }

.block .block-content li ul li ul { background: none; border: none; padding: 7px 10px; }
.block .block-content li ul li.active ul li,
.block .block-content li ul li.active ul li a { color: #493230; cursor: pointer; font-weight: normal; }
.block .block-content li ul li.active ul li a:hover { text-decoration: underline; }
.block .block-content li ul li.active ul li.active,
.block .block-content li ul li.active ul li.active a { color: #9f1619; cursor: default; font-weight: bold; }
.block .block-content li ul li.active ul li.active a:hover { text-decoration: none; }

.block .btn-remove { float: right; }
.block .actions { text-align: right; }
.block .actions a { float: left; }
.block .empty {  }
.block li.odd {  }
.block li.even { background-color: #f6f6f6; }

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

/* 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-layered-nav .btn-remove { float: left; margin: 2px 3px 0 0; }

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

/* 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: Recently Viewed */
.block-viewed {  }

/* Block: Recently Compared */
.block-compared {  }

/* Block: Poll */
.block-poll label {  }
.block-poll input.radio { float: left; margin: 1px -18px 0 0; }
.block-poll .label { display: block; margin-left: 18px; }
.block-poll li { padding: 3px 9px; }
.block-poll .actions { margin: 5px 0 0; }
.block-poll .answer { font-weight: bold; }
.block-poll .votes { float: right; margin-left: 10px; }

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

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

/* Block: Banner */
.block-banner {  }
.block-banner .block-content { text-align: center; }

/* Block: Login */
.block-login label { font-weight: bold; color: #666; }
.block-login input.input-text { display: block; width: 167px; margin: 3px 0; }
/* @end */

/* @group Home Page */
.cms-home .main-container { margin-bottom: 230px; }
.cms-home .mainwrap-4 { background: url(../images/content_bg_top.png) 2px 0 no-repeat; }
.cms-home .main {  }
.cms-home .col-main { height: 293px; }

.cms-home .slideshow-container { background-image: url(../images/home_slideshow_bg.jpg); height: 425px; left: -14px; overflow: hidden; position: absolute; top: -21px; width: 650px; z-index: 5; }
.cms-home .slideshow-container .note-msg { margin: 30px; }
.cms-home .easyslideshow { height: 100%; }
.cms-home .easyslideshow li { position: relative; }

.cms-home .blog-promo { background: url(../images/home_artwork.jpg) right bottom no-repeat; padding-bottom: 192px; position: absolute; right: 4px; top: -2px; width: 360px; }
.cms-home .blog-promo a { background: url(../images/home_tag_blog.jpg); display: block; float: right; height: 72px; margin-right: 6px; text-indent: -9999px; width: 300px; }

.cms-home .market-promo { background: url(../images/home_calendar.jpg) 15px 62px no-repeat; min-height: 135px; position: absolute; right: 11px; top: 223px; width: 305px; }
.cms-home .market-promo p a { background: url(../images/home_tag_market.jpg); display: block; height: 72px; text-indent: -9999px; width: 305px; }
.cms-home .market-promo ul { margin-left: 100px; padding: 5px 20px 5px 0; }
.cms-home .market-promo ul li { border-bottom: 1px solid #cbc3a1; padding: 4px; }
.cms-home .market-promo ul li a { color: #7a4f21; text-decoration: none; }
.cms-home .market-promo ul li a:hover { text-decoration: underline; }
.cms-home .market-promo ul li a .market-date { float: left; font-weight: bold; width: 100px; }

.cms-home .featured { background: url(../images/home_featured_bg.jpg) no-repeat; bottom: -200px; height: 175px; padding: 45px 15px 0 5px; position: absolute; right: 20px; width: 625px; }
.cms-home .featured h3 { position: absolute; text-indent: -9999px; }
.cms-home .featured .view-all { display: block; height: 32px; position: absolute; right: 15px; text-indent: -9999px; top: 12px; width: 60px; }
.cms-home .featured .note-msg { margin: 30px; }

.cms-home .featured .products-grid { /*background: url(../images/featured_bg.jpg) no-repeat;*/ padding: 18px 13px 0; width: auto; }
.cms-home .featured .products-grid li.item { background: none; margin-right: 23px; padding: 0 3px 45px; width: 126px; }
.cms-home .featured .products-grid li.last { margin-right: 0; }
.cms-home .featured .products-grid .product-name a { background: url(../images/home_featured_ovr.png); display: block; height: 112px; padding: 0; text-indent: -9999px; width: 126px; }

.cms-home .featured .products-grid .odd .product-name a { background-position: -252px 0; }
.cms-home .featured .products-grid .even .product-name a { background-position: -126px 0; }
.cms-home .featured .products-grid .first .product-name a { background-position: 0 0; }
.cms-home .featured .products-grid .last .product-name a { background-position: -378px 0; }

/*.cms-home .featured .products-overlay { background: url(../images/featured_overlay.png); display: none; height: 138px; position: absolute; top: 51px; width: 625px; z-index: 10; }*/

.cms-home .featured .products-grid .odd .regular-price,
.cms-home .featured .products-grid .odd .special-price { right: -15px; top: 75px; z-index: 10; }
.cms-home .featured .products-grid .even .regular-price,
.cms-home .featured .products-grid .even .special-price { right: -15px; top: 82px; z-index: 10; }

.cms-home .featured .products-grid .actions { left: -3px; position: absolute; bottom: 0; }
.cms-home .featured .products-grid .actions .btn-cart { height: 45px; width: 132px; }
.cms-home .featured .products-grid .actions .btn-cart span { width: 132px; }

.cms-home .featured .products-grid .odd .actions .btn-cart span { background-image: url(../images/home_featured_btn_cart_third.png); }
.cms-home .featured .products-grid .even .actions .btn-cart span { background-image: url(../images/home_featured_btn_cart_second.png); }
.cms-home .featured .products-grid .first .actions .btn-cart span { background-image: url(../images/home_featured_btn_cart_first.png); }
.cms-home .featured .products-grid .last .actions .btn-cart span { background-image: url(../images/home_featured_btn_cart_fourth.png); }

.cms-home .featured .products-grid .odd .actions .btn-cart span span,
.cms-home .featured .products-grid .even .actions .btn-cart span span,
.cms-home .featured .products-grid .first .actions .btn-cart span span,
.cms-home .featured .products-grid .last .actions .btn-cart span span { background-image: none; }

.cms-home .featured .products-grid .actions .btn-cart span { height: 45px; width: 132px; }

.cms-home .home-content { background: url(../images/home_content_block.jpg); bottom: -238px; font-size: 10pt; height: 195px; left: -45px; padding: 12px 55px 10px 55px; position: absolute; width: 222px; }
.cms-home .home-content .page-title { color: #2b1905; margin-bottom: 15px; text-indent: 16px; }
.cms-home .home-content .page-title strong { color: #912b26; display: block; font-size: 1.2em; font-weight: normal; letter-spacing: -1px; margin-top: -5px; text-indent: 0; }
/* @end */

/* @group Category Page */
.category-title { border: 0; margin: 0 0 7px; }
.category-image { width: 100%; overflow: hidden; margin: 0 0 10px; text-align: center; }
.category-image img {  }
.category-description { margin: 0 0 20px; overflow: hidden; }
.category-description img { margin-right: 15px; }
.category-products {  }

/* View Type: Grid */
.products-grid { padding-bottom: 16px; position: relative; }
.products-grid.last { border-bottom: 0; }
.products-grid li.item { background: url(../images/category_product_img_bg.png) 0 18px no-repeat; float: left; margin-right: 25px; padding: 30px 30px 0 23px; position: relative; width: 154px; }
.products-grid li.last { margin: 0; }
.products-grid .product-image { display: block; height: 134px; padding-bottom: 3px; width: 154px; }
.products-grid .product-name { display: table; font-size: 10pt; font-weight: bold; height: 48px; position: absolute; top: 0; width: 154px; }
.products-grid .product-name a { background: url(../images/product_name_bg.png) 50% no-repeat; color: #493230; display: table-cell; padding: 0 16px 2px; text-align: center; text-decoration: none; vertical-align: middle; }
.products-grid .price-box { text-align: center; }

.products-grid .regular-price,
.products-grid .special-price { background: url(../images/price_reg.png); color: #493230; font-weight: bold; height: 49px; line-height: 49px; position: absolute; right: 11px; top: 135px; width: 51px; z-index: 20; }
.products-grid .special-price { background: url(../images/price_spl.png); height: 40px; line-height: 14px; padding-top: 9px; }
.products-grid .special-price .price-label { font-weight: normal; }
.products-grid .special-price .price { color: #fff; display: block; }
.products-grid .old-price { display: none; }

.products-grid .price { font-size: 14px; position: relative; top: 2px; }
.products-grid .price-symbol { font-family: AceBinghamFF; font-size: 1.875em; padding-right: 0.08em; }
.products-grid .price-dollar { position: relative; top: -0.25em; }
.products-grid .price-delimiter,
.products-grid .price-cent { font-size: 0.58em; position: relative; top: -0.99em; }
.products-grid .no-cents { display: none; }

.products-grid .availability { line-height: 21px; }
.products-grid .out-of-stock { display: block; height: 40px; margin: 0 auto; width: 128px; }
.products-grid .out-of-stock span { background: url(../images/out_of_stock.png); display: block; height: 40px; padding: 0; text-indent: -9999px; width: 128px; }
.products-grid .actions {  }
.products-grid .actions .btn-cart { display: block; height: 40px; margin: 0 auto; width: 128px; }
.products-grid .actions .btn-cart span { background: url(../images/btn_add_cart_cat.png); height: 40px; padding: 0; text-indent: -9999px; width: 128px; }
.products-grid .actions .btn-cart:hover span { background-position: bottom; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid {  }
.col1-layout .products-grid { width: 790px; margin: 0 auto; }

/* View Type: List */
.products-list li.item { border-bottom: 1px solid #ddd; padding: 12px 10px; }
.products-list li.item.last { border-bottom: 0; }
.products-list .product-image { float: left; width: 135px; height: 135px; margin: 0 0 10px; }
.products-list .product-shop { margin-left: 150px; }
.products-list .product-name { margin: 0 0 5px; font-weight: bold; font-size: 13px; }
.products-list .product-name a {  }
.products-list .price-box { float: left; margin: 3px 13px 5px 0; }
.products-list .availability { float: left; margin: 3px 0 0; }
.products-list .desc { clear: both; padding: 6px 0 0; margin: 0 0 15px; line-height: 1.35; }
.products-list .desc .link-more { font-size: 11px; }
.products-list .add-to-links { clear: both; }
.products-list .add-to-links li { display: inline; }
.products-list .add-to-links .separator { display: inline; margin: 0 2px; }
/* @end */

/* @group Product View */
.catalog-product-view .mainwrap-4 { background: url(../images/content_bg_top.png) 2px 0 no-repeat; }
.catalog-product-view .col-main { padding-top: 15px; }

/* Rating */
.no-rating { margin: 0; }
.ratings { font-size: 11px; line-height: 1.25; margin: 7px 0; }
.ratings strong { float: left; margin: 1px 3px 0 0; }
.ratings .rating-links { margin: 0; }
.ratings .rating-links .separator { margin: 0 2px; }
.ratings dt {  }
.ratings dd {  }
.rating-box { width: 69px; height: 13px; font-size: 0; line-height: 0; background: url(../images/bkg_rating.gif) 0 0 repeat-x; text-indent: -999em; overflow: hidden; }
.rating-box .rating { float: left; height: 13px; background: url(../images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float: left; margin-right: 3px; }
.ratings .amount {  }
.ratings-table th,
.ratings-table td { font-size: 11px; line-height: 1.15; padding: 3px 0; }
.ratings-table th { font-weight: bold; padding-right: 8px; }

/* Availability */
.availability { color: #796e53; margin-bottom: 124px; }
.availability span { text-transform: capitalize; }
.availability.in-stock span { color: #6d9c3e; }
.availability.out-of-stock span { color: #d83820; }

/* Email to a Friend */
.email-friend {  }

/* Alerts */
.alert-price {  }
.alert-stock {  }

/* Price Tag */
.price-tag { background: url(../images/product_price_bg.jpg) no-repeat; height: 232px; left: -62px; padding-left: 62px; position: absolute; top: 88px; width: 300px; }
.price-tag .price-box { position: absolute; text-align: center; top: 13px; width: 120px; }
.price-tag .price { font-size: 24px; line-height: 20px; position: relative; top: 5px; }
.price-tag .price-symbol { font-family: AceBinghamFF; font-size: 1.875em; padding-right: 0.08em; }
.price-tag .price-dollar { position: relative; top: -0.25em; }
.price-tag .price-delimiter,
.price-tag .price-cent { font-size: 0.58em; position: relative; top: -0.99em; }
.price-tag .old-price { display: none; }
.price-tag .special-price .price-label { color: #9f3037; font-family: AceBinghamFF; font-size: 20px; padding-right: 4px; position: relative; text-transform: uppercase; top: -3px; }
/*.no-cents { display: none; }*/

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

/* Regular price */
.regular-price {  }
.regular-price .price {  }

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

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

/* Minimal price (as low as) */
.minimal-price {  }
.minimal-price .price-label { white-space: nowrap; }
.minimal-price-link { display: block; }
.minimal-price-link .label {  }
.minimal-price-link .price {  }

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

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

/* FTP */
.weee { display: block; font-size: 11px; color: #444; }
.weee .price { font-size: 11px; }

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

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

/* Price notice next to the options */
.price-notice { padding-left: 10px; }
.price-notice .price {  }

/* Price as configured */
.price-as-configured {  }
.price-as-configured .price-label { white-space: nowrap; }
.price-box-bundle {  }
/* @end */

/* Tier Prices */
.tier-prices .price {  }
.tier-prices .benefit {  }
.tier-prices-grouped {  }

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

/* Add to Cart */
.price-tag .add-to-cart { padding-left: 20px; position: absolute; top: 44px; width: 258px; }
.price-tag .add-to-cart .qty { background: url(../images/product_qty_bg.png); color: #593F21; float: left; font-size: 16px; font-weight: normal; height: 22px; margin-top: 3px; padding: 0; width: 48px !important; }
.add-to-cart label { font-family: AceBinghamFF; font-size: 18px; float: left; margin-right: 5px; margin-top: 3px; }
.add-to-cart button.button { float: right; margin-left: 5px; }
/*.price-tag .or { float: left; margin: 0 10px; }*/

/* Add to Links */
.add-to-links { font-family: AceBinghamFF; font-size: 18px; height: 30px; position: relative; margin-bottom: 25px; }
.add-to-links li { float: left; }
.add-to-links a { color: #593f21; display: block; font-size: 26px; font-weight: normal; line-height: normal; padding: 0 10px 4px; text-decoration: none; }
.add-to-links .link-wishlist { background: url(../images/product_link_wishlist_bg.png) 0 1px no-repeat; padding-left: 26px; }
.add-to-links .link-wishlist:hover { background-position: 0 -30px; }
.add-to-links .link-testimonial { background: url(../images/product_link_testimonial_bg.png) 0 100px no-repeat; }
.add-to-links .link-testimonial:hover { background-position: left bottom; }

.product-view {  }
.product-essential {  }
.product-collateral .box-collateral { margin: 0 0 15px; }

/* Product Images */
.product-view .product-img-box { float: left; width: 364px; }
.col3-layout .product-view .product-img-box { float: none; margin: 0 auto; }
.product-view .product-img-box .product-image { background: url(../images/product_img_bg.jpg); padding: 29px 58px 37px 41px; }
.product-view .product-img-box .product-image img { border: 5px solid #493230; }

/*.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.disabled { -moz-opacity: .3; -webkit-opacity: .3; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; IE8 opacity: .3; }*/
/*.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 { padding: 5px 32px 0; }
.product-view .product-img-box .more-views h2 { font-family: AceBinghamFF; font-size: 30px; line-height: normal; margin-bottom: -4px; padding: 0 9px; }
.product-view .product-img-box .more-views ul {  }
.product-view .product-img-box .more-views li { background: url(../images/product_gallery_bg.png) 5px 11px no-repeat; float: left; padding: 13px 9px 5px 8px; }
.product-view .product-img-box .more-views img { border: 3px solid #493230; }
.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; padding-top: 14px; position: relative; width: 516px; }
.product-view .product-shop h2 { margin-bottom: 15px; }
/*.col1-layout .product-view .product-shop { float: right; width: 544px; }*/
.col3-layout .product-view .product-shop { float: none; width: auto; }
.product-view .product-name { font-family: CarnationFF; margin-bottom: 12px; }
.product-view .product-name h1 { font-size: 40px; line-height: 30px; }

/* 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 { padding: 10px; border: 1px solid #ddd; border-top: 0; }
.product-options-bottom .price-box { margin: 10px 0; }

/* Grouped Product */
.product-view .grouped-items-table {  }

/* Gift Certificate */
.gift-card-info #amount { background-color: #4ea29f; color: #eed; left: 12px; padding: 2px 8px; position: absolute; text-align: center; top: 98px; width: 80px; z-index: 20; }
.gift-card-info #recipient_select { margin: 120px 0 30px; position: relative; z-index: 20; }
.gift-card-info #recipient_select label { margin-right: 20px; }
.gift-card-info #recipient_info { position: relative; z-index: 20; }
.gift-card-info #recipient_info input { margin-bottom: 10px; padding: 3px; width: 450px !important; }
.gift-card-info #recipient_message_container { margin-bottom: 20px; }
.gift-card-info #recipient_message_container textarea { padding: 3px; width: 450px !important; }
.giftcard-img-container { display: block; }

/* Collateral Boxes */
.box-collateral { position: relative; }
.box-collateral .std { margin-bottom: 15px; }

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

/* Block: Details */
.product-view .box-details { margin-top: 30px; }

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

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

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

/* Block: Reviews */
.product-view .box-reviews {  }
.product-view .box-reviews .form-add {  }

/* Send a Friend */
.send-friend {  }
/* @end */

/* @group Content Styles */
.product-name { font-size: 1em; font-weight: normal; }
.product-name a {  }

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

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

/* CMS Home Page */
.cms-home .subtitle {  }
.cms-index-index .subtitle {  }

/* Sitemap */
.page-sitemap .links { text-align: right; margin: 0 8px -22px 0; }
.page-sitemap .links a { text-decoration: none; position: relative; }
.page-sitemap .links a:hover { text-decoration: underline; }
.page-sitemap .sitemap { margin: 12px; }
.page-sitemap .sitemap a {  }
.page-sitemap .sitemap li { margin: 3px 0; }
.page-sitemap .sitemap li.level-0 { margin: 10px 0 0; font-weight: bold; }
.page-sitemap .sitemap li.level-0 a {  }

/* RSS */
.rss-title h1 { background: url(../images/i_rss-big.png) 0 4px no-repeat; padding-left: 27px; }
.rss-table .link-rss { display: block; line-height: 1.35; background-position: 0 2px; }

/* CMS */
.cms-page-view .mainwrap-4 { background-image: url(../images/ropes_right.jpg); }
.cms-page-view .col-main { padding: 97px 48px 25px; width: auto; }
.cms-page-view .col-main .page-title { background-image: url(../images/page_title.png); height: 72px; left: 20px; margin: 0; padding: 17px 0 0 45px; position: absolute; top: 9px; width: 271px; }
.cms-page-view .col-main .page-title h1 { font-size: 60px; line-height: 50px; }
.cms-page-view .col-main p,
.cms-page-view .col-main ul,
.cms-page-view .col-main ol { margin-bottom: 15px; }
.cms-page-view .col-main label { clear: left; display: block; float: left; width: 100px !important; }
.cms-page-view .col-main input,
.cms-page-view .col-main textarea { display: block; margin-bottom: 10px; }

.cms-page-view .sidebarwrap-1 { position: absolute; top: -5px; }
.cms-page-view .right-sidebar { right: -6px; }

.cms-page-view .right-sidebar .links { padding-top: 10px; text-align: center; }
.cms-page-view .right-sidebar .links li { border-bottom: 1px solid #6cbbb6; display: block; height: 30px; }
.cms-page-view .right-sidebar .links li a { color: #493230; font-family: CarnationFF; font-size: 28px; height: 30px; line-height: 30px; text-decoration: none; }
.cms-page-view .right-sidebar .links li a:hover { text-decoration: underline; }

/* CMS: About Us */
.cms-about .col-main { padding-top: 82px; }
.cms-about .col-main .page-title { z-index: 25; }
.cms-about .col-main .portrait { float: left; position: relative; top: -31px; z-index: 5; }
.cms-about .col-main .portrait img { background-color: #493230; border: 5px solid #493230; margin-bottom: 5px; -moz-box-shadow: 0 0 4px #000; -webkit-box-shadow: 0 0 4px #000; }
.cms-about .col-main .portrait p { font-family: AceBinghamFF; font-size: 22px; margin: 0; text-align: center; }
.cms-about .col-main .portrait p em { display: block; font-family: CarnationFF; font-size: 34px; font-style: normal; letter-spacing: -1px; margin-top: -15px; }
.cms-about .col-main p { margin-left: 330px; }

/* CMS: Design Team */
.cms-clubanya .col-main,
.cms-designteam .col-main { padding-top: 127px; }
.cms-clubanya .col-main .page-title,
.cms-designteam .col-main .page-title { z-index: 25; }

.cms-clubanya .col-main a#view_previous_designers,
.cms-designteam .col-main a#view_previous_designers { background: url(../images/btn_view_past_designers.png); display: block; height: 44px; position: absolute; text-indent: -9999px; top: 85px; width: 142px; z-index: 5; }
.cms-clubanya .col-main a#view_previous_designers:hover,
.cms-designteam .col-main a#view_previous_designers:hover { background-position: bottom; }

.cms-clubanya .col-main #previous_designers,
.cms-designteam .col-main #previous_designers { display: none; }

.cms-clubanya .col-main p,
.cms-designteam .col-main p { margin-right: 190px; }

.cms-clubanya .col-main .designers,
.cms-designteam .col-main .designers { overflow: hidden; }
.cms-clubanya .col-main .designers li,
.cms-designteam .col-main .designers li { background: url(../images/designer_bg.png) 0 16px no-repeat; padding: 12px; position: relative; width: 375px; }
.cms-clubanya .col-main .designers li.odd,
.cms-designteam .col-main .designers li.odd { float: left; }
.cms-clubanya .col-main .designers li.even,
.cms-designteam .col-main .designers li.even { float: right; }
.cms-clubanya .col-main .designers li.second,
.cms-designteam .col-main .designers li.second { margin-top: 70px; }
.cms-clubanya .col-main .designers li img,
.cms-designteam .col-main .designers li img { background-color: #493230; border: 5px solid #493230; height: 150px; margin-bottom: 20px; width: 150px; -moz-box-shadow: 0 0 4px #000; -webkit-box-shadow: 0 0 4px #000; }
.cms-clubanya .col-main .designers li h2,
.cms-designteam .col-main .designers li h2 { font-family: CarnationFF; font-size: 34px; left: 190px; line-height: 60px; position: absolute; top: 28px; }
.cms-clubanya .col-main .designers li h3,
.cms-designteam .col-main .designers li h3 { font-size: 16px; font-weight: normal; font-style: italic; margin-bottom: 10px; }
.cms-clubanya .col-main .designers li h5,
.cms-designteam .col-main .designers li h5 { font-size: 14px; margin-bottom: 10px; }
.cms-clubanya .col-main .designers li a.designer-site,
.cms-designteam .col-main .designers li a.designer-site { color: #c50000; font-family: AceBinghamFF; font-size: 24px; left: 200px; position: absolute; text-decoration: none; text-transform: lowercase; top: 88px; }
.cms-clubanya .col-main .designers li a.designer-site:hover,
.cms-designteam .col-main .designers li a.designer-site:hover { text-decoration: underline; }
.cms-clubanya .col-main .designers li p,
.cms-designteam .col-main .designers li p { margin-right: 0; padding: 0; }
.cms-clubanya .col-main .designers li ol,
.cms-designteam .col-main .designers li ol { padding-left: 18px; }
.cms-clubanya .col-main .designers li li,
.cms-designteam .col-main .designers li li { background: none; list-style: decimal; padding: 0; position: static; width: auto; }

/* Previous Designer Popup */
.cms-clubanya .fancy-bg,
.cms-designteam .fancy-bg {	height: 12px; width: 12px; }
.cms-clubanya #fancy-bg-n,
.cms-designteam #fancy-bg-n { background-image: url(../images/fancybox/fancy_border_n.png); top: -12px; }
.cms-clubanya #fancy-bg-ne,
.cms-designteam #fancy-bg-ne { background-image: url(../images/fancybox/fancy_border_ne.png); background-position: 0 0; right: -12px; top: -12px; }
.cms-clubanya #fancy-bg-e,
.cms-designteam #fancy-bg-e { background-image: url(../images/fancybox/fancy_border_e.png); background-position: 0 0; right: -12px; }
.cms-clubanya #fancy-bg-se,
.cms-designteam #fancy-bg-se { background-image: url(../images/fancybox/fancy_border_se.png); background-position: 0 0; bottom: -12px; right: -12px; }
.cms-clubanya #fancy-bg-s,
.cms-designteam #fancy-bg-s { background-image: url(../images/fancybox/fancy_border_s.png); background-position: 0 0; bottom: -12px; }
.cms-clubanya #fancy-bg-sw,
.cms-designteam #fancy-bg-sw { background-image: url(../images/fancybox/fancy_border_sw.png); background-position: 0 0; bottom: -12px; left: -12px; }
.cms-clubanya #fancy-bg-w,
.cms-designteam #fancy-bg-w { background-image: url(../images/fancybox/fancy_border_w.png); left: -12px; }
.cms-clubanya #fancy-bg-nw,
.cms-designteam #fancy-bg-nw { background-image: url(../images/fancybox/fancy_border_nw.png); background-position: 0 0; left: -12px; top: -12px; }

.cms-clubanya #fancybox-outer,
.cms-designteam #fancybox-outer { background: url(../images/fancybox/fancy_bg_outer.jpg) 0 6px; }
.cms-clubanya #fancybox-inner,
.cms-designteam #fancybox-inner { background: url(../images/fancybox/fancy_bg_inner.jpg) top no-repeat; }

.cms-clubanya #previous_designers,
.cms-designteam #previous_designers { background: url(../images/fancybox/fancy_bg_content.jpg) bottom no-repeat; overflow: hidden; padding: 22px; text-align: left; width: 526px; }
.cms-clubanya #previous_designers h4,
.cms-designteam #previous_designers h4 { background: url(../images/bg_popup_heading.png) -6px 34px no-repeat; clear: both; color: #941515; font-family: CarnationFF; font-size: 40px; font-weight: normal; line-height: 26px; margin-bottom: 20px; padding-bottom: 20px; }
.cms-clubanya #previous_designers ul,
.cms-designteam #previous_designers ul { margin-bottom: 22px; overflow: hidden; }
.cms-clubanya #previous_designers li,
.cms-designteam #previous_designers li { color: #493230; float: left; height: 22px; width: 130px; }
.cms-clubanya #previous_designers li a,
.cms-designteam #previous_designers li a { color: #493230; text-decoration: none; }
.cms-clubanya #previous_designers li a:hover,
.cms-designteam #previous_designers li a:hover { text-decoration: underline; }
/* @end */

/* @group Shopping Cart */
.checkout-cart-index .mainwrap-4 { background: url(../images/content_bg_top.png) 2px 0 no-repeat; }
.checkout-cart-index .col-main { min-height: 330px; padding-bottom: 35px; padding-top: 30px; }
.cart {  }

/* Shopping Cart Contents */
.cart-contents { float: left; padding-top: 5px; width: 605px; }

/* Checkout Types */
.cart .checkout-types { float: right; text-align: right; }
.cart .checkout-types .btn-checkout,
.cart .checkout-types .btn-checkout span { height: 39px; width: 181px; }
.cart .checkout-types .btn-checkout > span { background-image: url(../images/btn_proceed_checkout.png); }
.cart .checkout-types .btn-checkout span span { color: #eef2d2; height: 35px; line-height: 35px; }

/* Shopping Cart Table */

.cart-contents fieldset { background: url(../images/cart_legend_bg.png) no-repeat; }
.cart-table {  }
.cart-table th { border: none; font-family: CarnationFF; font-size: 24px; font-weight: normal; height: 31px; line-height: 31px; padding: 0 15px; }
.cart-table td { border: none; padding: 10px; }
.cart-table thead { background: none; }
.cart-table tbody {  }
.cart-table tfoot {  }
.cart-table tfoot td { padding-top: 14px; }
.cart-table tr.first {  }
.cart-table tr.last {  }
.cart-table tr.odd {  }
.cart-table tr.even { background: none; }
.cart-table tbody tr {  }
.cart-table tbody td { border-bottom: 1px solid #beb7a1; }
.cart-table tbody.odd {  }
.cart-table td.value {  }
.cart-table td.a-right { text-align: center !important; }

.cart-table .product-image a { background: url(../images/product_gallery_bg.png); display: block; padding: 2px 5px 5px 3px; }
.cart-table .product-image img { border: 3px solid #493230; margin: 0; }

.cart-table .product-name { margin-top: 20px; }
.cart-table .product-name a { color: #593F21; font-size: 18px; text-decoration: none; }
.cart-table .product-name a:hover { text-decoration: underline; }

.cart-table .price { font-size: 24px; position: relative; top: 5px; }
.cart-table .price-symbol { font-family: AceBinghamFF; font-size: 1.875em; padding-right: 0.08em; }
.cart-table .price-dollar { position: relative; top: -0.25em; }
.cart-table .price-delimiter,
.cart-table .price-cent { font-size: 0.58em; position: relative; top: -0.99em; }
.cart-table .no-cents { display: none; }

.cart-table input.qty { background: url(../images/cart_qty_bg.png) no-repeat; color: #593F21; font-size: 16px; height: 25px; margin-top: 18px; padding: 0 6px; width: 29px !important; }

.cart-table .btn-remove2 { margin-top: 14px; }

.cart-table .item-msg { font-size: 10px; }
.cart-table .btn-update { float: right; }
.cart-table .btn-update > span { background-image: url(../images/btn_update_cart.png); }
.cart-table .btn-update span span { color: #e3f2f1; }
.cart-table .btn-continue,
.cart-table .btn-continue span { height: 39px; width: 181px; }
.cart-table .btn-continue > span { background-image: url(../images/btn_continue_shopping.png); }
.cart-table .btn-continue span span { height: 35px; line-height: 35px; }

/* Shopping Cart Collateral boxes */
.collateralswrap-1 { background: url(../images/cart_collateral_top.png) no-repeat; float: right; margin-right: -25px; padding-top: 10px; position: relative; width: 309px; }
.collateralswrap-2 { background: url(../images/cart_collateral_bot.png) bottom no-repeat; padding-bottom: 190px; }
.cart .cart-collaterals { background: url(../images/cart_collateral_mid.png); padding: 0 24px 10px; }
.cart .cart-collaterals form { display: block; }
.cart .cart-collaterals .col2-set {  }

/*.cart .crosssell {  }*/
/*.cart .crosssell h2 { font-size: 13px; font-weight: bold; }*/
/*.cart .crosssell .product-image { float: left; width: 75px; height: 75px; border: 1px solid #ddd; }*/
/*.cart .crosssell .product-details { margin-left: 90px; }*/
/*.cart .crosssell li.item { margin: 12px 0; }*/

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {  }

.cart .discount {  }
.cart .discount h2 { font-family: AceBinghamFF; font-size: 36px; line-height: normal; }

.cart .discount-form label { display: none; }

.cart .discount-form input { background: url(../images/input_bg_sm.png); width: 176px; }

.cart .discount-form .buttons-set { margin: 0; padding: 4px 0 0; }
.cart .discount-form .button { color: #edd9e7; float: none; }
.cart .discount-form .button > span { background-image: url(../images/btn_apply_code.png); }

/* Shopping Cart Totals */
.cart .subtotal-box { background: url(../images/cart_totals_bg.png) -26px 0; border: 2px dashed #ae9f90; margin-top: 18px; padding: 8px 8px 0; }
.cart .subtotal-box p { padding-bottom: 8px; }

.cart .total-final { bottom: 73px; display: block; left: 105px; position: absolute; text-align: center; width: 140px; }

.cart .total-final .title { display: inline-block; font-family: CarnationFF; font-size: 24px; line-height: 0.7em; padding-right: 3px; width: 42px; }

.cart .total-final .price { font-size: 30px; line-height: 0.8em; position: relative; top: 4px }
.cart .total-final .price-symbol { font-family: AceBinghamFF; font-size: 1.875em; padding-right: 0.04em; }
.cart .total-final .price-dollar { position: relative; top: -0.25em; }
.cart .total-final .price-delimiter,
.cart .total-final .price-cent { font-size: 0.58em; position: relative; top: -0.99em; }
.cart .total-final .no-cents { display: none; }

.cart .totals button { bottom: 0; left: 87px; position: absolute; }

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

/* @group Checkout */
/* @group 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; }
.sp-methods .centinel-logos a { margin-right: 3px; }
.sp-methods .centinel-logos img { vertical-align: middle; }
.please-wait { float: right; margin-right: 5px; }
.please-wait img { vertical-align: middle; }
.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 .btn-close a { display: block; margin: 0 0 0 auto; width: 15px; height: 15px; background: url(../images/btn_window_close.gif) 100% 0 no-repeat; text-align: left; text-indent: -999em; overflow: hidden; }
.tool-tip .tool-tip-content { padding: 5px; }

/* Gift Messages */
.gift-messages {  }
.gift-messages-form { border: 1px solid #ddd; background-color: #f5f5f5; }
.gift-messages-form { position: relative; }
.gift-messages-form label { float: none !important; position: static !important; }
.gift-messages-form h4 {  }
.gift-messages-form .whole-order {  }
.gift-messages-form .item { margin: 0 0 10px; }
.gift-messages-form .item .product-img-box { float: left; width: 75px; }
.gift-messages-form .item .product-image { margin: 0 0 7px; }
.gift-messages-form .item .number { margin: 0; font-weight: bold; text-align: center; }
.gift-messages-form .item .details { margin-left: 90px; }
.gift-messages-form .item .details .product-name {  }
.gift-message-link { display: block; background: url(../images/bkg_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; }

/* Centinel */
.centinel {  }

/* Generic Info Set */
.info-set {  }
/* @end */

/* One Page Checkout */
.block-progress {  }
.block-progress dt { border-bottom: 1px solid #73beb9; font-family: AceBinghamFF; font-size: 24px; line-height: 30px; padding: 2px 0 0 6px; }
.block-progress dt.complete {  }
.block-progress dt.complete a { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 12px; position: relative; text-decoration: none; top: -0.1em; }
.block-progress dt.complete a:hover { text-decoration: underline; }
.block-progress dd.complete { background:  url(../images/sidebar_menu_bg.png); border-bottom: 1px solid #73beb9; padding: 10px 15px; }
.opc { position: relative; }
.opc li.section {  }
.opc .buttons-set.disabled button.button { display: none; }
.opc .buttons-set .please-wait { height: 21px; line-height: 21px; }
.opc .step-title { background: url(../images/toolbar_bg.png); font-family: CarnationFF; height: 31px; line-height: 31px; margin-bottom: 3px; padding: 0 10px; text-align: right; }
.opc .step-title .number { float: left; font-size: 20px; line-height: 31px; margin-right: 10px; }
.opc .step-title h2 { float: left; font-size: 24px; line-height: 31px; }
.opc .step-title a { display: none; float: right; }
.opc .allow .step-title { cursor: pointer; }

/*.opc .allow .step-title a { display:block; }*/
.opc .active {  }
.opc .active .step-title { cursor: default; }

/*.opc .active .step-title a { display:none; }*/
.opc .step { padding: 10px; position: relative; }
.opc .step .tool-tip { right: 10px; }
.opc .order-review {  }

.sp-methods dd { margin-bottom: 8px; }

.checkout-onepage-success .col-main p { margin-bottom: 8px; }
.checkout-onepage-success .col-main button.button,
.checkout-onepage-success .col-main button.button span { height: 39px; width: 181px; }
.checkout-onepage-success .col-main button.button > span { background-image: url(../images/btn_continue_shopping.png); }
.checkout-onepage-success .col-main button.button span span { height: 35px; line-height: 35px; }

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

/* @group Account Login/Create Pages */
.account-login {  }
.account-login .new-users {  }
.account-login .new-users button.button,
.account-login .new-users button.button span { width: 151px; }
.account-login .new-users button.button > span { background-image: url(../images/btn_default_lg.png); }
.account-login .registered-users {  }
.account-create {  }
/* @end */

/* @group My Account */
.my-account .title-buttons .link-rss { float: none; margin: 0; }
.my-account .my-wishlist .buttons-set button.button { margin-left: 12px; }
.my-account .my-wishlist .buttons-set button.button,
.my-account .my-wishlist .buttons-set button.button span { width: 151px; }
.my-account .my-wishlist .buttons-set button.button > span { background-image: url(../images/btn_default_lg.png); }

/* @group Dashboard */
.dashboard {  }
.dashboard .welcome-msg {  }
.dashboard .welcome-msg p { margin-bottom: 8px; }

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

/* Block: Account Information */
.dashboard .box-info {  }
.dashboard .box { margin-bottom: 15px; }
.dashboard .box-head,
.dashboard .box-title { margin-bottom: 10px; }
.dashboard .box-head h2,
.dashboard .box-title h3 { float: left; }
.dashboard .box-head a,
.dashboard .box-title a { float: left; margin-left: 25px; }
.dashboard .box-head a { line-height: 22px; }
.dashboard .box-title a { line-height: 18px; }

/* Block: Reviews */
.dashboard .box-reviews .number { float: left; font-size: 10px; font-weight: bold; line-height: 1; color: #fff; margin: 3px -20px 0 0; padding: 2px 3px; background: #ddd; }
.dashboard .box-reviews .details { margin-left: 20px; }

/* Block: Tags */
.dashboard .box-tags .number { float: left; font-size: 10px; font-weight: bold; line-height: 1; color: #fff; margin: 3px -20px 0 0; padding: 2px 3px; background: #ddd; }
.dashboard .box-tags .details { margin-left: 20px; }
/* @end */

/* Address Book */
.addresses-list {  }
.addresses-list h2 { margin-bottom: 10px; }
.addresses-list li.item { margin-bottom: 10px; }

/* Order View */
.order-info {  }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display: inline; }
.order-info dt { font-weight: bold; }
.order-date { margin: 10px 0; }

.order-info-box {  }
.order-info-box .box { margin-bottom: 10px; }

.order-items { width: 100%; /*overflow-x: auto;*/ }
.order-gift-message { margin: 15px 0; }
.gift-message dt strong { color: #666; }
.gift-message dd { margin: 5px 0 0; font-size: 13px; }
.order-about { margin: 15px 0; }
.order-about dt { font-weight: bold; }
.order-about dd { font-size: 13px; margin: 0 0 7px; }
.tracking-table { margin: 0 0 15px; }
.tracking-table th { font-weight: bold; white-space: nowrap; }
.tracking-table th,
.tracking-table td { padding: 1px 5px 0 0; }
.tracking-table-popup { width: 100%; }
.tracking-table-popup th { font-weight: bold; white-space: nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding: 1px 8px; }

.my-account .pager { margin: 10px 0; }
.my-account .data-table { clear: both; }
.my-account .data-table td { white-space: nowrap; }

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

/* My Reviews */
.product-review .product-img-box { float: left; width: 140px; }
.product-review .product-img-box .product-image { display: block; width: 125px; height: 125px; }
.product-review .product-img-box .label { font-size: 11px; margin: 0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float: none; display: block; margin: 0 0 3px; }
.product-review .product-details { margin-left: 150px; }
.product-review .product-name { font-size: 16px; font-weight: bold; margin: 0 0 10px; }
.product-review h3 {  }
.product-review .ratings-table { margin: 0 0 10px; }
.product-review dt { font-weight: bold; }
.product-review dd { font-size: 13px; margin: 5px 0 0; }
/* @end */

/* @group Footer */
.footer-container { background: url(../images/footer_bg.png) 0 10px no-repeat; padding-top: 5px; position: relative; }
.footer { background: url(../images/footer_bow.png) 285px 0 no-repeat; height: 40px; padding: 25px 35px 46px; position: relative; }
.footer p { text-align: right; }
.footer address { color: #5e8dae; left: 3px; position: absolute; top: 94px; }
.footer ul { color: #952a28; font-family: CarnationFF; font-size: 30px; left: 35px; position: absolute; top: 25px; }
.footer ul li { display: inline; }
.footer ul li a { color: #952a28; text-decoration: none; }
.footer ul li a:hover { text-decoration: underline; }
.footer-container .bottom-container { text-align: center; }

.footer .block-title { display: none; }

/* Block: Subscribe */
.footer .block-subscribe { position: absolute; right: 35px; top: 25px; width: 535px; }
.footer .block-subscribe label { float: left; font-family: CarnationFF; font-size: 30px; margin-right: 10px; text-transform: capitalize; }
.footer .block-subscribe input { background: transparent url(../images/input_bg_sm.png); float: left; margin: 2px 12px 0 0; width: 176px; }
.footer .block-subscribe input.validation-failed { background: url(../images/input_bg_sm.png) 0 -37px !important; border: none !important; }
.footer .block-subscribe .actions { float: left; padding-top: 4px; }
.footer .block-subscribe .validation-advice { background-color: #faebe7; background-position: 10px 11px;border: 2px dashed; left: 230px; margin: 0; padding: 10px 10px 10px 25px; position: absolute; top: 40px; width: 200px; }

.footer .block-subscribe .button,
.footer .block-subscribe .button span { color: #d6e4e3; width: 87px; }
.footer .block-subscribe .button > span { background-image: url(../images/btn_submit.png); }
/* @end */

/* @group Unirgy Gift Certificates */
.enter-gift-card-number .form-list { margin-top: 15px; }
/* @end */

/* @group Clears */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display: block; content: "."; clear: both; font-size: 0; line-height: 0; height: 0; overflow: hidden; }
/* @end */

