/*font*/
@font-face {
 font-family: 'Ubuntu';
 font-style: normal;
 font-weight: bold;
 src: url('https://www.unitedfurnituregroup.com/skin/frontend/default/perfect_white/css/ubuntu.eot');
 src: url('https://www.unitedfurnituregroup.com/skin/frontend/default/perfect_white/css/ubuntu.eot?#iefix') format('embedded-opentype'),  url('https://www.unitedfurnituregroup.com/skin/frontend/default/perfect_white/css/ubuntu.ttf') format('truetype'),  url('https://www.unitedfurnituregroup.com/skin/frontend/default/perfect_white/css/ubuntu.svg#Ubuntu') format('svg');
 font-weight: 300;
 font-style: normal;
}
 @font-face {
 font-family: 'Ubuntu';
 font-style: normal;
 font-weight: normal;
 src: url('https://www.unitedfurnituregroup.com/skin/frontend/default/perfect_white/css/ubuntu.eot');
 src: url('https://www.unitedfurnituregroup.com/skin/frontend/default/perfect_white/css/ubuntu.eot?#iefix') format('embedded-opentype'),  url('https://www.unitedfurnituregroup.com/skin/frontend/default/perfect_white/css/ubuntu.ttf') format('truetype'),  url('https://www.unitedfurnituregroup.com/skin/frontend/default/perfect_white/css/ubuntu.svg#Ubuntu') format('svg');
}
 @font-face {
 font-family: 'UbuntuCondensed';
 font-weight: 300;
 font-style: normal;
 src: url('https://www.unitedfurnituregroup.com/skin/frontend/default/perfect_white/css/ubuntu_cond.eot');
 src: url('https://www.unitedfurnituregroup.com/skin/frontend/default/perfect_white/css/ubuntu_cond.eot?#iefix') format('embedded-opentype'),  url('https://www.unitedfurnituregroup.com/skin/frontend/default/perfect_white/css/ubuntu_cond.ttf') format('truetype'),  url('https://www.unitedfurnituregroup.com/skin/frontend/default/perfect_white/css/ubuntu_cond.svg#UbuntuCondensed') format('svg');
}
/* Reset ================================================================================= */
* {
    margin:0;
    padding:0;
}
img {
    border:0;
    vertical-align:top;
}
a {
    outline: none;
}
a:hover {
    outline: none;
}
:focus {
    outline:0;
}
a:active {
    outline: none;
}
/* Forms */
form {
    display:inline;
}
fieldset {
    border:0;
}
legend {
    display:none;
}
/* Table */
table {
    border:0;
    border-spacing:0;
    empty-cells:show;
    font-size:100%;
}
caption, th, td {
    vertical-align:top;
    text-align:left;
}
/* Content */
address {
    font-style:normal;
    line-height:1.35;
}
cite {
    font-style:normal;
}
q, blockquote {
    quotes:none;
}
q:before, q:after {
    content:'';
}
/* 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;
}
.sp {
    display:block !important;
    border:0 !important;
    margin:0 !important;
    padding:0 !important;
    font-size:0 !important;
    line-height:0 !important;
    height:0 !important;
    overflow:hidden !important;
    clear: both;
}
/* Layout ================================================================================ */
.page-print {
    background:#ffffff;
    padding:25px 30px;
    text-align:left;
}
.page-empty {
    padding:20px;
    text-align:left;
}
.page-popup {
    padding:20px;
    text-align:left;
}
.page-popup img {
    max-width: 100%;
    height: auto;
    width: auto\9;
}
.main {
    margin:0 auto;
    text-align:left;
}
/* Global Styles ========================================================================= */
/* Form Elements */
input, select, textarea, button {
    vertical-align:middle;
}
select {
    padding:0px;
}
select option {
    padding-right:10px;
}
select.multiselect option {
    padding:2px 5px;
}
select.multiselect option:last-child {
    border-bottom:0;
}
textarea {
    overflow:auto;
}
input.radio {
    margin-right:3px;
}
input.checkbox {
    margin-right:3px;
}
input.qty {
    width:2.5em;
}
button.button::-moz-focus-inner {
padding:0;
border:0;
} /* FF Fix */
button.button {
    -webkit-border-fit:lines;
} /* <- Safari & Google Chrome Fix */
button.disabled span {
    border:0;
}
p.control input.checkbox, p.control input.radio {
    margin-right:6px;
}
.form-list li {
    margin:0 0 8px;
}
.form-list label {
    float:left;
    position:relative;
    z-index:0;
}
.form-list label.required {
}
.form-list label.required em {
    float:right;
    font-style:normal;
    position:absolute;
    top:0;
    right:-8px;
}
.form-list li.control label {
    float:none;
}
.form-list li.control input.radio, .form-list li.control input.checkbox {
    margin-right:6px;
}
.form-list li.control .input-box {
    clear:none;
    display:inline;
    width:auto;
}
.form-list .input-box {
    display:block;
    clear:both;
    width: 100%;
    margin-right: 5%;
    /* max-width: 260px; */
}
.form-list .field {
    float:left;
    box-sizing: border-box;
}
.form-list input.input-text {
    width: 100%;
}
.form-list textarea {
    width: 100%;
    /* max-width: 254px; */
    height:10em;
}
.form-list select {
    width: 100%;
}
.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-width:1px;
    border-top-style: solid;
    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;
}
.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:1% 0 0 0;
    padding:1% 0 0 0;
    text-align:right;
}
.buttons-set p.required {
    margin:0 0 10px;
}
.buttons-set .back-link {
    float:left;
    margin:0;
}
.buttons-set button.button {
    float:right;
    margin-left:5px;
}
.buttons-set-order {
    margin:10px 0 0;
}
.buttons-set-order .please-wait {
    padding:12px 7px 0 0;
}
.fieldset {
    border:1px solid;
    padding:22px 25px 12px 33px;
    margin:28px 0;
}
.fieldset .legend {
    float:left;
    border:1px solid;
    margin:-33px 0 0 -10px;
    padding:0 8px;
    position:relative;
}
/* Form Validation */
.validation-advice {
    clear:both;
    min-height:13px;
    margin:3px 0 0;
    line-height:13px;
}
.validation-failed {

}
p.required {
    text-align:right;
}
/* Expiration date and CVV number validation fix */
.v-fix {
    float:left;
}
.v-fix .validation-advice {
    display:block;
    width:12em;
    margin-right:-12em;
    position:relative;
}
/* Global Messages  */
.messages, .messages ul {
    list-style:none !important;
    margin:0 !important;
    padding:0 !important;
}
.messages {
    width:100%;
    overflow:hidden;
}
.messages li {
    margin: 10px 0 !important;
}
.messages li li {/* font-style: italic; */margin: 0 !important;}
.error-msg, .success-msg, .note-msg, .notice-msg {
    min-height: 16px;
    padding:1% 5%;
}
/* Page Heading */
.page-title {
    width:100%;
    overflow:hidden;
}
.page-title h1, .page-title h2 {
    margin:0% 0% 1% 0%;
}
.page-title .separator {
    margin:0 3px;
}
.page-title .link-rss {
    float:right;
    margin:7px 0 0;
}
.title-buttons {
    text-align:right;
}
.title-buttons h1, .title-buttons h2, .title-buttons h3, .title-buttons h4, .title-buttons h5, .title-buttons h6 {
    float:left;
}
.subtitle {
    clear:both;
    padding:15px 0 0;
    margin:0 0 6px;
}
/* Pager */
.pager {
    padding:4px 8px;
    text-align:center;
}
.pager .amount {
    float:left;
    margin:0;
}
.pager .limiter {
    float:right;
}
.pager .limiter label {
    vertical-align:middle;
}
.pager .limiter select {
    padding:0;
    margin:0 0 1px;
    vertical-align:middle;
}
.pager .pages ol {
    display:inline;
}
.pager .pages li {
    display:inline;
    margin:0 2px;
}
.pager .pages .current {
    border-bottom-width: 2px;
    border-bottom-style: solid;
}
/* Sorter */
.sorter {
    padding:3px 8px;
}
.sorter .view-mode {
    float:left;
    margin:0;
}
.sorter .sort-by {
    float:right;
    padding-right:36px;
}
.sorter .sort-by label {
    vertical-align:middle;
}
.sorter .sort-by select {
    padding:0;
    margin:0 0 1px;
    vertical-align:middle;
}
/* Toolbar */
.toolbar .pager {
    padding:3px 8px;
}
/* Data Table */
.data-table {
    width:100%;
}
.data-table td.last, .data-table th.last {
    border-right:0;
}
.data-table th {
    padding:3px 8px;
}
.data-table td {
    padding:3px 8px;
}
.data-table thead th {
    padding:2px 8px;
    white-space:nowrap;
    vertical-align:middle;
}
.data-table thead th.wrap {
    white-space:normal;
}
.data-table thead th .tax-flag {
    white-space:nowrap;
}
.data-table tfoot td {
    padding-top:1px;
    padding-bottom:1px;
    border-bottom:0;
}
/* Bundle products tables */
.data-table tbody.odd tr td, .data-table tbody.even tr td {
    border-bottom:0;
}
.data-table tbody td .option-label {
    font-style:italic;
}
.data-table tbody td .option-value {
    padding-left:10px;
}
/* Generic Info Box */
.info-box {
    padding:12px 15px;
    margin:0 0 15px;
}
.info-table th {
    padding:2px 15px 2px 0;
}
.info-table td {
    padding:2px 0;
}
/* Shopping cart total summary row expandable to details */
tr.summary-total {
    cursor:pointer;
}
tr.summary-total .summary-collapse {
    float:right;
    text-align:right;
    padding-left:20px;
    background-position: 0 5px;
    background-image: url(data:image/gif;base64,R0lGODlhCQBCAPABALq6ugAAACH5BAUAAAEALAAAAAAJAEIAAAIyRIwXy2z7lGsI2DSz3A2qFHXiSJbmiabqyrbuC8fyTNf2jefUx5OhJqpcOJ2fx8dDFAAAOw==);
    background-repeat: no-repeat;
    cursor:pointer;
}
tr.show-details .summary-collapse {
    background-position:0 -52px;
}
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-repeat: no-repeat;
    background-image: url(data:image/gif;base64,R0lGODlhCQBCAPABALq6ugAAACH5BAUAAAEALAAAAAAJAEIAAAIyRIwXy2z7lGsI2DSz3A2qFHXiSJbmiabqyrbuC8fyTNf2jefUx5OhJqpcOJ2fx8dDFAAAOw==);
    background-position: 100% 5px;
    cursor:pointer;
}
.cart-tax-info .price, .cart-tax-total .price {
    display:inline !important;
}
.cart-tax-total-expanded {
    background-position:100% -52px;
}
/* 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 dd {
    margin:0 0 10px;
}
/* Misc */
.link-rss {
    background-color: transparent;
    background-image: url(data:image/gif;base64,R0lGODdhDAAMAPUAAPR5P/iykPm+ofWGUvN1OfNtLfiphPNzNvWJVfNvMfN4PvR4PfN/R/ebb/m6nP738/emf/ivjfJoJviui/NuL/WNXPzh1PWLWf3k2fehePingP3n3PeccfNyNPaWaPeedPiwjvaabfJqKvNwMviqhvaYbPWMWvR6QPWFUP749f7v6P7u5/N0OPR/R/fczvN3O/WETvSBS/R7QvSASfSDTPR+Rv///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAADAAMAAAGe0CXAiCrtWI0GG0mHHlaxNosiWKwWDbbSoCgImWvhmBjUzVQMWkNIPjMDKlUqHYyyrIqEie1or1kaQgBKjYGGjYBBwtLGQEmKisnKxgJBEopNiATNiUONgUsAzAWDxUXNhEQNgMUM2h0LwcJBSISLy4MLTM1MgsELB23QQA7);
    background-position: 0 2px;
    background-repeat: no-repeat;
    padding-left:18px;
    line-height:14px;
    white-space:nowrap;
}
.btn-remove {
    display:block;
    width:11px;
    height:11px;
    font-size:0;
    line-height:0;
    background-color: transparent;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAMAAACecocUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFn5+fAAAA/yJcagAAAAJ0Uk5T/wDltzBKAAAAMElEQVR42mSMQQoAAAjC5v8/HWWQkJfGEtEFgYFhBpt9WqzzT1vQ89HPndy/lAADABQcAE1WAbctAAAAAElFTkSuQmCC);
background-position: 0 0;
    background-repeat: no-repeat;
    text-indent:-999em;
    overflow:hidden;
}
.btn-remove2 {
    display:block;
    width:16px;
    height:16px;
    font-size:0;
    line-height:0;
    background-color: transparent;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAMAAACecocUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFn5+fAAAA/yJcagAAAAJ0Uk5T/wDltzBKAAAAMElEQVR42mSMQQoAAAjC5v8/HWWQkJfGEtEFgYFhBpt9WqzzT1vQ89HPndy/lAADABQcAE1WAbctAAAAAElFTkSuQmCC);
background-repeat: no-repeat;
    background-position: 50% 50%;
    text-indent:-999em;
    overflow:hidden;
}
.separator {
    margin:0 3px;
}
.divider {
    clear:both;
    display:block;
    font-size:0;
    line-height:0;
    height:1px;
    margin:10px 0;
    background-position: 0 50%;
    background-repeat: repeat-x;
    background-image: url(data:image/gif;base64,R0lGODlhAwABAPABALq6ugAAACH5BAUAAAEALAAAAAADAAEAAAICRFIAOw==);
    text-indent:-999em;
    overflow:hidden;
}
/* Noscript Notice */
.noscript {
    border:1px solid;
    border-width:0 0 1px;
    line-height:1.25;
    text-align:center;
}
.noscript .noscript-inner {
    width:950px;
    margin:0 auto;
    padding:12px 0 12px;
}
.noscript p {
    margin:0;
}
/* Header ================================================================================ */
.header .logo {
    float:left;
    text-decoration:none;
}
.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 .logo img {
    max-width: 300px;
    margin-bottom: 10px;
    height: initial !important;
    width: 100%;
	
}
.header h1.logo, .header h2.logo {
    margin:0;
}
.header .form-search .search-autocomplete {
    z-index:999;
    left:20px;
    top:22px !important;
}
.header .form-search .search-autocomplete ul {
    border:1px solid;
    border-bottom: 0;
}
.header .form-search .search-autocomplete li {
    text-align:left;
    border-bottom:1px solid;
    padding:2px 8px 1px 8px;
    cursor:pointer;
}
.header .form-search .search-autocomplete li .amount {
    float:right;
}
.header .form-language {
    text-align:right;
}
.header .form-language label {
    padding-right:5px;
    vertical-align:middle;
}
.header .form-language select {
    padding:0;
}
.header .form-language select.flags option {
    background-position:4px 50%;
    background-repeat:no-repeat;
    padding-left:25px;
}
.header-container .top-container {
    clear:both;
    text-align:right;
}
/********** < Navigation */
#nav {
    margin: 0 auto;
    padding: 0 0px;
}
/* All Levels */ /* Style consistent throughout all nav levels */
#nav li {
    position:relative;
    text-align:left;
}
#nav li.over {
    z-index:998;
}
#nav a, #nav a:hover {
    display:block;
}
#nav span {
    display:block;
    cursor:pointer;
    white-space:nowrap;
}
#nav li ul span {
    white-space:normal;
}
/* 0 Level */
#nav li {
    float:left;
}
#nav a {
    float:left;
}
/* 1st Level */
#nav ul li, #nav ul li.active {
    float:none;
    margin:0;
    padding-bottom:1px;
}
#nav ul li.last {
    padding-bottom:0;
}
#nav ul a, #nav ul a:hover {
    float:none;
    padding:0;
}
/* 2nd Level */
#nav ul, #nav div {
    position:absolute;
    width:15em;
    top:27px;
    left:-10000px;
}
#nav div ul {
    position:static;
    width:auto;
    border:none;
}
/* 3rd+ Level */
#nav ul ul, #nav ul div {
    top:5px;
}
#nav ul span, #nav ul li.last li span {
    padding:3px 15px 4px 15px;
}
/* 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;
}
/*1.4.1.0*/
/* Show menu */
#nav li.over > ul {
    left:0;
}
#nav li.over > ul li.over > ul {
    left:100px;
}
#nav li.over ul ul {
    left:-10000px;
}
/* Sidebar =============================================================================== */

.block .block-title strong {
    display:block;
}
.block .block-subtitle {
    margin:0;
    padding:5px 9px;
}
.block .btn-remove {
    float:right;
    margin:1px 0 2px 5px;
}
.block .actions a {
    float:left;
    font-size: 0.75em;
}
.block .actions button.button {
    float:right;
}
#cartview-panel .block .actions button.button {
    float: left;
    margin-bottom: 10px;
}
.block .empty {
    margin:0;
}
/* Mini Blocks */
.block-cart, .block-wishlist, .block-subscribe, .block-compare, .block-reorder, .block-poll, .block-viewed, .block-compared, .block-related, .block-tags, .block-login {
    line-height:1.25;
}
.block-cart .block-title strong, .block-wishlist .block-title strong, .block-subscribe .block-title strong, .block-compare .block-title strong, .block-reorder .block-title strong, .block-poll .block-title strong, .block-viewed .block-title strong, .block-compared .block-title strong, .block-related .block-title strong, .block-tags .block-title strong, .block-login .block-title strong {
    background-position:0 0;
    background-repeat:no-repeat;
    padding-left:0px;
}
/* Mini Products List */
.mini-products-list .product-image {
    float:left;
}
/* Block: Account */
.block-account .block-title {
    border:0;
    padding:3px 10px;
}
.block-account .block-title strong {
}
.block-account .block-content {
    padding:7px 10px 7px;
}
.block-account .block-content li a {
    display:block;
    padding:3px 0;
}
.block-account .block-content li.last a {
    border-bottom:0;
}
.block-account .block-content li.current {
    padding:3px 0;
}
.block-account .block-content li.current.last {
    border-bottom:0;
}
/* Block: Currency Switcher */
.block-currency {
    border:0;
    height:auto;
}
.block-currency .block-title {
    background:none;
    border:0;
    padding:0;
    margin:0 0 0px;
}
.block-currency .block-content {
    background:none;
    padding:6px 0px 6px 0px;
}
.block-currency .block-content select {
    width: auto;
    padding:0;
    display: block;
    margin:0;
}
/* Block: Layered Navigation */

