/**
 * 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.
 *
 * @category    design
 * @package     default_blank
 * @copyright   Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
* { margin:0; padding:0; }

body          { background:#fff; font:12px Arial, Helvetica, sans-serif; color:#000; text-align:center; }

img           { border:0; vertical-align:top; }

a             { color:#05c; 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 */
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; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper {}
.page { text-align:left; }
.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 {}
.main { margin:10px 0; }

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

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

/* Content Columns */
.col2-set .col-1 { float:left; 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%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#fff; border:1px solid #ddd; }
input.input-text,textarea { padding:2px; }
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; background:url("https://www.truecorset.com/skin/frontend/truecorset/default/images/form-input.jpg") left top repeat-x; resize:none; border:1px solid #bbb; border-radius:2px; padding:5px; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button span { float:left; height:21px; background:transparent url(https://www.truecorset.com/skin/frontend/truecorset/default/images/bkg_button.gif) 0 0 no-repeat; padding:0 0 0 8px; font:bold 12px/21px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.button span span { background-position:100% 0; padding: 0 !important; border: none !important; }

p.control input.checkbox, p.control input.radio { margin-right:6px; }
/* 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; color:#111; font-weight:bold; position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; margin-top: -8px;}
.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:260px; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:254px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.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; border:1px solid #ddd; }
.buttons-set .back-link {}
.buttons-set button.button {}
.buttons-set p.required { margin:0 0 5px; }
.buttons-set-order {}

.fieldset { border:1px solid #ddd; background:#fefefe; padding:22px 25px 12px 33px; margin:28px 0; float: none !important;}
.fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #fefefe; background:#dedede; color:#333; margin:-33px 0 0 -10px; padding:0 8px; position:relative; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(https://www.truecorset.com/skin/frontend/truecorset/default/images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:10px; 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:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:7px 0px 4px 32px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(https://www.truecorset.com/skin/frontend/truecorset/default/images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(https://www.truecorset.com/skin/frontend/truecorset/default/images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(https://www.truecorset.com/skin/frontend/truecorset/default/images/i_msg-note.gif); color:#3d6611; }

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

/* Page Heading */
.page-title { border-bottom:1px solid #ddd; padding-top: 5px !important; margin:0 0 10px; }
.page-title h1,
.page-title h2 { font-size:18px; color:#000; }
.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,
.sub-title { clear:both; }


/* menu to overwrite */
#custommenu {
    padding: 0 !important;
}
.nav-container {
    text-align: center;
}
.nav-container div#custommenu div.menu {
    padding: 14px 8px !important;
}
body #custommenu {
    max-width: 1200px;
    display: inline-block;
}
/* Pager */
.pager { border:1px solid #ddd; padding:5px; margin:5px 0; text-align:center; }
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .pages { margin:0 135px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages .current {}
body .toolbar .pager .pages li a {
    background: none;
    color: #000000;
}

body .toolbar .pager .pages li {
    background: none;
    border: 1px solid #000000;
}

/* Sorter */
.sorter { border:1px solid #ddd; padding:5px; margin:5px 0; }
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }
.sorter .link-feed {}

/* Toolbar */
.main .toolbar {
    background: none;
}
.toolbar .pager {}
.toolbar .sorter {}
.toolbar-bottom {}

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

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(https://www.truecorset.com/skin/frontend/truecorset/default/images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* 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(https://www.truecorset.com/skin/frontend/truecorset/default/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 { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.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 {}
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { color:#f00; }
.link-print { background:url(https://www.truecorset.com/skin/frontend/truecorset/default/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
.link-rss { background:url(https://www.truecorset.com/skin/frontend/truecorset/default/images/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
.btn-remove {
    margin-top: -2px !important;
    display: block;
    width: 15px;
    height: 15px;
    font-size: 0;
    line-height: 0;
    background: url(https://www.truecorset.com/skin/frontend/truecorset/default/images/remove-icon.png) 0px 0px no-repeat;
    background-size: 12px 12px;
    text-indent: -999em;
    overflow: hidden;
}
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(https://www.truecorset.com/skin/frontend/truecorset/default/images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://www.truecorset.com/skin/frontend/truecorset/default/images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }
.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(https://www.truecorset.com/skin/frontend/truecorset/default/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 ================================================================================ */
.header .logo { text-decoration:none !important; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { padding:0; }
.header .welcome-msg { font-weight:bold; text-align:right; }
.header .links {}
.header .form-search { text-align:right; }
.header .form-search .search-autocomplete { z-index:100000; }
.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; }

/********** < Navigation */
#nav { border:1px solid #ddd; padding:5px 0; margin:10px 0; font-size:13px; }

/* All Levels */
#nav li { text-align:left; position:relative; }
#nav li.over { z-index:998; }
#nav li a { display:block; text-decoration:none; }
#nav li a:hover { text-decoration:none; }
#nav li a 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; padding:5px 10px; font-weight:bold; color:#888; }
#nav li a:hover { color:#000; }
#nav li.over a,
#nav li.active a { color:#000; }

/* 2nd Level */
#nav ul,
#nav div { position:absolute; width:15em; top:25px; left:-10000px; border:1px solid #ddd; background:#fafafa; }
#nav div ul { position:static; width:auto; border:none; }

/* 3rd+ leven */
#nav ul ul,
#nav ul div { top:7px; }

#nav ul li { float:none; border-bottom:1px solid #ddd; }
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none; padding:3px 9px; font-weight:normal; color:#888 !important; }
#nav ul li a:hover { color:#000 !important; }
#nav ul li.active > a,
#nav ul li.over > a { color:#000 !important; }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:0; z-index:999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:100px; }
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { border:1px solid #ddd; margin:0 0 10px; }
.block .block-title { border-bottom:1px solid #ddd; padding:3px 10px; }
.block .block-title strong { font-size:14px; font-weight:bold; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { font-size:13px; font-weight:bold; }
body .block .block-content {
    padding:10px;
    background: none;
}
.block .block-content li.item { padding:5px 0; }
.block .btn-remove,
.block .btn-edit { 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 {margin-top: 10px;}
.block-layered-nav .currently ol  {margin-top: 10px;}
.block-layered-nav .btn-remove { float:left; margin:2px 7px 0 0; }

/* Block: Cart */
.block-cart {}
.block-cart .summary {}
.block-cart .amount {}
.block-cart .subtotal { text-align:center; }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 5px 0; }

/* 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 .product { margin-left:20px; }
.block-related .product .product-image { float:left; margin-right:-65px; }
.block-related .product .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: 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 .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; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


/* 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 10px; }
.category-products {}

/* View Type: Grid */
.products-grid { border-bottom:1px solid #ddd; position:relative; }
.products-grid.last { border-bottom:0; }
.products-grid .product-image { display:block; height:135px; padding:0 0 10px; }
.products-grid .product-name { margin:0; font-weight:bold; font-size:13px; }
.products-grid .product-name a {}
.products-grid .price-box { margin:5px 0; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { /*position:absolute; bottom:12px;*/ }
.col2-left-layout .products-grid, .col2-right-layout .products-grid { margin:0 auto; }
.col1-layout .products-grid { 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-learn { 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; }
/* ======================================================================================= */


/* Product View ========================================================================== */
/* 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(https://www.truecorset.com/skin/frontend/truecorset/default/images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(https://www.truecorset.com/skin/frontend/truecorset/default/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; display: none; }

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:0 0 7px; }
.availability-only a { background:url(https://www.truecorset.com/skin/frontend/truecorset/default/images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong {}

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#f2f2f2; font-size:10px; padding:0 8px; }
.availability-only-details td { border-bottom:1px solid #ddd; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last {}

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

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

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

.price-box {}
.price-box .price { font-weight:bold; }

/* 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;
    margin-left: 5px;
}

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

.minimal-price-link { display:block; }
.minimal-price-link .label {}
.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; }

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

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

/* 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 notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }

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

.price-box-bundle {}
/********** Product Prices > */

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

.tier-prices-grouped {}

/* 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-cart .paypal-logo { clear:left; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }

/* 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-collateral .box-collateral { margin:0 0 15px; }

/* Product Images */
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { border:1px solid #ddd; }
.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(https://www.truecorset.com/skin/frontend/truecorset/default/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(https://www.truecorset.com/skin/frontend/truecorset/default/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 {
    margin-top: 20px;
}
.product-view .product-img-box .customer-images:before {
    display: block; content: "."; clear: both; font-size: 0; line-height: 0; height: 0; overflow: hidden;
}
.product-view .product-img-box .customer-images h2,
.product-view .product-img-box .more-views h2 {
    margin-bottom: 10px;
}
.product-view .product-img-box .more-views ul { margin-left:-4px; }
.product-view .product-img-box .more-views li { float:left; padding:1px; background-color:#ddd; margin:0 0 8px 4px ; }
.product-view .product-img-box .customer-images ul { margin-left:-4px; }
.product-view .product-img-box .customer-images li { float:left; padding:1px; background-color:#ddd; margin:0 0 8px 4px ; }
.product-view .product-img-box .customer-images ul:after { display: block; content: "."; clear: both; font-size: 0; line-height: 0; height: 0; overflow: hidden; }

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; }

/* Product Shop */
.product-view .product-shop { float:right; width:445px; }
.col1-layout .product-view .product-shop { float:right; width:700px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }

/* 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 dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.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:0; }

.product-options-bottom { padding:10px; border:1px solid #ddd; border-top:0; }
.product-options-bottom .price-box { margin:10px 0; }

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

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

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


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

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

/* 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(https://www.truecorset.com/skin/frontend/truecorset/default/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; }
/* ======================================================================================= */

/* Checkout Types */
.cart .checkout-types { float:right; text-align:right; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:3px 55px 8px 0; line-height:1.0; font-size:11px; }

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }

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

/* Shopping Cart Totals */
.cart .totals { float:right; }
.cart .totals table { width:100%; }
.cart .totals table th, .cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; }

/* Options Tool Tip */
.item-options dt { font-weight:bold;}
.item-options dd { padding-left:0; }
.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 .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:30px; top:7px; }
.col-right .truncated .show .item-options  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; font-size: 14px;}
.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 .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0 1em; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.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(https://www.truecorset.com/skin/frontend/truecorset/default/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-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 .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(https://www.truecorset.com/skin/frontend/truecorset/default/images/bkg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* 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 .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

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

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

.opc { border-bottom:1px solid #ddd; position:relative; }
.opc li.section { border:1px solid #ddd; border-bottom:0; }

.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }

.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 h2 { float:left; }
.opc .step-title a { display:none; float:right; }

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

.opc .active .step-title { background-color:#ccc; cursor:default; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { border-top:1px solid #ddd; padding:10px; position:relative; }
.opc .step .tool-tip { right:10px; }

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

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

/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(https://www.truecorset.com/skin/frontend/truecorset/default/images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

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

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

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

.order-date { margin:10px 0; }

.order-items { width:100%; }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.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-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th, .tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.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; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer { border:1px solid #ddd; padding:10px; }
.footer p { text-align:right; }
.footer address { text-align:right; }
.footer ul {}
.footer ul li { display:inline; }
.footer-container .bottom-container { text-align:center; }
/* ======================================================================================= */


/* 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 .product-shop .short-description:after,
.product-view .box-description: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; }
/* ======================================================================================= */
.catalog-product-view .price-box-bundle .price-box .price { display: none; }

#product-options-wrapper .input-box { float: left; clear: both; margin-bottom: 10px; }
#product-options-wrapper .qty-holder { clear: left; display: block; margin-bottom: 20px; }
#product-desc-inner ul{
    list-style: disc;
    padding-left: 25px;
}
.product-shop .custom-select-button{padding: 20px 16px 0;}
.jquery-slider-selectors{display: none; !important}

.col-left .box-easybanner-placeholder .easybanner-banner { position:relative; left:-23px; width 231px !important}
.high-street-price{font-size: 14px; clear:left; color: #6C0509; padding: 3px 0;}
.product-SKU-display{padding: 3px 0;}

.col-left .box-easybanner-placeholder {; float:left; display:inline}
.col-left .box-easybanner-placeholder .easybanner-banner { position:relative; left:0px}
.sizeTable{
    width: 100%;
    margin-bottom: 20px;
}
.sizeTable tr td:nth-child(odd) { background-color: #FACDFF;} /*.sizeTable .high*/
.sizeTable .caps{text-transform: uppercase;}
.sizeTable td{border: 1px solid black; width: 14%; text-align: center; padding: 3px;}


.carttitle-shipping, .carttitle-shipping2 { text-align:center; background-color:#6d0004; color:white; text-transform:uppercase; font-size:15px}
.loginFreeShipping a { color:white; text-decoration:underline }

.carttitle-shipping2 { margin-top:10px; padding:10px 0px}
@media screen and (min-width:959px) {
    .carttitle-shopping { width:25%; float:left}
    .carttitle-shipping { width:55%; float:left; position:relative; top:15px; padding:20px 0px}
    .carttitle-checkout { width 20%; float:right}
    .carttitle-shipping2 { display:none}
}


@media screen and (min-width:700px) and (max-width:959px) {
    .carttitle-shopping { width:35%; float:left}
    .carttitle-shipping { width:38%; float:left; position:relative; top:2px; padding:20px 0px}
    .carttitle-checkout { width 20%; float:right}
    .carttitle-shipping2 { display:none}
}

@media screen and (max-width:700px) {
    .carttitle-shipping { display:none}
    .carttitle-shipping2 { width:100%; display:block}
}
.price-from, .price-to{display: inline;}

.col-left .box-easybanner-placeholder, .col-left .box-easybanner-placeholder .easybanner-banner a, .col-left .box-easybanner-placeholder .easybanner-banner img { max-width: 100%}

@media screen and (max-width:1000px) {
    #awrma-new-form .fieldset .form-list .wide{width: 100%}
    #awrma-order {width: 100%}
}

@media screen and (max-width:770px) {
    #awrma-items-ordered-table  tbody tr{height: 165px}
}
@media screen and (min-width:770px) {
    #awrma-items-ordered-table  tbody tr{height: 131px}
}

#omni_top_banner_three img{
    width: 32%;
    max-width: 320px;
}

#omni_top_banner_one img{
    width: 100%;
    max-width: 960px;
}

/* change by Lewis 11/2/15 to remove white border from top-nav slider */
.flexslider-7-1, .flexslider-8-1{
    background: none !important;
    border: none !important;
}

/* Guest RMA fixed */

#awrma-new-form .form-list li { width:75% !important; margin-left:auto !important; margin-right:auto !important;}
#awrma-new-form .form-list .field { width:100% !important;}
#awrma-new-form .form-list .field label em { float:left !important;}

/*.header-container .box-easybanner-placeholder, .main-container {background-image: url('https://www.truecorset.com/skin/frontend/truecorset/default/images/background-002.jpg') !important;}*/
.product-options { background-color: transparent !important}


.header-topbar .top-cms-links .link.pricematch { background-color: #5f0000; padding-left:13px; padding-bottom:11px;}

@media screen and (max-width:960px) {
    .top-cms-links { padding:0 0 !important}
}
@media screen and (min-width:960px) and (max-width:1030px) {
    .header-topbar .top-cms-links .link { padding : 11px 10px 0 0}
}

/* Under menu banner responsiveness */


.undermenu-1, .undermenu-2, .undermenu-3, .undermenu-4, .undermenu-5 { text-align: center;}

@media screen and (min-width:1200px) {
    .undermenu-1 { display:block;}
    .undermenu-2, .undermenu-3, .undermenu-4, .undermenu-5 { display:none;}
}

@media screen and (min-width:900px) and (max-width:1200px) {
    .undermenu-2 { display:block;}
    .undermenu-1, .undermenu-3, .undermenu-4, .undermenu-5 { display:none;}
}

@media screen and (min-width:650px) and (max-width:900px) {
    .undermenu-3 { display:block;}
    .undermenu-1, .undermenu-2, .undermenu-4, .undermenu-5 { display:none;}
}

@media screen and (min-width:400px) and (max-width:650px) {
    .undermenu-4 { display:block;}
    .undermenu-1, .undermenu-2, .undermenu-3, .undermenu-5 { display:none;}
}

@media screen and (max-width:400px) {
    .undermenu-5 { display:block;}
    .undermenu-1, .undermenu-2, .undermenu-3, .undermenu-4 { display:none;}
}
.carttitle-shipping, .loginFreeShipping{display: none; visibility: hidden;}
.flexslider{margin-top: 10px !important}
.flex-direction-nav{visibility: hidden}
.account-create #is_subscribed, .account-create .is_subscribed{visibility: hidden; display: none;}
.tooltip {
    display:none;
    position:absolute;
    border:1px solid #241e20;
    background-color:#fff;
    border-radius:5px;
    padding:10px;
    color:#241e20;
    font-size: 1.1em 'Raleway';
    letter-spacing: 0.5px;
    z-index: 200000;
    text-align: center;
}
.disabledButton{cursor:default !important; background-color:#d4000b;}
.disabledButton.button span{background-color:#d4000b;}
.home-layout .breadcrumbs{display: none; visibility: hidden; height: 0px;}
.block-mini-list .ratings{display: none}
.opc-newsletter{display: none;}
.ticket-message{text-align: center; padding: 10px; color: #af1d1e;}

.section.shop-by-color {
    margin: 5px 0 10px 0;
}

.section.shop-by-color h4 {
    display: none;
}

@media screen and (max-width: 1015px) {
    .section.shop-by-color {
        margin: 0 20px 20px 20px;
    }
}

.shop-by-color h3 {
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 25px;
}

.shop-by-color li {
    display: inline-block;
    margin: 10px 6px;
}

.shop-by-color ul {
    text-align:center;
}


.findproducts {
    float: left;
    margin: 2px 60px 0 20px;
    position: relative !important;
    text-align: center;
    background: #000000;
    padding: 9px;
    cursor: pointer;
    border: 1px solid #8f9297;
}

.findproducts:hover,
.findproducts:hover span {
    background: #ffffff;
    color: #000000;

}

.findproducts span {
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 1px;
}

.form-search {
    height: 34px;
}

@media screen and (max-width: 800px) {

    .select-label {
        display: none;
    }

    /*.cartdv {*/
        /*margin-left: 10px !important;*/
    /*}*/

    /*.header-topbar .search-frm {*/
        /*max-width: 36%;*/
        /*position: absolute !important;*/
        /*margin-left: 1px !important;*/
        /*top: -2px;*/
        /*right: 122px;*/
    /*}*/
    /*.header {*/
        /*margin-top: 55px;*/
    /*}*/

    /*.findproducts {*/
        /*left: 85px;*/
        /*box-sizing: border-box;*/
        /*text-align: center;*/
        /*min-width: 192px;*/
        /*top: -1px;*/
    /*}*/

    /*.search-frm {*/
        /*width: 47% !important;*/
        /*margin: 2px 5px 2px 5px !important;*/
    /*}*/

}

@media screen and (max-width:662px) {
    /*.findproducts {*/
        /*box-sizing: border-box;*/
        /*width: 92% !important;*/
        /*text-align: center;*/
        /*top: 64px;*/
        /*left: 4%;*/
    /*}*/
}

@media screen and (max-width: 820px) {
    /*.cartdv {*/
        /*margin-left: 10px !important;*/
    /*}*/

    .filter-prompt, .block-compare {
        display: none;
    }

    .filter-prompt-mobile {
        display: none;
    }

    .page-title {
        margin: 0;
    }

    .block-layered-nav {
        margin-bottom: 20px !important;
    }

    br {
        line-height: 35px;
    }
}

.filter-prompt {
    padding-top: 10px;
    border-bottom: none;
}

.filter-prompt h1 {
    color: #5e0000;
    font-size: 21px;
    padding-bottom: 10px;
}

.filter-prompt-mobile {
    display: none;
}

#use-for-shipping {
    position: relative;
    top: 45px;
}

#ship-h3 {
    margin: -30px 0 45px 0;
}



.category-products button.button {
    clear: both;
    display: block;
    margin: 0 auto;
}

body button.button span,
body .opc-wrapper-opc .btn span,
.amfaq-button {
    padding: 5px 10px 5px 10px;
    background: #efefef;
    color: #000000;
    font-size: 12px;
    border: 1px solid #000;
    font-weight: bold;
}

body .opc-wrapper-opc .btn span {
    padding: 0 10px 5px;
}

.amxnotif-block button.button span {
    font-size: 12px;
    padding: 5px 10px 4px 10px;
}

body button.button:hover span,
body .opc-wrapper-opc .btn:hover span {
    background: #000000;
    color: #FFFFFF;

}

.button:hover span span {
    border: none !important;
}

#confirmButtons button {
    font-weight: bold !important;
}

#confirmButtons button.am-btn-right,
#confirmButtons button.am-btn-left{
    border: 2px solid #000 !important;
    margin-top: 5px !important;
}

#confirmButtons button.am-btn-right span,
#confirmButtons button.am-btn-right {
    background: #ffffff !important;
    color: #000000 !important;
}

@media (max-width: 479px) {
    body #confirmButtons button {
        width: 75%;
    }
}

#confirmButtons button.disabled {
    border: 2px solid #ccc !important;
}

body .products-grid .item {
    background: none !important;
    padding: 10px 0 15px 0;
}

body .products-grid .product-name {
    height: 50px;
}

body .products-grid .actions {
    padding: 0 0 10px 0;
    background: none;
  /*  width: 50%;
    float: right; */
}

body .products-grid .actions .price-box {
   /* border-left: 1px solid #000000; */
    font-size: 13px;
    white-space: nowrap;
   /* padding-right: 32%; */
    text-align: center;
    margin-top: -2px;
}

body .mrp {
    background: none;
    font-size: 12px !important;
    width: 50%;
    padding: 0 0 0 5px;
    white-space: nowrap;
}

body .header span.logo {
    width:400px;
    margin: 10px auto 0;
}

body .hombanleft {
    width: 65%;
    max-width: 820px;
}

body .hombanright {
    width: 32%;
    max-width: 377px;
}

body .topbann-right {
    height: 100% !important;
    margin-bottom: 0;
}

body .topbann-right .offerText {
    width: 100%;
}

body .topbann-right a img {
    width: 97.5%;
    padding: 1% 0 1% 0;
}

.wide-banner {
    margin-top: 10px;
    width: 65%;
    text-align: center;
}

body .cto.three-up {
    width: 31%
}

.wide-banner img,
.cto.three-up img {
    width: 100%;
}

body .cto.three-up:nth-child(-n+2) {
    margin-right: 3%;
}

@media only screen and (max-width:799px) {
    body .header {
        margin-top: 10px;
    }
    body .header span.logo {
        width:300px;
    }
}

@media only screen and (min-width:960px) {
    .cto.three-up.mobile-only {
        display: none;
    }
}

@media only screen and (max-width:959px) {
    body .footer .block .inner {
        border-bottom: 1px solid #8f9297;
        min-height: 50px;
        padding-bottom: 5px;
        margin: 0;
    }

    body .footerlinks .block {
        margin-bottom: 15px;
    }

    body .footerlinks .location {
        text-align: center;
        float: none;
    }

    body .section {
        text-align: center;
    }

    body .cto.three-up {
        width: 48%;
        min-height: 10px;
    }

    body .cto.three-up a img {
        width: 100%;
    }

    body .cto.three-up:nth-child(-n+2) {
        margin-right: 1%;
    }

    .col1-layout p {
        padding: 5px 0 10px 0 !important;
    }

    .cto.three-up.desktop-only {
        display: none;
    }

    .wide-banner, .wide-banner img {
        width: 100%;
    }

    body .hombanright,
    body .hombanleft{
        width: 100%;
        max-width: 100%;
    }

    body .topbann-right {
        width: 32%;
        margin: 0;
        display: inline-block;
    }

    .product-view .product-left {
        max-width: 420px;
    }
}

@media only screen and (max-width: 480px) {
    body .topbann-right {
        width: 100%;
    }
    body .topbann-right a img {
        width: 100%;
    }
}

body .nav-container {
    text-align: center;
}

body .custommenu {
    display: inline-block;
    max-width: 1200px;
}

.cart .crosssell,
.cart .discount {
    clear: both;
    padding-top: 5px;
}

body .cart-ctrl-btn {
    padding-right: 0;
}

.carttitle-shopping {
    margin-top: 20px;
}

body .col1-layout .page-title h1 {
    padding-top: 9px;
}

@media only screen and (max-width: 767px) {

    .cart .page-title {
        border: none;
        margin: 10px 0 5px 0;
    }

    body .cart .carttitle-shopping {
        margin-top: 0;
    }

    body .cart .checkout-types {
        margin-top: 0;
    }

    body br {
        line-height: 15px;
    }

    body .carttitle-shopping img {
        margin: -10px 0 0 5px !important;
    }

    body .carttitle-shopping h1 {
        display: none;
    }

    body .cart .checkout-types button.button span {
        padding: 5px 10px 4px 10px;
    }

    #shopping-cart-table img {
        margin-left: -10px;
        margin-top: 5px;
    }

    body table#shopping-cart-table {
        display: table;
    }

    body table#shopping-cart-table tbody tr {
        position: relative;
        min-height: 270px;
        overflow: auto;
    }

    body table#shopping-cart-table td {
        width: 42%;
        right: -55%;
        padding-left: 0;
    }

    body table#shopping-cart-table td.last {
        border-bottom: none;
    }

    .mobile-cart-left-td {
        position: absolute !important;
        left: 0;
        padding-left: 11px !important;
        border-bottom: none !important;
        width: 50% !important;
    }

    body td.mobile-cart-left-td h2 {
        border-bottom: none;
        padding-bottom: 0;
    }

    body td.mobile-cart-left-td .item-options dd {
        padding-top: 3px;
    }

    .mobile-cart-left-td.image {
        height: 140px;
    }

    .mobile-cart-left-td.name {
        top: 140px;
        padding-bottom: 0;
    }

    .mobile-cart-left-td.name .item-options,
    .mobile-cart-left-td.name .item-options dd {
        padding-bottom: 2px;
    }

    body table#shopping-cart-table td:before {
        display: block;
        position: static;
        padding-right: 10px;
        white-space: nowrap;
        height: 15px;
        margin-top: 5px;
        font-weight: bold;
    }
}

.cart-qty-dropdown {
    margin-top: 5px;
    width: 50px;
}

#crosssell-products-list p.old-price,
#crosssell-products-list p.special-price{
    padding: 0 !important;
}


img.cloudzoom {
    width: 100% !important;
}

body .amquickview-hover {
    top: 0 !important;
    background: none !important;
    right: -2%;
    left: auto;
    width: auto;
    padding-top: 0;
}

body .amquickview-link {
    padding: 5px;
    float: right;
    margin-left: 0;
    width: 40px;
    height: 20px;
}

#amstcred-subscribe-form button {
    margin: 20px 0 20px 0;
    display: block;
}

body .myaccount-legend {
    clear: both;
    margin-bottom: 20px;
}

#amstcred-send-balance-form .form-list {
    padding-top: 0;
}

.amstcred-customer-index .col-main {
    margin-bottom: 20px !important;
}

.btn-remove-amstcred {
    display: inline-block;
}

.header-pad #menu-button,
#top-menu-button {
    display: none;
}

.block-layered-nav .actions a {
    text-transform: uppercase;
    color: #000000 !important;
}

.filter-view button.button {
    width: 100%;
}

.filter-view button span {
    box-sizing: border-box;
    width: 100%;
    display: block;
    height: 100%;
    float: none;
}

.m-filter-item-list li:not(a) {
    color: #9b9b9b;
}

.m-filter-item-list li.selected {
    font-weight: bold;
}

.m-filter-item-list li.selected:after,
.m-selected-ln-item:after {
    content: '\2713';
    margin-right: 12px;
    float: right;
    line-height: 16px;
    color: #000000;
    font-size: 22px;
}

.m-selected-ln-item:after {
    color: #9b9b9b;
}

@media only screen and (max-width: 800px) {
    /*.cms-home .header-topbar {*/
        /*margin-bottom: 50px;*/
    /*}*/

    #top-menu-button {
        background: url("https://www.truecorset.com/skin/frontend/truecorset/default/images/mobile-menu-icon.png") center center no-repeat;
        display: inline-block;
        padding: 4px 10px;
        float: left;
        margin: 4px 2px 0;
        cursor: pointer;
        z-index: 1;
    }

    #top-menu-button a {
        font-size: 22px;
        color: transparent;
    }

    #custommenu-mobile {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0px;
        right: 0px;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 20000;
    }

    .menu-close {
        background: #000000;
        z-index: 20005;
        min-height: 50px;
        min-width: 50px;
        display: inline-block;
        float: right;
    }

    #menu-close-button {
        z-index: 30001;
        right: 0px;
        left: auto !important;
    }

    #menu-content {
        position: absolute;
        height: 100%;
        width: calc(100% - 50px);
        z-index: 20001;
        overflow-y: scroll;
        overflow-x: visible;
        background: #ffffff;
    }

    #custommenu-mobile .button {
        background-image: url(https://www.truecorset.com/skin/frontend/truecorset/default/images/plus.png) !important;
    }
    .header {
        opacity: 0.98 !important;
    }

    #custommenu-mobile .menu-mobile.level0 {
        font-size: 14px;
        margin: 10px 8%;
        text-align: left;
        background: #ffffff;
        padding: 12px 5px 5px 10px !important;
        text-transform: uppercase;
    }

    #custommenu-mobile  .parentMenu:hover,
    #custommenu-mobile  .parentMenu:hover a:link,
    #custommenu-mobile .menu-mobile.level0 a,
    #custommenu-mobile .itemMenu.level1,
    #custommenu-mobile .itemMenu.level1 a,
    #custommenu-mobile .itemMenu.level2,
    .menu-mobile .parentMenu {
        margin-right: 0 !important;
        background: none !important;
        border-bottom: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .wp-custom-menu-submenu {
        z-index: 1;
        background: #ffffff !important;
        position: absolute;
        min-height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }

    .mobile-menu-image {
        float: left;
        text-align: center;
        overflow: hidden;
        border-radius: 50%;
        border: #dadada 1px solid;
        background-size: 40px;
        width: 30px;
        height: 40px;
        display: inline-block;
        max-width: 20%;
    }

    .top-level.mobile-menu-image img {
        min-width: 30px;
        max-width: 35px;
    }

    .top-level.mobile-menu-image {
        position: relative;
        left: -8px;
        top: -13px;

    }

    .mobile-menu-item.heading span,
    #menu-header {
        font-weight: bold;
        font-size: 16px;
        text-transform: uppercase;
    }

    #menu-header {
        margin-top: 12px;
        height: 25px;
        box-sizing: border-box;
    }

    #menu-header {
        border-bottom: 1px solid #dadada;
    }

    .submenu-title {
        padding: 10px;
        margin: 2px 0;
        text-align: center;
        font-weight: bold;
        text-transform: uppercase;
        box-sizing: border-box;
        width: 100%;
        background: url(https://www.truecorset.com/skin/frontend/truecorset/default/images/left-arrow.png) 15px 7px no-repeat;
        background-size: 25px;
        overflow-x: hidden;
        font-size: 16px;
        border-bottom: 1px solid #dadada;
    }

    .level1 .submenu-title {
        background: url(https://www.truecorset.com/skin/frontend/truecorset/default/images/left-arrow.png) 0px 7px no-repeat !important;
        background-size: 25px !important;
    }

    #custommenu-mobile .menu-mobile.level0,
    #custommenu-mobile .itemMenu.level1,
    #custommenu-mobile .itemMenu.level2 {
        border-bottom: 1px solid #dadada !important;
        box-sizing: border-box;
        height: 60px;
        margin: 0 10px;
        width: 90%;
        padding: 0px 5px 10px 0px;
    }

    #custommenu-mobile .itemMenu span:not(.button) {
        text-transform: none;
        display: inline-block;
        padding-top: 12px;
        padding-left: 10px;
        max-width: 75%;
    }

    #custommenu-mobile .itemMenu span.button {
        padding-top: 22px;
    }

    #custommenu-mobile .menu-mobile .parentMenu a:link {
        margin-right: 0;
    }

    /* Mobile filters*/
    .catalog-category-view .site-width {
        display: flex;
        flex-direction: column;
    }
    .catalog-category-view .col-main {
        order: 2;
    }
    .catalog-category-view .col-left {
        order: 1;
        min-height: 45px;
    }
    .catalog-category-view .shop-by-color {
        order: 3;
    }

    .block-layered-nav,
    .block-title {
        display: none;
    }

    .mobile-filters-button {
        text-align: center;
        background: #000000;
        padding: 10px;
        border: 5px solid #fff;
        cursor: pointer;
    }
    .mobile-filters-button.float {
        position: fixed;
        top: 0;
        left: 20px;
        right: 20px;
    }

    .mobile-filters-button span {
        color: #ffffff;
        font-size: 13px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .fixed-body{
        overflow: hidden;
    }
    .block-layered-nav {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0px;
        right: 0px;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 20000;
    }

    .block-layered-nav .block-content {
        position: absolute;
        height: 100%;
        width: calc(100% - 50px);
        min-width: 200px;
        z-index: 20001;
        overflow-y: scroll;
        overflow-x: visible;
        background: #ffffff !important;
        right: 0;
        padding: 0 !important;
    }

    .close-button,
    #menu-close-button {
        width: 50px;
        height: 42px;
        position: absolute;
        display: inline-block;
        background: #000 url(https://www.truecorset.com/skin/frontend/truecorset/default/images/mobile-menu-close-icon.png)15px 10px no-repeat;
        top: 0px;
        background-size: 20px;
        left: 0px;
    }

    .block-layered-nav .currently,
    .block-layered-nav dt,
    .block-layered-nav dd {
        font-size: 14px !important;
        padding: 0 0 15px !important;
        margin: 15px 12px !important;
        border-bottom: 1px solid #ddd;
    }

    .block-layered-nav dd b {
        font-size: 14px !important;
    }

    .filter-header {
        font-weight: bold;
        text-transform: uppercase;
        border-bottom: 1px solid #ddd;
        margin: 8px 0;
        font-size: 16px;
        padding: 5px 12px 10px 12px;
    }

    body .block-layered-nav dt.filter-header-category {
        box-sizing: border-box;
        width: calc(100% - 50px);
        position: fixed !important;
        top: -3px !important;
        left: 38px !important;
        background: url(https://www.truecorset.com/skin/frontend/truecorset/default/images/left-arrow.png) 8px -5px no-repeat;
        background-size: 25px;
        padding-left: 40px !important;
        /* margin-left: 0 !important; */
        /* display: block !important; */
        overflow-x: hidden;
    }

    .block-layered-nav dt b.bold-size {
        font-size: 14px !important;
    }


    body .block-layered-nav dd {
        box-sizing: border-box;
        position: fixed;
        background: #ffffff;
        width: calc(100% - 70px);;
        height: calc(100% - 100px);
        z-index: 1;
        top: 30px;
        overflow-x: visible;
        overflow-y: auto;
        border-bottom: none !important;
    }

    .block-layered-nav dd ol {
        min-width: 200px;
        overflow: hidden;
    }

    .m-filter-item-list li {
        border-bottom: 1px solid #ddd;
        overflow-x: hidden;
        padding: 15px 0 !important;
        overflow-wrap: break-word;
    }

    body .filter-header,
    body .mobile-filters-button {
        display: block;
    }

    body .header-topbar .lang-select {
        position: relative;
        width: 56px;
        left: 5px;
    }

    body .dd .ddTitle .ddTitleText {
        padding: 0;
    }

    .dd .ddTitle {
        margin-left: -23px !important;
    }

    .cartdv .cart-box {
        min-width: 50px;
    }

    body .cartgo {
        padding-left: 0px !important;
        margin-right: -4px !important;
    }

    #narrow-by-list {
        margin-bottom: 50px;
    }

    .filter-view {
        background: #ffffff;
        display: block;
        width: calc(100% - 50px);
        height: 60px;
        position: fixed;
        bottom: 0;
        padding: 12px;
        box-sizing: border-box;
    }

}