.block-layered-nav dt {
    padding:7px 0px 0 0px;
}
.block-layered-nav dd {
}
.block-layered-nav dd.last {
    background:none;
}
.block-layered-nav .currently li {
    padding:4px 0px 4px 0px;
}
.block-layered-nav .currently .btn-remove {
    margin:3px 0 0;
}
.block-layered-nav .actions {
    padding:4px 9px;
    text-align:right;
}
.block-layered-nav .actions a {
    float:none;
}
/* Block: Cart */
.block-cart .summary {
    padding:2px 8px 8px;
    margin:-1px 0 0;
    position:relative;
    z-index:1;
}
.block-cart .amount {
    margin:0;
}
.block-cart .amount a {
}
.block-cart .subtotal {
    margin:5px 0 0;
    padding:2px 0;
    text-align:center;
}
/* Block: Wishlist */
.block-wishlist .actions {
    text-align:right;
}
.block-wishlist .actions a {
    float:none;
}
/* Block: Related */
.block-related input.checkbox {
    float:left;
}
.block-related .product {
    margin-left:5%;
}
/* Block: Compare Products */
.page-popup .link-print {
    background-color: transparent;
    background-image: url(data:image/gif;base64,R0lGODlhEAAQAPZXAI6Ojvr6+t7e3ujo6NXV1c/Pz9TU1KOjo8vLy/v7+/39/ZOTk+7u7qKiov7+/tDQ0Pn5+Wtra/X19YuLi/Ly8nx8fJiYmJ+fn+bm5u3t7ZKSkvHx8eDg4JCQkMHBwenp6fDw8Le3t8PDw/Pz862trb6+vn9/f6ysrLGxsYODg0NDQ4SEhOPj49/f34eHhycnJ7m5uSgoKOXl5aCgoC4uLtHR0erq6tfX1+vr61BQUJ6enrq6usLCwldXV4qKipubm7CwsHp6enh4eKurq5eXly0tLV9fX5GRkZaWlvf394yMjPj4+OTk5KSkpNjY2JWVlSUlJdra2vT09H5+fkdHR/z8/IiIiAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAUAAFcALAAAAAAQABAAAAfUgFeCAiELGhYWHR6CjIwAEAkBARAUJU0OjYJPCQwMGQMKICIwmVcLCSAgGTZSEEsumQ4aCRQUniwcCRMKjBw/AAkjFBsMAxgJVhE1VxlAAkcBIyMbIDgfCUo3KS0kTBIA4OHiEk5BRA4OApLr61HoJh0KCjwMAvb3DDvyERMDAyQfDAgcOOCAPxUrHjxogKGAw4cykCgsMgUBgiELFvioEKEHFSoVLMYQUgLBAhEEUqr0QAMBCighJhi5UAWCzSQSRijQ8SLHCUYzDgg90KDogQuMAgEAOw==);
    background-position: 0 2px;
    background-repeat: no-repeat;
    padding:2px 0 2px 25px;
}
.compare-table {
    border:0;
}
.compare-table thead tr.first th, .compare-table thead tr.first td {
    border:0;
    background:none;
    padding:0;
    font-size:0;
    line-height:0;
}
.compare-table .btn-remove {
    float:right;
    background-color: transparent;
    background-image: url(data:image/gif;base64,R0lGODdhSAAPAPYAAPX19X19fX9/f93d3YCAgPLy8oGBgXx8fN/f335+ft7e3vDw8PHx8eDg4Hl5eXt7e+zs7Hp6etzc3OHh4dvb24KCgu7u7u/v7+rq6u3t7ePj44SEhOLi4oODg5OTk3d3d3h4eOjo6OTk5Nra2ouLi5SUlOvr65mZmenp6ZCQkObm5uXl5XZ2dtnZ2Y+Pj4iIiJKSkoeHh3V1dZaWloqKioaGhnR0dJeXl5iYmNjY2Jubm/Pz8/T09Pb29vj4+Pn5+fr6+vf39/z8/Pv7+/7+/v39/f///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAASAAPAAAH/4BGQ0VGhEYYCgoDHAOJCggUGjkNjQ0SEwgNFBMDmgoTLQidmAqMEqKMAwiiChIUohIaIxOvIxoSrQMTEka9vj0oQES9hMNGQkK9Q0ZEwz69w8NAvoXLRMu+P4KFRtq904XDRUSGy0IIvslGJhBBDDw7PTwMAAU8QQU7AD48PwtCPBYA2PGDQZEFBYP8CBLERw+GFhYU4QHkghAIRXYs6AHgR4EhG+9x5AcgCAJDw4KE0LfDRxB4Rgo49DFkRxEGDQsAcdjjB0ULPxwCYNCjx46aPIhwfKiP4YIhBYIMFHKhpUweJd9NIHYMggUfQH4A6OgDQoUDHRwIkDfEqI94Rf+G8iPyskfbIEMu/BCyY8c9mVB9vMX7coiIDEaGqhCCT4gPBdCM7AjRE++QsD+KCOgAYMgBAUUYDhHyA0gPITuB7Ej9bEcQI0UF/RgkuNtrHriJYCCBY8WCEjRUSDbigwKzYxkkCnOZGW+AA0WEEHCQuAMBENMCPEggwICACgBgV/j+WoAD0gEC/PjxfAODb0MgnLDhwcWHGRC6heVwzAgPDOYMscw0RRThXQLaGQGEAAkMYYB6ARBgRAACDNGdDwY8QEQEEvoQA4cNGiFAAENEUIEPPxAxDQoeHJCAB/n1oKARAxijwWvF9JLMNNw5SEAyCbgYgAE/JCBhhEUcYID/EA5sUMR0vTxH4TEEIPgAAdH1l0EJDxgAAwaF7NjAMBZc0J8w4xRTxHPMgCCAEBsIMIyMV/ogAAtGECCDEQZ8wCd1QnjH4TLbEaLOMQCc8IEHJESgw3u+NKBgCNq8poyOxAWp4AZYTvicAEZEcIARDnSwZgRRgvAAN0NUYAAhhDhwQA3URZPBCzdg8EMKKSBWIBGSRpSOMdf4QggPRry2jCGHJtMMcbAN28wwyPQ3hDfHxWRmYgtwVcQARZgg46UF+qJUtsck41gvBRxHDqvfGNNLbcdYw0y1/RWBLRCGGNEABO0yIy+sxjDbHzWECEPNgMkyg40x4HSzTcENb4PtJDIIiKBNwgWCs4ylCAvC7zasPnxcZsZoQ6AQ0lDzbsPFkkxjIAA7);
    background-repeat: no-repeat;
    background-position:  0 0;
    width:72px;
    height:15px;
}
.compare-table tbody th, .compare-table tbody td {
    padding:10px;
    border:0;
    border-top:1px solid;
    border-left:1px solid;
}
.compare-table tbody td.last {
    border-right:1px solid;
}
.compare-table tbody tr.last th, .compare-table tbody tr.last td {
    border-bottom:1px solid;
}
.compare-table tr.add-to-row td {
    text-align:center;
}
.compare-table tr.first td {
    text-align:center;
}
.compare-table tr.first td .product-name {
    margin:0 0 5px;
}
.compare-table tr.first td .product-name a {
}
.compare-table tr.first td .ratings {
    width:69px;
    margin:0 auto;
}
.compare-table tr.first td p, .compare-table tr.add-to-row td p {
    margin:0;
}

/* Block: Poll */
.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 .votes {
    float:right;
    margin-left:10px;
}
/* Block: Tags */
.block-tags .block-content ul {
    padding:0px 5px 0px 5px;
}
.block-tags .block-content li {
    display:inline;
    padding-right:4px;
}
.block-tags .block-content a {
}
.block-tags .actions {
    text-align:right;
}
.block-tags .actions a {
    float:none;
}
/* Block: Subscribe */
.block-subscribe .block-content {
    padding:5px 10px;
}
.block-subscribe input.input-text {
    display:block;
    width:167px;
    margin:3px 0;
}
.block-subscribe .actions {
    text-align:left;
}
.block-subscribe .actions button.button {
    float:none;
}
/* Block: Reorder */
.block-reorder input.checkbox {
    float:left;
    margin:2px -20px 0 0;
}
.block-reorder .product-name {
    margin-left:20px;
}
.block-reorder .validation-advice {
    margin:3px 9px 7px;
}
/* Block: Banner */
.block-banner {
    border:0;
}
.block-banner .block-content {
    padding:0;
    text-align:center;
}
/* Block: Login */
.block-login .block-content {
    padding:5px 10px;
}
.block-login input.input-text {
    display:block;
    width:167px;
    margin:3px 0;
}
.block-login .actions {
    background:none;
    padding:0;
    margin:3px 0 0;
}
/* Paypal */
.sidebar .paypal-logo {
    display:block;
    margin:10px 0;
    text-align:center;
}
.sidebar .paypal-logo a {
    float:none;
}
/* Category Page ========================================================================= */
.category-image {
    width:100%;
    overflow:hidden;
    margin:0 0 10px;
    text-align:center;
}
.category-image img {
   max-width: 100%;
   height: auto;
   width: auto\9; /* ie8 */
}
.category-description {
    margin:0 0 10px;
    width: 100%;
}

/* View Type: Grid */
.products-grid {
    position:relative;
}
.products-grid.last {
    border-bottom:0;
}
.products-grid li.item {
    float:left;
}
.products-grid .product-image {
    display:block;
}
.products-grid .product-name {
    margin:0 0 5px;
}
.products-grid .product-name a {
}
.products-grid .price-box {
    margin:5px 0;
}
.products-grid .availability {
    line-height:21px;
}
.products-grid .actions {
}
.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 {
    padding:12px 10px;
}
.products-list li.item.last {
    border-bottom:0;
}
.products-list .product-image {
    float:left;
    margin:0 0 10px;
}
.products-list .product-name {
    margin:0 0 5px;
}
.products-list .price-box {
    float:left;
    margin:3px 13px 5px 0;
}
.products-list button {
    margin-top: 7px;
}
.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 .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 {
    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;
}
.rating-box {
    width:69px;
    height:13px;
    font-size:0;
    line-height:0;
    background-position: 0 0;
    background-repeat: repeat-x;
    /*background-image: url(data:image/gif;base64,R0lGODlhDgDVAPZEAMPCwOuVWsjHxfby7cXEwv/WufOdYtPRzvyma83My//9+9LQz++ZXurn4+jl4f+udsTDwv/07Pz28uzp5f+tdO7r6ebj4f/SsdnX1P/dxeyWW/+7i//o1+Th3cXEw+6YXf+5iP/s3//izfSeY/+pbvDt6djW1fulav+4hv/eyP/IouLf3NPS0P+0gPehZv/ZvtbU0d3a18vIxv/AldDOy//OrMvJyPPv6/+yfP/q2v/y6dbV083LyP/Xu9XSz/CaX97d2/iiZ/+xeuTh3wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAUAAEQALAAAAAAOANUAAAfxgESCg0AVg4eHAx4LiI0mAAANjYM3EJA8iCUdGDQCkJAyBzEOAxifp6cEkjCopxAOgwetkEOHEp6oO40ErSyIA7MJiBOQCxMrNgACiBY+hoMWCRKT1NXW19jZ2tvc3d7f4OHi4+Tl5ufo6err7O3u7/Dx8vP09fb3+Pn6+/z9/v8AAwocSLCgwYMIEypcyLChw4cQI0qcSPGbCg7XIvygcA1EgAAZqoXQ8PEEohwXNpAw8PGjiwczXkTY0LJmTQYhW9is+aHHoAc7A2i4cEgBS5soGjHYKQSRjqAIEIn4SCFFjSABRiAqgAPjoAIIFAgKBAA7);*/
    background-image: url(https://www.unitedfurnituregroup.com/skin/frontend/default/perfect_white/images/bkg_rating.png);
    text-indent:-999em;
    overflow:hidden;
}
.rating-box .rating {
    float: left;
    height: 13px;
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-image: url(https://www.unitedfurnituregroup.com/skin/frontend/default/perfect_white/images/bkg_rating.png);
}
.ratings .rating-box {
    float:left;
    margin-right:3px;
}
.ratings-table th, .ratings-table td {
    line-height:1.15;
    padding:3px 0;
}
.ratings-table th {
    padding-right:8px;
}
/* Availability */
.availability {
    margin:0;
}
.availability-only {
    margin:10px 0 7px;
    line-height:16px;
}
.availability-only span, .availability-only a {
    border-bottom:1px dashed #751d02;
    cursor:help;
}
.availability-only a {
    cursor:pointer;
}
.availability-only .expanded {
    background-position:100% -15px;
}
.availability-only-details {
    margin:0 0 7px;
}
.availability-only-details th {
    font-size:10px;
    padding:0 8px;
}
.availability-only-details td {
    border-bottom:1px solid;
    padding:2px 8px 1px;
}
/* Email to a Friend */
.email-friend {
    margin:0;
}
/* Alerts */
.alert-price {
    margin:0;
}
.alert-stock {
    margin:0;
}
/********** < Product Prices */
.price {
    white-space:nowrap !important;
}
.price-box {
    margin:5px 0;
}
/* Old price */
.old-price {
    margin:0;
}
.old-price .price-label {
    white-space:nowrap;
}
.old-price .price {
    text-decoration:line-through;
}
/* Special price */
.special-price {
    margin:0;
    padding:3px 0;
}
.special-price .price-label {
    white-space:nowrap;
}
/* Minimal price (as low as) */
.minimal-price {
    margin:0;
}
.minimal-price .price-label {
    white-space:nowrap;
}
.minimal-price-link {
    display:block;
}
/* Excluding tax */
.price-excluding-tax {
    display:block;
}
.price-excluding-tax .label {
    white-space:nowrap;
}
/* Including tax */
.price-including-tax {
    display:block;
}
.price-including-tax .label {
    white-space:nowrap;
}
/* FPT */
.weee {
    display:block;
}
/* Excl tax (for order tables) */
.price-excl-tax {
    display:block;
}
.price-excl-tax .label {
    display:block;
    white-space:nowrap;
}
.price-excl-tax .price {
    display:block;
}
/* Incl tax (for order tables) */
.price-incl-tax {
    display:block;
}
.price-incl-tax .label {
    display:block;
    white-space:nowrap;
}
.price-incl-tax .price {
    display:block;
}
/* Price range */
.price-from {
    margin:0;
}
.price-from .price-label {
    white-space:nowrap;
}
.price-to {
    margin:0;
}
.price-to .price-label {
    white-space:nowrap;
}
/* Price notice next to the options */
.price-notice {
    padding-left:10px;
}
/* Price as configured */
.price-as-configured {
    margin:0;
}
.price-as-configured .price-label {
    white-space:nowrap;
}
.price-box-bundle {
    padding:0 0 10px 0;
}
.price-box-bundle .price-box {
    margin:0 !important;
    padding:0 !important;
}
.price-box-bundle .price {
}
/********** Product Prices > */

/* Tier Prices */
.tier-prices {
    margin:10px 0;
    padding:10px;
    border:1px solid;
}
.tier-prices li {
    line-height:1.4;
    padding:2px 0 2px 0px;
}
.tier-prices .benefit {
    font-style:italic;
}
.tier-prices-grouped li {
    padding:2px 0;
}
/* Add to Links */
.add-to-links {
    margin:5px 0 0;
}
.add-to-links .separator {
    display:none;
}
/* Add to Cart */
.add-to-cart label {
    float:left;
    margin-right:5px;
}
.add-to-cart button.button {
    float:left;
}
.add-to-cart .paypal-logo {
    clear:left;
    margin:0;
    padding:10px 0 0;
    text-align:right;
}
/* Add to Links + Add to Cart */
.add-to-box {
    margin:10px 0;
}
.add-to-box .add-to-cart {
    float:left;
}
.add-to-box .or {
    float:left;
    margin:0 7px;
}
.add-to-box .add-to-links {
    float:left;
    margin:0;
    line-height:1.25;
    text-align:left;
}
.add-to-box .add-to-links li {
    display:block;
}
.add-to-box .add-to-links li .separator {
    display:none !important;
}
.product-essential {
    padding:25px;
}
.product-collateral {
    padding:10px 25px 10px 25px;
}
.product-collateral h2 {
    padding:0 0 1px;
    margin:0 0 5px;
}
.product-collateral .box-collateral {
    margin: 0 0 25px;
}
/* Product Images */
.product-view .product-img-box {
    float:left;
    width:267px;
}
.col3-layout .product-view .product-img-box {
    float:none;
    margin:0 auto;
}
.product-view .product-img-box .product-image {
    margin:0 0 13px;
}
.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 {
    margin:0 0 5px;
    text-align:center;
}
.product-view .product-img-box .zoom {
    position:relative;
    z-index:9;
    height:18px;
    margin:0 auto 13px;
    padding:0 28px;
    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-color: transparent;
    background-image: url(data:image/gif;base64,R0lGODlhBAAWAPECAL6+vl1dXf///wAAACH5BAUAAAIALAAAAAAEABYAAAIShB2BCrnfmItwWolrpgeID34FADs=);
    background-position: 0 0;
    background-repeat: 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 h2 {
    margin:0 0 8px;
}
.product-view .product-img-box .more-views ul {
    margin-left:-9px
}
.product-view .product-img-box .more-views li {
    float:left;
    margin:0 0 8px 9px;
}
.product-view .product-img-box .more-views li a {
    float:left;
    width:56px;
    height:56px;
    overflow:hidden;
}
.product-image-popup {
    margin:0 auto;
}
.product-image-popup .nav {
    text-align:center;
}
.product-image-popup .image {
    display:block;
    margin:10px 0;
}
.product-image-popup .image-label {
    margin:0 0 10px;
}
/* Product Shop */
.col3-layout .product-view .product-shop {
    float:none;
    width:auto;
}
.product-view .product-shop .product-name {
    margin:0 0 5px;
}
.product-view .product-shop .product-name h1 {
    margin:0;
}
.product-view .product-shop .availability {
    margin:10px 0;
}
.product-view .product-shop .short-description {
    margin:10px 0;
    background-position: 0 0;
    background-repeat: repeat-x;
    background-image: url(data:image/gif;base64,R0lGODlhAwABAPABALq6ugAAACH5BAUAAAEALAAAAAADAAEAAAICRFIAOw==);
    padding:10px 0 0;
}
.product-view .product-shop .price-box {
    margin:10px 0;
}
.product-view .product-shop .add-to-links {
    margin:0;
}
.product-view .product-shop .add-to-links li {
    display:inline;
}
.product-view .product-shop .add-to-links li .separator {
    display: none;
}
/* Product Options */
.product-options {
    margin:20px 0 0;
    padding:10px 15px 20px;
    border:1px solid;
}
.product-options dt {
    padding:10px 0 0;
}
.product-options dt label {
}
.product-options dt span.required {
    color:#eb340a;
}
.product-options dt .qty-holder {
    float:right;
    margin-right:15px;
}
.product-options dt .qty-holder label {
    vertical-align:middle;
}
.product-options dt .qty-disabled {
    background:none;
    border:0;
    padding:3px;
}
.product-options dd {
    padding:5px 10px 15px;
    margin:0 0 5px;
    border-bottom:1px solid;
}
.product-options dl.last dd.last {
    border-bottom:0;
    padding-bottom:5px;
    margin-bottom: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:99%;
}
.product-options dd .multiselect option {
    border-bottom:1px dotted;
    padding:2px 4px;
}
.product-options ul.options-list {
    margin-right:5px;
    float: right;
}
.product-options ul.options-list li {
    /* line-height:1.5; */
    /* padding:2px 0; */
}
.product-options ul.options-list input.radio {
    float:left;
    margin-top:3px;
}
.product-options ul.options-list input.checkbox {
    position: absolute;
    left: 0;
    top: 4px;
}
.product-options ul.options-list .label {
    display:block;
    margin-left:18px;
    position: absolute;
    right: 0;
}
.product-options ul.validation-failed {
    padding:0 7px;
}
.product-options p.note {
    margin:0;
}
.product-options p.required {
    margin-bottom:0;
    padding:15px 0 0;
}
.product-options-bottom {
    padding:15px 20px;
    border:1px solid;
    border-top:0;
}
.product-options-bottom .tier-prices {
    margin:0;
    padding:0 0 10px;
    border:0;
    background:0;
}
.product-options-bottom .tier-prices li {
    background:0;
    padding:2px 0;
}
.product-options-bottom .price-box {
    float:left;
    margin:0;
    padding:0;
}
.col3-layout .product-options-bottom .price-box {
    float:none;
    padding:0 0 5px;
}
.product-options-bottom .price-label {
    float:left;
    padding-right:5px;
}
.product-options-bottom .price-tax {
    float:left;
}
.product-shop .product-options-bottom {
    margin:0 0 10px;
}
.product-shop .product-options-bottom .price-box {
    float:none;
    margin:0 0 5px;
}
.product-shop .product-options-bottom .price-label {
    float:none;
    padding-right:0;
}
.product-shop .product-options-bottom .price-tax {
    float:none;
}
.product-shop .product-options-bottom .add-to-cart-box {
    clear:both;
    float:left;
    padding-top:12px;
}
/* Grouped Product */
.product-view .grouped-items-table .price-box {
    margin:0;
    padding:0;
}
/* Block: Additional */
.product-view .box-additional .data-table th, .product-view .box-additional .data-table td {
    line-height:1.25;
}
/* Block: Upsell */
.product-view .box-up-sell h2 {
    border-bottom:0;
    padding:0;
    margin:0 0 8px;
}
.product-view .box-up-sell .products-grid {
    width:100%;
}
.product-view .box-up-sell .products-grid td {
    width:25%;
    padding:15px 10px 12px;
    line-height:1.6em;
}
.product-view .box-up-sell .products-grid .product-image {
    text-align:center;
    border: 0;
}
.product-view .box-up-sell .products-grid td.empty {
    border-right:0;
}
.product-view .box-up-sell .products-grid .ratings .rating-box {
    float:none;
    display:block;
    margin:0 0 3px;
}
/* Block: Tags */
.product-view .box-tags {
    margin:0;
}
.product-view .box-tags .product-tags {
    display:block;
    margin:0 0 15px;
}
.product-view .box-tags .product-tags li {
    display:inline;
}
.product-view .box-tags .product-tags li.first {
    padding-left:0;
}
.product-view .box-tags .product-tags li.last {
    background:none;
    padding-right:0;
}
.product-view .box-tags .form-add label {
    display:block;
    margin:0 0 5px;
}
.product-view .box-tags .form-add .input-box {
    float:left;
    width:305px;
    margin:0 5px 0 0;
    padding:0 0 0 0px;
}
.product-view .box-tags .form-add input.input-text {
    width:299px;
}
.product-view .box-tags .note {
    margin:3px 0 0;
    padding:0 0 0 0px;
}
/* Block: Reviews */
.product-view .box-reviews dl {
    margin:15px 0;
}
.product-view .box-reviews dt a, .product-view .box-reviews dt span {
}
.product-view .box-reviews dd {
    margin:0 0 15px;
}
.product-view .box-reviews dd small {
    font-style:italic;
}
.product-view .box-reviews .form-add {
    margin:15px 0 0;
}
.product-view .box-reviews .form-add .data-table td {
    text-align:center;
}
.product-view .box-reviews .form-add .form-list {
    margin:15px 0 0;
}
#review-form .input-box {
    width: 98%;
    max-width: 100%;
}
#review-form input.input-text,
#review-form  textarea  {
    max-width: 100%;
}
/* Send a Friend */
.send-friend .form-list {
    width:615px;
    overflow:hidden;
}
.send-friend .form-list li {
    margin-right:-15px;
}
.send-friend .form-list li p {
    margin:0 15px 0 0;
}
.send-friend .form-list .field {
    width:315px;
}
.send-friend .form-list .input-box {
    width:300px;
}
.send-friend .form-list input.input-text, .send-friend .form-list textarea {
    width:294px;
}
.send-friend .form-list li.wide .input-box {
    width:612px;
}
.send-friend .form-list li.wide textarea {
    width:609px;
}
.send-friend .buttons-set .limit {
    float:right;
    margin:0 7px 0 0;
    line-height:21px;
}
/* Content Styles ================================================================= */
.product-name {
    margin:0;
}
/* Product Tags */
.tags-list {
    display:block;
    border:1px solid;
    padding: 5px;
}
.tags-list li {
    display:inline !important;
    margin:0 4px 0 0;
    font-size: 14px;
}
/* Advanced Search */
.advanced-search .form-list label {
    width:160px;
    padding-right:10px;
}
.advanced-search .form-list .input-box, .advanced-search .form-list .input-range {
    float:left;
    clear:none;
}
.advanced-search-amount {
    margin:0 0 10px;
}
.advanced-search-summary {
    margin:10px 0;
    border:1px solid;
    padding:10px;
}
.advanced-search-summary ul {
    float:left;
    width:49%;
}
.advanced-search-summary p {
    clear:both;
    margin:0;
}
/* Sitemap */
.page-sitemap .links {
    text-align:right;
}
.page-sitemap .links a {
    position:relative;
}
.page-sitemap .sitemap {
    margin:12px;
}
.page-sitemap .sitemap li {
    margin:3px 0;
}
.page-sitemap .sitemap li.level-0 {
    margin:10px 0 0;
}
/* RSS */
.rss-title h1 {
    background-color: transparent;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAACKklEQVR42qWUD2SUYRzHrxtBCEkQQiGUjcr0vzOTJoYTQO8SxIwACqUrQ1HTaXNdrZ1wEdlanXVTudxYq6a6uVVyO01JdXe99969f567/Xp+z3l+zzu3ym4PH57f9/k+H68HrwfXfJfnPCfPgQbBuxrJcsFD4CROAYsfBTbWvjye+sGMafCztxnFnR60WzE/OI98K8KIHkFhBoVgDx/g7AcnfgxYsgec5ydwXh4jPkCXEFr3dwsqM2Fwr+rXBLBXF8Eabsfz/6GEZnSngL0PwZLLKQJLhbDzL5SwfLeFMO/tA+vJSWBv+6Gam3Vr+fwBzAcdsluHEt7Z9lesWBdUv70k6YKtgzniX6qrhKXwVoHzOlj7kl9pYKkIlKNtrrPrSlqch1JkF+ZulNAY2Cywp/rqn+/dIJRut9TOkwF3jpkbJSwGNwlKQ3vAnrwK7PPY4rf7MQNGaDt23Ge8vxcziRLq1zbWYdxqhcqXCbpsvwnLvC6TkPD3lQ1EMbQDoZl9ekwCY8i3KKt8T7nvKmGhd53AHD9Dl8uj3SLTbzSrL5oaqPXi1MNZooT5wFrBgllQ71bIUu7MjoqMzb0QczHSIWu4p54SnlsjYJkEFZ30Q8rNZ5cox1nvb1XCwcOyp4S5s6sF+cB6MJN9CO4p12+2QXn8AiIzmguXt8iMhPlsjxfmTjetiGy3F4XTKNTS2iqY0LwQP97UEJP87kfu4K6D8q/dyclwoEGmpewPaktpTxPJpisAAAAASUVORK5CYII=);
    background-position:  0 4px;
    background-repeat: no-repeat;
    padding-left:27px;
}
.rss-table .link-rss {
    display:block;
    line-height:1.55;
    background-position:0 4px;
}
/* Shopping Cart ========================================================================= */
.cart .page-title {
    border-bottom:0;
    margin:0 0 12px;
}
/* Checkout Types */
.cart .title-buttons .checkout-types {
    float:right;
}
/* Shopping Cart Table */
.cart-table th {
    padding:2px 10px;
}
.cart-table td {
    padding:10px;
}
.cart-table .product-name {
    margin:0 0 5px;
}
.cart-table .item-msg {
    margin:5px 0;
}
.cart-table tfoot td {
    padding:5px 10px;
}
/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {
    padding:25px 0 0;
}
.cart .cart-collaterals .col2-set {
    float:left;/*width:605px;*/
}
.cart .crosssell {
    padding:12px 15px;
}
.cart .crosssell .product-image {
    float:left;
    width:75px;
    height:75px;
}
.cart .crosssell .product-details {
    margin-left:90px;
}
.cart .crosssell li.item {
    margin:12px 0;
}
/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount, .cart .shipping {
    padding: 3%;
}
.cart .discount h2, .cart .shipping h2 {
    padding:0;
    clear: both;
}
.cart .discount .buttons-set, .cart .shipping .buttons-set {
    margin:10px 0 0;
    border:0;
    padding:0;
    text-align:left;
}
.cart .discount .buttons-set button.button, .cart .shipping .buttons-set button.button {
    float:none;
    margin-left:0;
}
.cart .discount .input-box {
    margin:8px 0 0;
    width:260px;
}
.cart .discount input.input-text {
    width:254px;
}
.cart .shipping .sp-methods {
    margin:10px 0 0;
    padding:5px 0 0;
}
/* Shopping Cart Totals */
.cart .totals {
    float:right;
    max-width:268px;
    width: 100%;
    border:0;
}
.cart .totals table {
    width:100%;
    margin:7px 0;
}
.cart .totals td {
    padding:1px 15px 1px 7px;
}
.cart .totals tfoot th {
    padding:5px 15px 5px 7px;
}
.cart .totals tfoot td {
    padding-top:5px;
    padding-bottom:5px;
}
.cart .totals .checkout-types {
    padding:8px 15px 15px;
    text-align:right;
}
.cart .totals .checkout-types li {
    clear:both;
    margin:10px 0;
}
/* Options Tool Tip */
.item-options dt {
    font-style:italic;
}
.item-options dd {
    padding-left:10px;
    margin:0 0 6px;
}
.truncated {
    cursor:help;
}
.truncated a.dots {
    cursor:help;
}
.truncated a.details {
    cursor:help;
}
.truncated .truncated_full_value {
    position:relative;
    z-index:999;
}
.truncated .truncated_full_value dl {
    position:absolute;
    top:-99999em;
    left:-99999em;
    z-index:999;
    width:250px;
    padding:8px;
    border-width:1px;
    border-style: solid;
}
.truncated .show dl {
    top:-20px;
    left:50%;
}
.col-left .truncated .show dl {
    left:15px;
    top:7px;
}
.col-right .truncated .show dl {
    left:-240px;
    top:7px;
}
/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods {
    margin:0 0 8px;
}
.sp-methods dt {
    margin:13px 0 5px;
}
.sp-methods dd li {
    margin:5px 0;
}
.sp-methods .form-list {
    padding-left:20px;
}
.sp-methods .form-list li {
    margin:0 0 8px;
}
.sp-methods select.month {
    width:154px;
    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;
}
.please-wait {
    float:right;
}
.please-wait img {
    vertical-align:middle;
}
.cvv-what-is-this {
    cursor:help;
    margin-left:10px;
}
/* Tooltip */
.tool-tip {
    border:1px solid;
    padding:15px 20px;
    position:absolute;
    z-index:9999;
}
.tool-tip .btn-close {
    margin:-9px -14px 0;
    text-align:right;
}
.tool-tip .btn-close a {
    display:block;
    margin:0 0 0 auto;
    width:15px;
    height:15px;
    background-color: transparent;
    background-image: url(data:image/gif;base64,R0lGODlhDwAPALMAAP///46OjomJieXl5bW1tbOzs7y8vODg4Nzc3IyMjNTU1M7Ozq+vr5iYmNHR0QAAACH5BAEAAA8ALAAAAAAPAA8AAART8IVJK5UI6M0BmtrShRrICEVXCAwADgG6rcHgBhosEAAh1CVcLtb42YKcQUKQOCI3PsGOA9L4Ao4Y73m16bYghXGjU9w0BmfOEDyMOoeAxEKXRwAAOw==);
    background-position: 100% 0;
    background-repeat: no-repeat;
    text-align:left;
    text-indent:-999em;
    overflow:hidden;
}
.tool-tip .tool-tip-content {
    padding:5px;
}
/* Gift Messages */
.gift-messages-form {
    position:relative;
}
.gift-messages-form label {
    float:none !important;
    position:static !important;
}
.gift-messages-form .whole-order {
    margin:0 0 25px;
}
.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;
    text-align:center;
}
.gift-messages-form .item .details {
    margin-left:90px;
}
.gift-messages-form .item .details .product-name {
    margin:0 0 10px;
}
.gift-messages-form .item .details .form-list .field {
    width:255px;
}
.gift-messages-form .item .details .form-list .input-box {
    width:240px;
}
.gift-messages-form .item .details .form-list input.input-text {
    width:234px;
}
.gift-messages-form .item .details .form-list li.wide .input-box {
    width:500px;
}
.gift-messages-form .item .details .form-list li.wide textarea {
    width:494px;
}
.gift-message-link {
    background-position: 100% 6px;
    background-repeat: no-repeat;
    background-image: url(data:image/gif;base64,R0lGODlhBQAyAPIFAPX19dbW1vz8/MXFxcTExAAAAAAAAAAAACH5BAUAAAUALAAAAAAFADIAAAMjOEM0wQSUNUoBQ9i7u/9gKI5kaZ5oqq6sKllCZDUV1jw0kQAAOw==);
    padding-right:7px;
}
.gift-message-link.expanded {
    background-position:100% -40px;
}
.gift-message-row .btn-close {
    float:right;
    width:16px;
    height:16px;
    background-color: transparent;
    background-image: url(data:image/gif;base64,R0lGODlhEAAQAPIFAPPz8/n5+fz8/O3t7dLS0gAAAAAAAAAAACH5BAUAAAUALAAAAAAQABAAAAM/WLrcLYNIApwCMw/RYv6cEkje5A3LWUzAKIXf2mbVGrum8rV23lOuX+BCwhF6jI+yJlL6GJClRSEAWIfTLCMBADs=);
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size:0;
    line-height:0;
    text-indent:-999em;
    overflow:hidden;
}
/* Checkout Agreements */
.checkout-agreements li {
    margin:30px 0;
}
.checkout-agreements .agreement-content {
    overflow:auto;
    height:12em;
    padding:10px;
    border:1px solid;
}
.checkout-agreements .agree {
    margin:0;
    padding:10px 0 10px 11px;
}
.checkout-agreements .agree input.checkbox {
    margin-right:6px;
}
.opc .checkout-agreements {
    padding: 1%;
}
.opc .checkout-agreements li {
    margin:20px 0 0;
}
.opc .checkout-agreements .agreement-content {
    padding:5px;
}
.opc .checkout-agreements .agree {
    padding-left:6px;
}
/* Centinel */
.centinel .authentication {
    border:1px solid;
}
.centinel .authentication iframe {
    width:99%;
    height:400px;
    background:transparent !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
}
.opc .centinel {
    border:1px solid;
    border-width:0 1px 1px;
    padding:10px 30px;
}
/* Generic Info Set */
.info-set {
    border:1px solid;
    margin:0 0 25px;
    padding:20px;
}
.info-set h2 {
    margin:0 0 10px;
}
.info-set h2.legend {
    margin:-20px -20px 15px;
    padding:5px 10px;
    border-bottom:1px solid;
    position:relative;
}
.info-set h3.legend {
    margin:0 0 10px;
}
.info-set .divider {
    margin:0 -20px;
    padding:25px 0;
    position:relative;
}
.info-set .box {
    margin:0 0 15px;
}
.info-set .data-table .item-options {
    margin:5px 0 0;
}
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress {
    border:0;
    margin:0;
}
.block-progress .block-title {
    background:none;
    border:0;
    padding:0;
    margin:0 0 5px;
}
.block-progress dt {
    line-height:1.35;
    margin:0 0 6px;
    padding:2px 8px;
}
.block-progress dd {
    border-top:0;
    padding:8px 13px;
    margin:0 0 6px;
}
.block-progress dt.complete {
    margin:0;
}
.block-progress p {
    margin:0;
}
.opc .buttons-set {
    margin-top:0;
    padding-top:2em;
}
.opc .buttons-set p.required {
    margin:0;
    padding:0 0 10px;
}
.opc .buttons-set .back-link small {
    display:none;
}
.opc .buttons-set.disabled button.button {
    display:none;
}
.opc .buttons-set .please-wait {
    height:21px;
    line-height:21px;
}
.opc .ul {
    list-style:disc outside;
    padding-left:18px;
}
.opc {
    position:relative;
}
.opc .step-title {
    padding: 1%;
    text-align:right;
}
.opc .step-title .number {
    float:left;
    padding:0 4px;
    margin:0 5px 0 0;
}
.opc .step-title h2 {
    float:left;
    margin:0;
}
.opc .step-title a {
    display:none;
    float:right;
}
.opc .allow .step-title {
    border-bottom:0;
    cursor:pointer;
}
.opc .active .step-title {
    padding-bottom:5px;
    cursor:default;
}
.opc .step {
    padding:15px 30px;
    position:relative;
}
.opc .step .tool-tip {
    right:30px;
}
#opc-login .buttons-set {
    border-top:0;
}
#opc-login h3 {
    padding-bottom:2px;
}
#opc-login h4 {
    margin:0;
}
#opc-shipping_method .buttons-set {
    border-top:0;
}
.opc .gift-messages-form .inner-box {
    padding: 5px 5px 5px 25px;
    height:260px;
    overflow:auto;
}
#opc-review .step {
    border:0;
    padding:0;
}
#opc-review .item-options {
    margin:5px 0 0;
}
#opc-review .buttons-set {
    padding:1% 3%;
}
#opc-review .buttons-set p {
    margin:0;
    line-height:40px;
}
#opc-review .buttons-set .please-wait {
    height:40px;
    line-height:40px;
}
/* Multiple Addresses Checkout */
.checkout-progress {
    padding:0 90px;
    margin:0 0 20px;
}
.checkout-progress li {
    float:left;
    width:19%;
    margin:0 3px 0 0;
    border-top:10px solid;
    padding:2px 0 0;
    text-align:center;
}
.checkout-progress li.active {
}
.multiple-checkout h2 {
    margin:0 0 10px;
}
.multiple-checkout .data-table .item-options {
    margin:5px 0 0;
}
.multiple-checkout .gift-messages {
    margin:15px 0 0;
}
.multiple-checkout .tool-tip {
    top:50%;
    margin-top:-120px;
    right:20px;
}
.multiple-checkout .col2-set, .multiple-checkout .col3-set {
    border:1px solid;
    margin:0 0 25px;
    padding:20px;
}
.multiple-checkout .col2-set h2.legend {
    margin:-20px -20px 15px;
    padding:5px 10px;
    border-bottom:1px solid;
    position:relative;
}
.multiple-checkout .col2-set h3.legend {
    margin:0 0 10px;
}
.multiple-checkout .col2-set .divider {
    margin:0 -20px;
    padding:25px 0;
    position:relative;
}
.multiple-checkout .box {
    margin:0 0 15px;
}
.multiple-checkout .place-order .please-wait {
    float:right;
    padding:27px 7px 0 0;
}
.multiple-checkout .place-order .grand-total {
    float:right;
    height:71px;
    font-size:1.5em;
    padding:0 0 0 0px;
    overflow:hidden;
}
.multiple-checkout .place-order .grand-total .inner {
    float:left;
    height:57px;
    padding:14px 0px 0 0;
}
.multiple-checkout .place-order .grand-total .inner div {
    display:inline;
}
.multiple-checkout .place-order .grand-total big {
    display:inline;
    margin-right:12px;
}
.multiple-checkout .place-order .grand-total button.button span span {
    padding:0 45px 0 36px;
}
/* Step 1 */
#multiship-addresses-table td {
    padding:10px;
}
#multiship-addresses-table tfoot td {
    padding:5px 10px;
}
/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list {
    width:100%;
    overflow:hidden;
}
.multiple-checkout .gift-messages-form .item .details .form-list li {
    margin-right:-15px;
}
.multiple-checkout .gift-messages-form .item .details .form-list .field {
    width:230px;
}
.multiple-checkout .gift-messages-form .item .details .form-list .input-box {
    width:215px;
}
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text {
    width:209px;
}
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box {
    width:445px;
}
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea {
    width:439px;
}
.checkout-multishipping-shipping .box-sp-methods {
    border:1px solid;
    padding:13px;
    position:relative;
}
.checkout-multishipping-shipping .box-sp-methods .pointer {
    position:absolute;
    top:-20px;
    right:-40px;
    width:178px;
    height:41px;
    overflow:hidden;
}
/* Step 3 */
.checkout-multishipping-billing .multiple-checkout {
    position:relative;
}
/* Account Login/Create Pages ============================================================ */
.account-login .content h2 {
    margin:0 0 14px;
    padding:0 0 5px 0px;
    border-bottom:1px solid;
    background-position:0 1px;
    background-repeat:no-repeat;
}
.account-login .buttons-set {
    border:1px solid;
    border-top:0;
    margin:0;
    padding:8px 13px;
}
/* My Account ============================================================================= */
.my-account .title-buttons .link-rss {
    float:none;
    margin:0;
}
/********** < Dashboard */
.dashboard .welcome-msg p {
    margin:0;
}
.dashboard .col2-set {
    margin:0 0 15px;
}
/* General Box */
.box-account {
    border:1px solid;
    padding:15px;
    margin: 0 0 20px;
}
.box-account .box-head {
    margin:0 0 1% 0;
}
.dashboard .box .box-title {
    padding:0 0 2px;
    margin:0 0 8px;
    text-align:right;
}
.dashboard .box .box-title h3, .dashboard .box .box-title h4 {
    float:left;
    margin:0;
}
/* Block: Reviews */
.dashboard .box-reviews .number {
    float:left;
    font-size:10px;
    line-height:1;
    color:#fff;
    margin:3px -20px 0 0;
    padding:2px 3px;
}
.dashboard .box-reviews .details {
    margin-left:20px;
}
.dashboard .box-reviews li.item {
    margin:0 0 7px;
}
.dashboard .box-reviews li.item.last {
    margin:0;
}
.dashboard .box-reviews .ratings {
    margin:7px 0 0;
}
/* Block: Tags */
.dashboard .box-tags .number {
    float:left;
    font-size:10px;
    line-height:1;
    color:#fff;
    margin:3px -20px 0 0;
    padding:2px 3px;
}
.dashboard .box-tags .details {
    margin-left:20px;
}
.dashboard .box-tags li.item {
    margin:0 0 7px;
}
.dashboard .box-tags li.item.last {
    margin:0;
}
.dashboard .box-tags .tags strong, .dashboard .box-tags .tags ul, .dashboard .box-tags .tags ul li {
    display:inline;
}
/********** Dashboard > */
/* Address Book */
.addresses-list address {
    margin:0 0 3px;
}
.addresses-list p {
    margin:0;
}
.addresses-list .separator {
    margin:0 3px;
}
.addresses-list li.item {
    border:1px solid;
    padding:10px 13px;
    margin:0 0 10px;
}
.addresses-list li.empty {
    background:none;
    border:0;
    padding:0;
}
.addresses-list li.empty p {
}
.addresses-list .addresses-additional li.item {
    background:none;
    border:0;
    padding:0;
}
/* Order View */
.order-info {
    border:1px solid;
    padding:4px 8px;
    margin:0 0 8px;
}
.order-info dt, .order-info dd, .order-info ul, .order-info li {
    display:inline;
}
.order-info li {
    margin:0 3px;
}
.order-date {
    margin:10px 0;
}
.order-info-box {
    border:1px solid;
    padding:12px 15px;
    margin:0 0 15px;
}
.order-info-box .box-payment p {
    margin:0 0 3px;
}
.order-info-box .box-payment th {
    padding-right:7px;
}
.order-items {
    width:100%;
    overflow-x:auto;
}
.order-items .link-print {
    float:right;
}
.order-items p .link-print {
    float:none;
}
.order-gift-message {
    margin:15px 0;
}
.gift-message dd {
    margin:5px 0 0;
}
.order-about {
    margin:15px 0;
}
.order-about dd {
    margin:0 0 7px;
}
.tracking-table {
    margin:0 0 15px;
}
.tracking-table th {
    white-space:nowrap;
}
.tracking-table th, .tracking-table td {
    padding:1px 5px 0 0;
}
.tracking-table-popup {
    width:100%;
}
.tracking-table-popup th {
    white-space:nowrap;
}
.tracking-table-popup th, .tracking-table-popup td {
    padding:1px 8px;
}
/* Order Print Pages */
.page-print .print-head {
    margin:0 0 15px;
}
.page-print .print-head .logo {
    float:left;
}
.page-print .print-head address {
    float:left;
    margin-left:15px;
}
.page-print .order-date {
    padding:0 0 10px;
    margin:0 0 10px;
}
.page-print .col2-set {
    margin:0 0 10px;
}
/* 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 Wishlist */
.my-wishlist .data-table td {
    padding:10px;
}
.my-wishlist .product-image {
    display:block;
    width:113px;
    height:113px;
    margin:0 0 5px;
}
.my-wishlist textarea {
    display:block;
    width:97%;
    height:109px;
}
.my-wishlist .buttons-set {
    margin-top:2em;
}
.my-wishlist .buttons-set button.button {
    float:none;
}
#wishlist-table .add-to-links {
    white-space:nowrap;
}
/* My Tags */
.my-tag-edit {
    float:left;
    margin:0 0 10px;
}
.my-tag-edit .btn-remove {
    float:right;
    margin:5px 0 0 5px;
}
#my-tags-table {
    clear:both;
}
#my-tags-table td {
    padding:10px;
}
#my-tags-table .add-to-links {
    white-space:nowrap;
}
/* My Reviews */
#my-reviews-table td {
    padding:10px;
}
.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 {
    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 {
    margin:0 0 10px;
}
.product-review h3 {
    margin:0 0 3px;
}
.product-review .ratings-table {
    margin:0 0 10px;
}
.product-review dd {
    margin:5px 0 0;
}
/* Billing Agreements */
.billing-agreements .form-list li select {
    float:left;
}
.billing-agreements .form-list li button.button {
    float:left;
    margin-left:10px;
}
/* Footer ================================================================================ */
.footer .store-switcher {
    display:inline;
    margin:0 5px 0 0;
}
.footer .store-switcher label {
    vertical-align:middle;
}
.footer .store-switcher select {
    padding:0;
    vertical-align:middle;
}
.footer .bugs {
    margin:13px 0 0;
}
.footer address {
    margin:0 0 0px;
}
/*.footer ul { display:inline; }*/
.footer ul.links {
    display:block;
}
.footer ul.links {
    display:inline;
}
.footer li.last {
    background:none;
}
.footer-container .bottom-container {
    margin:0 0 5px;
}
/* Sample Data============================================================================ */
.home-callout {
    margin-bottom:12px;
}
.home-callout img {
    display:block
}
.home-spot {
    float:left;
    width:470px;
    margin-left:20px;
}
.best-selling h3 {
    margin:12px 0 6px 0;
}
.best-selling table {
    border-top:1px solid;
}
.best-selling td {
    width:50%;
    border-bottom:1px solid;
    padding:8px 10px 8px 8px;
}
.best-selling .product-img {
    float:left;
    border:2px solid;
}
.best-selling .product-description {
    margin-left:107px;
    line-height:1.3em;
}
/* 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, .col3-layout .product-options-bottom .price-box:after, .col4-set:after, .search-autocomplete li:after, .block .block-content:after, .block .actions:after, .block li.item:after, .block-poll li:after, .block-layered-nav .currently li:after, .page-title:after, .products-grid:after, .products-list li.item:after, .box-account .box-head:after, .dashboard .box .box-title:after, .box-reviews li.item:after, .box-tags li.item:after, .pager:after, .sorter:after, .ratings:after, .add-to-box:after, .add-to-cart:after, .product-essential:after, .product-collateral:after, .product-view .product-img-box .more-views ul:after, .product-view .box-tags .form-add:after, .product-options .options-list li:after, .product-options-bottom:after, .product-review:after, .cart:after, .cart-collaterals:after, .cart .crosssell li.item:after, .opc .step-title:after, .checkout-progress:after, .multiple-checkout .place-order:after, .group-select li:after, .form-list li:after, .form-list .field:after, .buttons-set:after, .page-print .print-head:after, .advanced-search-summary:after, .gift-messages-form .item:after, .send-friend .form-list li p:after {
    display:block;
    content:".";
    clear:both;
    font-size:0;
    line-height:0;
    height:0;
    overflow:hidden;
}
/* ======================================================================================= */
.demo-notice {
    margin: 0;
    padding: 6px 10px;
    background: #d75f07;
    font-size: 12px;
    line-height: 1.15;
    border: 0;
    text-align: center;
}
.demo-notice .notice-inner p {
    padding: 0;
    border: 0;
    margin: 0;
    color: #fff;
}
.category-products ul {display:block !important;}
.product-options ul.options-list .label .price {
	font-size:12px;
	font-weight:400;
}

.neklo-share-buttons {
    float: left;
}
.neklo-share-buttons .neklo-sharebuttons-title {
    display: none !important;
}
.sc-toolbar {
    display: none !important;
}
.sc-pager {
    margin: 30px 0 10px 0 !important;
}
form#contactForm .form-list {
    max-width: 500px;
    margin:auto;
    padding: 40px;
    background: #efefef;
    border: 1px solid #dcdcdc;
}

form#contactForm {}
#contactForm h1 {
    margin-bottom:20px; 
}
#contactForm .buttons-set {
    text-align: center;
    margin-bottom: 40px;
}
#contactForm .buttons-set button.button{
    float:none;
    font-size: 14px;
    background:  #F26622;
    text-transform: uppercase;
    margin: auto;
}
#contactForm .buttons-set button.button span{
    color:#fff;
}
#contactForm .form-list label.required {
    font-size: 14px;
    text-transform: uppercase;
    color: #555;
}
#contactForm .form-list label em {
    right: -16px;
    color: #cc0000;
}
/**
 * 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-2018 Magento, 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.unitedfurnituregroup.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.unitedfurnituregroup.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.unitedfurnituregroup.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.unitedfurnituregroup.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.unitedfurnituregroup.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.unitedfurnituregroup.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.unitedfurnituregroup.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.unitedfurnituregroup.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.unitedfurnituregroup.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

div.block-related-category .aw-arp-block-content {
    padding: 5px 0 0 5px;
    overflow: hidden;
    clear: both;
}

div.block-related-category .aw-arp-item {
    text-align: center;
    width: 218px;
    min-height: 100px;
    display: -moz-inline-stack;
    display: inline-block !important;
    vertical-align: top;
    zoom: 1;
    _height: 250px;
    margin: 5px 5px 20px;
}

div.block-related-category .aw-arp-item img {
    border: 1px solid #A9A9A9;
    /*width: 75px;*/
    margin-bottom: 10px;
}

div.block-related-category .aw-arp-block-content .aw-arp-addtocart>p {
    margin-bottom: 5px;
}

div.block-related-category .footer .aw-arp-block-content li {
    display: inline-block !important;
}

div.block-related-category .footer .aw-arp-block-content a {
    color: #1E7EC8;
}

.aw-arp-item a {
    color: #898989 !important;
    font-size: 14px;
}

.aw-arp-item a:hover {
    transition: all 0.3s linear 0s;
    color: #000 !important;
}
/*
 * Magmodules.eu - http://www.magmodules.eu.
 *
 * NOTICE OF LICENSE
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://www.magmodules.eu/MM-LICENSE.txt
 * 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 info@magmodules.eu so we can send you a copy immediately.
 *
 * @category      Magmodules
 * @package       Magmodules_Richsnippets
 * @author        Magmodules <info@magmodules.eu>
 * @copyright     Copyright (c) 2018 (http://www.magmodules.eu)
 * @license       https://www.magmodules.eu/terms.html  Single Service License
 */
.snippets {
    border: 1px solid #E4E4E4;
    margin: 0px 0;
    overflow: auto;
}

.snippets p {
    margin-bottom: 0
}

.snippets .product-name {
    font-weight: 700
}

.snippets .prod-thumb {
    float: left;
    padding: 8px
}

.snippets img {
    display: block;
    margin: 0px;
}

.snippets .content {
    padding: 5px
}

.snippets .content i {
    font-style: initial;
}

.snippets .rating-box {
    float: right;
    margin-bottom: 5px;
}

.snippets-footer {
    margin-top: -5px;
    color: #666;
    font-style: normal
}

.snippets-fields {
    font-size: x-small;
}

.snippets-fields ul {
    display: inline
}

.snippets-fields li {
    display: inline;
    color: #5D5D5D;
    background: none !important;
    padding-left: 0 !important;
    font-size: 13px;
    float: left;
    margin: 0px !important;
}

.snippets-fields li + li::before {
    content: "- "
}

.snippets-sidebar .rating-box {
    margin-right: 5px;
    margin-top: 5px;
    float: left;
    width: 73px;
    position: absolute;
    height: 15px;
    font-size: 0;
    background: url(https://www.unitedfurnituregroup.com/skin/frontend/base/default/magmodules/snippets/images/bkg_rating.gif) repeat-x;
    background-size: 15px;
    text-indent: -999em;
    overflow: hidden;
}

.snippets-sidebar .rating {
    float: left;
    height: 13px;
    background: url(https://www.unitedfurnituregroup.com/skin/frontend/base/default/magmodules/snippets/images/bkg_rating.gif) repeat-x;
    background-position-y: 100%;
    background-size: 15px
}
@font-face {
    font-family: 'socialIcons';
    src: url('https://www.unitedfurnituregroup.com/skin/frontend/base/default/neklo/sharebuttons/fonts/social-font.eot') format('truetype');
    src: url('https://www.unitedfurnituregroup.com/skin/frontend/base/default/neklo/sharebuttons/fonts/social-font.eot?#iefix') format('embedded-opentype'),
    url('https://www.unitedfurnituregroup.com/skin/frontend/base/default/neklo/sharebuttons/fonts/social-font.woff') format('woff'),
    url('https://www.unitedfurnituregroup.com/skin/frontend/base/default/neklo/sharebuttons/fonts/social-font.ttf') format('truetype'),
    url('https://www.unitedfurnituregroup.com/skin/frontend/base/default/neklo/sharebuttons/fonts/social-font.svg#MonoSocialIconsFont') format('svg');
    src: url('https://www.unitedfurnituregroup.com/skin/frontend/base/default/neklo/sharebuttons/fonts/social-font.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.neklo-share-buttons .social-icon {
    color: #cccbcb;
    margin: 0 5px 0 0;
    text-decoration: none;
    font-size: 48px;
    vertical-align: middle;;
}

.neklo-share-buttons .neklo-sharebuttons-title {
    display: inline-block;
    vertical-align: middle;
    padding: 7px 5px 0 0;
    font-size: 18px;
}

.neklo-share-buttons .social-icon:hover {
    text-shadow: 1px 1px 2px #ffffff, 0 0 3px #cccbcb;
}

.neklo-share-buttons .social-icon:before {
    font-family: 'socialIcons';
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.neklo-share-buttons .facebook-circle:before {
    content: 'circlefacebook';
}

.neklo-share-buttons .facebook-circle.color-icon:before {
    content: 'circlefacebook';
    color: #547bbc;
}

.neklo-share-buttons .twitter-circle:before {
    content: 'circletwitterbird';
}

.neklo-share-buttons .twitter-circle.color-icon:before {
    content: 'circletwitterbird';
    color: #78cbef;
}

.neklo-share-buttons .pinterest-circle:before {
    content: 'circlepinterest';
}

.neklo-share-buttons .pinterest-circle.color-icon:before {
    content: 'circlepinterest';
    color: #e95655;
}

.neklo-share-buttons .google-circle:before {
    content: 'circlegoogleplus';
}

.neklo-share-buttons .google-circle.color-icon:before {
    content: 'circlegoogleplus';
    color: #4b4b4b;
}

.neklo-share-buttons .reddit-circle:before {
    content: 'circlereddit';
}

.neklo-share-buttons .reddit-circle.color-icon:before {
    content: 'circlereddit';
    color: #56acdd;
}

.neklo-share-buttons .delicious-circle:before {
    content: 'circledelicious';
}

.neklo-share-buttons .delicious-circle.color-icon:before {
    content: 'circledelicious';
    color: #cccbcb;
}

.neklo-share-buttons .stumbleupon-circle:before {
    content: 'circlestumbleupon';
}

.neklo-share-buttons .stumbleupon-circle.color-icon:before {
    content: 'circlestumbleupon';
    color: #9ecc91;
}

.neklo-share-buttons .digg-circle:before {
    content: 'circledigg';
}

.neklo-share-buttons .digg-circle.color-icon:before {
    content: 'circledigg';
    color: #282828;
}

.neklo-share-buttons .facebook-square:before {
    content: 'roundedfacebook';
}

.neklo-share-buttons .facebook-square.color-icon:before {
    content: 'roundedfacebook';
    color: #547bbc;
}

.neklo-share-buttons .twitter-square:before {
    content: 'roundedtwitterbird';
}

.neklo-share-buttons .twitter-square.color-icon:before {
    content: 'roundedtwitterbird';
    color: #78cbef;
}

.neklo-share-buttons .pinterest-square:before {
    content: 'roundedpinterest';
}

.neklo-share-buttons .pinterest-square.color-icon:before {
    content: 'roundedpinterest';
    color: #e95655;
}

.neklo-share-buttons .google-square:before {
    content: 'roundedgoogleplus';
}

.neklo-share-buttons .google-square.color-icon:before {
    content: 'roundedgoogleplus';
    color: #4b4b4b;
}

.neklo-share-buttons .reddit-square:before {
    content: 'roundedreddit';
}

.neklo-share-buttons .reddit-square.color-icon:before {
    content: 'roundedreddit';
    color: #56acdd;
}

.neklo-share-buttons .delicious-square:before {
    content: 'roundeddelicious';
}

.neklo-share-buttons .delicious-square.color-icon:before {
    content: 'roundeddelicious';
    color: #cccbcb;
}

.neklo-share-buttons .stumbleupon-square:before {
    content: 'roundedstumbleupon';
}

.neklo-share-buttons .stumbleupon-square.color-icon:before {
    content: 'roundedstumbleupon';
    color: #9ecc91;
}

.neklo-share-buttons .digg-square:before {
    content: 'roundeddigg';
}

.neklo-share-buttons .digg-square.color-icon:before {
    content: 'roundeddigg';
    color: #282828;
}

.neklo-share-buttons .facebook-simple:before {
    content: 'facebook';
}

.neklo-share-buttons .facebook-simple.color-icon:before {
    content: 'facebook';
    color: #547bbc;
}

.neklo-share-buttons .twitter-simple:before {
    content: 'twitterbird';
}

.neklo-share-buttons .twitter-simple.color-icon:before {
    content: 'twitterbird';
    color: #78cbef;
}

.neklo-share-buttons .pinterest-simple:before {
    content: 'pinterest';
}

.neklo-share-buttons .pinterest-simple.color-icon:before {
    content: 'pinterest';
    color: #e95655;
}

.neklo-share-buttons .google-simple:before {
    content: 'googleplus';
}

.neklo-share-buttons .google-simple.color-icon:before {
    content: 'googleplus';
    color: #4b4b4b;
}

.neklo-share-buttons .reddit-simple:before {
    content: 'reddit';
}

.neklo-share-buttons .reddit-simple.color-icon:before {
    content: 'reddit';
    color: #56acdd;
}

.neklo-share-buttons .delicious-simple:before {
    content: 'delicious';
}

.neklo-share-buttons .delicious-simple.color-icon:before {
    content: 'delicious';
    color: #cccbcb;
}

.neklo-share-buttons .stumbleupon-simple:before {
    content: 'stumbleupon';
}

.neklo-share-buttons .stumbleupon-simple.color-icon:before {
    content: 'stumbleupon';
    color: #9ecc91;
}

.neklo-share-buttons .digg-simple:before {
    content: 'digg';
}

.neklo-share-buttons .digg-simple.color-icon:before {
    content: 'digg';
    color: #282828;
}
@media all and (max-width: 800px) {
 .bo_docklink,  .go-to-top,  #em_quickshop_handler {
 display: none!important;
}
}
a.go-to-top {
	visibility: visible;
	position: fixed;
	right: 100px;
	bottom: 50px;
	padding: 0;
	display: block;
	z-index: 9999;
 -webkit-transition: all .3s linear;
 -moz-transition: all .3s linear;
 -ms-transition: all .3s linear;
 transition: all .3s linear;
	opacity: .7;
	filter: alpha(opacity=70);
	text-indent: -9999px;
	width: 38px;
	height: 37px;
	background-color: transparent;
	background-repeat: no-repeat;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAlCAYAAAAuqZsAAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAulJREFUeNrslttLFFEcx78zqysIinsJUtDVTSl6ydQ168ELkpkgpRVlWYYhCYJdNEwRerGLPUThXSpKkigIMXWtfyAf1A3SrVyhDZJNTXcl2Nz7dGakSPbibCoNMb/hNzBnzpzz4Xf5nqFy8wryARRBOOYi3kuT2yEIy0KIF7NgNIRnEUKE4kwEE8FEMKFZyLpXoCik7k7GyZLjMJstePioB7Ozs2AY5t+AUQQoJiYa5yvOYd/ejN/jOdmZeNzzBH39A7BarX8NSJGzsitYoPDwcDQ21EGTlhpwbmf3fbzo61+BCxJQot6WVMg3ZbREgtycLNy+dR3xKtWan6SlpnDRNExPw2xZCgqOFxgbJXVCPOrranHsSDGkoaG8N5DLZTiYn4fIyAgYDNNwOBwbkEoCtEWpJHVUjuyszA3ptq7uBxjUDmPZZgsYQd9gBEgqleJaYz32pGs2RQ5a2zvxckALj8fNL5UUTSMleRe62lugUsVtmk6la9KQkaHB6JgOP5aXvaK3SmBpWoKY6K1ovtmEsLAw3ptMTRlQUFiEisoqOJ1O3t8lJSai4WrtSs2SLAXUMbU6gSt2PqbTvcW91g6YTCZOEozGzxwg2401ly9AqVCsuUZcbCyUSgVMX1eLshdYaMjaHfeRRIjVKL3+vZeAss+j4zqUnilH/oE8nC4tgUIu938mkixJiAxR5GICReyT0eh3EbfbjbaObgy/eg2ny+W/q8i4i7wfIt33ZmQE5WfLCOR+n1MXFhaIL8LDePzXGEOuubl5fJmZ8VqA1aATp8owMKRdqSMeYslGjz0/79xtwcWaKz41bJyUg81mD1z8jMcDB9m0jbTyL5uY1KOyqhpV1ZdgsVi4OcEaKwmT+g8oPHwUTTeasWg2c+N2ux1Pnz0PTsd27tiOKJkMY2PjHCzW+bfw59qyqCiuQd5NTGB+/pvPgz7oQ1z8gxXBRDARTAT7D8BcAuRaYsF6iVsFBPWdeM9PAQYA88saPxLvgYYAAAAASUVORK5CYII=);
}
a.go-to-top:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	background-color: transparent;
}
a.go-to-top.hidden {
	visibility: hidden;
}
/*POSITION*/
a.go-to-top {
	right: 100px;
	bottom: 50px;
}

#custommenu {
	position: relative;
	font-size: 13px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	border-radius: 2px;
	height: auto;
	width: 100%;
}
/*IE7 fix*/
*:first-child+html #custommenu {
	z-index: 998;
}
div.menu {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
div.menu a:link, div.menu a:visited {
	display: block;
	height: 30px;
	padding-left: 15px;
	padding-right: 15px;
}
div.menu a span {
	display: block;
	height: 21px;
	padding-right: 0px;
	padding-top: 9px;
}
div.menu a span:hover {
	cursor: pointer;
}
div.wp-custom-menu-popup {
	position: absolute;
	z-index: 1000;
	display: none;
	text-align: left;
	padding: 0px 0px 10px 0px;
	border-top: 0;
	width: 100%;
	margin-top: -1px;
}
div.menu a, div.wp-custom-menu-popup a {
	text-decoration: none;
	display:block;
	cursor: pointer;
	_height: 0;
	height: auto;
	line-height:13px;
}
div.level1 {
	margin-bottom: 5px;
}
div.level2 {
	margin-bottom: 5px;
}
div.level3 {
	margin-bottom: 5px;
	padding: 5px;
}
div.block2 {
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
}
a.level1:link, a.level1:visited {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 10px;
	border-radius: 2px;
}
a.level2:link, a.level2:visited,
a.level3:link, a.level3:visited {
	padding: 3px 10px;
	border-radius: 2px;
	-webkit-transition: all .1s linear;
-moz-transition: all .1s linear;
-ms-transition: all .1s linear;
transition: all .1s linear;
}

/* Clearfix */
div.block2:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] div.block2 {
	display: block;
}
* html div.block2 {
	height: 1%;
}
div.block2 p {
	margin-bottom: 3px;
	line-height: 120%;
	font-size: 11px;
}
div.block2 p a {
	display: inline;
}
div.block2 a img {
	opacity: .9;
	filter: alpha(opacity=90);
}
div.block2 a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
div.block2 .brand a:hover img {
	-webkit-transition: all 0;
	-moz-transition: all 0;
	-ms-transition: all 0;
	transition: all 0;
}
div.wp-custom-menu-popup hr {
	margin: 0px 0px 10px 0px;
}
/******************************************* COLUMN WIDTH ***************************** */
div.column {
	float: left;
	width: 18%; /* for 5 columns*/
	padding: 0px 1%;
	margin: 0px 0px 0px 0px;
}
/*end COLUMN WIDTH  */

div.itemSubMenu {
	margin-left: 0px;
}
.clearBoth {
	clear:both;
	height: 0;
	overflow: hidden;
}
div.level1 {
	margin-bottom: 0px;
}
/*transition*/
div.menu a, div.wp-custom-menu-popup a {
 -webkit-transition: all .1s linear;
-moz-transition: all .1s linear;
-ms-transition: all .1s linear;
transition: all .1s linear;
}
div.menu .brand a, div.wp-custom-menu-popup .brand a {
	-webkit-transition: all 0s linear;
	-moz-transition: all 0s linear;
	-ms-transition: all 0s linear;
	transition: all 0s linear;
}
/*FONTS*/
div.menu {
	font-weight: bold;
	font-size: 13px;
	/* text-transform: uppercase; */
	font-family: verdana,"Trebuchet MS", Arial, sans-serif;
}
a.level1:link, a.level1:visited {
	/* text-transform: uppercase; */
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
}
a.level2:link, a.level2:visited {
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
}
a.level3:link, a.level3:visited {
	font-size: 11px;
	font-weight: normal;
	line-height: 100%;
	margin-bottom: 0px;
}


.block2 table.brand {
	float: left;
}
.block2 .single_menu_product {
	float: left;
	position: relative;
	max-width: 150px;
	overflow: hidden;
	margin-right: 20px;
	margin-left: 0px;
}
/*MOBILE MENU STYLES*/
#menu-button, .parentMenu {
	display: inline-block;
}
html[xmlns] #menu-button, html[xmlns] .parentMenu {
	display: block;
}
* html #menu-button, * html .parentMenu {
	height: 1%;
}
#menu-button:after, .parentMenu:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#custommenu-mobile {
	position:relative;
	margin: 0 auto;
	padding: 0;
	z-index: 999;
}
#menu-button {
	float: none;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-transform: uppercase;
}
#menu-button a:link, #menu-button a:visited {
	display: block;
	float: left;
	margin-left: 45%;
	position: relative;
	padding: 0px 10px;
}
#menu-button a span:after {
	display: block;
	position: relative;
	content: "";
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 4px solid #dadada;
	margin: 8px 0px 0px 5px;
	float: right;
	opacity: 0.7;
}
#menu-button:hover {
	cursor: pointer;
}
#menu-button:hover a:after {
	opacity: 1;
}
.menu-mobile div.column {
	float:none;
	padding:5px;
}
.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-width: 1px;
	border-bottom-style: solid;
}
.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: 2px;
}
.menu-mobile a.level2:link, .menu-mobile a.level2:visited {
	padding: 10px 10px;
	border-radius: 2px;
}
/*buttons level 01*/
.menu-mobile .parentMenu {
	padding: 0;
	display: block;
	text-align: left;
}
.menu-mobile .parentMenu a:link, .menu-mobile .parentMenu a:visited {
	padding: 10px 0px 10px 10px;
	margin-right: 80px;
	display: block;
	font-family: "UbuntuCondensed", Arial, sans-serif;
	text-transform: uppercase;
}
.menu-mobile a.level1:link, .menu-mobile a.level1:visited {
	font-weight: normal;
	text-transform: none;
}
.menu-mobile a.level2:link, .menu-mobile a.level2:visited {
	font-weight: normal;
	text-transform: none;
	font-family:  Arial, sans-serif;
}
.menu-mobile a.level3:link, .menu-mobile a.level3 :visited {
	font-weight: normal;
	text-transform: none;
	font-family: Arial, sans-serif;
	padding-left: 3%;
	background-repeat: no-repeat;
background-image: url(data:image/gif;base64,R0lGODlhAwAFAIABAI+Pj////yH5BAEAAAEALAAAAAADAAUAAAIFRAKWi1cAOw==);
background-position: 1% 50%;
}
.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);
}

 
/* ============================ */
/* === Catalog Product List === */
/* ============================ */

.products-grid {
    background: none;
    border: none;
}
.products-grid.smart li.item {
    display: block;
}
.products-grid .item-content {
    padding-bottom: 60px;

}
.products-grid .product-image {
    width: auto;
    height: auto;
}
.products-grid .actions {
    text-align: center;
    position: absolute;
    bottom: 0;
}
.smartcolumns-splash {
    font-size: 0;
    width: 33px;
    height: 11px;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-left: auto;
    margin-right: auto;
    text-indent: -999px; /* IE7 fix */
    background-position: 45% 100px;
}
.hide {
    visibility: hidden;
}

.ajax-filter-update,
.ajax-page-update {
    position: relative;
    height: 100%;
}
#wp-x-overlay-list {
    display: none;
    width: 100%;
    height: 100%;
    z-index: 99999;
    opacity: 0.5;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity = 50);
    position: absolute;
    top: 0;
    left: 0;
    }

#wp-x-overlay-filter {
    display: none;
    width: 100%;
    height: 100%;
    z-index: 99999;
    opacity: 0.5;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity = 50);
    position: absolute;
    top: 0;
    left: 0;
}

/* ======================== */
/* === Catalog Toolbar === */
/* ======================= */

.sc-toolbar {
    background: none;
    display: block;
    height: 31px;
    padding-top: 5px;
    position: relative;
    border-radius: 3px;
    margin-bottom: 0px;
}
@media all and (max-width:320px) {
.sc-toolbar {
    display: none;
}
}
.sc-title {
    font-size: 10px;
    text-align: left;
    position: absolute;
    top: 10px;
    text-transform: none;
    padding: 5px 15px 5px 0px;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB90BFxYGKgeQUlUAAADGSURBVBjTbZAxTkNBDESffzhTGpRAnwJxAEITCbE+BAVnGHc0fC5Ai1KgSBScaiiyi74QbmzJ9puxAZD0LOkWoKpYRkhaA98Rge1DZr5IIjPPA51wAjZ96S4z3wZhqioycwscASJirqqHIRdLPUmfEXEFYHufmfOQoHtYAe8RsbNNRFxOHcsyj9p2TB1Haw3bR2BnG9v3mfl1MU6qqg/gui88ZuarpLPJqjrZ3nT0vrU2/54pab1oHlpr899vIumpqm7+e/UPKM9nYziJYVkAAAAASUVORK5CYII=);
    /*background-image: url(https://www.unitedfurnituregroup.com/skin/frontend/default/perfect_white/images/webandpeople/smartcatalog/show_cat.png);*/
}
.sc-toolbar-contents {
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    padding: 3px 8px 3px 8px;
    margin-bottom: 2px;
}