.lang-select select {
    width: 70px;
}

@media screen and (min-width:800px) {
    .block-layered-nav .block-content {
        margin-top: -20px;
        border-bottom: none !important;
    }
}

body .block-layered-nav dt {
    margin: 10px 0;
    padding-right: 10px;
    border-bottom: 1px solid #ddd;
    background: url(https://www.truecorset.com/skin/frontend/truecorset/default/images/home-banner-click-right.png) no-repeat top right 10px;
    background-size: 12px 12px;
    cursor: pointer;
}

body .block-layered-nav dt.expanded {
    background: url(https://www.truecorset.com/skin/frontend/truecorset/default/images/arrow-bottom.png) no-repeat top right 12px !important;
    background-size: 12px 12px !important;
}

body .block-layered-nav dd {
    margin: 0 10px 10px 10px;
}

.m-filter-item-list li {
    padding: 5px 0;
}

body .block-layered-nav dt b.bold-size {
    font-size: 12px;
}

.filter-header,
.mobile-filters-button {
    display: none;
}

.amfaq-question-form li {
    margin-top: 20px !important;
}

.amfaq-button.back i {
    display: none !important;
}

.amfaq-page .amfaq-question-form .field input[type=text] {
    width: 200px !important;
    margin-top: 5px;
}

.amfaq-button {
    margin: 5px 5px 5px 0 !important;
    padding: 10px;
}

.amfaq-page .input-text {
    padding: 7px !important;
}

.amfaq-question-form input.input-text {
    height: 30px !important;
}

.amfaq-page .amfaq-question-form {
    padding-top: 10px !important;
}

#header-text {
    float: left;
    position: relative;
    left: 0;
    color: #ffffff;
    margin-top: 12px;
    margin-bottom: 8px;
}
#header-text.wide {
    width: 100%;
    text-align: center;
    margin-left: 75px;
    padding-right: 75px;
}
#header-text.centered {
    width: 100%;
    box-sizing: border-box;
    margin-left: -420px;
    padding-left: 420px;
    text-align: center;
}
#co-payment-form-update .validation-advice,
#co-payment-form .validation-advice{
    display: block;
    margin-left: 0;
}
.amasty-scheckout-fields #amasty-scheckout-login-email {
    border: 2px solid #ff5522;
}
.amscheckout .amscheckout-label em{
    font-weight: bold;
}
@media screen and (min-width: 1023px) {
    .amasty-scheckout-label-notifications {
        padding-top: 20px !important;
    }

    .amasty-scheckout-label-notifications .amscheckout-label {
        font-size: 18px;
        font-weight: bold;
    }
}
@media only screen and (min-width: 769px) {

    .col2-left-layout .section.shop-by-color {
        float: left;
        margin: 5px 0px 10px 120px;
    }
}

@media only screen and (max-width: 768px) {

    .catalog-product-view .site-width {
        display: block !important;
    }
}
.yotpo.bottomLine {
    min-height: 27px;
}
.products-grid .item .yotpo.bottomLine .standalone-bottomline {
    padding-top: 0;
}

.product-details-table {
    clear: both;
    overflow: hidden;
}

#product-details-accordion {
    visibility: hidden;
}

.details-tab-label {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.25;
    text-transform: uppercase;
}

.details-tab-label {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 1em;
    cursor: pointer;
}

.details-tab-label::after {
    content: "";
    background: url("https://www.truecorset.com/skin/frontend/truecorset/default/images/plus.svg") no-repeat center center;
    background-size: 1em;
    width: 1em;
    height: 1em;
    text-align: center;
    -webkit-transition: all .35s;
    transition: all .35s;
}

.details-tab-desktop {
    max-height: 0;
    padding: 0 1em;
    -webkit-transition: all .35s;
    transition: all .35s;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}

#product-details-accordion:checked ~ .details-tab-desktop {
    max-height: 100vh;
    padding: 1em;
}

#product-details-accordion:checked ~ .details-tab-label::after {
    background: url("https://www.truecorset.com/skin/frontend/truecorset/default/images/minus.svg") no-repeat center center;
    background-size: 1em;
}

.product-details-table .data-table .label {
    box-sizing: border-box;
    padding: 7px;
    font-weight: bold;
    flex-basis: 50%;
}

.product-details-table .data-table .data {
    padding: 7px;
    box-sizing: border-box;
    flex-basis: 50%;
}

.product-details-table .data-table .entry {
    display: flex;
}

.product-details-table-desktop {
    display: none;
}

@media (min-width: 768px) {
    #custom-select-button-8 {
        display: none;
    }
    .product-details-table-desktop {
        display: block;
        width: 300px;
    }
}


.section.section-customer-images {
    background: #bd1622;
    padding: 20px;
    width: 100vw;
    max-width: none;
    margin-left: calc((1201px - 100vw) / 2);
    box-sizing: border-box;
}

.section.section-customer-images .featuredv {
    margin: 15px -20px;
}

@media (max-width: 1240px) {
    .section.section-customer-images {
        margin-left: -20px;
    }
}

.section.section-customer-images .bx-wrapper .bx-viewport {
    background: transparent;
    border: 0;
    box-shadow: none;
    left: 0;
}

.section.section-customer-images h3 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}
.section.section-customer-images p {
    color: #fff;
    text-align: center;
}

.header-pad {
    padding: 0;
}

.header-pad:after,
.header-pad > .section:after {
    content: ' ';
    display: table;
    clear: both;
}

/*.header-pad > .section {*/
    /*display: flex;*/
    /*align-items: flex-start;*/
    /*flex-wrap: nowrap;*/
    /*height: 100%;*/
/*}*/

.header-section-left,
.header-section-right {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.header-section-left:after,
.header-section-right:after {
    content: ' ';
    display: table;
    clear: both;
}

.header-section-left {
    float: left;
    padding-right: 150px;
}

.header-section-right {
    position: absolute;
    right: 0;
}

.header-section-mobile {
    display: none;
}

@media screen and (max-width: 1231px) {
    .header-pad {
        padding: 0 20px;
    }

    .findproducts {
        margin: 2px 40px 0 20px;
    }
}

@media screen and (max-width: 1024px) {
    .header-section-left {
        left: 0;
    }

    .findproducts {
        float: left;
        margin: 2px 20px 0 20px;
    }

    /*#header-text {*/
    /*position: relative;*/
    /*left: 0;*/
    /*margin: 0;*/
    /*display: block;*/
    /*}*/
    /*.header-topbar {*/
    /*min-height: 38px;*/
    /*width: 100%;*/
    /*padding-top: 6px;*/
    /*padding-bottom: 19px !important;*/
    /*background-color: #010207;*/
    /*}*/
}

@media screen and (max-width: 800px) {
    #header-text {
        margin-left: 10px;
    }
}

@media screen and (max-width: 768px) {
    .header-pad {
        padding: 0;
    }

    .header-section-left {
        padding-right: 128px;
    }

    .header-topbar .search-frm {
        float: right !important;
        margin: 2px 8px 0 4px !important;
    }

    .findproducts {
        float: left;
        margin: 2px 4px 0 8px;
    }

    #header-text {
        text-align: center;
        width: 100%;
        box-sizing: border-box;
        margin-left: 128px;
        padding-right: 128px;
    }
}


@media screen and (max-width: 655px) {
    .header-pad .desktop-only {
        display: none;
    }

    .header-section-mobile {
        display: block;
        float: right;
        width: 100%;
    }

    .header-section-left {
        display: flex;
        flex-wrap: nowrap;
    }

    #header-text {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
        float: none;
        margin: 12px 0 12px;
    }

    .findproducts {
        width: 100%;
        position: relative !important;
        top: auto;
        float: none;
        height: auto;
        margin: 0;
        box-sizing: border-box;
        border-right: none;
        border-left: none;
        border-bottom: none;
    }

    .header-topbar .search-frm {
        float: none !important;
        margin: 4px 8px 4px 8px !important;
        flex-grow: 1;
        transform: translateY(-3px);
        width: initial !important;
    }

    .header-topbar {
        padding-bottom: 0;
    }
}

.custom-select-box .config-attr-select h3 {
    margin-top: 0;
}

.config-attr-select:after {
    display: table;
    content: ' ';
    clear: both;
}

.config-attr-select .item {
    float: left;
    width: 33.33333333%;
}

.config-attr-select .item div {
    display: inline-block;
    vertical-align: middle;
}

.config-attr-select .label {
    font-size: 12px;
    font-weight: bold;
    margin-top: 3px;
}

.config-attr-select .icon {
    width: 22px;
    height: 22px;
}

@media all and (max-width: 374px) {
    .config-attr-select .item {
        float: none;
        width: 100%;
        margin-bottom: 5px;
    }
}

ul.bullet { list-style:disc outside none; padding-left:15px; }
ol.numbers { list-style:decimal; padding-left:15px; }

.checkout-cart-index .btn-proceed-checkout span {
    background: #de1212;
    color: #fff;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}

.checkout-cart-index .btn-proceed-checkout:hover span {
    background: #be1111;
}

.product-gift-card .product-options > dl {
    display: flex;
    flex-direction: column;
}

.product-gift-card .product-options dt {
    margin-bottom: 3px;
}

.product-gift-card .product-options .float-clearer {
    display: none;
}

.product-gift-card #product-options-wrapper .input-box {
    width: 100%;
    margin-bottom: 13px;
}

.product-gift-card .product-options dl.last dd.last .input-box {
    margin-bottom: 5px !important;
}

.product-gift-card .product-options dd input.input-text {
    width: 100%;
    height: 30px;
    border: 1px solid #bbb;
    border-radius: 2px;
    padding: 5px;
    margin: 0;
    box-sizing: border-box;
}

.product-gift-card .product-options label.required em {
    color: #eb3700;
    font-weight: 400;
    padding-right: 4px;
}

.product-gift-card .product-options {
    padding-bottom: 5px;
}

/**
 * Custom CSS Stylesheet - Object Source Design
 *
 */
@import url(https://fonts.googleapis.com/css?family=Droid+Sans);

/* Standard HTML Elements -------------------------------------------------------------------*/
body {
	font-family: "Droid Sans" !important;
}
span.maroon {
	font-weight: normal;
	color: #a33731;
}
span.dark-maroon {
	font-weight: normal;
	color: #5e0000;
}
div.maroon {
	float: left;
	font-weight: normal;
	color: #a33731;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.25;
	text-transform: uppercase;
}
h3 {
	
}
h3 span {
	font-weight: normal;
}
h4 {
	font-size: 12px;
}
button {
	background: none;
	border: 0;
	border-style: none;
}
a {
	color: #333;
	text-decoration: none;
}
.border {
	float: left;	
	width: 100%;
	border-top: 1px dotted #dcdcdc;
	height: 1px;
}
/* Button */
.buttons-set {
	border: 0;
	margin: 0;
	padding: 0px 0 0;
}
.buttons-set .back-link {
	padding: 0;
}
.buttons-set .back-link a {
	font-size: 11px;
}
button.button {
	background: none !important;
	margin: 0px 0px 0px 0px;
}
button.button span {
	background: none;
	color: #fff;
	font-family: "Droid sans";
	text-transform: uppercase;
	font-weight: normal;
	background-color: #6d0004;
	padding: 5px 15px 5px 15px;
	font-size: 11px;
}
button.button span {
	background-position: 100% 0;
	padding: 0 12px 0 4px;
}

/* Magento Messages */
.messages li {
	margin:0 0 10px;
	line-height: 21px;
}

.messages li.notice-msg {
  padding: 8px 35px 8px 14px;
  margin-bottom: 10px;
  color: #c09853;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.messages li.success-msg {
	color: #468847;
	background-color: #DFF0D8;
	border: 1px solid #D6E9C6;
	  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
    padding: 8px 35px 8px 14px;
    margin-bottom: 10px; 
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

styles.css .success-msg {
	background-color: #EFF5EA;
	background-image: url(http://truecorset-staging.object-source.com/skin/frontend/default/objectsource/images/i_msg-success.gif);
	border-color: #446423;
	color: #3D6611;
}
/* 404 */
.std dl dl {
	padding: 10px 0px 0px 0px;
}
.std dl dt {
	padding: 10px 0px 0px 0px;
	font-weight: bold;
	font-size: 16px;
}
.std dl dd {
	padding: 10px 0px 10px 0px;
	font-weight: normal;
	margin: 0;
	line-height: 18px;
}


/* Top level elements -----------------------------------------------------------------------*/
.wrapper {
	
}
.page { /* Outer page div */
	padding: 0px;
	margin: 0;
}
.section { /* Centered page div - Sits inside any page content area */
	margin: 0 auto;
	max-width: 1201px;
	padding: 0;
	position: relative;
}

/* Standard Page template layouts --------------------------------------------------------------------------*/
.main-container {
	margin: 0 -20px;
	padding: 0;
}
.main-container.home-layout {
	padding-top: 0px; /* If the under-menu banner is disabled, this needs to be set to 12px. If enabled, set to 0px */
}
.main-container .main {
	margin: 0; /*267px 0px 0px 0px;*/
	padding: 0 0 10px 0;
}
/* Home Layout */
.home-layout .col-main {
	width: 100%;
	padding: 0;
	border: 0;
}
.home-layout .main {
	padding: 0;
	/*margin: 0 !important;*/
	border: 0;
}

/*home top ban*/

.hombanleft{ width:68%; max-width:750px; float:left;}
.topbann-left{ width:100%; min-height:75px; margin-bottom:21px;}
.banerdv{ width:100%; } /*min-height:630px */
.topbann-right{width:100%; height: 170px !important; margin-bottom:28px;}
.topbann-right:last-child{margin-bottom: 0;}
.hombanright{ width:30%; max-width:360px; float:right;}
.topright{ width:100%; min-height:75px; margin-bottom:21px;}
.toprigh-sec{ width:100%; min-height:200px; margin-bottom:15px;}
.toprigh-sec img{ max-width:100%;}
.browcol{ background-color:#5e0000; width:100%; height:100%;}
.pinkcol{background-color:#ed5456; width:100%; height:100%;}
.plaincol{width:100%; height:100%;}

.botbann{ width:30%; min-height:75px; margin-top:10px; display: inline-block; color: white; text-align: center;}
.callout-block{clear: both; min-height: 75px;}
.callout-block .botbann{display: block; float: left;}
@media (min-width: 564px) {
	.botbann:nth-child(-n+2){margin-right: 4%}
	.botbann:last-child{position: relative; right: 0;}
	.botbann:first-child{margin-left: 0.5%}
}
@media (max-width: 564px) {
	.botbann:nth-child(-n+2){margin-right: 3%}
	.botbann:last-child{position: relative; right: 0;}
	.botbann:first-child{margin-left: 1%}
}

.hompro-cont{ margin:25px -15px 0; min-height: 400px; padding-top: 10px;}
@media (max-width: 948px) {
	.hompro-cont{min-height: 1000px;}
}
@media (max-width: 750px) {
	.hompro-cont{min-height: 900px;}
}
@media (max-width: 600px) {
	.hompro-cont{min-height: 630px;}
}

.hompro-cont li{ width:25%; float:left;}
.hompro-box{ margin:0 15px 15px;}
.hompro-box .imgbox{ width:100%; text-align:center;}
.hompro-box h2{ font-size:18px; color:#000; text-align:center; /*min-height:60px;*/ padding:10px 0;}
.hompro-box p{ text-align:center; font-size:13px; height:62px; overflow:hidden;}

.featuredv{ margin:25px -15px 0;}
.featuredv li{ width:16.6%; float:left;}
.feature-box{ margin:0 15px 15px;}
.feature-box .imgbox{ width:100%; min-height:240px; text-align:center;}
.feature-box .imgbox img{ max-width:100%;}


/* Cols --------------------------------------------------------------------------*/
/* Main */
.col-main {
	padding: 0px;
	border: 0px;
}
/* Left */
.col-left {
	border: 0;
	padding: 0;
}
.col-left .title {
	float: left;	
}
/* Right */
.col-right {
	border: 0px;
	padding: 0;
}

/* 1 Column Layout */
.col1-layout .col-main {
	padding: 0px 0px 20px 0px;
	border: 0;
}
.col1-layout .main {
	padding: 0;
	border: 0;
}

/* 3 Column Layout */
.col3-layout {
	
}
.col3-layout .col-main {
	/*float: left;*/
	padding: 0;
	border: 0;
}
.col3-layout .main {
	padding: 0;
	border: 0;
}

/* Magento standard sections ----------------------------------------------------------------*/
.breadcrumbs {
	max-width: 1201px;
	border: 0;
	padding: 20px 0px 18px 0px;
	margin: 0 auto;
	text-align:center;
}
.breadcrumbs li a {
	padding: 0px 10px 0px 0px;
}
.breadcrumbs li span {
	padding: 0px 10px 0px 0px;
}

/* Block */
.block {
	border: 0;
	margin: 0;
	width: 100%;
	float: left;
}
.block .block-title {
	padding: 13px 0px 11px 0px !important;
	font-size: 16px;
}
.block .block-content {
	padding: 12px 14px 14px 14px;
	background-color: #f4f4f4;
	border-bottom: 1px solid #dcdcdc;
}
.block-layered-nav dt {
	padding: 0px 0px 7px 0px;
	font-size: 12px;
	font-weight: normal;
}
.block-layered-nav dt b {
	font-size: 11px;
}
.block-layered-nav dd {
	border-bottom: 1px solid #dcdcdc;
	padding: 0px 0px 11px 0px;
	margin: 0px 0px 11px 0px;
}
.block-layered-nav dd.last {
	border-bottom: 0;
	margin: 0;
	padding: 0;
}
.block-layered-nav dd select {
	width: 100%;
}
.block select {
	width: 100%;
}


/* Current Shopping By Layered Navigation */
.currently {
	padding: 0px 0px 14px 0px;
}
.currently h2 {
	font-size: 12px !important;
	font-weight: normal !important;
	padding-bottom: 9px;
}
.currently ol {
	padding: 0px 0px 4px 0px;
}
.currently li {
	padding: 0px 0px 10px 0px;
}
.currently span.label {
	color: #999;
}
.currently .actions {
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	padding: 14px 0px 14px 0px;
}
.currently .actions a {
	color: #a33731;
	font-weight: bold;
}

/* Compare */
.block-compare {
	margin: 0px 0px 10px 0px;
}
.block-compare .block-content {
	padding: 0;
}
.block-compare #compare-items {
	
}
.block-compare #compare-items .item {
	border-bottom: 1px solid #dcdcdc;
	padding: 12px 13px 12px 13px;
}
.block-compare .actions {
	padding: 13px 13px 13px 13px;
}
.block-compare .actions button {
	font-family: "Droid sans";
}

/* Header -----------------------------------------------------------------------------------*/
.header-container {
	position: relative;
	z-index: 20000;
	margin: 0 -20px;
}
.header-topbar {
	min-height:38px;
	width: 100%;
	padding-top:6px; padding-bottom:6px;
	background-color: #010207;
}
.header-topbar:after {
	content: ' ';
	display: table;
	clear: both;
}
.header {
	border: 0;
	padding: 0;
	background-color: #fff;
	opacity: .9;
	position: relative;
	z-index: 10000;
}
.header span.maroon {
	font-weight: normal;
	color: #5f0000;
}
.header .inner {
	float: left;
	margin: 0px 35px 0px 0px;
}
.header .links a {
	color: #777;
	font-size: 12px;
	text-decoration: none;
}
.header .links .cart {
	text-align: left;
	width: 200px;
	height: 60px;
	margin: 0 auto;
	font-size: 14px;
}
.header .links .cart .details {
	float: left;
	width: 150px;
	margin: 8px 0px 0px 0px;
	line-height: 19px;
	text-align: right;
}
.header .links .cart .icon {
	float: right;
	width: 42px;
	height: 48px;
}
.header .fb-like {
	float: left;
	margin: 10px 0px 0px 0px;
}

/* Search */
.search-header {
	float: left;
	width: 265px;
	height: 25px;
	font-size: 16px;
	padding: 0px 0px 0px 8px;
}
.header-topbar .search-frm {
	text-align: left;
	background-color: #eee;
	padding: 0;
	position: relative;
	z-index: 1;
	overflow: show;
	width:217px; float:left;
}
.header-topbar .form-search {
	background-color: #fff;
	overflow: hidden;
	padding:0 0 0 12px;
}
.form-search label {
	display: none;
}
.form-search .input-text {
	float: left;
	font-family: "Droid Sans";
	padding: 0;
	border: 0px;
	width: 85%;
	color: #999;
	height:34px;
}
.form-search .search-button {
	float: right;
	width: 30px;
	height: 34px;
	background: none;
	background-color: #af1d1e;
	padding: 0;
	margin: 0;
}
.form-search button span {
	background: none;
}

/* Navigation ----------------------------------------------------------------------------------*/
.nav-container {
	float: left;
	width: 95%;
	/*background: url(https://www.truecorset.com/skin/frontend/truecorset/default/images/nav-bg.png) repeat;
	border-top: 0px dotted #ddd;*/
	/*height: 82px;*/
	letter-spacing: 0px;
	padding-top:5px; 
	/*box-shadow: 1px 1px 12px #bbb;*/
}
.fixed {
	/*position: fixed;*/
	margin: 0px;
	opacity: 1;
	box-shadow: 1px 1px 12px #888;
	top: 0;
        z-index: 10000;
}
#nav {
	border: 0px solid #DDDDDD;
	font-size: 13px;
	width: 960px;
	margin: 0 auto;
	padding: 0px 30px 0px 30px;
	height: 41px;
	text-align: center;
}
#nav li.parent {
	float: left;
	height: 41px;
}
#nav li a {
	float: left;
	padding: 11px 32px 9px 32px;
	color: #333;
	font-size: 15px;
	background-color: ;
	font-weight: normal;
	cursor: pointer;
}
/* Navigation Exploding */
#nav ul.level0 {
	margin-top: 17px;
	padding-top: 15px;
	border: 0;
	/*box-shadow: 1px 1px 12px #bbb;*/
}
#nav ul.level0 li {
	border: 0;
	padding: 0px 15px 15px 15px;
}


/* Home Page Specific -------------------------------------------------------------*/

/* Home banner */
.home-banner.outer {
	float: left;
	width: 100%;
	overflow: hidden;
}
.home-banner .click {
	position: absolute;
	width: 50px;
	height: 50px;
	background-color: ;
	margin-top: 400px;
	cursor: pointer;
	opacity: .8;
}
.home-banner.inner {
	float: left;
	width: 10000px;
	height: 661px;
}
.home-banner .slide.outer {
	float: left;
	height: 661px;
}
.home-banner .promo-text {
	float: left;
	width: 370px;
	height: 220px;
	margin: 294px 0px 0px 90px;
}
.home-banner .promo-text a {
	color: #464646;
	text-decoration: none;
}
.home-banner .promo-text h1 {
	float: left;
	color: #333;
	font-size: 35px;
}
.home-banner .promo-text h1 img {
	float: none !important;
	margin: 6px 0px 0px 0px !important;
}
.home-banner .promo-text h2 {
	float: left;
	color: #333;
	font-size: 35px;
}
.home-banner .promo-text h2 img {
	float: none !important;
	margin:7px 6px 0px 0px !important;
}
.home-banner .promo-text .inner {
	float: left;
	margin: 20px 0px 0px 0px;
	color: #464646;
	line-height: 20px;
}
.home-banner .promo-text .links {
	float: left;
	width: 370px;
	height: 43px;
	margin: 23px 0px 0px 0px;
	color: #464646;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
.home-banner .promo-text .link {
	float: left;
	padding: 14px 30px 0px 0px;
	color: #333;
}

.home-banner .promo-text .link a span {
	color: #b73a33;
}

.home-banner .promo-text .section-2, .home-banner .promo-text .section-3, .home-banner .promo-text .section-4, .home-banner .promo-text .section-5, .home-banner .promo-text .section-6, .home-banner .promo-text .section-7, .home-banner .promo-text .section-8, .home-banner .promo-text .section-9, .home-banner .promo-text .section-10, .home-banner .promo-text .section-11, .home-banner .promo-text .section-12, .home-banner .promo-text .section-13, .home-banner .promo-text .section-14, .home-banner .promo-text .section-15, .home-banner .promo-text .section-16 {
	display: none;
}

.home-banner .slide.outer img {
	float: right;
	margin: 80px -100px 0px 0px;
}

/* Home Main Content */
.home-layout .content {
	float: left;
	width: 100%;
	background-color: #fff;
	padding: 10px 0px 0px 0px;
}
.home-layout .content .tab {
	float: left;
	color: #fff;
	height: 50px;
	background-color: #242424;
	margin: -40px 0px 0px 0px;
	padding: 12px 20px 0px 20px;
	position: relative;
	left: 0;
}
.home-layout .content .block {
	margin: 0px;
	border: 0;
}
.home-layout .content h1 {
	float: left;
	font-size: 20px;
	font-weight: normal;
	color: #f4f2f0;
	line-height: 22px;
	width: 311px;
	height: 47px;
}
.home-layout .content h1 span {
	font-size: 27px;
}
.home-layout .content h3 {
	font-size: 20px;
	font-weight: normal;
	color: #f4f2f0;
	line-height: 22px;
	height: 47px;
}
.home-layout .content h3 span {
	font-size: 27px;
}
.home-layout .content .block {
    float: none;
}
.home-layout .content .leftrightpad {
    padding: 0 20px 10px;
}
.home-layout .content .block .inner {
	clear: left;
	height: 184px;
	background-color: #faf6f5;
	margin: 11px 0px 0px 0px;
}
.home-layout .content .block .wide {
	float: left;
	clear: left;
	width: 951px;
	height: 72px;
	background-color: #faf6f5;
	margin: 9px 0px 0px 0px;
}

/* Inner Block Elements */
.home-layout .content .block .inner .text-content {
	height: 184px;
	color: #333;
	line-height: 17px;
}
.home-layout .content .block .inner .text-content .upper {
	height: 117px;
	padding: 17px 15px 0px 19px;
	font-size: 11px;
}
.home-layout .content .block .inner .text-content .lower {
	height: 30px;
	border-top: 1px solid #242424;
	padding: 16px 0px 0px 19px;
	font-size: 13px;
}
.home-layout .content .block .inner .right-img {
	float: left;
	margin-left: 10px;
}
.home-layout .content .block .inner .left-img {
	float: left;
}
.home-layout .content .leftblock {
    position: relative;
}
.home-layout .content .block {
    margin-bottom: 10px;
}

/* Footer -------------------------------------------------------------------------*/
.footer-iconsection{ width:100%; margin:0px auto;}
.footer-iconsection ul{ width:auto; display:block; margin:0px auto; text-align:center;}
.footer-iconsection ul li{ display:inline-block; margin:0px; padding:10px 3px 0;}
.footer-container {
	border: 0;
	background-color: #000207;
	padding: 0px 0px 10px 0px;
	color: #7d7d7b;
        margin:0 -20px;
}
.footer {
	margin: 0 auto;
	max-width: 1201px;
	padding: 0 20px;
	border: 0;
}
.footer .block {
	float: left;
	margin: 0px 9px 0px 0px;
	border: 0;
}
.footer .block h1 {
	float: left;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	width: 311px;
	height: 47px;
	text-align: left;
}
.footer .block h1 span {
	font-size: 22px;
}
.footer .block h3 {
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	height: 47px;
}
.footer .block h3 span {
	font-size: 22px;
}
.footer .block .inner {
	margin: 11px 0px 30px 27%;
    overflow: hidden; border-right:1px solid #8f9297; min-height:175px;
}
.footer .block .inner.last{ border-right:none;}
.footer .block .inner li {
	font-size: 13px;
	padding: 0px 0px 8px 0px;
	font-weight: normal;
        display: block;
}
.footer .block .inner li a {
	color: #fff;
	text-decoration: none;
}
.footer .block .inner li a:hover {
	color: #999;
	text-decoration: none;
}
.footer .block .inner .social-icon {
	float: none;
	height: 25px;
	margin: 0px 7px;
	opacity: .6;
        display: inline-block;
}
/* Footer Wide Blocks */
.footer-container .block-wide {
	/*background-color: #FAF6F5;*/
	min-height: 72px;
	margin: 0;
}
.footer-container .block-wide .inner {
	clear: none;
	float: none!important;
	min-height: 67px;
	margin: 0 auto;
	padding: 0;
	width:218px;
}
.footer-container .block-wide .newsletter {
	float: left;
}
.footer-container .block-wide .newsletter h1 {
	color: #333;
	font-size: 13px;
	height: auto;
	padding: 8px 0px 2px 0px;
	line-height: 22px;
}
.footer-container .block-wide .newsletter h3 {
	color: #fff;
	font-size: 10px;
	height: auto;
	padding: 8px 0px 2px 0px;
	line-height: 22px;
	text-align: center;
	text-transform: uppercase;
}
.footer-container .block-wide .newsletter-form {
	float: left;
	width: 218px;
}
.footer-container .block-wide .newsletter-form .input-text {
	float: left;
	width:165px;
	height: 25px;
	border: 0px;
	background-color: #e2e2e2;
	color: #333;
	padding-left: 5px;
	padding-right: 5px;	
}
.footer-container .block-wide .newsletter-btn {
	float: left;
	background-color: #333;
	width:40px;
	height: 29px;
	color: #fff;
	font-family: "Droid Sans";
	text-align: right;
	padding: 0px 8px 0px 0px;
}
.newsletter .validation-failed {
	float: left;
	/*width: 211px !important;
	height: 23px !important;*/
}
.footer-container .block-wide .brand {
	clear: none;
	font-size: 20px;
	margin: 0;
	padding: 10px;
}
.brandblock { text-align: center; }

/* Social Media ----------------------------------------------------*/
.fb_iframe_widget {
	float: left;
	width: 100%;	
}
/* Category Listing ----------------------------------------------------*/
/* Title */
.page-title.category-feature {
	border: 0;
	padding: 20px 24px 22px 21px;
}
.page-title.category-title {
	margin: 0px 0px 15px;
	padding: 0px 0px 4px 0px;
}
.page-title.category-title h1 {
	font-size: 21px;
}
.category-description {
	margin: 0;
	color: #4a4949;
}
/* Toolbar */
.toolbar {
	background-color: #f4f4f4;
	border-top: 1px solid #dcdcdc;
}
.toolbar .pager {
	margin: 0;
	padding: 0;
	border: 0;
	height: 60px;
}
.toolbar .pager .content {
	float: right;
	height: 30px;
	margin: 5px 3px 0px 0px;
	color: #b2b2b2;
}
.toolbar .pager .pages {
	margin: 0;
}
.toolbar .pager .pages strong {
	display: none;
}
.toolbar .pager .pages li {
	float: left;
	width: 30px;
	height: 30px;
	margin: 0px 3px 0px 0px;
	color: #fff;
}
.toolbar .pager .pages li.current {
	background-color: #242424;
	width: 30px;
	height: 22px;
	text-align: center;
	padding-top: 8px;
}
.toolbar .pager .pages li a {
	float: left;
	width: 30px;
	height: 22px;
	text-align: center;
	padding-top: 8px;
	color: #fff;
	background-color: #B3B3B3;
}
.toolbar .pager .pages li a:hover {
	float: left;
	width: 30px;
	height: 22px;
	text-align: center;
	padding-top: 8px;
	color: #fff;
	background-color: #222;
}
/* Products */
.products-grid {
	margin: 0 !important;
	border: 0 !important;
	padding: 0px 0px 0px 0px;
}
.products-grid.landing {
	width: 720px !important;
	margin: -10px 0px 0px 0px !important;
	border: 0 !important;
	padding: 0px 0px 0px 0px;
}
.products-grid.last {
	padding: 0px 0px 10px 0px;
}
.products-grid .item.landing {
	width: 170px !important;
	margin: 10px 10px 0px 0px;
}
.products-grid .item.landing .image {
	width: 170px;
	height: 220px;
	overflow: hidden;
}
.products-grid .item .product-image-outer {
	margin: 0 0;
	overflow: hidden;
}
.products-grid .item .product-image {
	display: block;
	height: auto;
}
.products-grid .product-name {
	position: none;
	height: 40px;
	color: #464646;
	padding: 0;
	text-align: center;
	text-transform: none;
}
.products-grid .price-box {
	position: none;
	color: #02a419;
}
.products-grid .actions {
	position: relative;
	background-color: #dcdcdc;
	padding: 5px 13px 6px 13px;
}
.products-grid .actions.landing {
	text-align: right;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
}
.products-grid .actions .price-box {
	margin: 0;
	text-align: center;
}
.products-grid .actions button {
	font-family: "Droid sans";
	margin: 20px auto 0 auto;
	display: block;

}
.products-grid .add-to-links a {
	background-color: #f9f9f9;
	font-weight: normal;
	color: #bbb;
	font-size: 11px;
	padding: 8px 10px 8px 10px;
	display: block;
	text-align: center;
}

/* Wordpress ------------------------------------------------------------------------*/
.wp-container .col-wrapper .col-main {
	border-top: 0px solid #dcdcdc;
}
.wp-container .page-title {
	float: left;
	width: 100%;
	margin: 0;
	padding: 12px 0px 11px 0px;
	border: 0px;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px dotted #dcdcdc;
}
.wp-container .post-list {
	/*float: left;
	width:446px;*/
        border-top: 0px solid #dcdcdc;
}
.wp-container .post-view {
	float: left;
	border-top: 1px solid #dcdcdc;
	width: 100%;
}
.wp-container #comments {
	/*float: left;*/
}
.wp-container h2 {
	float: left;
	width: 100%;
	padding: 21px 0px 21px 0px;
	border-bottom: 0px dotted #dcdcdc;
	font-size: 16px;
	line-height: 20px;
}
.wp-container h2 span {
	width: 100%;
	float: left;
	font-size: 20px;
	font-weight: bold;
	color: #333 !important;
}
.wp-container li {
	float: left;
	padding: 0;
}
.wp-container a span {
	color: #999;
}
.wp-container .content {
	float: left;
	padding: 10px 0px 25px 0px;
	line-height: 17px;
	color: #555;
	border-bottom: 1px dotted #dcdcdc;
	width: 100%;
}
.wp-container .pager {
	float: left;
	width: 100%;
	border: 0px;
}
.wp-container .more {
	float: left;
	width: 100%;
	padding: 10px 0px 0px 0px;
}	
.wp-container .on {
	/*float: left;*/
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	color: #999;
}
.wp-container .details {
	/*float: right;*/
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	color: #999;
}
.wp-container .post-list .featured-image {
	float: left;
	max-width: 100%;
	margin: 0px 10px 10px 0px;
	overflow: hidden;
}
.wp-container .post-view .featured-image {
	float: left;
	width: 100%;
	height: auto;
	margin: 0px 10px 10px 0px;
	overflow: hidden;
}
.wp-container .post-list h2{padding-bottom: 4px;}
.wp-container .post-list img {
	float: left;
	max-width: 100%;
	height: auto;
}
.wp-container .post-view img {
	float: left;
	max-width: 100%;
	height: auto;
}
.wp-sidebar img {
	width: auto;
	height: auto;
	float: none;
}
.wp-sidebar {
	border-top: 1px solid #dcdcdc;
}
.wp-sidebar select {
	width: 100%;
}
.wp-sidebar input {
	background-color: #333333;
	border:  0;
	color: #999999;
	float: left;
	height: 30px;
	padding-left: 5px;
	padding-right: 5px;
	width: 75%;
}
.wp-sidebar .button {
	background-color: #333333 !important;
	color: #fff;
	float: left;
	font-family: 'Droid Sans';
	height: 34px;
	padding: 0;
	text-align: center;
	width: 18%;
}
@media only screen and (max-width: 797px) {
	.wp-sidebar .button{
		text-align: right;
	}
}