/* Clearfix */
.sc-toolbar-contents:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.sc-toolbar-contents {
    display: inline-block;
}
html[xmlns] .sc-toolbar-contents {
    display: block;
}
* html .sc-toolbar-contents {
    height: 1%;
}
/* end Clearfix */

/*IMAGE*/
.item-content .product-image img {
    max-width: 100%;
    height: auto;
    width: auto\9;
}

.sc-toolbar:hover {
    transition: all 0.5s linear;
}
.sc-amount, .sc-amount strong, .sc-limiter {
    font-weight: normal;
}
.sc-amount {
    line-height: 23px;
    font-size: 10px;
    margin: 0 50px 0 0;
    float: left;
}
.sc-pager {
    padding: 0;
    margin: 10px 0 10px 0;
    width: 100%;
    border: none;
    background: transparent;
    text-align: left;
    display: block;
}
.sc-pager .pages li a {
    font-weight: normal;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0;
}
.sc-pager .pages li a:hover {
    border-bottom-width: 2px;
    border-bottom-style: solid;
}
.sc-pager .pages li.current a, .sc-pager .pages li.start a {
    font-weight: bold;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}
.sc-pager .pages .current {
    line-height: 22px;
    font-weight: bold;
    margin: 0;
}
.sc-pager .pages ol {
    display: inline;
}
.sc-pager .pages {
    position: relative;
    padding-left: 0px;
    text-align: left;
    line-height: 23px;
    float: left;
    margin: 0;
}
.sc-pager .pages li, .sc-pager .pages li a {
    font-family: Arial;
    font-size: 13px;
    line-height: 22px;
    text-decoration: none;
}
.sc-pager .pages li {
    display: inline;
    margin: 0 2px;
}
.sc-pager .pages .next {
    margin-right: 0;
}
.sc-pager .pages .previous {
    margin-left: 0;
}
.sc-pager .pages strong {
    font-weight: normal;
    font-size: 10px;
}
.sc-limiter {
    min-width: 143px;
    padding-right: 0px;
    text-align: left;
    float: left;
    line-height: 23px;
    font-size: 10px;
    font-weight: normal
}
.sc-limiter select {
    border-width:1px;
    border-style: solid;
}
.sc-sort-by .caption {
    font-size: 18px;
}
.sc-sort-by label, .sc-limiter label {
    float: left;
    position: relative;
    margin-right: 5px;
    line-height: 25px;
    font-size: 10px;
}
.sc-sort-by {
    float: left;
    position: relative;
    line-height: 23px;
    font-size: 14px;
    margin-right: 5%;
    margin-left: 0;
}
@media all and (min-width:480px) {
.sc-sort-by {
    width: 45%;
}
}
.sc-sort-by.inline {
    min-width: 0;
}
.sc-sort-by.inline a:link, .sc-sort-by.inline a:visited {
    width: auto;
    border: none;
    margin-right: 0px;
    background: transparent;
    float: none;
    display: inline;
    font-size: 16px;
}
.sc-pager .sc-sort-by.inline ol li {
    display: inline;
    margin-right: 4%;
    margin-right: 2%\9;
}
.current-direction-asc {
    width: 11px;
    height: 16px;
    padding: 0px 5px;
    background-position:-292px -105px;
    background-repeat: no-repeat;
}
.current-direction-desc {
    width: 11px;
    height: 16px;
    padding: 0px 5px;
    background-repeat: no-repeat;
    background-position: -273px -105px;
}
.sc-pager .sc-sort-by.inline ol li a:link, .sc-pager .sc-sort-by.inline ol li a:visited {
    padding-left: 1%;
    padding-right: 1%;
    padding-bottom: 2px;
    white-space: nowrap;
    text-decoration: none;
}
.sc-pager .sc-sort-by.inline ol li a:hover span {
    border-bottom-width: 2px;
    border-bottom-style: solid;
}
.sc-pager .sc-sort-by.inline ol li a strong {
    font-weight: normal;
    font-size: 16px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}
.sc-pager .sc-sort-by.inline ol li a:hover strong {
    border-bottom: 2px solid;
}
.sc-view-mode {
    padding: 0px 0px 0px 0px;
    float: left;
    position: relative;
    line-height: 23px;
    font-size: 10px;
    height: 23px;
    width: 100px;
}
.sc-view-mode label {
    position: relative;
    float: left;
    margin-right: 5px;
    line-height: 23px;
}
.sc-view-mode-list li {
    float: left;
    text-indent: -999px;
    width: 18px;
}
.sc-toolbar .grid {
    display: block;
    position: relative;
    float: left;
    width: 13px;
    height: 23px;
    font-size: 0;
    text-indent: -9999px;
    margin-right: 5px;
}
.sc-toolbar .list {
    display: block;
    position: relative;
    float: left;
    width: 13px;
    height: 23px;
    font-size: 0;
    text-indent: -9999px;
    margin-right: 5px;
}
.products-list .product-image {
    width: 45%;
    height: auto;
    float: left;
    position: relative;
    padding-right: 5%;
    text-align: right;
}
.products-list .product-image img {
    max-width: 100%;
    height: auto;
    width: auto\9;
}
.products-list .product-shop {
    margin-left: auto;
    float: left;
    position: relative;
    width: 49%;
}

.sc-toolbar strong.grid, .sc-toolbar strong.list {
    opacity: .3;
    filter: alpha(opacity=30);
}
.sc-toolbar a.grid:link, .sc-toolbar a.grid:visited, .sc-toolbar a.list:link, .sc-toolbar a.list:visited {
    opacity: .5;
    filter: alpha(opacity=50);
}
.sc-toolbar a.grid:hover, .sc-toolbar a.list:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.sc-sp {
    clear: both;
    font-size: 0;
    line-height: 0;
    height:1px;
}
/* =============================== */
/* === Click Here To View More === */
/* =============================== */

.load-next-page-ajax {
    width: 100%;
    text-align: center;
    text-transform:uppercase;
    margin: 5px 0;
}
.load-next-page-ajax span {
    display: block;
    padding: 5px;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
}

.load-next-page-ajax span.load-next-page-ajax-splash table {
    margin: 0 auto;
    border: none;
    padding: 0;
    width: auto;
}
.load-next-page-ajax span.load-next-page-ajax-splash table tr,
.load-next-page-ajax span.load-next-page-ajax-splash table tr td {
    margin: 0;
    border: none;
    padding: 0;
}


.ik_select{
    display:inline-block; *display:inline;
    vertical-align:middle;
    position:relative;
    *zoom:1;
}

.ik_select_link{
    height:16px;
    padding:0 22px 0 7px;
    overflow:hidden;
    border:1px solid #999;
    cursor:default;
    white-space:nowrap;
    *zoom:1;
}
.ik_select_link_text{
    display:block;
    overflow:hidden;
    text-overflow:ellipsis;
}

.ik_select_block{
    display:none;
    position:absolute; z-index:9999;
    width:100%;
    left:0; top:0;
    cursor:default;
}
.ik_select_list {
    position:relative;
    border-width:1px;
	 border-style: solid;
    *zoom:1;
}
.ik_select_list ul{
    margin:0; padding:0;
    list-style:none;
    text-align: left;
}
.ik_select_list li{
    position:relative;
    padding:0 7px;
    overflow:hidden;
}
.ik_select_list li.ik_select_optgroup{
    padding-left:0;
}
.ik_select_optgroup_label{
    padding:0 7px;
    color:#7f8080;
}
.ik_select_optgroup li{
    padding-left:14px;
}
.ik_select_hover{
    background: #EEE;
}
.ik_select_optgroup_disabled .ik_select_optgroup_label,
.ik_select_option_disabled{
    color:#999;
}
.ik_select_link_disabled{
    opacity:0.5; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}

.ik_select{
    font: 11px/21px Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: gray;
}
.ik_select_link{
    position:relative;
    height:21px;
    padding:0 22px 0 7px;
    border-width: 1px;
	 border-style: solid;
	 -webkit-border-radius:4px;
    -moz-border-radius   :4px;
    border-radius        :4px;
    -webkit-transition: all 0.1s linear;
    -moz-transition   :all 0.1s linear;
    -ms-transition    :all 0.1s linear;
    -o-transition     :all 0.1s linear;
    transition        :all 0.1s linear;
}
/*
.ik_select_link:hover{
    -webkit-box-shadow:0 0 3px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255,0.22) inset;
    -moz-box-shadow   :0 0 3px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255,0.22) inset;
    box-shadow        :0 0 3px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255,0.22) inset;
}
.ik_select_link.ik_select_link_focus{
    -webkit-box-shadow:0 0 5px #000, 0 0 0 1px rgba(255,255,255,0.22) inset;
    -moz-box-shadow   :0 0 5px #000, 0 0 0 1px rgba(255,255,255,0.22) inset;
    box-shadow        :0 0 5px #000, 0 0 0 1px rgba(255,255,255,0.22) inset;
}
*/
.ik_select_link_text:after, .ik_select_link_text:before{
    /*content:"\25B2";*/
    position:absolute;
    top:50%; right:7px;
    font:6px/10px Arial, Helvetica, FreeSans, "Liberation Sans", "Nimbus Sans L", sans-serif;
    color:#434343;
}
.ik_select_link_text:after{
    margin-top:-8px;
}
.ik_select_link_text:before{
    /*content:"\25BC";*/
    margin-top:-2px;
}

.ik_select_block{
    top:-2px;
}
.ik_select_list{
    padding:7px 0;
    border-width:1px;
	 border-style: solid;
    -webkit-border-radius:5px;
    -moz-border-radius   :5px;
    border-radius        :5px;
    /*
    -webkit-box-shadow:0 10px 15px rgba(0,0,0,0.32), 0 0 0 1px rgba(0,0,0,0.08);
    -moz-box-shadow   :0 10px 15px rgba(0,0,0,0.32), 0 0 0 1px rgba(0,0,0,0.08);
    box-shadow        :0 10px 15px rgba(0,0,0,0.32), 0 0 0 1px rgba(0,0,0,0.08);
    */
    font: 11px/21px Arial, Helvetica, sans-serif;
    font-weight: normal;
}
.ik_select_list li{
    padding:0 0 0 21px;
}
.ik_select_optgroup_label{
    padding:0 0 0 21px;
}
.ik_select_optgroup li{
    padding-left:42px;
}
.ik_select_list li.ik_select_hover {
    /*
    background:#6288f7;
    background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYyODhmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMjYwZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:-moz-linear-gradient(top,  #6288f7 0%, #2260f6 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#6288f7), color-stop(100%,#2260f6));
    background:-webkit-linear-gradient(top,  #6288f7 0%,#2260f6 100%);
    background:-o-linear-gradient(top,  #6288f7 0%,#2260f6 100%);
    background:-ms-linear-gradient(top,  #6288f7 0%,#2260f6 100%);
    background:linear-gradient(to bottom,  #6288f7 0%,#2260f6 100%);
    */
    /*
    -webkit-box-shadow:0 -1px 0 rgba(0,0,0,0.1) inset, 0 1px 0 rgba(0,0,0,0.1) inset;
    -moz-box-shadow   :0 -1px 0 rgba(0,0,0,0.1) inset, 0 1px 0 rgba(0,0,0,0.1) inset;
    box-shadow        :0 -1px 0 rgba(0,0,0,0.1) inset, 0 1px 0 rgba(0,0,0,0.1) inset;
    */
}
.ik_select_list li.ik_select_active {
     background-repeat: no-repeat;
    background-position: 2px center;
}
.ik_select_list li.ik_select_active span:after{
    /*content:"\2713";*/
    position:absolute;
    top:0; left:5px;
}
.ik_select_link_disabled{
    box-shadow:none;
}

.ik_select_filter_wrap{
    padding:0 4px 4px;
}
.ik_select_filter{
    -webkit-box-sizing:border-box;
    -moz-box-sizing   :border-box;
    box-sizing        :border-box;
    width:100%; height:20px;
    padding:0 5px;
    border:none;
    /*
    -webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.4);
    -moz-box-shadow   :inset 0 1px 3px rgba(0,0,0,0.4);
    box-shadow        :inset 0 1px 3px rgba(0,0,0,0.4);
    */
}
.ik_select_filter:focus{
    outline:none;
}

.sc-selectbox-sortby-wrap,
.sc-selectbox-sortby-wrap .ik_select_list {
    width: 140px!important;
}

.sc-selectbox-limiter-wrap,
.sc-selectbox-limiter-wrap .ik_select_list {
    width: 45px!important;
}

/* ===== STORE ===== */

div.wp_stylish_store_switcher div {
	float: left;
}
div.wp_stylish_store_switcher div a {
	font-size: 11px;
}
div.wp_stylish_store_switcher div strong {
	font-weight: bold;
	text-transform: uppercase;
}

div.wp_stylish_store_switcher div.active a {
	cursor: pointer;
}
div.wp_stylish_store_switcher div.first {
	margin-left: 0;
}
/* ===== LANGUAGE - FLAGS ===== */

div.wp_stylish_languages_switcher_flags {
	float: right;
}
div.wp_stylish_languages_switcher_flags label {
	float: right;
	margin-right: 5px;
	margin-top: 0px;
	color: black;
	font-size: 11px;
	line-height: 22px;
	color: #808080;
}
div.wp_stylish_languages_switcher_flags div {
	float: right;
	border: none;
	padding: 0px;
	margin-right: 5px;
	margin-top: 5px;
	height: 11px;
	overflow: hidden;
}
div.wp_stylish_languages_switcher_flags div.first {
	margin-right: 0;
}
div.wp_stylish_languages_switcher_flags div img {
	border: none;
	margin: 0;
	padding: 0;
}
div.wp_stylish_languages_switcher_flags div.active img {
	filter: Gray();                         /* IE4-8: depreciated */
	filter: url('https://www.unitedfurnituregroup.com/skin/frontend/default/perfect_white/css/webandpeople/stylishstoreswitcher/desaturate.svg#grayscale'); /* SVG version for IE10, Firefox, Safari 5 and Opera */
	-webkit-filter: grayscale(100%);         /* Chrome + Safari 6 */
	-moz-filter: grayscale(100%);            /* Future proof */
	-ms-filter: grayscale(100%);             /* Future proof */
	-o-filter: grayscale(100%);              /* Future proof */
	filter: grayscale(100%);                 /* Future proof or polyfilled */
	opacity: .6;
	filter: alpha(opacity=60);
}
div.wp_stylish_languages_switcher_flags div.active a:hover {
	cursor: default;
}
/* ===== LANGUAGE - BLOCKS ===== */
div.wp_stylish_languages_switcher {
	float: right;
	margin: 0px 0px;
	width: 40%;
}
div.wp_stylish_languages_switcher div {
	float: right;
	border: 1px dashed #999;
	padding: 5px 10px;
	margin-right: 5px;
}
div.wp_stylish_languages_switcher label {
	float: right;
	margin-right: 10px;
	margin-top: 7px;
	color: black;
}
div.wp_stylish_languages_switcher div.active {
	border-style: solid;
}
div.wp_stylish_languages_switcher div.first {
	margin-right: 0;
}
/*CSS3 Transition*/
div.wp_stylish_store_switcher div {
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
-ms-transition: all .3s linear;
transition: all .3s linear;
}
/*CSS3 Transition*/

/*IE7 fix*/
*+html div.wp_stylish_languages_switcher_flags {
	width: 200px;
}

/***************************************MEDIA QUERY ***************************************/
@media all and (min-width:379px) {
div.wp_stylish_store_switcher div {
 float: left;
 border-bottom: 0;
 padding: 2px 10px 2px 10px;
 margin: 0px 1px 0px 0px;
 border-radius:  2px 2px 0px 0px;
}
div.wp_stylish_store_switcher {
 float: left;
 margin: 10px 10px 0px 0px;
}
}

@media all and (max-width:380px) {
div.wp_stylish_store_switcher div.active, div.wp_stylish_store_switcher div.active:hover {
 width: 99%;
}
div.wp_stylish_store_switcher div {
 float: none;
 border-bottom: 0;
 padding: 5px 0px 5px 0px;
 margin: 0px 0px 0px 0px;
 border-radius:  3px;
 text-align: center;
 width: 99%;
}
div.wp_stylish_store_switcher {
 float: none;
 margin: 10px 0px 0px 0px;
}
}


/************************ START: COLOR ACCENTS ****************/

/***** please, do not delete the comment below *****/
/* replacement: color_scheme/css/block */
/*IMAGES*/
.form-search button.button, .head_contacts_block li, .col-main dl dt, .block .block-title strong, button.button, button.button span span,
.product-shop .add-to-cart button.button, .checkout-types button.button, #review-buttons-container button.button, .product-options-bottom button.button,
.product-shop .add-to-cart button.button span, .checkout-types button.button span, #review-buttons-container button.button span, .product-options-bottom button.button span,
.product-view .product-shop a.link-wishlist, .data-table a.link-wishlist, .product-details a.link-wishlist, .product-details a.link-compare, .product-view .product-shop a.link-compare, p.email-friend a:link, p.email-friend a:visited,
div.i_images div ul li, .compare-table .btn-remove, .shipping_price a:link, .shipping_price a:visited, .block-shipping-calculator a:link, .block-shipping-calculator a:visited,
.sc-toolbar .grid, .sc-toolbar .list, .onepagecheckout.opc .active .step-title .number, .current-direction-desc,  .current-direction-asc {
    background-image: url(https://www.unitedfurnituregroup.com/skin/frontend/default/perfect_white/images/sprite.png);
}

.col-main dl dt, ul.bullet li, ul.bullet_big li {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAJCAYAAADkZNYtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAEBJREFUeNpinDhxIgMO8B+IGZEFmBhwA0aoBqIUY2ggpBhFAwu6VXjAfxZ0T+DzLBOxColxM0rwMRGrEAQAAgwASXELyO7lw58AAAAASUVORK5CYII=);
}

.sc-toolbar .list {
    background-repeat: no-repeat;
    background-position: -148px -100px;
}

.sc-toolbar .grid {
    background-repeat: no-repeat;
    background-position: -184px -100px;
}
/*COLOR*/
body {
    background-color: #ffffff;
    background-repeat: repeat;
    background-image: url(data:image/gif;base64,R0lGODlhFAAIAIAAANnZ2f///yH5BAAAAAAALAAAAAAUAAgAAAIXTGCXaKwPnWyr0pui1byziYGgl4WbVAAAOw==);
    background-position: 0 0;
    color: #666666;
}

.page, .data-table tr.even td,  .data-table tfoot tr td,
.dashboard .box-reviews .number, .testimonial a.more, .brand, .addresses-list li.item, .pager, .account-login .buttons-set, .block-cart .subtotal, .product-options-bottom, .order-info, .validation-advice,
.menu-mobile div.column, .truncated .truncated_full_value dl, #fancybox-outer, #wp-x-overlay-list, #wp-x-overlay-filter, .updateInfo, div.wp-one-page-checkout-popup {
    background-color: #ffffff;
}

.footer, #cartview-panel, #compare-panel, #wishlist-panel, #popup-login-form .section {
    background-color: #ffffff;
    background-image: url(data:image/gif;base64,R0lGODlhwwAEAJEAANLS0tDQ0P///wAAACH5BAAAAAAALAAAAADDAAQAAAI3FIynyesNn4x02oqvznx7HgjhKJbkaaboqrbs68bwLNf0bef4rvf87wsCh8Ii8WhMIpfKJvNVAAA7);
    background-repeat: repeat-x;
    background-position: 0 0;
}

.testimonial .block-content , .testim, .news, .block-account .block-content, .data-table thead th, .ik_select_list li.ik_select_hover, .ik_select_list, .sc-limiter select {
    background-color: #e8e8e8;
}

.testimonial .block-title {
    background-color: #e8e8e8 !important;
}

.testimonial:after {
    border-top-color: #e8e8e8;
}

.data-table td {
    background-color: #fcfcfc;
    border-bottom: 1px solid #ffffff;
}

.cart-table tr:hover td, .checkout-onepage-index .data-table tfoot tr td, .subtotal td, .shipping td, div.four {
    background-color: #f0f0f0;
}

a.more:hover {
    background-color: #999999;
}
/*headings*/
h1, h2, h3, h4, h5, h6, .col-main dl dt, .ik_select_list li.ik_select_hover {
    color: #000000;
}
/*border-color*/
.checkout-progress li.active, .form-search .search-autocomplete ul, .form-search .search-autocomplete li,
.checkout-progress li, p.link {
    border-color: #999999;
}

hr, .pager .limiter select, .sorter .sort-by select, .form-list .input-box select, .sc-toolbar-contents, .ik_select_link, .ik_select_list, .sc-limiter select, .updateInfo {
    border-color: #dadada;
}

.pager .pages li a:hover, div.pages li.current, .form-search, .block-cart-top {
    border-color: #555;
}

.dashboard .box-reviews .number,
.onepagecheckout .column-left,
.onepagecheckout .column-right,
 #opc-shipping_method,
#opc-payment, #compare-panel, #wishlist-panel, #cartview-panel, .truncated .truncated_full_value dl, #fancybox-content, .sc-toolbar-contents, .load-next-page-ajax span {
    border-color: #dadada !important;
}

.compare-table .product-shop-row th, .compare-table .product-shop-row td, .data-table tr.even td, .data-table tr.even th, .data-table tr.odd td, .data-table tr.odd th, .data-table tr.even td, .data-table tr.even th {
    border-color: #ffffff!important;
}

.footer ul.links li, .footer_block .links_block div ul li, .pager .pages li a:link, .pager .pages li a:visited, .pager .pages li a:link, .pager .pages li a:visited, .product-options dd,
.data-table tfoot, .news_leftl dd, #menu-button, .menu-mobile div.menu-button, .menu-mobile div.menu-mobile, .sc-pager .sc-sort-by.inline ol li a:hover, .sc-pager .sc-sort-by.inline ol li a strong, .sc-pager .pages li a:hover,  .sc-pager .pages .current {
    border-bottom-color: #dadada;
}

.form-list li.additional-row {
    border-top-color: #dadada;
}

.block-account .block-content li a, .block-account .block-content li.current strong {
    background-image: url(data:image/gif;base64,R0lGODlhwwAEAJEAANLS0tDQ0P///wAAACH5BAAAAAAALAAAAADDAAQAAAI3FIynyesNn4x02oqvznx7HgjhKJbkaaboqrbs68bwLNf0bef4rvf87wsCh8Ii8WhMIpfKJvNVAAA7);
    background-repeat: repeat-x;
    background-position: 0% 100%;
}
/*background - color*/
.nav-container, .block-shipping-results, .tp-caption.big_white, .tp-caption.medium_white {
    background-color: #F26622;
}
/* background-light*/
.block .block-content li.item:hover, .cart .crosssell li.item:hover, .pager .limiter select, .sorter .sort-by select,
.product-view .product-img-box .zoom #track, .product-shop .tier-prices, .price-box-bundle,
.error-msg, .success-msg, .note-msg, .notice-msg, a.more:link, a.more:visited {
    background: #eeeeee;
}

.buttons-set .back-link a:link, .buttons-set .back-link a:visited, .mini-products-list .link-cart, .block-service a.more:link, .block-service a.more:visited {
    background-color: #dbdbdb;
}
/*forms*/
input.input-text, select, textarea, .product-view .box-tags .form-add .input-box input, .opc .step-title .number {
    background-color: #ffffff;
    border: 1px solid #dfdfdf;
}

.tool-tip, .data-table, .data-table tfoot tr, .data-table .odd, .data-table .even, .fieldset .legend, .advanced-search-summary, .product-options, .data-table tbody.odd tr, .data-table tbody.odd tr td, .tags-list, .header .form-search .search-autocomplete {
    background-color: #ffffff;
}
/*background- foocus */
input.input-text:focus, select:focus, textarea:focus {
    background-color: #ffffff;
    border-color: #000000;
}

/*text color*/
a:link, a:visited {
    color: #000000;
    text-decoration: none;
}

a:hover, li.ui-tabs-selected a, .block .block-title strong, .block-layered-nav dt, .sc-title, .sc-sort-by .caption, .sc-pager .pages strong, .sc-amount, .sc-amount strong, .sc-limiter,
.sc-pager .sc-sort-by.inline ol li a:link, .sc-pager .sc-sort-by.inline ol li a:visited {
    color: #999999;
}

.products-grid li:hover .short-description {
    color: #454545;
}

.block-layered-nav li {
    color: #777;
}
/*light*/
.product-name a:link, .product-name a:visited, div.tabs_info .product-name a:link, div.tabs_info .product-name a:visited, .desc a:link, .desc a:visited,
.add-to-box .or, .product-view .box-tags .form-add label, div.pageblock_title,  .pager .pages strong, .sorter label, .pager .amount {
    color: #898989;
}

.form-search input.input-text, .footer_block h4.title, .footer .seotext p, .footer address, .pager .amount, .pager .amount strong, .pager .limiter, .sorter, .sorter strong, .pager .pages,
.short-description, .dashboard .box-reviews .number, .testim p.sign, .testim p.date, .news p.sign, .news p.date {
    color: #898989;
}

.form-search input.input-text:focus, .block-progress dt, .block-subscribe input.input-text:focus, div.pages li.current, .sorter strong, .pager .limiter select, .sorter .sort-by select,
.products-grid li:hover .product-name a:link, .products-grid li:hover .product-name a:visited, .item-content:hover .product-name a:link, .item-content:hover .product-name a:visited, div.tabs_info .item-content:hover .product-name a:link, div.tabs_info .item-content:hover .product-name a:visited, table.products-grid td:hover .product-name a:link, table.products-grid td:hover .product-name a:visited, .separate_product_view:hover .product-name a:link, .separate_product_view:hover .product-name a:visited,
.item:hover .desc a:link, .item:hover .desc a:visited, .product-options-bottom .price-label, .product-options-bottom label, .product-shop label, .box-reviews dl dt,
.col-main .product-shop .item-options dt, .data-table tr:hover .item-options, .data-table td input.qty, .opc .step-title .number, .buttons-set .back-link a:hover, .block-service a.more:hover,
.testim p, .testimonial .block-content, .testimonial a.more, .pager .pages, .pager .pages strong, .sorter label, .pager .amount, .pager p.amount, .pager .limiter, div.block-cart-top p.cart-link a:link, div.block-cart-top p.cart-link a:visited {
    color: #000000;
}

.buttons-set .back-link a:hover, .block-service a.more:hover {
    background-color: #c4c4c4;
}

.addresses-list li.item, .advanced-search-summary, .account-login .content, .account-login .buttons-set, .account-login h2, .block-cart .subtotal, .order-info, .order-info-box, .tags-list, .header .form-search .search-autocomplete ul, .header .form-search .search-autocomplete li, .box-account, .fieldset, .fieldset .legend, .wp-shipping-calculator-popup, .sales-guest-form .col1-layout .block-content, .multiple-checkout .col2-set, .multiple-checkout .col3-set, .multiple-checkout .col2-set h2.legend, .checkout-multishipping-shipping .box-sp-methods {
    border-color: #ffffff !important;
    border-radius: 3px;
    background-color: #ffffff;
}
/*grayscale color*/
.product-view .box-reviews .form-add h3 {
    color: #808080;
}

.title-buttons a.link-reorder, .title-buttons a.link-print, li:hover .product-name a:link, li:hover .product-name a:visited, .price-as-configured .price-label, .data-table .price {
    color: #000000;
}

.data-table td:hover .product-name a, .data-table td .product-name a:hover, .sp-methods label, .product-options dt label, .block-shipping-calculator .block-content li label {
    color: #000000 !important;
}

.block-shipping-results, .block-shipping-results .price, #menu-button a:link, #menu-button a:visited {
    color: #ffffff;
}
/*price*/
.regular-price, div.block-cart-top .price {
    color: #000000;
}

.special-price .price {
    color: #000;
}
/*orange*/
.validation-advice {
    color: #cc0000;
    z-index: 999;
}

.validation-failed {
    background-color: #ffffff !important;
    border-color: #cc0000 !important;
}

.error-msg, label.required em, .error-msg, .success-msg, .note-msg, .notice-msg {
    color: #cc0000;
}
/*Menu*/
div.wp-custom-menu-popup, #fancybox-content {
    background: #ffffff;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}

div.menu a:hover {
    background: #ffffff;
}

div.menu.active a {
    background: #ffffff !important;
    color: #000 !important;
}

div.menu a:link, div.menu a:visited {
    color: #fff;
}

div.menu a:hover, div.menu.active a, .menu-mobile a.level1:link, .menu-mobile a.level1:visited,
.menu-mobile .parentMenu a:link, .menu-mobile .parentMenu a:visited {
    color: #000;
}

a.level1:hover, a.level2:hover, a.level3:hover {
    background: #f1f1f1;
    color: #000000;
}

.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;
}

#menu-content {
    background: #f5f5f5;
}

.menu-mobile .parentMenu {
    border-bottom: 1px solid #dadada;
}

#custommenu-mobile  .parentMenu:hover a:link, #custommenu-mobile  .parentMenu:hover a:visited, #custommenu-mobile  .parentMenu:hover {
    background-color: #fff;
}

#custommenu-mobile .level0 {
    background-color: #ffffff;
}

#custommenu-mobile .level1 {
    background-color: #f5f5f5;
}

#custommenu-mobile .level2 {
    background-color: #e4e4e4;
}
/*standard navigation*/
#nav li a {
    color: #fff;
}

#nav ul {
    background-color: #333333;
}

#nav ul ul {
    background-color: #000000;
}

#nav ul li a {
    color: #ffffff;
}

#nav ul li a:hover, #nav ul ul li a:hover {
    color: #fff;
}

#nav li a:hover {
    color: #f9f9f9;
}

#nav ul li a:hover, .over {
    background: #999999 !important;
}

#nav ul ul li a:hover {
    background: #999999 !important;
}
/*tabs*/
.tabs a {
    background-color: #EEEEEE;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #dadada;
}