.wp-sidebar h2 {
	font-size: 12px;
}
.wp-sidebar ul {
	padding: 0;
	height: auto;
	width: 100%;
}
.wp-sidebar li {
	height: auto;
	width: 100%;
}




.col-right.sidebar .wp-sidebar .block{background:#F4F4F4; margin-bottom:22px}
.col-right.sidebar .wp-sidebar .block .block-title{padding-left: 15px!important;}



/* Administration -------------------------------------------------------------------*/
/* Administration pages use the 1 column layout */
.col1-layout .page-title {
	width: 100%;
}
.col1-layout .page-title h1 {
	padding: 25px 0px 12px 0px;
	font-size: 15px;
	font-weight: normal;
	color: #333;
}
.col1-layout .page-title h1 span {
	font-size: 20px;
	font-weight: bold;
	line-height: 17px;
}
.col1-layout h2 {
	padding: 7px 0px 12px 0px;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	border-bottom: 1px dotted #ddd;
}
.col1-layout h2 span {
	font-size: 16px;
	font-weight: bold;
	line-height: 14px;
}
.col1-layout p {
	color: #777;
	padding: 15px 0px 10px 0px;
	line-height: 18px;
}

/* Administration Form */
ul.form-list {
	padding: 20px 0px 0px 0px;
}
#billing-buttons-container {
	padding: 0 0 20px 0;
	border-top: 1px solid #ccc;
}
.form-list .fields {
	margin: 0;
}
#checkout-shipping-method-load ul li {
    margin-bottom: 10px;
}
#checkout-review-table .product-name {
    font-weight: normal;
    margin: 0;
}
.form-list .field {
	width: 290px;
	padding: 0px 0px 8px 0px;
	margin-bottom: 10px;
}
.form-list label {
	text-align: right !important;
	font-weight: normal;
	color: #999;
}
.form-list label.required {
	float: left !important;
	font-weight: normal;
	/*margin-right: 22px; */
}
.form-list em {
	padding: 0 5px 0 0;
}
div.input-box {
	float: right;
}
.form-list li.wide .input-box {
    width: 550px;
}
.form-list input {
	/*float: right;*/
	padding: 5px;
	height: 20px;
	background-image: url(https://www.truecorset.com/skin/frontend/truecorset/default/images/form-input.jpg);
	border: 1px solid #bbb;
	border-radius: 2px;
}
.form-list select {
	width: 100%;
}
.form-list li.wide textarea {
	width: 96%;
}
.form-list .checkbox {
	margin: 13px 0px 0px 0px;
	float: left;
}
p.required {
	padding: 10px 0;
	color: #eb3700;
}
.validation-advice {
	background-image: url(https://www.truecorset.com/skin/frontend/truecorset/default/images/validation_advice_bg.gif);
	background-position: 2px 1px;
	background-repeat: no-repeat no-repeat;
	clear: both;
	color: #FF0000;
	font-size: 10px;
	line-height: 13px;
	margin: 8px 0 0 8px;
	min-height: 13px;
	padding-left: 17px;
	display: none;
}

/* Checkout */

#opc-login h4 {
    color: #2F2F2F;
    font-size: 1em;
    font-weight: bold;
    margin-top: 5px;
}
#opc-login h3 {
    border-bottom: 1px solid #E4E4E4;
    font-size: 13px;
    padding-bottom: 2px;
    text-transform: uppercase;
}
#opc-login p {
    margin: 5px 0 10px;
}
#opc-login h4 {
    color: #2F2F2F;
    font-size: 1em;
    font-weight: bold;
    margin-top: 5px;
}
.form-list label {
    color: #666666;
    float: left;
    position: relative;
    z-index: 0;
}
.form-list .input-box {
    clear: both;
    display: block;
    float: left;
    margin-left: 0;
    width: 260px;
}
.opc .ul {
    list-style: disc outside none;
    padding-left: 18px;
}
.required .f-left {
    float: left !important;
    margin-top: 9px;
}

/* Webforms styles */
.webforms .form-list li.wide input.input-text {
	width: 280px !important;
}
.webforms .form-list li.wide .required {
	/*width: 140px !important;*/
}
.webforms .form-list li.wide select {
	width: 320px !important;
}

/* Account Creation */
.fieldset {	
	float: left;
	width: 50%;
	padding: 0px;
	border: 0px;
	margin: 0px 0px 0px 0px;
}
#awrma-new-form .fieldset {	
	float: left;
	width: 100%;
	padding: 0px;
	border: 0px;
	margin: 0px 0px 0px 0px;
}
.fieldset .legend {
	background: none !important;
	font-weight: normal !important;
	border: 0px solid #FEFEFE;
	color: #111;
	float: none;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 7px 0 12px 0;
	width: 100% !important;
	border-bottom: 1px dotted #ccc;
}


#old-blog-posts h1{clear: both; display: block; border-top: 1px dotted #DCDCDC;padding: 20px 0 10px; font-family: "Droid Sans" !important; color: #333; font-weight: bold;}
#old-blog-posts img{margin-bottom: 20px;}
/* Logged In... */
/* Top Level */
.dashboard-layout {
	line-height: 16px;
}
.dashboard-layout .page-title {
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	border-bottom: 0px;
}
.dashboard-layout .page-title img {
	margin: 2px 0px 0px 0px;
}
.dashboard-layout .page-title h1 {
	color: #333333;
	font-size: 15px;
	font-weight: normal;
	padding: 25px 0 12px;
}
.dashboard-layout .page-title h1 span {
	font-size: 20px;
	font-weight: bold;
	line-height: 17px;
}
.dashboard-layout .block-content {
	padding: 0px 0px 20px 0px;
	background-color: #fff;
	border-bottom: 0px;
}
.dashboard .welcome-msg {
	padding: 0px 0px 30px 0px;
}
.dashboard .welcome-msg p {
	padding: 0px 0px 10px 0px;
}
.dashboard-layout ul {
	
}
.dashboard-layout .block-content ul {
	text-transform: uppercase;
	padding: 5px 0px 0px 0px;
}
.dashboard-layout .block-content li {
	padding: 10px 0px 0px 0px;
}
.dashboard-layout .block-content li a {
	color: #aaa !important;
}
.dashboard-layout .block-content li.current {
	padding: 10px 0px 0px 0px;
}
.dashboard-layout .block-content li.current a {
	color: #333 !important;
}
.dashboard .content {
	float: left;
	padding: 15px 0px 0px 0px;
	width: 100%;
}
.dashboard .content h2 {
	float: left;
	padding: 15px 0px 0px 0px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
.dashboard .box-recent {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
}
.dashboard .box-head {
	width: 100%;
	padding: 12px 0 8px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	margin: 0px 0px 15px 0px;
}
.dashboard .box-recent h2 {
	float: left;
	width: 50%;
	border: 0 !important;
	padding: 0 !important;
}
/* Data Table */
.dashboard .data-table {
	width: 100%;
	margin: 0px 0px 15px 0px;
}
.dashboard .data-table th {
	font-weight: normal;
	padding: 12px 15px !important;
}
.dashboard .data-table .cart-price {
	float: left;
	margin: 15px 0px 0px 0px;
	width: 100%;
	text-align: center;
}
.dashboard .data-table th.a-center {
	padding: 12px 15px !important;
	text-align: center !important;
}
.dashboard .data-table td.a-center {
	padding: 15px !important;
	text-align: center !important;
}
.dashboard .data-table td.a-right {
	padding: 15px !important;
	text-align: center !important;
}
.dashboard .data-table td.a-right.last {
	text-align: right !important;
}
.dashboard .data-table td h2 {
	padding: 15px 15px 15px 15px !important;
}
.dashboard .data-table dl {
	padding: 15px 15px 15px 15px !important;
}
.dashboard .data-table .item-options dd {
	padding: 10px 10px 10px 15px;
}
.dashboard .data-table img {
	width: 142px;
	height: 142px;
	margin: 15px;
}
.dashboard .data-table input.qty {
	width: 2.5em !important;
	padding: 10px;
	text-align: center;
	background-image: url(https://www.truecorset.com/skin/frontend/truecorset/default/images/form-input.jpg);
	border-radius: 2px;
	border: 1px solid #ccc;
}

/* Sub Level */
.my-account {
	
}
.my-account .page-title {
	padding: 20px 0px 20px 21px;
	display: none;
}
.my-account .page-title h1 span {
	font-weight: normal !important;
}
.my-account .fieldset {	
	float: left;
	width: 100%;
	padding: 0px;
	border: 0px;
	margin: 0px 0px 0px 0px;
}
.my-account .fieldset .legend,
.myaccount-legend {
	background: none !important;
	font-weight: normal !important;
	border: 0px solid #FEFEFE;
	color: #111;
	float: none;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 12px 0 8px 0;
	width: 100% !important;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
.my-account .page-title h1 {
	color: #333333;
	font-size: 21px;
	font-weight: normal;
	padding: 0;
}
.my-account .input-box {
	width: 260px;
}
.my-account input {
	float: left;
}
.my-account .checkbox {
	float: left !important;
}
.my-account .col2-set {
	background-color: ;
	width: 100%;
}
.my-account .box {
	padding: 0px 0px 20px 0px;
}
.my-account .box-title {
	padding: 0px 0px 8px 0px;
	text-transform: uppercase;
}
.my-account .box-title h3 {
	float: left;
	font-size: 14px;
}
.my-account h4 {
	padding: 0px 0px 5px 0px;
}
.my-account .box-title a {
	float: left;
	clear: left;
	margin: 0px 20px 0 0;
	text-transform: lowercase;
}

/* Customer service tickets -----------------------------------------------*/
.cs-ticket {
	padding: 0px 0px 0px 0px;
}
.cs-ticket .page-title {
	background: none !important;
	font-weight: normal !important;
	border: 0px solid #FEFEFE;
	color: #111;
	float: none;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 13px 0 10px 0;
	width: 100% !important;
	border-bottom: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
}
.cs-ticket .page-title h1 {
	padding: 0px;
}
.cs-ticket p {
	padding: 15px 0px 0px 0px;
}
.new-ticket {
	color: #fff;
}
.cs-ticket.list .data-table {
	margin: 5px 0px 0px 0px;
}
.cs-ticket .data-table td {
	padding: 15px !important;
}
.cs-ticket .data-table td a {
	color: #6d0200;
	font-weight: bold;
	text-decoration: underline;
}
.cs-ticket .pager {
	border: 1px solid #DDDDDD;
	margin: 5px 0;
	padding: 15px 15px 13px 15px;
	text-align: center;
	color: #999;
}
.cs-ticket .pager .amount {
	padding: 0px;
}
.cs-ticket .pager .limiter {
	
}
.cs-ticket .fieldset {
	width: 100%;
}
.cs-ticket .input-box {
	width: 100% !important;
}
.ticket-create .input-box {
	width: 68% !important;
}
.cs-ticket .input-box label {
	float: left;
	display: block;
	width: 80px !important;
	text-align: left;
}
.cs-ticket .input-box span {
	float: right;
	display: block;
	width: 200px !important;
}
.cs-ticket textarea {
	
}
.cs-ticket ul.ticket-info {
	width: 300px; 
	margin: 15px 0px 0px 0px;
}
.cs-ticket ul.ticket-info li {
	float: left;
	padding: 0px 0px 10px 0px;
}
.ticket-comment.page-title {
	padding: 11px 0px 10px 0px;
}
.ticket-comment h1 {
	float: left; 
	width: 100px;
	padding: 2px 0px 0px 0px !important;
}
.ticket-comment .pager {
	border: 0px solid #DDDDDD !important;
	margin: 0px;
	padding: 0px;
	text-align: right;
	color: #999;
	width: 200px;
	float: right;
}
.ticket-comment .pager .amount {
	display: none;
}
.ticket-comment .pager .limiter {
	
}
.ticket-comment-list {
	margin: 15px 0px 0px 0px;
}
.ticket-comment-list .order-info {
	border: 0px;
	padding: 0px;
}
.ticket-comment-list .comment-title {
	padding: 0px 0px 0px 0px;
	border-bottom: 0px dotted #ccc;
	font-size: 12px;
	font-weight: bold;
}
.ticket-comment-list .comment-item {
	padding: 10px 20px 0px 20px ;
	font-size: 12px;
	color: #777;
}
#add_comment_form textarea {
	background-image: url(https://www.truecorset.com/skin/frontend/truecorset/default/images/form-input.jpg);
	background-repeat: repeat-x;
}

/* Custom CMS Pages -------------------------------------------------------*/
.custom-cms {
	margin: -3px 0px 30px 0px;
	max-width: 1201px;
}
.custom-cms .page-title {
	width: 100%;
	border: 0 !important;
	border-bottom: 1px dotted #ccc;
}
.custom-cms .page-title h1 {
	padding: 0px 0px 0px 0px;
	font-size: 15px;
	font-weight: normal;
	color: #333;
	border: 0 !important;
}
.custom-cms .page-title h1 span {
	font-size: 20px;
	font-weight: bold;
	line-height: 17px;
}
.custom-cms h2 {
	padding:15px 0px 8px 0px;
	margin: 0px 0px 12px 0px;
	border-bottom: 1px dotted #ccc;
	font-size: 15px;
}
.custom-cms p {
	padding: 0px 0px 15px 0px;
	line-height: 16px;
}
.custom-cms .col.left {
	float: left;
	width: 48%;
}
.custom-cms .col.right {
	width: 48%;
	float: right;
}

/* CMS Layout -------------------------------------------------------------*/
.cms-layout .col-main {
	width: 100%;
}
.cms-layout .page-title {
	width: 100%;
	padding: 0;
	margin: 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 14px 0 13px;
}
.cms-layout .page-title h1 {
	width: 100%;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}

/* Cart -------------------------------------------------------------------*/
.cart .title-buttons {
	text-align:left;
}
.cart .checkout-types {
	float: right;
	text-align: right;
	margin: 37px 0px 0px 0px;
}
.data-table th {
	font-weight: normal;
	padding: 12px 15px !important;
}
.data-table .cart-price {
	margin: 0;
}
.data-table th.a-center {
	padding: 12px 15px !important;
	text-align: center !important;
}
.data-table td.a-right {
	text-align: center !important;
}
.data-table td.a-right.last {
	text-align: right !important;
}
.data-table td h2 {
	padding: 15px 0;
}
.data-table dl {
	padding: 15px 0;
}
.data-table .item-options dd {
	padding: 10px 0;
}
.data-table img {
	margin: 0;
}
.data-table input.qty {
	width: 2.5em !important;
	padding: 10px;
	text-align: center;
	background-image: url(https://www.truecorset.com/skin/frontend/truecorset/default/images/form-input.jpg);
	border-radius: 2px;
	border: 1px solid #ccc;
}

/* Cart Collaterals --------------------------------------------------------*/
.cart-collaterals .content {
	padding: 0px 0px 15px 0px;
}
.cart-collaterals ul {
	padding: 5px 0px 0px 0px !important;
}
.cart-collaterals .discount {
	padding: 0px 0px 15px 0px;
}
.cart-collaterals .discount h2 {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	font-weight: bold;
}
.cart-collaterals .discount .button {
	float: left;
}
.cart-collaterals .discount label {
	float: left;
	width: 100%;
	padding: 0px 0px 8px 0px;
}
.cart-collaterals .discount .input-box {
	float: left;
	width: 100px;
	padding: 8px 0px 8px 0px;
}
.cart-collaterals .discount input {
	float: left;
	width: 90% !important;
	padding: 10px;
	background-image: url(https://www.truecorset.com/skin/frontend/truecorset/default/images/form-input.jpg);
	border: 1px solid #bbb;
	border-radius: 2px;
}
.cart-collaterals .checkout-types {
	float: right;
	text-align: right;
	margin: 10px 0px 0px 0px;
}
.cart-collaterals .checkout-types li {
	margin: 0 0 10px 0;
}
.cart-collaterals .sp-methods {
	padding: 15px 0px 0px 0px;
}
#shopping-cart-totals-table {
	margin: 15px 0px 0px 0px;
}

/* Onepage Checkout --------------------------------------------------------------------*/
.opc {
	padding: 0px;
	border: 0 !important;
}
.opc li.section {
	padding: 0px;
	border: 0px;
}
.opc .step-title {
	padding: 15px 15px 12px 15px;
	border: 0px;
}
.opc .step-title .number {
	float: left;
	line-height: 14px !important;
	margin-right: 15px;
	margin-top: 4px;
}
.opc .step-title h2 {
	padding: 0px;
	border: 0px;
}
.opc .step {
	border: 0px !important;
	padding: 0px;
	position: relative;
}
#checkout-step-login {
	padding: 20px 10px;
}
#opc-login {
	padding: 0px 0px 0px 0px;
}
#opc-login .form-list {
	padding: 10px 0px 15px 0px !important;
}
.opc .form-list .radio {
	float: left;
	width: 20px !important;
}
#opc-login .col-1 .form-list label {
float: left;
    font-family: Arial;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 3px;
    text-align: left !important;
    width: 200px !important;
}
#review-buttons-container {
	padding: 20px 0px 0px 0px;
}
/* Billing Styling */
#opc-billing {
	
}

#checkout-step-shipping_method, #checkout-step-payment {
	padding: 20px 10px;
}

#checkoutSteps {
	margin: 0 0 30px 0;
}

#opc-billing ul, #opc-shipping ul {
	
}
#opc-billing .fields, #opc-shipping .fields {
	float: left;
	width: 100%;
	margin-bottom: 12px;
}
#opc-billing .opc-slim, #opc-shipping .opc-slim {
	
}
#opc-billing .opc-slim .field, #opc-shipping .opc-slim .field {
	width: 50%;
	clear: none !important;
}
#opc-billing .opc-slim label, #opc-shipping .opc-slim label {
	width: 95px !important;
	margin: 0px 15px 0px 0px;
}
#opc-billing .opc-slim label em, #opc-shipping .opc-slim label em {
}
#opc-billing .opc-slim .input-box, #opc-shipping .opc-slim .input-box {
	width: 290px !important;
	float: left !important;
}
#opc-billing .opc-slim input, #opc-shipping .opc-slim input {
	float: left !important;
	width: 275px !important;
}
#opc-billing .opc-wide, #opc-shipping .opc-wide {
	
}
#opc-billing .opc-wide label, #opc-shipping .opc-wide label {
	width: 95px !important;
	margin: 0px 15px 0px 0px;
}
#opc-billing .opc-wide .input-box, #opc-shipping .opc-wide .input-box {
	width: 690px !important;
	float: left !important;
}
#opc-billing .opc-wide input, #opc-shipping .opc-wide input {
	float: left !important;
	width: 675px !important;
}
#opc-billing .control, #opc-shipping .control {
	width: 250px;

}
#opc-billing .control label, #opc-shipping .control label {
	padding: 0 !important;
	width: 200px !important;
	text-align: left !important;
}

.product-view {
	border-top: 1px solid #dcdcdc;
	padding: 18px 0px 0px 0px;
}
.product-view .product-buy-scroll {
	position: absolute;
	right: 0px;
	width: 80px;
	height: 80px;
	background-color: #ff0000;
}
/* Select Buttons */
.product-shop .custom-select-button-wrapper {
	border-left: 1px solid #DCDCDC;
	border-bottom: 1px solid #c6c6c6;
	overflow: hidden;
}
.product-shop .custom-select-button {
	float: left;
	height: 32px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	background-color: #eaeaea;
	cursor: pointer;
	padding: 20px 18px 0;
	text-align: center;
	color: #242424;
	font-size: 11px;
	text-transform: uppercase;
}
.product-shop .custom-select-button.review {
	background-color: #f4f4f4;
	color: #690004;
}
.product-shop .custom-select-button.lighter{background-color: #f4f4f4;color: #690004;}
.product-shop .custom-select-button.selected {
	float: left;
	height: 32px;
	border-top: 1px solid #690005;
	border-right: 1px solid #690005;
	background-image: url(https://www.truecorset.com/skin/frontend/truecorset/default/images/custom-select-button.selected.jpg);
	background-position: center top;
	cursor: pointer;
	color: #fff;
}
/* Select Box */
#custom-select-box-wrapper {
	/* border: 1px solid #c6c6c6; */
	border-top: 0px;
	border-bottom: 1px solid #dcdcdc;
	overflow: hidden;
}
.custom-select-box {
	padding: 15px 0px 15px 0px;
	display: none;
	overflow: hidden;
}
.custom-select-box.on {
	display: block;
}
.custom-select-box .section {
	float: left;
	text-align: left;
	clear: left;
	padding: 0px !important;
	color: #515151;
}
.custom-select-box .product-brand {
	float: right;
	width: 80px;
	height: 50px;
	border: 1px dotted #bbb;
	margin: 0px 0px 20px 20px;
}
.custom-select-box .product-more {
	float: left;
	width: 400px;
	color: #777; 
	font-size: 11px; 
	line-height: 21px;
	padding: 15px 0 0;
	text-align: left;
	cursor: pointer;
	font-weight: bold;
}
.custom-select-box.fb-comments span {
	width: 610px !important;
}
.custom-select-box.fb-comments span iframe {
	width: 610px !important;
}
.custom-select-box .section h1 {
	/*float: left;*/
	text-transform: uppercase;
}
/* .custom-select-box .section span {
*	float: left;
}*/
.custom-select-box .section span.title {
	color: #adadad;
	padding: 7px 0px 0px 8px;
}
.product-fb-like {
	/*float: right;*/
	width: 80px;
	margin: 3px 0px 0px 0px;
	/*text-align: right; */
}
/* Add this links */
.product-view .product-social-icons {
	float: left;
	width: 310px;
	padding: 15px 0px 0px 0px;
	margin: 20px 0px 20px 0px;
	border-top: 1px solid #dcdcdc;
}
/* Add to links */
.add-to-links li {
	padding: 4px 0px 0px 0;
}
.add-to-links li a {
	font-weight: normal;
	color: #999;
	font-size: 11px;
	font-weight: bold;
}
/* Product Options */
.product-options {
	background-color: #fff;
	border: 0px;
	margin: 0 0 0;
	padding: 0;
}
.product-options dd {
	margin: 0;
}
/* Configurable select options : alias cselect */
.super-attribute-select {
	float: left;
}
.product-options-bottom .price-box {
	float: left;
	display: none;
}
.cselect-wrapper {
	float: left;
/* 	height: 61px; */
	width: 598px;
	/*background-color: #f6f6f6;
	border: 1px solid #ddd;
	border-bottom: 0px;*/
}
.cselect-sku {
	float: left;
	padding: 28px 0 0 10px;
	color: #863136;
	font-weight: bold;
}
.cselect-inner {
	float: left;
	padding: 0 0 0 8px;
}
.cselect-option-wrapper {
	float: left;
	margin: 0 2px 0 0;
	border: 0px solid #ddd;
	padding: 5px 5px 5px 5px;
	cursor: pointer;
	color: #222;
	opacity: .9;
	font-size: 12px !important;
	font-weight: bold;
	max-width:38px;
	text-align:center;
}
.cselect-option-wrapper.selected {
	box-shadow: 0px 0px 12px #6D0004;
	opacity: 1;
	padding: 8px;
	margin-top: -5px;
	border: 1px solid #6D0004;
	font-weight: bold;
	font-size: 13px !important;
}
.cselect-label {
/* 	float: left; */
/* 	width: 22px; */
	padding: 0 0 5px 0;
	text-align: center;
		clear:both;
	display:block;
}
.cselect-button {
	float: none;
	width: 22px;
	height: 22px;
	cursor: pointer;
	clear:both;
	display:inline-block;
	border: 1px black solid;
}
.cselect-button.no {
	background-color: ;
	background-image: url(https://www.truecorset.com/skin/frontend/truecorset/default/images/no-stock.jpg);
}
.cselect-button.lo {
	background-color: ;
	background-image: url(https://www.truecorset.com/skin/frontend/truecorset/default/images/lo-stock.jpg);
}
.cselect-button.mid {
	background-color: ;
	background-image: url(https://www.truecorset.com/skin/frontend/truecorset/default/images/lo-stock.jpg);
}
.cselect-button.hi {
	background-color: ;
	background-image: url(https://www.truecorset.com/skin/frontend/truecorset/default/images/hi-stock.jpg);
}
.cselect-button.reserve {
	border: 1px solid black;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
}
.cselect-on {
	
}
/* Product options bottom */
.product-options-bottom {
	float: left;
	clear: left;
	width: 100%;
	border: 0px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
/* Add to cart section */
.config-attr-select b {
	color: #333;
}
.config-attr-key {
	float: left;
	padding: 10px;
	font-size: 13px;
	color: #777;
	margin: 10px 0px 5px 0px;
	display: block;
	border: 1px solid #ddd;
	width: 100%;
	box-sizing: border-box;
}

/* Custom Cart Add */
.add-to-cart .button.button span {
	padding: 7px 10px 8px 10px;
}
.add-to-cart .button.button span span {
	padding: 0px 8px 0px 8px !important;
}
.custom-add-to-cart {
	float: left;
	border-top: 1px solid #CCC;
	margin: 20px 0 0 0;
	width: 100%;
	padding: 10px 0 0 0;
}
.input-text.qty {
	background-image: url(https://www.truecorset.com/skin/frontend/truecorset/default/images/form-input.jpg);
	width: 40px !important;
	padding: 10px 0 10px 0;
	width: 20px;
	text-align: center;
	background-repeat: repeat-x;
}
/* Add to links */
.product-options-bottom .add-to-links {
	display: none;
}

/* Collaterol Options */
.product-view .box-collateral {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*border-bottom: 1px solid #c6c6c6;

	background-color: #efefef;
*/
}
.product-view .box-collateral h2 {
	font-size: 16px;
    padding: 12px 0 11px !important;
	border-bottom: 1px solid #c6c6c6;
}

#customer-reviews .form-add h3 {
	padding: 10px 0 0 0;
}
#customer-reviews .form-add textarea {
	display: block;
	width: 260px;
	resize: none;
	border: 1px solid #bbb;
	border-radius: 2px;
}

.product-view .box-collateral .more-info {
	float: left;
	font-size: 11px;
	padding: 15px 12px;
}
/* Upsell */
.product-upsells {
	float: left;
	width: 100%;
	margin: 20px 0 10px;
	overflow: hidden;
}
.product-upsells .block-title, .product-upsells .box-up-sell h2 { 
	background: none;
	background-color: transparent !important;
}
.upsell-product-content {
	float: left;
	padding: 0px 0px 15px 0px;
	border-right: 1px solid #c6c6c6;
}
#upsell-product-table {
	float: left;
	width: 50% !important;
	padding: 0px !important;
}
#upsell-product-table .upsell-product-item {
	float: left;
	width: 50%;
	padding: 0px 0px 0px 10px;
}
.upsell-product-item h3 {
	float: left;
	font-size: 11px;
	font-weight: normal;
	text-align: ;
	padding: 10px 0px 0px 0px;
}
.upsell-product-item .price-box {
	float: left;
	width: ;
	text-align: ;
	padding: 10px 0px 0px 0px;
}
.upsell-product-item .link-wishlist {
	float: right;
	padding: 13px 3px 0 0;
	font-weight: normal;
	font-size: 10px;
	color: #777;
}
.upsell-product-item .product-image {
	float: left;
	width: 140px;
	height: 95px;
	overflow: hidden;
}
/* Related */
.block-related {
	float: left;
	width: 310px;
	padding: 0px 0px 0px 0px;
	background-color: #eaeaea !important;
	margin: 0px 0 0 0;
	border-bottom: 1px solid #c6c6c6;
}
.block-related .block-title {
	background-color: #fff;	
	border-bottom: 1px solid #c6c6c6;
}
.block-related .block-content {
	border-bottom: 0px !important;
	background-color: #efefef !important;
	border-left: 1px solid #c6c6c6;
	padding: 0px 0px 15px 0px !important;
}
.block-related li.item {
	float: left;
	width: 150px;
	padding: 0px !important;
	background-color: none !important;
}
.block-related .block-content {
	padding: 0px;
}
.block-related .block-subtitle {
	float: left;
	font-size: 11px;
	padding: 15px 12px;
	font-weight: normal;
}
.block-related .product {
	float: left;
	width: 140px;
	margin: 0px 0px 0px 10px;
}
.block-related .product .product-image {
	float: left;
	width: 140px;
	height: 95px;
	overflow: hidden;
	margin: 0px !important;
	border: 0px !important;
	padding: 0px !important;
}
.block-related .product .product-details {
	float: left;
	margin: 0px !important;
	padding: 10px 0px 0px 0px;
}
.block-related .product .price-box {
	float: left;
	padding: 10px 0 0 0;
}
.block-related .link-wishlist {
	float: right;
	padding: 13px 3px 0 0;
	font-weight: normal;
	font-size: 10px;
	color: #777;
}
.block-related .product p {
	float: left;
	font-size: 11px;
}
.block-related li.even {
  background-color: #efefef !important;
}

/* Block Product Page List : Upsells / Related Products*/
.block-product-page {
	float: left;
	width: 50%;	
}
.block-product-page .block-title {
	float: left;
	width: 100%;
}
.block-product-page .block-content {
	float: left;
	width: 100%;
	padding: 0px !important;
}
.block-product-page .block-subtitle {
	float: left;
	width: 100%;
	padding: 12px 10px 15px;
	font-size: 11px;
	font-weight: normal;
}
.block-product-page .block-mini-list {
	float: left;
	width: 100%;
}
.block-product-page .block-mini-list .block-item {
	float: left;
	width: 46%;
	padding: 0 2%;
	font-size: 11px;
	text-align: center;
}
.block-product-page .block-mini-list .block-image {
	overflow: hidden;
}
.block-product-page .block-mini-list .block-name {
	width: 100%;
	height: 26px;
	overflow: hidden;
	padding: 10px 0 0;
}
.block-product-page .block-mini-list .block-price {
	float: left;
	width: 100%;
	padding: 10px 0;
}
.block-product-page .block-mini-list .block-price span {
	display: block;
	float: left;
}
.block-product-page .block-mini-list .block-price .link-wishlist {
	display: block;
	float: right;
	text-align: right;
	font-weight: normal;
	color: #999;
}

/* Wishlist -----------------------------------------------*/
#wishlist-table a.product-image {
	margin: 0 !important;
}
#wishlist-table .product-name {
	padding: 0px !important;
}
#wishlist-table .price-box {
	padding: 10px 0 15px;
}
#wishlist-table textarea {
	margin: 15px 0;
	width: 208px;
	height: 82px;
	padding: 10px;
}
#wishlist-table .qty {
	margin :0 0 10px 0;
}
#wishlist-table tbody a {
	margin: 15px 0;
}
.my-wishlist .buttons-set {
	margin: 10px 0 0 0;
}
.my-wishlist .buttons-set button {
	margin: 0 2px 0 0;
}

/* Catalog Search ------------------------------------*/
.catalogsearch-title {
	padding: 12px 0 11px 0;
	text-transform: uppercase;	
	border-top: 1px solid #ddd;
}
.catalogsearch-title h1 {
	font-size: 18px !important;
}

.checkout-page-title { 
	float: left;
	margin: 20px 0 0 10px;
}

#checkout-shipping-method-load {
	margin: 20px 0;
}
#checkout-progress-wrapper {
	margin: 25px 0;
}
#checkout-progress-wrapper .block-content dl dt.title {
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
}
#checkout-progress-wrapper .block-content dl dt {

}

#checkout-progress-wrapper .block-content dl dt.information-section { 
	margin: 0 0 20px 0;
}

.information-section {
	margin: 5px 0 15px 0;
	line-height: 17px;
	font-size: 11px;
}

#notice-cookie-block {
	position: absolute;
	left: 50%;
	margin: 0 0 0 -501px;
	z-index: 300000;
	background: #f4f4f4;
	color: #545454;	
	padding: 10px;
}

#notice-cookie-block p  {
	float: left;
	width:870px;
	text-align: left;
}

.list-add-links li {
	padding: 0 !important;
}

.mrp {
	background: #ccc;
	padding: 5px 10px;
	color: #000;
	text-align: center;	
	position: relative;
	display:block;
}
.mrp-hover {
	position: absolute;
	background: #545454;
	top: -30px;
	color: white;
	width: 150px;
	padding: 7px;
	left: 3px;
	display: none;
}
.special-price {
	display: inline-block;
}
.cart .totals {margin: -25px 0 0 0;}

.btn-remove2 {
display: block;
width: 26px !important;
height: 26px !important;
font-size: 0;
line-height: 0;
background: url(https://www.truecorset.com/skin/frontend/truecorset/default/images/btn_trash.gif) 0 0 no-repeat;
text-indent: -999em;
overflow: hidden;
}

.form-list .control label {
	font-weight: 700;
	color: #545454;
}

#next-stock-items { /*border: 1px solid #000;*/ background: #f4f4f4; display: block; width: 23px; height: 14px; text-align: center; padding: 2px 0 7px 0; font-size: 12px; margin: 2px 0 0 0; color: #000;  border: 1px black solid; }

.blog-comments {  }
.blog-comments .fieldset { width:100% !important; }
.blog-comments .form-list .field { width:100%; }
.blog-comments .fieldset label.required { text-align: left !important; }
.blog-comments .fieldset label.required em { float: none !important; position: relative; padding: 0 !important; }
.blog-comments .form-list .fields { margin: 0; width: 70%; }
.blog-comments .website { width: 70%; }
.blog-comments .website label { float: left; width: auto !important; }

.account-create .form-list .field { width: 80%; padding: 0px 0px 8px 0px; }
.account-create .form-list label.required { float: left !important; text-align: left !important; font-weight: normal; }

.tc-product-price{ color:#3f3f3f; font-size: 19px; }
.tc-product-price .availability, .tc-product-price span.price-label{display: none}
.tc-product-price span.price{font-weight: normal}
.tc-product-price .special-price, .tc-product-price .old-price{display: inline-block}
.tc-product-price .old-price{margin-right: 4px;}

.products-grid .actions .price-box span.price-label{display: none}
.products-grid .actions .price-box .old-price{ display: inline-block; }
.products-grid .actions .price-box .old-price .price{font-weight: normal;}

#custom-select-box-7 .message{background: #f2f2f2;  line-height: 1; border: 1px solid #C6C6C6; margin-top: 12px;}
#custom-select-box-7 .message ul{padding: 0 12px 12px 12px}
#custom-select-box-7 .message li{margin-bottom: 4px}
#custom-select-box-7 .message b{display: block; padding:12px}
#custom-select-box-7 li.special {display:none;}

.custom-select-box h2{border-bottom: 1px solid #C6C6C6; font-size:16px; padding:12px 0 11px !important}
.custom-select-box h3{margin:11px 0 3px; font-size: 12px;}
.custom-select-box p{margin-bottom: 6px; line-height: 1.5}

.custom-select-box a.button-link {
    background:#6D0004;
    color: #FFFFFF;
    font-family: "Droid sans";
    font-size: 11px;
    font-weight: normal;
    padding: 5px 5px 5px 15px;
    text-transform: uppercase;
    box-shadow: 0px 0px 0px rgb(255, 255, 255);
    float: left;
    margin-top: 10px;}
    
.custom-select-box a.button-link:hover{box-shadow: 1px 1px 8px #777;}

.send-suggest-area{padding: 10px; width: 244px!important; font-family: "Droid Sans";}
/* Contact form mods */ 
#contactForm .fieldset  { float: none; width: 100%; font-family: "Droid Sans"; }
#contactForm .form-list .field { width: 355px; float: left; }
#contactForm .form-list label.required { float: left !important; text-align: right !important; font-weight: normal; }
#contactForm .telephone-container { }
#contactForm .telephone-container #telephone { float: left; border: 1px solid #bbb; border-radius: 2px;}
#contactForm #comment { width:80%; }

#product-options-wrapper h2 {
border: none;
}

.reserve-example {
/*border: 1px solid black;*/
display: block;
float: left;
background: #f4f4f4;
width: 16px;
height:16px;
padding: 5px 5px;
margin: 0 2px 0 0;
}

.sp-methods dt{margin-bottom: 5px}


#payment_form_firstdata label{width:140px!important; float:left; text-align: left!important}
#payment_form_firstdata div.input-box{float: left}

#payment_form_firstdata input.input-text{background: none; float: left}
#payment_form_firstdata label.required em{right:14px}

#checkout-review-table tfoot tr td.a-right{text-align:right!important}
#awrma-new-form .form-list li {
    width: 465px;
}
#awrma-new-form .form-list label.required {
    clear: left !important;
    float: none !important;
    font-weight: normal;
    text-align: right !important;
    vertical-align: -10px;
}

#awrma-new-form  .form-list .field {
    height: auto;
    margin-bottom: 10px;
    padding: 0 0 8px;
    width: 340px;
}


#awrma-new-form  .form-list .input-box {
    clear: both;
    display: block;
    float: right !important;
    margin-left: 7px;
    width: 260px;
}
.content .entry p{
	margin: 10px 0;
}
.content .entry p a img{
	margin: 10px 10px;
}
.content .entry p a{
	color: #b73a33;
}
.product-shop .custom-select-button{padding: 20px 16px 0;}
.jquery-slider-selectors{display: none;}
#custom-select-button-4{color: white; background-color: #690005;}
.home-layout .magestore-bannerslider{
	width: 80%;
	max-width:960px;
	margin-left:auto;
	margin-right: auto;
}
.std{
	margin-top: -10px;
}
.easybanner-banner{
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0;
}

a.jquery-slider-control-pause, a.jquery-slider-control-play{display: none !important;}
a.jquery-slider-navigation-next{position: relative;top: -300px;left: 950px; background-image: url('https://www.truecorset.com/skin/frontend/truecorset/default/images/home-banner-click-right.png'); background-repeat: no-repeat; font-size: 50px !important; color: rgba(1,1,1,0);}
a.jquery-slider-navigation-prev{position: relative;left: -100px;top: -300px;background-image: url('https://www.truecorset.com/skin/frontend/truecorset/default/images/home-banner-click-left.png'); background-repeat: no-repeat; font-size: 50px !important; color: rgba(1,1,1,0);}

/****** Chayan Bhattacharjee ******/

.left { float:left; }
.right { float:right; }
.negative-margin { margin:0 -20px; }
.responive-img { max-width:100%; height:auto; }
.site-width { max-width:1201px; margin:0 auto; }
.side-pad { padding:0 5px; }