.tabs li.active a, .tabs li.active a:hover {
    color: #000000 !important;
    background-color: #ffffff !important;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #ffffff;
}

.padder {
    border: 1px solid #eaeaea;
}

.tabs a:hover {
    background-color: #eaeaea;
}
/*shipping calc*/
.shipping_price a:link, .shipping_price a:visited, .block-shipping-calculator a:link, .block-shipping-calculator a:visited {
    border: 1px solid #ffffff;
}

.shipping_price a:hover {
    border: 1px solid #000000;
    color: #000000;
}
/*trisha*/
ul.tabs_trisha {
    background-image: url(data:image/gif;base64,R0lGODlhwwAEAJEAANLS0tDQ0P///wAAACH5BAAAAAAALAAAAADDAAQAAAI3FIynyesNn4x02oqvznx7HgjhKJbkaaboqrbs68bwLNf0bef4rvf87wsCh8Ii8WhMIpfKJvNVAAA7);
    background-repeat: repeat-x;
    background-position: 0px 0px;
}

@media all and (min-width:800px) {
    li.ui-tabs-selected a {
        background-repeat: no-repeat  !important;
        background-position: 50% 0%  !important;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAMCAYAAAA+ht7fAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAANtJREFUeNpi+P//PwO5GAicgPgkEP+nM74ExK7kuJmJgTLwBYilGegPJID4L1k6KYlhaCyLAvE6Osbudqid5LmXCh6GgTQg/kxDj34D4hxKI4uaHgYBdRrl6UtQsxkGm4dBgA2IW4D4D5U82w41k2GwehgG7IH4HgUefQI1g6rlDy09DAL8QLyUDM+uhuplGGoehoFwIP5AhEdBhV4sLWsYenkYBOSA+AAezx4DYkVaV6n09DAMVAPxTySPggq3OiBmpkcbYiA8DALGQHwGiM8DsRm5hpDjXoAAAwCS+2p1FqtwKwAAAABJRU5ErkJggg==) !important;
    }
}
/*krista, standard, simple slider active button*/
.dc-widget-postslider .btn-active, .stripNav a.activeSlide, .stripNav a.activeSlide:hover, .stripNav a.activeSlide {
    background-color: #ffffff;
    border: 1px solid #555555;
    color: #ffffff;
}
/*nikol*/
#siteFeature #txtBoxContainer div div a:link, #siteFeature #txtBoxContainer div div a:visited, #siteFeature #txtBoxContainer div div a:hover {
    background-color: #999999;
}
/*catalog, checkout*/
.opc .active .step-title .number {
    background-color: #e8e8e8;
}

.ik_select_link {
    background: url(https://www.unitedfurnituregroup.com/skin/frontend/default/perfect_white/images/webandpeople/smartcatalog/select_white.gif) no-repeat 100% 50%;
}

.ik_select_list li.ik_select_active {
    background-image: url(https://www.unitedfurnituregroup.com/skin/frontend/default/perfect_white/images/webandpeople/smartcatalog/tick_white.gif);
}

#wp-x-overlay-list {
    background-position: 45% 100px;
    background-repeat: no-repeat;
    background-image: url(data:image/gif;base64,R0lGODlhIAAgAPUAAP///wAAAPr6+sTExOjo6PDw8NDQ0H5+fpqamvb29ubm5vz8/JKSkoaGhuLi4ri4uKCgoOzs7K6urtzc3D4+PlZWVmBgYHx8fKioqO7u7kpKSmxsbAwMDAAAAM7OzsjIyNjY2CwsLF5eXh4eHkxMTLCwsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAG/0CAcEgkFjgcR3HJJE4SxEGnMygKmkwJxRKdVocFBRRLfFAoj6GUOhQoFAVysULRjNdfQFghLxrODEJ4Qm5ifUUXZwQAgwBvEXIGBkUEZxuMXgAJb1dECWMABAcHDEpDEGcTBQMDBQtvcW0RbwuECKMHELEJF5NFCxm1AAt7cH4NuAOdcsURy0QCD7gYfcWgTQUQB6Zkr66HoeDCSwIF5ucFz3IC7O0CC6zx8YuHhW/3CvLyfPX4+OXozKnDssBdu3G/xIHTpGAgOUPrZimAJCfDPYfDin2TQ+xeBnWbHi37SC4YIYkQhdy7FvLdpwWvjA0JyU/ISyIx4xS6sgfkNS4me2rtVKkgw0JCb8YMZdjwqMQ2nIY8BbcUQNVCP7G4MQq1KRivR7tiDEuEFrggACH5BAkKAAAALAAAAAAgACAAAAb/QIBwSCQmNBpCcckkEgREA4ViKA6azM8BEZ1Wh6LOBls0HA5fgJQ6HHQ6InKRcWhA1d5hqMMpyIkOZw9Ca18Qbwd/RRhnfoUABRwdI3IESkQFZxB4bAdvV0YJQwkDAx9+bWcECQYGCQ5vFEQCEQoKC0ILHqUDBncCGA5LBiHCAAsFtgqoQwS8Aw64f8m2EXdFCxO8INPKomQCBgPMWAvL0n/ff+jYAu7vAuxy8O/myvfX8/f7/Arq+v0W0HMnr9zAeE0KJlQkJIGCfE0E+PtDq9qfDMogDkGmrIBCbNQUZIDosNq1kUsEZJBW0dY/b0ZsLViQIMFMW+RKKgjFzp4fNokPIdki+Y8JNVxA79jKwHAI0G9JGw5tCqDWTiFRhVhtmhVA16cMJTJ1OnVIMo1cy1KVI5NhEAAh+QQJCgAAACwAAAAAIAAgAAAG/0CAcEgkChqNQnHJJCYWRMfh4CgamkzFwBOdVocNCgNbJAwGhKGUOjRQKA1y8XOGAtZfgIWiSciJBWcTQnhCD28Qf0UgZwJ3XgAJGhQVcgKORmdXhRBvV0QMY0ILCgoRmIRnCQIODgIEbxtEJSMdHZ8AGaUKBXYLIEpFExZpAG62HRRFArsKfn8FIsgjiUwJu8FkJLYcB9lMCwUKqFgGHSJ5cnZ/uEULl/CX63/x8KTNu+RkzPj9zc/0/Cl4V0/APDIE6x0csrBJwybX9DFhBhCLgAilIvzRVUriKHGlev0JtyuDvmsZUZlcIiCDnYu7KsZ0UmrBggRP7n1DqcDJEzciOgHwcwTyZEUmIKEMFVIqgyIjpZ4tjdTxqRCMPYVMBYDV6tavUZ8yczpkKwBxHsVWtaqo5tMgACH5BAkKAAAALAAAAAAgACAAAAb/QIBwSCQuBgNBcck0FgvIQtHRZCYUGSJ0IB2WDo9qUaBQKIXbLsBxOJTExUh5mB4iDo0zXEhWJNBRQgZtA3tPZQsAdQINBwxwAnpCC2VSdQNtVEQSEkOUChGSVwoLCwUFpm0QRAMVFBQTQxllCqh0kkIECF0TG68UG2O0foYJDb8VYVa0alUXrxoQf1WmZnsTFA0EhgCJhrFMC5Hjkd57W0jpDsPDuFUDHfHyHRzstNN78PPxHOLk5dwcpBuoaYk5OAfhXHG3hAy+KgLkgNozqwzDbgWYJQyXsUwGXKNA6fnYMIO3iPeIpBwyqlSCBKUqEQk5E6YRmX2UdAT5kEnHKkQ5hXjkNqTPtKAARl1sIrGoxSFNuSEFMNWoVCxEpiqyRlQY165wEHELAgAh+QQJCgAAACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0GxwFwmFJlnlAgaTKpFqEIqFJMBhcEABC5GjkPz0KN2tsvHBH4sJKgdd1NHSXILah9tAmdCC0dUcg5qVEQfiIxHEYtXSACKnWoGXAwHBwRDGUcKBXYFi0IJHmQEEKQHEGGpCnp3AiW1DKFWqZNgGKQNA65FCwV8bQQHJcRtds9MC4rZitVgCQbf4AYEubnKTAYU6eoUGuSpu3fo6+ka2NrbgQAE4eCmS9xVAOW7Yq7IgA4Hpi0R8EZBhDshOnTgcOtfM0cAlTigILFDiAFFNjk8k0GZgAxOBozouIHIOyKbFixIkECmIyIHOEiEWbPJTTQ5FxcVOMCgzUVCWwAcyZJvzy45ADYVZNIwTlIAVfNB7XRVDLxEWLQ4E9JsKq+rTdsMyhcEACH5BAkKAAAALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUYKQ4YKEYSKfVKPaUMZHwMDeQBxh04ABYSFGU4JBpsDBmFHdXMLIKofBEyKCpdgspsOoUsLXaRLCQMgwky+YJ1FC4POg8lVAg7U1Q5drtnHSw4H3t8HDdnZy2Dd4N4Nzc/QeqLW1bnM7rXuV9tEBhQQ5UoCbJDmWKBAQcMDZNhwRVNCYANBChZYEbkVCZOwASEcCDFQ4SEDIq6WTVqQIMECBx06iCACQQPBiSabHDqzRUTKARMhSFCDrc+WNQIcOoRw5+ZIHj8ADqSEQBQAwKKLhIzowEEeGKQ0owIYkPKjHihZoBKi0KFE01b4zg7h4y4IACH5BAkKAAAALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUUJeQCGChGEin1SkGlubEhDcYdOAAWEhRlOC12HYUd1eqeRokOKCphgrY5MpotqhgWfunqPt4PCg71gpgXIyWSqqq9MBQPR0tHMzM5L0NPSC8PCxVUCyeLX38+/AFfXRA4HA+pjmoFqCAcHDQa3rbxzBRD1BwgcMFIlidMrAxYICHHA4N8DIqpsUWJ3wAEBChQaEBnQoB6RRr0uARjQocMAAA0w4nMz4IOaU0lImkSngYKFc3ZWyTwJAALGK4fnNA3ZOaQCBQ22wPgRQlSIAYwSfkHJMrQkTyEbKFzFydQq15ccOAjUEwQAIfkECQoAAAAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVD29K/AFfRRQUDDt1PmoFqHgPtBLetvMwG7QMes0KxkkIFIQNKDhBgKvCh3gQiqmxt6NDBAAEIEAgUOHCgBBEH9Yg06uWAIQUABihQMACgBEUHTRwoUEOBIcqQI880OIDgm5ABDA8IgUkSwAAyij1/jejAARPPIQwONBCnBAJDCEOOCnFA8cOvEh1CEJEqBMIBEDaLcA3LJIEGDe/0BAEAIfkECQoAAAAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVDDti/BQccA8yrYBAjHR0jc53LRQYU6R0UBnO4RxmiG/IjJUIJFuoVKeCBigBN5QCk43BgFgMKFCYUGDAgFEUQRGIRYbCh2xACEDcAcHDgQDcQFGf9s7VkA0QCI0t2W0DRw68h8ChAEELSJE8xijBvVqCgIU9PjwA+UNzG5AHEB9xkDpk4QMGvARQsEDlKxMCALDeLcA0rqEEDlWCCAAAh+QQJCgAAACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0FRylQmFJlnlFhQJKrTrRCqoALIBXAxchySzZm2Wusdi8nfOfeYfAuPEWoCZkILR2l+V2VFCXkAhgoRhIp9UpBpbmxIQ3GHTgAFhIUZTgtdh2FHdXqnkaJDigqYYK2OTKaLaoYFn7p6j0wOA8PEAw6/Z4PKUhwdzs8dEL9kqqrN0M7SetTVCsLFw8d6C8vKvUQEv+dVCRAaBnNQtkwPFRQUFXOduUoTG/cUNkyYg+tIBlEMAFYYMAaBuCekxmhaJeSeBgiOHhw4QECAAwcCLhGJRUQCg3RDCmyUVmBYmlOiGqmBsPGlyz9YkAlxsJEhqCubABS9AsPgQAMqLQfM0oTMwEZ4QpLOwvMLxAEEXIBG5aczqtaut4YNXRIEACH5BAkKAAAALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RahAQRQtHaX5XZUUJeQAGHR0jA0SKfVKGCmlubEhCBSGRHSQOQwVmQwsZTgtdh0UQHKIHm2quChGophuiJHO3jkwOFB2UaoYFTnMGegDKRQQG0tMGBM1nAtnaABoU3t8UD81kR+UK3eDe4nrk5grR1NLWegva9s9czfhVAgMNpWqgBGNigMGBAwzmxBGjhACEgwcgzAPTqlwGXQ8gMgAhZIGHWm5WjelUZ8jBBgPMTBgwIMGCRgsygVSkgMiHByD7DWDmx5WuMkZqDLCU4gfAq2sACrAEWFSRLjUfWDopCqDTNQIsJ1LF0yzDAA90UHV5eo0qUjB8mgUBACH5BAkKAAAALAAAAAAgACAAAAb/QIBwSCwqFIuickk0FIiCo6A4ZSoZnRBUSiwoEtYipNOBDKOKKgD9DBNHHU4brc4c3cUBeSOk949geEQUZA5rXABHEW4PD0UOZBSHaQAJiEMJgQATFBQVBkQHZKACUwtHbX0RR0mVFp0UFwRCBSQDSgsZrQteqEUPGrAQmmG9ChFqRAkMsBd4xsRLBBsUoG6nBa14E4IA2kUFDuLjDql4peilAA0H7e4H1udH8/Ps7+3xbmj0qOTj5mEWpEP3DUq3glYWOBgAcEmUaNI+DBjwAY+dS0USGJg4wABEXMYyJNvE8UOGISKVCNClah4xjg60WUKyINOCUwrMzVRARMGENWQ4n/jpNTKTm15J/CTK2e0MoD+UKmHEs4onVDVVmyqdpAbNR4cKTjqNSots07EjzzJh1S0IADsAAAAAAAAAAAA=);
    /*background-image: url(https://www.unitedfurnituregroup.com/skin/frontend/images/webandpeople/smartcatalog/ajax-update.gif);*/;
}

.load-next-page-ajax span.load-next-page-ajax-splash td.load {
    width: 27px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(data:image/gif;base64,R0lGODlhEAAQAPQAAP///wAAAPDw8IqKiuDg4EZGRnp6egAAAFhYWCQkJKysrL6+vhQUFJycnAQEBDY2NmhoaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAAFdyAgAgIJIeWoAkRCCMdBkKtIHIngyMKsErPBYbADpkSCwhDmQCBethRB6Vj4kFCkQPG4IlWDgrNRIwnO4UKBXDufzQvDMaoSDBgFb886MiQadgNABAokfCwzBA8LCg0Egl8jAggGAA1kBIA1BAYzlyILczULC2UhACH5BAkKAAAALAAAAAAQABAAAAV2ICACAmlAZTmOREEIyUEQjLKKxPHADhEvqxlgcGgkGI1DYSVAIAWMx+lwSKkICJ0QsHi9RgKBwnVTiRQQgwF4I4UFDQQEwi6/3YSGWRRmjhEETAJfIgMFCnAKM0KDV4EEEAQLiF18TAYNXDaSe3x6mjidN1s3IQAh+QQJCgAAACwAAAAAEAAQAAAFeCAgAgLZDGU5jgRECEUiCI+yioSDwDJyLKsXoHFQxBSHAoAAFBhqtMJg8DgQBgfrEsJAEAg4YhZIEiwgKtHiMBgtpg3wbUZXGO7kOb1MUKRFMysCChAoggJCIg0GC2aNe4gqQldfL4l/Ag1AXySJgn5LcoE3QXI3IQAh+QQJCgAAACwAAAAAEAAQAAAFdiAgAgLZNGU5joQhCEjxIssqEo8bC9BRjy9Ag7GILQ4QEoE0gBAEBcOpcBA0DoxSK/e8LRIHn+i1cK0IyKdg0VAoljYIg+GgnRrwVS/8IAkICyosBIQpBAMoKy9dImxPhS+GKkFrkX+TigtLlIyKXUF+NjagNiEAIfkECQoAAAAsAAAAABAAEAAABWwgIAICaRhlOY4EIgjH8R7LKhKHGwsMvb4AAy3WODBIBBKCsYA9TjuhDNDKEVSERezQEL0WrhXucRUQGuik7bFlngzqVW9LMl9XWvLdjFaJtDFqZ1cEZUB0dUgvL3dgP4WJZn4jkomWNpSTIyEAIfkECQoAAAAsAAAAABAAEAAABX4gIAICuSxlOY6CIgiD8RrEKgqGOwxwUrMlAoSwIzAGpJpgoSDAGifDY5kopBYDlEpAQBwevxfBtRIUGi8xwWkDNBCIwmC9Vq0aiQQDQuK+VgQPDXV9hCJjBwcFYU5pLwwHXQcMKSmNLQcIAExlbH8JBwttaX0ABAcNbWVbKyEAIfkECQoAAAAsAAAAABAAEAAABXkgIAICSRBlOY7CIghN8zbEKsKoIjdFzZaEgUBHKChMJtRwcWpAWoWnifm6ESAMhO8lQK0EEAV3rFopIBCEcGwDKAqPh4HUrY4ICHH1dSoTFgcHUiZjBhAJB2AHDykpKAwHAwdzf19KkASIPl9cDgcnDkdtNwiMJCshACH5BAkKAAAALAAAAAAQABAAAAV3ICACAkkQZTmOAiosiyAoxCq+KPxCNVsSMRgBsiClWrLTSWFoIQZHl6pleBh6suxKMIhlvzbAwkBWfFWrBQTxNLq2RG2yhSUkDs2b63AYDAoJXAcFRwADeAkJDX0AQCsEfAQMDAIPBz0rCgcxky0JRWE1AmwpKyEAIfkECQoAAAAsAAAAABAAEAAABXkgIAICKZzkqJ4nQZxLqZKv4NqNLKK2/Q4Ek4lFXChsg5ypJjs1II3gEDUSRInEGYAw6B6zM4JhrDAtEosVkLUtHA7RHaHAGJQEjsODcEg0FBAFVgkQJQ1pAwcDDw8KcFtSInwJAowCCA6RIwqZAgkPNgVpWndjdyohACH5BAkKAAAALAAAAAAQABAAAAV5ICACAimc5KieLEuUKvm2xAKLqDCfC2GaO9eL0LABWTiBYmA06W6kHgvCqEJiAIJiu3gcvgUsscHUERm+kaCxyxa+zRPk0SgJEgfIvbAdIAQLCAYlCj4DBw0IBQsMCjIqBAcPAooCBg9pKgsJLwUFOhCZKyQDA3YqIQAh+QQJCgAAACwAAAAAEAAQAAAFdSAgAgIpnOSonmxbqiThCrJKEHFbo8JxDDOZYFFb+A41E4H4OhkOipXwBElYITDAckFEOBgMQ3arkMkUBdxIUGZpEb7kaQBRlASPg0FQQHAbEEMGDSVEAA1QBhAED1E0NgwFAooCDWljaQIQCE5qMHcNhCkjIQAh+QQJCgAAACwAAAAAEAAQAAAFeSAgAgIpnOSoLgxxvqgKLEcCC65KEAByKK8cSpA4DAiHQ/DkKhGKh4ZCtCyZGo6F6iYYPAqFgYy02xkSaLEMV34tELyRYNEsCQyHlvWkGCzsPgMCEAY7Cg04Uk48LAsDhRA8MVQPEF0GAgqYYwSRlycNcWskCkApIyEAOwAAAAAAAAAAAA==)
    /* background-image: url(https://www.unitedfurnituregroup.com/skin/frontend/images/webandpeople/smartcatalog/ajax-loader.gif); */;
}
/*store switcher*/
div.wp_stylish_store_switcher div {
    background: #e4e4e4;
    border: 1px solid #e4e4e4;
}

div.wp_stylish_store_switcher div:hover {
    border-color: #555;
}

div.wp_stylish_store_switcher div a:link, div.wp_stylish_store_switcher div a:visited {
    color: #000;
}

div.wp_stylish_store_switcher div a:hover {
    color: #999;
}

div.wp_stylish_store_switcher div.active, div.wp_stylish_store_switcher div.active:hover {
    background-color: #ffffff;
    border-color: #777777;
    color: #000;
}

.home-images {
    background-image: url(data:image/gif;base64,R0lGODlhwwAEAJEAANLS0tDQ0P///wAAACH5BAAAAAAALAAAAADDAAQAAAI3FIynyesNn4x02oqvznx7HgjhKJbkaaboqrbs68bwLNf0bef4rvf87wsCh8Ii8WhMIpfKJvNVAAA7);
    background-position: 0% 100%;
    background-repeat: repeat-x;
}
/*media query*/
@media all and (min-width:800px) {
    .block-account .block-content li a:hover {
        background-color: #f5f5f5;
    }
}

@media all and (max-width:799px) {
    .pager .pages, .block-account, div.block-cart-top p.cart-link a:link, div.block-cart-top p.cart-link a:visited {
        background-color: #dadada;
    }

    .product-view {
        border-color: #dadada;
    }

    .tabs {
        border-top-color: #dadada;
    }

    .tabs li a:after {
        border-top: 3px solid #aaa;
    }

    .tabs li, .tabs li.active a, .tabs li.active a:hover, .tabs a, .block-account .block-content li a, .block-account .block-content li.current strong {
        border-bottom-color: #dadada;
    }
}
/*********************BUTTONS TEXT COLOR*****************************/
/*any button*/
button.button span span {
    color: #000000;
}

.button-small span span, .opc .active .step-title .number {
    color: #fff;
}
/*product page button, checkout button*/
.product-shop .add-to-cart button.button span, .checkout-types button.button span, #review-buttons-container button.button span, .product-options-bottom button.button span {
    color: #ffffff;
}
/* :replacement */
/***** please, do not delete the comment above *****/

/************************ END: COLOR ACCENTS ****************/

* {
    -webkit-text-size-adjust: none;
    outline: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
    
}
/* Clearfix */
.clearfix:after, .top-container:after, .home-images div:after, .links_list:after, .products-grid .add-to-links:after, p.shipping_price:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix, .top-container, .home-images div, .links_list, .products-grid .add-to-links, p.shipping_price {
    display: inline-block;
}
html[xmlns] .clearfix, html[xmlns] .top-container, html[xmlns] .home-images div, html[xmlns] .links_list, html[xmlns] .products-grid .add-to-links, html[xmlns] p.shipping_price {
    display: block;
}
* html .clearfix, * html .top-container, * html .home-images div, * html .links_list, * html .products-grid .add-to-links, * html p.shipping_price {
    height: 1%;
}
/* end Clearfix */
body {
    font: normal 100% verdana, Arial, Helvetica, sans-serif;
    text-align: center;
}
.slides-wrapper a {
    opacity: 1;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.wrapper {
    padding-top: 10px;
    background: #fff;
}
.sp, .clear {
    clear: both;
    margin:0;
    padding: 0;
    height: 0;
    overflow: hidden;
}
.sp span, .clear span {
    display: none;
}
/*Headings */
h1, .page-title h1, .page-title h2, .product-view .product-shop .product-name h1, .postTitle h2 {
    font-size: 1.5em;
}
h2 {
    font-size: 1.2rem;
}
h3 {
    font-size: 0.9rem;
}
h4 {
   /* font-size: 0.75rem;*/
}
h5 {
    font-size: 0.7rem;
}
h6 {
    font-size: 0.6rem;
}
/* Headings */
h1, h2, h3, h4, h5, h6, .col-main dl dt {
    font-family: verdana,"UbuntuCondensed", Helvetica, Arial, sans-serif;
    text-transform: inherit;
    font-weight: normal;
    margin-bottom: 1%;
    line-height: 100%;
}
h1, .page-title h1, .page-title h2, .product-view .product-shop .product-name h1, .postTitle h2 {
    font-weight: normal;
}
.category-title {
    margin:0 0 10px;
}
p, ul.bullet li, .col-main dl dt, .col-main dl dd {
    font-size: 0.95em;
    line-height: 130%;
    position: relative;
}
p, ul.form-list {
    margin-bottom: 1%;
    letter-spacing: inherit;
}
.product-collateral p {
    /* margin-bottom: 0; */
}
/*any pages styles*/
ul.bullet, ol.bullet {
    margin-bottom: 1%;
}
.col-main dl, .col-main ol {
    padding: 5px 0px 20px 0px;
}
.col-main dl dt, ul.bullet li, ul.bullet_big li {
    background-repeat: no-repeat;
    padding-left: 15px;
     background-position: 0px 4px;
}
.col-main ol li {
    list-style-type: decimal;
    list-style-position: inside;
}
hr {
    clear: both;
    position: relative;
    border-width: 1px;
    border-style: solid;
    margin-top: 0;
    margin-bottom: 1%;
}
.pic-right {
    float: right;
    position: relative;
    margin: 0px 0px 10px 10px;
}
.pic-left {
    float: left;
    position: relative;
    margin: 0px 10px 10px 0px;
}
/* Layout ================================================================================ */
.page {
    text-align: center;
}
.header-container, .submenu, .main-container, .home_page_header_block {
    margin-left: auto;
    margin-right: auto;
}
.nav-container {
    margin-left: auto;
    margin-right: auto;
}
.main-container {
    clear: both;
}
.main {
    padding: 10px 0px 10px 0px;
    background-color: transparent;
    width: 100%;
}
.wishlist-index-index .main {
    padding-top: 15px;
}
.home_page_header_block {
    padding-top: 2px;
    clear: both;
}
.home_page_header_block p {
    margin: 0;
}
/* Global Styles ========================================================================= */
/*top toolbar*/
.top_toolbar {
    overflow:visible;
}
.top_toolbar_container {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    text-align: right;
    overflow:visible;
}
/*search autocomplete fix*/

.form-search .search-autocomplete ul, .form-search .search-autocomplete li {
    text-align: left;
    padding: 1px 5px 1px 5px;
    font-weight: bold;
}
.form-search .search-autocomplete li:hover {
    cursor: pointer;
}
.form-search .search-autocomplete {
    border-radius: 0px 0px 3px 3px;
    margin-left: 10px;
    margin-top: 0px;
}
.header .form-search .search-autocomplete {
    z-index:999 !important;
}
.search-autocomplete .amount {
    float: right;
    font-weight: normal;
}
.top_toolbar_static {
    float: right;
    position: relative;
    margin-left: 10px;
}
/*header*/
.header-container {
    /* width: 98%; */
    /* padding-left: 1%; */
    /* padding-right: 1%; */
    /* padding-top: 1%; */
}
.header-container .top-container {
    padding: 0px 0px 0px 0px;
    position: relative;
}
.header {
    text-align: right;
    width: 100%;
    position: relative;
    font-family: verdana,"UbuntuCondensed", Helvetica, Arial, sans-serif;
    width: 98%;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 1%;
}
.links-cart {
float: right;
position: relative;
margin-left: 20px;
}
.links-cart li {
    float: right;
    margin-left: 20px;
}
#top-link-wishlist {
padding: 4px 0px 4px 0px;
font-size: 13px;
text-transform: uppercase;
}
#top-link-compare {margin-left: 0;}
.links #top-link-compare {display: none;}
#compare-panel {width: 300px;position: absolute;right: 0;top: 27px;z-index: 9999;padding: 15px;border-width: 1px;border-style: solid;text-align: center;}
#wishlist-panel {
width: 250px;
position: absolute;
right: 0px;
top: 20px;
z-index: 9999;
padding: 15px;
border-width: 1px;
border-style: solid;
}
#cartview-panel {
width: 250px;
position: absolute;
right: 50px;
top: 20px;
z-index: 9999;
padding: 15px 15px 0px 15px;
border-width: 1px;
border-style: solid;
}
#compare-panel li, #wishlist-panel li {
float: none;
margin-left: 0;
}
#popup-calculator-form {
    width: 100%!important;
    max-width: 700px;
}
#outerImageContainer {
    width: 100%!important;
}
#popup-login-form {
    width: 100%!important;
    max-width: 400px;
}
.links {
    float: none;
    margin: 0;
    line-height: 13px;
    text-align: center;
}
.upper-header {
    float: right;
}
.block-cart-top {
    position: relative;
    text-align: left;
    border-radius: 2px;
    float: right;
    font-size: 13px;
    padding: 5px 6px;
    margin-left: 12px;
    width: initial;
}
.block-cart-top a.title:hover {
    opacity: .6;
    filter: alpha(opacity=60);
}
.block-cart-top p, .block-cart-top .price {
    margin-bottom: 0;
    /* text-transform: uppercase; */
    font-size: 13px;
    line-height: initial;
}