.wrapper { padding:0 20px; overflow:hidden; }
.header-topbar .lang-select { height:39px; padding:0 10px; text-align:center; border: 1px dotted #fff;}
.top-cms-links { text-align:center; padding:5px 0; }
.header-topbar .link { float:none; font-size:13px !important; color:#fdfdfd; padding:5px 10px; display:inline-block; }
.header-topbar .lang-select .link { padding:0; }
.form-search button.button { float:right; width:31px; }
.form-search button.button span { padding:0 !important; }
.tooltip{ background:#ffffaa; border:1px solid #ffad33; border-radius:2px; bottom:-8px; left:0; color:black; display:none; font-size:8px; padding:1px; position:absolute; width:32px; z-index:99999; }
.header { padding:0 20px; }
/*h1.logo { text-align:center; margin:15px 0; }*/
span.logo { text-align:center; margin:15px 0; }
.fb-link { display:none; }
.topLinks { text-align:center; }
.topLinks .top { margin:25px 0 10px; }
.topLinks .top li { float:none; display:inline-block; }
.col2-left-layout .main, .main-container .main { margin:0 20px; }
.products-grid .item { width:100%; padding:0; margin:0; float:none; text-align:center; margin-bottom:15px; }
.category-feature { text-align:center; }
.config-attr-select { float:none; border:1px solid #ddd; padding:13px 12px 11px; font-size:13px; color:#777; clear:both; }
.add-to-cart { float:none; padding:4px; background-color:#efefef; border:1px solid #ddd; }
.data-table td.a-center { text-align:left !important; }
.cart-ctrl-btn { padding:15px; text-align:center; border:1px solid #ddd; border-top:none; }
.cart .cart-collaterals .col2-set { float:none; }
.account-login .col2-set .col-1, .account-login .col2-set .col-2 { width:100%; float:none; }
.account-login .col2-set .col-2{ margin-bottom:25px; }
#opc-discount-coupon-form input.input-text { background-image:url("https://www.truecorset.com/skin/frontend/truecorset/default/images/form-input.jpg"); border:1px solid #bbb; border-radius:2px; padding:5px; height:30px; }
select { background-image:url("https://www.truecorset.com/skin/frontend/truecorset/default/images/form-input.jpg"); border:1px solid #bbb; border-radius:2px; padding:5px; height:30px; margin:0; }
.my-account .addresses-primary .item { margin-bottom:25px; }
.custom-tbl td { padding:5px 0; }
#order-info-tabs li { padding:0 5px; }
.my-account .order-details h2.sub-title { font-size:12px; margin:10px 0; }
.col3-layout .col-wrapper { border:0 none; margin:0; padding:0; width:100%; }
.products-grid .item .side-pad { position: relative; }
.products-grid .item .side-pad .newlabel { position: absolute; top: 10px; left: 10px; color: #5f0000; border: 1px solid #dcdcdc; padding: 5px; background-color: rgba(255, 255, 255, 0.75); }
.footerlinks .block { clear: both; float: none; margin: 0 0 25px; text-align: center; }
.webforms-request-catalogue label { margin-bottom: 3px; }
.custom-cms .col.left img, .custom-cms .col.right img {
    max-width: 100%;
    height: auto;
}
.sizing-tbl {
    border: 1px solid #56386a;
}
.sizing-tbl td {
    padding: 8px;
    text-align: center;
    font-size: 14px;
    color: #56386a;
    vertical-align: middle;
}
.sizing-tbl .tbl-pink {
    background: #ffe5ff;
}
.header-topbar .search-frm{float: left; margin: 2px 10px 0 20px;}
.cartdv{float: right; margin-left: 10px}
.header-topbar .lang-select{max-width: 170px; float: right; z-index: 1 !important;}
.header-topbar .lang-select{height: 35px; padding: 0; text-align: center;}
.userdv{float: left; position: relative; width: 35px; height: 32px; z-index: 2 !important;margin-top: 4px;}
.header-topbar .lang-select .select-label{background-color: #af1d1e; padding: 3px 2px; float: left; width: 90px;display:none;}
.userdv .tpacntdrp{ position:absolute; width:200px; z-index:99999; background-color:#efefef; top:44px; border:1px solid #ddd; box-shadow: 0 2px 8px #888; -webkit-box-shadow: 0 2px 8px #888;}
.userdv .tpacntdrp .links ul{ padding:10px; margin:0px;}
.userdv .tpacntdrp .links ul li a{ display:block; text-align:left; font-size:14px; letter-spacing:1px; line-height:22px;}
.userdv .tpacntdrp .links ul li a:hover{ color:#af1d1e;}
/*.header h1.logo{ width:252px; float:none; margin: 0 auto; margin-top: 5px;}*/
.header span.logo{ display:block; width:252px; float:none; margin: 0 auto; margin-top: 5px;}
.nav-container{ width:100%;}
@media screen and (min-width:600px) {
	.products-grid .item { float:left; }
}
@media screen and (max-width: 599px)
{
	.products-grid .item {
    	width: 80%;
    	margin: auto;
}
.side-pad {
    padding: 0;
}
}
@media screen and (max-width:599px) {
	.header-topbar .lang-select .select-label { display:none; }
	.product-upsells { /*display:none;*/ }
        .product-upsells .block-product-page { width:100%; float:none; }
}

@media only screen and (min-width:1241px) {
	.config-attr-select {
		float: left;
		width: 65%;
		clear: none;
	}

	.add-to-cart {
		float: right;
		width: auto;
	}
}

@media only screen and (max-width:1240px) and (min-width:960px) {
	.config-attr-select {
		float: left;
		width: 60%;
		clear: none;
	}

	.add-to-cart {
		float: right;
		width: 31%;
	}
}

@media only screen and (max-width:959px) {
	.config-attr-select {
		margin-top: 10px;
	}
}

@media only screen and (min-width:600px) {
	.products-grid .item { width:33.333%; }
        .footerlinks .footer_block { width: 50%; float: left; clear: none;  }
        .footerlinks .socialblock { clear: both; }
}

@media screen and (max-width:649px) {
    .product-shop .custom-select-button { box-sizing:border-box; padding:3% 0.45% 0; width:14.2857%; height:50px; word-wrap:break-word; }
    .product-shop .custom-select-button.selected { height:50px; }
}
@media screen and (max-width:960px) { 
	.footer .block .inner{ border-right:none; margin:11px 0 30px;}
	.footer .block .inner li{ text-align:left;}
}
@media screen and (max-width:767px) {
	.account-create .fieldset { width:100%; float:none; }
        .footer-container .block-wide .inner { text-align: center; float: none; margin: 0; padding: 5px 7px; width: auto; }
        .footer-container .block-wide .newsletter, .footer-container .block-wide .newsletter-form { float: none; }
        .footer-container .block-wide .newsletter-form { margin: 0 auto; }
        .webforms-request-catalogue .fieldset {
            width: 100%;
        }
        .webforms-request-catalogue .form-list li.wide .input-box {
            width: 100%;
        }
        .webforms .form-list li.wide input.input-text {
            width: 96% !important;
        }
        .webforms .form-list li.wide select {
            width: 98% !important;
        }
        .custom-cms .col.left {
            width: 100%;
            float: left;
            margin-bottom: 25px;
        }
        .custom-cms .col.right {
            width: 100%;
            float: left;
        }
        #contactForm .form-list li.wide .input-box {
            width: 100%;
        }
        #contactForm .form-list .field {
            width: 100%;
        }
        #contactForm .form-list .input-box {
            width: 100%;
        }
        #contactForm .form-list input.input-text {
            width: 80%;
        }
}

@media screen and (min-width:768px) {
	.data-table img { margin:15px; }
	.data-table td.a-center { padding:15px; }
	.data-table .cart-price { text-align:center; float:left; width:100%; margin:15px 0 0; }
	.data-table td h2 { padding:15px; }
	.data-table dl { padding:15px 0; }
	.cart-ctrl-btn { text-align:right; }
	.data-table td.a-center { text-align:center; }
	.cart .cart-collaterals .col2-set { float:left; width:70%; }
	.account-login .col2-set .col-1, .account-login .col2-set .col-2 { width:50%; float:left; }
	.account-login .col2-set .col-2{ margin-bottom:0; }
	.account-login .col2-set .content { min-height:275px; }
	.data-table td { padding:15px; }
        .newsletterblock { float: right !important; }
        .footer-container .block-wide .brand { width: 20%; float: left; text-align: center; box-sizing: border-box; height: 75px; line-height: 75px; }
        .footer-container .block-wide .brand img { vertical-align: middle; }
}

@media only screen and (max-width:799px) {
    .nav-container { height:auto; }
    #custommenu-mobile #menu-button { text-align:center; padding:10px 5px; background: #4a4949; }
    #custommenu-mobile #menu-button a { text-transform:uppercase; color:#fff; font-weight:bold; font-size:16px; font-family:Arial; }
    #custommenu-mobile .level1 { width:100%; box-sizing:border-box; text-transform:uppercase; padding-left:10px; padding-right:10px; }
   	/*.header h1.logo{ width:252px; float:none; margin: 0 auto; margin-top: 5px;}*/
   	.header span.logo{ display:block; width:252px; float:none; margin: 0 auto; margin-top: 5px;}
	.nav-container{ width:100%;}
}

@media screen and (min-width:800px) {
	.breadcrumbs { text-align:left; overflow:hidden; }
	/* 2 Column Layout */
	.col2-left-layout .col-main { width:75.375127421%; /* 710 / 1201 */ border:0; margin:0; padding:0; }
	.col2-right-layout .col-main { width:75.375127421%; /* 710 / 1201 */ border:0; margin:0; padding:0; }
	.sidebar { width:23.547400612%; /* 231 / 1201 */ border:0; margin:0; padding:0; }
	.col2-left-layout .col-main { float:right; }
	.col2-left-layout .col-left { border-top:1px solid #dcdcdc;	}
	.col2-right-layout .col-main { float:left; }
	.col2-right-layout .col-left { border-top:1px solid #dcdcdc; }
	.category-feature { text-align:left; }
        .col3-layout .col-wrapper { border:0 none; margin:0; padding:0; width:75.3751%; float:left; }
        .col3-layout .col-left { width:29.25%; border:0; margin:0; padding:0; float:left; }
        .col3-layout .col-wrapper .col-main { border:0 none; margin:0; padding:0; width:69.5%; float:right; }
        .col3-layout .col-right { float:right; width:23.547400612%; border:0; margin:0; padding:0; }
}
@media only screen and (min-width: 800px) {
	#custommenu .parentMenu{font-size: 11px;}
}
@media only screen and (min-width: 1020px) {
	#custommenu .parentMenu{font-size: 12px;}
}
@media screen and (max-width:959px) {
	.product-view .product-left { width:100%; text-align:center; clear:both; }
	.product-view .product-shop { width:100%; clear:both; }
	div.MagicToolboxContainer { margin:0 auto; max-width:none !important; }
	div.MagicZoomPup, div.MagicZoomHint, div.MagicToolboxMessage, div.MagicZoomLoading, div.MagicZoomBigImageCont { display:none !important; }
	div.product-social-icons { /*visibility:hidden;*/ }
	div.MagicToolboxSelectorsContainer ul { text-align:center; }
	div.MagicToolboxSelectorsContainer ul li { display:inline-block; float:none !important; margin:0 4px 8px !important; }
}

@media only screen and (min-width:960px) {
	.top-cms-links { padding:0; }
	.header-topbar .lang-select { max-width: 170px; float:right; }
	.header-topbar .top-cms-links .link { float:left; padding:11px 10px 0 0; }
	.header-topbar .link { float:left; }
	.fb-link { display:block; }
	.header .search-frm { width:260px; float:left; margin:25px 10px 0 30px; }
	.header .form-search { padding:0 5px 0 12px; }
	.topLinks { width:auto; float:right; }
	.fb-link { float:left; margin:25px 0 0; }
	.product-view .product-shop { float:right; width:50%; /* 622 (originally 622) / 1201 */; }
	/* Magic Scroll / Img Box */
	.product-view .product-left { width:45%; /* 310 (originally 310) / 1201 */; float:left; }
	.product-view .product-img-box .MagicZoom { border:1px solid #dcdcdc; }
	.cart .cart-collaterals .col2-set { float:left; width:680px; }
        .home-layout .content .block { float: left; width: 32.5%; margin-right: 1.25%; }
        .home-layout .content .rightblock { margin-right: 0; }
        .home-layout .content .midblock { margin-top:47px; }
        .footerlinks .footer_block, .footerlinks .socialblock { width: 25%; float: left; clear: none; text-align: left;  }
        .footer .block .inner ul { width: 100%; float: left; }
}

@media screen and (min-width:1024px) {
    .home-layout .content .leftrightpad, .footer {
        padding: 0;
    }
}

@media only screen and (max-width:1000px) {
.hompro-cont li{ width:50%;}
.featuredv li{width:33%}
}

@media only screen and (max-width:900px) {
	.hombanleft{ width:100%; max-width:inherit;}
	.hombanright{ width:100%; margin:20px auto; float: none; max-width: 100%}
	.hombanright .topright{float: none; width: 100%; max-width: 100%}
	.topbann-right{display: none;}
	.hombanleft{float: none;}
}


@media screen and (min-width:1100px) {
	.header-topbar .top-cms-links .link { float:left; padding:11px 16px 0 0; }
}

@media only screen and (max-width:767px) {

	.hompro-cont li{ width:49%;}
	.featuredv li{ width:33%}

    table.data-table, table.data-table thead, table.data-table tbody, table.data-table th, table.data-table td, table.data-table tr { 
		display:block; 
	}
	table.data-table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}	
	table.data-table tr { 
		border: 1px solid #ccc;
	}
	table.data-table td { 
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding: 7px;
		padding-left: 50%; 
	}
	table.data-table td:before { 
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	/*table.cart-table td:nth-of-type(1):before { content:"Product Image"; }*/
	/*table.cart-table td:nth-of-type(2):before { content:"Product Name"; }*/
	table.cart-table td:nth-of-type(3):before { content:"Unit Price"; }
	table.cart-table td:nth-of-type(4):before { content:"Quantity"; }
	table.cart-table td:nth-of-type(5):before { content:"Subtotal"; }
	table.cart-table td:nth-of-type(6):before { content:"Remove Product"; }

	table#my-orders-table td:nth-of-type(1):before { content:"Order #"; }
	table#my-orders-table td:nth-of-type(2):before { content:"Date"; }
	table#my-orders-table td:nth-of-type(3):before { content:"Ship To"; }
	table#my-orders-table td:nth-of-type(4):before { content:"Order Total"; }
	table#my-orders-table td:nth-of-type(5):before { content:"Status"; }
	table#my-orders-table td:nth-of-type(6):before { content:""; }

	.sales-order-view table#my-orders-table td:nth-of-type(1):before { content:"Product Name"; }
	.sales-order-view table#my-orders-table td:nth-of-type(2):before { content:"SKU"; }
	.sales-order-view table#my-orders-table td:nth-of-type(3):before { content:"Price"; }
	.sales-order-view table#my-orders-table td:nth-of-type(4):before { content:"Quantity"; }
	.sales-order-view table#my-orders-table td:nth-of-type(5):before { content:"Subtotal"; }

	table.my-shipment-table td:nth-of-type(1):before { content:"Product Name"; }
	table.my-shipment-table td:nth-of-type(2):before { content:"SKU"; }
	table.my-shipment-table td:nth-of-type(3):before { content:"Qty Shipped"; }

	#wishlist-table td:nth-of-type(1):before { content:"Product"; }
	#wishlist-table td:nth-of-type(2):before { content:"Comment"; }
	#wishlist-table td:nth-of-type(3):before { content:"Added on"; }
	#wishlist-table td:nth-of-type(4):before { content:"Add to Cart"; }
	#wishlist-table td:nth-of-type(5):before { content:"Remove"; }
}
.undermenu-1 img{width: 75.3751% !important}
@media only screen and (max-width:480px) {
.hompro-cont li{ width:100%;}
}
.undermenu-1 img{width: 75.3751% !important}
.toprigh-sec a img{max-height: 315px; width: 48%; padding: 1%; float: left;}
.hompro-box .imgbox img{ width: 100%;}

.resting:hover{background-color: #5e0000; border-radius: 35px;}
.hompro-cont li{width: 20%;}
.browcol{height: 75px; line-height: 75px !important; text-align: center !important;}
.browcol span{display: inline-block; vertical-align: middle; line-height: normal;}
@media only screen and (max-width: 950px) {

	.hompro-cont li{width: 33%;}
	.hompro-cont li:nth-child(4){margin: auto;}
	.hompro-cont li:nth-child(5){margin: auto;}
	.hompro-cont ul {display: flex;flex-wrap: wrap;}
}
.callout-block .botbann{font-size: 21px;}
.home-layout .section { overflow: hidden; clear:both;}
.browcol, .browcol a{color: white; text-align: center;}
.topbann-left.browcol, .topright.browcol{font-size: 2em;}
div.two-lines{line-height: 15px;}
.botbann.social-media{line-height: 15px;}
.botbann a{color: white; padding: 5px;}
.social-media .social{height: 25px; width: 25px; margin: 5px; transition:	opacity 250ms ease-in-out 250ms; 	-moz-transition: opacity 250ms ease-in-out 250ms; -webkit-transition: opacity 250ms ease-in-out 250ms; -o-transition: opacity 250ms ease-in-out 250ms;}
.social img:hover{opacity: 0.6;}
.banerdv img{width: 100%; height: auto;}
.botbann{text-transform: uppercase;}
@media only screen and (max-width: 480px) {
	.hompro-cont li{width: 100%;}
	.hompro-cont li:nth-child(4){margin-left: 0}
	.hompro-cont li:nth-child(5){float:left; margin-right: 0;}
	.botbann{width: 100%}
}
.cto.three-up{ width:30%; min-height:75px; display: inline-block; color: white; text-align: center;}
.cto.three-up:nth-child(-n+2){margin-right: 4%}
@media only screen and (max-width:900px) {
	.hombanleft{ width:100%; max-width:inherit;}
	.hombanright{ width:100%; margin:20px auto; float: none;}
	.hombanright{max-width: 100%;}
	.hombanright .topright{float: none; width: 100%; max-width: 100%;}
	.topbann-right{display: inline-block; margin: 0.5%; width: 31.5%;}
	.hombanleft{float: none;}
	.hombanright{max-width: 100%;}
	.cto.three-up{width: 100%; margin: 5px 0;}
	.cto.three-up a img{width: 296px; margin: 0 auto;}
	.topbann-right, .topbann-right .offerText{height: auto !important;}
	.toprigh-sec{min-height: 0; margin-bottom: 0;}
}
@media only screen and (max-width: 545px){
	.applink{width: 50px;}
}
@media only screen and (max-width: 500px){
	.callout-block{display: none;}
	.featuredv li{width: 50%;}
	.header-topbar .search-frm{width: 115px;}
	.form-search .input-text{width: 73px;}
}
@media only screen and (max-width: 612px){
	.app-msg{display: none;}
}
.topbann-right .offerText{width: 294px; text-align: center; color: white; font-size: 20px; height: 170px; line-height: 170px;}
.topbann-right .offerText span{display: inline-block; vertical-align: middle; line-height: normal;}
@media only screen and (max-width:900px) {
	.topbann-right .offerText{width: 100%}
}
@media only screen and (max-width: 480px) {
	.topbann-right{width: 99%; float: none; height: 100% !important;}
}
.topbann-right a img{width: 100%; padding: 0;}
@media only screen and (max-width:600px) {
	.header-topbar .lang-select { width:auto; /*width:270px;*/ float:right; }
	.cartdv{ margin-left:10px;}
}
.cartdv .cart-box{min-width: 60px;}
.cartgo{color: white; font-size: 15px; line-height: 35px; margin-left: 5px;}
.footerlinks .location{float: right;}
.us-shipping h1{font-weight: bold; border-bottom: 1px dotted #eee;}
.us-shipping h2{font-size: 18px; font-weight: bold; margin-left: 0.5em; text-transform: none; border-bottom: none;}
.us-shipping h3{margin-left: 1em;}
.us-shipping p{margin-left: 1.5em;}
.main p a{text-decoration: underline;}
.featuredv .bx-controls{display: none; visibility: hidden}
p.indent{margin-left: 2.5em;}
p.dbl-indent{margin-left: 5.0em;}
.complete-guide p{font-size: 1.2em;}
.instruction-img{float: left; width: 420px; min-height: 425px;}
.intruction-img p{margin: 5px;}
div.img-box{width: 100%;}
.section.message-block{clear: both}
h1#homepage-slider {
	padding: 5px 0;
	text-align: center;
	font-size: 12px;
	color: #000;
	line-height: 1.25;
	/*font-size: 18px;*/
	font-weight: bold;
	text-transform: uppercase;
}
#co-payment-form-update .validation-advice {
	display: block;
	margin-left: 0;
}


.reviewtitle {font-size:16px;
margin-bottom:10px;text-transform: capitalize;}
div[itemprop="reviewBody"] { 
   color: #555;
   font-size:14px;
} 

.reviewdate {font-size:10px;
color:#555;
margin-bottom:10px;
border-bottom: 1px solid #333;}

@media screen and (max-width: 500px){
	.product-img-box{margin:0 12%;}
}

/**
 * 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@magento.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.magento.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://www.truecorset.com/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://www.truecorset.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://www.truecorset.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://www.truecorset.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://www.truecorset.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://www.truecorset.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://www.truecorset.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://www.truecorset.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://www.truecorset.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

/* What is Afterpay modal */
#afterpay-what-is-modal  img.afterpay-modal-image {
    display: block;
}
#afterpay-what-is-modal  img.afterpay-modal-image-mobile{
    display: none;
}

@media only screen
and (max-width : 480px) {
    #afterpay-what-is-modal  img.afterpay-modal-image-mobile {
        display: block;
    }
    #afterpay-what-is-modal  img.afterpay-modal-image{
        display: none;
    }
}

/* Afterpay info in checkout */
#what-is-afterpay-trigger {
    margin-top: 0;
    margin-left: 0;
    float: none;
}

#afterpay-logo {
    height: 18px;
    float: none;
}

#dt_method_afterpaypayovertime span {
    margin-left: 10px;
}

#payment_form_afterpaypayovertime.form-list {
    padding-left: 0;
}

#payment_form_afterpaypayovertime .form-alt {
    display: inline-block; /* shrink-wrap the form, to make the footer align nicely */
    width: 100%;
}

#payment_form_afterpaypayovertime .total-due p {
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #A1A4A6;
    margin: 0 5px 0 0;
    text-transform: uppercase;
    float: left;
    height: 35px;
    line-height: 38px;
}

#payment_form_afterpaypayovertime .total-due span {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 30px;
    height: 35px;
    line-height: 35px;
    color: #000000;
}

#payment_form_afterpaypayovertime .instalments {
    margin-bottom: 10px;
    position: relative;
}

#payment_form_afterpaypayovertime .instalments .header-text {
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: 9px;
    color: #A1A4A6;
    margin: 10px 0;
    text-transform: uppercase;
    line-height: 20px;
    text-align: center;
    padding: 0 10px;
}

#payment_form_afterpaypayovertime .instalments .cost,
#payment_form_afterpaypayovertime .instalments .icon,
#payment_form_afterpaypayovertime .instalments .instalment {
    display: block;
    position: relative;
}

#payment_form_afterpaypayovertime .instalments ul:after {
    display: table;
    clear: both;
    content: ' ';
}

#payment_form_afterpaypayovertime .instalments li {
    width: 50%;
    float: left;
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
}

#payment_form_afterpaypayovertime .instalments .cost {
    font-size: 14px;
    color: #379dd6;
}

#payment_form_afterpaypayovertime .instalments .icon img {
    width: 12px;
    display: inline;
    position: relative;
    z-index: 1;
}

#payment_form_afterpaypayovertime .instalments .instalment {
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #A1A4A6;
    margin-bottom: 10px;
}

#payment_form_afterpaypayovertime .instalment-footer {
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #636363;
    text-align: center;
}

#payment_form_afterpaypayovertime .instalment-footer a {
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #A1A4A6;
    text-decoration: underline;
}

@media (min-width: 560px) {

    .checkout-onepage-index #payment_form_afterpaypayovertime .instalments .header-text {
        font-size: 12px;
    }

    .checkout-onepage-index #payment_form_afterpaypayovertime .instalments .cost {
        font-size: 25px;
    }
}

/* By default, only show the callout text on the default checkout */
#afterpay-callout {
    display: none;
}

.checkout-onepage-index #afterpay-callout {
    display: block;
    margin-left: 0;
}

/* AW_Onestepcheckout support */
#aw-onestepcheckout-payment-method #payment_form_afterpaypayovertime .instalments .header-text {
    height: auto;
    line-height: 1.5;
}

/* IWD_Opc support */
.opc-index-index #dt_method_afterpaypayovertime img {
    height: auto;
    display: inline-block;
    margin: 7px auto 0;
}

.opc-index-index #dt_method_afterpaypayovertime label a {
    display: none;
}

.opc-index-index #payment_form_afterpaypayovertime .form-alt {
    font-style: normal;
}

.opc-index-index #payment_form_afterpaypayovertime .instalments .header-text {
    height: auto;
    line-height: 1.5;
}

.opc-index-index #payment_form_afterpaypayovertime .instalments .cost li {
    color: #379dd6;
    padding: 0 10px;
    font-size: 20px;
}

.opc-index-index #payment_form_afterpaypayovertime .instalments .cost li:first-child {
    padding-left: 0;
}

.opc-index-index #payment_form_afterpaypayovertime .instalment-footer p {
    color: #636363;
    font-size: 11px;
}

.opc-index-index #payment_form_afterpaypayovertime .instalments .instalment li {
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #A1A4A6;
}

.opc-index-index #payment_form_afterpaypayovertime .instalments li {
    padding: 0 20px;
}

/* GoMage Lightcheckout support */
#gcheckout-payment-methods-available #payment_form_afterpaypayovertime .instalments .header-text {
    height: auto;
    line-height: 1.55;
    margin-top: 10px;
}

/* Onetouch on cart page */
.method-afterpay_onetouch h3 {
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #379dd6;
    font-size: 15px;
    margin-bottom: 5px;
    text-transform: none;
}

.method-afterpay_onetouch p {
    font-size: 12px;
    padding: 0;
}

.method-afterpay_onetouch .button {
    margin-top: 10px;
    padding: 7px 30px 7px 30px;
    border: 1px solid #0a0a0c;
    background: #43A0D5;
    display: inline-block;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}

.method-afterpay_onetouch .button img {
    display:block;
    width: 90px;
    height: 18px;
    /*filter: invert(80%);*/
}

.method-afterpay_onetouch .button:hover,
.method-afterpay_onetouch .button:active,
.method-afterpay_onetouch .button:focus {
    background: #3785b1;
    box-shadow: rgb(119, 119, 119) 1px 1px 8px;
}

.method-afterpay_onetouch .button:hover img,
.method-afterpay_onetouch .button:active img,
.method-afterpay_onetouch .button:focus img {
    filter: invert(0);
}

#payment_form_afterpaypayovertime li {
    float:none
}

/* Hide the doubled Afterpay Assets */
.product-view .afterpay-installments-amount {
    display:none;
}
.product-view .afterpay-installments-amount:last-of-type {
    display:inline;
}
#test112211223{
overflow:hidden;
}

#confirmOverlay{
  width:100%;
  height:100%;
  position:fixed;
  top:0;
  left:0;
  background:url('https://www.truecorset.com/skin/frontend/base/default/css/amasty/amcart/ie.png');
  background: -moz-linear-gradient(rgba(11,11,11,0.1), rgba(11,11,11,0.6)) repeat-x rgba(11,11,11,0.2);
  background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11,11,11,0.1)), to(rgba(11,11,11,0.6))) repeat-x rgba(11,11,11,0.2);
  z-index: 99999;
}

#confirmOverlay *{
box-sizing: content-box !important;
}

#confirmOverlay img{
display: inline !important;
}

.top-cart #am_minicart_container  .block-content {
    background: none;
    position: relative;
    right: 0;
    top: 0px;
    width: auto;
}


#am-block-related{
overflow: hidden;
}

#confirmBox{
/*  background-image: url(https://www.truecorset.com/skin/frontend/base/default/css/amasty/amcart/main-texture.png);*/
background-color:#fff !important;
    width: 100%;
  max-width: 460px !important;
    min-width: 320px;
  position:fixed;
  text-align: center;
  margin:-130px 0 0 -230px;
    z-index: 100;
  -moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
  -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
  border-radius:5px;
  overflow:hidden;
}

#hideDiv{
    width:100%;
    height:100%;
    z-index: 10;    
}


#confirmBox p{
  font:26px/1 'Cuprum','Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  /*background:url('https://www.truecorset.com/skin/frontend/base/default/css/amasty/amcart/header_bg.jpg') repeat-x left bottom #f5f5f5;*/
  padding: 18px 5px;
    margin: 0;
  /*text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);*/
  color:#666;
}

#confirmBox h1{
  font:21px/1 'Cuprum','Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  letter-spacing:0.3px;
  color:#fff;
  /*  background-image: url(https://www.truecorset.com/skin/frontend/base/default/css/amasty/amcart/main-texture.png);*/
    background-color: #323232 !important;
    text-transform: uppercase;
  padding: 18px 5px;
}

.kinnairdirland  #confirmBox h1 {
    background-color: #fff6da !important;
    color: #222222;
}

#confirmBox p {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #000;
  font-size: 13px;
  line-height: 1.4;
  padding-top: 5px;
}

#amcart-count{
    font: 26px/1 'Cuprum','Lucida Sans Unicode','Lucida Grande',sans-serif;
    color: #666666;
    background:none;
    font-size:16px;
    line-height:1.4;
    padding-top: 5px;
}

#am-input{
    width:25px;
    height: 30px;
    text-align:center;
    font: 15px 'Cuprum','Lucida Sans Unicode','Lucida Grande',sans-serif;
}

#am-input:focus{
    border-color: #ffff99;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}

.focus{
    border-color: #ffff99;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}


#confirmButtons{
  padding:30px 0 15px;
  text-align:center;
    clear: both;
}

.kinnairdirland #confirmButtons button.am-btn-right{background-color: #eeeeee !important;}
.kinnairdirland #confirmButtons button.am-btn-right span {color: #222222;}

#confirmButtons button {
  background-color: #000000 !important;
  background-image: none !important;
  border: medium none !important;
  border-radius: 0;
  color: white;
  cursor: pointer;
  display: inline-block;
  font: 11px/33px "Cuprum","Lucida Sans Unicode","Lucida Grande",sans-serif;
  height: 33px;
  margin-right: 5px;
  overflow: hidden;
  padding: 0 30px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 133px;
}

.kinnairdirland #confirmButtons button {
    background-color: #4cb1f1 !important;
}

.amcart-options form{
    text-align: left;
/*    font:16px/1 'Cuprum','Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);*/
    color:#666;
}

.amcart-options form dd{
    border-bottom: 1px solid white;
    margin: 0 0 5px 0px;
    padding: 5px 0 10px 0;
}

.amcart-options form dd input {
    padding: 6px 0 4px 0px;
    border: 1px solid #cecece;
    background: #F6F6f6;
}

.amcart-options form dd select {
    border: 1px solid #cecece;
    background: #F6F6f6;
  width:97%;
  height:23px;
  margin-bottom:15px;
}

.amcart-options form dd textarea {
    /* = Убираем скролл */
    overflow: auto;
 
    /* = Убираем увеличение */
    resize: none;
    width: 300px;
    height: 50px;
 
    /* = Добавим фон, рамку, отступ*/
    background: #f6f6f6;
    border: 1px solid #cecece;
    border-radius: 8px 0 0 0;
    padding: 8px 0 8px 10px;
}

#messageBox{
      padding: 5px 21px 5px 21px;
}

#messageBox dt label {
  border-bottom: 1px solid #e1e1e1;
  color: #000;
  display: block;
  float: right;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 15px 0;
  width: 100%;
}

#messageBox div.input-box {
  float: left;
/*  width: 250px;*/
width:100%;
}

#messageBox div.price-box {
    margin-bottom: 0px;
    margin-top:0px;
    margin-left:0px;
  float:left;
}


#messageBox .input-text.qty {
  background-image: url("https://www.truecorset.com/skin/frontend/base/default/css/amasty/images/form-input.jpg");
  background-repeat: repeat-x;
  margin-left: 10px;
  padding:6px 0;
  text-align: center;
  width: 150px !important;
}

#messageBox .options-list > li {
  color: #000;
  font-size: 12px;
  padding-bottom: 12px;
}

#messageBox .options-list > li label{line-height:20px;} 


#messageBox  .regular-price .price {
  color: #000000;
  font-size: 16px;
  font-weight: normal;
}

#messageBox div.price-box p {
    margin: 0px;
    padding: 0px;
}

#messageBox .required em {
    color: red;
    margin-right: 3px;
}

#amimg_container
{
    position: absolute;
    top: 340px;
    left: 50%;
    z-index: 9999;
}

#amprogress{
    height:100%;
    width:100%;
    position:fixed;
    top:0;
    left:0;
    background:url('https://www.truecorset.com/skin/frontend/base/default/css/amasty/amcart/ie.png');
    background: -moz-linear-gradient(rgba(11,11,11,0.1), rgba(11,11,11,0.6)) repeat-x rgba(11,11,11,0.2);
    background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11,11,11,0.1)), to(rgba(11,11,11,0.6))) repeat-x rgba(11,11,11,0.2);
    z-index:100000;
 }
 
#messageBox .product {
    margin-left: 0px;
    padding-top: 5px;;
}

#messageBox td .price-box p{
   font-size:13px;
}

#messageBox td {
   text-align: center;
   width:133px;
   padding:0 3px 5px 3px;
}


#am-block-related table{
    table-layout: fixed;
    width: 398px;
    word-wrap: break-word;
}
 
 div.product-details{
    position:relative;
    bottom: 3px;
}

#messageBox .block-related p{
    padding:5px 0 5px 0;
    margin:0;
    
}
#messageBox p.block-related-p{
    border-bottom: 1px solid #C4C1BC; 
}

#am-qty-input{
    margin:5px;
}

#am-qty{
    margin:5px;
}

#am-qty-button-up{
    border: black 1px;
}

#am-qty-button-down{
   border: black 1px;
}

#am-qty-button-update{
    position:relative;
    top:30px;
    left:-15px;
}

#am_minicart_container{
   background: url("https://www.truecorset.com/skin/frontend/base/default/css/amasty/amcart/header_bg.jpg") repeat-x scroll left bottom #F5F5F5;
    border-radius: 2px 2px 2px 2px;
    color: #555555;
    padding: 8px;
    position: absolute;
    text-align: left;
    right: 0;
    width: 234px;
    z-index: 3000;
    overflow: hidden; 
   /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,0 0 8px rgba(82, 168, 236, 0.6);*/
   -webkit-box-shadow: 1px 1px 1px #D3D3D3; 
   -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#D3D3D3,direction=125,strength=1)";
   box-shadow: 1px 1px 1px #D3D3D3;
}

#am_minicart_container li{
   width: 220px;
   padding: 5px;
   background: none;
}

#am_minicart_container button.button span{
   background-color: rgb(117, 178, 211);
   border: none;
   border-radius: 2px 2px 2px 2px;
}

#am_minicart_container button.button{
    margin: 5px;  
}
 

#am_minicart_container button.button:hover span{
   background-color: rgb(120, 189, 218);
}

#am_minicart_container li:hover{
    background-color: white;
}

#am_minicart_container a.btn-remove, a.btn-edit {
    float: right;
    margin: 1px 0 2px 5px;
}

@media screen and (max-width: 565px) {
    #confirmBox button:last-child{
        margin-right: 15px;
        margin-top: 5px;
    }
}



@media (max-width:767px){#confirmBox{top:50% !important}}

@media (max-width:479px){
#confirmBox {
  background-color: #fff !important;
  border-radius: 5px;
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
  left: 50% !important;
  margin: 0 auto 0 -149px !important;
  max-width: 300px !important;
  min-width: 300px;
  overflow: hidden;
  position: fixed;
  text-align: center;
  top: 20% !important;
  width: 100%;
  z-index: 100;
}


#confirmButtons button {

  height: 33px;
  margin-right: 0 !important;
  overflow: hidden;
  padding: 0 30px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 200px;
}
#messageBox div.price-box {
  float: left;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 15px;
}

}

.fixedbody{overflow:hidden;}
@CHARSET "UTF-8";
/**
* @author Amasty Team
* @copyright Copyright (c) 2010-2013 Amasty (http://www.amasty.com)
*/

/* amfaq-search */

.amfaq-search.block-subscribe .block-title strong
{

}

/* product view */

#product-faq .ask.button
{
    float: right;
}

#product-faq .title
{
    padding: 7px 0;
}

#product-faq .title span
{
    border-bottom: 1px dashed #666;
    cursor: pointer;
}

#product-faq .title span:hover
{
    color: #666;
}

#product-faq .title:before
{
    content: '+';
    font-weight: normal;
    font-size: 18px;
    display: inline-block;
    width: 20px;
    top: 2px;
    position: relative;
}

#product-faq .title.expanded:before
{
    content: '–';
}

#product-faq dl dd
{
    margin-top: 10px;
}

.product-collateral .box-amfaq
{
    margin: 25px 0 0;
    overflow-wrap: break-word;
    word-break: break-word;
}

#amfaq-ask-form-inline li
{
    list-style: none;
}

.amfaq-page {
    font-family: 'Droid Sans', 'Open Sans', Tahoma, Verdana, arial, helvetica, sans-serif;
    overflow-wrap: break-word;
    word-break: break-word;
}
.amfaq-page button::-moz-focus-inner {
    border: 0;
}
.amfaq-page h1
{
    font-size: 24px;
    font-weight: bold;
}
.amfaq-page h2{
    display: inline-block;
    margin-top: 24px;
}
.amfaq-page.amfaq-topic-page h1 {
    margin: 24px 0 15px;
}
.amfaq-page.amfaq-topic-page .amfaq-questions-group {
    margin: 14px 0;
}
.amfaq-page h4 {
    margin: 0 0 14px;
    font-size: 16px;
}
.amfaq-page input[type=text],
.amfaq-page textarea {
    border: 1px solid #bfbfbf;
    border-radius: 2px;
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1);
    padding-left: 9px;
    font-size: 14px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.amfaq-page li
{
    list-style: disc;
}

.amfaq-page ul,
.amfaq-page ol
{
    padding-left: 40px;
    padding-bottom: 12px;
}

.amfaq-page .amfaq-question-form ul
{
    padding: 0;
}