.block-cart-top button::-moz-focus-inner /*FF fix*/ {
 border: none;
}
.button-small:hover {
    cursor: pointer;
}
.button-small span {
    padding: 0px 0px 0px 12px;
    line-height: 14px;
    height: 14px;
    margin: 0;
    position: relative;
    display: block;
    white-space: nowrap;
}
.button-small span span {
    line-height: 14px;
    height: 14px;
    font-size: 10px;
    padding: 0px 12px 0px 0px;
    text-transform: lowercase;
    margin: 0;
}
/*customer nav block*/
.customer-nav {
    float: right;
    font-family: "Ubuntu", Arial, sans-serif;
    font-size: 0.75em;
}
.head_contacts_block {
    display: inline;
    margin: 0;
}
.head_contacts_block li {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position:  0px -22px;
}
.head_contacts_block li, .welcome-msg {
    font-size: 13px;
    text-decoration: none;
    line-height: 100%;
     padding: 0% 0% 0% 1%;
}
.welcome-msg {
   margin: 0;
}
/*Form-search*/
div.search {width: 40%;float: left;margin-top: 32px;}
#search_mini_form {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    clear: both;
}
.form-search {
    margin: 0;
    position: relative;
    float: right;
    width: 90%;
    height: 35px;
    border-radius: 2px;
    float: right;
    border: 1px solid;
}
.block-cart-top, .form-search {
    border: 1px solid;
}
.form-search label {
    display: none;
}
.form-search input.input-text {
    float: left;
    position: relative;
    font: 11px verdana, Arial, Helvetica, sans-serif;
    line-height: 35px;
    height: 35px;
    margin: 0px 0px 0px 3px !important;
    padding:0px 0px 0px 6px;
    border: 0;
    /* text-transform: uppercase; */
    color: #000;
    width: 90%;
    font-size: 15px;
}
.form-search input.input-text:focus {
    font-size: 14px;
}
.form-search button.button {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}
.form-search button.button:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.form-search button.button span {
    display: none;
}
/*header links*/
.header .quick-access {
    padding: 0px 0px 0px 0px;
    margin-top: 37px;
    position: relative;
}
.header .links li, .head_contacts_block li, .block-cart-top {
    float: right;
    white-space: nowrap;
    border: 1px solid;
    border-radius: 2px;
    padding: 5px 5px 6px 5px;
    margin: 0;
    margin-left: 12px;
}
.header .links a:hover, .links-cart li a:hover {
    text-decoration: none;
}
/*Navigation*/
.nav-container {
    clear: both;
    border-radius: 2px;
    width: 100%;
}
#nav {
    padding:0px 0px 0px 0px;
    width: 980px;
    margin:0;
    font-size:13px;
}
#nav li a, #nav li a:hover {
    padding: 8px 15px 6px 15px;
    font-weight: normal;
    font-size: 12px;
    font-family: Tahoma;
    text-transform: uppercase;
    text-decoration: none;
}

#nav ul {

    margin-top: 0px;
    border-top: 0;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.3);
}
#nav ul ul {
    padding-top: 0px;
}
#nav ul li a {
    padding: 3px 0px 3px 0px !important;
    text-transform: none !important;
    font-size: 12px !important;
    font-weight: normal !important;
    background-image: none !important;
}
#nav ul li.parent li a {
    background-image: none !important;
}
/*breadcrumbs*/
.breadcrumbs {
    clear: both;
    padding: 0 0 0 1%;
    margin-bottom: 5px;
    display: inline-block;
}
.breadcrumbs:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .breadcrumbs {
    display: block;
}
* html .breadcrumbs {
    height: 1%;
}
.breadcrumbs li {
    margin-right: 5px;
    float: left;
    font-size: 0.75em;
}
.breadcrumbs li span {
    margin-left: 5px;
}
.breadcrumbs strong {
    font-weight: normal !important;
}
.breadcrumbs a:link, .breadcrumbs a:visited {
    text-decoration: none;
    display: block;
    position: relative;
    float: left;
}
/*------------------Footer-------------------*/
.footer-container {
    border-top: 0;
    width: 100%;
}
.footer {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    overflow: hidden;
    width: 100%;
    padding: 0% 0% 0% 0%;
}
.footer .footer_content {
    padding: 0px 20px;
}
.footer .footer_block {
    margin-left: 0px;
    padding: 1% 0%;
}
.footer_block .links_block {
    clear: both;
    margin-bottom: 10px;
}
.footer_block h4.title {
    display: block;
    text-align: left;
}
.footer_block .links_block div ul {
    display: block;
}
.footer_block .links_block div ul li {
    display: block;
    text-align: left;
    margin-bottom: .35em;
}
.footer_block .links_block div ul li a:link, .footer_block .links_block div ul li a:visited {
    font-size: 11px;
    text-decoration: none;
    font-family: verdana,Arial, sans-serif;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}
.footer_block .icons {
    clear: both;
    width: 100%;
    padding: 0;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 1%;
}
.footer_block .icons img {
    margin-right: 2px;
}
.footer_block .icons .icons_right a:hover, .footer_block .icons .icons_left a:hover {
    opacity: 0.7;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
.footer .seotext {
    padding: 10px 0px 5px 0px;
    text-align: left;
}
.footer .seotext p {
    font: normal 11px Arial, Helvetica, sans-serif;
}
.footer ul.links {
    margin-bottom: 15px;
    display: block;
    float: left;
}
.footer ul.links li {
    font-size: 13px;
    text-decoration: none;
    font-family: Helvetica, Arial, sans-serif;
    margin-right: 20px;
     float: left;
}
.footer ul.links li a:link, .footer ul.links li a:visited {
 -webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
transition: all .2s linear;
}
.footer address, .design-by {
    padding-top: 0px;
    font: normal 11px Arial, Helvetica, sans-serif;
    text-align: left;
    clear: both;
}
/*-------------------------------------------------------SIDE BARS-----------*/
.block {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    border: 0;
    margin-bottom:  5%;
}
.block .block-title {
    border-bottom: 0px;
    padding: 0px 0px 1px 0px;
}
.block .block-title strong {
    font: normal 20px verdana,"UbuntuCondensed", sans-serif;
    padding: 10px 0;
    text-transform: inherit;
    background-repeat: repeat-x;
    background-position: 0px -200px;
}
.block .actions {
    padding-top: 5px;
}
#cartview-panel .block-title strong,
#compare-panel .block-title strong,
#wishlist-panel .block-title strong  {
    background: none;
}
.block .block-content {
    padding: 0% 0%;
}
.block-content .block-subtitle {
    margin: 0;
    padding: 0px 0px 5px 0px;
}
.block-cart .actions {
    padding-right: 60px;
}
.block-payment-options .block-content {
    padding-left: 9px;
}
.block li.odd {
    background-color: transparent;
}
.block-progress dt {
    font-size:11px;
    padding: 2px 0px;
}
.block .btn-remove {
    margin: 0px 0 2px 5px;
}
.sidebar_banner {
    margin-bottom: 5%;
    overflow: hidden;
}
/*block-service*/
.block-service .block-content {
    padding-top: 0 !important;
}
.block-service dt {
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 5px;
}
.block-service dt strong {
}
.block-service dd {
    margin-bottom: 10px;
    font-size: 11px;
}
.block-service .block-title strong {
    padding-bottom: 0;
    font: bold 11px/19px Arial, Helvetica, sans-serif;
    text-transform: none;
}
.block-service .block-content {
    padding: 0 15px 12px 0;
    font-size: 11px;
    font-family: Arial;
}
.block-service .block-content span {
    display: block;
    line-height: 22px;
    margin-left: -2px;
    font-family: Century Gothic;
    font-weight: normal;
    font-size: 12px;
}
.block-service .block-content span span {
    display: inline;
    padding-left: 4px;
    font-family: Century Gothic;
    font-weight: normal;
    font-size: 1.7rem;
}
ul#vertnav {
    text-align: left;
}
/*news subscribe*/
.block-subscribe .block-title strong {
    padding-bottom: 0;
}
/*shop by, category*/

.block-layered-nav .block-subtitle {
    display: none;
}
.block-layered-nav dt {
    background-image: none;
    font-weight: normal;
    padding: 4px 0px 3px 0px;
    text-transform: none;
    font-weight: bold;
    font-size: 12px;
}
.block-layered-nav li {
    margin-bottom: 4px;
    font: normal 11px/16px "UbuntuCondensed", Helvetica, Arial, sans-serif;
}
.block-layered-nav a:link, .block-layered-nav a:visited, .block-layered-nav .price {
    font: normal 14px/16px Helvetica, Arial, sans-serif;
    text-decoration: none;
    font-weight: 700;
}
.block-layered-nav dd {
    background-image: none;
}
.block-layered-nav .currently .label {
    background-image:none;
    font-weight:bold;
    padding-left:0px;
    text-transform:none;
}
.block-layered-nav .currently .label span {
    font-weight:normal;
}
.block-cart .block-title, .block-popular .block-title, .block-account .block-title, .block-service .block-title {
}
/*account*/
.block-account .block-title strong {
    display: none;
}
.block-account .block-content {
    padding: 1% 2%;
}
/*blocks*/

.block-subscribe .block-content {
    padding-top: 6px;
}
.block-subscribe label {
    font-family: Arial, Helvetica, sans-serif;
}
.block-subscribe input.input-text {
    width: 98%;
    height: 19px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    margin: 0;
    padding: 0px;
    text-indent:5px;
}
.block-subscribe .input-box {
    float: none;
    position: relative;
    margin: 0px 0px 7px 0px;
    padding: 8px 0px 0px 0px;
}
.block-subscribe .actions {
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
}
/*side-bar items*/
.block .block-content li.item {
    padding: 5px;
    border-radius: 3px;
}

.block .block-content li.item .product {
    padding-bottom: 0px;
}
.block .block-content li.last .product {
    padding-bottom: 8px;
    border-bottom: 0;
}
/*side-bar prices*/

.special-price {
    padding-top: 0;
}
/*reccently view*/
#recently-viewed-items li {
    padding-top: 1px;
    padding-bottom: 2px;
}
#recently-viewed-items a {
    font-weight: normal;
    text-decoration: none;
}
/*most popular, related */
.block-content .old-price .price-label, .block-content .special-price .price-label {
    display: none;
}
.block-content .special-price .price, .block .regular-price, .block .regular-price .price, .block-content .price-box .price {
    font-size: 12px;
}
.old-price .price, .block-content .old-price .price, .price-box a .label {
    text-decoration: none;
    font-size: 12px;
}
.block-content .old-price .price {
    text-decoration: line-through;
}
/*****************************************************************************CATALOG****************/
.category-image img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}
/*pager*/
.toolbar .pager {
    border: none;
}
.pager .amount, .pager .amount strong, .pager .limiter, .sorter {
    font-weight: normal;
}
.sorter strong {
    font-size: 120%;
}
.pager .pages {
    position: relative;
    padding-left: 20px;
}
/*catalog toolbar*/
div.pages strong {
    font-weight: normal;
}
.pager .pages li a:link, .pager .pages li a:visited {
    padding: 0px 8px;
    font-size: 15px;
    line-height: 22px;
    font-weight: normal;
}
.pager .pages li a:hover {
    border-bottom: 2px solid;
}
div.pages li.current {
    font-size: 15px;
    font-weight: normal;
    padding: 0px 8px;
}
.toolbar {
    font-size: 11px;
}
.pager .pages strong, .sorter label, .pager .amount {
    font-weight: normal;
    font-family: Arial;
    font-size: 11px;
}

.pager .limiter {
    padding-right: 24px;
    text-align: left;
}
.pager .limiter select, .sorter .sort-by select {
    background:none repeat scroll;
    border:1px solid;
}
.pager .limiter select {
    margin-left: 12px;
    margin-right: 6px;
    width: 50px;
}
.sorter .sort-by select {
    margin-left: 12px;
    width: 96px;
}
.sort-by {
    float: right;
    position: relative;
}
.sorter .sort-by {
    width: 166px;
    padding-right: 0;
    text-align: left;
}
/*product name*/
h2.product-name, h3.product-name, div.product-name {
    line-height: 100%;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    text-decoration: none;
    margin-bottom: 0;
    font-family: verdana,Helvetica, Arial, sans-serif;
}
.products-list h2.product-name, .products-list  h3.product-name {
    font-size: 14px;
}
.item-content .product-name {
    width: 98%;
    padding: 0% 1%;
}
p.product-name {
    line-height: 100%;
    margin-bottom: 5%;
    font-size: 11px;
    font-weight: normal;
    text-transform: none;
    text-decoration: none;
    margin-bottom: 0;
    font-family: Arial, sans-serif;
}

/*product decription*/
ol.products-list li {
    list-style-type: none;
}
.products-list .desc {
    font:11px Arial, Helvetica, sans-serif;
    line-height: 130%;
}
.col-main .mini-products-list li {
    list-style-type: none;
}
.mini-products-list p.product-name {
    padding-left: 0px !important;
    line-height: 100%;
    font-family: Helvetica, Arial, sans-serif;
}
.mini-products-list .product-image {
    width: 50px;
}
.mini-products-list .product-details {
    margin-left: 62px;
}
.mini-products-list .link-cart {
}
.block-popular-big .mini-products-list li.item {
    padding: 0;
}
.block-popular-big .mini-products-list p.product-name {
    padding-left: 0px !important;
    line-height: 100%;
    font-family: Helvetica, Arial, sans-serif;
}
.block-popular-big .mini-products-list .product-image {
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2px;
}
.block-popular-big .mini-products-list .product-image img {
    max-width: 100%;
    height: auto;
    width: auto\9;
}
.block-popular-big .mini-products-list .product {
    text-align: center;
}
.block-popular-big .mini-products-list .product-details {
    margin-left: auto;
}
/*Prices*/

.mini-products-list .product-details .price-box {
    margin: 0px 0 5px 0;
}
.products-grid .price-box {
    margin: 4px 0 4px 0;
}
/*catalog price*/

.price {
    font-size: 12px;
    font-weight: bold;
    font-family: Helvetica, sans-serif;
}
.old-price .price, .product-options-bottom .old-price .price {
    font-size: 12px;
    line-height: 12px;
    font-weight: normal;
}

/*product price*/
.product-view .product-shop .special-price .price, .product-view .product-shop .regular-price .price, .product-view .product-shop .full-product-price .price, .product-essential .price-as-configured .price, .product-options-bottom .price {
    font-size: 24px;
    line-height: 24px;
}
.price-as-configured {
    line-height: 28px;
}
/*CATALOG*/
.products-grid .item-content {
padding-bottom: 47px;
}
.products-grid .product-image {
    text-align: center;
     margin-bottom: 1%;
}
.products-grid .product-image img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}
ul.products-grid {
    margin-bottom: 15px !important;
}
.products-grid .rate {
    padding-bottom: 20px;
}
.products-grid .short {
    padding-bottom: 0px;
}
.tabs_block ul.products-grid, .tabs_block ul.products-grid * {
    padding-bottom: 2px !important;
}
ul.products-grid li * {
    text-align: center;
}
.products-grid .actions li {
    width: 100%;
    text-transform: uppercase;
}
.short-description {
    font-size: 14px;
    margin-top: 20px;
    font-size: 18px;
    /* text-align: justify; */
}
.products-grid .add-to-links, .products-list .add-to-links {
    margin-left: auto;
    margin-right: auto;
    visibility: hidden;
    opacity: 0;
}
.products-grid li:hover .add-to-links, .products-list li:hover .add-to-links {
    opacity: 1;
    visibility: visible;
}
/*rating*/
.products-grid .ratings .amount, .item-content .ratings .amount {
    display: none;
}
.products-grid .ratings .rating-box {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.products-grid .rating-links {
    display: none;
}
.ratings {
    line-height: 1;
    margin: 2px 0px 4px 0px;
}
/*full */
.full_cat ul.products-grid li {
    padding-bottom: 60px;
}
/*rate*/
.raiting_cat ul.products-grid li {
    padding-bottom: 35px;
}
/*shot*/
.short_cat ul.products-grid li {
    padding-bottom: 0px;
}
/*new*/
.subtitle {
    margin: 8px 0 6px 0;
    padding: 5px 0 0 0px;
    height: 22px;
    line-height: 24px;
    font: normal 18px "UbuntuCondensed", Helvetica, Arial, sans-serif;
    background: none;
    text-transform: uppercase;
}
.new_cat_img {
    display: block;
    position: relative;
}
.i_new {
    border:0;
    display: block;
    margin: 0px;
    padding: 0px;
    position: absolute;
    bottom: 0px;
    left: 0%;
    vertical-align: top;
    z-index: 99;
}
/* Form Elements */
input {
    font-size:12px;
     line-height: 15px;
    font-weight: bold;
}
select, textarea {
    font-size:11px;
     line-height: 14px;
    font-weight: normal;
}
input.input-text, select, textarea {
    font-size: 14px;
    border-radius: 2px;
    padding: 10px;
    box-sizing: border-box;
}
.sort-by select {
    width: 128px;
}
/* Form */
label.required em {
    margin-right: 2px;
    font-style:normal;
    padding-left: 2px;
    float: left;
}
.form-list label.required em {
    right: -10px;
}
.form-alt .input-box {
    margin: 0 0 8px;
}
/* REQUIRED BUTTON STYLES: */
button.button {width:auto;position: relative;cursor: pointer;overflow: visible;text-align: center;background-color: transparent;background-position: right top;background-repeat: no-repeat;border: 0;background: #ccc;padding: 10px;font-size: 18px;}
 button.button::-moz-focus-inner {
 border: none;
}
@media all and (-webkit-min-device-pixel-ratio:0) {
button.button span {
margin-top: -1px;
}
}
button.button span {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    white-space:nowrap;
}
button.button span span {
    /* text-transform: lowercase; */
    font: 1em verdana,"UbuntuCondensed", Helvetica, Arial, sans-serif;
    background-position: 0px -128px;
    background-repeat: no-repeat;
    white-space: nowrap;
}
button.button {
    opacity: 1;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
button.button:hover, button.buttonHover {

opacity: 0.6;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
.products-grid li:hover button.button, .item-content:hover button.button {
    opacity: .8;
}
.products-grid li:hover button.button:hover, .item-content:hover button.button:hover {
    opacity: 0.7;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);

}
.products-grid li:hover button.button {
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
transition: all .2s linear;
}
/********** buy-now button ************/
.product-shop .add-to-cart button.button {
    margin-top: 2px;
}
.product-shop .add-to-cart button.button, .checkout-types button.button, #review-buttons-container button.button, .product-options-bottom button.button {
    background-position: right bottom;
    background-repeat: no-repeat;
    /* height: 17px; */
    background: #000;
    opacity: 1;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.product-shop .add-to-cart button.button span, .checkout-types button.button span, #review-buttons-container button.button span, .product-options-bottom button.button span {
    background-position:  0px -167px;
    background-repeat: no-repeat;
    height: 16px;
    padding-top: 1px;
    text-transform: uppercase;
    font: 11px Arial, sans-serif;
}
.product-shop .add-to-cart button.button span span, .checkout-types button.button span span, #review-buttons-container button.button span span, .product-options-bottom button.button span span {
    background: none;
}
.product-shop .add-to-cart button.button:hover, .product-shop .add-to-cart button.buttonHover, .checkout-types button.button:hover, .checkout-types button.buttonHover, #review-buttons-container button.button:hover, #review-buttons-container button.buttonHover, .product-options-bottom button.button:hover, .product-options-bottom button.buttonHover {
    opacity: 0.8;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

.product-view .box-tags .form-add .input-box {
    margin-right: 8px;
}
.product-view .box-tags .form-add .input-box input {
    height: 14px;
}
div.toolbar div.pager {
    padding: 3px 0 3px 0;
}
div.toolbar div.sorter {
    padding: 3px 10px 11px 0;
}
.toolbar-bottom {
    margin-top: 30px;
}
div.toolbar-bottom div.sorter {
    display: block;
}
div.toolbar-bottom .view-mode {
    padding-right: 20px;
}
div.toolbar-bottom .limiter {
    float: right;
}
/*catalog list */
.products-list .product-image {
    width: auto;
    height: auto;
    display: block;
    float: left;
    padding-right: 5%;
}
.products-list .product-shop {
    float: left;
    padding-top: 10px;
}
/**************************************************************PRODUCT******************/
.product-img-box img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.product-view {
    margin-top: 5px;
    padding: 22px 0 0 0;
}
.product-view .product-shop {
    text-align: left;
}
.product-essential {
    padding-top: 0;
    text-align: left;
    padding: 0px 25px;
}
.product-view .product-shop {
    text-align: left;
}
.product-view .product-img-box {
    margin-top: 10px;
}
.more-views {
    padding-top: 4px;
}
.product-view .product-img-box .product-image {
    margin-bottom: 5px;
}
.product-view .product-shop .availability {
    font-size: 14px;

}
.product-view .product-img-box .more-views li {
    margin:0 0 8px 12px;
}
.product-view .product-img-box .more-views li a {
    border: 0 !important;
}
.product-view p.old-price {
    margin-bottom: 5px;
}
.add-to-cart {
    margin-right: 10px;
}
.add-to-cart label {
    font-family: Arial;
    font-size: 18px;
}
.add-to-cart .qty {
    padding: 1px 2px;
    font: normal 11px Arial, Helvetica, sans-serif;
}
.product-view .product-shop .short-description {
    /* line-height: 130%; */
    clear: both;
    font-weight: 300;
    font-size: 14px;
}
.product-collateral .box-collateral, .no-rating {
    margin-bottom: 5px;
}
.product-view .box-up-sell .products-grid {
    margin-bottom: 10px;
}
.product-view .box-up-sell .products-grid td {
    padding: 0px 20px;
}
.product-shop .tier-prices,  .price-box-bundle {
    border-radius: 3px 3px 3px 3px;
    padding: 12px;
    border: 0;
}

#product_tabs_description_tabbed_contents {
    font-size: 14px;
    line-height: 150%;
    text-align: left;
}
#product_tabs_related_tabbed_contents ol li {
    list-style-type: none;
}
#product_tabs_related_tabbed_contents .link-cart {
    font-weight: normal;
    font-size: 11px;
}
.product-options {
     border-radius: 3px 3px 0px 0px;
}
.product-options dd {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
}
.dedicated-review-box p {
    font-style: italic;
    font-size: 14px;
    line-height: 150%;
}
.benefit, .price-box-bundle {
    font-size: 18px;
    font-weight: normal;
}
.product-shop .add-to-box {
    text-align: center;
}
.add-to-cart button span {
    font-weight: bold !important;
}
.product-shop .add-to-links li {
    margin-right: 10px;
}
.add-to-links a.link-wishlist:link, .add-to-links a.link-wishlist:visited, .actions a.link-wishlist:link, .actions a.link-wishlist:visited {
    font-size: 10px;
    font-family: "UbuntuCondensed", Helvetica, Arial, sans-serif;
}
.add-to-links a.link-compare:link, .add-to-links a.link-compare:visited, .actions a.link-compare:link, .actions a.link-compare:visited {
    font-size: 10px;
    font-family: "UbuntuCondensed", Helvetica, Arial, sans-serif;
}
.products-grid .add-to-links {
    line-height: 11px;
}
/*titles on product page*/
.product-view .box-up-sell h2, .product-essential h2, .product-view .product-img-box .more-views h2, .product-collateral h2, .dedicated-review-box strong, #product_tabs_related_tabbed_contents p strong {
    text-transform: none;
    font: 16px Arial, Helvetica, sans-serif;
    font-weight: 700;
    margin: 20px 0 12px;
    font: normal 18px verdana,"UbuntuCondensed", sans-serif;
    color: #666666;
}
/*messages*/
.error-msg, .success-msg, .note-msg, .notice-msg {
    border-radius: 3px;
    min-height:24px !important;
    padding: 8px !important;
    font-size: 16px;
}
.add-to-box .or {
    font-weight:normal;
    line-height: 48px;
    font-size: 11px;
}

.product-view .box-tags .form-add label {
    font-weight: normal;
    font-size: 11px;
}
.product-view .box-tags .form-add .input-box {
    padding:0;
}
.product-view .box-tags .note {
    padding:0;
}
.product-options p.required {
    padding-top: 0;
}
/*product opions*/
.product-options {
    margin: 0px 0 0;
    padding-top: 1%;
}
.product-options p.required {
    margin: 0;
    padding: 0;
    font-size: 11px;
    font-style: italic;
}
.product-options dl {
    margin: 0;
    padding: 0 !important;
}
.product-options dt {
    padding: 5px 0px 2px 0px;
    font-weight: bold !important;
    font-size: 11px;
}
.product-options dd {
    padding: 0px 10px 10px 0px;
    margin: 0 0 10px;
}
.product-view .product-shop .add-to-links li {
    padding-right: 10px;
}
.product-shop .product-options-bottom .price-box {
    float: left;
    margin: 0 10px 5px;
}
.product-options-bottom .price-label, .product-options-bottom label, .product-shop label {
    padding-top: 0px;
    font-weight: normal;
}
.product-options-bottom .price-as-configured .price {
    padding-right: 20px;
}
.product-view button.button {
    margin-top: 0px;
}
.product-options-bottom .qty, .product-shop .qty {
    margin-top: 2px;
    float: left;
    padding: 0px 2px;
    font: normal 14px Arial, Helvetica, sans-serif;
    margin-right: 10px;
}
.add-to-box, .links_list {
    margin: 1% 0% 5% 0%;
}
.col-main .product-options dl dt label {
    font-size: 16px;
    font-weight: initial;
    font-family: "UbuntuCondensed", Helvetica, Arial, sans-serif;
}
.col-main .product-options dl dt {
    background: none;
    padding-left: 0;
}
.product-product .product-shop .product-options-bottom .add-to-cart {
    float: none;
}
.product-product .product-shop .product-options-bottom .add-to-cart .qty {
    float: none;
}
.product-options-bottom .add-to-cart label, .product-options-bottom .add-to-cart .qty {
    float: left;
    display: none;
}
.add-to-box .add-to-cart {
    float: none;
}
.add-to-box .add-to-links {
    float: none;
    font-size:12px !important;
    line-height:1.25 !important;
    margin: 15px 0 0 0 !important;
    text-align:left !important;
}
.product-view .product-shop .add-to-links a {
    font-weight:normal !important;
    font:12px Arial, Helvetica, sans-serif;
}
.product-options-bottom .add-to-links {
    display: none;
}
.product-options {
    border-top: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    padding: 20px;
    margin-top: 20px;
}
.product-view .product-shop .add-to-links {
    text-align: left;
    padding: 0px 0px 10px 0px;
    float: left;
 -webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.product-view .product-shop .add-to-links li {
    float: left;
    margin-right: 10px;
}
.product-view .product-shop a.link-wishlist, .data-table a.link-wishlist, .product-details a.link-wishlist, .product-details a.link-compare, .product-view .product-shop a.link-compare, p.email-friend a:link, p.email-friend a:visited {
    background-color: transparent;
    background-position: 0px -66px;
    background-repeat: no-repeat;
    display: block;
    padding: 0px 0 0px 18px;
    margin: 0 0px 0px 0;
    line-height: 15px;
    width: auto;
    height: auto;
}
.compare-table a.link-wishlist {
    background-image: none;
    padding: 2px 0 2px 0px;
}
.product-details a.link-wishlist {
    font-size: 11px;
}
p.email-friend {
    float: left;
}
p.email-friend a:link, p.email-friend a:visited {
    float: left;
    position: relative;
    font-weight: normal;
    font: 12px Arial, Helvetica, sans-serif;
 -webkit-transition: all .3s ease-in-out;
 -moz-transition: all .3s ease-in-out;
 -ms-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
    border-radius: 2px;
    white-space: nowrap;
}
.product-view .product-shop .add-to-links a:hover, p.email-friend a:hover {
}
/*product review*/
.dedicated-review-box ol li, .product-view .box-reviews dd {
    margin-bottom: 20px;
}
.dedicated-review-box ol li strong, .box-reviews dl dt a {
    font-size: 18px;
    font-weight: normal;
}
.product-view .box-reviews dl {
    margin: 0px 0;
    padding: 0;
}
.ratings-list .rating-box {
    margin-left: 10px;
    margin-top: 3px;
}
table.ratings-list {
    margin-bottom: 10px;
}
table.ratings-list strong {
    font-size: 12px !important;
    font-weight: normal;
}
.grouped-items-table td {
    line-height: 30px;
}
.product-view .product-shop .grouped-items-table .price {
    font-size: 18px;
    line-height: 18px;
}
.product-view .product-shop .grouped-items-table .product-pricing-grouped .price {
    font-size: 14px;
    line-height: 14px;
    font-style: italic;
}
.product-view .product-shop .grouped-items-table .product-pricing-grouped {
    font-style: italic;
    line-height: 14px;
}
/***************************************************************CART**********************************/
/* Tax Details Row */
tr.tax-total {
    cursor:pointer;
}
tr.tax-total .tax-collapse {
    float:right;
    text-align:right;
    padding-left:20px;

    background-repeat: no-repeat;
    background-position: 0 5px;
    background-image: url(data:image/gif;base64,R0lGODlhCQBCAPABALq6ugAAACH5BAUAAAEALAAAAAAJAEIAAAIyRIwXy2z7lGsI2DSz3A2qFHXiSJbmiabqyrbuC8fyTNf2jefUx5OhJqpcOJ2fx8dDFAAAOw==);
    cursor:pointer;
}
tr.show-details .tax-collapse {
    background-position:0 -52px;
}
.cart .page-title h1 {
    margin-top: 4px;
}
.cart .page-title .checkout-types li {
    margin-bottom: 0;
    margin-top: 5px;
}
.data-table thead th {
    font:11px Arial, Helvetica, sans-serif;
}
.cart .discount .input-box {
    width: auto;
}
.cart .discount .input-box input {
    margin-bottom: 10px;
    width: 100%;
    max-width: 254px;
    float: none;
}
.cart .totals tfoot td strong {
    font-family: "UbuntuCondensed", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
}
.cart .discount .buttons-set {
    margin-top: 0;
    margin-left: 0px;
    float: left;
    clear: none;
    margin-bottom: 10px;
}
.discounts {
    width: 50%;
    float: left;
    position: relative;
}
.form-list label {
    margin-bottom: 3px;
}
.form-list li {
    margin: 0 0 20px;
}
.form-list .input-box select {
    border-width: 1px;
    border-style: solid;
}

.cart .crosssell {
    padding: 11px 15px 12px 15px;
}
.cart .discount {
    margin-bottom: 10%;
}
.crosssell h3, .crosssell .product-name a:link, .crosssell .product-name a:visited {
    padding-left: 0px !important;
    line-height: 100%;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
}
.crosssell h2, .discount h2, .shipping h2 {
}
.cart .crosssell li.item {
    padding: 5px;
    border-radius: 3px;
    margin: 0px 0px 5px 0px;
}
.cart .crosssell li.item .add-to-links {
    opacity: 0;
    filter: alpha(opacity=0);
}
.cart .crosssell li.item:hover .add-to-links {
    opacity: 1;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.item-options {
    font-size: 12px;
    line-height: 100%;
    font-family: "UbuntuCondensed", Helvetica, Arial, sans-serif;
}
.item-options dd {
    padding-left: 0px;
    margin: 0 0 10px;
    font-style: italic;
    font-size: 14px;
}
.col-main .item-options dt {
    font-size: 12px !important;
    line-height: 100%;
    font-weight: normal;
    font-family: "UbuntuCondensed", Helvetica, Arial, sans-serif;
    background: none;
    padding-left: 0px;
    font-style: normal;
}
.col-main .product-shop .item-options dt {
    font-size: 12px !important;
    font-weight: bold;
}
.product-shop .item-options dd {
    padding-left: 0px;
    margin: 0 0 10px;
    font-style: normal;
    font-size: 16px;
}
.crosssell-div {
    clear: both;
}
#shopping-cart-table button {
    margin-left: 10px;
}
.data-table {
    border: 0 !important;
    border-collapse: inherit;
}
#shopping-cart-table {
}
.data-table thead th {
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid;
    border-left: 0;
    padding: 9px 12px 9px 12px;
}
.data-table tr.last th, .data-table tr.last td {
    border-bottom: 0;
}
#product-review-table tr.first th {
    border-bottom: 0px !important;
}
.data-table td {
    border-top: 0;
    border-right: 0;
    border-left: 0;
}
.data-table td .product-name a:link, .data-table td .product-name a:visited {
    font-size: 15px;
    text-decoration: none;
    font-weight: normal;
}
.data-table td .product-name a:hover {
    text-decoration: none;
}
.data-table td input.qty {
    font-weight: normal;
    font-size: 14px;
    padding: 3px;
    border-radius: 2px;
}
.data-table tfoot {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.data-table tfoot tr td {
    padding: 12px 10px 12px 13px;
    border: 0;
}
/***********************************************************CHECKOUT, ACCOUNT********************************/
.block-account .block-content li.current strong {
    font-weight: normal;
}
.order-items {
    width: 100%;
    overflow: visible;
}
.title-buttons {
    font-size: 18px;
    line-height: 50px;
}
.fieldset .legend {
    padding: 0px;
    font-size: 18px;
    line-height: 100%;
    font-weight: normal;
    border-radius: 2px;
    margin: 0px 0px 10px 0px;
    float: none;
    border: 0;
}
#opc-review .buttons-set p {
    margin: 0;
    line-height: 100%;
}
.dashboard .box-reviews .number {
    border-radius: 3px;
     border-width: 1px;
     border-style: solid;
}
.dashboard .box-reviews .details {
    margin-left: 25px;
    padding-top: 3px;
}
.box-account .box-head h2, .account-login .new-users h2, .account-login .registered-users h2 {
    background: none;
}
.title-buttons .button {
    margin-top: 5px;
}
.advanced-search-summary strong {
    padding-left: 0;
}
.block-progress {
    margin-top: 0;
}
.block-progress dt {
    font-size:12px;
    padding-left:0px;
}
.block-progress dd {
    border: 0;
    padding: 8px 0px;
    margin: 0 0 6px;
}
.block-account .block-content li a, .page-sitemap .links a {
    text-decoration: none;
}
.checkout-onepage-index .data-table tfoot tr td, .subtotal td, .shipping td {
    background-image: none !important;
}
#opc-review .buttons-set {
    padding: 20px 0px;
    border: 0;
}
.opc .active .step-title .number {
    border: 0;
    border-radius: 50%;
    padding: 5px 10px;
    margin: 0 5px 0 0;
    font: bold 10px/14px arial, helvetica, sans-serif;
}
.opc .step-title .number {
    border: 1px solid;
    border-radius: 50%;
    padding: 5px 10px;
    font: bold 11px/14px arial, helvetica, sans-serif;
}
.form-list label {
    font-size: 12px;
    font-weight: normal;
}
.col-main .step li, .col-main .step li {
    list-style-type: none;
    list-style-position: inside;
    margin-bottom: 5px;
}
.col-main .step dl dt {
    background:none;
    padding-left: 0px;
}
.checkout-multishipping-shipping .box-sp-methods {
    padding: 0;
}
.multiple-checkout h2 {
    font-size: 18px;
}
.col-main .box-content dl dt {
    background: none;
    padding-left: 0px;
}
/*****order and returns***********/

.col1-layout .form-alt {
    padding: 5% 5% 10% 5%;
}
.form-alt .input-box {
    margin-bottom: 20px;
    max-width: 90%;
}
.form-alt .input-text {
    max-width: 90%;
}
/**************************************************************HOME PAGE v1 ***********************************/
div.four {
    width: 100%;
    clear: both;
    margin-bottom: 3%;
    padding-bottom: 1%;
    border-radius: 2px;
}
div.four div {
    float: left;
    overflow: hidden;
}
div.i_images div a.title:link, div.i_images div a.title:visited {
    display: block;
    width: 100%;
    margin-bottom: 0px;
    padding: 5px 0 5px 0px;
    font: 16px "UbuntuCondensed", Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-decoration: none;
    background-color: transparent;
}
div.i_images div a.title strong {
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}
div.four div a.title span {
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
}
div.i_images div ul {
    padding-left: 0px;
}
div.i_images div ul li {
    padding: 0 0 5px 5px;
    line-height: 16px;
    font-size: 12px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 -38px;
}
div.i_images div ul li:hover {
    background-color: transparent;
    background-position: 1px -38px;
    background-repeat: no-repeat;
}
div.i_images div ul li a:link, div.i_images div ul li a:visited {
    display: block;
    padding: 2px 4px;
    border-radius: 2px;
    text-decoration: none;
}
div.i_images p {
    padding: 5px 5px 0 0px;
    line-height: 16px;
    font-size: 12px;
}
.category-description .three_images {
    width: 100%;
}
div.three_images div a {
    width: 100%;
    padding: 0;
    display: block;
    overflow: hidden;
}
div.three_images div img {
    margin-top: 0px;
}
div.three_images div img:hover {
opacity: .9;
filter: alpha(opacity=90);
}
div.best_sellers_title, h2.best_sellers_title {
    margin: 8px 0 6px 0;
    padding: 5px 0 0 0px;
    line-height: 24px;
    font: bold 14px Arial, Tahoma, sans-serif;
    background-image: none;
}
div.best_sellers, h2.best_sellers {
    margin: 0px 0 6px 0;
    padding: 5px 0 0 0px;
    line-height: 24px;
    font: normal 18px "UbuntuCondensed", Helvetica, Arial, sans-serif;
    background-image: none;
    text-transform: uppercase;
}
/*home banners*/
.home-images {
    margin-bottom: 3%;
    padding-bottom: 1%;
}
.home-images div {
    width: 100%;
    clear: both;
    margin-bottom: 1%;
}
.home-images div a {
    display: block;
    width: 32%;
    margin-right: 1%;
    float: left;
    position: relative;
}
.home-images div a span {
    display: block;
    width: 100%;
    height: auto;
}
.home-images div a span img {
    max-width: 100%;
    height: auto;
    width: auto\9;
}
div.pageblock_title {
    clear: both;
    font: normal 20px "UbuntuCondensed", Helvetica, sans-serif;
    margin-bottom: 1%;
}
.cms-home .products-grid .product-name {
    font: bold 14px/16px Helvetica, sans-serif;
    text-align: center;
    /* text-transform: uppercase; */
}
.col_left, .col_cent {
    float: left;
    position: relative;
    width: 240px;
    text-align: center;
}
.col_right {
    float: right;
    position: relative;
    width: 240px;
    text-align: center;
}
.data-table tr td .product-name a {
    padding-top: 5px;
    font-weight: bold;
}
/*Compare*/
.compare-table .btn-remove {
    height: 11px;
    width: 57px;
    margin: 3px 0px 3px 0px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position:  0px -105px;

}
.cart .totals .checkout-types li a {
    font-size: 11px;
}
.link-cart {
    font-weight: 700;
}
/*customer service*/
#recently-viewed-items li {
    padding-left: 0;
}
.buttons-set .back-link a:link, .buttons-set .back-link a:visited, .mini-products-list .link-cart, .block-service a.more:link, .block-service a.more:visited {
    border: 0;
    text-transform: uppercase;
    padding: 4px 5px 2px 5px;
    border-radius: 3px;
    font: 12px "UbuntuCondensed", Helvetica, Arial, sans-serif;
    height: 17px;
    white-space: nowrap;
}

/*easy tabs*/
.tabs {
    width: 100%;
    margin: 15px 0 0 0 !important;
    overflow: hidden;
    border-bottom: 0 !important;
}
.tabs li {
    border-right: 0;
    border-left: 0;
    margin-right: 0px;
     background-color: transparent;
}
.tabs a {
    font-size: 11px;
    font-weight: normal;
    display:block;
    float: left;
    text-align: center;
    padding: 5px 12px 5px 12px !important;
    outline: none;
    text-decoration:none;
 -webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
    display: block;
}
.tabs li.active a, .tabs li.active a:hover {
    font-weight: normal;
    border-radius: 3px 3px 0px 0px;
}
#product_tabs_related_tabbed_contents li {
    width: 18%;
    min-height: 200px;
}
.product-view .box-up-sell .products-grid td, .product-view .box-up-sell .products-grid .product-image {
    text-align: left;
}
.related-checkbox {
    margin-right: 5px;
}
.padder {
    overflow: hidden;
    border-radius: 0px 2px 2px 2px;
}
.products-grid .actions li {
    padding: 0 !important;
    float: left;
}
.products-grid .actions .add-to-links {
    padding-top: 0;
}
/*testimonial page*/
.testim {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAhCAYAAABAxlKmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAkdJREFUeNrUmNFxgzAMQFMf/7BB0o98150gdIJmg5IJQjcgE4ROUJig6QZkg/Q7HyUbkAmonBN3LjVYFvBR3Sm5I0J+lm1Jzl1d17P/It75fHaxD0Fj0Gft2RGfnTgAy+Xy9g0cAfqJQOeaSa6eg13lEX0uQDPQleE39axAm4oDDKBr9O8bfn5Bv7Eg+Fpj1FY9Nj7acUAV5EcHaCNb9WGDjQiO9Oi7SoaRI4mwgL47DFxNCdoHK0FTx8EPDrapI+ixCzbAgX0HZxvQkmi7bvYgUS64ykbYpJU6bDO+xyWlSOBgq2SnVhnS1i0QnmH5qbN+ZWyVhLhiXyqaAPkrd3uGvWSTKxYH1yKwIAZCgYaqCPQdMGnJpUNAm6iyQduwMXFADmhALBpRF6gOS3F2YexRPQPY9mre3qNdsCHBGRd0RoyqNUvosDY5DYC1+oeoFlRYSRiwYIJKwqodSf2s1ubZpNYywgEPG6VqURqcFXRftZYRMoh0aops4BgpH+v6NzGDSEf/D6B7gC9BZRtWDtiL+4EHr09UyS90YDGC0y238SauYoFXnlFgZxNGtwGOx4SdTxjdmQ5bjORQThldtXeFlo6GSjhyfv7TX4gRqpNNyrEcCcb9ybUcl5jo/wUsqUmh9A5Cm30+wNfVMuFs4LnITc0312Fq+d+gIpbmrkAkbdgKT/SVMWvKlSVjrl7U3G6FYd+FDgdi19zpqQPjO9SIPgHooa83OGGC33RAq+vNG/5fkDAipd55BP3suT6pCS3aDfmPAAMAULWYtumXsQcAAAAASUVORK5CYII=);
background-position:  10px 20px;
    background-repeat: no-repeat;
    padding: 20px 20px 20px 70px;
    font-style: italic;
    line-height: 150%;
    font-size: 16px;
    margin-bottom: 20px;
}
.testim p {
    font-family: Times New Roman;
    font-size: 16px;
}
.testim p.sign {
    text-align: right;
    font-size: 13px;
    font-weight: bold;
    font-family: Helvetica, sans-serif;
    font-style: normal;
    line-height: 100%;
}
.testim p.date {
    text-align: right;
    font-size: 13px;
    font-family: Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 100%;
}
.testimonial {
    padding: 0px 0px 0px 0px;
    width: 100%;
    border: 0;
    position: relative;
}
.testimonial .block-title {
    padding-top: 0;
    border-radius: 5px 5px 0px 0px;
}
.testimonial .block-title strong {
    padding: 3% 5%;
    background-image: none;
}
.testimonial .block-content {
    padding: 0px 10px 25px 10px !important;
    font-style: italic;
    border-radius:  0px 0px 5px 5px;
}
.testimonial:after {
    display: block;
    position: relative;
    content: "";
    width: 0;
    height: 0;
    border-top-width: 15px;
     border-top-style: solid;
    border-right: 30px solid transparent;
    margin: 0% 0% 5% 75%;
}
p.signt {
    font-style: normal;
    text-align: right;
}
p.link {
    font-style: normal;
    text-align: left;
    padding: 3px 0px 0px 0px;
    margin: 0;
    border-top: 1px dotted;
}
.testimonial .block-content p.link {
    border: 0;
}
.testimonial a.more {
 font-weight: normal;
}
/*brands*/

.brand {
    max-width: 100%;
    width: 100%;
}
.brand li {
    text-align: center;
    vertical-align: middle;
    padding: 1%;
    list-style-type: none;
    display: list-item;
}
.brand a {
    display: block;
    height: auto;
    position: relative;
    width: 100%;
}
.brand img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}
.brand a:link img, .brand a:visited img {
    filter: url("https://www.unitedfurnituregroup.com/skin/frontend/default/perfect_white/css/data:image/svg+xml;utf8,<sv")xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: gray;
    -webkit-filter: grayscale(100%);
}
.brand a:hover img {
    filter: none;
    -webkit-filter: grayscale(0%);
}
.brands_list {
    float: left;
    padding-left: 20px;
    padding-top: 20px;
}
.brands_list dl {
    float: left;
    margin-right: 30px;
}
.brands_list dl dd {
    margin-bottom: 5px;
}
.brands_list dl dt {
    font-size: 12px;
    font-weight: bold;
    background-image: none;
    padding: 0;
}
/*shipping price*/
.block-shipping-calculator .block-content {
    padding-top: 10px;
    text-align: center;
}
.shipping_price a:link, .shipping_price a:visited, .block-shipping-calculator a:link, .block-shipping-calculator a:visited {
   float: left;
   background-color: transparent;
    background-position:  2px 8px;
    background-repeat: no-repeat;
    padding: 7px 5px 7px 18px;
    text-transform: none;
    border-radius: 2px;
    font-weight: bold;
    font-size: 11px;
}

.wp-shipping-calculator-popup .step-title h2 {
    background-color: transparent;
    display: block;
    float: left;
    position: relative;
    width: 50%;
    text-align: left;
}
/*News */
.news_left {
    text-align:left;
}
.news_left h2 strong {
    text-transform:uppercase;
    width: 196px;
    display: block;
    font-weight: bold;
    font-size: 12px;
}
.news_left h2 {
    color:#808080;
    font-size: 11px;
    font-weight: normal;
}
.news_left dl dt a {
    font:bold 12px/12px Arial;
}
.news_left dd {
    color:#808080;
    font:10.67px/10.67px Arial;
    line-height:14px;
    clear: both;
    padding-top: 3px;
    margin-bottom:10px;
}
.news_left dl {
    margin-top:0px;
    margin-bottom: 5px;
}
.news_left dt {
    margin:0 0 0px 2px;
}
.news_leftl dd {
    margin-bottom:10px;
    padding:2px 0 7px 4px;
    border-bottom-width:1px;
    border-bottom-style: dotted;
    clear: both;
}
.news_left dl dt strong {
    height: 13px;
    text-align: center;
    font: bold 10px Arial;
    margin-right: 5px;
    border-radius: 1px;
}
/*news page*/
.news {
    padding: 20px 20px 20px 20px;
    line-height: 150%;
    margin-bottom: 20px;
}
.news p.sign {
    text-align: right;
    font-size: 11px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: 100%;
}
.news p.date {
    text-align: left;
    font-size: 11px;
    font-family: arial;
    font-weight: normal;
    font-style: normal;
    line-height: 100%;
}
.news p.oview {
    font-style: italic;
    font-weight: bold;
    font-size: 12px;
}
a.more:link, a.more:visited {
    clear: both;
    position: relative;
    border: 0;
    cursor: pointer;
    overflow: visible;
    display: block;
    text-align: center;
    padding: 1px 3px;
    border-radius: 2px;
    font: normal 11px Arial;
    float: left;
}

/*Custom Menu additional styles*/
p.menu_img a {
    float: left;
    position: relative;
    overflow: hidden;
}
p.menu_img {
    float: left;
    position: relative;
    max-width: 45%;
    overflow: hidden;
}
p.menu_img img {
    margin-right: 20px;
}
.items {
    float: left;
}
.single_menu_product .separate_product_view {
    float: left;
    position: relative;
    clear: none;
}
div.menu_image {
    float: left;
    width: 45%;
    overflow: hidden;
}
div.menu_image img {
    margin-bottom: 10px;
}
div.menu_image h2 {
    font-size: 14px;
}
/*AW blog*/
.postTitle h3 {
    font-size: 11px !important;
    font-weight: normal !important;
    text-transform: none;
}
.block-blog .menu-categories, .block-blog .menu-recent {
    padding: 0;
    margin: 0;
}
.block-blog ul {
    margin-bottom: 10px;
}
.block-blog .menu-categories ul li, .block-blog .menu-recent ul li {
    margin-left: 0px;
    margin-bottom: 5px;
}
.block-blog .menu-recent ul li a, .block-blog .menu-categories ul li a, .block-blog .menu-tags ul li a {
    font-size: 14px;
}
.block-blog .menu-tags UL LI {
    display: inline;
    margin-left: 0px;
    padding: 2px;
}
.menu-tags h5 {
    margin-bottom: 0;
    padding-top: 3px;
}
.breadcrumbs .blog {
    background: transparent none;
}
/*Capcha*/
.captcha-img {
    height: 50px;
}
/*Total Slider captions */
.tp-caption.big_white {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 600;
    font-size: 50px;
    line-height: 80px;
    font-family: "UbuntuCondensed", Arial, sans-serif;
    margin: 0px;
    padding:5px 10px;
    border-width: 0px;
    border-style: none;
    background-color: transparent;
    letter-spacing: 0px;
    opacity: .7 !important;
    filter: alpha(opacity=70) !important;
    border-radius: 2px;
}
.tp-caption.medium_white {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 300;
    font-size: 30px;
    line-height: 40px;
    font-family: "UbuntuCondensed", Arial;
    margin: 0px;
    padding:4px 8px;
    border-width: 0px;
    border-style: none;
    letter-spacing: 0px;
    border-radius: 2px;
}
.tp-caption.big_black {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 800;
    font-size: 50px;
    line-height: 80px;
    font-family: "UbuntuCondensed", Arial, sans-serif;
    margin: 0px;
    padding:0;
    border-width: 0px;
    border-style: none;
    background-color: transparent;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.tp-caption.medium_text {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 300;
    font-size: 30px;
    line-height: 60px;
    font-family: "UbuntuCondensed", Arial;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
}
.tp-caption.small_text {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    font-family: "UbuntuCondensed", Arial;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
    text-shadow: none;
}

/*CSS3 Transition*/
ul.links-advanced a:link, ul.links-advanced a:visited, .form-search button.button, .header .links li a, ul.links-cart li a, .block-cart-top a.title, .promo a, .shipping_info a, .submenu .block-header-subscribe button.button, div.i_images div ul li a, div.i_images div a.title span img, div.i_images div a.title strong, a.link-wishlist, a.link-compare, .product-name a, a.more, .pager .pages li a, .sorter a, .shipping_price, #crosssell-products-list li.item:hover button.button, .product-shop .add-to-cart button.button, .checkout-types button.button, .data-table tr:hover td, .data-table button.button, .buttons-set button.button, .shipping_price a, .cart-link a, .icons_left a,
.desc a:link, .desc a:visited {
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
-ms-transition: all .3s linear;
transition: all .3s linear;
}
/*Non transition*/
.cart .crosssell li.item .add-to-links {
 -webkit-transition: all .0s linear;
-moz-transition: all .0s linear;
-ms-transition: all .0s linear;
transition: all .0s linear;
}
/*IE7 fix */
*+html .upper-header {
    width: 300px;
}
*+html div.search {
    width: 480px;
}
/*end IE7 fix */
#outerImageContainer {
    width: 100%!important;
}
#popup-login-form {
    width: 100%!important;
    max-width: 400px;
}
.header .links a:link, .header .links a:visited {
    font-size: 13px;
    text-decoration: none;
    padding: 0px 6px;
}
/************************************************************** TEXT *********************************************/
.link-wishlist, .link-compare, .old-price .price-label, .special-price .price-label {
    font-weight: normal;
}
.block-account .block-content li a, .page-sitemap .links a {
    font-weight: normal !important;
}
.old-price .price-label, .special-price .price-label, .block-shipping-calculator .block-content li label, .validation-advice, .block-shipping-results li {
    font-size: 11px;
}
.price-as-configured .price-label, .block-progress dt.complete {
    font-weight: bold;
}
.std ul.disc {
    list-style-type: circle;
}
/**********************************************************BACKGOUND*****************************************************/
/*background-transparent*/
.toolbar .pager, .product-essential, .product-view .box-up-sell .products-grid td, .block li.even, .cart .crosssell, .cart .discount, .cart .shipping, .cart .totals, .block .actions, .compare-table tbody th, .compare-table tr.add-to-row td, .account-login .content, .block-layered-nav .currently li, .block-cart .summary, .block-progress dt, .block-progress dt.complete, .block-progress dd.complete, .order-info-box, .toolbar .sorter, .product-view .box-up-sell .products-grid td.empty, .products-list li.item {
    background:transparent;
}
/*border-non*/
.toolbar .pager, .product-view .product-img-box .more-views h2, .product-collateral h2, .product-view .box-up-sell .products-grid, .product-view .box-up-sell .products-grid td, .cart .crosssell, .cart .discount, .cart .shipping, .cart .totals, .page-title, #opc-login h3, .box-account .box-head, .pager, .block-cart .summary, .block-cart .actions, .products-grid, .product-view .box-up-sell .products-grid td img, .block-progress dt, .block-progress dt.complete, .block-progress dd.complete, .toolbar .sorter {
    border: none;
}
.opc .step, .opc .allow .step-title, #opc-review .buttons-set, .error-msg, .success-msg, .note-msg, .notice-msg, .buttons-set, .validation-advice, .opc .active .step-title, .mini-products-list .product-image, .products-list .product-image img, .product-view .product-img-box .more-views li a:hover, .opc .step-title, .products-grid .product-image img, .product-view .box-up-sell .products-grid .product-image img, .cart .crosssell .product-image, .cart .crosssell .product-image img {
    border:0;
}
.form-search button.button {
    width: 20px;
    opacity: .6;
    filter: alpha(opacity=30);
    margin: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 3px -367px;
    position: absolute;
    top: 9px;
    right: 10px;
}

/* autocomplete search position fix in IE */
#search_autocomplete {
    left: 0px !important;
}
#search_autocomplete_iefix {
    display: none !important;
}

/*Fixed width catalog*/
ul.products-grid li {
    padding-bottom: 60px;
}
ul.products-grid li .add-to-links li {
    width: 100%;
    text-align: center;
}
ul.products-grid li .actions {position: relative;display: block;}
.category-column-count-2 ul.products-grid li, .category-column-count-2 .actions {
width: 50%;
}
.category-column-count-3 ul.products-grid li, .category-column-count-3 .actions {
width: 33%;
}
.category-column-count-4 ul.products-grid li, .category-column-count-4 .actions {
width: 25%;
}
.category-column-count-5 ul.products-grid li, .category-column-count-5 .actions {
width: 20%;
}
.category-column-count-6 ul.products-grid li, .category-column-count-6 .actions {
width: 16%;
}
.category-column-count-7 ul.products-grid li, .category-column-count-7 .actions {
width: 14%;
}
.category-column-count-8 ul.products-grid li, .category-column-count-8 .actions {
width: 12%;
}




#cartview {
}

@media all and (max-width:960px) {
    #md_quickview_handler {
        display: none !important;
    }
}

.sidebar .block {
    display: inline-block;
}

.sidebar ul {
    display: inline;
}

@media all and (max-width:480px) {
    .sidebar .block {
        display: block;
    }
}
.topbar {
    height: 36px;
    background: #d2d2d2;
    line-height: 36px;
    /* font-weight: 700; */
    color: #000;
    font-family: "UbuntuCondensed", Helvetica, Arial, sans-serif;
    font-size: 22px;
}
.topbar .info {float: left;margin-left: 40px;}
.topbar .phone {float: right;margin-right: 40px;}
.logo a {text-align:center; width:100%;}
.logo img {height: 100px !important;}
.box-collateral img, .compare-table img, .std img {
    max-width: 100%;
    height: auto !important;
}
.col-main .product-options label {
    font-size: 14px;
    font-family: Verdana, "UbuntuCondensed", Helvetica, Arial, sans-serif;
    /*text-transform: uppercase;*/
    font-weight: normal;
    color: #000;
    margin-left: 24px;
}
.col-main .product-options .label label {
    font-size: 0;
}
.col-main .product-options .label label .price-notice {
    font-size: inherit;
}
.description-fix.upper{display:block;}
.description-fix.bottom{display:none;}
.product-img-box .std{margin-top:20px;}
#customer-reviews{/*display:none;*/width: 60%;margin: auto;}
.form-search button.button, .head_contacts_block li, .col-main dl dt, .block .block-title strong, button.button, button.button span span, .product-shop .add-to-cart button.button, .checkout-types button.button, #review-buttons-container button.button, .product-options-bottom button.button, .product-shop .add-to-cart button.button span, .checkout-types button.button span, #review-buttons-container button.button span, .product-options-bottom button.button span, .product-view .product-shop a.link-wishlist, .data-table a.link-wishlist, .product-details a.link-wishlist, .product-details a.link-compare, .product-view .product-shop a.link-compare, p.email-friend a:link, p.email-friend a:visited, div.i_images div ul li, .compare-table .btn-remove, .shipping_price a:link, .shipping_price a:visited, .block-shipping-calculator a:link, .block-shipping-calculator a:visited, .sc-toolbar .grid, .sc-toolbar .list, .onepagecheckout.opc .active .step-title .number, .current-direction-desc, .current-direction-asc {
    background-image: none;
}
 
.description-fix.upper h2 { 
	display: none;
}
.description-fix.upper .std h2 {
	display: block;
	font-size:16px;
}
p.cart-link {
	display: none;
}
a.go-to-top {
	display: none;
}