.amfaq-page .amfaq-info {
    margin: 14px 0;
}
.amfaq-page .amfaq-tags {
    padding: 0 0 20px 24px;
    margin-left: 14px;
    font-size: 14px;
}
.amfaq-page .amfaq-tags.main-tags {
    font-size: 16px;
}
.amfaq-page .amfaq-tags a {
    color: #7e7e7e;
    border-bottom: 1px dotted;
}
.amfaq-page .amfaq-tags a:hover {
    color: #ce730d;
}
.amfaq-page .amfaq-tags.right {
    max-width: 350px;
    float: right;
    margin-top: 30px;
}
.amfaq-page .amfaq-search label {
    display: block;
    padding-bottom: 12px;
}
.amfaq-page .amfaq-search button {
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.amfaq-page .amfaq-search button:hover {
    background-position: 0px -44px;
}
.amfaq-page .amfaq-search button:active {
    background-position: 0px -88px;
}
.amfaq-page .amfaq-search input[type=text] {
    width: 60%;
}
.amfaq-page .amfaq-questions .question {
    padding: 7px 7px 7px 36px;
    margin-bottom: 12px;
    position: relative;
}
.amfaq-page .amfaq-questions .question .title {
    display: block;
}
.amfaq-page .amfaq-questions .question .title:before {
    position: absolute;
    top: 6px;
    left: 14px;
    content: '▶';
}
.amfaq-page .amfaq-questions .question.expanded .title:before {
    content: '▼';
}
.amfaq-page .amfaq-questions .question .author {
    font-size: 14px;
    margin: 7px 0;
}
.amfaq-page .amfaq-questions .question .read-full {
    text-decoration: underline;
    font-size: 14px;
    display: inline-block;
    padding: 7px 18px 7px 0;
}
.amfaq-page .amfaq-questions .question .read-full:hover {
    text-decoration: none;
}
.amfaq-page .amfaq-questions .question:last-child {
    margin-bottom: 20px;
}
.amfaq-page .amfaq-questions-group:last-child {
    border-bottom: none;
    margin-bottom: 32px;
}
.amfaq-page .amfaq-button {
    border: 0;
    text-decoration: none;
    margin-left: 2em;
}
.amfaq-page .amfaq-button.back {
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.amfaq-page .amfaq-button.back:hover {
    background-position: 0px -44px;
}
.amfaq-page .amfaq-button.back:active {
    background-position: 0px -88px;
}
.amfaq-page .amfaq-button.back i {
    width: 16px;
    height: 13px;
    display: inline-block;
    margin-right: 7px;
}
.amfaq-page .amfaq-button.ask {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    margin-left: 24px;
}
.amfaq-page .amfaq-button.ask:hover {
    background-position: 0px -44px;
}
.amfaq-page .amfaq-button.ask:active {
    background-position: 0px -88px;
}
.amfaq-page .amfaq-button.ask i:before {
    font-style: normal;
    content: '▶';
    margin-right: 7px;
}
.amfaq-page .amfaq-button.ask.expanded i:before {
    content: '▼';
}
.amfaq-page .amfaq-buttons {
    padding-top: 10px;
    border-top: 1px solid #ededed;
    clear: both;
}
.amfaq-page .amfaq-question-form {
    position: relative;
    padding-top: 35px;
    width: 100%;
    height: 398px;
}
.amfaq-page .amfaq-question-form .field {
    margin-right: 12px;
    width: auto;
}
.amfaq-page .amfaq-question-form .field input[type=text] {
    width: 339px;
}
.amfaq-page .amfaq-question-form .wide textarea {
    width: 690px;
    height: 117px;
    font-size: 16px;
}
.amfaq-page .amfaq-question-form input[type=submit] {
    position: absolute;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.amfaq-page.amfaq-question-page .amfaq-question-block {
    width: 724px;
}
.amfaq-page.amfaq-question-page .amfaq-question-block h1 {
    font-weight: normal;
    font-size: 18px;
}
.amfaq-page.amfaq-question-page .amfaq-question-block .author {
    font-size: 14px;
}
.amfaq-page.amfaq-question-page .amfaq-question-block:before {
    display: block;
    content: ' ';
    width: 724px;
    height: 42px;
}
.amfaq-page.amfaq-question-page .amfaq-question-block:after {
    display: block;
    content: ' ';
    width: 724px;
    height: 16px;
}
.amfaq-page.amfaq-question-page .topics {
    max-width: 350px;
    margin: 12px 0;
}
.amfaq-page.amfaq-question-page .topics span {
    white-space: nowrap;
    font-size: 14px;
}
.amfaq-page.amfaq-question-page .amfaq-tags {
    float: right;
    max-width: 350px;
}
.amfaq-page .amfaq-search-results {
    padding-top: 18px;
}
.amfaq-page .show-more {
    text-decoration: underline;
    font-size: 14px;
    display: inline-block;
    color: black;
    padding: 12px 18px 12px 36px;
    font-weight: bold;
}
.amfaq-page .show-more:hover {
    text-decoration: none;
}

.amfaq-page .show-more.preloader {
    background: url(https://www.truecorset.com/skin/frontend/base/default/css/amasty/amfaq/images/preloader.gif) no-repeat;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    font-size: 0;
    display: block;
}

.amfaq-ratings
{
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #aaa;
    padding: 7px 7px 7px 7px;
    display: table;
    margin: 8px 0 18px;
}

.amfaq-ratings .rate-this
{
    display: inline-block;
    font-size: 16px;
    margin: 0 0 0 0;
}

.amfaq-ratings .rating-box
{
    cursor: pointer;
}

.amfaq-ratings .rating-box,
.amfaq-ratings .rating-links,
.amfaq-ratings .rating-yesno
{
    display: inline-block;
    float: none;
}

.amfaq-ratings .ratings
{
    margin: 0;
}

.amfaq-ratings .ratings .rating-box
.amfaq-ratings .ratings .rating-yesno
{
    margin: 0 12px 0 12px;
}

.amfaq-social a
{
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 1px;
    border-radius: 3px;

    opacity: .5;
}

.amfaq-social
{
    float: right;
    margin-top: 8px;
}

.amfaq-social a:hover
{
    opacity: 1;
}

.amfaq-social a:active
{
    opacity: 1;
    box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.5);
}

.amfaq-social .tw {background-position: -20px 0;}
.amfaq-social .gp {background-position: -40px 0;}
.amfaq-social .in {background-position: -60px 0;}

.amfaq-page .column
{
    padding: 12px 7px;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.amfaq-page .column:first-child
{
    padding-left: 0;
}

.amfaq-page .column:last-child
{
    padding-right: 0;
}

.attachments
{
    margin: 10px 0;
}

.amfaq-ratings .ratings .rating-links.info
{
    float: none;
    margin: 0 12px 0 12px;
}

.amfaq-ask-link
{
    margin-left: 15px;
}

.amfaq-no-questions
{
    margin-bottom: 20px;
}
.box-collateral.box-amfaq h2 {
    display: none;
}
.amfaq-questions.collapse {
    display: block;
}
.rating_container {
    clear:both;
}

.rating_container a {
    float:left;
    display:block;
    width:25px;
    height:25px;
    border:0;
    background-image:url("https://www.truecorset.com/skin/frontend/base/default/css/amasty/amfaq/images/rating.png");
}

.rating_container a.rating_off {
    background-position:0 0px;
}

.rating_container a.rating_half {
    background-position:0 -25px;
}

.rating_container a.rating_on {
    background-position:0 -50px;
}

.rating_container a.rating_selected {
    /*background-position:0 -75px;*/
}

.rating_container .selected
{
    display: none;
}

.rating_container a.rating_selected .selected
{
    background: url("https://www.truecorset.com/skin/frontend/base/default/css/amasty/amfaq/images/rating.png") 0 -75px;
    display:block;
    width:25px;
    height:25px;
    border:0;
    cursor: pointer;
}

.amfaq-rating
{
    float: right;
    margin: 0 0 12px 12px;
}

.rating-box,
.rating-yesno
{
    margin-left: 10px;
}

.disabled
{
    pointer-events: none;
    cursor: default;
    font-weight: bold;
}
@CHARSET "UTF-8";

.ec-gtm-cookie-directive 
{ 
	position: fixed; 
	bottom:20px; 
	left: 0; 
	right: 0; 
	text-align: center; 
	z-index:9999; 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	
}

.ec-gtm-cookie-directive > div 
{ 
	display: inline-block; 
	text-align: left;  
	background:#fff;
	padding:20px; 
	color:#000; 
	max-width:400px;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.19);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.19);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.19);
}

.ec-gtm-cookie-directive > div > div { float:left; }
.ec-gtm-cookie-directive > div > div > div:before,
.ec-gtm-cookie-directive > div > div > div:after { content: " ";display: table; }
.ec-gtm-cookie-directive > div > div > div:after { clear: both; }
.ec-gtm-cookie-directive > div > div > div p { display:block; padding:5px; margin:0px; }
.ec-gtm-cookie-directive > div > div > div a { cursor:pointer; color:#8e8e8e; }
.ec-gtm-cookie-directive > div > div > div a.action { display:block; text-align:left; padding:5px; float:left; }
.ec-gtm-cookie-directive > div > div > div a.action.accept { color:#8bc53f; font-weight:bold; }
.ec-gtm-cookie-directive > div > div > div a.action.refuse {  }
#magestore-bannerslider-popup{
	padding: 2px;
    position: fixed;
    z-index: 19990;
	background: #fff;
	border: 2px;
}
#magestore-bannerslider-popup-close{
	cursor: pointer;
    height: 22px;
	width:22px;
    position: absolute;
    right: 0px;
    top: -25px;   
    z-index: 19999;
	background:url(https://www.truecorset.com/skin/frontend/truecorset/default/css/magestore/bannerslider/image/close-tiny.png) no-repeat center;
}
#bg_fade {
    background-color: #000000;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 1000;
	opacity: 0.7;
}
/*
 Cloud Zoom CSS. (c)2012-2013 Star Plugins.
*/

/* CSS for lens */
.cloudzoom-lens {
    border:5px solid #888;
    width:100px;
    height:100px;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
    cursor:crosshair;
    z-index: 10;
}
/* CSS for zoom window. */
.cloudzoom-zoom {
    border:1px solid #888;
    width:500px;
    height:200px;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
}
/* CSS for zoom window in 'inside' mode. */
.cloudzoom-zoom-inside {
    border:none;
    box-shadow:none;
}

/* CSS for captions */
.cloudzoom-caption {
    display:none;   /* CSS captions should be hidden initially */
    text-align: left;
    background-color:#000;
    color:#fff;
    font-weight:bold;
    padding:10px;
    font-family: sans-serif;
    font-size:11px;
}

/* A blank image */
.cloudzoom-blank {
    background-image:url(https://www.truecorset.com/skin/frontend/base/default/css/starplugins/blank.png);
}

/* The animated ajax loading image */
.cloudzoom-ajax-loader {
    background-image:url(https://www.truecorset.com/skin/frontend/base/default/css/starplugins/ajax-loader.gif);
    width:32px;
    height:32px;
}
#custommenu {
    position: relative;
    font-size: 13px;
    margin: 0 auto;
    padding: 0 16px;
    max-width: 950px;
    z-index: 999;
}
div.block1 {
}
div.menu {
    float: left;
    padding: 14px 14px 14px 14px !important;
}
div.menu.act {
}
div.menu.active {
    background-color:#efefef;
    box-shadow: 0px 6px 0px 0px #efefef, 0px 6px 0px 0px #efefef, 2px 0 8px -2px #888, -2px 0 8px -2px #888;
    border-radius: 0;
    height: 15px;
    position: relative;
    z-index: 10000;
}
div.wp-custom-menu-join {
    position:absolute;
    width:107px;
    height:5px;
    background-color:#efefef;
    margin:-4px 0px 0px 0px;
}
div.wp-custom-menu-popup {
    position:absolute;
    z-index:3000;
    display: none;
    background-color:#ddd;
    text-align:left;
    margin-top:0px;
    border-radius:0;
    box-shadow: 0px 2px 8px #888;
}
.wp-custom-menu-popup a {
	color:#333;
}
div.wp-custom-menu-popup {
    
}
div.menu a, div.wp-custom-menu-popup a {
    text-decoration: none;
    display:block;
}
div.wp-custom-menu-popup a.actParent {
    color: #4D4D4D;
}
div.wp-custom-menu-popup a.act {
    color: #A52A2A;
}
div.column-wrapper {
	float:left;
	width:;
	background-color:#efefef;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 15px;
	border-top:1px dotted #aaa;
	overflow: hidden;
}
div.column {
    float:left;
    /*width:150px; /* column width */
    border-right:1px dotted #aaa;
    margin:0px 15px 0px 0px;
    padding:15px 0px 0px 0px;
}
div.last {
	border-right:0px;
	margin:0px;
}
div.itemSubMenu {
    margin:5px 0px 0px 0px;
    line-height:;
    font-size:12px;
    font-weight:normal;
	letter-spacing:-1px;
}
.clearBoth {
    clear:both;
}
.block2 {
	padding:25px;
	border-top:1px dotted #888;
	height: ;
}

/*Custom popup styling*/
div.item-outer {
	float:left;
	clear:left;
	padding:0px 0px 15px 0px;
	font-size:14px;
	font-weight:bold;
	letter-spacing:0px;
}
div.item-wrapper {
	float:left;
	margin:0px 0px 0px 0px;
}
div.item-icon {
	float:left;
	width:60px;
	height:70px;
	border:1px dotted #aaa;
	overflow:hidden;
}
div.itemMenu {
	float:left;
	margin: 0px 0px 0px 0px;
}
div.item-parentname {
	font-size:14px;
	font-weight:bold;
}
div.itemNameTextisTop {
	border-bottom:1px dotted #aaa;
	width:160px;
	padding:3px 0px 4px 8px;
	margin:0px 0px 2px 0px;
	font-size: 12px;
	font-weight:normal;
	color: #111;
}
div.itemNameText {
	padding:5px 0px 0px 10px;
	font-size: 10px;
	letter-spacing: 0px;
	color: #888;
}
.menu-mobile div.column {
    float:none;
    padding:5px;
    background: #fff;
}
.menu-mobile a.itemMenuName {
    display: block;
    text-align: left;
}
.menu-mobile div.menu-button, .menu-mobile div.menu-mobile {
    float: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    border-bottom: 1px solid #fff;
}
.menu-mobile div.column {
    float: none;
    width: 100%;
    padding: 0px 0;
    margin: 0px 0px 0px 0px;
}
.menu-mobile a.level1:link, .menu-mobile a.level1:visited {
    margin-top: 0px;
    margin-bottom: 0;
    padding: 10px 10px;
    border-radius: 0;
    color: #000;
}
.menu-mobile a.level2:link, .menu-mobile a.level2:visited {
    padding: 10px 10px;
    border-radius: 0;
}
.menu-mobile a.level1:link, .menu-mobile a.level1:visited {
    color: #555;
}
.menu-mobile a.level1:hover {
    background-color: #f1f1f1;
}
.menu-mobile .parent {
    background-color: #fff;
}
/*buttons level 01*/
.menu-mobile .parentMenu {
    padding: 0px 0px;
    display: block;
    text-align: left;
    border-bottom: 1px solid #dadada;
}
.menu-mobile .parentMenu a:link, .menu-mobile .parentMenu a:visited {
    padding: 10px 0px 10px 10px;
    margin-right: 80px;
    color: #000;
    display: block;
}
.menu-mobile .parentMenu:hover {
    cursor: pointer;
}
.parentMenu {
    position: relative;
}
.parentMenu a {
    display: block;
}
#menu-button {
    cursor: pointer;
}
.menu-mobile div.level2 {
    margin-bottom: 0;
}
#custommenu-mobile .button {
    cursor: pointer;
    position: absolute;
    right: 1%;
    top: 0px;
    display: block;
    width: 80px;
    height: 38px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJxJREFUeNpi/P//PwM66O3tBVF1UNwEwsXFxRjqmBhwg3wgZobSWAE+zcxoNEmaCQKKNDP29PTgkvsAxPxA/BGIBXDZ3A7Ef4D4Pxrmh6rhxyL3E4gbQZqL8AUKDsAG0gfS3AfEf0nU/AuIJ4I0VwIxC8j/aPgjVOFHLHLsQFzDiCeFoQQYqSmMtvGMT/NfNJokzQug9HRcCgACDAC34CnSSWx3zwAAAABJRU5ErkJggg==);
}
#custommenu-mobile .button.open {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE5JREFUeNpi/P//PwO5gImBAjBENbP09vZSZHM7EP8B4v8k4J9A3AjSXATEzCRaygbSB9LcB8R/SdT8C4gnsgCJSigmGTCOpjDSAECAAQBI6RqpQRaDFgAAAABJRU5ErkJggg==);
}
#custommenu-mobile .level1 .button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIxJREFUeNpi/P//PwO5gAWbYG9vL4ZYcXExhhgTAwUAn+YJQAzyUxcuBYwwP2Nx6k8gZgPid0AsjM0L+Gxmg9LMxDob5lTkKOBHEuvCpzmZQBgl4NNcD8SvcWgEiTfhi+c+KGZAcvpHIBbAG9pYEglKaJOaSCqB+BrUK8QnTyxeYCDa2dRIngQBQIABAGG6KfxEmzSnAAAAAElFTkSuQmCC);
}
#custommenu-mobile .level1 .button.open {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE1JREFUeNpi/P//PwO5gImBAjBwmllgjN7eXqI1FRcXU9/ZE4D4Px7chU9zMgHLEvBprgfi1zg0gsSbsAYYFPRBMVGAcQSmMIo0AwQYAIYUFeQ3G04OAAAAAElFTkSuQmCC);
}
/*BG*/
#custommenu-mobile  .parentMenu:hover a:link, #custommenu-mobile  .parentMenu:hover a:visited, #custommenu-mobile  .parentMenu:hover {
    background-color: #fff;
}
#custommenu-mobile .level0 {
    background-color: #f1f1f1;
}
#custommenu-mobile .level1 {
    background-color: #e4e4e4;
}
#custommenu-mobile .level2 {
    background-color: #f1f1f1;
}
div.itemNameTextisTop {
    border-bottom: 1px dotted #aaa;
    color: #111;
    font-size: 12px;
    font-weight: normal;
    margin: 0 0 2px;
    padding: 4px 8px;
    width: 160px;
    text-transform: uppercase;
}
div.itemNameTextisTop a {
    color: #111;
    font-size: 12px;
}
.products-grid .item .standalone-bottomline{
display: flex;
justify-content: center;
padding:10px 0;
}

/*! jQuery UI - v1.10.3 - 2014-01-14
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #eeeeee url(https://www.truecorset.com/skin/frontend/truecorset/default/images/jqueryui/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #e78f08;
	background: #f6a828 url(https://www.truecorset.com/skin/frontend/truecorset/default/images/jqueryui/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #cccccc;
	background: #f6f6f6 url(https://www.truecorset.com/skin/frontend/truecorset/default/images/jqueryui/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #1c94c4;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #fbcb09;
	background: #fdf5ce url(https://www.truecorset.com/skin/frontend/truecorset/default/images/jqueryui/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #c77405;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #c77405;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #fbd850;
	background: #ffffff url(https://www.truecorset.com/skin/frontend/truecorset/default/images/jqueryui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #eb8f00;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fed22f;
	background: #ffe45c url(https://www.truecorset.com/skin/frontend/truecorset/default/images/jqueryui/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #b81900 url(https://www.truecorset.com/skin/frontend/truecorset/default/images/jqueryui/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(https://www.truecorset.com/skin/frontend/truecorset/default/images/jqueryui/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(https://www.truecorset.com/skin/frontend/truecorset/default/images/jqueryui/ui-icons_ffffff_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(https://www.truecorset.com/skin/frontend/truecorset/default/images/jqueryui/ui-icons_ef8c08_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(https://www.truecorset.com/skin/frontend/truecorset/default/images/jqueryui/ui-icons_ef8c08_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(https://www.truecorset.com/skin/frontend/truecorset/default/images/jqueryui/ui-icons_ef8c08_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(https://www.truecorset.com/skin/frontend/truecorset/default/images/jqueryui/ui-icons_228ef1_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(https://www.truecorset.com/skin/frontend/truecorset/default/images/jqueryui/ui-icons_ffd27a_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #666666 url(https://www.truecorset.com/skin/frontend/truecorset/default/images/jqueryui/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
	opacity: .5;
	filter: Alpha(Opacity=50);
}
.ui-widget-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000000 url(https://www.truecorset.com/skin/frontend/truecorset/default/images/jqueryui/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
	opacity: .2;
	filter: Alpha(Opacity=20);
	border-radius: 5px;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
	min-width:100px;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(https://www.truecorset.com/skin/frontend/truecorset/default/css/bxslider/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(https://www.truecorset.com/skin/frontend/truecorset/default/css/bxslider/images/controls.png) no-repeat 0 -32px;
	opacity: .2;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(https://www.truecorset.com/skin/frontend/truecorset/default/css/bxslider/images/controls.png) no-repeat -43px -32px;
	opacity: .2;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
	opacity: .4;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
	opacity: .4;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(https://www.truecorset.com/skin/frontend/truecorset/default/css/bxslider/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(https://www.truecorset.com/skin/frontend/truecorset/default/css/bxslider/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(175, 29, 29, 0.6);
	width: 100%;
	text-align: center;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: 1.1em;
	padding: 10px;
}

/*!
 *  Font Awesome 4.6.2 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('https://www.truecorset.com/skin/frontend/truecorset/default/fonts/fontawesome-webfont.eot?v=4.6.2');src:url('https://www.truecorset.com/skin/frontend/truecorset/default/fonts/fontawesome-webfont.eot?#iefix&v=4.6.2') format('embedded-opentype'),url('https://www.truecorset.com/skin/frontend/truecorset/default/fonts/fontawesome-webfont.woff2?v=4.6.2') format('woff2'),url('https://www.truecorset.com/skin/frontend/truecorset/default/fonts/fontawesome-webfont.woff?v=4.6.2') format('woff'),url('https://www.truecorset.com/skin/frontend/truecorset/default/fonts/fontawesome-webfont.ttf?v=4.6.2') format('truetype'),url('https://www.truecorset.com/skin/frontend/truecorset/default/fonts/fontawesome-webfont.svg?v=4.6.2#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

.borderRadius{/*-moz-border-radius:5px; border-radius:5px; */}
.borderRadiusTp{-moz-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0;}
.borderRadiusBtm{-moz-border-radius:0 0 5px 5px ; border-radius:0 0 5px 5px;}

.ddcommon {position:relative;display:-moz-inline-stack; zoom:1; display:inline-block; *display:inline; cursor:default;}
.ddcommon ul{padding:0;margin:0;}
.ddcommon ul li{list-style-type:none;}
.borderRadiusTp ul li:last-child{-moz-border-radius:0 0 5px 5px ; border-radius:0 0 5px 5px;border-bottom:0 none #c3c3c3; }
.borderRadiusBtm ul li:first-child{-moz-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0 ;border-bottom:1 solid #c3c3c3; }

.ddcommon .disabled img, .ddcommon .disabled span, .ddcommon.disabledAll{
opacity: .5; /* standard: ff gt 1.5, opera, safari */
-ms-filter:"alpha(opacity=50)"; /* ie 8 */
filter:alpha(opacity=50); /* ie lt 7 */
-khtml-opacity:.5; /* safari 1.x */
-moz-opacity:.5; /* ff lt 1.5, netscape */
color:#999999;
}
.ddcommon .clear{clear:both}
.ddcommon .shadow{-moz-box-shadow:5px 5px 5px -5px #888888;-webkit-box-shadow:5px 5px 5px -5px #888888;box-shadow: 5px 5px 5px -5px #888888;}
.ddcommon input.text{color:#7e7e7e;padding:0 0 0 0; position:absolute; background:#fff; display:block; width:98%; height:98%; left:2px; top:0; border:none;}
.ddOutOfVision{position:relative; display:-moz-inline-stack; display:inline-block; zoom:1; *display:inline;}
.borderRadius .shadow{-moz-box-shadow:5px 5px 5px -5px #888888;-webkit-box-shadow:5px 5px 5px -5px #888888;box-shadow: 5px 5px 5px -5px #888888;}
.borderRadiusBtm .shadow{-moz-box-shadow:-5px -5px 5px -5px #888888;-webkit-box-shadow:-5px -5px 5px -5px #888888;box-shadow: -5px -5px 5px -5px #888888}
.borderRadiusTp .border, .borderRadius .border{-moz-border-radius:0 0 5px 5px ; border-radius:0 0 5px 5px;}
.borderRadiusBtm .border{-moz-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0;}
img.fnone{float:none !important}
.ddcommon .divider{width:0; height:100%; position:absolute;}
.ddcommon .ddArrow{display:inline-block; position:absolute; top:50%; right:4px;}
.ddcommon .ddArrow:hover{background-position:0 100%;}
.ddcommon .ddTitle{padding:0; position:relative; display:inline-block; width:100%}
.ddcommon .ddTitle .ddTitleText{display:block;}
.ddcommon .ddTitle .ddTitleText .ddTitleText{padding:0;}
.ddcommon .ddTitle .description{display:block;}
.ddcommon .ddTitle .ddTitleText img{position:relative; vertical-align:middle; float:left}
.ddcommon .ddChild{position:absolute;display:none;width:100%;overflow-y:auto; overflow-x:hidden; zoom:1; z-index:9999}
.ddcommon .ddChild li{clear:both;}
.ddcommon .ddChild li .description{display:block;}
.ddcommon .ddChild li img{border:0 none; position:relative;vertical-align:middle;float:left}
.ddcommon .ddChild li.optgroup{padding:0;}
.ddcommon .ddChild li.optgroup .optgroupTitle{padding:0 5px; font-weight:bold; font-style:italic}
.ddcommon .ddChild li.optgroup ul li{padding:5px 5px 5px 15px}
.ddcommon .noBorderTop{border-top:none 0  !important; padding:0; margin:0;}

/*************** default theme **********************/
/*.dd{border:1px solid #c3c3c3;}*/
.dd .divider{/*border-left:1px solid #c3c3c3; border-right:1px solid #fff;; right:24px;*/}
.dd .ddArrow{width:16px;height:16px; margin-top:-8px; background:url(https://www.truecorset.com/skin/frontend/truecorset/default/images/dd_arrow.gif) no-repeat;}
.dd .ddArrow:hover{background-position:0 100%;}
.dd .ddTitle{color:#000;/*background:#e2e2e4 url(https://www.truecorset.com/skin/frontend/truecorset/images/msdropdown/skin1/title-bg.gif) repeat-x left top;*/}
.dd .ddTitle .ddTitleText{padding:0px 15px 0 5px;}
.dd .ddTitle .ddTitleText .ddTitleText{padding:0;}
.dd .ddTitle .description{font-size:12px; color:#666}
.dd .ddTitle .ddTitleText img{padding-right:5px;}
.dd .ddChild{border:1px solid #c3c3c3; background-color:#fff; left:-1px;}
.dd .ddChild li{padding:5px; background-color:#fff; border-bottom:1px solid #c3c3c3;}
.dd .ddChild li .description{color:#666;}
.dd .ddChild li .ddlabel{color:#333;}
.dd .ddChild li.hover{background-color:#f2f2f2}
.dd .ddChild li img{padding:0 6px 0 0;}
.dd .ddChild li.optgroup{padding:0;}
.dd .ddChild li.optgroup .optgroupTitle{padding:0 5px; font-weight:bold; font-style:italic}
.dd .ddChild li.optgroup ul li{padding:5px 5px 5px 15px}
.dd .ddChild li.selected{background-color:#d5d5d5; color:#000;}