.error-msg, label.required em, .error-msg, .success-msg, .note-msg, .notice-msg {
	color: #000;
}
.box-collateral.box-up-sell {
    margin-bottom: 40px;
}
@media all and (max-width:797px) {
h1, .page-title h1, .page-title h2, .product-view .product-shop .product-name h1, .postTitle h2 {
    font-size: 18px;
}
}
@media all and (max-width:479px) {.top_toolbar_container { width: 100%;}.top-container { clear: both;}.top_toolbar { width: 100%; padding: 0;}.logo img {max-width: 200px !important;height: auto;width: auto; /* ie8 */margin-top: 25px;}.header h1.logo, .header h2.logo {width: 100%;}.top_toolbar_container .welcome-msg, ul.links-advanced, .links-cart, .block-cart-top .qty, .block-cart-top .price, .upper-header .sp, .seotext, .footer_block .icons .icons_left, .share_this, #review-form .data-table tr.first th, .header .quick-access, .block-cart-top { display: none;}.header .quick-access, .block-cart-top {display:block;margin: 0;width: 90%;margin: 0 auto 10px;}.icons_left{display:block !important;}div.search {width: 90%;margin: auto;text-align: center;float: inherit;display: block;margin-bottom: 10px;}#search_mini_form { width: 100%; clear: both; float: right;}.form-search { width: 100%;}.form-search input.input-text {}#compare-panel {    right: -10%;}.form-search button.button { min-height: 22px; min-width: 22px; background-position: 50% 50%; opacity: 1; filter: alpha(opacity=100); background-color: transparent; background-repeat: no-repeat; background-position: 3px -367px;}.block-currency { float: left; margin-left: 1%; margin-bottom: 3%;}div.wp_stylish_languages_switcher_flags { margin-right: 1%;}.submenu, .main-container, .home_page_header_block { width: 100%;}h2.logo {margin: 20px auto 0 auto !important;padding: 0px 0px 0px 0px !important;display: block;width: 100%;text-align: left;}h2.logo a {display: block;width: 100%;}.upper-header { margin-bottom: 2%; clear: both; width: 100%; display: inline-block;}.upper-header:after, .upper-header .links:after, div.search:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}html[xmlns] .upper-header, html[xmlns] .upper-header .links, html[xmlns] div.search { display: block;}* html .upper-header, * html .upper-header .links, * html div.search { height: 1%;} div.block-cart-top {float: left;font-size: 20px;width: 30%;margin: auto;/* max-width: 88px; */}div.block-cart-top p.cart-link a:link, div.block-cart-top p.cart-link a:visited { display: block; padding: 2px 5px !important; border-radius: 3px; text-align: center; margin: 0% 0% 5% 5%; float: left;}.upper-header .links { margin: 0%; padding: 0;}.upper-header .links li { padding:0px 0px 0px 0px; margin: 0% 0% 5% 5%;}.upper-header .links a:link, .upper-header .links a:visited { text-decoration: none; padding: 2px 5px !important; border-radius: 3px; display: block; text-align: center; text-transform: lowercase;}.nav-container { width: 100%;}/*********************************Footer ******************************/.footer { width: 100%; margin-left: auto; margin-right: auto;}.footer_block .links_block div { float: none;width: 100%; margin-left: auto; margin-right: auto;}.footer ul.links { text-align: left; padding-left: 0; padding-right: 0; width: 100%; padding-top: 0;}.footer_block h4.title { padding-top: 10px;}.footer_block .links_block div ul li a:link, .footer_block .links_block div ul li a:visited {display: block;}.footer ul.links li, .footer_block .links_block div ul li { display: block; margin-bottom: 0px; text-align: left; font-size: 14px; border-bottom-width: 1px; border-bottom-style: dashed; padding-bottom: 10px; padding-top: 10px;}.footer ul.links li a { display: block}/*home page header*/.home_page_header_block .imgs {}.images_lft { float: none; position: relative; width: 100%; height: auto; overflow: hidden;}.images_rht { height: auto; float: none; position: relative; width: 100%; overflow: hidden;}/* Base Columns */.col-left { width: 98%; padding-left: 1%; padding-right: 1%; float: none; text-align: center;}.col-right { width: 98%; padding-left: 1%; padding-right: 1%; float: none; text-align: center;}.col2-left-layout .col-main, .col2-right-layout .col-main { width: 98%; padding-left: 1%; padding-right: 1%; float: none;}/* 1 Column Layout */.col1-layout .col-main { float:none; width: 98%; padding-left: 1%; padding-right: 1%;}/* 2 Columns left Layout */.col2-right-layout .col-main { float: none; margin-bottom: 1%;}.col2-left-layout .col-main { float: none; margin-bottom: 1%;}/* 2 Columns right Layout */.col2-right-layout .col-main { float: none;}/* 3 Columns Layout */.col3-layout .col-wrapper { float: none; width: 98%; padding-left: 1%; padding-right: 1%; padding:0;}.col3-layout .col-main { float: none; width: 98%; padding-left: 1%; padding-right: 1%;}.col3-layout .col-left { float: none; width: 98%; padding-left: 1%; padding-right: 1%; clear: both;}/***********************************CATALOG********************************//*img*/.products-grid .product-image img, .category-image img { max-width: 100%;height: auto;}/*Toolbar*/.pager .pages { clear: both; margin: 0; width: 100%; padding: 0; border-radius: 3px; padding: 3px 0px;}.pager .pages li a:link, .pager .pages li a:visited { border-bottom-width: 2px; border-bottom-style: solid;}.pager p.amount, .pager .limiter { width: 100%; padding: 3px 0px; text-align: center; font-size: 12px;}.sorter .view-mode label { display: none;}.sorter .view-mode { font-size: 12px;}/************************PRODUCT************/.product-view .product-img-box { width: 100%;}.product-view .product-shop { width: 100%;}.product-shop .product-name { /* display: none; */ text-align: center;}.product-img-box img { max-width: 100%; height: auto;}.product-view .product-shop .price-box { /* float: left; */ margin-right: 5%; margin: 20px auto; text-align: center;}.addto{margin-bottom:20px;}.product-view .product-shop .price-box-bundle .price-box { float: none;}.add-to-box .add-to-cart { padding-top: 15px;float: left;}.product-shop .add-to-box {text-align: left;clear: both;float: left;margin-top: 0;margin-bottom: 2em;} .product-view .product-shop .add-to-links { padding: 0; clear: both;}.product-view .product-shop .grouped-items-table .product-pricing-grouped li { display: table-cell; text-align: left;}.product-options dl dd .input-box, .product-options dd select { margin-bottom: 5%;}.product-options-bottom .add-to-cart { float:left; padding-top: 5%; clear: both;}.add-to-box .or { display: none;}.links_list { clear: both;}.product-collateral {padding: 0px;}.tabs { border-top-width: 3px; border-top-style: solid;}.tabs li, .tabs li.active a, .tabs li.active a:hover, .tabs a { width: 100%; border: 0;}.tabs li.active a, .tabs li.active a:hover { font-weight: bold;}.tabs li a:after {    content: "";    width: 0;    height: 0;    border-left: 5px solid transparent;    border-right: 5px solid transparent;    margin: -5px 5px 0px 5px;    padding: 0;    font-size: 0;}.tabs li.active a:after { content: "  "; border: 0;}.box-collateral img, .compare-table img, .std img { max-width: 100%; height: auto !important;}.product-view {/* margin-top: 5px; *//* border-width: 1px; *//* border-style: solid; */padding: 20px;}.product-essential { padding: 0;}.more-views h4 { display: none}.product-view .box-up-sell .products-grid td, .brand td {display: inline-block;width: 100%;text-align: center;} .box-up-sell .products-grid .product-image {text-align: center !important;}.product-view .box-up-sell .products-grid .ratings .rating-box { margin-left: auto; margin-right: auto;}/****************CART ********************/.cart .cart-collaterals .col2-set { width: 100%;}.cart .cart-collaterals .col2-set .col-2 { width:100%;}.account-login h2 { font-size: 1em;}.col2-set .col-1 { float:left; width:98%; margin-bottom: 5%;}.col2-set .col-2 { float:left; width:98%;}.col2-set .col-narrow { width:32%;}.col2-set .col-wide { width:65%;}.cart .cart-collaterals .col2-set .col-2 {width: 100%;}/*data table*/.data-table th { display: none;}.data-table td, table.products-grid td, table.brand td { width: 90%; display: block; clear: both; border: 0 !important; float: left; padding-left: 5%; padding-right: 5%;}.data-table td { text-align: left !important;}.data-table textarea {display: block;width: 90%;height: auto;}.data-table .btn-remove2 { font-size: 12px; line-height: 14px; width: auto; font-weight: bold; text-indent: 16px;}.data-table .buttons-set { margin-top: 5%; margin-bottom: 5%; padding-left: 5%; padding-right: 5%; width: 90%;}.data-table .buttons-set button {margin-bottom: 5%;margin-left: 0;float: left;clear: both;}#shopping-cart-table button { clear: both; display: block; margin-bottom: 5%;}/***************ACCOUNT***********/.account-login .content { padding: 5%;}.block-account .block-content li a, .block-account .block-content li.current strong { border-bottom-width: 1px; border-bottom-style: dashed; display: block; width: 100%; padding: 10px 0px;}.my-account { padding-bottom: 20px;}.block .block-title { text-align: center;}.testimonial .block-title { background: transparent;}.buttons-set { /* margin-bottom: 4em; */ margin-top: 0em;}.buttons-set button {clear: both;display: block;/* margin-bottom: 5%; */}/* Sitemap */.page-sitemap .links { text-align:center;}/******************HOME PAGE ************************/.images_rht, .images_lft { width: 100%;}.images_rht a { display: block; width: 50%; height: auto; float: left; text-align: center;}.images_rht a img { width: 100%; max-width: 100%; height: auto; width: auto\9; /* ie8 */}/*************four banners **********/div.four div { width: 99%; padding: 0 0% 0 1%; float: left;}div.four div a.title span { max-width: 255px;}div.four div a.title span img { height:auto; width: 100%; width: auto\9;}/*three banners*/.three_images { width: 100%;}div.three_images div, div.three_images div.b03 { float: left; width: 100%; padding: 0; overflow: hidden;} div.three_images div img, div.three_images div.b03 img { max-width: 100%; height: auto; width: auto\9;}.sc-toolbar { display: none;}/*cutom menu*/#menu-button a:link, #menu-button a:visited { margin-left: 40%;}/*home banners*/.home-images div a strong { font: normal 14px "UbuntuCondensed", sans-serif;}
.topbar {height: 25px;background: #d2d2d2;line-height: 25px;/* font-weight: 700; */color: #000;font-family: "UbuntuCondensed", Helvetica, Arial, sans-serif;font-size: 13px;}
.topbar a{
    text-align: center;
    display: inline-block;
}
.topbar .info {float: none;margin-left: 5px;}.topbar .phone {float: right;margin-right: 5px;}.footer, #cartview-panel, #compare-panel, #wishlist-panel, #popup-login-form .section {    background-image: none;}}@media (max-width:1175px) and (min-width:798px) {    .search {width: 30% !important;}    .header .quick-access {/* width: 50% !important; */}}@media all and (max-width:479px) {	.links {width: calc(100% - 100px);display: inline-block;width: 100%;float: left;}    .header .links li, .head_contacts_block li, .block-cart-top {float: none;width: 25%;margin: auto;display: inline-block;}    #top-link-compare {        margin-left: auto;    }	#cartview-link {		text-align: center;	}	.header .links a:link, .header .links a:visited{		font-size:12px;		padding: 0;	}}.block-cart-top .qty{display: initial;background: #ff6600;color: #fff;padding: 2px 4px;border-radius: 3px;}@media (max-width: 800px) {.header .links li, .head_contacts_block li {    display: none;}div.block-cart-top {    float: none;}}
@media all and (min-width:480px) and (max-width:799px) {
.page {
    padding: 20px;
}
/*header*/
 .top_toolbar_container {
 width: 100%;
}
.top_toolbar {
 width: 99%;
 padding: 0% 1% 0% 0%;
 overflow:visible;
}
.topbar {
    height: 36px;
    background: #d2d2d2;
    line-height: 36px;
    /* font-weight: 700; */
    color: #000;
    font-family: "UbuntuCondensed", Helvetica, Arial, sans-serif;
    font-size: 15px;
}
.topbar .info {float: left;margin-left: 20px;}
.topbar .phone {float: right;margin-right: 20px;}
div.search {
    width: 100%;
}
.header .quick-access {
    width: 100%;
    float: left;
    margin: 10px 0 6px;
    text-align: center;
    display: inline-block;
}
.header .links li, .head_contacts_block li, .block-cart-top {
    float: right;
}
.top_toolbar_container .welcome-msg, ul.links-advanced, .links-cart, .upper-header .sp, .seotext, .footer_block .icons .icons_left, .share_this, .header .quick-access, p.cart-link {
 /* display: none; */
}
.icons_left{display: block !important;}
div.search {/* min-width: 265px; *//* max-width: 500px; *//* width: 95%; *//* margin: 0 0 1% 5%; *//* float: right; */margin-top: 10px;}
#search_mini_form {
 width: 100%;
 clear: both;
 float: right;
}
.header .logo {
    float: none;
    text-align: center;
}
.form-search {
 width: 100%;
}
 .form-search input.input-text {
}
 .form-search button.button {
}
 .block-currency {
 float: right;
 margin-left: 5%;
margin-bottom: 1%;
}
div.wp_stylish_languages_switcher_flags {
margin-bottom: 1%;
}
.submenu, .main-container, .home_page_header_block {
 width: 100%;
}
 .header a.logo {
 margin: 0px 0px 10px 0px !important;
 padding: 0px 0px 0px 0px !important;
}
 .upper-header {
 margin-bottom: 2%;
 clear: both;
 width: 100%;
 display: inline-block;
}
.upper-header:after, .upper-header .links:after {
 content: ".";
 display: block;
 clear: both;
 visibility: hidden;
 line-height: 0;
 height: 0;
}
html[xmlns] .upper-header, html[xmlns] .upper-header .links {
 display: block;
}
.icons_left {
    display: block !important;
}
* html .upper-header, * html .upper-header .links {
 height: 1%;
}
 div.block-cart-top {}
.links {display: inline-block;}
 .upper-header .links {
 margin: 0%;
 padding: 0;
}
.upper-header .links li {
 padding:0px 0px 0px 0px;
 margin: 0% 0% 1% 5%;
}
.upper-header .links a:link, .upper-header .links a:visited {
 text-decoration: none;
 padding: 2px 5px !important;
 border-radius: 3px;
 display: block;
 text-align: center;
 text-transform: uppercase;
}
 .upper-header .links a:hover {
}
.nav-container {
 width: 100%;
}
/*********************************Footer ******************************/
.footer {
 width: 100%;
 margin-left: auto;
 margin-right: auto;
}
.footer_block .links_block div {
 float: none;
width: 100%;
 margin-left: auto;
 margin-right: auto;
}
.footer ul.links {
 text-align: left;
 padding-left: 0;
 padding-right: 0;
 width: 100%;
 padding-top: 0;
}
.footer_block h4.title {
 padding-top: 10px;
}
.footer_block .links_block div ul li a:link, .footer_block .links_block div ul li a:visited {
display: block;
}
.footer ul.links li, .footer_block .links_block div ul li {
 display: block;
 margin-bottom: 0px;
 text-align: left;
 font-size: 14px;
 border-bottom-width: 1px;
 border-bottom-style: dashed;
 padding-bottom: 10px;
 padding-top: 10px;
}
.footer ul.links li a {
 display: block
}

/*home page header*/

.images_lft {
 float: none;
 position: relative;
 width: 100%;
 height: auto;
 overflow: hidden;
}
.images_rht {
 height: auto;
 float: none;
 position: relative;
 width: 100%;
 overflow: hidden;
}

/* Base Columns */
.col-left {
 width: 98%;
 padding-left: 1%;
 padding-right: 1%;
 float: none;
 text-align: center;
    -moz-column-count:2; 
-webkit-column-count:2; 
column-count:2;
}
.col-right {
 width: 98%;
 padding-left: 1%;
 padding-right: 1%;
 float: none;
 text-align: center;
    -moz-column-count:2; 
-webkit-column-count:2; 
column-count:2;
}
.col2-left-layout .col-main, .col2-right-layout .col-main {
 width: 98%;
 padding-left: 1%;
 padding-right: 1%;
 float: none;
}
/* 1 Column Layout */
.col1-layout .col-main {
 float:none;
 width: 98%;
 padding-left: 1%;
 padding-right: 1%;
}
/* 2 Columns left Layout */
.col2-right-layout .col-main {
 float: none;
 margin-bottom: 1%;
}
.col2-left-layout .col-main {
 float: none;
 margin-bottom: 1%;
}
/* 2 Columns right Layout */
.col2-right-layout .col-main {
 float: none;
}
/* 3 Columns Layout */
.col3-layout .col-wrapper {
 float: none;
 width: 98%;
 padding-left: 1%;
 padding-right: 1%;
 padding:0;
}
.col3-layout .col-main {
 float: none;
 width: 98%;
 padding-left: 1%;
 padding-right: 1%;
}
.col3-layout .col-left {
 float: none;
 width: 98%;
 padding-left: 1%;
 padding-right: 1%;
 clear: both;
}
/* Content Columns */
.col2-set .col-1 {
 float:left;
 width:100%;
 margin-bottom: 5%;
}
.col2-set .col-2 {
 float:left;
 width:100%;
}
.col2-set .col-narrow {
 width:100%;
}
.col2-set .col-wide {
 width:100%;
}
.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%;
}

/*img*/
.products-grid .product-image img, .category-image img {
 max-width: 100%;
height: auto;
}
/*Toolbar*/
.pager .pages {
 clear: both;
 margin: 0;
 width: 100%;
 padding: 0;
 border-radius: 3px;
 padding: 3px 0px;
}
.pager .pages li a:link, .pager .pages li a:visited {
 border-bottom-width: 2px;
 border-bottom-style: solid;
}
.pager p.amount, .pager .limiter {
 width: 100%;
 padding: 3px 0px;
 text-align: center;
 font-size: 12px;
}
.sorter .view-mode label {
 display: none;
}
.sorter .view-mode {
 font-size: 12px;
}
/************************PRODUCT************/
.product-view .product-img-box {
 width: 100%;
 text-align: center;
}
.product-view .product-shop {
 width: 100%;
}
.product-shop .product-name {
 /* display: none; */
 text-align: center;
}
.product-view .product-shop .price-box {
 /* float: left; */
 margin-right: 5%;
 width: 50%;
 margin: 20px auto;
}
.addto{text-align:center;}
.product-view .product-shop .price-box-bundle .price-box {
 float: none;
}
.add-to-box .add-to-cart {
 padding-top: 15px;
float: right;
}
.links_list {
 clear: both;
}
.product-view .product-shop .add-to-links {
 padding: 0;
 clear: both;
 margin-bottom: 20px;
}
.product-options-bottom .add-to-cart {
 float:left;
 padding-top: 5%;
 clear: both;
}
.box-collateral img, .compare-table img, .std img {
 max-width: 100%;
 height: auto !important;
}
.product-view {
margin-top: 5px;
border: 0;
padding: 0;
}
.product-essential {
 padding: 0;
}
.product-view .product-shop .grouped-items-table .product-pricing-grouped li {
 display: table-cell;
 text-align: left;
}
.product-collateral {
padding: 15px 0px 25px 0px;
}
.product-options dl dd .input-box {
 /* margin-bottom: 5%; */
}
.add-to-box .or {
 display: none;
}
.tabs {
 border-top-width: 3px;
 border-top-style: solid;
}
.tabs li, .tabs li.active a, .tabs li.active a:hover, .tabs a {
 width: 100%;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-left: 0;
}
.tabs li.active a, .tabs li.active a:hover {
 font-weight: bold;
}
.tabs li.active a, .tabs li.active a:hover {
 font-weight: bold;
}
.tabs li a:after {
 content: "";
 width: 0;
 height: 0;
 border-left: 5px solid transparent;
 border-right: 5px solid transparent;
 margin: -5px 5px 0px 5px;
 padding: 0;
 font-size: 0;
}
.tabs li.active a:after {
 content: "  ";
 border: 0;
}
.more-views h4 {
 display: none
}
.product-view .box-up-sell .products-grid td, .product-view .box-up-sell .products-grid .product-image {
 text-align: left;
}
/****************CART ********************/
.cart .cart-collaterals .col2-set {
 width: 100%;
}
.cart .cart-collaterals .col2-set .col-2 {
 width:100%;
}
.col2-set .col-1 {
width: 100%;
}
.cart .cart-collaterals .col2-set .col-2 {
width: 100%;
}
.cart-table .btn-continue, .cart-table .btn-update, .cart-table .btn-empty {
float: left;
margin-bottom: 10px;
margin-right: 10px;
}
.data-table tr.first th {
 padding: 10px 0px 10px 0px;
}
.buttons-set {
 margin-bottom: 4em;
 margin-top: 0em;
}
/* Sitemap */
.page-sitemap .links {
 text-align:center;
}
/***************ACCOUNT***********/
.account-login .content {
 padding:2%;
}
.block-account .block-content li a, .block-account .block-content li.current strong {
 display: block;
 width: 100%;
 padding: 10px 0px;
}
.my-account {
 padding-bottom: 20px;
}
/*.block {
 width: 48%;
 float: left;
 margin-right: 1%;
}

.sidebar .sidebar {
 max-width: 48%;
 float: left;
 margin-right: 1%;
}*/
.block, .sidebar .sidebar, .sidebar_banner  {
 width: 100%;
 float: none;
 text-align: center;
}
.block-account, .block-cart {
 width: 100%;
 float: none;
}
.sidebar_banner {
 width: 48%;
 float: left;
 margin-right: 1%;
}
.sidebar_banner img {
 max-width: 100%;
 height: auto;
 width: auto\9; /* ie8 */
}
.block .block-title {
}
.testimonial .block-title {
 background: transparent;
}

/*************four banners **********/
div.four div {
 width: 49%;
 padding: 0 0% 0 1%;
}
 div.four .b03 {
 clear: both;
 float: left;
}
/*three banners*/
.three_images {
 width: 100%;
}
div.three_images div, div.three_images div.b03 {
 float: left;
 width: 33%;
 padding: 0;
 overflow: hidden;
}
div.three_images div img, div.three_images div.b03 img {
 width: 100%;
 max-width: 100%;
 height: auto;
 width: auto\9; /* ie8 */
}
/*home banners*/
.home-images div a strong {
 font: normal 16px "UbuntuCondensed", sans-serif;
}
/*brands*/
.brand li {
 float: left;
}
.description-fix.upper{display:none;}
.description-fix.bottom{display:block;}
#customer-reviews{width: 100%;}
/*.price-fix{display:block !important;}*/

.description-fix.bottom h2 {
    display: none;
}
.description-fix.bottom {
    margin-top: 20px;
}

}


@media (max-width: 479px) {
.description-fix.upper{display:none!important;}
.description-fix.bottom{display:block!important;}
#customer-reviews{width: 100%!important;}
/*.price-fix{display:block !important;}*/
.description-fix.bottom h2 {
    display: none;
}
.description-fix.bottom {
    margin-top: 20px;
}.header .logo {    width: 100%;}.logo img {    max-width: 200px !important;    height: auto;    width: auto;    margin-top: 36px;    width: 100%;}
}
@media (min-width: 800px) {

/******* DESKTOP SITE WIDTH *******/
 .page {
 width: 100%;
 max-width: 1500px;
 margin-left: auto;
 margin-right: auto;
}
/******* SITE WIDTH *******/
 .top_toolbar_container {
 text-align: right;
 overflow: visible;

}
.top_toolbar {
 width: 99%;
 padding: 0% 1% 0% 0%;
 overflow:visible;
}
.top_toolbar_container .welcome-msg {
 display: block;
}
.form-search input.input-text {
}
 #search_mini_form {
 /* width: 250px; */
}
.form-search {
 /* width: 90%; */
 /* height: 35px; */
 /* border-radius: 2px; */
 /* float: right; */
}
#search_mini_form {
 /* float: right; */
}
.form-search button.button {
}
 .block-currency {
 float: right;
 margin-left: 10px;
}
 div.block-cart-top {
}
h2.logo {
 width: 25%;
}
.upper-header {
 float: right;
 margin-bottom: 20px;
}
.head_contacts_block li {
 margin-left: 1%;
 display: inline;
}
.header .quick-access {
 float: left;
 width: 35%;
}
.header .links {
 /* float: right; */
 /* margin: 0; */
 /* padding: 7px; */
 /* line-height: 13px; */
}
.header .links li {
}
.header .links a:link, .header .links a:visited {
    font-size: 11px;
    padding: 0;
}
.header .links li:first {
    margin: 0;
}
/*background-light*/
.block-cart-top,     .form-search {
}
div.block-cart-top a.title:link, div.block-cart-top a.title:visited {
 background-color: transparent;
 font-size: 11px;
 padding-right: 5px;
}
div.block-cart-top .cart-link {
 display: none;
}
/*********************************Footer ******************************/
.footer_block .links_block div {
 float: left;
 width: 30%;
 margin-right: 20px;
}
.footer_block .links_block div.last {
 margin-right: 0;
 margin-left: 8px;
}
.footer_block .icons .icons_left {
 float: left;
}
.share_this {
 display: block;
 float: right;
 position: relative;
}
.footer_block .icons .icons_right {
 float: right;
 padding-right: 0px;
}
.footer_block .links_block div ul li a:link, .footer_block .links_block div ul li a:visited {
}
.footer ul.links li a:link, .footer ul.links li a:visited {
 font-size: 11px;
}

/* Base Columns */
.col-left,
.col-main {
    float: left;
}
.col-right, .col2-left-layout .col-main,  .col3-layout .col-main {
    float: right;
}
.col-left, .col-right {
 width: 18%;
 padding-left: 1%;
 padding-right: 1%;
 text-align: center;
}
.col2-left-layout .col-main, .col2-right-layout .col-main {
 width: 78%;
 padding-left: 1%;
 padding-right: 1%;
}
.col1-layout .col-main {
    float:none;
    width:auto;
}

/* Column Layout */
.col1-layout .col-main {
 float:none;
 width:auto;
 padding-left: 10px;
 padding-right: 10px;
}
.col3-layout .col-wrapper {
 float: left;
 width: 80%;
 padding:0;
}
.col3-layout .col-main {
 width: 76%;
 padding-left: 0%;
 padding-right: 0%;
 margin-left: 0;
}
.col3-layout .col-left {
 width: 22%;
 padding-left: 1%;
 padding-right: 1%;
}

/* Content Columns */
.col2-set .col-1 {
 float: left;
 width:48%;
}
.col2-set .col-2 {
 float:right;
 width:48.5%;
}
.col2-set .col-narrow {
 width:32%;
}
.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%;
}
.s_image img {
 max-width: 100%;
 height: auto;
 width: auto\9; /* ie8 */
}
.block, .s_image {
width: 100%;
float: none;
margin-left: auto;
margin-right: auto;
display: block;
}
.block .block-title {
text-align: left;
background: transparent;
}
/***********************************CATALOG********************************/
.products-grid .product-image {
 margin-bottom: 10px;
}
.raiting_cat ul.products-grid li {
 padding-bottom: 20px;
}
/*Toolbar*/
.pager .pages {
 margin:0 140px;
}
.short_cat ul.products-grid li {
 padding-bottom: 0px !important;
}
/************************PRODUCT************/
.product-view .product-img-box {
 width: 44%;
}
.product-view .product-shop {
 width: 54%;
 float: right;
}
.product-img-box .product-name {
 display: none;
}
.product-collateral {
 padding: 15px 25px 25px 25px;
}
.product-options-bottom .add-to-cart {
 float: right;
 padding-top: 4px;
}
.padder {
 border-radius: 0px 2px 2px 2px;
 padding: 5px 10px 5px 10px;
 margin-top: -1px;
}
.product-view .box-up-sell .products-grid td, .product-view .box-up-sell .products-grid .product-image {
 text-align: left;
}
/*****************************SHOPPIMG CART PAGE********/

#shopping-cart-table {
 margin-left: auto;
 margin-right: auto;
}
.cart .cart-collaterals .col2-set {
    width: 63%;
}
.cart .cart-collaterals .col2-set .col-2 {
 width: 36%;
}
.data-table tr.first th {
 padding: 10px 10px 10px 0px;
}
/******************ACCOUNT*********************/
.account-login .content {
 min-height:240px;
 padding:14px 21px;
}
.block-account .block-content li a, .block-account .block-content li.current strong, .block-account .block-content li.current {
 border: 0 !important;
}

.dashboard .welcome-msg {
 margin:0 8em 1.5em 0;
}
.box-account .box-head h2 {
 float:left;
 margin:0;
}
.box-account .box-head {
 text-align:right;
}
/*************four banners **********/
div.four div {
 width: 24%;
 padding: 0 0% 0 1%;
}
div.four div a.title span img {
 max-width: 100%;
 height: auto;
 width: auto\9;
}
/*trisha*/
div.tabs_ul li {
 float: left;
}
/*three banners*/
.three_images {
 width: 100%;
}
div.three_images div, div.three_images div.b03 {
 float: left;
 width: 33%;
 padding: 0;
 overflow: hidden;
}
div.three_images div img, div.three_images div.b03 img {
 width: 100%;
 max-width: 100%;
 height: auto;
 width: auto\9;
}
/*home banners*/
.home-images div a strong {
 font: normal 20px "UbuntuCondensed", sans-serif;
}
/*lightbox*/
#outerImageContainer {
max-width: 520px;
}
#prevLink, #nextLink, #imageData #bottomNavClose {
 opacity: 0.4;
}
#prevLink:hover, #nextLink:hover, #imageData #bottomNavClose:hover {
 opacity: 1;
}
#prevLink, #nextLink, #imageData #bottomNavClose {
 -webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
-ms-transition: all .3s linear;
transition: all .3s linear;
}
/*brands*/
.brand li {
 float: left;
}

}
 
/*to remove numbers delete  / * * / below */
/*
.stripNav {
    display: none;
}*/

/*to show arrows insert / * * / below */
/*.stripNavL, .stripNavR {
    display: none;
}*/

/********************************************************************/
#slider-content {
	height: 330px;
	width: 100%;
}
.slider-wrap img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
p#cross-links {
	text-align: center
}
p#cross-links {
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	padding-bottom: 30px
}
noscript p, noscript ol {
	color: #a00;
	font-size: 13px;
	line-height: 1.4em;
	text-align: left
}
noscript a {
}
noscript ol {
	margin-left: 25px;
}
a:focus {
	outline:none
}
img {
	border: 0
}
.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0;
}
.slider-wrap {
	margin: 0px 0px 0px 0px;
	position: relative;
	width: 100%;
	z-index: 0;
}
.slider-wrap .slider-wrap {
	width: 100%;
	height: 100%;
}
.slider-wrap .slider-wrap img {
}
.csw {
	width: 100%;
	height: 280px;
	background: #fff;
	overflow: hidden;
 $display: none;
}
.csw .loading {
	margin: 200px 0 300px 0;
	text-align: center;
 $display: none;
}
.stripViewer {
	position: relative;
	overflow: hidden;
	border: 0px solid #000;
	margin: auto;
	width: 950px;
	height: 280px;
	clear: both;
	background: #ffffff;
}
.stripViewer .panelContainer {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	list-style-type: none;
}
.stripViewer .panelContainer .panel {
	float:left;
	height: 100%;
	position: relative;
	width: 950px;
}
.stripViewer .panelContainer .panel .wrapper {
	padding: 0px !important;
	width: 950px !important;
	min-width: 950px !important;
	background: #ffffff !important;
}
.stripViewer .panelContainer .panel .wrapper p {
	margin: 0 !important;
	padding: 0 !important;
}
.stripNav {
	margin: 0px 0px 0px 0px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 100;
}
.stripNav ul {
	list-style: none;
}
.stripNav ul li {
	float: left;
	margin-right: 2px;
}
.stripNav a {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	line-height: 12px;
	background: #fff;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0;
	width: 12px;
	height: 12px;
	border: 1px solid #999;
	opacity: 0.6;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	float: left;
	margin-right: 2px;
}
.stripNav a:hover {
	opacity: 0.8;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
.stripNav a.activeSlide {
	opacity: 1;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.stripNav li a:hover {
	opacity: 1;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.stripNav li a.current {
}
.stripNavL, .stripNavR {
	position: absolute;
	top: 5%;
	text-indent: -9000em;
	z-index: 120;
	width: 20px;
	opacity: 0.4;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
}
.stripNavL a, .stripNavR a {
	display: block;
	height: 32px;
	width: 20px;
	margin: 0;
	padding: 0;
}
.stripNavL:hover, .stripNavR:hover {
	opacity: 0.6;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
.stripNavL {
	left: 0px;
}
.stripNavR {
	right: 0px;
}
.stripNavL {
	background: url(https://www.unitedfurnituregroup.com/skin/frontend/default/perfect_white/images/slider/arr_right.png) no-repeat center;
}
.stripNavR {
	background: url(https://www.unitedfurnituregroup.com/skin/frontend/default/perfect_white/images/slider/arr_left.png) no-repeat center;
}
.stripNavL, .stripNavR {
	display: none;
}
/*sidebar slider*/
.sidebar .stripNav a {
	font-size: 6px;
	line-height: 6px;
	width: 6px;
	height: 6px;
}
.sidebar .stripNav {
	margin: 0px 0px 0px 0px;
	position: absolute;
	bottom: 3px;
	left: 3px;
	z-index: 100;
}

