 /**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

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

body {
    font: 13px/1.2 Arial, Helvetica, sans-serif;
    color: #2f2f2f;
    text-align: center;
}

/*
body.category-carti {
    background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/patterns/dreamstime_xs_18153473x.jpg") repeat scroll 0 0 #F8E1AB;
}

body.category-ebooks {
    background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/patterns/dreamstime_xs_11985131x.jpg") repeat scroll 0 0 #F8E1AB;
}

body.category-audiobooks {
    background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/patterns/dreamstime_xs_1520604x.jpg") repeat scroll 0 0 #F8E1AB;
}

body.category-muzica {
    background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/patterns/dreamstime_xs_21334580x.jpg") repeat scroll 0 0 #F8E1AB;
}

body.category-film {
    background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/patterns/dreamstime_xs_1520604x.jpg") repeat scroll 0 0 #F8E1AB;
}

body.category-educational {
    background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/patterns/dreamstime_xs_18153473x.jpg") repeat scroll 0 0 #F8E1AB;
}

body.category-extra {
    background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/patterns/dreamstime_xs_18554283x.jpg") repeat scroll 0 0 #F8E1AB;
}

body.category-librarii {
    background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/patterns/dreamstime_xs_18554283x.jpg") repeat scroll 0 0 #F8E1AB;
}

body.product-paulo-coelho-aleph-humanitas-fiction-2011, body.product-paulo-coelho-aleph-ebook-humanitas-fiction-2011 {
    background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/aleph-special-bg.jpg") no-repeat scroll center top #000000;
}
*/
body.product-stephen-hawking-universul-intr-o-coaja-de-nuca-humanitas-2011 {
	/* background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/aleph-special-bg.jpg") no-repeat scroll center top #000000; */
}

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

a {
    color: #555;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.alert-price a {
    color: #F47200;
    text-decoration: none;
}

:focus {
    outline: 0;
}

/* Headings */
h1, h2, h3,
h4, h5, h6 {
    margin: 0 0 5px;
    line-height: 1.35;
    color: #3E3E3E;
}

h1 {
    font-size: 20px;
    font-weight: normal;
}

h2 {
    font-size: 18px;
    font-weight: normal;
}

h3 {
    font-size: 16px;
    font-weight: bold;
}

h4 {
    font-size: 14px;
    font-weight: bold;
}

h5 {
    font-size: 12px;
    font-weight: bold;
}

h6 {
    font-size: 11px;
    font-weight: bold;
}

/* Forms */
form {
    display: inline;
}

fieldset {
    border: 0;
}

legend {
    display: none;
}

/* Table */
table {
    border: 0; /*border-collapse:collapse;*/
    border-spacing: 0;
    empty-cells: show;
    font-size: 100%;
}

caption, th, td {
    vertical-align: top;
    text-align: left;
    font-weight: normal;
}

/* Content */
p {
    margin: 0 0 10px;
}

strong {
    font-weight: bold;
}

address {
    font-style: normal;
    line-height: 1.35;
}

cite {
    font-style: normal;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after {
    content: '';
}

small, big {
    font-size: 1em;
}

/*sup           { font-size:1em; vertical-align:top; }*/

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

/* Tools */
.hidden {
    display: block !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

.nobr {
    white-space: nowrap !important;
}

.wrap {
    white-space: normal !important;
}

.a-left {
    text-align: left !important;
}

.a-center {
    text-align: center !important;
}

.a-right {
    text-align: right !important;
}

.v-top {
    vertical-align: top;
}

.v-middle {
    vertical-align: middle;
}

.f-left,
.left {
    float: left !important;
}

.f-right,
.right {
    float: right !important;
}

.f-none {
    float: none !important;
}

.f-fix {
    float: left;
    width: 100%;
}

.no-display {
    display: none;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-bg {
    background: none !important;
}

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

/* Layout ================================================================================ */
.wrapper {
    min-width: 954px;
}

.page {
}

.page-print {
    background: #fff;
    padding: 25px 30px;
    text-align: left;
}

.page-empty {
    background: #fff;
    padding: 20px;
    text-align: left;
}

.page-popup {
    background: #fff;
    padding: 25px 30px;
    text-align: left;
}

.main-container {
}

.main {
    background-color: #FFFFFF;
    margin: 0 auto;
    min-height: 400px;
    text-align: left;
    width: 1100px;
}

/* Base Columns */
.col-left {
    float: left;
    width: 212px;
    padding: 0 0 1px;
}

.col-main {
    float: left;
    width: 860px;
}

.col-right {
    float: right;
    padding: 0 0 1px;
    /*width: 300px;*/
    width: 212px;
}

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

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

.col2-right-layout .col-main {
}

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

.col3-layout .col-wrapper {
    float: left;
    width: 687px;
}

.col3-layout .col-wrapper .col-main {
    float: right;
}

/* Content Columns */
.col2-set .col-1 {
    float: left;
    width: 48.5%;
}

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

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

/* Global Styles ========================================================================= */
/* Form Elements */
input, select, textarea, button {
    font: 12px/15px Arial, Helvetica, sans-serif;
    vertical-align: middle;
    color: #2f2f2f;
}

input.input-text, select, textarea {
    background: #fff ;
    border: 1px solid #b7b7b7;
}

input.input-text, textarea {
    padding: 2px;
}

select {
    padding: 1px;
}

select option {
    padding-right: 10px;
}

select.multiselect option {
    border-bottom: 1px solid #b6b6b6;
    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 !important;
}

button.button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/* FF Fix */


/* <- Safari & Google Chrome Fix */
button.button {
    overflow: visible;
    border: 0;
    margin: 0;
    cursor: pointer;
}

button.button span {
   color: #FFFFFF;
   white-space: nowrap;
}

button.button span span {
  /*  border: 0;*/
    /*padding: 0;*/
}

button.disabled span {
    border-color: #bbb !important;
    background: #bbb !important;
}

.btn-proceed-checkout {
	float: right;
}

button.btn-checkout span {
  /*  border: 0;*/
 /*   background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/btn_checkout.gif) 0 0 no-repeat;*/
    font: bold 15px/36px Arial, Helvetica, sans-serif;
    color: #fff;
}

button.btn-checkout span span {
    display: block;
    height: 40px;
    padding: 0 10px 0 7px;
    position: relative;
}

button.btn-checkout.no-checkout span {
    background-position: 0 100%;
    color: #b8baba;
}

button.btn-checkout.no-checkout span span {
    background-position: 100% 100%;
}

p.control input.checkbox,
p.control input.radio {
    margin-right: 6px;
}

/* Form Highlight */
input.input-text:focus, select:focus, textarea:focus {
    background-color: #edf7fd;
}

/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li {
    margin: 0 0 8px;
}

.form-list label {
    color: #414040;
    float: left;
    position: relative;
    z-index: 0;
    width:175px;
    padding:6px 0 0 0;
    font-size:15px;
}

.form-list label.required {
}

.form-list label.required em {
    font-style: normal;
    color: #ec932d;
	margin-left:4px;		
}

.form-list li.control label {
    float: none;
}

#shopping-cart-totals-table .a-right{
	padding-right: 5px;
}

.form-list li.control input.radio,
.form-list li.control input.checkbox {
    margin-right: 6px;
}

.form-list li.control .input-box {
    clear: none;
    display: inline;
    width: auto;
}

/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box {
    display: block;
    width: 430px;
}

.shipping-form .form-list .input-box {
	float: right;
    width: 160px;
    clear: none;
}

.shipping-form{
	width: 365px;
}

.form-list .field {
    float: left;
    width: 405px;
}

.form-list input.input-text {
    width: 225px;
}

.form-list textarea {
    width: 254px;
    height: 10em;
}

.form-list select {
    width: 232px;
}

.shipping-form .form-list select {
	width: 160px;
}

.form-list li.wide .input-box {
    width: 100%;
}

.form-list li.wide input.input-text {
    width: 679px;
}

.form-list li.wide textarea {
    width: 529px;
}

.form-list li.wide select {
    width: 535px;
}

.form-list li.additional-row {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 7px;
}

.form-list li.additional-row .btn-remove {
    float: right;
    margin: 5px 0 0;
}

.form-list .input-range input.input-text {
    width: 74px;
}

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box {
    width: auto;
}

.form-list .name-prefix {
    width: 65px;
}

.form-list .name-prefix select {
    width: 55px;
}

.form-list .name-prefix input.input-text {
    width: 49px;
}

.form-list .name-suffix {
    width: 65px;
}

.form-list .name-suffix select {
    width: 55px;
}

.form-list .name-suffix input.input-text {
    width: 49px;
}

.form-list .name-middlename {
    width: 70px;
}

.form-list .name-middlename input.input-text {
    width: 49px;
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname {
    width: 140px;
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text {
    width: 124px;
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
    width: 189px;
}

.form-list .customer-name-prefix-suffix .name-firstname {
    width: 210px;
}

.form-list .customer-name-prefix-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
    width: 189px;
}

.form-list .customer-name-prefix-suffix .name-firstname {
    width: 210px;
}

.form-list .customer-name-prefix-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
    width: 189px;
}

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname {
    width: 210px;
}

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text {
    width: 189px;
}

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year {
    float: left;
    width: 85px;
}

.form-list .customer-dob input.input-text {
    display: block;
    width: 74px;
}

.form-list .customer-dob label {
    font-size: 10px;
    font-weight: normal;
    color: #888;
}

.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {
    width: 60px;
}

.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text {
    width: 46px;
}

.form-list .customer-dob .dob-year {
    width: 140px;
}

.form-list .customer-dob .dob-year input.input-text {
    width: 134px;
}

/* Independent fields */
/*.form-list li { margin:0 0 8px; }
.form-list li.fields { margin:0; }
.form-list .field { display:block; margin:0 0 8px; }
.form-list li.control {}
.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
.form-list label.required { font-weight:bold; }
.form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:254px; }
.form-list select { width:260px; }
.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
.form-list .input-range input.input-text { width:96px; }*/
/* Customer */
/*.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:11px; font-weight:normal; color:#777; text-align:left; }
.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: 1em 0 0;
    padding: 8px 0 0;
    background:#eae9e1;
    text-align: right;
    min-height:40px;
}
.cart-collaterals .buttons-set,
.opc-index-index .buttons-set{min-height:0;padding: 0;margin:0;background:none;}

.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 {
    position:relative;
}

.fieldset .legend {
    float: left;
    font-weight: bold;
    font-size: 16px;
    color: #ec932d;
    margin: 0 0 18px 0;
	padding: 0 0 6px 0;
    width:100%;
    position: relative;
    border-bottom:2px solid #b8b5b2;
}

/* Form Validation */
.validation-advice {
    clear: both;
    min-height: 13px;
    margin: 3px 0 0;
    padding-left: 17px;
    font-size: 11px;
    font-weight: bold;
    line-height: 13px;
    background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/validation_advice_bg.gif) 2px 0 no-repeat;
    color: #eb340a;
    position:absolute;
}

.validation-failed {
    border: 1px dashed #eb340a !important;
    background: #faebe7 !important;
}

.validation-passed {
}

p.required {
    font-size: 11px;
    text-align: right;
    color: #EB340A;
}

/* Expiration date and CVV number validation fix */
.v-fix {
    float: left;
}

.v-fix .validation-advice {
    display: block;
    width: 12em;
    margin-right: -12em;
    position: relative;
}

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

.error {
    color: #df280a;
    font-weight: bold;
}

.notice {
    color: #e26703;
}

.messages,
.messages ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0;
}

.messages {
    width: 100%;
    overflow: hidden;
	text-align:center;
	padding-bottom: 10px;
}

.messages li {
    /*margin: 0 0 10px !important;*/
}

.messages li li {
    /*margin: 0 0 3px !important;*/
    font-size: 16px;
}
.messages .note-msg li a,
.messages .notice-msg li a{color:#fff;font-weight:bold;}
.messages .error-msg li a{color:#fff;font-weight:bold;}
.error-msg,
.success-msg,
.note-msg,
.notice-msg {
    font-size: 14px;
    font-weight: lighter !important;
    /*min-height: 24px !important;*/
    padding: 13px 8px 13px 32px !important;
    text-align: center;
    /*margin-top: 7px;*/
}

.error-msg {
    background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/thema/sprite_ico.png") no-repeat scroll 68px -523px #AC350B;
    color: #fff;
}

.success-msg {
    color: #FFFFFF;
	background:url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/bifa-msg.png) no-repeat scroll 90px 14px #eae9e1;
	font-size: 16px;
	color:#000;
	text-align: left;
	text-indent: 85px;
}

.note-msg,
.notice-msg {
  background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/thema/sprite_ico.png") no-repeat scroll 69px -357px #F1912A;
  color: #FFFFFF;
}

/* BreadCrumbs */
.breadcrumbs {
    font-size: 12px;
    height: 30px;
    line-height: 1.25;
    margin: 0 0 4px;
    position:relative;
}

.breadcrumbs ul{
    padding-left: 10px;
    padding-top: 7px;
}

.breadcrumbs li {
    display: inline;
   /*color: #FFFFFF;*/
}

.breadcrumbs li a{
    /*color: #FFFFFF;
    text-decoration: underline;
    text-shadow: 1px 1px 1px #ABAAAA;*/
    font-weight: bold;
}

.breadcrumbs li strong {
    font-weight: normal;
	font-size: 24px;
}

.breadcrumbs li.search{display:none;}

/* Page Heading */
.page-title {
    width: 100%;
    overflow: hidden;
    margin: 0 0 17px;
}

.page-title h1,
.page-title h2 {
    margin: 0;
    font-size: 16px;
    color: #000;
}

.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,
.sub-title {
    clear: both;
    padding: 15px 0 0;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 6px;
    color: #e25203;
}

/* Pager */
.pager {
    font-size: 11px;
    /*background: #fff url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/bkg_toolbar.gif) 0 100% repeat-x;*/
    padding: 4px 8px;
    /*border-top: 1px solid #e2e2e2;*/
    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 {
    margin: 0 140px;
}

.pager .pages ol {
    display: inline;
}

.pager .pages li {
    display: inline;
    margin: 0 2px;
}

.pager .pages .current {
}

/* Sorter */
.sorter {
    font-size: 12px;
    padding: 3px 8px;
	background-color: #E9E9E1;
}

.sorter .view-mode {
    float: right;
    margin: 0;
}

.sorter .sort-by {
    color: #757575;
    float: left;
    position: relative;
    z-index: 5;
}

.sorter .sort-by label {
    vertical-align: middle;
	color: #383838;
	font-size: 13px;
	font-weight: bold;
}


.sorter .sort-by select {
    padding: 0;
    /*margin: 0 0 1px;*/
    vertical-align: middle;
	color: #383838;
	font-size: 13px;
}

.sorter .link-feed {
}

/* Toolbar */
.toolbar {
    display: block;
    height: 20px;
	margin-bottom: 65px;
}

.toolbar .view-mode label {
	color: #383838;
	font-size: 13px;
	font-weight: bold;
}

.toolbar .pager {
    padding: 3px 8px;
    border-bottom: 1px solid #fff;
}

.toolbar .sorter {
    border-bottom: 1px solid #fff;
	line-height: 30px;
	margin-top: 4px;
}

.toolbar-bottom {
    margin-top: 15px;
}

/* Data Table */
.data-table {
    width: 100%;
   /* border: 1px solid #bebcb7;*/
}

.data-table .odd {
    background-color: #fff;
}

.data-table .even {
    background-color: #fff;
}

/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last,
.data-table th.last {
    border-right: 0;
}

.data-table tr.last th,
.data-table tr.last td {
/*    border-bottom: 0 !important;*/
}

.data-table th {
    padding: 3px 8px;
    font-weight: bold;
}

.data-table td {
    padding:15px 8px;
    color:#000;
}

.data-table thead th {
    font-weight: bold;
 /*   border-right: 1px solid #c2d3e0;*/
    padding: 2px 8px;
    color: #fff;
    white-space: nowrap;
    vertical-align: middle;
}

.data-table thead th.wrap {
    white-space: normal;
}

.data-table thead th a,
.data-table thead th a:hover {
    color: #fff;
}

.data-table thead th {
    /*background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/thema/bg_product_sidebar.png") repeat-x scroll 0 0 transparent;*/
    background:#eae9e1;
    padding: 17px 9px;
    width: 100%;
    color:#000;
    font-size:14px;
    border-left:1px solid #cccccc;
}
.data-table thead th:last-child{border-right:1px solid #ccc;}
.data-table thead th .tax-flag {
    font-size: 11px;
    white-space: nowrap;
}

.data-table tfoot {
    border-bottom: 1px solid #d9dde3;
}

.data-table tfoot tr.first td {
  /*  background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/bkg_tfoot.gif) 0 0 repeat-x;*/
}

.data-table tfoot tr {
    background-color: #D8D5D5 !important;
}

.data-table tfoot td {
    padding-top: 1px;
    padding-bottom: 1px;
    border-bottom: 0;
    border-right: 1px solid #d9dde3;
}

.data-table tfoot strong {
    font-size: 16px;
}

.data-table tbody th,
.data-table tbody td {
    border-bottom: 1px solid #ccc;
    border-left:1px solid #ccc;
}
.data-table tbody th:last-child,
.data-table tbody td:last-child{
	border-right:1px solid #ccc;
}
/* Bundle products tables */
.data-table tbody.odd tr {
    background: #fff !important;
}

.data-table tbody.even tr {
    background: #fff !important;
}

.data-table tbody.odd tr td,
.data-table tbody.even tr td {
    border-bottom: 0;
}

.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {
    border-bottom: 1px solid #d9dde3;
}

.data-table tbody td .option-label {
    font-weight: bold;
    font-style: italic;
}

.data-table tbody td .option-value {
    padding-left: 10px;
}

/* Generic Info Box */
.info-box {
    background: #fff url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/bkg_block-title.gif) 0 0 repeat-x;
    border: 1px solid #d0cbc1;
    padding: 12px 15px;
    margin: 0 0 15px;
}

.info-box h2 {
    font-weight: bold;
    font-size: 13px;
}

.info-table th {
    font-weight: bold;
    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 td {
}

tr.summary-total .summary-collapse {
    float: right;
    text-align: right;
    padding-left: 20px;
    background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/bkg_collapse.gif) 0 5px no-repeat;
    cursor: pointer;
}

tr.show-details .summary-collapse {
    background-position: 0 -52px;
}

tr.show-details td {
}

tr.summary-details td {
    font-size: 11px;
    background-color: #dae1e4;
    color: #626465;
}

tr.summary-details-first td {
    border-top: 1px solid #d2d8db;
}

tr.summary-details-excluded {
    font-style: italic;
}

/* Shopping cart tax info */
.cart-tax-info {
    display: block;
}

.cart-tax-info,
.cart-tax-info .cart-price {
    padding-right: 20px;
}

.cart-tax-total {
    display: block;
    padding-right: 20px;
    background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/bkg_collapse.gif) 100% 5px no-repeat;
    cursor: pointer;
}

.cart-tax-info .price,
.cart-tax-total .price {
    display: inline !important;
    font-weight: normal !important;
}

.cart-tax-total-expanded {
    background-position: 100% -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 dt {
    font-weight: bold;
}

.std dl dd {
    margin: 0 0 10px;
}

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

/* Misc */
.links li {
    display: inline;
}

.links li.first {
    padding-left: 0 !important;
}

.links li.last {
    background: none !important;
    padding-right: 0 !important;
}

.link-cart {
    color: #dc6809 !important;
    font-weight: bold;
}

.link-wishlist {
    color: #dc6809 !important;
    font-weight: bold;
}

.link-reorder {
    background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/comenzi.png) 0 0px no-repeat;
	padding-left: 24px;
	line-height: 24px;
	white-space: nowrap;
	height: 22px;
	display: inline-block;
	width: 121px;
	color: #dc6809;
	font-weight:bold;
}

.link-compare {
    font-weight: bold;
}

.link-print {
/*background:url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/
    background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/imprimare.png) 0 0px no-repeat;
	padding-left: 24px;
	line-height: 24px;
	white-space: nowrap;
	height: 22px;
	display: inline-block;
	width: 64px;
	color: #dc6809;
	font-weight:bold;
}

.link-rss {
    background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/abonare.png) 0 0px no-repeat;
	padding-left: 28px;
	line-height: 24px;
	white-space: nowrap;
	height: 22px;
	display: inline-block;
	width: 138px;
	color: #dc6809;
	font-weight:bold;
	padding-right:11px;
}

.btn-remove {
    display: block;
    width: 16px;
    height: 16px;
    font-size: 0;
    line-height: 0;
    background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/x.png) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
	float:right;
	margin-right: -17px;
	margin-top: 10px;
}
.btn-remove:hover{
	background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/x-hover.png) 0 0 no-repeat;
}
.btn-remove2 {
    display: block;
    width: 16px;
    height: 16px;
    font-size: 0;
    line-height: 0;
    background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/btn_trash.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.btn-edit {
    display: block;
    width: 16px;
    height: 16px;
    font-size: 0;
    line-height: 0;
    background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/edit.png) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
	float:right;
	margin-right:20px;
}
.btn-edit:hover{
	background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/edit-hover.png) 0 0 no-repeat;
}
.cards-list dt {
    margin: 5px 0 0;
}

.cards-list .offset {
    padding: 2px 0 2px 20px;
}

.separator {
    margin: 0 3px;
}

.divider {
    clear: both;
    display: block;
    font-size: 0;
    line-height: 0;
    height: 1px;
    margin: 10px 0;
    background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/bkg_divider1.gif) 0 50% repeat-x;
    text-indent: -999em;
    overflow: hidden;
}

/* Noscript Notice */
.noscript {
    border: 1px solid #ddd;
    border-width: 0 0 1px;
    background: #ffff90;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    color: #2f2f2f;
}

.noscript .noscript-inner {
    width: 950px;
    margin: 0 auto;
    padding: 12px 0 12px;
    background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/i_notice.gif) 20px 50% no-repeat;
}

.noscript p {
    margin: 0;
}

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

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

/* Header ================================================================================ */
.logo {
    float: left;
}

.header-container {
	position: relative;
}

.header {
    width: 1100px;
    margin: 0 auto;
    text-align: right;
    position: relative;
    background-color: #FFFFFF;
}

.header .logo {
    float: left;
    margin: 10px 0 10px 10px;
    text-decoration: none !important;
     height: 52px;
}

.header .logo strong {
    position: absolute;
    top: -999em;
    left: -999em;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
}

.header h1.logo {
    margin: 10px;
}

.header .quick-access {
    float: right;
    width: 600px;
    padding: 28px 10px 0 0;
}

.header .welcome-msg {
    margin: 0;
    text-align: right;
    color: #757575;
}

.header .form-search {
    padding: 1px 0 0 3px;
    padding-right: 0px;
}

.header .form-search label {
    float: left;
    width: 24px;
    height: 21px;
    text-align: left;
    text-indent: -999em;
    overflow: hidden;
}

.header .form-search input.input-text {
    float: left;
    border-color: #5c7989;
    width: 209px;
    margin-right: 4px;
}

.header .form-search button.button {
    float: left;
}

#instantsearch button.button span {
	margin-left: 5px;
    line-height: 20px;
    text-shadow: 1px 1px 1px #000000;
}

.header .form-search button.button span span {

}

.header .form-search .search-autocomplete {
    z-index: 999;
    left: 40px !important;
    top: 22px !important;
}

.header .form-search .search-autocomplete ul {
    border: 1px solid #5c7989;
    background-color: #f9f5f0;
}

.header .form-search .search-autocomplete li {
    text-align: left;
    border-bottom: 1px solid #f4eee7;
    padding: 2px 8px 1px 8px;
    cursor: pointer;
}

.header .form-search .search-autocomplete li .amount {
    float: right;
    font-weight: bold;
}

.header .form-search .search-autocomplete li.odd {
    background-color: #fffefb;
}

.header .form-search .search-autocomplete li.selected {
    background-color: #f7e8dd;
}

.header .form-language {
    clear: both;
    padding: 5px 0 0;
    text-align: right;
}

.header .form-language label {
    font-weight: bold;
    padding-right: 5px;
    color: #a7c6dd;
    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 .links {
    background-color: #FFFFFF;
    margin: 2px 0 6px;
    width: 120px;
}

.header .links li {

}

.header .links a {
    color: #ebbc58;
}

.header-container .top-container {
    clear: both;
    padding: 5px 10px 0 12px;
    text-align: right;
}

.header-container .top-container a {
    font-size: 11px;
    color: #ebbc58;
}

/********** < Navigation */
#nav { 
	width:1100px; 
	margin:0 auto; 
	padding:0; 
	font-size:13px; 
}

/* 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; line-height:1.3em; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }
#nav ul li.parent a { /*background:url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/bkg_nav2.gif) 100% 100% no-repeat;*/ }
#nav ul li.parent li a { background-image:none; }

/* 0 Level */
#nav li { float:left; }
#nav li.active .level-top { /*color:#d96708;*/ text-decoration:underline; }
#nav a { float:left; padding:5px 12px 6px 8px; color:#816b5e; }
/*#nav li.over a,*/
#nav a:hover { text-decoration: underline; }

/* 1st Level */
#nav ul li,
#nav ul li.active { float:none; margin:0; /*padding-bottom:1px; background:#ecf3f6 url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/bkg_nav1.gif) 0 100% repeat-x;*/ }
#nav ul li.last { background:#ecf3f6; padding-bottom:0; }

#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a { font-weight:normal !important; }

/* 2nd Level */
#nav ul,
#nav div { position:absolute; width:15em; top:27px; left:-10000px; border:1px solid #899ba5; z-index:50;}
#nav div ul { position:static; width:auto; border:none; }

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

#nav ul li a { background:#ecf3f6; }
#nav ul li a:hover { background:#d5e4eb; }
#nav ul li a,
#nav ul li a:hover { color:#2f2f2f !important; }
#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,
#nav li ul .shown-sub a {
    left: 0;
    z-index: 11100;
}

#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub {
    left: 100px;
}

/********** Navigation > */
/* ======================================================================================= */

/* Sidebar =============================================================================== */
.block {
    margin: 0 0 15px;
}

div.cart{
	/*border: 1px solid #DBDBDB;*/
}

div.cart-col-right div.cart.block div.block-title { background-color: #EAE9E1; }
div.cart-col-right div.cart.block div.cart-bar { background-color: #fff; }

.block .block-title strong {
	/*text-shadow: 0px 0px 0px #000000;*/
    display: block;
    font: bold 16px/16px Arial, Helvetica, sans-serif;
    min-height: 16px;
    padding: 1px 0 1px 13px;
    color: #e26703;
}

div.cart-col-right div.cart.block div.block-title strong { padding-top: 8px; padding-bottom: 8px; }

.block .block-title strong span {
    color: #ec932d;
    font-weight:bold;
    display: block;
    font-size:18px;
}

.block .block-title a {
    text-decoration: none !important;
}

.block .block-subtitle {
    margin: 0;
    padding: 5px 9px;
    font-size: 1em;
    font-weight: bold;
    color: #0a263c;
}

.block .block-content {
    background: #f8f8f8;
}

.block .block-content li.item {
    float: left;
    position: relative;
    margin-left: 3px;
    width: 280px;
    padding:7px 15px;
}

.block .block-content .product-name{
    color: #1e7ec8;
    text-align: center;
}

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

.block .actions {
    padding: 6px 9px;
    text-align: right;
}

.block .actions a {
    float: left;
}

.block .actions button.button {
    float: right;
}

.block .empty {
    margin: 0;
    padding: 18px 9px 7px;
    color:#000;
}

.block li.odd {
    background-color: #f8f8f8;
    padding: 6px 6px 7px 15px;
}

.block li.even {
    background-color: #f8f8f8;
    padding: 6px 6px 7px;
}

/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
/*.block-viewed,*/
.block-compared,
.block-related,
.block-tags,
.block-login {
    font-size: 12px;
    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: 21px;
}

/* Mini Products List */
.mini-products-list .product-image {
    clear: both;
    display: block;
    padding-top: 10px;
    width: 68px;
    float:left;
}
.mini-products-list .product-image img{width:60px;height:60px;}
.mini-products-list .product-details {
    width: 215px;
	float: left;
	margin-left: 0px;
	margin-top:15px;
	position:relative;
}
.wishlist-recently-added-product .mini-products-list .product-details {
	width: 193px;
	float: left;
	margin-left: 19px;
	margin-top: 15px;
}
.block-cart .product-details .btn-edit{
	position: absolute;
	right: -5px;
	margin-right:0;
}
.block-cart .product-details .btn-remove{
	position: absolute;
	right: -5px;
	top:20px;
	margin-right:0;
}
.block-cart .product-details .cart-ebook-details{
	margin-left:16px;
}
.mini-products-list .product-details .product-name{
	text-align:left;
}
/* Block: Account */
.block-account {
    border-color: #bbb;
}

.block-account .block-title {
    background: #fff;
    border: 0;
    padding: 3px 10px;
}

.block-account .block-title strong {
    font-size: 13px;
    color: #fff;
}

.block-account .block-content {}

.block-account .block-content li{
	background:#eae9e1;
    margin:2px 0;
    color:#84837d;
}
.block-account .block-content li a {
    display: block;
    padding: 9px 0 7px 9px;
    color: #5f5d5c;
    text-decoration: none !important;
}

.block-account .block-content li a:hover {
    color: #ec932d;
}

.block-account .block-content li.last a {
    border-bottom: 0;
}

.block-account .block-content li.current {
    color:#ec932d;   
    padding: 9px 0 7px 9px;
}

.block-account .block-content li.current.last {
    border-bottom: 0;
}

/* Block: Currency Switcher */
.block-currency {
    border: 0;
    background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/bkg_block-currency.gif) 0 0 no-repeat;
    padding: 7px 12px 10px;
    height: 51px;
}

.block-currency .block-title {
    background: none;
    border: 0;
    padding: 0;
    margin: 0 0 5px;
}

.block-currency .block-title strong {
    font: bold 13px/21px Arial, Helvetica, sans-serif;
    background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/i_block-currency.gif) 0 50% no-repeat;
    padding: 0 0 0 21px;
    text-transform: none;
    color: #fff;
}

.block-currency .block-content {
    background: none;
    padding: 0;
}

.block-currency .block-content select {
    width: 100%;
    padding: 0;
}

/* Block: Layered Navigation */
.block-layered-nav {
    border: 0;
}

.block-layered-nav .block-title {
    border: 0 none;
    overflow: hidden;
	background-color: #eae9e1;
}

.block-layered-nav .block-subtitle {
   color: #555555;
    font-size: 12px;
    line-height: 1.35;
    padding: 3px 9px;
    text-transform: uppercase;
}

.block-layered-nav .block-content {
    background: none repeat scroll 0 0 #ffffff;
}

.block-layered-nav dt,.top10,.more-filter  {
    color: #383838;
    font-size: 16px;
    font-weight: bold;
   
}
.block-layered-nav dt{
 	padding: 7px 10px 7px 13px;
	background-color: #f4f4f4;
}

.top10 {
	display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.block-layered-nav dd {
    padding: 12px 12px 12px;
}

.block-layered-nav dd li { padding: 3px 0 }

.block-layered-nav dd.last {
    background: none;
}

.block-layered-nav .currently li {
    padding: 4px 6px 4px 10px;
}

.block-layered-nav .currently .label {
    font-weight: bold;
    padding-left: 18px;
    background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/bkg_block-layered-label.gif) 0 3px no-repeat;
    text-transform: uppercase;
}

.block-layered-nav .currently .btn-remove {
    margin: 3px 0 0;
}

.block-layered-nav .actions {
    font-size: 11px;
    padding: 4px 9px;
    background: none repeat scroll 0 0 #EFEFEF;
    text-align: right;
}

.block-layered-nav .actions a {
    float: none;
}

/* Block: Cart */
.block-cart .block-title {
/*border-bottom:0;*/
}


.block-cart .summary {
    margin: 0;
    padding: 2px 8px 0;
    position: relative;
    z-index: 1;
    height: 45px;
    cursor: pointer;
    color:#f8932b;
    font-weight:bold;
}

.block-cart .amount {
    margin: 0;
}

.block-cart .amount a {
    font-weight: bold;
}

.block-cart .subtotal {
    margin:0;
}

.block-cart .subtotal .price {
    font-weight: bold;
    font-size: 26px;
    color: #3E3E3E;
    text-shadow: 1px 1px 1px #B7B5B5;
}
.facebook_like{
    clear: both;
    display: block;
    /*margin-top: 35px;*/
    width: 265px;
}

.block-cart .actions {
}

.block-cart .actions .paypal-logo {
    float: left;
    width: 100%;
    margin: 3px 0 0;
    text-align: right;
}

.block-cart .actions .paypal-logo .paypal-or {
    clear: both;
    display: block;
    padding: 0 55px 8px 0;
}

/* Block: Wishlist */


.block-wishlist .actions {
    text-align: right;
}

.block-wishlist .actions a {
    float: none;
}

/* Block: Related */
.block-related .block-title strong {
}

.block-related input.checkbox {
    float: left;
}

.block-related .product,
.crosssell-products-list-ul .product-details,
.block-reorder .product
{
	min-height: 168px;
}

.block-related ol,
.crosssell-products-list-ul,
.block-reorder ol
 {
	position:relative;
	clear: both;
	margin-left: 5px;
}

.block-related-ol .product-image,
.crosssell-products-list-ul .product-image,
.block-reorder-ol .product-image
{
	display: block;
    margin-bottom: 10px;
}
.btn-proceed-checkout,
.cart-button-purchase button {
    background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/cart/buttons/s_left.1.PNG") no-repeat scroll -2px -77px transparent;
    display: block;
    height: 40px;
    padding: 0 0 0 55px;
    position: relative;
}
.crosssell-products-list-ul .action{
	position: absolute;
	bottom: 0;
}

.sidebar-name-author{
}

.block-related-ol .product-name,
.crosssell-products-list-ul .product-name,
.block-reorder-ol .product-name
{
	text-align: left!important;
}

.block-related-ol .price,
.crosssell-products-list-ul .price,
.block-reorder-ol .price
{
	font-weight: normal!important;
}

.block-related-ol  .price-box,
.crosssell-products-list-ul .price-box,
.block-reorder-ol  .price-box
 {
	text-align: left!important;
}

.block-related .action,
.block-reorder .action
{
	position: absolute;
	bottom:0;
}

/* Block: Compare Products */
.block-compare .block-title strong {
    background-image: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/i_block-list.gif);
    background-position: 0 1px;
}

.block-compare button.button span {
    border-color: #406a83;
    background: #618499;
}

.page-popup .link-print {
    background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/i_print.gif) 0 2px no-repeat;
    padding: 2px 0 2px 25px;
    font-weight: bold;
    color: #1e7ec8;
}

.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-image: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/btn_remove2.gif);
    width: 72px;
    height: 15px;
}

.compare-table tbody th {
    background: #d9e5ee url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/bkg_th-v.gif) 100% 0 repeat-y;
}

.compare-table tbody th,
.compare-table tbody td {
    padding: 10px;
    border: 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.compare-table tbody td.last {
    border-right: 1px solid #ccc;
}

.compare-table tbody tr.last th,
.compare-table tbody tr.last td {
    border-bottom: 1px solid #ccc !important;
}

.compare-table tr.add-to-row td {
    background: #fffada;
    text-align: center;
}

.compare-table tr.first td {
    text-align: center;
}

.compare-table tr.first td .product-name {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 5px;
    color: #203548;
}

.compare-table tr.first td .product-name a {
    color: #203548;
}

.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: Recently Viewed */
/*.block-viewed .block-title strong {
    background-image: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/i_block-viewed.gif);
}*/

/* Block: Recently Compared */
.block-compared .block-title strong {
    background-image: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/i_block-list.gif);
    background-position: 0 1px;
}

/* Block: Poll */
.block-poll .block-title strong {
    background-image: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/i_block-poll.gif);
}

.block-poll .block-subtitle {
    font-size: 12px;
}

.block-poll label {
    color: #777;
    font-weight: bold;
}

.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 button.button span {
    border-color: #406a83;
    background: #618499;
}

.block-poll .answer {
    font-weight: bold;
}

.block-poll .votes {
    float: right;
    margin-left: 10px;
}

/* Block: Tags */
.block-tags .block-title strong {
    background-image: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/i_block-tags.gif);
}

.block-tags .block-content .tags-list {
    background: none;
    border: 0;
    font-size: 12px;
}

.block-tags .block-content a {
    color: #1b2d3b;
}

.block-tags .actions {
    text-align: right;
}

.block-tags .actions a {
    float: none;
}

/* Block: Subscribe */
.block-subscribe .block-content {
    padding: 5px 10px;
}

.block-subscribe .block-title strong {
    background-image: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/i_block-subscribe.gif);
    padding-top:0px;
}

.block-subscribe label {
    font-weight: bold;
    color: #666;
}

.block-subscribe input.input-text {
    display: block;
    width: 167px;
    margin: 3px 0;
}

.block-subscribe .actions {
    background: none;
    padding: 0;
    margin: 3px 0 0;
    text-align: left;
}

.block-subscribe .actions button.button {
    float: none;
}

.block-subscribe .actions button.button span {
    border-color: #406a83;
    background: #618499;
    padding:5px;
}

/* Block: Reorder */
.block-reorder .block-title strong {
}

.block-reorder input.checkbox {
    float: left;
    margin: 2px -20px 0 0;
}


.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-title strong {
    background-image: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/i_ma-info.gif);
}

.block-login .block-content {
    padding: 5px 10px;
}

.block-login label {
    font-weight: bold;
    color: #666;
}

.block-login input.input-text {
    display: block;
    width: 167px;
    margin: 3px 0;
}

.block-login .actions {
    background: none;
    padding: 0;
    margin: 3px 0 0;
}

.block-login .actions button.button span {
    border-color: #406a83;
    background: #618499;
}

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

.sidebar .paypal-logo a {
    float: none;
}

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

/* Category Page ========================================================================= */
.category-title {
    border: 0;
    margin: 0 0 7px;
}

.category-image {
    width: 100%;
    overflow: hidden;
    margin: 0 0 10px;
    text-align: center;
}

.category-image img {
}

.category-description {
    margin: 0 0 15px 14px;
}

.category-products {
}

/* View Type: Grid */
.products-grid {
    position: relative;
}

.products-grid.last {
    border-bottom: 0;
}

.products-grid li.item {
    float: left;
    padding: 10px 5px 35px;
    width: 133px;
    z-index: 10;
    height: 322px;
}

.products-grid li.item .last {
    padding-right: 0px;
}

.products-grid .product-image {
	display: block;
    margin: 0 0 10px;
    /*overflow: hidden;*/
    position: relative;
    /*width: 122px;*/
    z-index: 0;
}

.products-grid .product-name, .popup-description-container .product-name{
/*min-height:2.7em;*/
    margin: 0 0 5px;
    font-weight: bold;
    font-size: 12px;
    color: #222324;
}

.products-grid .product-name a,.popup-description-container .product-name a{
    color: #203548;
}

.products-grid .availability {
    line-height: 21px;
}

.products-grid .actions {
	bottom: 0;
    position: absolute;
    z-index:0;
}

.col2-left-layout .products-grid,
.col2-right-layout .products-grid {
    margin-bottom: 25px;
    width: 860px;
    position: relative;
	border-bottom: 1px solid #d5d1cb;
	padding-bottom: 22px;
}

.col1-layout .products-grid {
    width: 100%;
    margin: 0 auto;
}

/* View Type: List */
.products-list li.item {
    border-bottom: 1px solid #d9ddd3;
    padding: 12px 10px;
}

.products-list li.item.last {
    border-bottom: 0;
}

.products-list .product-image {
    float: left;
    /*width: 135px;*/
    /*height: 135px;*/
    margin: 0 0 10px;
}

.products-list .product-shop {
    margin-left: 150px;
}

.products-list .product-name {
    margin: 20px 0 5px;
    font-weight: bold;
    font-size: 13px;
    color: #203548;
}

.products-list .product-name a {
    color: #203548;
}

.products-list .price-box {
    float: left;
    margin: 3px 13px 5px 0;
}

.products-list .availability {
    float: left;
    margin: 3px 0 0;
}

.products-list .desc {
    /*clear: both;*/
    padding: 0 10px;
    /*margin: 0 0 15px;*/
	border-right: 1px solid #E2DEDB;	
	border-left: 1px solid #E2DEDB;
	width:420px;
	float: left;
	min-height: 180px;
}

.products-list .desc p { margin-top: 20px; color: #707070; font-size: 12px; }

.products-list .desc .link-learn {
    font-size: 11px;
}

.products-list .add-to-links {
    clear: both;
}

.products-list .add-to-links li {
    display: inline;
}

.products-list .add-to-links .separator {
    display: inline;
    margin: 0 2px;
}

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

/* Product View ========================================================================== */
/* Rating */
.no-rating {
    margin: 0;
}

.ratings {
    font-size: 11px;
    line-height: 1.25;
    margin: 7px 0;
}

.ratings strong {
    float: left;
    margin: 1px 3px 0 0;
}

.ratings .rating-links {
    margin: 0;
}

.ratings .rating-links .separator {
    margin: 0 2px;
}

.ratings dt {
}

.ratings dd {
}

.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/thema/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }

.rating-box .rating { float:left; height:13px; background:url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/thema/bkg_rating.gif) 0 100% repeat-x; }

.rating-box1 {
    background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/stelute.png") repeat-x scroll 0 -23px transparent;
    clear: both;
    font-size: 0;
    height: 11px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 69px;
}

.rating-box1 .rating1 {
    background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/stelute.png") repeat-x scroll 0 0 transparent;
    float: left;
    height: 11px;
}

.ratings .rating-box {
    float: left;
    margin-right: 3px;
}

.ratings .amount {
}

.ratings-table th,
.ratings-table td {
    font-size: 11px;
    line-height: 1.15;
    padding: 3px 0;
}

.ratings-table th {
    font-weight: bold;
    padding-right: 8px;
}

/* Availability */
.availability {
    margin: 0;
}

.availability span {
    font-weight: bold;
}

.availability.in-stock span {
	margin-top: 3px;
}

.availability.out-of-stock span {
    color: #d83820;
}

.recently-added-product .product-image{
	width:73px;
}
.availability-only {
    margin: 10px 0 7px;
    line-height: 16px;
    background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/i_availability_only.gif) 0 50% no-repeat;
    padding-left: 15px;
}





.availability-only span,
.availability-only a {
    border-bottom: 1px dashed #751d02;
    color: #000;
}

.availability-only a {
    background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/i_availability_only_arrow.gif) 100% 0 no-repeat;
    cursor: pointer;
    padding-right: 15px;
    text-decoration: none;
}

.availability-only .expanded {
    background-position: 100% -15px;
}

.availability-only strong {
    color: #be2c00;
}

.availability-only-details {
    margin: 0 0 7px;
}

.availability-only-details th {
    background: #d2d6d9;
    font-size: 10px;
    padding: 0 8px;
}

.availability-only-details td {
    background: #ebf0f3;
    border-bottom: 1px solid #fff;
    font-size: 11px;
    padding: 2px 8px 1px;
}

.availability-only-details tr.odd td.last {
    color: #d95e00;
    font-weight: bold;
}

.product-view .product-shop .availability {
    font-size: 11px;
}

.product-view .product-shop .availability span {
    color: #3D3D3D;
    display: block;
    font-weight: normal;
    padding: 5px 0 0 24px;
}

/* Email to a Friend */
.email-friend {
    margin: 0;
}

/* Alerts */
.alert-price {
    margin-top: 15px;
    font-size: 11px;
}

.alert-stock {
    margin: 0;
    font-size: 11px;
}

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

.price-box {
     text-align: center;
}

.price-box .price {
    font-weight: bold;
    color: #c76200;
}

/* Regular price */
.regular-price {
   text-align: center;
   color: #c76200;
}

.regular-price .price {
    font-weight: bold;
    font-size: 13px;
    color: #c76200;
}

.block .regular-price,
.block .regular-price .price {
    color: #2f2f2f;
}

/* Old price */
.old-price {
    margin: 0;
    float: right;
}

.old-price .price-label {
    color: #3D3D3D;
    text-decoration: line-through;
    white-space: nowrap;
}

.old-price .price {
    color: #3D3D3D;
    font-weight: bold;
    text-decoration: line-through;
}

/* Special price */
.special-price {
    margin: 0;
    padding: 3px 0;
}

.special-price .price-label {
    font-size: 13px;
    font-weight: bold;
    white-space: nowrap;
    color: #cd5033;
    text-shadow: 1px 1px 1px #C9C9C9;
}

.special-price .price {
    color: #E66C01;
    font-size: 22px;
    font-weight: bold;
    margin-left: 14px;
}

/* Minimal price (as low as) */
.minimal-price {
    margin: 0;
}

.minimal-price .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.minimal-price-link {
    display: block;
}

.minimal-price-link .label {
    color: #1e7ec8;
}

.minimal-price-link .price {
    font-weight: normal;
    color: #1e7ec8;
}

/* Excluding tax */
.price-excluding-tax {
    display: block;
    color: #999;
}

.price-excluding-tax .label {
    white-space: nowrap;
    color: #999;
}

.price-excluding-tax .price {
    font-size: 13px;
    font-weight: normal;
    color: #c76200;
}

/* Including tax */
.price-including-tax {
    display: block;
    color: #999;
}

.price-including-tax .label {
    white-space: nowrap;
    color: #999;
}

.price-including-tax .price {
    font-size: 13px;
    font-weight: bold;
    color: #c76200;
}

/* Configured price */
.configured-price {
    margin: 0;
}

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

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

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

.weee .price {
    font-size: 11px;
    font-weight: normal;
}

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

.price-excl-tax .label {
    display: block;
    white-space: nowrap;
}

.price-excl-tax .price {
    display: block;
}

/* Incl tax (for order tables) */
.price-incl-tax {
    display: block;
}

.price-incl-tax .label {
    display: block;
    white-space: nowrap;
}

.price-incl-tax .price {
    display: block;
    font-weight: bold;
}

/* Price range */
.price-from {
    margin: 0;
}

.price-from .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.price-to {
    margin: 0;
}

.price-to .price-label {
    font-weight: bold;
    white-space: nowrap;
}

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

.price-notice .price {
    font-weight: bold;
    color: #2f2f2f;
}

/* Price as configured */
.price-as-configured {
    margin: 0;
}

.price-as-configured .price-label {
    font-weight: bold;
    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 {
    color: #555;
}

/********** Product Prices > */

/* Tier Prices */
.tier-prices {
    margin: 10px 0;
    padding: 10px;
    background-color: #f4f7f7;
    border: 1px solid #dadddd;
}

.tier-prices li {
    line-height: 1.4;
    background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/i_tier.gif) no-repeat 0 3px;
    padding: 2px 0 2px 10px;
    color: #424242;
}

.tier-prices .benefit {
    font-style: italic;
    font-weight: bold;
    color: #2f2f2f;
}

.tier-prices .price {
    font-weight: bold;
    color: #2f2f2f;
}

.tier-prices-grouped li {
    padding: 2px 0;
    color: #e26703;
}

.tier-prices-grouped li .price {
    font-weight: bold;
}

/* Add to Links */
.add-to-links {
    font-size: 11px;
    margin: 5px 0 0;
}

.add-to-links .separator {
    display: none;
}

/* Add to Cart */
.add-to-cart label {
    float: left;
    margin-right: 5px;
    font-weight: bold;
    color: #666;
}

.add-to-cart .qty {
    float: left;
    margin-right: 5px;
}

.add-to-cart button {
    height: 38px;
	background: #f1912a url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/adauga-in-cos-icon.png) no-repeat 10px 50%;
	padding: 10px 20px 10px 40px;
	font-size: 16px;
	color: #000;
	border:none;
	font-size: 16px;
	color: #000;
}
.add-to-cart1 button {
	height: 38px;
	background: #eae9e1 url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/adauga-in-cos-icon.png) no-repeat 10px 50%;
	padding: 10px 20px 10px 40px;
	font-size: 16px;
	color: #000;
	border:none;
	font-size: 16px;
	color: #000;
	margin-top:-1px;
	height:42px;
}
.add-to-cart button span{
    font-size: 16px;
	color: #000;
}

.add-to-cart .paypal-logo {
    clear: left;
    margin: 0;
    text-align: right;
}

.add-to-cart .paypal-logo .paypal-or {
    clear: both;
    display: block;
    margin: 5px 60px 5px 0;
}

.product-view .add-to-cart .paypal-logo {
    margin: 0;
}

/* Add to Links + Add to Cart */
.add-to-box {
    margin: 10px 0;
}

.add-to-box .add-to-cart {
    float: left;
}

.add-to-box .or {
    float: left;
    font-weight: bold;
    margin: 0 7px;
    color: #666;
}

.add-to-box .add-to-links {
    float: left;
    margin: 0;
    font-size: 12px !important;
    line-height: 1.25 !important;
    text-align: left !important;
}

.add-to-box .add-to-links li {
    display: block !important;
}

.add-to-box .add-to-links li .separator {
    display: none !important;
}

.product-view {
}

.product-essential {
}

.product-essential h2 {
    font: bold 13px/1.35 Arial, Helvetica, sans-serif;
}

.product-collateral {
    float: right;
    margin-top: 11px;
    width: 521px;
}

.product-collateral h2 {
    font-weight: bold;
    font-size: 15px;
    color: #e26703;
    border-bottom: 1px solid #e5dcc3;
    padding: 0 0 1px;
    margin: 0 0 15px;
}

.product-collateral .box-collateral {
    margin: 0 0 25px;
}

/* Product Images */
.product-view .product-img-box {
    float: left;
    width: 180px;
}

.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 {
    font-size: 11px;
    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;
    background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/slider_bg.gif) 50% 50% no-repeat;
    cursor: pointer;
}

.product-view .product-img-box .zoom.disabled {
    -moz-opacity: .3;
    -webkit-opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /*IE8*/
    opacity: .3;
}

.product-view .product-img-box .zoom #track {
    position: relative;
    height: 18px;
}

.product-view .product-img-box .zoom #handle {
    position: absolute;
    left: 0;
    top: -1px;
    width: 9px;
    height: 22px;
    background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/magnifier_handle.gif) 0 0 no-repeat;
}

.product-view .product-img-box .zoom .btn-zoom-out {
    position: absolute;
    left: 2px;
    top: 0;
}

.product-view .product-img-box .zoom .btn-zoom-in {
    position: absolute;
    right: 2px;
    top: 0;
}

.product-view .product-img-box .more-views h2 {
    font-size: 11px;
    border-bottom: 1px solid #ccc;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.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;
    border: 2px solid #ddd;
    overflow: hidden;
}

.product-image-popup {
    margin: 0 auto;
}

.product-image-popup .buttons-set {
    float: right;
    clear: none;
    border: 0;
    margin: 0;
    padding: 0;
}

.product-image-popup .nav {
    font-weight: bold;
    margin: 0 100px;
    text-align: center;
}

.product-image-popup .image {
    display: block;
    margin: 10px 0;
}

.product-image-popup .image-label {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px;
    color: #2f2f2f;
}

/* Product Shop */
.product-view .product-shop {
    float: right;
    width: 540px;
}

.col1-layout .product-view .product-shop {
    float: right;
    width: 780px;
}

.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 {
   color: #84837d;
   font: bold 30px/1.2 Arial,Helvetica,sans-serif;
   margin: 5px 0 0;
}
body.ajax-index-options .product-view .product-shop .product-name h1{font-size:18px;color:#000;max-height: 65px;overflow: hidden;min-height: 65px;}
body.ajax-index-options .product-view .product-shop .product-name span{display:block;overflow:hidden;max-height:30px;min-height:30px;}
body.ajax-index-options .product-view .product-shop{width:380px;float:none;}
body.ajax-index-options .product-view .product-image{width:190px;float:left;}
body.ajax-index-options .product-view .product-details-popup{width:190px;float:left;}
body.ajax-index-options .product-view .product-shop .prices  {position: relative;height: 52px;margin-top: 36px;border-bottom: 2px solid #9c9c9c;width: 196px;margin-left: -4px;border-top: 2px solid #9c9c9c;padding-top: 10px;}
body.ajax-index-options .product-view .product-shop .fractioncurrency{position: absolute;top: 32px;right: 2px;font-size: 18px;}
body.ajax-index-options .product-view .product-shop .fraction{position: absolute;top: 19px;right: 0px;font-size: 25px}
body.ajax-index-options .product-view .product-shop .whole{font-size: 47px;position: absolute;top: 22px;right: 29px;}
body.ajax-index-options .product-view .product-shop .discount{position: absolute;left: -72px;font-size: 12px;}
body.ajax-index-options .product-view .product-shop .actualprice.slashed .whole{font-size: 35px;right: 156px;top: 15px;}
body.ajax-index-options .product-view .product-shop .actualprice.slashed .fraction{right: 130px;top: 15px;font-size: 15px;}
body.ajax-index-options .product-view .product-shop .actualprice.slashed .fractioncurrency{right: 132px;font-size: 12px;top: 23px;}
body.ajax-index-options .product-view .product-shop .price-text1,body.ajax-index-options .product-view .product-shop .price-text{display:none;}

body.ajax-index-options .product-view .product-shop .ratings{position: absolute;right: 65px;top: 112px;}
body.ajax-index-options .product-view .product-shop .ratings .amount{display:none;}
body.ajax-index-options .product-view .product-shop .add-to-cart button {padding: 10px 47px 10px 47px;margin-left: 5px;}
body.ajax-index-options .product-view .product-options{top: 210px;left: 180px;}
body.ajax-index-options .product-view .product-options .required{width:55px;}
body.ajax-index-options .product-view .product-options dl.last dd.last{width:133px;}
body.ajax-index-options .product-view .product-options dd select{width:100%;height:25px;}
body.ajax-index-options .product-view .product-shop .product-image img{height:256px;width:256px;border:none;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;margin-top:50px;margin-left:-42px;}
body.ajax-index-options .product-view .product-shop .actions{display:none;}
.product-view .product-shop .availability,
.products-grid .availability,
.popup-description-container .availability
{
    font-size: 12px;
    height: 26px;
    margin: 12px 2px 0 11px;
}

.product-view .product-shop .out-of-stock,
.products-grid .out-of-stock,
.popup-description-container .out-of-stock
{
    background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/thema/sprite_ico.png") no-repeat scroll 0 -293px transparent;
}

.product-view .product-shop .in-stock,
.products-grid .in-stock,
.popup-description-container .in-stock 
{
    background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/thema/sprite_ico.png") no-repeat scroll 0 -105px transparent;
}

.product-view .product-shop .short-description {
    margin: 10px 0 0 6px;;
    background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/bkg_divider1.gif) 0 0 repeat-x;
    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 {
    font-size: 12px;
    text-align: right;
}

.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator {
    display: inline;
}

.product-view .product-shop .add-to-links a {
    color: #1E7EC8 !important;
    font-weight: normal !important;
}

/* Product Options */
.product-options {
	left: 64px;
    position: absolute;
    top: 106px;
}

.product-options .required{
    background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/options-grad.jpg") repeat-x 0 0 transparent;
    color: #FFFFFF;
    display: block;
    font-weight: normal;
    height: 32px;
    padding-top: 2px;
    width: 132px;
	font-size:15px;
	padding:4px;
}

.product-options .required em{
    margin-left:2px;
}

.product-options dt {
    float: left;
    font-weight: normal;
    margin-left: 6px;
}

.product-options dt label {
    font-weight: bold;
    color: #2f2f2f;
}

.product-options .selectBox-dropdown  {
    background:#ececec;
    border: 1px solid #c1c1c1;
    height: 23px;
    margin: 0;
    padding: 0;
    width: 160px;
}

.product-options .selectBox-dropdown .selectBox-label{
     background: #fff;
	margin: 2px 0 0 0;
	padding: 0px 28px 0 6px;
	display: block;
	width: 125px;
	line-height: 1.5;
}

.product-options .selectBox-dropdown .selectBox-arrow{
       background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/thema/sprite_ico.png") no-repeat scroll 0 -41px transparent;
}

.product-options dt label.required em {
    color: #eb340a;
    margin: 0 2px 0 3px;
}

.product-options dd .qty-holder {
    display: block;
    padding: 10px 0 0;
}

.product-options dd .qty-holder label {
    vertical-align: middle;
}

.product-options dt .qty-disabled {
    background: none;
    border: 0;
    padding: 3px;
    color: #2f2f2f;
}

.product-options dd {
    border-bottom: 1px solid #E4E4E4;
    float: left;
}

.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 #d9e5ee;
    padding: 2px 4px;
}

.product-options ul.options-list {
    margin-right: 5px;
}

.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 {
    float: left;
    margin-top: 3px;
}

.product-options ul.options-list .label {
    display: block;
    margin-left: 18px;
}

.product-options ul.options-list label {
    font-weight: normal;
}

.product-options ul.validation-failed {
    padding: 0 7px;
}

.product-options p.note {
    margin: 0;
    font-size: 11px;
}

.product-options p.required {
    position: absolute;
    right: 20px;
    top: 20px;
}

.product-options-bottom {
}

.product-options-bottom .price-box{
    display:none;
}

.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;
    color: #e26703;
}

.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
    color: #e26703;
}

.product-options-bottom .price-box {
    float: left;
    margin: 0;
    padding: 0;
}

.product-options-bottom .add-to-links {
    clear: both;
    padding: 5px 0 0;
    text-align: right;
}

.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-options-bottom .add-to-cart {
    float: right;
}

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

.product-shop .product-options-bottom .add-to-links {
    clear: both;
    padding: 5px 0 0;
    text-align: right;
}

/* Grouped Product */
.product-view .grouped-items-table .price-box {
    margin: 0;
    padding: 0;
}

/* Block: Description */
.product-view .box-description {
    clear: both;
    display: block;
    overflow: hidden;
    padding-top: 15px;
    padding-right: 9px;
    text-align: justify;
}

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td {
    line-height: 1.25;
}

/* Block: Upsell */
.col-main .box-up-sell{
      margin-top: 15px;
}


.col-main .box-up-sell h2 {
    border-bottom: 0;
    padding: 0;
    margin: 0 0 8px;
}

.col-main .box-up-sell .products-grid {
    width: 100%;
}

.col-main .box-up-sell .products-grid td {
    width: 25%;
    background: #F9F9F9;
    padding: 15px 10px 12px;
    line-height: 1.6em;
}

.col-main .box-up-sell .products-grid tr.last td {
    border-bottom: 0;
}

.col-main .box-up-sell .products-grid td.last {
    border-right: 0;
}

.col-main .box-up-sell .products-grid td img {
}

.product-view .box-up-sell .products-grid .product-image {
    text-align: center;
}

.col-main .box-up-sell .products-grid td.empty {
    border-right: 0;
    background: #f1ecdb;
}

.col-main .box-up-sell .products-grid .ratings .rating-box {
    float: none;
    display: block;
    margin: 0 0 3px;
}

/* Block: Tags */
.product-view  .box-tags  .title{
    float: left;
    font-weight: bold;
    margin-right: 5px;
}

.product-view .box-tags {
}

.product-view .box-tags p {
    clear: both;
    font-size: 13px;
    margin: 2px 3px 4px 10px;
}

.product-view .box-tags .product-tags {
    display: block;
    margin: 0 10px 15px;
}

.product-view .box-tags .product-tags li {
    display: inline;
    background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/bkg_pipe3.gif) 100% 4px no-repeat;
    padding: 0 7px 0 4px;

    color: #4F4F4F;
    font-size: 13px;
}

.box-tags h3{
      color: #2F2F2F;
}

.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;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 5px;
    color: #0a263c;
}

.product-view .box-tags .form-add .input-box {
    float: left;
    width: 305px;
    margin: 0 5px 0 0;
    background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/i_tag_add.gif) 0 2px no-repeat;
    padding: 0 0 0 23px;
}

.product-view .box-tags .form-add input.input-text {
    width: 299px;
}

.product-view .box-tags .form-add button.button span {
    border-color: #406a83;
    background: #618499;
}

.product-view .box-tags .note {
    margin: 3px 0 0;
    padding: 0 0 0 23px;
    font-size: 11px;
}

/* Block: Reviews */
.product-view .box-reviews dl {
    margin: 15px 0;
}

.product-view .box-reviews dt a,
.product-view .box-reviews dt span {
    font-weight: bold;
}

.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 h3 {
    font-size: 13px;
    font-weight: normal;
}

.product-view .box-reviews .form-add h3 span {
    font-weight: bold;
}

.product-view .box-reviews .form-add h4 {
    font-size: 12px;
}

.product-view .box-reviews .form-add .data-table td {
    text-align: center;
}

.product-view .box-reviews .form-add .form-list {
    margin: 15px 0 0;
}

.product-view .box-reviews .form-add .form-list .input-box {
    width: 360px;
}

.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea {
    width: 354px;
}

/* 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;
    font-size: 11px;
    line-height: 21px;
}

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

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

.product-name a {
    color: #000;
}

/* Product Tags */
.tags-list {
    display: block;
    font-size: 13px;
    border: 1px solid #c1c4bc;
    background: #f8f7f5;
    padding: 10px;
}

.tags-list li {
    display: inline !important;
    margin: 0 4px 0 0;
}

.tags-list li a {
    color: #1b2d3b;
}

/* 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;
    margin-top:20px;
}

.advanced-search-summary {
    margin: 10px 0;
    border: 1px solid #e9d7c9;
    background: #fff6f1;
    padding: 10px;
}

.advanced-search-summary ul {
    float: left;
    width: 49%;
}

.advanced-search-summary strong {
    color: #E17C24;
    padding-left: 15px;
    background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/i_search_criteria.gif) 0 3px no-repeat;
}

.advanced-search-summary p {
    clear: both;
    font-weight: normal;
    margin: 0;
    padding-top: 4px;
}

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

.cms-index-index .subtitle {
	color: #1A1A1A;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #cfcac3;
	padding-bottom: 5px;
}

/* Sitemap */
.page-sitemap .links {
    display: block;
    float: right;
    margin: 0 8px -22px 0;
    text-align: right;
    width: 300px;
}

.page-sitemap .links a {
    text-decoration: none;
    position: relative;
    color:#2F2F2F;
}

.page-sitemap .links a:hover {
    text-decoration: underline;
}

.page-sitemap .sitemap {
    clear: both;
    display: block;
    margin: 21px 12px 12px;
    padding-top: 13px;
}

.page-sitemap .sitemap a {
    color: #1b2d3b;
}

.page-sitemap .sitemap li {
    margin: 3px 0;
}

.page-sitemap .sitemap li.level-0 {
    margin: 10px 0 0;
    font-weight: bold;
}

.page-sitemap .sitemap li.level-0 a {
    color: #1e7ec8;
}

/* RSS */
.rss-title h1 {
    background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/i_rss-big.png) 0 4px 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;
}

.cart .page-title h1 {
    margin: 10px 0 0;
}

/* Checkout Types */
.cart .page-title .checkout-types li {
    margin: 0 0 5px;
}

.cart .title-buttons .checkout-types {
    float: right;
}

.cart .title-buttons .checkout-types li {
    float: left;
    margin: 0 0 5px 5px;
}

.cart .checkout-types .paypal-or {
    margin: 0 8px;
    line-height: 2.3;
}

.cart .totals .checkout-types .paypal-or {
    clear: both;
    display: block;
    padding: 8px 55px 0 0;
    line-height: 1.0;
    font-size: 11px;
}

/* Shopping Cart Table */
.cart-table th {
    padding: 2px 10px;
}

.cart-table td {
    padding: 10px;
}

.cart-table .product-name {
    font-weight: bold;
    margin: 0 0 5px;
    color: #2f2f2f;
    text-align: left;
}

.cart-table .item-msg {
    margin: 5px 0;
    font-size: 11px;
    font-weight: bold;
    color: #df280a;
}

.cart-table tfoot td {
      padding: 13px 9px;
}

.cart-table .btn-continue {
    float: left;
}

.cart-table .btn-continue span,
.cart-table .btn-update span {
  /*  border-color: #406a83;
    background: #618499;*/
}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {
    /* background-color: #F5F5F5; */
    padding: 25px 0 0;
	border: 1px solid #E8E7E1;
}

.cart .cart-collaterals .col2-set {
    float: left;
    width: 1100px;
}

.cart .cart-collaterals .col2-set .col-2 {
    /* width: 294px; */
}

.discount .discount-form .discount-buttons-set .button-cart{
	margin-right: -3px;
}

.cart .crosssell {
    border: 1px solid #cec3b6;
    background: #fafaec;
    padding: 12px 15px;
}

.cart .crosssell h2 {
    font-size: 13px;
    font-weight: bold;
}

.cart .crosssell .product-image {
    float: left;
    width: 75px;
    height: 75px;
    border: 1px solid #d0cdc9;
}

.cart .crosssell .product-details {
    margin-left: 90px;
}

.cart .crosssell .product-name {
    font-weight: bold;
}

.cart .crosssell li.item {
    margin: 12px 0;
}

.cart .crosssell .link-compare {
    font-weight: normal;
}

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {
    /* background-color: #F5F5F5; */
    clear: both;
    margin: 0 0 0 9px;
    overflow: hidden;
  /*  border: 1px solid #d0cbc1;
    background: #fff url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/bkg_block-title.gif) 0 0 repeat-x;
    padding: 12px 15px;*/
}

.cart .discount h2,
.cart .shipping h2 {
    background-position: 0 0;
    background-repeat: no-repeat;
    font: bold 13px/16px Arial, Helvetica, sans-serif;
 /*   padding: 0 0 0 21px;*/
    color: #e26703;
}

.cart .discount button span,
.cart .shipping button span {
  /*  border-color: #406a83;
    background: #618499;*/
}

.cart .discount .buttons-set,
.cart .shipping .buttons-set {
    margin: 10px 0 0;
    border: 0;
    padding: 0;
    text-align: left;
}
.shipping-form .button-cart{
	  margin-left: -6px;
}

.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button {
    float: none;
    margin-left: 0;
}

.cart .discount h2 {
    /*background-image: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/i_discount.gif);*/
}

.cart .discount .input-box {
    margin: 8px 0 0;
   /* width: 260px;*/
}

.cart .discount input.input-text {
/*    width: 254px;*/
}

.cart .shipping h2 {
  /* background-image: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/i_shipping.gif);*/
}

.cart .shipping .sp-methods {
    margin: 10px 0 0;
    padding: 5px 0 0;
    background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/bkg_divider1.gif) 0 0 repeat-x;
}

/* Shopping Cart Totals */

.cart .totals table {
    width: 100%;
    margin: 0;
}

.cart .totals td, .cart .totals th {
        font-size: 16px;


    /*padding: 1px 15px 1px 7px;*/
}

.cart .totals tr.last td {
}

.cart .totals tfoot th {
    padding: 5px 15px 5px 7px;
}

.cart .totals tfoot td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.cart .totals tfoot th strong,
.cart .totals tfoot td strong {
   font-size: 15px;
}

.cart .totals .checkout-types {
    font-size: 13px;
    padding: 5px 0;
    text-align: right;
}

.cart .totals .checkout-types li {
    clear: both;
    margin-left: 36px;
}

/* Options Tool Tip */
.item-options dt {
    font-weight: bold;
    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: 1px solid #ddd;
    background-color: #f6f6f6;
}

.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 {
    font-size: 12px;
    font-weight: bold;
    margin: 13px 0 5px;
}

.sp-methods dd {
}

.sp-methods dd li {
    margin: 10px 0;
}

.sp-methods label {
    font-weight: bold;
    color: #000;
}

.sp-methods .price {
    font-weight: normal;
}

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

.sp-methods .release-amounts {
    margin: 0.5em 0;
}

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

.please-wait {
    float: right;
}

.please-wait img {
    vertical-align: middle;
}

.cvv-what-is-this {
    font-size: 11px;
    cursor: help;
    margin-left: 10px;
}

/* Tooltip */
.tool-tip {
    border: 1px solid #7BA7C9;
    background: #EAF6FF;
    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: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/btn_window_close.gif) 100% 0 no-repeat;
    text-align: left;
    text-indent: -999em;
    overflow: hidden;
}

.tool-tip .tool-tip-content {
    padding: 5px;
}

/* Gift Messages */
.gift-messages h3 {
    font-size: 12px;
    font-weight: bold;
    color: #e87403;
}

.gift-messages p.control {
    color: #8e8d8b;
}

.gift-messages-form {
    position: relative;
}

.gift-messages-form label {
    float: none !important;
    position: static !important;
}

.gift-messages-form h4 {
    font-size: 12px;
    font-weight: bold;
    color: #e87403;
}

.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;
    font-weight: bold;
    text-align: center;
    color: #8a8987;
}

.gift-messages-form .item .details {
    margin-left: 90px;
}

.gift-messages-form .item .details .product-name {
    font-size: 13px;
    font-weight: bold;
    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 {
    font-size: 11px;
    background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/bkg_collapse-gm.gif) 100% 6px no-repeat;
    padding-right: 7px;
}

.gift-message-link.expanded {
    background-position: 100% -40px;
}

.gift-message-row {
    background: #f2efe9;
}

.gift-message-row .btn-close {
    float: right;
    width: 16px;
    height: 16px;
    background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/btn_gm-close.gif) 0 0 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;
    background-color: #fbfaf6;
    border: 1px solid #bbb6a5;
}

.checkout-agreements .agree {
    margin: 0;
    padding: 10px 0 10px 11px;
}

.checkout-agreements .agree input.checkbox {
    margin-right: 6px;
}

.checkout-agreements .agree label {
    font-weight: bold;
    color: #666;
}

.opc .checkout-agreements {
    border: 1px solid #d9dde3;
    border-width: 0 1px;
    padding: 5px 30px;
}

.opc .checkout-agreements li {
    margin: 20px 0 0;
}

.opc .checkout-agreements .agreement-content {
    background-color: #fff;
    border-color: #e4e4e4;
    padding: 5px;
}

.opc .checkout-agreements .agree {
    padding-left: 6px;
}

/* Centinel */
.centinel {
}

.centinel .authentication {
    border: 1px solid #ddd;
    background: #fff;
}

.centinel .authentication iframe {
    width: 99%;
    height: 400px;
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.opc .centinel {
    border: 1px solid #bbb6a5;
    border-width: 0 1px 1px;
    padding: 10px 30px;
}

/* Generic Info Set */
.info-set {
    background: #fbfaf6 url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/bkg_checkout.gif) 0 0 repeat-x;
    border: 1px solid #bbb6a5;
    margin: 0 0 25px;
    padding: 20px;
}

.info-set h2 {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px;
}

.info-set h3,
.info-set h4 {
    font-size: 13px;
    font-weight: bold;
    color: #E26703;
}

.info-set h2 a,
.info-set h3 a,
.info-set h4 a {
    font-weight: normal;
}

.info-set h2.legend {
    margin: -20px -20px 15px;
    padding: 5px 10px;
    background: #f9f3e3;
    border-bottom: 1px solid #bbafa0;
    position: relative;
}

.info-set h3.legend {
    margin: 0 0 10px;
    color: #0a263c;
}

.info-set .divider {
    margin: 0 -20px;
    padding: 25px 0;
    position: relative;
}

.info-set .box {
    margin: 0 0 15px;
}

.info-set .box h2 {
    color: #e26703;
}

.info-set .data-table .product-name {
    font-size: 1em !important;
    font-weight: bold !important;
    color: #1e7ec8 !important;
}

.info-set .data-table .product-name a {
    font-weight: bold !important;
}

.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 .block-title strong {
    font-size: 13px;
    color: #0a263c;
}

.block-progress .block-content {
    background: none;
}

.block-progress dt {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.35;
    background: #eee;
    border: 1px solid #a3aeb3;
    margin: 0 0 6px;
    padding: 2px 8px;
    color: #999;
}

.block-progress dd {
    background: #eee;
    border: 1px solid #a3aeb3;
    border-top: 0;
    padding: 8px 13px;
    margin: 0 0 6px;
}

.block-progress dt.complete {
    margin: 0;
    background: #d0dce1;
    color: #5e8ab4;
}

.block-progress dd.complete {
}

.block-progress p {
    margin: 0;
}

.block-progress .cards-list dt {
    background: none;
    border: 0 none;
    color: inherit;
    font-size: 12px;
    margin: 5px 0;
    padding: 0;
}

.block-progress .cards-list dd {
    border: 0 none;
    margin: 0;
    padding: 0;
}

.block-progress .cards-list .info-table th {
    font-weight: normal;
}

.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 .back-link a {
    background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/i_arrow-top.gif) 0 50% no-repeat;
    padding-left: 16px;
}

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

.opc .step-title {
    border-width: 0 1px;
    border-style: solid;
    border-color: #fff #d9dde3 #d9dde3;
    background: #eee url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/bkg_opc-title-off.gif) 0 100% repeat-x;
    padding: 4px 8px 6px;
    text-align: right;
}

.opc .step-title .number {
    float: left;
    background: #fff;
    border: 1px solid #fff;
    padding: 0 4px;
    margin: 0 5px 0 0;
    font: bold 11px/14px arial, helvetica, sans-serif;
    color: #999;
}

.opc .step-title h2 {
    float: left;
    margin: 0;
    font: bold 13px/16px Arial, Helvetica, sans-serif;
    color: #999;
}

.opc .step-title a {
    display: none;
    float: right;
    font-size: 11px;
    line-height: 16px;
}

.opc .allow .step-title {
    background: #d0dce1;
    border: 1px solid #a3aeb3;
    border-bottom: 0;
    color: #a4b3b9;
    cursor: pointer;
}

.opc .allow .step-title .number {
    background: #dbe6eb;
    border-color: #dbe6eb;
    color: #a4b3b9;
}

.opc .allow .step-title h2 {
    color: #a4b3b9;
}

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

.opc .active .step-title {
    background: #f9f3e3;
    border: 1px solid #bbafa0;
    padding-bottom: 5px;
    color: #f18200;
    cursor: default;
}

.opc .active .step-title .number {
    background: #f18200;
    border-color: #f19900;
    color: #fff;
}

.opc .active .step-title h2 {
    color: #f18200;
}

/*.opc .active .step-title a { display:none; }*/

.opc .step {
    border: 1px solid #bbafa0;
    border-top: 0;
    background: #fbfaf6 url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/bkg_checkout.gif) 0 0 repeat-x;
    padding: 15px 30px;
    position: relative;
}

.opc .step .tool-tip {
    right: 30px;
}

#opc-login .buttons-set {
    border-top: 0;
}

#opc-login h3 {
    font-size: 13px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 2px;
    text-transform: uppercase;
}

#opc-login h4 {
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    color: #2f2f2f;
}

#opc-shipping_method .buttons-set {
    border-top: 0;
}

.opc .gift-messages-form {
    margin: 0 -30px;
    background: #f6f1eb;
    border: 1px solid #e9e4de;
    border-width: 1px 0;
    padding: 22px 24px 22px 30px;
}

.opc .gift-messages-form .inner-box {
    padding: 5px;
    height: 260px;
    overflow: auto;
}

#opc-review .step {
    border: 0;
    padding: 0;
}

#opc-review .product-name {
    font-weight: bold;
    color: #0a263c;
}

#opc-review .item-options {
    margin: 5px 0 0;
}

#opc-review .buttons-set {
    padding: 20px 30px;
    border: 1px solid #d9dde3;
    border-width: 0 1px 1px;
}

#opc-review .buttons-set p {
    margin: 0;
    line-height: 40px;
}

#opc-review .buttons-set .please-wait {
    height: 40px;
    line-height: 40px;
}

#opc-review .authentication {
    margin: 0 auto;
    width: 570px;
}

#opc-review .warning-message {
    color: #222;
    font-weight: bold;
    text-align: center;
    padding: 10px 10px 0;
}

/* 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 #999;
    padding: 2px 0 0;
    font-weight: bold;
    text-align: center;
    color: #abb5ba;
}

.checkout-progress li.active {
    border-top-color: #e96200;
    color: #e96200;
}

.multiple-checkout h2 {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px;
}

.multiple-checkout h3,
.multiple-checkout h4 {
    font-size: 13px;
    font-weight: bold;
    color: #E26703;
}

.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a {
    font-weight: normal;
}

.multiple-checkout .data-table .product-name {
    font-size: 1em !important;
    font-weight: bold !important;
    color: #1e7ec8 !important;
}

.multiple-checkout .data-table .product-name a {
    font-weight: bold !important;
}

.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 {
    background: #fbfaf6 url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/bkg_checkout.gif) 0 0 repeat-x;
    border: 1px solid #bbb6a5;
    margin: 0 0 25px;
    padding: 20px;
}

.multiple-checkout .col2-set h2.legend {
    margin: -20px -20px 15px;
    padding: 5px 10px;
    background: #f9f3e3;
    border-bottom: 1px solid #bbafa0;
    position: relative;
}

.multiple-checkout .col2-set h3.legend {
    margin: 0 0 10px;
    color: #0a263c;
}

.multiple-checkout .col2-set .divider {
    margin: 0 -20px;
    padding: 25px 0;
    position: relative;
}

.multiple-checkout .box {
    margin: 0 0 15px;
}

.multiple-checkout .box h2 {
    color: #e26703;
}

.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 21px;
    background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/bkg_grand-total.gif) 0 0 no-repeat;
    overflow: hidden;
}

.multiple-checkout .place-order .grand-total .inner {
    float: left;
    height: 57px;
    padding: 14px 21px 0 0;
    background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/bkg_grand-total.gif) 100% 0 no-repeat;
}

.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 .price {
    color: #E26703;
}

.multiple-checkout .place-order .grand-total button.button span {
    font-size: 16px;
}

.multiple-checkout .place-order .grand-total button.button span span {
    padding: 0 45px 0 36px;
}

/* Step 1 */
.multiple-checkout .title-buttons button.button span {
    border-color: #406a83;
    background: #618499;
}

#multiship-addresses-table td {
    padding: 10px;
}

#multiship-addresses-table tfoot td {
    padding: 5px 10px;
}

#multiship-addresses-table tfoot button.button span {
    border-color: #406a83;
    background: #618499;
}

/* 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 #d9d2be;
    background: #f9f3e3;
    padding: 13px;
    position: relative;
}

.checkout-multishipping-shipping .box-sp-methods .pointer {
    position: absolute;
    top: -20px;
    right: -40px;
    width: 178px;
    height: 41px;
    background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/bkg_sp-methods.gif) 0 0 no-repeat;
    overflow: hidden;
}

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout {
    position: relative;
}

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

/* Account Login/Create Pages ============================================================ */
.account-login .content {
    background-color: #FFFFFF;
    /*border: 1px solid #8F8F8F;*/
    min-height: 255px;
    padding-left: 10px;
    padding-top: 15px;
}

.account-login .block-title h2 {
  background-position: 0 1px;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 14px;
    padding-top: 4px;
    text-transform: uppercase;
}

.account-login .new-users h2 {
}

.account-login .registered-users h2 {
}

.account-login .buttons-set {
    /*border: 1px solid #bbb6a5;*/
    border-top: 0;
    margin: 0;
    padding: 8px 13px;
    background: #eae9e1;
}

.account-create {
}

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

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

/********** < Dashboard */
.dashboard .welcome-msg {
     margin: 0 20px 1.5em 0;
     color:#000;

}
.dashboard .welcome-msg .hello{
	margin-bottom:18px;
}
.dashboard .welcome-msg p {
    margin: 0;
}

.dashboard .col2-set {
    margin: 0 0 15px;
    
}

/* General Box */
.box-account {
    margin: 0 0 20px;
}

.box-account .box-head {
    text-align: right;
}

.box-account .box-head h2 {
    float: left;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    background-position: 0 0;
    background-repeat: no-repeat;
    padding:7px 0 7px 36px;
    color: #ec932d;
}

.dashboard .box .box-title {
    background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/bkg_divider1.gif) 0 100% repeat-x;
    padding: 0 0 2px;
    margin: 0 0 8px;
    text-align: right;
}

.dashboard .box .box-title h3,
.dashboard .box .box-title h4 {
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    color:#000;
}

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 {
    background-image: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/i_folder-table.gif);
}

/* Block: Account Information */
.dashboard .box-info .box-head h2 {
    background-image: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/acc-icon.jpg);
}

.dashboard .box-info h4 {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 {
    background-image: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/i_ma-reviews.gif);
}

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

.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 .box-head h2 {
    background-image: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/i_ma-tags.gif);
}

.dashboard .box-tags .number {
    float: left;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    margin: 3px -20px 0 0;
    padding: 2px 3px;
    background: #0a263c;
}

.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 h2 {
    font-weight: bold;
    font-size: 13px;
    color: #e26703;
    text-transform: uppercase;
}

.addresses-list h3 {
    font-size: 16px;
	font-weight: bold;
	margin: 0;
	color: #000;
	background:url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/bkg_divider1.gif) 0 100% repeat-x;
	margin-bottom: 5px;
}
.addresses-list p a{color: #ec932d;font-weight:normal;}
.addresses-list address {margin: 0 0 3px;}
.my-account .book-button{padding:2px 4px}
.my-account .book-button span{color:#84837d;}

.addresses-list p {
    margin: 0;
}

.addresses-list a {
    font-weight: bold;
}

.addresses-list .link-remove {
    color: #646464;
}

.addresses-list .separator {
    margin: 0 3px;
}

.addresses-list li.item {
    margin: 0 0 10px;
}

#crosssell-products-list .item{
	font-size: 12px;
    text-align: center;
    width: 75px;
    padding-bottom: 25px;
}

#crosssell-products-list .product-image{
	display: block;
    margin-bottom: 5px;
}

#crosssell-products-list li.odd{
	margin-right: 10px;
}

.addresses-list li.empty {
    background: none;
    border: 0;
    padding: 0;
}

.addresses-list li.empty p {
    font-weight: bold;
}

.addresses-list .addresses-additional li.item {
    background: none;
    border: 0;
    padding: 0;
}

/* Order View */
.order-info {
    background: #dee5e8;
    border: 1px solid #d0cbc1;
    padding: 4px 8px;
    margin: 0 0 8px;
}

.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
    display: inline;
}

.order-info .current {
    font-weight: bold;
}

.order-info li {
    margin: 0 3px;
}

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

.order-info-box {
    margin: 0 0 15px;
}

.order-info-box h2 {
    font-weight: bold;
    font-size: 13px;
}

.order-info-box .box-payment p {
    margin: 0 0 3px;
}
.sales-order-view .box-title{
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	color: #000;
	background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/bkg_divider1.gif) 0 100% repeat-x;
	margin-bottom: 5px
}
.order-info-box .box-payment th {
    font-weight: bold;
    padding-right: 7px;
}

.order-items {
    width: 100%;
    overflow-x: auto;
}

.order-items h2,
.order-items h3 {
    clear: none;
    font-weight: bold;
    font-size: 13px;
    padding: 0;
    margin: 0 0 5px;
    color: #0a263c;
}

.order-items .product-name {
    font-size: 1em !important;
    font-weight: bold !important;
}

.order-items .link-print {
    color: #1e7ec8;
    font-weight: normal;
}

.order-items .order-links {
    text-align: right;
}

.order-additional {
    margin: 15px 0;
}

/* Order Gift Message */
.gift-message dt strong {
    color: #666;
}

.gift-message dd {
    font-size: 13px;
    margin: 5px 0 0;
}

/* Order Comments */
.order-about dt {
    font-weight: bold;
}

.order-about dd {
    font-size: 13px;
    margin: 0 0 7px;
}

.tracking-table {
    margin: 0 0 15px;
}

.tracking-table th {
    font-weight: bold;
    white-space: nowrap;
}

.tracking-table-popup {
    width: 100%;
}

.tracking-table-popup th {
    font-weight: bold;
    white-space: nowrap;
}

.tracking-table-popup th,
.tracking-table-popup td {
    padding: 1px 8px;
}

/* Order Print Pages */
.page-print .print-head {
    margin: 0 0 15px;
}

.page-print .print-head .logo {
    float: left;
}

.page-print .print-head address {
    float: left;
    margin-left: 15px;
}

.page-print h1 {
    font-size: 16px;
    font-weight: bold;
}

.page-print h2,
.page-print h3 {
    font-size: 13px;
    font-weight: bold;
}

.page-print h2.h2 {
    font-size: 16px;
    font-weight: bold;
}

.page-print .order-date {
    background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/bkg_divider1.gif) 0 100% repeat-x;
    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: left;
    margin:0 32px;
}


#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: 4px 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 {
    font-size: 11px;
    margin: 0 0 3px;
}

.product-review .product-img-box .ratings .rating-box {
    float: none;
    display: block;
    margin: 0 0 3px;
}

.product-review .product-details {
    margin-left: 150px;
}

.product-review .product-name {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
}

.product-review h3 {
    font-size: 12px;
    margin: 0 0 3px;
    color: #2f2f2f;
}

.product-review .ratings-table {
    margin: 0 0 10px;
}

.product-review dt {
    font-weight: bold;
}

.product-review dd {
    font-size: 13px;
    margin: 5px 0 0;
}

/* Billing Agreements */
.billing-agreements .info-box {
    margin: 15px 0;
}

.billing-agreements .form-list li select {
    float: left;
}

.billing-agreements .form-list li button.button {
    float: left;
    margin-left: 10px;
}

.billing-agreements .table-caption {
    font-weight: bold;
    font-size: 13px;
}

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

/* Footer ================================================================================ */
.footer-container {
	background-color:#f7f6f4;
	border-top:solid 1px #81807e;
	margin-top: 30px;
}

.footer {
    color: #fff;
    width: 1080px;
    margin: 0 auto;
    padding: 10px 10px 10px;
    display: block;
}

.footer .store-switcher {
    display: inline;
    margin: 0 5px 0 0;

}

.footer .store-switcher label {
    font-weight: bold;
    vertical-align: middle;
}

.footer .store-switcher select {
    padding: 0;
    vertical-align: middle;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .bugs {
    margin: 13px 0 0;
    color: #ecf3f6;
}

.footer .bugs a {
    color: #ecf3f6;
    text-decoration: underline;
}

.footer .bugs a:hover {
    text-decoration: none;
}

.footer address {
    margin: 0 0 20px;
    color: #ecf3f6;
}

.footer address a {
    color: #ecf3f6;
    text-decoration: underline;
}

.footer address a:hover {
    text-decoration: none;
}

.footer ul {
    font: 13px/1.5 Arial,Helvetica,sans-serif;
    display: inline;
}

.footer ul.links {
    display: block;
}

.footer li.last {
    background: none !important;
    padding-right: 0 !important;
    border-right:none !important;
}

.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;
    color: #e25203;
    font-size: 1.2em;
}

.best-selling table {
    border-top: 1px solid #ccc;
}

.best-selling tr.odd {
    background: #eee url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/best_selling_tr_odd_bg.gif) 0 100% repeat-x;
}

.best-selling tr.even {
    background: #fff url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/best_selling_tr_even_bg.gif) 0 100% repeat-x;
}

.best-selling td {
    width: 50%;
    border-bottom: 1px solid #ccc;
    padding: 8px 10px 8px 8px;
    font-size: 11px;
}

.best-selling .product-img {
    float: left;
    border: 2px solid #dcdcdc;
}

.best-selling .product-description {
    margin-left: 107px;
    line-height: 1.3em;
}

.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover {
    color: #203548;
}

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

/* 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-view .product-shop .short-description:after,
.product-view .box-description: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;
}



/* ======================================================================================= */
#nav-block{
    margin: 0 auto;
    width: 1100px;
    height: 29px;
    border-top: solid 1px #e0d4be;
    border-bottom: solid 1px #e0d4be;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-top:10px;
}

.block-cart{
    /* background:#f9f9f9; */
    float: right;
    position: relative;
    /*width: 212px;*/
    /*padding-left: 75px;*/
    padding-top:10px;
	margin-top: 8px;
	/*margin-right: 165px;*/
	border-left:1px solid #fff;
}
.block-cart:hover{
	border:solid 1px #e3d7c1;
	border-bottom: none;
	margin-top:7px;
	margin-right:-1px;
	/*-webkit-box-shadow: 0px 0px 10px 6px rgba(232, 232, 232, 0.75);
	-moz-box-shadow:    0px 0px 10px 6px rgba(232, 232, 232, 0.75);
	box-shadow:         0px 0px 10px 6px rgba(232, 232, 232, 0.75);*/
}

.right-cart-area{
/* background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/thema/right-shop-cart-area.png") no-repeat scroll 0 0 transparent; */
    display: block;
    position: absolute;
    right: -5px;
    width: 5px;
}

.block-cart .button-checkout-slide{
    background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/thema/sprite_button.png") no-repeat scroll 0 -229px transparent;
    border: 0 none;
    color: #FFFFFF;
    display: block;
    font-family: Arial;
    height: 21px;
    margin-left: 15px;
    position: relative;
    text-align: center;
    width: 200px;
    z-index: 5000;
}

.block-cart .button-checkout-slide:hover{
	text-decoration:none;
}

/*Select box  JQUERY*/
.sbHolder{
    position: relative;
    width: 108px;
    float: left;
    margin-right: 5px;
}
.sbSelector{
    color: #757575;
    display: block;
    height: 19px;
    overflow: hidden;
    text-indent: 10px;
    width: 89px;
    text-align: left;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	outline: none;
	text-decoration: underline;
}
.sbToggle{
     background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/thema/sprite_ico.png") no-repeat scroll 0 -46px transparent;
    display: block;
    height: 14px;
    outline: medium none;
    position: absolute;
    right: 0;
    top: 0;
    width: 14px;
}
.sbToggle:hover{
	/*background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/img/select-icons.png) 0 -167px no-repeat;*/
}
.sbToggleOpen{
	/*background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/img/select-icons.png) 0 -16px no-repeat;*/
}
.sbToggleOpen:hover{
	/*background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/img/select-icons.png) 0 -66px no-repeat;*/
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{

}
.sbHolderDisabled .sbToggle{

}
.sbOptions{
    background-color: #FFFFFF;
    box-shadow: 2px 3px 4px #757575;
    clear: both;
    left: -1px;
    list-style: none outside none;
    margin: 0;
    opacity: 1;
    overflow: hidden;
    padding: 4px 0;
    position: absolute;
    top: 30px;
    width: 110px;
    z-index: 2000;
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions a{
    color: #757575;
    text-decoration: none;
}
.sbOptions a:hover{
		text-decoration:underline;
}
.sbOptions li.last a{
	border-bottom: none;
}





/*end selectbox JQuery*/

.button-checkout-slide span{
	margin: 0 0 0 30px;
    line-height: 22px;
    text-transform: lowercase;
    cursor: pointer;
}


*:first-child+html ul.level-1 {
 left:-8px!important;
}



.ie6 li.level2 a{
    width: 150px;
}

*:first-child+html ul.level2{
margin:21px 0px 0px -125px;
}


.recently-added-product{
   background-color: #FFFFFF;
    /*border: 5px solid #E98928;*/
    position: absolute;
    width: 320px !important;
    display:none;
	top: 40px;
	right:-1px;
	/*z-index: 10000;*/
	/*left:-82px !important;*/
	text-align:left;
	/*text-transform:capitalize !important;*/
	/*-webkit-box-shadow: 0px 12px 10px 6px rgba(232, 232, 232, 0.75);
	-moz-box-shadow:    0px 12px 10px 6px rgba(232, 232, 232, 0.75);
	box-shadow:         0px 12px 10px 6px rgba(232, 232, 232, 0.75);*/
	border:solid 1px #e3d7c1;
	border-top:none;
	/*border-top:none;*/
	z-index:1000;
}
.recently-added-product-top-section{
	border-top:solid 1px #e3d7c1;
	width:105px;
}
.recently-added-product-top-section1{
	float:right;
	width:160px;	
	border-top:solid 1px #e3d7c1;
	height:1px;
}	
/**:first-child+html .recently-added-product*/
/*{margin:0px 0px 0px -170px;}*/


#container-product-price,
#container-product-price-after {
    display: block;
    height: auto;
    margin-right: 0;
    width: 97%;
	padding: 20px 0 10px 20px;
	background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/umbra-degrade.png) repeat-x 0 0;
	margin-top: 20px;
	position:relative;
}

#product-page-head{
    float:left;
}

#cart-sidebar{
    margin:5px;getAccountUrl
    overflow: hidden;
    padding-bottom: 8px;
}
#cart-sidebar .item{
    float: left;
    margin: 1px;
    text-transform: capitalize;
	margin-left:10px;
	width:100%;
}

.final-checkout{
    /*background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/thema/sprite_button.png") no-repeat scroll 15px -345px transparent;*/
	/*background:transparent;*/
	background-image:url('http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/sageata-buton-mini-cart.png');
	background-repeat:no-repeat;
	background-color:#ec932d;
    border: medium none;
    display: block;
    /*padding: 0 0 9px;*/
    text-align: center;
    width: auto;
    cursor: pointer;
	margin-top: 10px;
	float: left;
	margin-left: 10px;
	color:#000 !important;
	padding-bottom: 10px;
	background-position: 10% 50%;
	padding-left:20px;
}

#recently-view-cart,#recently-total-text-cart{
    clear: both;
    color: #000000;
    display: block;
    /*padding-bottom: 12px;*/
    text-align: left;
    width: auto;
	/*border-top:solid 1px #f7a10e;*/
    text-transform:capitalize;
	margin-top: 10px;
	float:left;
	background-color:#ebebeb;
	margin-left: 10px;
	padding: 10px;
	margin-bottom:15px;
}
#recently-view-cart:hover{
	text-decoration:none;
}

.related-tooltip, .crossell-tooltip{
    display:none;
}

#search-bar{
    box-shadow: 0px 0px 0px #CCCCCC;
    display: block;
    height: 42px;
    margin: 0 auto;
    width: 1100px;
    background-color: #FFFFFF;
    position: relative;
    z-index: 11;
}

#container-product-price .availabity,
.products-grid .availabity,
.popup-description-container .availabity
{
    background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/thema/sprite_ico.png") no-repeat scroll 0 -572px transparent;
    margin: 12px 2px 0 11px;
    width: 224px;
    min-height: 30px;
}

.product-pdf img{

}

.premii{
    background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/thema/sprite_button.png") no-repeat scroll 0 -467px transparent;
    display: block;
    height: 55px;
    margin: -235px 0 0 78px;
    position: absolute;
    width: 55px;
}

.premii a{
    display:block;
    width:100%;
    height:100%;
}

.unudoitrei{
    background: url("/media/banner/icon-123v2.png") no-repeat scroll transparent;
    display: block;
    height: 70px;
    margin: -235px 0 0 78px;
    position: absolute;
    width: 70px;
}

.unudoitrei a{
    display:block;
    width:100%;
    height:100%;
}

.lasuta{
    background: url("/media/banner/20lasuta.png") no-repeat scroll transparent;
    display: block;
    height: 70px;
    margin: -260px 0 0 0px;
    position: absolute;
    width: 70px;
}

.lasuta a{
    display:block;
    width:100%;
    height:100%;
}


.product-list-attributes{
      min-height: 85px;
}


/**:first-child+html .product-list-attributes{*/
    /*height: 65px;*/
/*}*/



.list-firs-pages{
    background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/thema/sprite_button.png") no-repeat scroll 0 -119px transparent;
    display: block;
    height: 28px;
    margin-top: 5px;
    width: 170px;
}

.product-pdf{
    display: block;
    margin: 5px 0 0 12px;
    text-align: center;
}

.product-audio-sample{
    display: block;
    margin: 5px 0 0 12px;
    text-align: center;
}

.audio-sample{
	background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/thema/sprite_button.png") no-repeat scroll 0 -720px transparent;
    display: block;
    height: 28px;
    margin-top: 5px;
    width: 170px;
}

#slide-product-list .jcarousel-clip-horizontal{
	margin-left: -1px;
}

.more-item{
	display: none;
}
.more-filter{
    display: block;
    padding-top: 4px;
}
.products-grid .availability,
.popup-description-container .availability{
   float: left;
    width: 105px;
}

.products-grid .availabity,
.popup-description-container  .availabity
 {
    float: right;
    width: 130px;
}

.products-grid .availabity span,
.popup-description-container .availabity span
{
     margin-top: 4px;
}

#container-product-price .availabity span{
    display: block;
    padding-left: 26px;
    font-size: 12px;
    padding-top: 4px;
    padding-right:8px;
}

#customer-reviews{
     clear: both;
     margin-bottom: 7px;
     overflow: hidden;
	 background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/umbra-sub-header-bg.png) repeat-x 0 0;
	 margin-top: 10px;
}

.toolbar-head{
    /*background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/thema/light_gray_line_center.png") repeat-x scroll 0 0 transparent;*/
    display: block;
    height: 31px;
	border-bottom: 1px solid #cfcac3;
	padding-bottom: 20px;
}

#customer-reviews .title{
     float: left;
}

#customer-reviews .ratings-block{
    float: right;
}

.reviews-content-last{
    clear: both;
    display: block;
}
#review-form{
    display: inline-block;
    /*margin: 10px;*/
    width: 550px;
    position:relative;
}

#customer-reviews .toolbar-head span, .form-add .toolbar-head span, #add-review-container .toolbar-head span,
.box-collateral .toolbar-head span
{
    color: #4D4D4D;
    display: block;
    float: left;
    padding: 8px;
}

#customer-reviews .toolbar-head span strong{

    display: block;
    float: right;
    height: 14px;
    width: 20px;
}

#add-review-container .form-add{
   float: left;
   /*background-color: #F9F9F9;*/
   width: 50%;
   position:relative;
}

#add-review-container #review_field{
    width: 460px;
}

#add-review-container #summary_field{
    width: 460px;
    line-height: 25px;
	background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/umbra-sub-header-bg.png) repeat-x 0 top;
}
#add-review-container label{width:230px;}
#add-review-container .input-box{width:467px;}
#add-review-container #nickname_field{
	line-height: 25px;
	background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/umbra-sub-header-bg.png) repeat-x 0 top;
	float:right;
}

.button-submit-review{
    background:#ec932d;
    border: medium none;
    height: 38px;
    width: 153px;
    font-size: 12px;
    float:right;
    margin-right:83px;
}

.button-submit-review span{
    color: #000;
    text-transform: uppercase;
}

#more_information #atributes{
    padding-top: 12px;
    padding: 8px;

}

#more_information{
    /*background-color: #F9F9F9;*/
}

#more_information #atributes p{
    margin:0;
}

#add-review-container #more_information{
    float: right;
     width: 50%;
}

.review-name{
    clear: both;
    display: block;
    color:#E66C01;
}

#customer-reviews dl{
   padding: 8px;
}

#customer-reviews dl dd{
}

#customer-reviews dl dt{
}

.recently-added-product .price{
    color: #f49e25;
    display: block;
    font-size: 16px;
    text-align: left;
	clear: both;
	margin-left:15px;
}
.final-checkout span{
	display: block;
	/*font-weight: bold;*/
	text-decoration: none;
	width: auto;
	color: #000;
	padding-left: 10px;
	padding-right:10px;
	font-size: 12px;
	margin-top: 10px;
	text-align: center;
	margin-left:8px;
}
/*.final-checkout > span > span{
	border-left:solid 1px #e0d6ca;
	border-right:solid 1px #e0d6ca;
}*/
*:first-child+html .final-checkout{
	position:relative;
	left:-12px;
}

#slide-my-account{
    background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/thema/sprite_ico.png") no-repeat scroll 0 -275px transparent;
    font-weight: bold;
    text-decoration: none;
    display:block;
    text-align:left;
    width: 127px;
    overflow: hidden;
    margin-top: 4px;
}

#slide-my-account a{
	float:left;
}	

#slide-my-account a:hover{
    text-decoration:none;
}

#container-product-price .price-box .regular-price .price{
    color: #E66C01 ;
    display: block;
    font-size: 30px ;
    margin: 20px 0 0 10px;
}

.review-ratings{
	float:right;
	margin-right: 23px;
    width: 125px;
	}

#slide-my-account span{
    color: #3E3E3E;
    padding-left: 20px;
    text-shadow: 1px 1px 1px #b5b5b5;
    text-transform: uppercase;
}

#search-box{
    float: left;
    clear:both;
    margin-top: 4px;
    background-color: #f4ebdc;
    border:solid 1px #dfd3bd;
}

#user-menu{
    float: right;
    margin-top: 7px;
    position: relative;
    width: 140px;
    z-index: 9;
}

#user-menu .links li{
    display:block;
}

#user-menu .links li a{
    clear: both;
    color: #434343;
    display: block;
    font-size: 12px;
    font-weight: normal;
    padding: 2px 3px 2px 11px;
    text-align: left !important;
    text-decoration: none;
}

#user-menu .links li a:hover{
    text-decoration:underline;
}

#slide-my-account strong{
    background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/thema/sprite_ico.png") no-repeat scroll 6px -43px transparent;
    display: block;
    float: left;
    height: 18px;
    padding-left: 5px;
    width: 15px;
}

#slide-my-account ul.links{
    background-color: #FFFFFF;
    box-shadow: 3px 6px 6px #555555;
    clear: both;
    display: none;
    position: absolute;
    top: 15px;
    width: 122px;
}

*:first-child+html  #slide-my-account ul.links{
   width: 128px;
   margin-left: 5px;
}

#go-search-author{
    display: block;
    overflow: hidden;
    width: 245px;

}

#go-search-author strong{
    background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/thema/sprite_ico.png") no-repeat scroll 0 -237px transparent;
    display: block;
    float: left;
    height: 17px;
    margin-left: 10px;
    width: 18px;
}

#go-search-author span{
    color: #84837d;
    float: left;
    font-size: 18px;
    width: auto;
    margin-bottom:12px;
}

#book-publisher{
    color: #4F4F4F;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
}


.mini-products-list .button-add-cart,
.crosssell-products-list-ul .button-add-cart
 {
    background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/thema/sprite_button.png") no-repeat scroll 0 -432px transparent;
    border: 0 none;
    height: 15px;
    width: 77px;
    cursor: pointer;
}

.cart .cart-qty{
	text-align: center;
}

.mini-products-list .button-add-cart span,
.crosssell-products-list-ul .button-add-cart span{
    color: #FFFFFF;
    display: block;
    font-size: 5.6pt;
    height: 13px;
    line-height: 13px;
    padding-left: 12px;
    text-transform: uppercase;
}

#discount-ico{
    background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/thema/sprite_ico.png") no-repeat scroll 1px -152px transparent;
    display: block;
    float: left;
    height: 35px;
    width: 35px;
    margin-right: 7px;
}

.discount{
      margin: 0;
      display:none;
}
.
.discount-price .price-label,.discount-price .price{
    text-decoration:line-through;
    color:#3d3d3d;
    font-weight: normal;
    
}

.others-reviews-container{
}

.others-reviews-container .reviews-content {
    clear: both;
    display: block;
    overflow: hidden;
    padding-top: 5px;
}

.others-reviews-container .reviews-content span {
    display:none;
}

.others-reviews .title a{
     color: #F47200;
}
.others-reviews .title {
    float:left;
}


.others-reviews .date-posted-review{
    float:right;
}
.others-reviews{
}
.others-reviews .reviews-content{
    padding-top: 5px;
}

#label-others-reviews{
    display: block;
    margin-bottom: 6px;
    margin-top: 4px;
}

.others-reviews-container .hr{
      border-bottom: 2px solid #C5C5C5;
    display: block;
    margin-left: 100px;
    position: relative;
    top: 13px;
}


.product-essential .special-price{
    float:left;
}

.old-price1{
    display: block;
    float: right;
}

.discount-price{
    float: left;
    font-size: 10px;
    padding-left: 4px;
    text-align: left;
    width: 81px;
}

.pages ol{
  display: block;
  float:left;
  margin-left: 5px;
}

.pages ol li{
   play: block;
   float:left;
   padding: 0 3px;
}

.pages{
    color: #757575;
    font-size: 11px;
    float:left;
}

.pages strong{
    font-weight:normal;
    float:left;
}

.pages .current{
    background-color: #757575;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    height: 13px;
    padding: 1px 0 0 3px;
    width: 11px;
}

.pages li a:hover{
    color:#fff;
    background-color: #757575;
    border-radius: 3px 3px 3px 3px;
}

.pages li a,.pages li a:hover{
      padding: 1px 0 1px 5px;
      display: block;
      width: 11px;
      height: 12px;
}

.sorter{
}


.footer-left {
   text-align:left;
   width:270px;
   float:left;
}

.footer-links {
    text-align:left;
    float:left;
    /*margin-top:25px;*/
}
.footer-links a{
	color:#454543;
	/*text-decoration:none !important;*/
}
.footer-links li{
	float:left;
	padding-right:15px;
	padding-left:15px;
	border-right:solid 1px #454543;
}
.footer-box strong{
    color:#0e0e0e;
}
.footer-box-right{
    float:right !important;
}
.footer-box-right a{
    color:#165fe6;
}
.footer-links .first{
	padding-left:0px;
}

.footer-right {
    text-align:right;
    width:270px;
    float:left;
    margin-left: 46px;
}

.sub-footer {
    padding: 8px;
    display: block;
}

.secure-payment {
    margin: 0 auto;
    height:87px;
    width:1100px;
	background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/thema/secure-payment/payment-ground2.png") repeat-x 0 0px transparent;
}

.secure-payment .lock {
    float:left; display:none
}
.secure-payment-content {
      padding:5px 0px 0px 8px;
}

.secure-payment .cards {
    position:relative;
}

.secure-payment .visa {

  top: 4px;
}
.secure-payment .master-card {
    top: 5px;
}

.secure-payment .paypal {
      top: 4px;
}

.secure-payment .maestro {
     top: 5px;
}

.secure-payment .pay-cards {

}

.secure-payment-block-cards {
   float:left;
   position: relative;
   left: 5px; bottom: 6px;
   top:22px;
}

.secure-payment-content-text {
    color: #FFFFFF;
    float: right;
    left: 10px;
    position: relative;
    text-align: left;
    width: 480px;
    top: 30px;
}


.recently-seen-container {
    height:210px;
    margin: 0 auto;
    width:1100px;
}

.recently-seen {
    background:#fff;
}


.recently-seen-container {
    height:210px;
    margin: 0 auto;
    width:1100px;
}

.recently-seen-title {
       text-align:left;
       height:31px;
       background: transparent url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/recently-seen-carousel/title-ground.png) repeat-x 0 0;
}

.recently-seen-title-text {
    text-shadow: 0px 0px 0px #000000;
    padding: 7px 0px 2px 10px;
    color:#FFF;
}

.products-grid .product-author,
.products-grid .product-publisher,
.products-grid .product-name a,
.popup-description-container .product-author,
.popup-description-container .product-publisher,
.popup-description-container .product-name a
{
    display: block;
    text-align: left;
    width: 100%;
}

.products-grid .product-author {
	color: #84837d;
	font-size: 12px;
}

.products-grid .discount-label{
    background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/thema/sprite_button.png") no-repeat scroll 0 -270px transparent;
    height: 55px;
    margin: -255px 0 0 -7px;
    position: absolute;
    width: 55px;
}

#cart_placeholder_link{
    display: block;
    height: 47px;
    left: -16px;
    position: relative;
    width: 180px;
    z-index: 2000;
    text-decoration: none;
    background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/down-arrow.png") no-repeat right transparent;
	background-position: 100% 16%;
	padding-right:10px;
	font-size:12px;
	padding-left:25px;
}

.products-grid .discount-label a{
    text-decoration:none;
}

.products-grid .discount-label strong{
        color: #FFFFFF;
    display: block;
    font-size: 19px;
    padding: 17px 0 0 0px;
}

.btn-cart span,
.btn-cart-added span,
.btn-cart-out span{
    line-height: 12px;
}

.products-grid  .btn-cart,
.popup-description-container .btn-cart,
.recently-seen .btn-cart
{
    background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/thema/sprite_button.png") no-repeat scroll 0 2px transparent;
}

.products-grid .btn-cart,
.products-grid  .btn-cart-added,
.products-grid  .btn-cart-out,
.popup-description-container  .btn-cart,
.popup-description-container .btn-cart-added,
.popup-description-container .btn-cart-out,
.recently-seen .btn-cart,
.recently-seen .btn-cart-added,
.recently-seen .btn-cart-out
 {
    font-size: 0.69em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 6px 24px;
     line-height: 14px;
}

.recently-seen .btn-cart,
.recently-seen .btn-cart-added,
.recently-seen .btn-cart-out{
	margin-top:6px;
}

.products-grid .popup-action .btn-cart,
.products-grid .popup-action .btn-cart-added,
.products-grid .popup-action .btn-cart-out{
	 margin-top: 20px;
}

.products-grid .btn-cart-added,
.popup-description-container .btn-cart-added,
.recently-seen .btn-cart-added
 {
    background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/thema/sprite_button.png") no-repeat scroll 0 -40px transparent;
}

.products-grid .btn-cart-out,
.popup-description-container  .btn-cart-out,
.recently-seen .btn-cart-out

 {   
	 background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/thema/sprite_button.png") no-repeat scroll 0 -540px transparent;
	 margin-left: 13px;
}

.products-grid .btn-cart-added,
.products-grid .btn-cart,
.popup-description-container  .btn-cart,
.popup-description-container .btn-cart-added

 {
	margin-left: 13px;
}

.products-grid .btn-cart-added span,
.popup-description-container .btn-cart-added span
{
    padding-top: 3px;
}


.products-grid  .product-image img{
}

#crosssell-products-list .action{
}

#crosssell-products-list{
}

/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel,div.star-rating{
    background: none repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    float: left;
    height: 13px;
    overflow: hidden;
    text-indent: -999em;
    width: 14px;
}
div.rating-cancel,div.rating-cancel a{}
div.star-rating,div.star-rating a{background:url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/thema/bkg_rating.gif") repeat-x scroll 0 0 transparent}
div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 0px;border:0}
div.star-rating-on a{background:url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/thema/bkg_rating.gif") repeat-x scroll 0 100% transparent}
div.star-rating-hover a{background-position:0 -32px}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/thema/bkg_rating.gif") repeat-x scroll 0 100% transparent!important}
/* END jQuery.Rating Plugin CSS */

#product-review-table{
    clear: both;
    float: right;
    position: absolute;
    bottom: 13px;
    left:-8px;
}

.products-grid .price-box span{
       color: #2F2F2F;
       font-weight: normal;
       margin-left: 3px;
}

.products-grid .price-box{
    text-align:center;
}


#instantsearch{
    width: 455px;
    margin-top: 5px;
}
#instantsearch button{
    background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/thema/sprite_button.png") no-repeat scroll 0 -584px transparent;
    display: block;
    height: 23px;
    padding-bottom: 10px;
    width: 84px;
}

#mi_header input{
    float: left;
    margin: 0 5px 5px;
    width: 350px;
}

.popup-description-container{
    background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/thema/product_list/v2.png") no-repeat scroll 9px 100%;
    padding: 0 0  21px;
    position: relative;
}

.popup-short-description{
    display: block;
    width: 285px;
    min-height: 35px;
    text-align: left;
}

.pop-available{
    margin-bottom: 10px;
    overflow: hidden;
    text-align: left;
}

.popup-action{
	text-align:left;
}

.tooltip_content{
    display:none;
    margin-left: 135px;
    margin-top: -182px;
    position: absolute;
    width: 330px;
    z-index: 200000;
}

.tooltip_content .product-name a{
    margin-bottom: 10px;
    width: 280px;
}

.popup-description-down{
    background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/thema/product_list/v1.png") no-repeat scroll 0 0;
    padding: 15px 25px 0;
}

.sociallogin-conatiner{
    display: inline-block;
    width: 315px;
}

#product-review-table .code{
   padding-left: 5px;
}

.popup-description-container .popup-description-down .pop-available span{
    display: block;
    padding: 0 0 0 21px;
}

.block-related-ol .discount-ico,.block-related-ol  .discount,.block-related-ol  .price-label,
.block-reorder-ol .discount-ico,.block-reorder-ol  .discount,.block-reorder-ol  .price-label,
.crosssell-products-list-ul .discount-ico,.crosssell-products-list-ul  .discount,.crosssell-products-list-ul  .price-label
{
	display:none;
}

.block-related-ol  .old-price1 .discount-price,
.crosssell-products-list-ul .old-price1 .discount-price
 {
	padding: 0;
}

.block-related-ol  .old-price1,
.crosssell-products-list-ul   .old-price1
{
	float:left;	
}

.block-related-ol .special-price .price,
.crosssell-products-list-ul  .special-price .price
{
	color: #2F2F2F;
    font-size: 13px;
    margin-left: 0;
}

.block-related-ol .special-price,
.crosssell-products-list-ul .special-price
 {
	padding:0;
}




#tooltip {
  /*  color: #fff;*/
	position: absolute;
	z-index: 99999;
	/*border: 1px solid #111;*/
/*	background-color: #2F2F2F;
	padding: 5px;
	opacity: 0.85;*/
}
 #tooltip div { margin: 0; }

#tooltip h3 {
    margin: 0;
    color: #fff;
    text-decoration:none;
    font-size:15px;
}

.hidden-tooltip {
    display:none;
}

.footer-links .links {
   width:0px;
    position:relative;
    background-color: #2B2D36;
    color:#fff;
    width: 270px;
}

.footer-links .links li{
 display:block!important;
 }
 
.footer-links .links a {
   color:#fff;
}

.cart-col-left{
   float:left;
    width:200px;
}

.cart-col-right{
      float: left;
    margin-left: 10px;
    width: 735px;
}

#shopping-cart-table .btn-update{
	margin-right: -6px;
}

.cart-bar{
    height:56px;
    background-color: #f5f5f5;
    padding-right: 8px;
}
.cart-bar .discount-ico {
  /*  top:8px;
    position:relative;*/
    bottom: 8px;
    position: relative;
}

.cart-total{
    color: #595756;
    float:left;
    font-size: 16px;
    margin: 20px 21px 0 9px;
}

.cart-discount {
    color: #595756;
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin: 11px 39px 0 34px;
    line-height: 35px;
}

button.btn-checkout span {
    /*background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/cart/cart-proceed-lock.png") no-repeat scroll 0 0 transparent;*/
}

button.btn-checkout span span {
   /*background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/cart/buttons/s_right.1.PNG") no-repeat scroll 99% -116px transparent;*/
  /*  left: 46px;
    position: relative;
    width: 135px;*/
}

.cart-button-purchase{
   float: right;
   margin-top: 9px;
}

.btn-continue span {
     border:0;

}

button.button-cart,
.buttons-set button.button {
	/*background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/cart/buttons/s_left.1_.PNG") no-repeat scroll -46px -118px transparent;*/
    display: block;
    /*height: 22px;*/
    /*padding: 0 0 0 30px;*/
    text-decoration: none;
}

.button-cart span span,
.buttons-set button.button span span {
	/*background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/cart/buttons/s_right.1.PNG") no-repeat scroll right top transparent;*/
    display: block;
    /*height: 22px;*/
    /*line-height: 20px;*/
    padding: 0 18px 0 0;
    position: relative;
    text-transform: uppercase;
}

button.btn-update {
	float: right;
}


button.btn-update,
button.button-cart,
.buttons-set button.button  {
	background-position: -27px -56px;
}

button.btn-continue {
	background-position: -27px -28px;
}
.discount-buttons-set button.button-cart > span {
	background-image: none;
	background-position: 0 0;
	padding: 0;
}

.call-in-left {
    background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/telefon.png") no-repeat 0 0 transparent;
    float: left;
    height: 14px;
    padding: 5px 0 0 60px !important;
}

.call-in-right {
    /* background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/cart/buttons/s_right.1.PNG") no-repeat scroll 100% -82px transparent; */
    float: left;
    /* height: 27px; */
    /* margin: 0 0 0 -5px; */
    padding: 0 0 0 14px;
}
.call-in-font {
	color: #3a3937;
	font-size: 16px;
    font-weight: bold;
	padding-left: 26px;
}

.call {
    float: right;
    /* position: relative; */
    /*right: 26px;*/
    /* width:200px; */
}

.discount-buttons-set .button {

}

.cart-remove-item-btn {
    display: block;
    margin: 12px 0 0;
    text-decoration:underline;

}

.cart-item-instock-icon {
   background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/bifa.png") no-repeat scroll 0 0 transparent;
}
.cart-item-outstock-icon {
   background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/cart/table-stock.png") no-repeat scroll -16px 0 transparent;

}

.cart-item-instock-icon, .cart-item-outstock-icon{
    display: block;
    height: 46px;
    margin: 0 auto;
    width: 43px;
}

.cart-stock {

}

.carousel-tooltip {
    background-color: #2F2F2F;
    color: #FFFFFF;
    opacity: 0.85;
    padding: 5px;

}
.discount-form {
    margin: 0 0 14px;
    /* float:right; */
}

.select {
	position: absolute;
/*	width: 158px; */ /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #666666;

	font: 12px/21px arial,sans-serif;
    border: 1px solid #B6B6B6;
	/* background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/css/select.gif) no-repeat;*/

    background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/thema/icon_down.png") no-repeat scroll 100% 7px transparent;
    background-color:#fff;
	overflow: hidden;
}
/*
.sbbHolder {
       float: left;
    margin-right: 5px;
    position: relative;
    width: 150px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #B6B6B6;
}

.sbbSelector:link, .sbbSelector:visited, .sbbSelector:hover {
    outline: medium none;
    text-decoration: none;
}

.sbbSelector {
    color: #757575;
    display: block;
    height: 19px;
    overflow: hidden;
    text-align: left;
    text-indent: 10px;
    width: 89px;
}

.sbbToggle {
   background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/thema/sprite_ico.png") no-repeat scroll 0 46px transparent;
    display: block;
    height: 14px;
    outline: medium none;
    position: absolute;
    right: 0;
    top: 4px;
    width: 14px;

}

.sbbOptions {
      background-color: #FFFFFF;
    clear: both;
    left: -1px;
    list-style: none outside none;
    margin: 0;
    opacity: 1;
    overflow: hidden;
    padding: 4px 0;
    position: absolute;
    top: 30px;
    max-height:none !important;
    z-index: 2000;
}

*/

/* Dropdown control */


.selectBox-dropdown {
	width: 210px; /* width = (desired width) - padding-right */
	position: relative;
	border: 1px solid #D8D5D5;
	text-decoration: none;
	color: #000;
	outline: none;
	vertical-align: middle;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
	display: inline-block;
	cursor: pointer;
	height: 22px;
	background: none repeat scroll 0 0 #FFFFFF;
	position: relative;
	z-index:0;
}

.sort-by .selectBox-dropdown{
	border: 0px;
    color: #757575;
    height: 16px;
    margin-left: 5px;
    width: 100px;
    overflow:hidden;
}

.sort-by .selectBox-dropdown .selectBox-label{
	padding: 0;
}

.sort-by .selectBox-dropdown .selectBox-arrow{
	 background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/thema/sprite_ico.png") no-repeat scroll 0 -43px transparent;
}

.selectBox-dropdown:hover{
	text-decoration: none;
}

.shipping-form .selectBox-dropdown{
	width: 222px;
}
.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
}

.selectBox-dropdown.selectBox-menuShowing {
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.selectBox-dropdown .selectBox-label {
	width: 135px;
	padding: .2em .3em;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
}

.selectBox-dropdown .selectBox-arrow {
    background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/sageti-dropdown.png") no-repeat scroll -2px -7px transparent;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}


/* Dropdown menu */
.selectBox-dropdown-menu {
	position: absolute;
	z-index: 99999;
	max-height: 200px;
	border: solid 1px #BBB; /* should be the same border width as .selectBox-dropdown */
	background: #FFF;
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	overflow: auto;
}


/* Inline control */
.selectBox-inline {
	width: 250px;
	outline: none;
	border: solid 1px #BBB;
	background: #FFF;
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: auto;
}

.selectBox-inline:focus {
	border-color: #666;
}


/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
	list-style: none;
	display: block;
	cursor: default;
	padding: 0;
	margin: 0;
	text-align: left;
}

.selectBox-options LI A {
	line-height: 1.5;
	padding: 0 .5em;
	white-space: nowrap;
	overflow: hidden;
	background: 6px center no-repeat;
}

.selectBox-options LI.selectBox-hover A {
	background-color: #EEE;
}

.selectBox-options LI.selectBox-disabled A {
	color: #888;
	background-color: transparent;
}

.selectBox-options LI.selectBox-selected A {
	background-color: #C8DEF4;
}

.selectBox-options .selectBox-optgroup {
	color: #666;
	background: #EEE;
	font-weight: bold;
	line-height: 1.5;
	padding: 0 .3em;
	white-space: nowrap;
}


/* Disabled state */
.selectBox.selectBox-disabled {
	color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
	opacity: .5;
	filter: alpha(opacity=50);
	border-color: #666;
}

.selectBox-inline.selectBox-disabled {
	color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
	background-color: transparent !important;
}

.coupon_input_button {
    clear:none !important;
    float:left;
}

.coupon_input_text {
    float:left;
}

.coupon_message {
    /* float: left; */
    margin: 10px 0 0;
  /*  width: 167px;*/
}

.cart-collaterals .col-1 {
     /* width: 325px; */
}
.cart-collaterals .col-2 {
    /* width: 387px !important; */
}

#coupon_code {
    width: 90px;
}

.call .sau{
	float: left;
    line-height: 29px;
    margin-right: 5px;
}
.right-call-button{
	float:right;
	margin-top: 7px;
	margin-right: 20px;
}

#shopping-cart-table th {
     /*text-shadow: 1px 1px 1px #000000;*/
	 color: #000;
     text-align: left;
	 background: none;
}

#shopping-cart-table .odd { background: none; }
#shopping-cart-table .button-cart,
#shopping-cart-table .button-cart span span { background: none; text-transform: none; font-size: 16px; color: #ec932d; font-weight:bold;}
#shopping-cart-table .button-cart span span { margin-right: 10px; height: auto; border-left: 1px solid #c8bca9; border-right: 1px solid #c8bca9; padding: 0 10px 0 10px; }
.cart-button-purchase { margin: 0; }
.cart-col-right .cart .btn-continue { background: none; height: auto;}
.cart-col-right .cart .btn-checkout { background: none; height: auto; padding: 0; }
.cart-col-right .cart .block-title ul { float: right; margin-top: 6px; }
.cart-col-right .cart .block-title ul li { float: left; }
.cart-col-right .cart .btn-continue span,
.cart-col-right .cart .btn-checkout span { color: #ec932d; font: bold 15px/15px Arial, Helvetica, sans-serif; height: auto; padding: 0;}
.cart-col-right .cart .btn-continue span span{ background: none; text-transform: none; padding: 2px 20px 2px 20px; border-left: 1px solid #C8BCA9;}
.cart-col-right .cart .btn-checkout span span{ background: none; text-transform: none; padding: 2px 20px 2px 20px; border-left: 1px solid #C8BCA9;}
#shopping-cart-table tbody { 	 }
#shopping-cart-table tbody tr { background: #fff; }
#shopping-cart-table tbody tr.thead  th { border-bottom: 1px solid #F3F2EE; border-right: none; }
#shopping-cart-table tbody tr td { border-right: none; border-bottom: none; }
#shopping-cart-table tbody tr td.table-cart-image { border-left: 1px solid #F3F2EE; }
#shopping-cart-table tbody tr td.first { border-left: 1px solid #F3F2EE; }
#shopping-cart-table tbody tr td.last { border-right: 1px solid #F3F2EE; }
#shopping-cart-table tbody tr.tfoot { background: #eae9e1; }

.table-cart-image{
	   border-right: medium none !important;
}

.table-cart-name{
	 width: 550px;
}

a.cart-remove-item-btn {
    padding-top: 10px;
}

.cms-home  #content-blocks{
	float: right;
    width: 710px;
}

.cms-home  #right-block{
	float: left;
    width: 235px;
}

.cms-home #container-home h3{
	color:#ee9229;
	font-size:29px;
}


.tab-title{
    background-color: #e8e8e8;
    float: left;
    font-size: 16px;
    height: 22px;
    margin-right: 2px;
    min-width: 90px;
    padding: 3px 10px 0;
    text-align: center;
    text-transform: lowercase;
    cursor: pointer;
    flot:left;
}

.active-tab{
	background-color: #FFFFFF;
}


.tab-content {
}

.tab-content li{
   float:left;
}

.tabs-container{
	display: block;
    height: 230px;
    position:relative;
}

.recommended-tab li, .latest-tab li{
	float:left;
}

.recommended-tab, .latest-tab{
	width: 945px;
	height: 190px;
}


.cms-home  #recommended-product{
     margin-bottom: 11px;
     margin-top:35px;
}

.cms-home  #recommended-product .tabs-container{
      margin-top: 3px;
}

.cms-home  #latest-releases{
}

.cms-home .content-block-item-links{
     background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/thema/home/p.png") no-repeat scroll 3px 11px transparent;
    border: 1px solid #4A4A4A;
    color: #EE9229;
    display: block;
    font-size: 12px;
    min-height: 63px;
    padding-bottom: 4px;
    padding-left: 23px;
    padding-top: 9px;
    position: relative;
    top: -7px;
    width: 206px;
    z-index: 0;
   -webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
    
}
.cms-home .content-block-item-main{
    background: none repeat scroll 0 0 #FFFFFF;
    min-height: 270px;
    position: relative;
    z-index: 1;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.cms-home .content-block-item{
    float: left;
    margin-right: 6px;
    width: 230px;
    min-height: 400px;
    display: block;
}

.content-block-item-links a {
   color: #EE9229;
}

.cms-home .home-links-left{
  display: block;
    float: left;
    padding: 2px 0 0;
    width: 100px;
}

.cms-home .home-links-right{
    float: left;
    margin-left: 10px;
    width: 88px;
}

.hidden-title{
   display:none;
}

.content-block-item-text{
    font-size: 12px;
    height: 100%;
    overflow: hidden;
    padding:  4px 6px 0;
    cursor: pointer;
   
}

.content-block-item-author{
    color: #303030;
    display: block;
    font-size: 17px;
    padding: 9px 0 0 6px;
}

.content-block-item-name{
    color: #EE9229;
    display: block;
    font-size: 19px;
    line-height: 100%;
    padding: 0 2px 0 6px;

}

.content-block-item-img img{
 }

.content-block-item-img{
    display:block;
}
.content-block-item-title{
  margin-top: 5px;
  margin-bottom:10px;
  width: 225px;
  height: 24px;
}

.home-title-block {
    margin-top:5px;
    margin-bottom: 3px;
}

#recommended-product .home-title-block,#latest-releases .home-title-block  {
    margin-bottom:14px;
}

#discover{
      margin-bottom: 28px;
}

.promo-discount{
	width: 235px;
	background: none repeat scroll 0% 0% #ffffff;
	min-height: 100px;
	position: relative;
	margin-bottom: 37px;
	color:#212121;
}

.div-recommended-tab,.div-latest-tab{
      background-color: #FFFFFF;
    display: block;
    height: 210px;
    margin-top: 22px;
    position: absolute;
    width: 945px;
    left:0;
}

.rec-tooltip, .last-tooltip{
    display: block;
    height: 100%;
    width: 100%;
}

ul.activeSecondMenu li.active.level2>a:first-child,
li.level3.active>a:first-child
{
    text-decoration:underline;
    text-shadow: none;
}

/*
button.button .button-cart span {
    height:auto;
}*/

#slide-product-list{
	clear: both;
    display: block;
    height: 314px;
    overflow: hidden;
}

.content-slide{
}
 .mini-products-list .button-added-cart,.crosssell-products-list-ul .button-added-cart{
    background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/thema/sprite_button.png") no-repeat scroll 0 -622px transparent;
    border: 0 none;
    height: 16px;
    width: 77px;
}

 .mini-products-list .button-out-cart,.crosssell-products-list-ul .button-out-cart{
    background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/thema/sprite_button.png") no-repeat scroll 0 -656px transparent;
    border: 0 none;
    height: 17px;
    width: 77px;
}

.mini-products-list .button-added-cart span,
.crosssell-products-list-ul .button-added-cart span,
.mini-products-list .button-out-cart span,
.crosssell-products-list-ul .button-out-cart span
{
    color: #FFFFFF;
    display: block;
    font-size: 5.6pt;
    height: 13px;
    line-height: 13px;
    padding-left: 12px;
    text-transform: uppercase;
}

.slide{
    border: 1px solid #EDEDED;
    box-shadow: 1px 1px 1px #383A3A;
   -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#slide-product-list .jcarousel-skin-block{
    float: left;
    margin: 0 7px;
    position: relative;
}

#messages_product_view  .messages{
    width:100%;
}

#upsell-product-table td{
    padding: 10px 25px 0;
    width: 134px;
}

#upsell-product-table {
      background-color: #F9F9F9;
      height: 300px;
      width: 745px;
}
#upsell-product-table  .product-image{
    display: block;
    margin-bottom: 11px;
}

	
#container-product-price #product-options-wrapper .validation-advice{
	font-size:9px;
}

#search{
	width:400px;
	float:left;
	margin: 0px 0px 3px 0px;
	background-color: #FFFFFF;
    padding:10px;
    border:none;
    background-image:url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/separator-search.png");
    background-repeat:no-repeat;
    background-position:left center;
    color:#a0a5a8;
    font-style:italic;
    font-size:13px;
    padding-bottom:8px;

}
.form-search button{
    background-image: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/new_search.png");
    background-repeat:no-repeat;
    display: block;
    height: 42px;
    width: 51px;
    position:absolute;
    left:555px;
    top:107px;
}

.form-search button span{
	margin-left: 5px;
}

.form-search{
	margin-top:2px;
}

#search_autocomplete{
	background-color: white;
	box-shadow: 2px 2px 2px #CCC;
}


#search_autocomplete li{
	cursor: pointer;
}
#search_autocomplete li:hover{
	text-decoration: underline;
}

#search_autocomplete li span{
	margin-right: 5px;
	
}

.mini-products-list .tooltip_content,.crosssell-products-list-ul .tooltip_content,
#latest-tooltip-container .tooltip_content, #recomen-tooltip-container .tooltip_content
{
	margin-left: 0;
    margin-top: 0;
    width: 306px;
}

#popup .tooltip_content{
	margin-top: -116px;
}

#img-user-box{
   display: block;
    float: left;
    margin: 35px 10px 0;
    width: 290px;
}


#new-user-text{
    display: block;
    float: left;
    margin-top: 35px;
    width: 120px;
}

.registered-users .required{
	color: #2F2F2F;
    text-align: left;
}
.registered-users input{
	border: 1px solid #454545;
    height: 27px;
    width: 280px !important;
    font-size: 16px;
}

.form-list-user-form{
    clear: both;
    display: block;
    margin-bottom: 80px;
}

#user-img{
    background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/thema/login-user.png") no-repeat scroll 0 0 transparent;
    margin: 17px 15px;
    padding: 0 0 0 75px;
}

#pass-img{
    background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/thema/login-pass.png") no-repeat scroll 0 18px transparent;
    margin: 10px 15px;
    padding: 0 0 0 75px;
}

.mini-products-v2{
	background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/thema/product_list/v2.png") no-repeat scroll -5px 100% transparent!important;
}

.mini-products-v1{
	background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/thema/product_list/v1.png") no-repeat scroll -14px 0 transparent!important;
	padding: 15px 10px 0!important;
}

#poptoltip .tooltip_content,#popToltipReorder .tooltip_content{
	margin:0!important;
	width:316px;
}

#poptoltip  .popup-description-container,#popToltipReorder  .popup-description-container,
#latest-tooltip-container .popup-description-container, #recomen-tooltip-container .popup-description-container
{
    padding: 0 0 11px!important;
}

.cms-home .jcarousel-skin-block li a:hover{
	text-decoration: none;
}

.cms-home .jcarousel-skin-block .content-block-item-text:hover{
	text-decoration: underline;
}

#show-login{
    background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/thema/sprite-checkout.png") no-repeat scroll 0 -631px transparent;
    color: #000000;
    display: block;
    font-size: 12px;
    line-height: 30px;
    margin-left: 25px;
    padding-left: 44px;
    text-decoration: underline;
    margin-bottom: 15px;
}

#checkout-review-table-wrapper table h3.product-name{
	color:#F47200;
}

.block .regular-price .price{
	margin-left: 4px;
}

.recently-seen .jcarousel-skin-tango .jcarousel-container-horizontal,
.recently-seen .jcarousel-skin-tango .jcarousel-clip-horizontal,
#recently-seen-carousel,
.recently-seen .recently-seen-carousel li
{
	height: 270px;
}
.recently-seen .carousel-name{
    height:55px;
    margin-top:5px;
}
.recently-seen .pop-available{
	margin-bottom:0px;
}


#login-form{
	display:block;
}

.recently-seen .jcarousel-prev-horizontal,
.recently-seen .jcarousel-next-horizontal{
	top: 65px !important;
}

.products-grid .ratings{
    margin: 3px 0 3px 0px;
}

#search-where{
    float: left;
    width:145px;
    height:35px;
    border:none;
    background: transparent;
    color:#f58e32;
    font-size:14px;
}
.styled-select{
    background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/down-arrow.png") no-repeat right #fff;
    background-position: 96% 55%;
    overflow: hidden;
    width:130px;
    height: 33px;
    float:left;
}
#otp_form .input-box label {
	float: left;
	width: 144px; 
	padding: 6px 1em; 
	text-align: right;
	color: #00694f; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}

#otp_form .input-box  {
	margin: 3px 0;
}

#otp_form .input-box input[type=text],
#otp_form .input-box input[type=password] {
	border: none !important; 
	background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/otp/inputbg.jpg) no-repeat 0 0 !important; 
	width: 249px; 
	height: 35px; 
	padding: 0 10px;
	color: #333;
	font-size: 16px;
}

#otp_form .validation-advice {
	margin-left: 185px;
	margin-bottom: 4px;
	width: 220px;
}

#otp_form .button-set {
	margin-left: 220px;
}

#otp_form button.form-button {
	background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/otp/dlbutton.jpg) no-repeat 0 0 !important; 
	width: 206px;
	height: 36px;
	border: none;
	cursor: pointer;
}

#otp_form .group-select p {
	text-align: right;
	margin-right: 26px;
}

#otp_form .left_bl {
	min-height: 675px; 
	float: left; 
	background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/otp/bookimage.jpg) no-repeat 0 220px;
	color: #00694f; 
	font-family: Arial, Helvetica, sans-serif;
}

#otp_form .right_bl {
	min-height: 675px; 
	width: 450px; 
	float: right; 
	background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/otp/libhumanitas-ro-otpmentor_06.jpg) no-repeat 0 0;
	/* text-align: right; */
}

div.otp_thankyou .right_bl {
	min-height: 675px; 
	min-width: 440px; 
	float: right; 
	background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/otp/libhumanitas-ro-otpmentor_06.jpg) no-repeat 0 100px !important;
}

div.otp_thankyou .right_bl h1 { font-size: 28px; font-weight: bold; }

#otp_form .left_bl .p1 {
	font-size: 40px; 
	font-weight: bold; 
	font-style: italic;
}

#otp_form .left_bl .p2 {
	font-size: 33px;
}

#otp_form .left_bl .p3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-style: italic;
}

#otp_form .left_bl .p4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px; 
	font-style: italic; 
	margin-top: 400px;
}

#otp_form .left_bl .p4 label {
	margin-left: 100px;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}

#otp_form .left_bl .p4 select {
	/* border: none; */
	/* background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/otp/inputbg.jpg) no-repeat 0 0 !important;  */
	background-color: white;
	width: 200px; 
	padding: 4px;
	/* height: 35px;  */
}

.drmlink { color: #DC6809 !important; }

/*Checkout fix*/
.checkout-cart-index .cart-col-right{
    width:100% !important;
}
/*Product carousel fixes*/
.carousel-name{
    font-size:11px !important;
    height:40px;
    text-align:center;
}
.carousel-product-price{
    font-weight:bold;
    padding-left:32px;
    padding-top:10px;
    font-size:12px;
}
/*Menu fixes*/
.shown-sub .parent a{
    background-color: #FAFAFA !important;
    display: block;
    border:none !important;
}
.shown-sub{
    box-shadow: 3px 4px 4px #555555;
    z-index:11100 !important;
}
.level1 a{
    background-color: #fff !important;
    display: block;
    border:none !important;   
}
.shown-sub .parent a:hover{
    text-decoration:underline;
    box-shadow:none !important;
}
.level-top{
    font-size:18px;
    color:#816b5e;
    
}
#nav-block .level0{
	border-right:solid 1px #e0d4be;
}
#nav-block .last{
	border-right:none !important;
}
.shown-sub a{
    font-size:12px;
}
.products-grid{
    /*z-index:1 !important;*/
}
/*homepage fixes ( container )*/
#content-blocks-conteiner{
    clear:both !important;
}
#recommended-product .home-title-block{
    /*margin-left:-236px;*/
}
/*slider fixes*/
#slider-container { width:960px; margin: 0 auto; }
#slider{
    margin:10px 0 20px 0;
    max-width: 943px !important;
}
/*extra form button*/
.extra-form-button{
    background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/thema/sprite_button.png") repeat scroll 0 -583px transparent;
    display: block;
    height: 21px;
    width: 84px;
    position: absolute;
    top: 9px;
    left: 432px;
    color:#fff;
    padding-top:3px;
    padding-left:8px;
    background-color:#fff;
}
.extra-form-button:hover{
    text-decoration:none;
}
/*old price formatting*/
.old_price{
    margin:0;
    text-decoration: line-through;
    font-size:12px;
}
.special-price{
    margin-left:32px;
}
.grid-price{
    text-align:center;
}
.grid-price .regular_price{
    margin-left: 0px ;
}
.recently-seen .carousel-product-price  {
    padding-left:0px !important;
}
.mini-products-list .special-price{
    margin-left: 0px;
}
.cart-price .special-price{
    margin-left: 0px;
}


/*top header styling*/
.top-header-wrapper{
    height:34px;
    width:100%;
    background-image:url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/top-header-bg.jpg");
    border-bottom: solid 1px #808080;
}
.top-header-menu{
    float:right;
    margin-top:10px;
}
.top-header-menu li{
    float:left;
    border-right:solid 1px #d5d5d3;
    font-size:13px;
}
.top-header-menu .last{
    border-right:none !important;
}
.top-header{
    width: 1100px;
    margin: 0 auto;
    text-align: right;
    position: relative;
    background-color: #FFFFFF;
    z-index: 9999;
}
.top-header-menu a{
    padding-left:12px;
    padding-right:12px;
    padding-top:5px; 
    padding-bottom:5px;
    color:#434341;
}
.top-header-menu .list-drop{
    display: none;
}
.top-header-menu .top-drop:hover > ul{
    display:block;
}
.list-drop a{
    padding:0;
}
.list-drop li{
    border: none;
    float: none;
}
.top-header-menu .list-drop{
    position: absolute;
    width: 15em;
    top: 27px;
    border: 1px solid #899ba5;
    z-index: 99999;
    background: #f5f5f3;
    text-align: left;
    padding:5px;
}
.top-header-menu .top-drop{
    background-image: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/down-arrow.png");
    background-position: 93% 50%;
    background-repeat: no-repeat;
}
.top-header-menu .top-drop a{
    padding-right:20px;
}
/*Transport Gratuit*/
.header-transport{
	float:right;
	font-size:24px;
	color:#3b3b3b;
	margin-top:25px;
}
.tr-text{
	font-family:Arial, Helvetica, sans-serif;
	color: #ec932d;
	font-style:italic;
}
/*new cart styling*/
.cart-icon{
	float:left;
}
/*wishlist block*/
.block-wishlist{
	/* background: #f9f9f9; */
	float: right;
	position: relative;
	/*border-right:solid 1px #e3d7c1;*/
	padding-right: 0;
	/*clear: both;
	margin-top: -45px;*/
	margin-right: 0px;
	top:19px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
.block-wishlist .block-content{
	display:none;
}
.block-wishlist .block-title{
	color:#f8932b !important;
	font-size:16px;
	
	padding-right: 19px;
	font-weight:bold;
	font-size:14px;
}
/*.block-wishlist .block-title:hover{
    border: solid 1px #e3d7c1;
}*/
.block-wishlist .block-title a:hover{
    padding-top:10px;
    margin-top: -10px;
    background-position: right 15px;
}
.block-wishlist .block-title a{
    color:#f8932b !important;
    background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/down-arrow.png") no-repeat right 5px #fff;
    padding-right: 20px;
    display:block;
    height:27px;
}
/*New Footer*/
.footer-cards{
	float:left;
	color:#1d1d1b;
	width: 100%;
	text-align: left;
}
.footer-lock{
	float:left;
	margin-right: 25px;
}
.cards-text{
	margin:0;
}
.footer-cards ul{
	float:right;
	margin-top: -25px;
    margin-right: 65px;
}
.xtreme-libh{
    float:right;
    margin-top: -65px;
    margin-right: 259px;
}
.footer-copyright{
    margin-top:15px;
    margin-bottom:10px !important;
}
.footer-cards li{
	float:left;
}
.footer-cards li img{
	margin-right:10px;
}
.card-avantaj{
	margin-top:-10px;
}
.footer-links a:hover{
	text-decoration:underline;
}
/*footer boxes*/
.footer-boxes{
	float:left;
	color:#676765;
	margin-top:24px;
    width:100%;
}
.footer-box{
	float:left;
	text-align:left;
	margin-right:55px;
}
.footer-box p{
	margin-bottom:5px;
}
/*Top Boxes*/
.top-boxes{
	/* float:left; */
	padding-top:20px;
	/* padding-bottom:30px; */
	/* background-image:url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/umbra.png"); */
	/* background-repeat:no-repeat; */
	/* background-position: center bottom; */
	width: 960px;
	margin: 0 auto;
}
.top-boxes .last{
	border-right:none !important;
}
.top-box{
	float:left;
	width:195px;
	padding-right:20px;
	padding-left:20px;
	border-right:solid 1px #cccbc9;
}
.top-box img{
	float:left;
	margin-right:15px;
}
.top-box h3{
	font-size:14px;
}
.top-box p{
	font-size:12px;
}
.boxes-wrapper{
	width: 1100px;
	margin:0 auto;
	background-image: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/umbra.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 30px;
	height:120px;
}

.cms-index-index .col-main {
    width: 760px;
}

.cms-index-index .col-right {
    width: 300px;
}

.product-image img {
	/*box-shadow: 0 1px 4px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.15);
	border: solid 1px #ddd;*/
	
	border: 1px solid #bdbaaf;
	-webkit-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.25);
	padding: 3px;
}
#wishlist-sidebar .product-image img{
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#nav ul, #nav div{
overflow:hidden !important;
}
.header-utils{
	width:100%;
	background-color:#e9e9e1;
	margin-top:15px;
	height:31px;
}
.block-header-subscribe ,.header-facebook{
	float:right;
}
.block-header-subscribe .input-box{
	/*background-color:#ebebe9;*/
	padding:3px;
	border:solid 1px #c0c1bc;
	margin-right:40px;
}
.block-header-subscribe .input-box #newsletter{
	width:250px;
	height:16px;
	font-style:italic;
}
.block-header-subscribe .header-subscribe-button{
	background-image:url('http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/mail-icon.png');
	background-repeat:no-repeat;
	padding: 15px 20px;
	margin-top:-47px;
}
/*Custom menu styling*/
#custommenu{
	width:1100px;
	margin:0 auto;
}

.ofertazilei, .cadouri, .cartivorbeste { text-align: center; font-family: arial; margin-top: 28px; }

/*** Right Siderbar Oferta Zilei ***/
.ofertazilei { border: 1px solid #CACAC8; margin-top: 40px; padding-top: 4px; }
.ofertazilei h5 { color: #222324; font-size: 12px; border-top: 1px solid #cfcac3; padding-top: 6px; width: 265px; margin: auto; }
.prices { margin:0; border-top: 1px solid #e7e4e1; width: 95%; padding-top: 6px; }
.actualprice { line-height: 20px; color: #f29329; display: inline-block; margin: 0 3px;  }
.specialprice { line-height: 20px; color: #f29329; display: inline-block; margin: 0 20px 0 3px; }
.whole { font-size: 20px; }
.fraction { font-size: 14px; position: absolute; margin-top: -6px; margin-left: -2px; }
.specialprice .whole { text-decoration: none;}
.specialprice .fraction { text-decoration: none;}
.fractioncurrency { font-size: 8px; }
.title { font-size: 20px; color: #1a1a1a; }
.author { color: #84837d; font-size: 12px; margin: 4px 0;}
.percent { color: #f29329; font-size: 16px; text-transform: uppercase; border-bottom: 1px solid #cfcac3; padding-bottom: 6px; width: 265px; margin: 0 auto 4px auto;}
.ofertazilei .product-image { margin: 10px 0 10px; }
.ofertazilei .seemore { background: #eae9e1; text-align: right; padding: 4px 0; margin: 0; clear: both; }
.ofertazilei .seemore a { margin-right: 4px; text-transform: lowercase; color: #84837d; font-size: 12px; padding-right: 8px; background: #eae9e1 url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/sagetica-VeziMaiMulte-gri.png) right center no-repeat;}
/*** Right Siderbar Oferta Zilei ***/

/*** Right Siderbar Cadouri ***/
.cadouri { border: 1px solid #CACAC8; margin-top: 40px; }
.cadouri .title { border-bottom: 1px solid #cfcac3; padding-bottom: 6px; width: 280px; text-align: center; margin: 0 auto; }
.cadouri ul { clear:both; margin-top: 10px; }
.cadouri ul.name-and-author { border-top: 1px solid #C9C9C7; width: 280px; margin: 0 auto; padding-top: 6px; }
.cadouri li { float: left; width: 125px; margin: 0 0 0 15px; text-align: right; }

.cadouri .seemore { background: #eae9e1; text-align: right; padding: 4px 0; margin: 0; }
.cadouri .seemore a { margin-right: 4px; text-transform: lowercase; color: #84837d; font-size: 12px; padding-right: 8px; background: #eae9e1 url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/sagetica-VeziMaiMulte-gri.png) right center no-repeat;}

/*** Right Siderbar Carti Vorbeste ***/
.cartivorbeste { border: 1px solid #CACAC8; margin-top: 40px; }
.cartivorbeste h5 { color: #222324; font-size: 12px; border-top: 1px solid #cfcac3; padding-top: 6px; }
.cartivorbeste .seemore { background: #eae9e1; text-align: right; padding: 4px 0; margin: 0; }
.cartivorbeste .seemore a { margin-right: 4px; text-transform: lowercase; color: #84837d; font-size: 12px; padding-right: 8px; background: #eae9e1 url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/sagetica-VeziMaiMulte-gri.png) right center no-repeat;}

/*** Right Siderbar Promotii ***/
.promotii { border: 1px solid #CACAC8; margin-top: 40px; }
.promotii .title { border-bottom: 1px solid #cfcac3; padding-bottom: 6px; width: 280px; text-align: center; margin: 0 auto; }
.promotii ul { clear:both; margin-top: 10px; }
.promotii ul.name-and-author { border-top: 1px solid #C9C9C7; width: 280px; margin: 0 auto; padding-top: 6px; }
.promotii li { float: left; width: 125px; margin: 0 0 0 15px; text-align: right; }
.promotii .seemore { background: #eae9e1; text-align: right; padding: 4px 0; margin: 0; }
.promotii .seemore a { margin-right: 4px; text-transform: lowercase; color: #84837d; font-size: 12px; padding-right: 8px; background: #eae9e1 url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/sagetica-VeziMaiMulte-gri.png) right center no-repeat;}

.col2-left-layout .col-main {
	position: relative;
	display: block;
}

.col-main:before {
	/*background: transparent url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/leftnav-shadow.png) no-repeat scroll 0 0;*/
    content: "";
    height: 99%;
    position: absolute;
    left: -28px;
    top: 0px;
    width: 5px;
}

.cms-index-index .jc_wrapper  .loader { display: none; position: relative; top: 5px;}
.block-header-subscribe #advice-validate-email-newsletter { margin-top: 6px; position: absolute; text-align: left; }
/*#wp-nav-container { width: 1100px; margin: 0 auto; border-top: solid 1px #dbd8d1; border-bottom: solid 1px #dbd8d1; }*/
.jcarousel .prices  { text-align: center; width: 130px;}
.jcarousel .info  { min-height: 85px; display: block; position:relative;}
.jcarousel .actualprice.slashed  { color: #84837d; }
.jcarousel .actualprice.slashed .whole { 
	/*font-size: 12px; */
	text-decoration: line-through;
}
.jcarousel .actualprice.slashed .fraction,
 .category-products .actualprice.slashed .fraction { font-size: 14px; margin-left: 0; text-decoration: line-through; }
.jcarousel .actualprice.slashed .fractioncurrency { font-size: 8px; }
.jcarousel .prices .actualprice,
.jcarousel .prices .specialprice,
.category-products  .actualprice,
.category-products .specialprice { float: left; }
.jcarousel .prices .addto,
.category-products  .addto { float: right; width: 30px; height: 20px; background: url('http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/cart-icon.png') no-repeat 0 0;}
.jcarousel .addto  a  { width: 30px; height: 20px; display: block; }
.jcarousel .prices .addto  a  span{ display: none; }

.col2-left-layout .breadcrumbs,
.col1-layout .product-shop .breadcrumbs  { background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/umbra-sub-header-bg.png) repeat-x 0% 100%; padding-bottom: 28px; }
.col1-layout .product-shop .breadcrumbs  ul { padding-left: 0;  }
.col1-layout .jcwrapper .subtile  { border-bottom: 1px solid #000; }

.category-products .category-image { margin-top: 10px; -webkit-box-shadow: 1px 0px 16px 1px rgba(50, 50, 50, 0.67); -moz-box-shadow: 1px 0px 16px 1px rgba(50, 50, 50, 0.67); box-shadow: 1px 0px 16px 1px rgba(50, 50, 50, 0.67); }
.category-products .prices  { border: none; }

.view-mode a.grid,
.view-mode strong.grid { 
	background: url('http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/grid-view-icon.png') 0 0 no-repeat; height: 30px;
	display: inline-block;
	width: 29px;
	height:30px;
	text-indent: -9999999px;
}

.view-mode a.list,
.view-mode strong.list { 
	background: url('http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/list-view-icon.png') 0 0 no-repeat; height: 30px;
	display: inline-block;
	width: 29px;
	height:30px;
	text-indent: -9999999px;
}

#customer-reviews .toolbar-head span { color: #f1912a; font-size: 16px; padding: 20px 0 20px 0; }
.products-list .f-fix { width: 126px; padding-right: 20px; min-height: 180px; }
.products-list .link-learn { color: #e5871b; font-size: 12px; font-style: italic; }
.products-list .price-col { float: left; width: 100px; text-align: center; margin-top: 20px;}
.products-list .prices { width: 100%; }
.products-list .actualprice ,
.products-list .specialprice ,
.products-list .addto  { float: none; }
.products-list .addto  { width: 42px; height: 27px; background: url('http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/cart-icon-list.png') no-repeat 0 0; margin: 4px auto; }
.products-list .addto  a  { width: 42px; height: 28px; display: block; }
.products-list .addto  a  span{ display: none; }
.products-list .whole  { font-size: 36px; }
.products-list .fraction { font-size: 20px; }
.products-list .fractioncurrency  { font-size: 12px; }

.ofertazilei button.btn-cart span,
.cadouri button.btn-cart span,
.cartivorbeste button.btn-cart span,
.promotii button.btn-cart span,
.jcarousel .actions button.btn-cart span,
.products-grid .actions button.btn-cart span { display: none; }

.ofertazilei .actualprice,
.ofertazilei .specialprice,
.ofertazilei .actions,
.cadouri .actualprice,
.cadouri .specialprice,
.cadouri .actions,
.cartivorbeste .actualprice,
.cartivorbeste .specialprice,
.cartivorbeste .actions,
.promotii .actualprice,
.promotii .specialprice,
.promotii .actions { display:inline-block}

.jcarousel .actions, 
.products-grid .actions { position: initial; bottom: initial; float: right; }

.ofertazilei button.btn-cart,
.cadouri button.btn-cart,
.cartivorbeste button.btn-cart,
.promotii button.btn-cart,
.jcarousel button.btn-cart,
.products-grid button.btn-cart,
.products-list button.btn-cart { padding: 0; margin-left: 0; width: 30px; height: 20px; background: url('http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/cart-icon.png') no-repeat 0 0; }

.product-view #container-product-price .col-left { padding-top: 29px; width: 49%; text-align: right; border: none; border-right: 1px solid #cfcac3; min-height: 141px;}
.product-view #container-product-price .col-right { padding-top: 20px; width: 48%; text-align: left; border: none; color: #84837d; font-size: 14px;}
.product-view #container-product-price .col-right p { margin: 0 0 2px;font-size:17px;}

.product-view .prices { border: none; }
.product-view .whole { font-size: 72px; }
.product-view .fraction {font-size: 36px; }
.product-view .fractioncurrency { font-size: 24px; }
.product-view .addto { margin-top: 20px;  }
.product-view .addto a { height: 38px; background: #f1912a url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/adauga-in-cos-icon.png) no-repeat 10px 50%; padding: 10px 20px 10px 40px; font-size: 16px; color: #000; }
.product-view .addto a.config-prod-price{position:absolute;height: 18px;left: 45px}
.catalog-product-view .jc_wrapper .subtitle { color: #000; border-bottom: 1px solid #cfcac3; font-size: 20px; padding-bottom: 6px; }
.catalog-product-view #more_information #atributes .col-left { font-weight: bold; color: #84837d; border: none; border-right: 1px solid #cfcac3; font-size: 16px; }
.catalog-product-view #more_information #atributes .col-right { color: #84837d; border: none; font-size: 16px; }
.catalog-product-view .rating-box1 { background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/stelura-mare-opaca.png") repeat-x scroll 0 0 transparent; height: 21px; width: 100px;}
.catalog-product-view .rating-box1 .rating1 { background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/stelura-mare.png") repeat-x scroll 0 0 transparent; height: 21px; }
.catalog-product-view #customer-reviews dl{ padding: 0; }
.catalog-product-view #customer-reviews .title { float: none; }
.catalog-product-view .product-shop .right-block { float: right; }
.catalog-product-view .product-shop .left-block { float: left; width: 100%;}

#container-product-price-after .box-tags .product-tags li {font-weight: bold; line-height: 25px; color: #1a1a1a; }

.cart-collaterals .totals { width: 360px; margin: 10px 40px 0 auto; }
.cart-collaterals .totals tfoot td strong { font-size: 24px; }
.cart-collaterals .totals tfoot td .price { color: #f1912a; font-size: 24px; }
.cart .discount { width: 360px; margin: 0 40px 0 auto; }
.cart-collaterals .col-2  { border-left: 1px solid #E8E7E1; }
.cart-collaterals .shipping  { margin: 10px 30px; }
.cart-collaterals .shipping  #postcode { width: 218px; }
.cart-collaterals .coupon_message { font-size: 16px; color: #383838; font-weight: bold; }
.cart-collaterals #coupon_code { font-size: 16px; width: 250px; }
.cart-collaterals .shipping-form .button-cart span span { color: #000; padding: 8px 30px 8px 60px; font-size: 15px; background: #f1912a url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/sageata-buton.png) no-repeat 25px center; text-align: left; width: 274px;}
.cart-collaterals #co-shipping-method-form .buttons-set button span span { color: #000; padding: 8px 30px 8px 60px; font-size: 15px; background: #f1912a url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/sageata-buton.png) no-repeat 25px center; text-align: left; width: 274px; }
#co-shipping-method-form .sp-methods dt,
#co-shipping-method-form .sp-methods dd { font-size: 15px; }
.coupon_input_button .button-cart span span { background: #000; margin-top: -2px; padding: 5px 40px !important; font-size: 18px;}

.account-login .page-title { background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/umbra-sub-header-bg.png) repeat-x left bottom; padding-bottom: 24px; }
.account-login .page-title h1 { font-size: 40px; color: #383838; }
.account-login .new-users h2,
.account-login .registered-users h2 { color: #f1912a; font-size: 15px; border-bottom: 1px solid #bbbbbb; padding: 10px 0; }
.account-login .new-users .buttons-set button span span,
.account-login .registered-users .buttons-set button span span { color: #000; font-size: 15px; padding: 10px 18px; background: #f1912a; text-transform: none;}
.account-login .registered-users .buttons-set a.f-left { color: #f1912a; font-size: 15px; line-height: 34px; }
.account-login .col2-set p { font-size: 15px; color: #383838; }

.cart-last-line { height: 50px; background: #E9E9E1; margin-top: 20px; font-size: 16px; text-align: right; }
.cart-last-line .call-in-font { background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/telefon.png") no-repeat 0 2px transparent; }
.cart-last-line .checkout-types .btn-checkout span span{ margin: 14px 0; }
.cart-last-line .btn-continue { margin: 14px; float: left;}
.slide-recently-added-product .product-name{
	float: left;
	width: 190px;
	text-align: left;
	margin-left: 15px;
	font-weight:bold;
}
#cart-sidebar .product-image img{
	border:none !important;
	box-shadow:none !important;
	float:left;
}
.cart-author-name{
	clear:both;
	font-weight:normal !important;	
}
.cart-qty-price{
	color:#b7b7b7;
	font-weight:normal !important;
}
.cart-qty-price .price{
	color:#b7b7b7;
	font-size:12px;
	display:inline;
	margin:0px;
}
/* custom */
.opc-wrapper-opc .text-login a{	color:#f8932b !important;}
.cms-home .jcarousel  .ratings{
	position:absolute;
	margin:0;
	top:264px;
	left:20px;
}
.cms-home .jcarousel  .prices{
	margin-top:37px;
}

.products-grid .product-name,
.products-grid .author_name,
.cms-page-view .products-grid .product-name,
.cms-page-view .products-grid .author_name{
	max-height:32px;
	min-height:32px;
	margin:0;
	overflow:hidden;
}
.category-products .products-grid .prices,
.cms-home .jcarousel .prices,
.cms-page-view .prices{
	margin-top:30px;
	position:relative;
	min-height:74px;
}
.products-grid .prices .actualprice.slashed,
.products-list .prices .actualprice.slashed,
.catalog-product-view .prices .actualprice.slashed{
	color:#84837d;
}
.products-grid .prices .actualprice.slashed .whole,
.catalog-product-view .prices .actualprice.slashed .whole,
.catalog-product-view .prices .actualprice.slashed .fraction,
.products-list .prices .actualprice.slashed .whole{
	text-decoration:line-through;
}
.catalog-product-view .prices .discount{
	float:left;
	color:#84837d;
	font-size:14px;
	display:block;
	margin-left:73px;
	position:absolute;
	top:37px;
}
.catalog-product-view .prices .actualprice.slashed{
	margin-top: 10px;
	width: 153px;
	float: left;	
}
.product-view .slashed .whole{
	font-size:46px;
}
.product-view .slashed .fractioncurrency{font-size:16px;}
.product-view .slashed .fraction{
	font-size:26px;
}
.products-grid .ratings{
	position:absolute;
	width:77px;
}
.products-grid li.item{
	position:relative;
}
.catalog-product-view #jc_newproducts{border:none;}
/* price styling */

.products-list .prices .actualprice.slashed{
	color:#84837d;
	margin-bottom:4px;
}
.products-list .prices .actualprice.slashed .whole{
	text-decoration:line-through;
}
.products-list .prices .actualprice .fraction{
	font-size:20px;
}
.products-list .button.button span{
	display:none;
}
.products-grid .prices,
.cms-index-index .prices,
.category-products .products-grid .prices{
	border-top:2px solid #E2DEDB;
}
.products-grid .prices .actualprice,
.products-grid .prices .specialprice,
.cms-index-index .prices .actualprice,
.cms-index-index .prices .specialprice,
.category-products .products-grid .prices .actualprice,
.category-products .products-grid .prices .specialprice{
	width:124px;
	position:relative;
}
.products-grid .prices .price-text,
.cms-index-index .prices .price-text,
.category-products .products-grid .prices .price-text{
	line-height:0.8;
	font-size:12px;
}
.products-grid .prices .price-text1,
.cms-index-index .prices .price-text1,
.category-products .products-grid .prices .price-text1{
	line-height:2;
	font-size:12px;
}
.products-grid .prices span,
.cms-index-index .prices span,
.category-products .products-grid .prices span{
	float:left;
}
.products-grid .prices .fraction,
.cms-index-index .prices .fraction,
.category-products .products-grid .prices .fraction{
	position:absolute;
	right:0;
}
.products-grid .prices .fractioncurrency,
.cms-index-index .prices .fractioncurrency,
.category-products .products-grid .prices .fractioncurrency{
	margin:5px 1px 0 5px;
}
.products-grid .prices .fractioncurrency,
.products-grid .prices .whole,
.cms-index-index .prices .fractioncurrency,
.cms-index-index .prices .whole,
.category-products .products-grid .prices .fractioncurrency,
.category-products .products-grid .prices .whole{
	float:right;
}
.products-grid .prices .actions,
.cms-index-index .prices .actions,
.category-products .products-grid .actions{
	border-top: 2px solid #e2dedb;
    padding-top: 3px;
    width: 124px;
    position:absolute;
    bottom:0;
}
.products-grid .prices .actions .grid-wishlist,
.cms-index-index .prices .actions .grid-wishlist,
.category-products .products-grid .prices .actions .grid-wishlist{float:left;margin-left:15px;}

.products-grid .prices .actions button.btn-cart,
.cms-index-index .prices .actions button.btn-cart,
.category-products .products-grid .prices .actions button.btn-cart{float:right;margin-right:15px;}
.products-list .prices .actions{
	padding-top:10px;
	border-top:2px solid #E2DEDB;
	width:70px;
	margin-left:15px;
}


.cadouri li .prices,
.promotii li .prices{ position:relative;margin-bottom:25px;}
.cadouri li .prices .actions,
.promotii li .prices .actions{
	border-top: 2px solid #e2dedb;
	padding-top: 3px;
	width: 108px;
	position: absolute;
	bottom: -28px;
	left: 0;}
	
/* addthis extension */
.addthis_toolbox {display:none;}
.product-shop .addthis_toolbox {
    display:block;
    float: left;
    /*margin-top: -55px;*/
}
#at4-recommended-outer-container{
    display: none !important;
}
.product-view .addto a:hover{
    text-decoration: none;
}
.alert-price{
    display: none;
}
.link-wishlist-product-view{
    margin-right: 20px;
    background: #eae9e1 url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/adaugat-in-wishlist1.png) no-repeat 6px 50% !important;
}
.link-wishlist-product-view-added{
    margin-right: 20px;
    background: #eae9e1 url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/neadaugat-in-wishlist1.png) no-repeat 6px 50% !important;
}
.jcarousel .link-wishlist-product-view{
    display: none !important;
}
.in-stock-bottom-product-view img{
    float:left;
}
.in-stock-bottom-product-view .in-stock-text{
    float: left;
    font-size: 24px;
    color:#f29329;
    margin-top: 18px !important;
}
.not-in-stock-image{
    margin-top: 20px;
    margin-right: 15px;
}
.in-stock-bottom-product-view .not-in-stock-text{
    float: left;
    font-size: 24px;
    color:#f29329;
    margin-top: 18px !important;
}
.product-options-bottom {display:none;}
.catalog-product-view .config-prod-price{margin-bottom:30px}
.catalog-product-view .catalog-product-view .ratings{
	position:absolute;
	bottom:2px;
}
/*Wishlist dropdown styling*/
.wishlist-recently-added-product{
    position:absolute;
    background-color: #fff !important;
}
.wishlist-recently-added-product li{
    background-color: #fff !important;
}
.cms-index-index .sidebar .prices{width:100%;}
.wishlist-recently-added-product{
	background:#fff;
	width:313px;
	text-align:left;
	border:solid 1px #e3d7c1;
	border-top:none;
	left:-1px;
	z-index:1000;
}
.block-wishlist .link-cart{
	background:url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/sagetica-neagra.png) no-repeat 5px center #e4e4e4;
	color:#000 !important;
	display:block;
	float:right;
	padding:4px 9px 4px 21px;
	margin-top:7px;
}
.block-wishlist .link-cart:hover{
	background:url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/sagetica-alba.png) no-repeat 5px center #eb9d39;
	color:#fff !important;
	text-decoration:none;
}
.block-wishlist:hover{
	cursor: pointer;
	border: solid 1px #e3d7c1;
	border-bottom: none;
	padding-top: 10px;
	margin-top: -10px;
	padding-left:10px;
}
.block-wishlist:hover .wishlist-recently-added-product{display:block;}
#wishlist-sidebar .product-name a{font-weight:bold;}
#wishlist-sidebar .cart-author-name{color:#000;}
#wishlist-sidebar .cart-qty-price{display:block;margin-top:13px;float:left;}
/*my account */
.main .my-account{
	margin-top:26px;
	background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/umbra-sub-header-bg.png) repeat-x 0 top transparent;
	padding-top: 15px;
}
.main .my-account .account-wrapper,
.account-wrapper{
	margin: 7px 0 0;
    border-top:1px solid #cfcac3;
    background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/umbra-sub-header-bg.png) repeat-x 0 top transparent;
    padding-top:35px;
}
.main .dashboard .box-content p{
	color: #000;
	font-size: 12px;
	line-height: 1.3;
}
.main .dashboard .box-content a{
	color:#ec932d;
	margin-top:3px;
}
.main .dashboard .box-title a{
	background:#eae9e1;
	color:#84837d;
	padding:2px 4px;
}
.main .my-account .control-edit{
	position: absolute;
	top: 4px;
	left: 79%;
}
.main .my-account .control-edit label{font-size:13px;color:#414140;}
.my-account .buttons-set button,
.checkout-onepage-success .buttons-set button,
.customer-account-create .buttons-set button.button{background:#ec932d;color#000;padding: 9px 20px;margin: 0 2px 9px;}
.my-account .buttons-set button span span,
.checkout-onepage-success .buttons-set button span span,
.customer-account-create .buttons-set button span span{color:#000;font-size:16px;text-transform:none;padding:0 !important;}
.my-account .buttons-set .back-link a,
.customer-account-create .buttons-set .back-link a{font-size:15px;color:#84837d;margin: 8px 0 0 8px;display: block;}
.main .my-account  input,
.account-create input{line-height:25px;background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/umbra-sub-header-bg.png) repeat-x 0 top ;}
.my-account .form-list select{height:30px;}
.cls-right, .my-account .name-lastname{float:right !important;}
.my-account .monkey-multisubscribe {position:relative;}
.my-account .monkey-multisubscribe button{bottom: -66px;right: 3px;position:absolute;background: #ec932d;padding: 9px 20px;margin: 0 2px 9px;}
.my-account .monkey-multisubscribe button span span{color:#000;font-size:16px;}
.my-account p.amount{margin:0;line-height:30px;color:#fff;font-size:13px;background:#6e6c67;text-indent:10px;}
.sales-order-history .limiter{position:absolute;top: 5px;right: 24px; color:#fff;}
.sales-order-history .limiter select{background:#6e6c67;border-color:#fff;color:#fff;}
/* myaccount wishlist */
#review-form .required-entry{float:right;line-height: 25px;background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/umbra-sub-header-bg.png) repeat-x 0 top;}
#review-form label{width:210px}
#review-form .input-box{width:467px;}
#review-form #summary_field{margin-bottom:5px;}
.my-wishlist .product-image img{border:none;box-shadow:none;-webkit-box-shadow:none;
-moz-box-shadow:none}
.my-wishlist .wishlist-section0{float:left;width:137px;}
.my-wishlist .wish-items{float:right;width:722px;position:relative;}
.my-wishlist .wish-item-details{border-bottom:2px solid #ADACA8;font-size:16px;margin-bottom:15px;}
.my-wishlist .wishlist-section1 .product-name{width:114px;padding:20px 10px;float:left;}
.my-wishlist .wishlist-section1 .product-author{}
.my-wishlist .wishlist-section1 .description{float:left;width:360px;border-left:1px solid #ADACA8;border-right:1px solid #ADACA8;padding:20px;min-height:90px;}
.my-wishlist .wishlist-section1 textarea{display:none;}
.my-wishlist .wishlist-section2{position:relative;width: 186px; float: left;height:120px;}
.my-wishlist .wishlist-section2 .btn-cart{
	height: 38px;
	background: #f1912a url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/adauga-in-cos-icon.png) no-repeat 10px 50%;
	padding: 10px 20px 10px 40px;
	position:absolute;
	bottom:0px;
	left:12px;
	}
.my-wishlist .wishlist-section2 .btn-cart span{font-size: 16px;color: #000;}
.my-wishlist .wishlist-section2 input{line-height:15px;position: absolute;top: 44px;left: 13px;}
.my-wishlist .link-edit{position:absolute;display:block; background:#eae9e1; color: #84837d; padding: 2px 4px;top:-39px; right:25px;}
.my-wishlist .item-wishlist{margin-bottom:20px;}
.my-wishlist .wishlist-section0 img{width:135px;height:135px;}
.my-wishlist .wishlist-section3 .btn-remove{background:url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/x.png) 0 0 no-repeat; margin:0;position:absolute;top:3px;right:0;}
.my-wishlist .wishlist-section2 .prices{border:none;padding:0;width:63px;float:right;margin-top: 20px;margin-right:12px;}
.my-wishlist .wishlist-section2 .prices .actualprice.slashed{color:grey;text-decoration:line-through;display:none;}
.my-wishlist .wishlist-section2 .prices .addto{display:none;}
.my-wishlist .wishlist-section2 .prices .whole{font-size:33px;}
.my-wishlist .wishlist-section2 .prices .fraction{font-size:16px;}
.my-wishlist .wishlist-section2 .prices .fractioncurrency{font-size:11px;}
.my-wishlist .wishlist-section2 .prices .specialprice,
.my-wishlist .wishlist-section2 .prices .actualprice{margin:0;float:right;}
.my-wishlist .wishlist-section2 .wish-quatity{position: absolute;top: 24px;left: 13px;}

.cms-index-index .sidebar .ofertazilei .prices,
.cms-index-index .sidebar .cartivorbeste .prices {position: relative;padding-bottom: 30px;}
.cms-index-index .sidebar .ofertazilei .actions,
.cms-index-index .sidebar .cartivorbeste .actions{left:73px;}
.cms-contact .breadcrumbs{display:none;}
.wishlist-index-index .link-rss{width:72px;}
.cms-contact .buttons-set button.button {background: #ec932d;padding: 9px 20px;margin: 0 2px 9px;}
.cms-contact .buttons-set button.button span span{color:#000;}
.cms-contact #contactForm{position:relative;height:320px;float:right;width:50%;}
.cms-contact .form-list .field,
.cms-contact .form-list li{width:51%;float:left;margin:0;}
.cms-contact .form-list .wide{width:100%;}
.cms-contact .form-list input{width:350px;line-height: 25px;background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/umbra-sub-header-bg.png) repeat-x 0 top;}
.cms-contact .form-list .input-box{width:581px;margin-bottom: 15px;}
.cms-contact .fieldset .legend{display:none;}
.cms-contact .contact-info{width:45%;float:left}
.cms-contact  .page-title h1, .page-title h2{color:#f8932b;font-size:19px;}
.cms-contact .form-list label{font-size: 15px;color:#414040}
.cms-contact .buttons-set{background:none;}
.cms-contact .form-list .wide textarea{
	width:525px;
	height:120px;
	resize: none;
	-webkit-box-shadow: 0px 0px 10px 6px rgba(232, 232, 232, 0.75);
	-moz-box-shadow:    0px 0px 10px 6px rgba(232, 232, 232, 0.75);
	box-shadow:         0px 0px 10px 6px rgba(232, 232, 232, 0.75);
	border:1px solid #d6d6d6;text-indent:10px;color:#969696;font-size:15px;line-height:1.4;
	background:url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/textarea-bg.jpg) no-repeat 100% 100% transparent;
}

/*Forgot password styling*/

.customer-account-forgotpassword .page-title{
    background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/umbra-sub-header-bg.png) repeat-x left bottom;
    padding-bottom: 24px;
}
.customer-account-forgotpassword .fieldset .legend{
    border-bottom: 1px solid #bbb;
    color: #f1912a;
    font-weight: normal;
}
/*.customer-account-forgotpassword .fieldset p{
    font: Arial;
    font-size: 13px;
    color:#f81919;
}*/
.customer-account-forgotpassword .form-list input.input-text{
    line-height: 25px;
    background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/umbra-sub-header-bg.png) repeat-x 0 top;
}
.customer-account-forgotpassword p.required{
    color: #f1912a;
    margin-top: -75px;
    position: absolute;
    left: 1045px;
}
.customer-account-forgotpassword .col-main .button{
    background: #ec932d;
    padding: 9px 20px;
    margin: 0 2px 9px;
    margin-right: 25px;
}
.customer-account-forgotpassword .buttons-set button.button span span{
    color:#000;
    padding: 0px;
}
.customer-account-forgotpassword .buttons-set{
    margin: 4em 0 0;
}
.customer-account-forgotpassword .form-list{
    margin-top:20px;
}
.customer-account-forgotpassword .back-link{
    font-size: 15px;
    color: #84837d;
    margin: 8px 0 0 8px;
    display: block;
}

/*Reset password styling*/

.customer-account-resetpassword .page-title{
    background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/umbra-sub-header-bg.png) repeat-x left bottom;
    padding-bottom: 24px;
}
.customer-account-resetpassword .form-list input.input-text{
    line-height: 25px;
    background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/umbra-sub-header-bg.png) repeat-x 0 top;
}
.customer-account-resetpassword .right-field{
    float:right;
}
.customer-account-resetpassword p.required{
    color: #f1912a;
    margin-top: -45px;
    position: absolute;
    left: 1045px;
}
.customer-account-resetpassword .buttons-set{
    margin: 4em 0 0;
}
.customer-account-resetpassword .col-main .button{
    background: #ec932d;
    padding: 9px 20px;
    margin: 0 2px 9px;
    margin-right: 25px;
}
.customer-account-resetpassword .buttons-set button.button span span{
    color:#000;
    padding: 0px;
}

/*Product view ghid ebook modifications*/

#product-page-head{
    width:100%;
}
#product-page-head .ratings{
    float:right;
}
#product-page-head .product-author{
    float:left;
}
#jc_newproducts .add-to-cart button span{
    display: none;
}
.opc-index-index .discount{
    display: block !important;
}
.catalog-product-view #jc_newproducts .inactive{
    display: none;
}
/*Catalog search styling*/

.catalogsearch-advanced-result .page-title{
    background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/umbra-sub-header-bg.png) repeat-x left bottom;
    padding-bottom: 24px;
    margin-top: 20px;
}
.catalogsearch-advanced-result .page-title h1{
    color: #f1912a;
}
.advanced-search-amount strong{
    color: #f1912a;   
}
.advanced-search-summary p{
    display: none;
}
.advanced-search-summary{
    background: transparent;
    border: none;
    border-top: solid 1px #666;
    border-bottom: solid 1px #666;
}
.advanced-search-summary strong{
    background: transparent;
    color:#000;
    padding-left: 0px;
}
.catalogsearch-advanced-result .pager .pages{
    margin:0 290px;
}
.catalogsearch-advanced-result .products-grid li.item{
    width:146px;
}

/*Vizitati librarii*/

.cms-viziteaza-librarii .breadcrumbs{
    display: none;
}
.cms-viziteaza-librarii .page-title{
    background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/umbra-sub-header-bg.png) repeat-x left bottom;
    padding-bottom: 24px;
}
/*#city-select-form-select{
    height:30px;
}*/
.city-search-label{
    font-weight: bold;
    color:#f8932b;
    margin-right: 20px;
}
.city-search-title{
    color: #383838;
    background-color: #e9e9e1;
    padding:15px;
    margin-top: 20px;
    /*margin-bottom: 20px;*/
}
.city-search-item{
    padding:20px;
    border-bottom:solid 1px #cbc7c4;
}
.city-search-item p{
    margin:0px;
}
.city-search-item-title{
    color:#eb942d;
}
.city-search-item img{
    float: right;
    margin-top: -110px;
    height: 125px;
    margin-right: -20px;
}
.city-search-item a{
    color:#f8932b;
}
/* */ 
.cms-index-index .jc_wrapper .product-name a{
	max-height: 16px;
	min-height: 16px;
	overflow: hidden;
	display: block;
}
.cms-index-index .sidebar .actualprice.slashed .whole,
.cms-index-index .sidebar .actualprice.slashed .fraction,
.cms-index-index .sidebar .actualprice.slashed .fractioncurrency,
.cms-index-index .sidebar .actualprice.slashed .price-text
{
	color:#84837d;
	text-decoration: line-through;
}
.disabled { opacity: 0.5; }
.account-create .form-list .field{margin-right:20px;}
.account-create .fieldset{margin-bottom:20px;}
.categorypath-carti-html .block-layered-nav .format-ebook{display:none;}
/* filtre*/
.more-filters1,
.more-filters2{color:#ec932d;font-size:13px;line-height:1.4;font-family:Arial;font-weight:600;cursor:pointer;font-style: italic;}
.sidebar .block-layered-nav .block-title{margin-bottom:20px;}
.sidebar .block-layered-nav .block-title strong span{color:#333;}

.cms-despre-libhumanitas .breadcrumbs,
.cms-confidentialitate .breadcrumbs,
.cms-conditii-de-utilizare .breadcrumbs,
.cms-intrebari-frecvente .breadcrumbs,
.cms-ghid-ebook .breadcrumbs{display:none;}
.opc-index-index #shipping-block-methods .sp-methods dt{display:none;}

/*newsletter block*/
/*promo newsletter block*/

.promo-text-image{
    float: right;
    margin-top: 43px;
    margin-right: 110px;
}
.promo-text{
    font-size:20px;
    float:right; 
    margin-right: 110px;
    width:490px;
    margin-top: 30px;
}
.promo-input-box{
    float: right;
    margin-right: 270px;
    clear: both;
    margin-top:200px
}
.promo-input-box input{
    width:445px !important;
    padding-left: 20px;
    padding-right: 20px;
    padding-top:25px;
    padding-bottom: 25px;
    border-radius: 5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    font-size: 26px;
    color:#afaeae;
    border-color: #cbcbcb !important;
    font-style: italic;
}
.promo-actions{
    float:right;
    margin-right: 270px !important;
    clear: both;
}
.promo-button{
    background-image: url('http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/abonare-promo.png');
    background-repeat: no-repeat;
    width:488px !important;
    height: 40px;
    background-color: transparent;
}
.promo-regulament{
    float:right;
    clear:both;
    margin-right:460px;
    text-decoration: underline;
    margin-top: 25px;
    font-size:14px;
}
.promo-ipad-image{
    margin-left:20px;
    margin-top: 145px;
}
.subscribe-promo-block{
    background: url('http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/Backgroud_newsletter.png') no-repeat 94px 0 transparent !important;
    height: 438px;
    width:1000px;
    margin:0 auto;
    padding:0;
}
.cms-abonarenewsletter-html .account-wrapper{margin-top:25px;}
.subscribe-promo-block .news-page-text{font: Arial, Regular;font-size: 35px;color:#414040;margin:174px 0 20px 170px;}
.subscribe-promo-block .news-page-input{float: left;width: 215px !important;padding: 3px;height: 22px;margin: 3px 0 0 170px !important;font: Arial, Regular;font-size: 15px;color:#414040;}
.subscribe-promo-block .news-page-btn{float:left; width:70px !important;padding:0;margin:3px 0;height:30px;font: Arial, Regular;font-size: 16px;color:#010101;;background:#EC932D;}

.cms-no-route-libhumanitas .image404{
	float:left;
	width:356px;
	margin-top:19px;
}
.cms-no-route-libhumanitas .text404{
	float:right;
	width:700px;
	font-size:12px;
	line-height:1.5;
}
.cms-no-route-libhumanitas .text404 h2{
	color:#EB932D;
	font-size: 60px;
	font-weight:bold;
}
.cms-no-route-libhumanitas .text404 .text-left{
	width:47.5%;
	float:left;
	margin-right:5%;
}
.cms-no-route-libhumanitas .text404 .text-right{
	width:47.5%;
	float:left;
}
.cms-no-route-libhumanitas .text404 .colored{color: #EB932D;}
.cms-no-route-libhumanitas .text404 .colored1{margin-top:55px;color: #EB932D; font-size:21.3px;font-weight:bold;}
.cms-no-route-libhumanitas .text404 a.link{
	border:1px solid #EB932D;
	padding:4px 0;
	width:155px;
	text-align:center;
	color:#EB932D;
	float:left;
	display:block;
	font-size:18.85px;
	font-weight:bold;
	margin-top:25px;
}

.catalogsearch-advanced-result .item{position:relative}
.cms-no-route-libhumanitas .text404 a.link:hover{text-decoration:none;}
.catalogsearch-advanced-result .product-name{max-height: 16px;overflow: hidden;}
.catalogsearch-advanced-result .author_name{max-height: 16px;overflow: hidden;}
.catalogsearch-advanced-result .item .prices{margin-top:26px;width:100%;}
.catalogsearch-advanced-result .item .ratings{position:absolute;top:248px;}

/* ebook info*/
	.ebook-container div{display:none}
	.ebook-container img{display:block;margin:0 auto;}
	.ebook-sidebar{width:260px;float:left;}
	.ebook-sidebar a{text-decoration:none;}
	.ebook-sidebar ul{width:260px;padding:0;margin:0;list-style:none;}
	.ebook-sidebar ul.main-sidebar li{color:#fff;margin:1px 0;}

	.ebook-sidebar ul.main-sidebar li a{background:#E8922B;text-decoration:none;color:#fff;height:71px; line-height:71px;display:block}
	.ebook-sidebar ul.main-sidebar li a:hover{text-decoration:none;color:#E8922B;background: #808080;}
	.ebook-sidebar ul.main-sidebar li ul li a:hover{text-decoration:none;color:#E8922B;background: #e9e9e1;}
	.ebook-sidebar ul li.firstli a{font-size:18px;text-indent:10px}
	.ebook-sidebar ul li.firstli ul li a{font-size:16px;text-indent:10px}
	
	
	.ebook-sidebar ul.main-sidebar li ul li{background: #E9E9E1; color: #999798;}
	.ebook-sidebar ul.main-sidebar li ul li a{background: #E9E9E1;text-decoration:none;color:#999798;height:34px; line-height:34px;display:block}
	
	.ebook-container{float:right;width:814px;height:auto;}
	
	.ebook-container h2{font-size:18px; color:#EB932D}
	.ebook-container .ebook-info{color:#6F6F6F;font-size:18px;display:block;margin-bottom:10px;}
	.ebook-container p{font-size:16px;color: #6F6F6F;line-height:1.4;margin:15px 0}
	.ebook-container .ebook-nextpage{margin-top:10px;font-size:12px;color:#EB932D;float:right;width:82px;text-decoration:none;}
	.ebook-container .ebook-prevpage {margin-top:10px;font-size:12px;color:#EB932D;float:left;width:82px;text-decoration:none;}
	.ebook-container .section-left{float:left;width:48%;margin-right:2%;display:block !important;}
	.ebook-container .section-right{float:right;width:48%;margin-left:2%;display:block !important;}
	.ebook-container .section-center{width:50%;margin:0 auto;display:block !important;}
	.ebook-container .clear{display:block !important;}
	.ebook-sidebar ul.main-sidebar li a.actived{text-decoration:none;color:#E8922B;background: #808080;}
	.ebook-sidebar ul.main-sidebar li ul li a.actived{text-decoration:none;color:#E8922B;background: #e9e9e1;}
	
	.ebook-sidebar ul li.firstli ul{display:none;}
	.ebook-sidebar ul li.windows ul{display:block;}
/* end ebook info */

.cms-program-de-sarbatori .breadcrumbs{display:none}
.cms-program-de-sarbatori h1{color:rgb(248, 147, 43);font-weight:600}

.checkout-cart-index .cart-col-right .cart .btn-checkout{color:#000 !important ;background:#f1912a url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/sageata-buton.png) no-repeat 25px center; text-transform:uppercase;text-transform: uppercase;
padding-left: 38px;
height: 40px;
margin: 6px 6px 0 0;}
.checkout-cart-index .cart-col-right .cart .btn-checkout span{line-height:11px;border:none;color:#000}
.checkout-cart-index .cart-col-right .cart .block-title .btn-checkout{height: 20px;padding-left:0;margin-top:0;background:#f1912a;}

.cms-program-special-librarie .breadcrumbs{
    display: none;
}
/*Blog page style*/
.neotheme-blog-index-index .breadcrumbs,.neotheme-blog-post-index .breadcrumbs{
    display: none;
}
.blog .post-metadata{
    display: none;
}
.blog .read-more a{
    color: #f8932b;
}
.block-blog .block-title strong{
    padding: 7px 10px 7px 13px;
    background-color: #f4f4f4;
    color: #383838;
    line-height: 19px;
}
.block-blog .block-content{
    background: none;
}
/*ebook popup fix*/
#fancybox-content .zopim{
    display: none !important;
}
/*Download link for audiobooks*/
.audiobook-url a{
        color: #DC6809 !important;
}


.searchautocomplete .searchautocomplete-placeholder {
    position: relative !important;
    width: auto !important;
    margin-top: 42px !important;
    top: 0px !important;
    right: 10px !important;
    z-index: 99999 !important;
}

.searchautocomplete span.category-fake, 
.searchautocomplete .nav .nav-search-in select.category {
    width: 105px !important;
    padding-right: 20px !important;
    padding-left: 5px !important;
    color: #f58e32 !important;
    font-size: 14px !important;
    height: 32px !important;
    line-height: 34px !important;
    margin: 0px 0px 0px -7px !important;
    background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/down-arrow.png") no-repeat right transparent;
    background-position: 95% 50%;
}

.searchautocomplete .nav .nav-search-in {
    top: -1px !important;
}

.searchautocomplete .nav .nav-search-in select.category {
    width: 130px !important;
    margin: 0px 0px 0px -11px !important;
    padding-left: 5px !important;
    padding-right: 28px !important;
    background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/down-arrow.png") no-repeat right transparent !important;
}

.searchautocomplete {
    height: 30px !important;
    position: relative !important;
    top: 0px !important;

}

.searchautocomplete .nav-submit-button {
    top: 0px !important;
}

.searchautocomplete .nav .nav-input input {
    width: 403px !important;
    margin: -1px 0px 3px -28px !important;
}

.searchautocomplete .book_author {
    float: left;
    font-weight: bold;
}

.searchautocomplete .name strong,
.searchautocomplete .book_author strong,
.searchautocomplete .highlight strong,
.searchautocomplete .price-box * {
    color: inherit !important;
}
/*==================================
	responsive css
===================================*/

.clearfix:after{
		content: '';
		display: table;
		clear: both;
}

#search-box .searchautocomplete .nav .nav-search-in .nav-down-arrow{ display: none;}

@media screen and (max-width: 1100px){
	.l-desktop-visible{
		display: none;
	}

	.l-desktop-hidden{
		display: block;
	}
}

@media screen and (min-width: 1101px){
	.l-desktop-visible{
		display: block;
	}

	.l-desktop-hidden{
		display: none;
	}
}

@media screen and (max-width: 768px){
	.l-mobile-hidden{
		display: none !important;
	}

	.l-mobile-visible{
		display: block !important;
	}
	span.l-mobile-visible{
		display: inline-block !important;
	}
}

@media screen and (min-width: 769px){
	.l-mobile-hidden{
		display: block !important;
	}
	td.l-mobile-hidden{ display: table-cell !important; }

	.l-mobile-visible{
		display: none !important;
	}
}

/* top header background */
.top-header{ background-color: transparent; }

/* fix button position */
.header-utils .header-subscribe-button{
	margin-top: -45px;
}

/* fix cart position */
.cart-icon.l-margin{ margin-left: 73px; }


/* homepage */
@media screen and (max-width: 1100px){

	/* box sizing */
	*, *:before, *:after{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	select {
	    -webkit-appearance: none;
	    -moz-appearance: none;
	    text-indent: 1px;
	    text-overflow: '';
	    background: transparent url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/down-arrow.png") no-repeat scroll right 5px center !important;
	}

	/* header */
	.top-header{
		max-width: 1100px;
		width: 100%;
		height: 34px;
		background-color: transparent;
	}

	.header{
		max-width: 1100px;
		width: 100%;
	}

	/* banner */
	#banner-head img{
		display: block;
		width: 100%;
	}

	 /* header-utils */
	.header-utils .input-box{
		height: 30px;
	}
	.block-header-subscribe .input-box #newsletter{
		height: 23px;
	}
	.header-utils .header-subscribe-button{
		margin-top: -47px;
	}

	/* search box */
	#search-box *, #search-box *:before, #search-box *:after{box-sizing: content-box;}

	#my-block-cart *, #my-block-cart *:before, #my-block-cart *:after{box-sizing: content-box;}
	#my-block-cart img.cart-icon{
		margin-left: 37px;
	}

	#wp-nav-container *, #wp-nav-container *:before, #wp-nav-container *:after{box-sizing: border-box;}
	#wp-nav-container > div {
	  width: 100%;
	  height: 100%;
	}

	#slider-container{
		max-width: 960px;
		width: 100%;
		height: auto;
	}

	#slider-container #slider{
		max-width: auto !important;
	}
	.bjqs-slide img {
	  display:  block;
	  max-width:  100%;
	  height: 100%;
	}
	#slider ul.bjqs-controls > li > a { top: 40% !important;}

	.boxes-wrapper{
		max-width: 1100px;
		width: 100%;
		height: auto;
		background-image: none;
		border-bottom: 1px solid #cfcac3;
	}

	.top-boxes{
		width: 100%;
	}

	.top-boxes:after{
		content: '';
		display: table;
		clear: both;
	}

	.top-boxes > .top-box{
		width: 25%;
	}

	.main{
		max-width: 1100px;
		width: 100%;
	}

	.cms-index-index .col-main{width: 69%;}

	.jcarousel li{
		padding-left: 0;
		padding-right: 0;
	}

	.jcarousel img {
	    display: block;
	    max-width: 100%;
	    height: auto !important;
	}

	.col-right.sidebar{
		width: 29%;
	}

	/*homepage banner inside col-main */
	.col-main > p img{
		display: block;
		width: 100%;
		height: auto;
	}

	.footer{
	    width: 100%;
	    max-width: 1100px;
	}
}

/* ipad landscape */
@media screen and (max-width: 1024px){

	.wrapper{ min-width: auto; }

	#search-box .searchautocomplete{width: 450px;}

	.searchautocomplete .nav .nav-input input{width: 343px !important;}

	#search-box .searchautocomplete .nav-submit-button{ left: 450px; z-index: 13;}

	#my-block-cart img.cart-icon{
		margin-left: 37px;
	}

	/* slider */
	#slider-container{ padding: 0 20px; }
	/* controls */
	#slider ul.bjqs-controls.v-centered li.bjqs-next a{right: -20px;}
	ul.bjqs-controls.v-centered li.bjqs-next a:hover{ right: -20px;}
	#slider-container ul.bjqs-controls.v-centered li.bjqs-prev a{ left: -20px; }
	ul.bjqs-controls.v-centered li.bjqs-prev a:hover{ left: -20px; }
}

/* homepage */
@media screen and (max-width: 768px){

	/* hide zopim */
	.zopim {
	  display: none;
	}

	/* header */
	.top-header{
		padding: 10px 20px;
		background-color: #e9e9e1;
	}
	ul.top-header-menu{
		float: left;
		margin-top: 0;
	}
	ul.top-header-menu > li:not(:first-child){
		display: none;
	}
	ul.top-header-menu > li:first-child{
		border-right: none;
	}
	ul.top-header-menu > li.top-drop{
		display: initial;
		padding-bottom: 12px;
		background-position: 93% 4px;
		border-right: none;
	}
	.top-header-menu a{padding-left: 0;}

	/* my account drop menu */
	.top-header .top-drop a{
		padding-bottom: 10px;
		color: #887360;
		font-size: 11px;
	}
	.top-header .top-drop a:hover{ text-decoration: none; }

	.top-header .top-drop ul.list-drop{
		top: 35px;
		padding: 0;
		background-color: #fff;
		border-color: #ecede7;
	}

	.top-header .top-drop ul.list-drop > li{
		width: 100%;
		padding: 10px 0 10px 5px;
		border-bottom: 1px solid #ecede7;
	}
	.top-header .top-drop ul.list-drop > li:last-child{ border-bottom: none; }

	.top-header .top-drop ul.list-drop > li > a{
		color: #887360;
		font-size: 11px;
	}

	.top-header #my-block-cart .block-cart{
		padding-top: 0;
	}
		#my-block-cart .recently-added-product{ top: 24px; }
		#cart_placeholder_link{ left: 0;}

	/*wishlist */
	.top-header #my-block-cart .block-wishlist{
		top: 0;
		margin-bottom: 0;
		margin-top: -5px;
		border: none;
	}
	.top-header #my-block-cart .block-wishlist:hover{
		padding: 0;
	}
		#my-block-cart .block-wishlist .block-title{ padding-right: 8px; }

		.block-wishlist .block-title a{
			padding-right: 30px;
			background: transparent url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/adaugat-in-wishlist2.png") no-repeat scroll right 0;
			line-height: 27px;
		}
		.block-wishlist .block-title a:hover {
		  background-position: right 0;
		  margin-top: 0;
		  padding-top: 0;
		}

	/* cart */
	#block-cart-slide{margin-top: 0; border-left: none;}
	#cart_placeholder_link{
		height: auto;
		width: auto;
		padding-right: 25px;
		padding-left: 0;
		background:transparent url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/cart.png") no-repeat scroll right 0;

	}
	#my-block-cart .cart-icon{display: none; }
	.block-cart:hover{
		margin-right: 0;
		border: none;
	}

	.block-cart .summary .amount{text-align: left;}

	.header .logo{
		float: none;
		display: block;
		margin-left: 23px;
		margin-top: 12px;
		margin-bottom: 10px;
		height: auto;
		text-align: left;
	}

	#banner-head{ display: none; }

	#search-box{
		padding: 0 20px 0 0;
		margin: 0 20px;
		float: none;
		background-color: transparent;
	}

	#search-box nav{ width: 100%; }

	#search-box .searchautocomplete{ width: 100%; }

	.searchautocomplete .nav .nav-input input{
		width: 100% !important;
	}
	.nav-input.UI-NAV-INPUT{ width: auto;}

	#search-box .searchautocomplete .nav-submit-button{
		left: auto;
		right: 0;
		z-index: 13;
	}

	/*-----------------------------------
		 custommenu-mobile
	-------------------------------------*/
	#wp-nav-container *, #wp-nav-container *:before, #wp-nav-container *:after{box-sizing: border-box;}
	#wp-nav-container #custommenu-mobile{
		margin: 15px 0;
		padding: 0 20px;
		color: #7d6a56;
	}

	#wp-nav-container #menu-button{
		padding: 0;
		height: 35px;
		border: 1px solid #eae7e4;
		border-radius: 3px;
		background: transparent url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/icon-mobile-menu.png") no-repeat scroll right 10px center;
	}

	#menu-button a{
		 margin-left: 10px;
		 padding: 0 !important;
		 display: inline-block;
		 height: 35px;
		 line-height: 35px;
	}
	#wp-nav-container #menu-button a:link, #menu-button a:visited{
		margin-left: 10px;
	}
	#wp-nav-container #menu-button a span{ color: #7d6a56;}

	#wp-nav-container #menu-button a span::after{ display: none; }

	/* menu content */
	#menu-content{
		border: 1px solid #eae7e4;
	}

	#menu-content .menu-mobile.level0{
		background-color: transparent;
	}

	#wp-nav-container #custommenu-mobile .button{
		background: transparent url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/icon-arrow-down.png") no-repeat scroll right 10px center;
	}

	#wp-nav-container #custommenu-mobile .button.open{
		background: transparent url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/icon-arrow-up.png") no-repeat scroll right 10px center;
	}

	#menu-content a:hover{ text-decoration: none; }
	#menu-content a.submenu-open span{color: #ec932d;}

	#menu-content span{color: #7d6a56;}
	#menu-content a:hover span{color: #ec932d;}

	/* submenu */
	#wp-nav-container #custommenu-mobile .level1{ background-color: transparent;}

	#wp-nav-container .menu-mobile .parentMenu a.level1:link, #wp-nav-container .menu-mobile .parentMenu a.level1:visited{ padding-left: 20px; }

	#my-block-cart img.cart-icon{
		margin-left: 37px;
	}

	.boxes-wrapper{
		display: none;
	}

	.col-main{
		padding: 0 20px 20px ;
	}

	.cms-index-index .col-main{
		float: none;
		width: 100%;
	}

	/* slider container */
	#slider-container{ margin-bottom: 20px;}

	/* carousel items */
	.cms-index-index .jc_wrapper{
		padding: 10px 0 20px;
		margin-bottom: 13px;;
		margin-top: 0;
		border: 1px solid #f2f1ef;
		border-radius: 5px;
	}

	.cms-index-index .jc_wrapper > .jcarousel{margin-bottom: 0; border-bottom: none; }
		.cms-index-index .jc_wrapper .subtitle{ margin-bottom: none; }
		.cms-index-index .jcarousel li{
			padding-top: 20px;
			min-height: initial;
		}
		.cms-index-index .jcarousel li > .info{ display: none; min-height: initial; }
		.cms-index-index .jcarousel li img{ margin-bottom: 0; }

	.jc_wrapper .subtitle{
		padding: 0;
		border-bottom: none;
		color: #2f2f2f;
	}
	.jc_wrapper a.more{ display: none; }

	.jcarousel.homepage-carousels{ border-bottom: none; }

	.col-right.sidebar{
		padding: 0 20px;
		float: none;
		width: 100%;
	}

	/* hide homepage banner */
	.cms-index-index .col-main > p{ display: none; }

	/* footer */
	.footer{
		padding: 20px;
	}
	.sub-footer:after{
		display: table;
		content: '';
		clear: both;
	}
	.sub-footer{padding: 0;}

	.footer-links{
		float: none;
		margin-bottom: 20px;
		margin-left: 0;
	}
	div.footer-links > ul:after{
		content: '';
		display: table;
		clear: both;
	}
	div.footer-links > ul > li{ line-height: 15px; }

	div.footer-links > ul > li{display: none;}
	div.footer-links > ul > li.first,
	div.footer-links > ul > li.last,
	div.footer-links > ul > li.footer-events{display: initial;}
		div.footer-links > ul > li > a{
			color: #887360;
		}

	/* footer newsletter */
	.l-footer-newsletter{ margin-bottom: 20px;}

	.l-footer-newsletter > .header-utils{ margin-top: 0; }
	.l-footer-newsletter .header-facebook{ }

	.l-footer-newsletter .block-header-subscribe{
		float: none;
		margin-bottom: 0;
	}

	#newsletter-validate-detail{ display: block; position: relative;}

	.l-footer-newsletter .block-header-subscribe .input-box{
		margin-right: 0;
	}
	.l-footer-newsletter  .block-header-subscribe .input-box #newsletter{
		position: absolute;
		display: inline-block;
		margin-top: 3px;
		width: 95%;
		left: 3px;
		top: 0;
	}
	.l-footer-newsletter .header-utils .header-subscribe-button{
		margin-top: 0;
		position: absolute;
		right: 40px;
		top: 0;
	}

	/* footer boxes */
	.footer-boxes{ display: none; }

	/* footer cards */
	.footer-cards{}

	.footer-lock{ display: none; }

	.l-footer-bootom > div{
		float: left;
		width: 50%;
	}
	/* l-footer-left */
	.l-footer-bootom-left .l-payment-cards{
		margin: 20px 0;
		display: block;
	}
	.l-footer-bootom-left .l-payment-cards:after{
		display: table;
		content: '';
		clear: both;
	}
	.l-footer-bootom-left .l-payment-cards > li{ float: left; }
	.l-footer-bootom-left .cards-text { color: #848691; line-height: 20px;}
		.l-footer-bootom-left .cards-text > span{ font-style: italic;}

	.l-footer-bootom-left > p{
		text-align: left;
		color: #848691;
	}

	/* l-footer-right */
	.l-footer-bootom-right > p > a > img{ display: inline-block; width: 100%; height: auto;}
	.l-footer-bootom-right .xtreme-libh{
		display: block;
		float: none;
		margin: 0;
		text-align: right;
	}
	.l-footer-bootom-right .xtreme-libh > img{}
} /* end homepage 768: */

/* footer link fix */
@media screen and (min-width: 769px){
	div.footer-links > ul > li.footer-events{display: none;}
}


@media screen and (max-width: 640px){

	.l-footer-bootom-left .l-payment-cards{ margin-top: 15px;}
}

@media screen and (max-width: 480px){

	.top-header-menu li{ border-right: 0; }
	.top-header-menu .top-drop a {
	  padding-right: 16px;
	}

	/*wishlist */
	.block-wishlist .block-title{ font-size: 12px; }

	/* search */
	#search-box .searchautocomplete .nav{ width: 100%; }

	/* slider */
	#slider-container{ padding: 0 20px; }
	/* controls */
	ul.bjqs-controls.v-centered > li >a{width: 20px !important; top: 35% !important; }
	#slider ul.bjqs-controls.v-centered > li.bjqs-next > a{
		right: -10px;
		background: rgba(0, 0, 0, 0) url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/sageata-banner-dreapta_2.png") no-repeat scroll right 0px top 0;
	}
	ul.bjqs-controls.v-centered li.bjqs-next a:hover{ right: -10px;}
	#slider-container ul.bjqs-controls.v-centered > li.bjqs-prev > a{ left: -10px; }
	ul.bjqs-controls.v-centered li.bjqs-prev a:hover{ left: -10px; }

	/* footer */
	.l-footer-bootom-left .l-payment-cards{ margin-top: 5px; padding-right: 5px;}
		.l-footer-bootom-left .l-payment-cards > li{ width: 20%; }
		.l-footer-bootom-left .l-payment-cards li > img{
			display: block;
			width: 100%;
			height: auto;
		}

} /* end homepage 480: */

/* end homepage 400: */
@media screen and (max-width: 400px){

	/*wishlist */
	.block-wishlist .block-title{ font-size: 11px; }
	#cart_placeholder_link {
	  font-size: 10px;
	}

	/* footer */
	.footer .cards-text{
		font-size: 11px;
		line-height: 17px;
	}
}/* end homepage 400: */


/*=========================
	general classes
==========================*/
@media screen and (min-width: 320px) and (max-width: 768px){

	.col-main{
		float: none;
		width: 100%;
	}

	.col-left.sidebar{
		float: none;
		width: 100%;
		padding: 0 20px;
	}
}

/* mobile first homepage 320: */
@media screen and (min-width: 320px) and (max-width: 768px){

	/* header */
	.top-header-menu li{ font-size: 11px; }
	.top-header-menu .top-drop a{
		padding-right: 14px;
		font-size: 10px;
	}

	/* logo */
	.header .logo{
		margin-left: 20px;
	}
	.header .logo > img{
		display: inline-block;
		width: 200px;
	}

	/* search box */
	#search-box { height: 35px; line-height: 35px;}
	.nav-search-in{ display: none !important; }
	#search-box .searchautocomplete{
		padding: 0 10px;
		height: 33px !important;
		line-height: 33px;
	}
		#search-box .searchautocomplete .nav{ height: 33px; background: none; line-height: 33px; float: none;}
		#search-box .searchautocomplete .nav .nav-search-in .category-fake{
			margin: 0;
			height: 33px !important;
			line-height: 33px !important;
		}
		#search-box .searchautocomplete .nav .nav-input{ padding-left: 0 !important; height: 33px; line-height: 33px; margin-left: 0;}
		#search-box .searchautocomplete .nav .nav-input input{
			padding: 0 10px 0 0;
			padding-left: 0 !important;
			height: 33px;
			line-height: 33px;
			margin-bottom: 0 !important;
		}
		.searchautocomplete .nav .nav-search-in{ top: 0 !important; }
		.searchautocomplete .nav .nav-input input{ margin-top: 0 !important; margin-left: 0 !important; background-image: none !important;}

		#search-box .searchautocomplete .nav-submit-button{
			height: 35px;
			width: 45px;
			background-size: 45px 35px;
		}
		.searchautocomplete .searchautocomplete-placeholder{ margin-top: 10px !important; }

	.block-cart .summary{ padding-left: 3px; font-weight: 400; }
		#cart_placeholder_link{
			padding-right: 6px;
			background-size: 16px 11px;
			font-size: 10px;
			font-weight: 400;
		}
		#my-block-cart .block-wishlist .block-title {
		  padding-right: 4px;
		}
		.top-header #my-block-cart .block-wishlist{ top: -6px; margin-top: 0; }
			.block-wishlist .block-title a{
				padding-right: 16px;
				background-size: 13px 14px;
				background-position: right center;
				font-size: 10px;
				font-weight: 400;
			}
			.block-wishlist .block-title a:hover{
				background-position: right center;
			}

	/* search */
	#search-box .searchautocomplete .nav{ width: 100%; }

	/* carousels */
	.cms-index-index .jcarousel li{ padding: 20px 15px 5px; }
	.cms-index-index .jcarousel-control-prev, .cms-index-index .jcarousel-control-next{
		top: 40%;
		width: 30px;
		height: 30px;
	}
	.cms-index-index .jcarousel-control-next{
		background: transparent url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/sageata-dreapta-hover.png") no-repeat scroll 0 0 / 30px 30px;
	}
	.cms-index-index .jcarousel-control-next.inactive {
	  background: transparent url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/sageata-dreapta.png") no-repeat scroll 0 0 / 30px 30px;
	}
	.cms-index-index .jcarousel-control-prev {
	  background: transparent url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/sageata-stanga-hover.png") no-repeat scroll 0 0 / 30px 30px;
	  left: 0;
	}
	.cms-index-index .jcarousel-control-prev.inactive {
	  background: transparent url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/sageata-stanga.png") no-repeat scroll 0 0 / 30px 30px;
	}
	/* hide cms img */
	.cms-index-index .col-right.sidebar > p{ display: none; }

	/* homepage bottom blocks */
	.cms-index-index .sidebar:after{
		content: '';
		display: table;
		clear: both;
	}
	.cms-index-index .sidebar .block{
		float: left;
		width: 50%;
		margin-top: 0;
		margin-bottom: 20px;
		padding-top: 0;
		border: none;
		text-align: left;
	}
	.sidebar .block:nth-child(odd){
		padding-right: 7px;
	}
	.sidebar .block:nth-child(even){
		padding-left: 7px;
	}
	.block.cartivorbeste{
		clear: left;
	}

	.sidebar .block .block-content{
		padding: 10px;
		border: 1px solid #edebe8;
		border-radius: 3px;
		background-color: #fdfdfc;
	}

	.sidebar .block .block-content{ padding: 5px;}

	/* title */
	.block-content .title{
		font-size: 11px;
		width: 100%;
		border-bottom: none;
		text-align: left;
		white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	}

	/* image column set to fix size */
	.l-block-content-img{
		float: left;
		width: 60px;
		padding-right: 5px;
	}
		.cms-index-index .l-block-content-img .product-image{ margin: 0;}
		.cms-index-index .l-block-content-img .product-image img{
			padding: 0;
			margin: 0;
			display: block;
			width: 100%;
			min-height: 105px;
			height: 100%;
		}

	/* text column */
	.l-block-content-text{
		float: none;
		width: 100%;
		padding-left: 60px;
	}
		.l-block-content-text  p.percent{
			width: 100%;
			font-size: 10px;
			margin-bottom: 0;
			margin-top: 0;
			padding: 0;
			border: none;
			text-transform: none;
		}
		.cms-index-index .block-content .l-block-content-text  h5{
			padding: 0;
			margin: 0;
			width: 100%;
			border: none;
			font-size: 10px;
			line-height: 12px;
			margin-bottom: 3px;
			max-height: 48px;
			overflow: hidden;
			font-weight: 400;
		}
		.l-block-content-text  p.author{
			font-size: 10px;
			margin: 0;
			border: none;
		}

		.cms-index-index .block-content .l-block-content-text .prices{
			padding: 0;
			margin: 0;
			border: none;
		}
			.cms-index-index .block .block-content .prices .price-text,
			.cms-index-index .block .block-content .prices .fractioncurrency{ display: none; }

		/* prices */
		.l-block-content-text .prices .actualprice,
		.l-block-content-text .prices .specialprice{
			width: auto;
			display: inline-block;
			margin: 0;
		}
			.l-block-content-text .prices .whole{
				font-size: 11px;
				padding-right: 10px;
			}
			.l-block-content-text .prices .fraction{
				font-size: 10px;
			}

		/* actions */
		.l-block-content-text .prices .actions{
			position: initial;
			padding: 0;
			margin: -5px 0 0;
			border: none;
			width: 100%;
			display: block;
			text-align: left;
		}
			.l-block-content-text .prices .actions a{ display: initial; float: none; text-align: left;}
			.cms-index-index .block-content .l-block-content-text .prices .actions > a > img{
				margin: 0;
				float: none;
				width: 14px;
				height: 15px;
			}
			.cms-index-index .prices .actions > .grid-wishlist{
				margin-left: 0;
				width: 19px;
				heihgt: 19px;
			}
			.l-block-content-text .prices .actions p{ display: inline-block; margin: 0;}
			.cms-index-index .prices .actions button.btn-cart{
				margin: 0;
				float: none;
				width: 22px;
				height: 13px;
				background-size: contain;
			}

	/* footer */
	.cms-index-index.footer-container{margin-top: 0;}
		div.footer-links > ul > li{ padding-right: 8px; padding-left: 8px;}
		div.footer-links > ul > li.first{ padding-left: 0; }
		div.footer-links > ul > li.last{ padding-right: 0; }
	div.footer-links > ul > li {line-height: 12px;}
		.footer-links a {font-size: 11px;}

}

/* wishlist dropdown: */
@media screen and (min-width: 320px) and (max-width: 480px){

	.wishlist-recently-added-product{
		left: -80px;
	}
}


/* mobile first homepage 360: */
@media screen and (min-width: 360px) and (max-width: 768px){

	/* top header */
	.top-header-menu .top-drop a{
		font-size: 11px;
	}

	.block-wishlist .block-title a {
	  background-size: 15px 16px;
	  font-size: 11px;
	  padding-right: 18px;
	}

	.block-cart .summary {
	  padding-left: 6px;
	}
		#cart_placeholder_link {
		  background-size: 18px 13px;
		  font-size: 11px;
		  font-weight: 400;
		  padding-right: 10px;
  		  font-size: 11px;
		}

	/* carousels */
	.cms-index-index .jcarousel-control-prev, .cms-index-index .jcarousel-control-next{
		top: 43%;
	}


	/* homepage blocks */
	.l-block-content-img{ width: 65px;}
		.cms-index-index .l-block-content-img .product-image img{ min-height: 112px; }
	.l-block-content-text{ padding-left: 65px;}
	.block-content .title{ font-size: 12px; }
	.l-block-content-text p.percent{ font-size: 11px; }
	.cms-index-index .block-content .l-block-content-text h5{ font-size: 11px; }
	.l-block-content-text p.author{ font-size: 11px; }

	/* footer */
	div.footer-links > ul > li{ padding-right: 12px; padding-left: 12px;}
	div.footer-links > ul > li {line-height: 12px;}
		.footer-links a {font-size: 12px;}
}

/* mobile first homepage 400: */
@media screen and (min-width: 400px) and (max-width: 768px){

	/* header */
	.top-header-menu a{ font-size: 12px; }
	.top-header-menu .top-drop a{
		font-size: 12px;
		padding-right: 17px;
	}
	.block-wishlist .block-title a {
	  background-size: 18px 20px;
	  font-size: 12px;
	  padding-right: 22px;
	}

	.block-cart .summary{ padding-top: 0; }
	#cart_placeholder_link {
	  background-size: 21px 15px;
	  font-size: 12px;
	  padding-right: 13px;
	}

	/* carousels */
	.cms-index-index .jcarousel-control-prev, .cms-index-index .jcarousel-control-next{
		top: 44%;
	}

	/* homepage blocks */
	.block-content .title{ font-size: 13px;}
	.l-block-content-img{ width: 70px; }
	.l-block-content-text{ padding-left: 70px; }
		.l-block-content-text p.percent{ font-size: 12px;}
		.cms-index-index .block-content .l-block-content-text h5{ font-size: 12px; }
		.l-block-content-text p.author{ font-size: 12px; }
		.l-block-content-text .prices .whole{ font-size: 13px;}
		.cms-index-index .block-content .l-block-content-text h5{ line-height: 14px; }
		.cms-index-index .block-content .l-block-content-text .prices .actions > a > img{
			width: 17px;
			height: 16px;
		}
		.cms-index-index .prices .actions button.btn-cart{
			width: 25px;
			height: 15px;
		}

	/* footer */
	div.footer-links > ul > li{ padding-right: 15px; padding-left: 15px;}
	.footer-links a {font-size: 13px;}
}

/* mobile first homepage 480: */
@media screen and (min-width: 480px) and (max-width: 768px){

	/* header */
	.top-header-menu a{ font-size: 13px; }
	.top-header-menu .top-drop a{
		font-size: 14px;
		padding-right: 20px;
		line-height: 16px;
	}
	.top-header .top-drop ul.list-drop > li > a{ font-size: 12px;}
	.block-wishlist .block-title a {
	  background-size: 20px 22px;
	  font-size: 14px;
	  padding-right: 25px;
	}
	#cart_placeholder_link {
	  background-size: 23px 16px;
	  font-size: 13px;
	  padding-right: 16px;
	}

	/* homepage blocks */
	.sidebar .block .block-content{ padding: 10px; }
	.l-block-content-img{ width: 80px; }
	.l-block-content-text{ padding-left: 80px; }
		.block-content .title{ font-size: 14px; }
		.l-block-content-text p.percent{ font-size: 13px;}
		.cms-index-index .block-content .l-block-content-text h5{ font-size: 13px; }
		.l-block-content-text p.author{ font-size: 13px; }

	/* footer */
	.footer-links a {font-size: 14px;}

}

/* mobile first homepage 640: */
@media screen and (min-width: 640px) and (max-width: 768px){

	/* header */
	.top-header-menu .top-drop a {
	  font-size: 16px;
	  line-height: 16px;
	  padding-right: 24px;
	}
	.top-header .top-drop ul.list-drop > li{padding: 12px 0 12px 5px; }
		.top-header .top-drop ul.list-drop > li > a{ font-size: 14px; }

	.block-wishlist .block-title a {
	  background-size: 22px 23px;
	  font-size: 16px;
	  padding-right: 27px;
	}
	.top-header #my-block-cart .block-cart{ top: -2px; }
	#cart_placeholder_link {
	  background-size: 25px 17px;
	  font-size: 15px;
	  padding-right: 18px;
	}


	/* homepage blocks */
	.block-content .title{ font-size: 16px; }
	.l-block-content-img{
		float: left;
		width: 45%;
		padding-right: 10px;
	}
	.l-block-content-text{
		float: left;
		width: 55%;
		padding-left: 0;
	}
		.l-block-content-text a {
		  line-height: 20px;
		}
		.l-block-content-text p.percent{ font-size: 15px; margin-bottom: 5px; }
		.cms-index-index .block-content .l-block-content-text h5{ font-size: 15px; margin-bottom: 10px;}
		.l-block-content-text p.author{ font-size: 15px; margin-bottom: 7px;}
		.l-block-content-text .prices .whole{ font-size: 20px; padding-right: 15px;}
		.l-block-content-text .prices .fraction{ font-size: 14px;}
		.l-block-content-text .prices .actions{ margin-top: 5px; }
		.cms-index-index .block-content .l-block-content-text .prices .actions > a{ margin-right: 10px; }
			.cms-index-index .block-content .l-block-content-text .prices .actions > a > img{
				width: 24px;
				height: 23px;
			}
			.cms-index-index .prices .actions button.btn-cart {
			  height: 20px;
			  width: 30px;
			}

}

/* top-drop width fix */
@media screen and (min-width: 769px){
	.list-drop{ width: auto !important;}
}

/* homepage 769 - 1100 */
@media screen and (min-width: 769px) and (max-width: 1100px){

	.cms-index-index .main{ padding: 0 10px !important; }
	/* search */
	#search-box .searchautocomplete{ width: 300px; }
	#search-box .searchautocomplete .nav-submit-button{ left: 300px; }
		.searchautocomplete .nav .nav-input input{ width: 100% !important; }

	/* wishlist and cart */
	#my-block-cart img.cart-icon{ margin-left: 0; }
	#cart_placeholder_link{ width: auto; }
	.block-cart .summary{ float: left; }

	/* menu */
	.nav-container #custommenu .menu { margin-left: 0 !important; }

	/* sidebar */
	.sidebar .block .block-content .percent{ width: auto; }
	.sidebar .block .product-image img{ width: initial; }
	.sidebar .block .block-content h5{ width: auto; }
	/* hide details on small size */
	.sidebar .block .block-content .percent,
	.sidebar .block .block-content h5,
	.sidebar .block .block-content .author,
	.sidebar .block .block-content .prices,
	.sidebar .block .block-content .seemore,
	.sidebar .block .block-content .name-and-author{
		display: none;
	}
	.sidebar .block .block-content .title{ width: auto; }
	.sidebar .block .block-content ul li{ width: 100%; margin-left: 0; text-align: center;}
	.sidebar .block .block-content ul li .product-image img{
		display: inline-block;
	}
	.sidebar > p img{ display: block; max-width: 100%; }

	/* footer */
	.footer-links li{
		padding-left: 5px;
		padding-right: 5px;
		line-height: 14px;
	}
	.footer-links li.first{ padding-left: 0;}
	.footer-links li.last{ padding-right: 0;}
		.footer-links a{ font-size: 12px; }

	.l-footer-text{
	  margin-bottom: 10px;
	  padding-right: 20px;
	  width: 50%;
	}
	.footer-cards > .cards-text{ float: left; width: 50%; padding-right: 20px;}
}

/* homepage 980 - 1100 */
@media screen and (min-width: 980px) and (max-width: 1100px){

	/* search */
	#search-box .searchautocomplete{ width: 450px; }
	#search-box .searchautocomplete .nav-submit-button{ left: 450px; }
	#search-box .searchautocomplete .nav{ width: 100%; }

	/* menu */
	.nav-container #custommenu { padding-left: 130px !important; }

	/* sidebar */
	.sidebar .block .block-content h2.title{
		padding: 10px 5px 0;
		font-size: 18px;
	}
	.sidebar .block .block-content .percent{
		padding-bottom: 5px;
		margin: 0 5px 10px;
	 }
	.sidebar .block .product-image img{ }
	.sidebar .block .block-content h5, .sidebar .block .block-content .author{  margin: 0 5px 5px; }
	/* hide details on small size */
	.sidebar .block .block-content .percent,
	.sidebar .block .block-content h5,
	.sidebar .block .block-content .author,
	.sidebar .block .block-content .prices,
	.sidebar .block .block-content .seemore,
	.sidebar .block .block-content .name-and-author{
		display: block;
	}

	/* prices */
	.sidebar .block .block-content .prices{
		padding: 5px;
	}
	.sidebar .block .block-content .prices:after{
		content: '';
		display: table;
		clear: both;
	}
	.sidebar .block .block-content .prices .specialprice{
		margin: 0;
		float: left;
		width: 50%;
		padding: 0 5px;
	}
	.sidebar .block .block-content .prices .actualprice{
		margin: 0;
		float: right;
		width: 50%;
		padding: 0 5px;
	}
	.sidebar .block .block-content .prices .actions{
		position: initial;
		width: 50%;
		margin: 0 auto;
	}

	.block-content > ul:after{
		content: '';
		display: table;
		clear: both;
	}
		.sidebar .block .block-content > ul > li{
			width: 50%;
		}
	.sidebar .block .block-content > ul > li .prices{ margin-bottom: 0;}
	.sidebar .block .block-content > ul > li .prices .specialprice,
	.sidebar .block .block-content > ul > li .prices .actualprice{ padding: 3px;}
		.sidebar .block .block-content > ul > li .prices .price-text{ font-size: 11px; }
		.sidebar .block .block-content > ul > li .prices .whole{ font-size: 12px;}
		.sidebar .block .block-content > ul > li .prices .fractioncurrency{ margin-top: 4px; margin-left: 0; }
		.sidebar .block .block-content > ul > li .prices .fraction{ margin-top: 3px; margin-left: 0; top: -5px; left: 46px;font-size: 12px;}

	.sidebar .block .block-content > ul > li .prices .actions{ width: 100%; }

		/* footer */
	.footer-links li{
		padding-left: 15px;
		padding-right: 15px;
		line-height: 19px;
	}
	.footer-links li.first{ padding-left: 0;}
	.footer-links li.last{ padding-right: 0;}
		.footer-links a{ font-size: 13px; }


	/* sidebar blocks */
}

@media screen and (min-width: 1024px) and (max-width: 1100px){

	.sidebar .block .block-content > ul > li .prices .whole{ font-size: 13px;}
}


/*===============================
	 category 320:
================================*/

@media screen and (min-width: 320px) and (max-width: 1100px){

	.catalog-category-view .col2-left-layout .col-main,
	.catalogsearch-result-index .col2-right-layout .col-main{
		float: none;
		width: 100%;
		padding:0 20px;
	}

	.catalog-category-view .col2-left-layout .col-left,
	.catalogsearch-result-index .col2-right-layout .col-right{
		float: none;
		width: 100%;
		display: none;
	}

	#custommenu-mobile{margin-bottom: 0; }

	/* breadcrumbs */
	.col2-left-layout .breadcrumbs, .col1-layout .product-shop .breadcrumbs, .col2-right-layout .breadcrumbs{
		background: none;
		padding-bottom:0;
		margin-bottom: 20px;
		height: auto;
	}
		.breadcrumbs ul > li > a, .breadcrumbs ul > li > a, .breadcrumbs ul > li > a,
		.breadcrumbs ul > li > span, .breadcrumbs ul > li > span, .breadcrumbs ul > li > span,
	  .breadcrumbs ul > li > strong, .breadcrumbs ul > li > strong, .breadcrumbs ul > li > strong{
			 color: #7d6a56; font-weight: 400; font-size: 13px;}
	/* messages */
	.note-msg.misspell.suggest{
		padding: 10px 5px 10px 15px !important;
		background-position: 5px -357px;
	}

	/* toolbar */
	.toolbar{
		position: relative;
		margin: 0;
		height: auto;
	}
	.toolbar .pager{
		padding: 0 20px 0 0;
		position: absolute;
		right: 0;
		border-bottom: 0;
		line-height: 38px;
	}
		.toolbar .pager .limiter select{
			padding-right: 7px;
			background-position: right 0 center !important;
		}
	.toolbar .pager .pages{ display: none; }
	.toolbar .pager .amount{ display: none; }
	.toolbar .sorter .view-mode{ display: none; }
		.sorter .sort-by label{ font-size: 11px; font-weight: 400; }
		.sorter .sort-by select{ font-size: 11px; }
		.sorter .sort-by > a{ margin-left: 5px;}


	/* products grid */
	.l-products-grid{margin-top: 20px;}

	.l-products-grid > li{
		float: left;
		width: 48.5%;
	}
	.l-products-grid > li:nth-child(2n+1){ float: right;}

	.l-item{
		padding: 13px 13px 5px;
		margin-bottom: 25px;
		border: 1px solid #d5d1cb;
		border-radius: 2px;
		position: relative;
		background-color: #fcfcfb;
	}

	.item .product-image > img{
		display: block;
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}


	.item > .product-name{
		max-height: 35px;
		height: 35px;
		overflow: hidden;
		margin-bottom: 5px;
		font-size: 12px;
	}
	.item > p.author_name{
		margin-bottom: 10px;
		white-space: nowrap;
		overflow: hidden;
	    text-overflow: ellipsis;
	    font-size: 12px;
	    min-height: 16px;
	}
	.item > .ratings, .item > .product-list-attributes > .ratings{ display: none; }

	/*prices */
	.catalog-category-view .item > .prices, .catalogsearch-result-index .item > .prices{
		margin-top: 25px;
		padding: 0;
	}
	.catalog-category-view .item > .prices .actualprice,
	.catalogsearch-result-index .item > .prices .actualprice{
		padding: 0;
		float: none;
		width: 100%;
		position: relative;
		border-top: 1px solid #d5d1cb;
		border-bottom: 1px solid #d5d1cb;
	}
	.catalog-category-view .item > .prices .actualprice,
	.catalogsearch-result-index .item > .prices .actualprice{
		height: 60px;
		line-height: 60px;
		padding-right: 15px;
	}
		.catalog-category-view .item > .prices .actualprice .price-text1,
		.catalogsearch-result-index .item > .prices .actualprice .price-text1{
			font-size: 14px;
		}
		.catalog-category-view .item > .prices .actualprice .whole,
		.catalogsearch-result-index .item > .prices .actualprice .whole{
			float: right;
		}
		.catalog-category-view .item > .prices .actualprice .fraction,
		.catalogsearch-result-index .item > .prices .actualprice .fraction{
			position: absolute;
			right: -2px;
			top: 0;
		}
		.catalog-category-view .item > .prices .actualprice .fractioncurrency,
		.catalogsearch-result-index .item > .prices .actualprice .fractioncurrency{
			position: absolute;
			right: 0;
			top: 8px;
		}

	/* actual price with slashed */
	.catalog-category-view .item > .prices .actualprice.slashed,
	.catalogsearch-result-index .item > .prices .actualprice.slashed{
		height: 30px;
		line-height: 30px;
		padding-right: 15px;
		border-top: 1px solid #d5d1cb;
		border-bottom: none;
		color: #2f2f2f;
	}
	.catalog-category-view .item > .prices .actualprice.slashed .whole,
	.catalogsearch-result-index .item > .prices .actualprice.slashed .whole{ font-size: 16px;}

	.catalog-category-view .item > .prices .specialprice,
	.catalogsearch-result-index .item > .prices .specialprice{
		float: none;
		width: 100%;
		height: 30px;
		line-height: 30px;
		padding-right: 15px;
		border-bottom: 1px solid #d5d1cb;
		position: relative;
	}
		.catalog-category-view .item > .prices .specialprice .whole,
		.catalogsearch-result-index.item > .prices .specialprice .whole{
			float: right;
			font-size: 16px;
		}
		.catalog-category-view .item > .prices .specialprice .fraction,
		.catalogsearch-result-index .item > .prices .specialprice .fraction{
			position: absolute;
			right: -2px;
			top: 0;
		}
		.catalog-category-view .item > .prices .specialprice .fractioncurrency,
		.catalogsearch-result-index .item > .prices .specialprice .fractioncurrency{
			position: absolute;
			right: 0;
			top: 8px;
		}

	.item > .prices .actions{
		padding-top: 7px;
	}
	.catalog-category-view .item > .prices .actions p,
	.catalogsearch-result-index .item > .prices .actions p{ margin-bottom: 0; float: right; }

		.catalog-category-view .item > .prices .actions .button.btn-cart,
		.catalogsearch-result-index .item > .prices .actions .button.btn-cart{
			text-indent: -9999px;
			background: rgba(0, 0, 0, 0) url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/cart-icon.png") no-repeat scroll 0 0;
			height: 20px;
			margin-left: 0;
			padding: 0;
			width: 30px;
			float: right;
		}

}

/* category 360: */

@media screen and (min-width: 360px) and (max-width: 1100px){

	/* toolbar */
	.sorter .sort-by label{ font-size: 12px; }
	.sorter .sort-by select{ font-size: 12px; }
}

/* category 400: */

@media screen and (min-width: 400px) and (max-width: 1100px){
	.breadcrumbs ul > li > a, .breadcrumbs ul > li > a, .breadcrumbs ul > li > a,
	.breadcrumbs ul > li > span, .breadcrumbs ul > li > span, .breadcrumbs ul > li > span,
	.breadcrumbs ul > li > strong, .breadcrumbs ul > li > strong, .breadcrumbs ul > li > strong{ font-size: 14px;}

	.item > .product-name{ font-size: 13px;}
	.item > p.author_name{ font-size: 13px;}

	/* prices */
	.catalog-category-view .item > .prices .actualprice .price-text1,
	.catalogsearch-result-index .item > .prices .actualprice .price-text1{ font-size: 16px;}
	.catalog-category-view .item > .prices .actualprice .whole,
	.catalogsearch-result-index .item > .prices .actualprice .whole{ font-size: 22px; }
}

/* category 480: */

@media screen and (min-width: 480px) and (max-width: 1100px){

	.l-products-grid > li:nth-child(3n+1){
		float: left;
		clear: none;
		width: 32.5%;
		margin-right: 1.25%;
	}
		.l-products-grid > li:nth-child(3n+2){
		float: left;
		width: 32.5%;
	}
		.l-products-grid > li:nth-child(3n){
		float: right;
		clear: right;
		width: 32.5%;
	}

	.item > .product-name{ font-size: 12px;}
	.item > p.author_name{ font-size: 12px;}

	/* prices */
	.catalog-category-view .item > .prices .actualprice .price-text1,
	.catalogsearch-result-index .item > .prices .actualprice .price-text1{ font-size: 14px;}
	.catalog-category-view .item > .prices .actualprice .whole,
	.catalogsearch-result-index .item > .prices .actualprice .whole{ font-size: 20px; }

}

/* category 480: */

@media screen and (min-width: 640px) and (max-width: 1100px){

	.item > .product-name{ font-size: 13px;}
	.item > p.author_name{ font-size: 13px;}

	/* prices */
	.catalog-category-view .item > .prices .actualprice .price-text1,
	.catalogsearch-result-index .item > .prices .actualprice .price-text1{ font-size: 16px;}
	.catalog-category-view .item > .prices .actualprice .whole,
	.catalogsearch-result-index .item > .prices .actualprice .whole{ font-size: 22px; }

}

/* 768 */
@media screen and (min-width: 769px) and (max-width: 1100px){

	.catalog-category-view .col2-left-layout .col-main{
		float: right;
		width: 70%;
	}

	.catalog-category-view .col2-left-layout .sidebar{
		display: block;
		float: left;
		width: 30%;
		padding-right: 14px;
	}

	/* breadcrumbs */
	.breadcrumbs{ height: initial; }

	/* toolbar */
	.catalog-category-view .pager .pages{
		margin: 0 0 0 50px;
	}

	/* products grid */

}
/* 980 */
@media screen and (min-width: 980px) and (max-width: 1100px){

	.catalog-category-view .col2-left-layout .col-main{
		width: 75%;
	}

	.catalog-category-view .col2-left-layout .sidebar{
		width: 25%;
		padding-right: 20px;
	}

	.l-products-grid > li:nth-child(4n+1){
		float: left;
		width: 24%;
		clear: left;
		margin-right: 1.33%;
	}
	.l-products-grid > li:nth-child(4n+2){
		float: left;
		width: 24%;
		margin-right: 1.33%;
	}
	.l-products-grid > li:nth-child(4n+3){
		float: left;
		width: 24%;
		margin-right: 1.33%;
	}
	.l-products-grid > li:nth-child(4n){
		float: right;
		clear: right;
		margin-right: 0;
		width: 24%;
	}
}


/* pdp 320: */

.catalog-product-view .jc_wrapper *,
.catalog-product-view .jc_wrapper *:before,
.catalog-product-view .jc_wrapper *:after{
	box-sizing: border-box;
}

/* pdp left col fix */
@media screen and (min-width: 320px) and (max-width: 768px){

	/* prices section */
	.product-view #container-product-price{ width: 100%; margin-bottom: 20px; }
	.product-view #container-product-price .col-left{ padding: 0; border-right: none; min-height: initial; width: 100%; text-align: left; }
	.product-view #container-product-price .col-left > .prices{ width: 100%;}
	.product-view #container-product-price .col-right{ display: none; }
}


@media screen and (min-width: 320px) and (max-width: 1100px){

	.product-view{
		border: 1px solid #efedea;
		border-bottom: none;
	}

	/* PRODUCT IMG */
	.product-view .l-product-img{
		padding: 40px 0 35px 0;
		float: none;
		width: 100%;
		border-bottom: 1px solid #efedea;
		text-align: center;
	}
	.product-view .l-product-img img{
		display: inline-block;
		margin-bottom: 0;
		width: 140px;
		height: auto;
	}

	/* product text details */
	.col1-layout .product-view .l-product-shop{
		width: 100%;
		margin-left: 0;
	}

	/* PRODUCT-PAGE-HEAD */
	#product-page-head{ padding: 15px 6px;}
		.product-view .product-shop .product-name h1{
			font-size: 16px;
			line-height: 24px;
			color: #302f2f;
		}
		#go-search-author span{
			font-size: 14px;
			line-height: 21px;
			color: #848691;
		}



	/* DESCRIPTION */
	.l-product-shop .box-description{
		padding: 0 6px 10px;
	}
		.box-description .std{
			font-size: 12px;
			line-height: 20px;
			color: #2f2f2f;
		}

		.show-more{
			float: right;
			color: #f79e42;
		}
		.show-more:after{
			content: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/icon-arrow-down.png");
			margin-left: 5px;
		}
		.show-less{
			float: right;
			color: #f79e42;
		}
		.show-less:after{
			content: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/icon-arrow-up.png");
			margin-left: 5px;
		}
		.full-text{ display: none; }
	.product-view #container-product-price{
		background: none;
		margin:0;
		padding: 0;
	}

	/*MOBILE PRICE BOX */
	.l-mobile-price-box{}

	.in-stock-bottom-product-view:after{content: ''; display: table; clear: both; }
	.in-stock-bottom-product-view{
		padding: 10px 6px 0;
		border-bottom: 1px solid #efedea;
	}
		.in-stock-bottom-product-view p { font-size: 18px; }

	.l-mobile-price-box + .prices{ width: 100%; padding-top: 10px;}
	.catalog-product-view .prices .discount{ display: none; top: 15px; left:110px; margin-left: 0;}
		.l-mobile-price-box + .prices .actualprice,
		.l-mobile-price-box + .prices .specialprice{
			display: block;
			padding: 5px 6px;
			line-height: initial;
			margin: 0;
		}
			.l-mobile-price-box + .prices .actualprice > span{ display: inline-block; }
			.catalog-product-view .product-view .whole{
				font-size: 30px;
			}
			.product-view .slashed .whole{ font-size: 30px; }
			.product-view .fraction, .product-view .slashed .fraction {
			  font-size: 20px;
			}
			.product-view .fractioncurrency, .product-view .slashed .fractioncurrency{
			  font-size: 12px;
			}
	.catalog-product-view .l-mobile-price-box + .prices .actualprice.slashed{
		float: left;
		padding: 5px 6px;
		margin: 0;
		width: auto;
	}
	.l-mobile-price-box + .prices .specialprice{ float: left; width: auto;}
	.l-mobile-price-box + .prices .addto{
		clear: left;
		margin-top: 0;
		padding: 15px 6px 25px;
		border-top: 1px solid #efedea;

	}
		.l-mobile-price-box + .prices .addto a{ display: inline-block;}
		.l-product-shop .addto a.link-wishlist-product-view{
			position: initial;
			padding: 10px 40px 10px 10px;
			background: #f89938 url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/icon-wishlist-mobile.png") no-repeat scroll right 10px center !important;
			height: auto;
			margin-right: 0;
			margin-bottom: 0;
		}
			.l-product-shop .addto a.link-wishlist-product-view{ font-size: 15px;}

		/* cart */
		.l-product-shop .addto .add-to-cart{ float: left; margin-right: 20px;}
		.l-product-shop .addto .add-to-cart button{padding-right: 10px;}
		.l-product-shop .addto .add-to-cart button span{ font-size: 14px; }
		#product-options-wrapper .add-to-cart, #product-options-wrapper .add-to-cart1{ position: absolute; left: 6px; top: 103px; }
		#product-options-wrapper .add-to-cart1 button{ height: 39px; padding-right: 10px; }
		#product-options-wrapper .add-to-cart button span, #product-options-wrapper .add-to-cart1 button span{ font-size: 15px; }

		/* book format */
		.l-product-shop .prices{ position: relative; }
		.l-product-shop .prices .product-options{
			position: initial;
		}
		.l-product-shop .prices .product-options > dl:after{ content: ''; display: table; clear: both; }
			.l-product-shop .product-options .required{ font-size: 14px; }
			.product-options .selectBox-dropdown{ width: 135px; height: 25px; }
			.product-options .required-entry.super-attribute-select.selectBox{ height: 25px; width: 140px; }

	/* mobile additional section */
	.l-mobile-additional{
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
		.l-mobile-additional #more_information .toolbar-head{ display: none;}
		.l-mobile-additional #atributes{
			position: relative;
			font-size: 12px;
			font-weight: 400;
			color: #7f8083;
		}
		.l-mobile-additional #atributes:before{
			content: '';
			width: 120px;
			height: 2px;
			position: absolute;
			background-color: #edede7;
			transform: rotate(90deg);
			transform-origin: 120px 0;
			right: 0;
			top: 160px;
			display: none;
		}
		.l-mobile-additional #atributes:after{content: ''; display: table; clear: both;}
			.l-mobile-additional #atributes .col-left{
				width: auto;
				border-right: 0 !important;
			}
				.catalog-product-view #more_information #atributes .col-left {
					font-size: 10px;
					font-weight: 400;
					color: #7f8083;
				}

			.catalog-product-view #more_information #atributes .col-right{
					width: auto;
					float: left;
					margin-left: 10px;
					font-size: 10px;
					font-weight: 400;
					color: #7f8083;
			}

		/* right column */
		.l-mobile-posta{
			padding-left: 10px;
			margin-bottom: 20px;
			float: none;
			width: 100%;
			font-size: 14px;
			color: #7f8083;
		}


	/* mobile review */
	#customer-reviews{ background: none; margin: 0; border: 1px solid #efedea; border-top: none;}
	#add-review-container{  }
	#add-review-container .form-add{ padding: 0 6px 20px; float: none; width: 100%;}
		#customer-reviews .toolbar-head{
			padding-bottom: 0;
			margin-bottom: 20px;
			height: auto;
			border-bottom: none;
		}
		#customer-reviews > .toolbar-head > span{ padding: 0 0 0 6px; }
			#add-review-container .toolbar-head >span{
				display: inline;
				float: none;
				padding: 0;
				font-size: 16px;
				color: #816a56;
			}
			#customer-reviews > dl{
				padding: 0 0 0 6px;
				margin-bottom: 15px;
			}

	#add-review-container #review-form{ width: auto; display: inline}
		#add-review-container ul.form-list > li{ margin-bottom: 10px;}
			#add-review-container ul.form-list label{
				display: block;
				padding-bottom: 5px;
				padding-top: 0;
				font-size: 14px;
				color: #2f2f2f;
			}
				#add-review-container ul.form-list label > em{ margin-right: 2px; }
			#add-review-container #review-form .input-box{ width: 100%;}
			#add-review-container #review-form .form-list input.input-text{
				width: 100%;
				background: none;
				height: 32px;
				border-color: #dfdddc;
			}
			#add-review-container #review-form .form-list textarea{
				width: 100%;
				background: none;
				border-color: #dfdddc;
			}

		#product-review-table{
			margin-top: 15px;
			margin-left: -10px;
			position: static;
			float: left;
		}
			#review-ratings{ float: none;}
				#product-review-table span.code{ display: none;}

		.button-submit-review{
			margin: -20px 0 15px;;
			right: 0;
			bottom: 0;

		}

	#container-product-price-after{ display: none;}


	/* jcarousel */
	.catalog-product-view .jc_wrapper{
		margin-top: 20px;
		padding: 20px 10px 0;
		border-radius: none;
	}
	.catalog-product-view .jc_wrapper .subtitle{
		border-bottom: none;
		color: #816a56;
		font-weight: 400;
		font-size: 14px;
	}
	.catalog-product-view .jcarousel{
		margin-bottom: 0;
	}

	/* carousel item */
	.catalog-product-view .jcarousel li{
		padding: 20px 10px 7px;
	}

	/* controls */
	.catalog-product-view .jcarousel-control-prev,
	.catalog-product-view .jcarousel-control-next{ top: 30%;}

	.catalog-product-view .l-item{ margin-bottom: 0; }
	.catalog-product-view .l-item .product-image > img{
		margin-bottom: 0;
		width: 100%;
		height: auto;
	}

	/* info */
	.catalog-product-view .l-item .info{}
		.catalog-product-view .l-item .info .product-name{
			padding: 0;
			margin-top: 10px;
			white-space: nowrap;
			overflow: hidden;
		    text-overflow: ellipsis;
		}
		.catalog-product-view .l-item .info .author_name{
			padding: 0;
			margin-bottom: 25px;
		}
	.catalog-product-view .info .ratings{ display: none; }
	/* prices */
	.catalog-product-view .info .prices{
		width: auto;
		text-align: left;
		border: none;
		padding: 10px 0 0 0;
		border-top: 1px solid #d5d1cb;
	}
	.catalog-product-view .info .prices .discount{ left: 0; top: 50px; }
	.catalog-product-view .info .prices:after{ content: ''; display: table; clear: both; }
		.catalog-product-view .info .prices .actualprice{
			float: none; padding-bottom: 5px; margin-bottom: 0;
		}
		.catalog-product-view .prices .actualprice.slashed{
			float: left; width: auto; margin: 0;
		}
		.catalog-product-view .info .prices .specialprice{ float: right; margin-right: 0;}
		.catalog-product-view .info .prices .addto{
			float: none;
			clear: left;
			width: 100%;
			height: auto;
			background: none;
			padding-top: 10px;
			border-top: 1px solid #d5d1cb;
		}
		.catalog-product-view .info .prices .addto:after{
			display: table;
			content: '';
			clear: both;
		}
		.catalog-product-view .info .prices .addto a{ margin-bottom: 0;}
			.catalog-product-view .info .prices .addto a:not(.link-wishlist-product-view){
				float: right;
				background: rgba(0, 0, 0, 0) url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/cart-icon.png") no-repeat scroll 0 0;
			}
			.catalog-product-view .info .prices .addto .link-wishlist-product-view{
				display: block !important;
				float: left;
				width: 23px;
				height: 24px;
				background: transparent url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/icon-wishlist-mobile.png") no-repeat scroll 0 0 !important;
				text-indent: -9999px;
			}
		.catalog-product-view .info .prices .addto .add-to-cart > button{ float: right; }
}


@media screen and (min-width: 360px) and (max-width: 1100px){

	.product-view .l-product-img img{ width: 160px;}
	.product-view .product-shop .product-name h1{ font-size: 17px; }
	#go-search-author span{ font-size: 15px; }
	.box-description .std{ font-size: 13px; }

	.product-options .selectBox-dropdown{ width: 150px; }
	.l-product-shop .addto .add-to-cart button{ padding-right: 20px; }
	.l-product-shop .addto .add-to-cart button span{ font-size: 15px; }

	/* additional information */
	#more_information:after{
		content: '';
		display: table;
		clear: both;
	}

	.catalog-product-view #more_information #atributes .col-left,
	.catalog-product-view #more_information #atributes .col-right{ font-size: 11px; }


	.catalog-product-view .jcarousel li{ padding: 30px 50px; }

	.catalog-product-view .jc_wrapper .subtitle{ font-size: 15px; }

	.catalog-product-view .info .product-name{ font-size: 13px; }

	.catalog-product-view .info .whole{ font-size: 22px;}
}

@media screen and (min-width: 400px) and (max-width: 1100px){

	.product-view .l-product-img img{ width: 170px; }
	.product-view .product-shop .product-name h1{ font-size: 18px; }
	#go-search-author span{ font-size: 16px; }
	.box-description .std{ font-size: 14px; }

	/* additional information */
	#more_information:after{
		content: '';
		display: table;
		clear: both;
	}
	.l-mobile-additional{
		float: left;
		width: 75%;
	}
		.l-mobile-additional #atributes:before{ display: initial; top: 140px; }
		.catalog-product-view #more_information #atributes .col-left,
		.catalog-product-view #more_information #atributes .col-right{ font-size: 10px; }

	.l-mobile-posta{
		padding-top: 15px;
		float: left;
		width: 25%;
		font-size: 13px;
	}

	.catalog-product-view .jcarousel li{ padding: 30px 60px; }
}


@media screen and (min-width: 480px) and (max-width: 1100px){

	.product-view .l-product-img img{ width: 190px; }
	.product-view .product-shop .product-name h1{ font-size: 20px; }
	.box-description .std{ font-size: 15px;}

	.catalog-product-view .whole{ font-size: 36px; }
	.product-view .fraction{ font-size: 20px; }
	.product-view .fractioncurrency{ font-size: 12px; }

	.catalog-product-view #more_information #atributes .col-left,
	.catalog-product-view #more_information #atributes .col-right{ font-size: 12px; }

	.l-mobile-additional{
		float: left;
		width: 75%;
	}

	.l-mobile-posta{
		padding-top: 15px;
		padding-left: 10px;
		float: left;
		width: 25%;
		font-size: 13px;
	}

	.l-mobile-review .toolbar-head > span{ font-size: 18px; }
	.l-mobile-review ul.form-list label{ font-size: 15px; }

	.catalog-product-view .jc_wrapper .subtitle{ font-size: 16px; }

		.catalog-product-view .jcarousel li{ padding: 10px; }
}

@media screen and (min-width: 640px) and (max-width: 1100px){

	.catalog-product-view #more_information #atributes .col-left,
	.catalog-product-view #more_information #atributes .col-right{ font-size: 13px; }

	.l-mobile-additional{
		width: 55%;
	}

	.l-mobile-posta{
		width: 45%;
		font-size: 14px;
	}
}

@media screen and (min-width: 769px) and (max-width: 1100px){

	.product-view .l-product-img img{ width: 240px; }

	.l-product-shop .prices .product-options{ top: 40px; }
	.l-product-shop .prices .product-options{
		left: auto;
		right: 0;
	}
	.link-wishlist-product-view.config-prod-price{ display: inline-block; float: right;}
	.l-product-shop .addto .add-to-cart{ float: right;}

	.catalog-product-view #more_information #atributes .col-left,
	.catalog-product-view #more_information #atributes .col-right{ font-size: 14px; width: 50%;}
	.catalog-product-view #more_information #atributes .col-right{padding-left: 10px; margin-left: 0;}

	.l-mobile-posta{
		font-size: 15px;
	}

	.catalog-product-view .product-view{ border: none;}

	.catalog-product-view .in-stock-bottom-product-view{ border-bottom: none; }

	/* customer review */
	#customer-reviews{
		background: none;
		margin-top: 30px;
		padding: 0 20px;
	}
	.form-add{}
		#customer-reviews .toolbar-head{
			height: auto;
			border-bottom: none;
		}
			#add-review-container .toolbar-head span{
				display: initial;
				float: none;
				padding: 0;
			}

		#review-form{
			width: initial;
			display: inline;
		}
			#review-form .input-box #summary_field,
			#review-form .input-box #review_field{ width: 100%;}

	#more_information{}
}


@media screen and (min-width: 980px) and (max-width: 1100px){

	.product-view .l-product-img img{ width: 265px; }
}


/* cart: */
.checkout-cart-index{}

@media screen and (min-width: 320px) and (max-width: 768px){

	.cart #shopping-cart-table{}
	.cart #shopping-cart-table tr.thead{ display: none;}
		.cart #shopping-cart-table tr td:not(.table-cart-image){ display: none;}
	.cart #shopping-cart-table tr.tfoot{ display: none;}

	.cart-last-line > .button-cart.button.btn-continue{ display: none; }

	.checkout-cart-index .cart-col-right{ margin-left: 0; }

	.cart{
		padding: 18px 10px 10px;
		border: 1px solid #f0efed;
		background-color: #fdfdfd;
	}
	#shoppingCart{ margin-bottom: 0; }

	/* block title */
	#shoppingCart div.block-title{
		margin-bottom: 0;
		background-color: transparent;
	}
		#shoppingCart .block-title > strong{
			display: inline-block;
			padding: 0;
			margin-right: 7px;
		}
			#shoppingCart .block-title > strong > span{
				font-size: 16px;
				font-weight: 500;
				position: relative;
				top: -4px;
			}
		.cart-col-right .cart .block-title ul{
			display: inline-block;
			float: none;
			margin-top: 0;
		}
			.cart-col-right .cart .btn-continue span span{
				padding: 0 0 0 7px;
				font-weight: 500;
				font-size: 16px;
				line-height: 18px;
				border-color: #ec932d;
				border-width: 2px;
			}

	/* cart bar */
	#shoppingCart .cart-bar{
		height: auto;
		padding-right: 0;
		background-color: transparent;
	}
		.cart-bar .cart-total{
			margin: 0 0 5px 0;
			float: none;
			color: #595756;
		}
			.cart-bar .cart-total strong, .cart-bar .cart-total span{
				font-weight: 400;
				font-size: 14px;
			}


	/* cart table - all in one column */
	#shopping-cart-table{
	}
		h3.title-cart{
			margin-bottom: 20px;
			font-size: 14px;
			font-weight: 400;
			color: #595756;
		}
		#shopping-cart-table tbody tr{
			background-color: transparent;
			margin-bottom: 40px;
		}
		#shopping-cart-table tbody tr:last-child{ margin-bottom: 0;}
		#shopping-cart-table td.table-cart-image{
			padding: 0;
			text-align: center;
		}
		#shopping-cart-table tbody tr td.table-cart-image{ padding-top: 15px; }
	.product-image img{
		margin-bottom: 25px;
		width: 145px;
		height: auto;
	}

	/* mobile cart */
	.l-mobile-cart{
		margin-bottom: 20px;
		text-align: initial;
	}

	/* product name */
	.l-cart-productname{
		margin-bottom: 15px;
	}
		#shoppingCart .product-name{
			font-weight: 400;
			color: #2f2f2f;
			font-size: 13px;
		}
		.l-cart-productname .item-cart-book_author{ display: none;}


	/* wishlist */
	.l-cart-wishlist{
		margin-bottom: 10px;
		text-align: center;
		position: relative;
	}
		.l-cart-wishlist .l-cart-wishlist-label{
			position: absolute;

		}

	/* stock */
	.l-cart-stock{
		position: relative;
		margin: 10px 0;
	}
		.cart-item-instock-icon{
			width: 20px;
			height: 24px;
			background-size: 20px 24px;
		}
		.l-cart-stock .cart-stock{
			position: absolute;
			left: 0;

			font-size: 13px;
			bottom: 0;
			color: #2f2f2f;
		}

	/* price row */
	.l-price-wrapper{
		padding: 15px 0 10px 0;
		border-top: 2px solid #ebebe5;
		border-bottom: 2px solid #ebebe5;
	}
	.l-price-wrapper > div{ float: left;}
		.l-cart-price{
			margin-right: 5px;
			width: auto;
			font-size: 11px;
			color: #f89938;
		}
		.l-cart-qty{
			margin-right: 5px;
			width: auto;
			font-size: 11px;
			color: #2f2f2f;
		}
			.l-cart-qty input.cart-qty{
				width: 22px;
				height: 17px;
				margin-top: -3px;
			}
		.l-cart-subtotal{
			width: auto;
			font-size: 11px;
			color: #f89938;
		}

	/* cart update button */
	.l-cart-update{
		margin-bottom: 20px;
	}
		.l-cart-update button.btn-update{
			float: none;
			width: 100%;
			height: 32px;
			line-height: 32px;
			text-align: center;
			border: 1px solid #e8e6e3;
			background-color: #fefefe;
		}
			.l-cart-update button.btn-update span span{
				padding-right: 0;
				color: #f89938;
				font-size: 14px;
				text-transform: none;
			}

	/* cart last line */
	.cart-last-line{
		margin-top: 0;
		margin-bottom: 15px;
		background: transparent;
		height: auto;
		font-size: 14px;
		text-align: center;
	}
		.cart-last-line .button.btn-proceed-checkout.btn-checkout{
			float: none;
			width: 100%;
			margin: 0 0 13px 0;
			padding-left: 0;
			background-image: none;
			height: 32px;
			line-height: 32px;
		}
			.cart-last-line .button.btn-proceed-checkout.btn-checkout span span{
				margin:0;
				padding: 0;
				height: 32px;
				line-height: 32px;
				font-size: 14px;
				font-weight: 400;
				text-transform: uppercase;
			}

		.cart-last-line .call{
			float: none;
		}
			.cart-last-line .right-call-button{
				float: none;
				margin: 0;
			}
			.call-in-right{
				float: none;
				padding-left: 0;
			}

}


@media screen and (min-width: 360px) and (max-width: 1100px){

	#shoppingCart div.block-title{ margin-bottom: 10px;}
	.product-image img{ width: 150px; }
	#shoppingCart .product-name{ font-size: 14px;}
	.l-cart-wishlist .l-cart-wishlist-label{ font-size: 14px;}
	.l-cart-stock .cart-stock{ font-size: 14px; }
	.l-cart-price, .l-cart-qty, .l-cart-subtotal{ font-size: 12px;}
	.l-cart-price, .l-cart-qty{ margin-right: 7px; }
		.l-cart-qty input.cart-qty{ width: 27px; }
}

@media screen and (min-width: 400px) and (max-width: 1100px){

	#shoppingCart .block-title > strong > span{ font-size: 18px; }
	.cart-col-right .cart .btn-continue span span{ font-size: 18px; line-height: 20px; }
	.cart-bar .cart-total strong, .cart-bar .cart-total span{ font-size: 16px; }
	h3.title-cart{ font-size: 15px; }
	#shoppingCart div.block-title{ margin-bottom: 15px;}
	.product-image img{ width: 155px; }
	#shoppingCart .product-name{ font-size: 15px;}
	.l-cart-wishlist .l-cart-wishlist-label{ font-size: 15px;}
	.l-cart-stock .cart-stock{ font-size: 15px; }
	.l-cart-price, .l-cart-qty, .l-cart-subtotal{ font-size: 13px;}
	.l-cart-price, .l-cart-qty{ margin-right: 10px; }
		.l-cart-qty input.cart-qty{ width: 30px; }
	.l-cart-update button.btn-update span span{ font-size: 15px; }
	.cart-last-line{ font-size: 15px; }
}

@media screen and (min-width: 480px) and (max-width: 1100px){

	#shoppingCart .block-title > strong > span{ font-size: 20px; }
	.cart-col-right .cart .btn-continue span span{ font-size: 20px; line-height: 20px; }
	.cart-bar .cart-total strong, .cart-bar .cart-total span{ font-size: 17px; }
	h3.title-cart{ font-size: 16px; }
	#shoppingCart div.block-title{ margin-bottom: 20px;}
	.product-image img{ width: 170px; }
	#shoppingCart .product-name{ font-size: 16px;}
	.l-cart-wishlist .l-cart-wishlist-label{ font-size: 16px;}
	.l-cart-stock .cart-stock{ font-size: 16px; }
	.l-cart-price, .l-cart-qty, .l-cart-subtotal{ font-size: 14px;}
	.l-cart-price, .l-cart-qty{ margin-right: 15px; }
		.l-cart-qty input.cart-qty{ width: 32px; }
	.l-cart-update button.btn-update{ height: 40px; line-height: 40px; }
	.cart-last-line .button.btn-proceed-checkout.btn-checkout{ height: 40px; line-height: 40px; }
	.l-cart-update button.btn-update span span{ font-size: 16px; }
	.cart-last-line .button.btn-proceed-checkout.btn-checkout span span{ font-size: 15px; }
	.cart-last-line{ font-size: 16px; }
}

@media screen and (min-width: 640px) and (max-width: 1100px){

	#shoppingCart .block-title > strong > span{ font-size: 24px; }
	.cart-col-right .cart .btn-continue span span{ font-size: 24px; line-height: 23px; }
	.cart-bar .cart-total strong, .cart-bar .cart-total span{ font-size: 18px; }
	h3.title-cart{ font-size: 18px; }
	.product-image img{ width: 240px; }
	#shoppingCart .product-name{ font-size: 18px;}
	.l-cart-wishlist .l-cart-wishlist-label{ font-size: 17px;}
	.l-cart-stock .cart-stock{ font-size: 17px; }
	.l-cart-price, .l-cart-qty, .l-cart-subtotal{ font-size: 15px;}
	.l-cart-price, .l-cart-qty{ margin-right: 20px; }
		.l-cart-qty input.cart-qty{ width: 40px; }
	.l-cart-update button.btn-update span span{ font-size: 18px; }
	.cart-last-line .button.btn-proceed-checkout.btn-checkout span span{ font-size: 16px; }
	.cart-last-line{ font-size: 18px; }
	.call-in-font{ font-size: 18px; }
}

@media screen and (min-width: 769px) and (max-width: 1100px){

	/* some fix */
	.cart-col-right{margin-left: 0;}

	/* cart-collaterals */
	.cart-collaterals{}
		.cart .cart-collaterals .col2-set{
			width: 100%;
			max-width: 1100px;
		}
		.cart-collaterals .shipping #postcode{ width: 222px; }

	#shopping-cart-table{}
		td.table-cart-name{ width: 50%; }

	.cart .cart-collaterals{}
		.col-1{ padding-left: 10px;}

	.cart-collaterals .shipping{margin: 0;}
		.shipping-form{ width: auto; }
		.shipping-form .selectBox-dropdown{
			max-width: 222px;
			width: 100%;
		}
		.cart-collaterals .shipping #postcode{
			max-width: 222px;
			width: 100%;
		}
		.shipping-form .form-list .input-box{
			float: left;
			max-width: 222px;
			width: 100%;
		}
			.cart-collaterals .shipping button.button-cart{ margin-bottom: 10px; }

	/* block title */
	#shoppingCart div.block-title{ margin-bottom: 0 ; padding: 0 10px; }
	.checkout-cart-index div.cart-col-right div.cart.block div.block-title strong.l-cart-shopping-cart{ padding: 0; min-height: initial;}
	#shoppingCart .block-title > strong > span{ font-size: 18px; font-weight: 700;}
	.cart-col-right .cart .btn-continue span span{ font-size: 15px; font-weight: 700;}

	/* cart bar */
	.cart-bar .cart-total strong, .cart-bar .cart-total span{ font-size: 16px; }
	.cart-col-right .cart .btn-continue span span{ line-height: 18px; }

	/* table */
		/* product img */
		#shoppingCart .product-image img{
			display: inline;
			width: auto;
		}

		#shoppingCart .product-name{ font-size: 13px; }

	.cart-last-line .button.btn-proceed-checkout.btn-checkout span span{ font-size: 15px; }
	.cart-last-line{ font-size: 16px; }
		.call-in-font{ font-size: 16px; }
}

@media screen and (min-width: 1100px){
	.checkout-cart-index div.cart-col-right div.cart.block div.block-title strong.l-cart-shopping-cart{ padding: 0; min-height: initial;}
}


/*=========================================
	checkout
===========================================*/
@media screen and (min-width: 320px) and (max-width: 768px){

	.opc-index-index{}


	.opc-wrapper-opc{
		margin: 20px 0;
		padding: 0;
	}

	/* title */
	.opc-index-index .l-checkout-name{
		margin: 0;
		padding: 0 0 20px 0;
		border: 1px solid #eae9e1;
		border-bottom: none;
		background-color: #f9f9f8;
	}
	.opc-index-index .l-checkout-name > h2{
		padding: 10px 5px;
		margin-bottom: 15px;
		font-size: 14px;
		color: #f79e42;
		background-color: #eae9e1;
	}
	.opc-index-index .l-checkout-name > p:not(.text-login){
		padding: 0 5px;
		margin-bottom: 7px;
		font-size: 11px;
		color: #3e3e3e;
	}
	.opc-index-index .l-checkout-name > p.text-login{
		padding: 0 5px;
		font-size: 11px;
		color: #3e3e3e;
	}
		.opc-index-index .l-checkout-name > p.text-login .signin-modal{

		}

	/* left -columnn */
	.opc-index-index .opc-wrapper-opc .opc-col-left{
		margin: -15px 0 20px 0;
		border: 1px solid #eae9e1;
		border-top: none;
		background-color: #f9f9f8;
	}

	/* select box */
	.opc-index-index .opc-wrapper-opc select,
	.opc-index-index .opc-wrapper-opc textarea{
		background-color: transparent;
	}

	/* name */
	.opc-index-index .opc-wrapper-opc .form-list li .field{
		float: none;
		width: 100%;
		margin: 0;
	}

	/* billing form */
	#co-billing-form{
		padding-bottom: 13px;
	}
	#co-billing-form > h3,
	#opc-address-form-shipping h3 {
		padding: 0 5px 10px;
		margin-bottom: 15px;
		border-bottom: 1px solid #eae9e1;
		color: #3e3e3e;
		font-weight: 400;
		font-size: 14px;

	}

	#co-billing-form > .form-list,
	#opc-address-form-shipping  .form-list{
		padding: 0 5px;
	}
	.opc-index-index .opc-wrapper-opc .form-list li.fields{
		margin: 0;
	}
	/* field */
	.opc-index-index .opc-wrapper-opc .form-list li .field,
	.opc-index-index .opc-wrapper-opc .form-list li div.fields,
	.opc-index-index .opc-wrapper-opc .form-list li.wide{
		margin-bottom: 15px;
	}
		.opc-index-index .opc-wrapper-opc li .field > label,
		.opc-index-index .opc-wrapper-opc li.wide > label{
			padding: 0;
			margin-bottom: 2px;
			color: #2f2f2f;
			font-size: 12px;
		}
		.opc-index-index .opc-wrapper-opc li .field > .input-box > .input-text,
		.opc-index-index .opc-wrapper-opc li .field > .input-box > select,
		.opc-index-index .opc-wrapper-opc li.wide > .input-box > .input-text{
			padding: 0 0 0 5px;
			margin: 0;
			height: 30px;
			line-height: 30px;
			border-color: #dfdddc;
		}

	/* labels */
	.opc-wrapper-opc .opc-col-left .control label{
		font-size: 12px;
		color: #3e3e3e;
	}

	/* payment */
	.opc-index-index .opc-wrapper-opc .opc-col-center{
		margin-right: 0;
		margin-bottom: 0;
		padding: 10px 5px;
		border: 1px solid #eae9e1;
		border-bottom: none;
		background-color: #f9f9f8;
	}

	.opc-index-index .shipping-block{
		margin-bottom: 15px;
	}
		.opc-index-index .opc-col-center .shipping-block > h3,
		.opc-index-index .opc-col-center .payment-block > h3,
		.opc-index-index .opc-col-center .discount-block > h3,
		.opc-index-index .opc-col-center .comment-block > h3,
		.opc-index-index .opc-col-right > h3{
			margin: 0 0 10px 0;
			padding: 0;
			color: #3e3e3e;
			font-size: 14px;
			border-bottom: none;
		}
		.opc-index-index #shipping-block-methods p{
			padding: 0 5px;
			margin: 0;
			color: #848691;
		}

	.opc-index-index .opc-col-center .payment-block {
		margin-top: 0;
		margin-bottom: 15px;
	}

	.opc-index-index .opc-col-center #co-payment-form dt{
		margin-bottom: 15px;
	}
	.opc-index-index .opc-col-center #co-payment-form dd {

	}
		.opc-index-index .opc-col-center #co-payment-form dd li{ margin: 0; line-height: 20px; }
		.opc-index-index .opc-col-center #co-payment-form dd ul{margin-bottom: 15px;}
		#payment_form_msp_cashondelivery br{ display: none;}
		.opc-index-index .opc-col-center #co-payment-form dd span,
		.opc-index-index .opc-col-center #co-payment-form dd li{
			font-size: 11px;
			color: #3e3e3e;
		}
		.opc-index-index .opc-col-center #co-payment-form dd li img{
			width: 20%;
			display: inline-block;
			margin-bottom: 10px;
		}
		#payment_form_checkmo > li > label{
			display: block;
			float: none;
		}

	/* discount block */
	.opc-index-index .opc-col-center .discount-block {
		margin-top: 0;
		margin-bottom: 15px;
	}

	.opc-index-index .opc-col-center .discount-block > h3{
		padding-bottom: 10px;
		margin-bottom: 15px;
		border-bottom: 1px solid #eae9e1;
	}

	.opc-index-index .opc-col-center .discount-form label{ font-size: 12px; display: inline-block;}
	.opc-index-index .opc-col-center .discount-form .input-box #coupon_code{
		width: 100%;
		height: 30px;
		line-height: 30px;
		padding-left: 5px;
	}
	.opc-wrapper-opc .discount-block .button.apply-coupon{
		height: 30px;
		line-height: 30px;
	}
		.opc-wrapper-opc .discount-block .button.apply-coupon span{
			height: auto;
			line-height: 30px;
		}
		.opc-index-index .opc-wrapper-opc .discount-block .button.apply-coupon span span{
			padding: 0;
			background-position:20px center;
			font-weight: 400;
			font-size: 14px;
		}

	/* comment block */
	.opc-index-index .opc-col-center .comment-block {
		margin-top: 15px;
		margin-bottom: 35px;
	}


	/* right col */
	.opc-index-index .opc-wrapper-opc .opc-col-right{
		margin-bottom: 0;
		padding-bottom: 30px;
		border: 1px solid #eae9e1;
		border-top: none;
		background-color: #f9f9f8;
	}
	.opc-index-index .opc-col-right > h3{
		padding-left: 5px;
		margin-bottom: 25px;
	}

	#checkout-review-table-wrapper th{
		padding: 0 0 8px 5px;
		font-size: 12px;
	}
	#checkout-review-table-wrapper td{
		font-size: 12px;
		padding: 10px 0;
		vertical-align: middle;
	}
	#checkout-review-table-wrapper td:first-child{
		padding-left: 10px;
	}
	#checkout-review-table-wrapper td.last{ padding-right: 15px; text-align: right; }
	#checkout-review-table-wrapper td h3.product-name{
		font-size:12px;
		font-weight: 400;
	}
	#checkout-review-table-wrapper td span.cart-price,
	#checkout-review-table-wrapper td span.price{
		font-size: 12px;
	}

	/* checkout-review-submit */
	.opc-index-index .opc-col-right #checkout-review-submit .checkout-agreements{
		padding: 10px 12px;
		margin-bottom: 20px;
	}
		.opc-wrapper-opc #checkout-review-submit .agree{padding: 0; }
		.opc-wrapper-opc #checkout-review-submit .agree a{ font-size: 12px;}

	#review-buttons-container{ padding: 0 5px;}
		#review-buttons-container .button.btn-checkout.opc-btn-checkout,
		#review-buttons-container .button.btn-checkout.opc-btn-checkout span{
			height: 30px;
			line-height: 30px;
		}
		#review-buttons-container .button.btn-checkout.opc-btn-checkout span span{
			background-position: 20px center;
			font-weight: 400;
			font-size: 14px;
		}
}

@media screen and (min-width: 360px) and (max-width: 768px){

	.opc-index-index .l-checkout-name > h2{ font-size: 15px; }
	.opc-index-index .l-checkout-name > p:not(.text-login){ font-size: 12px; }
	.opc-index-index .opc-wrapper-opc li .field > label,
	.opc-index-index .opc-wrapper-opc li.wide > label{ font-size: 13px;}

	.opc-index-index .opc-wrapper-opc li .field > .input-box > .input-text,
	 .opc-index-index .opc-wrapper-opc li .field > .input-box > select,
	  .opc-index-index .opc-wrapper-opc li.wide > .input-box > .input-text { font-size: 13px; }

	  .opc-index-index .opc-col-center .shipping-block > h3,
	  .opc-index-index .opc-col-center .payment-block > h3,
	  .opc-index-index .opc-col-center .discount-block > h3,
	  .opc-index-index .opc-col-center .comment-block > h3,
	  .opc-index-index .opc-col-right > h3{ font-size: 15px; }

	  .opc-wrapper-opc .shipping-block p{ font-size: 14px; }

	  .opc-index-index .opc-col-center #co-payment-form dd span,
	  .opc-index-index .opc-col-center #co-payment-form dd li{ font-size: 12px;}

	  .opc-index-index .opc-wrapper-opc .discount-block .button.apply-coupon span span{ font-size: 15px; }
	  #checkout-review-table-wrapper th{ font-size: 13px; }
	  #checkout-review-table-wrapper td{ font-size: 13px;}
	  #checkout-review-table-wrapper td span.cart-price,
	  #checkout-review-table-wrapper td span.price{ font-size: 13px; }
	  #checkout-review-table-wrapper td h3.product-name{ font-size: 13px; }
	  .opc-wrapper-opc #checkout-review-submit .agree a{ font-size: 13px; }
	  #review-buttons-container .button.btn-checkout.opc-btn-checkout span span{ font-size: 15px;}
}


@media screen and (min-width: 400px) and (max-width: 768px){

	.opc-index-index .l-checkout-name > h2{ font-size: 16px; }
	.opc-index-index .l-checkout-name > p:not(.text-login){ font-size: 13px; }
	.opc-index-index .opc-wrapper-opc li .field > label,
	.opc-index-index .opc-wrapper-opc li.wide > label{ font-size: 13px;}

	.opc-index-index .opc-wrapper-opc li .field > .input-box > .input-text,
	 .opc-index-index .opc-wrapper-opc li .field > .input-box > select,
	  .opc-index-index .opc-wrapper-opc li.wide > .input-box > .input-text { font-size: 13px; }

	  .opc-index-index .opc-col-center .shipping-block > h3,
	  .opc-index-index .opc-col-center .payment-block > h3,
	  .opc-index-index .opc-col-center .discount-block > h3,
	  .opc-index-index .opc-col-center .comment-block > h3,
	  .opc-index-index .opc-col-right > h3{ font-size: 16px; }

	  .opc-wrapper-opc .shipping-block p{ font-size: 14px; }

	  .opc-index-index .opc-col-center #co-payment-form dd span,
	  .opc-index-index .opc-col-center #co-payment-form dd li{ font-size: 13px;}

	  .opc-index-index .opc-wrapper-opc .discount-block .button.apply-coupon span span{ font-size: 16px; }
	  #checkout-review-table-wrapper th{ font-size: 13px; }
	  #checkout-review-table-wrapper td{ font-size: 13px;}
	  #checkout-review-table-wrapper td span.cart-price,
	  #checkout-review-table-wrapper td span.price{ font-size: 13px; }
	  #checkout-review-table-wrapper td h3.product-name{ font-size: 13px; }
	  .opc-wrapper-opc #checkout-review-submit .agree a{ font-size: 13px; }
	  #review-buttons-container .button.btn-checkout.opc-btn-checkout span span{ font-size: 16px;}
}

@media screen and (min-width: 400px) and (max-width: 768px){

	.opc-index-index .l-checkout-name > h2{ font-size: 18px; }
	.opc-index-index .l-checkout-name > p:not(.text-login){ font-size: 14px; }
	.opc-index-index .opc-wrapper-opc li .field > label,
	.opc-index-index .opc-wrapper-opc li.wide > label{ font-size: 14px;}

	.opc-index-index .opc-wrapper-opc li .field > .input-box > .input-text,
	 .opc-index-index .opc-wrapper-opc li .field > .input-box > select,
	  .opc-index-index .opc-wrapper-opc li.wide > .input-box > .input-text { font-size: 14px; }

	  .opc-index-index .opc-col-center .shipping-block > h3,
	  .opc-index-index .opc-col-center .payment-block > h3,
	  .opc-index-index .opc-col-center .discount-block > h3,
	  .opc-index-index .opc-col-center .comment-block > h3,
	  .opc-index-index .opc-col-right > h3{ font-size: 18px; }

	  .opc-wrapper-opc .shipping-block p{ font-size: 15px; }

	  .opc-index-index .opc-col-center #co-payment-form dd span,
	  .opc-index-index .opc-col-center #co-payment-form dd li{ font-size: 14px;}

	  .opc-index-index .opc-wrapper-opc .discount-block .button.apply-coupon span span{ font-size: 18px; }
	  #checkout-review-table-wrapper th{ font-size: 14px; }
	  #checkout-review-table-wrapper td{ font-size: 14px;}
	  #checkout-review-table-wrapper td span.cart-price,
	  #checkout-review-table-wrapper td span.price{ font-size: 14px; }
	  #checkout-review-table-wrapper td h3.product-name{ font-size: 14px; }
	  .opc-wrapper-opc #checkout-review-submit .agree a{ font-size: 14px; }
	  #review-buttons-container .button.btn-checkout.opc-btn-checkout span span{ font-size: 18px;}
}

@media screen and (min-width: 769px) and (max-width: 979px){

	.opc-wrapper-opc{ padding: 0 20px; }
	.opc-wrapper-opc label{ width: auto;}
	.opc-index-index .opc-wrapper-opc .opc-col-left{
		float: left;
		width: 49%;
		margin-right: 0;
	}
	.opc-index-index .opc-wrapper-opc .opc-col-center{
		float: right;
		width: 49%;
		margin-right: 0;
	}
	.opc-index-index #coupon_code{
		max-width: 320px;
		width: 100%;
	}
	.opc-wrapper-opc .discount-block .button{ max-width: 320px;}
	.opc-wrapper-opc .opc-col-right{ clear: right; }
	.opc-wrapper-opc .btn-checkout{ max-width: 320px; }
}

@media screen and (min-width: 980px) and (max-width: 1100px){

	.opc-wrapper-opc{ padding: 0 20px;}
	.opc-index-index .opc-wrapper-opc .opc-col-left{ margin-right: 10px;}
	.opc-index-index .opc-wrapper-opc .opc-col-center{ margin: 0 10px; }
	.opc-wrapper-opc .opc-col-right{ margin-left: 10px; }
}

/*==============================
	product review:
===============================*/
@media screen and (min-width: 320px) and (max-width: 768px){


	.review-customer-index .col-main{
		float: none;
	}

	#my-reviews-table{ display: none;}
	.review-customer-index .limiter,
	.review-customer-index .amount{ display: none}

	.review-customer-index .page-title + .amount{ display: block; }

	.review-customer-index .my-account p.amount{
		padding: 0;
		margin-bottom: 15px;
		line-height: initial;
		background: none;
		color: #ec932d;
		text-indent: 0;
	}

	/* review */
	.l-item-review{
		margin-bottom: 35px;
	}
	.l-review-img{
		margin-bottom: 25px;
		text-align: center;
	}
		.l-review-img img{ margin-bottom: 0;}
	.l-review-product-name{ margin-bottom: 15px; }
	.l-review-rating{
		position: relative;
		padding: 15px 0;
		margin-bottom: 10px;
		border-top: 1px solid #eeeee8;
		border-bottom: 1px solid #eeeee8;
	}
		.l-review-rating .rating-box{
			float: left;
			margin-right: 20px;
		}
		.review-show-more, .review-show-less{
			color: #ec932d;
			float: right;
		}


	.review-customer-index .my-account .buttons-set{
		position: absolute;
	}
		.review-customer-index .my-account .buttons-set .back-link{
			position: initial;
		}

}

@media screen and (min-width: 400px) and (max-width: 768px){

	.my-account p.amount{ font-size: 14px;}
	.l-review-img .product-image img{ width: 165px; }
	.l-review-product-name .product-name{ font-size: 14px;}
}

@media screen and (min-width: 480px) and (max-width: 768px){

	.my-account p.amount{ font-size: 15px;}
	.l-review-img .product-image img{ width: 180px; }
	.l-review-product-name .product-name{ font-size: 15px;}
	.l-review-text span{ font-size: 14px; }
}

@media screen and (min-width: 769px) and (max-width: 1100px){



}

/*==============================
	contact:
===============================*/
@media screen and (min-width: 320px) and (max-width: 768px){

	.cms-contact .std:after{
		content: '';
		display: table;
		clear: both;
	}

	.cms-contact #contactForm{
		display: block;
		height: auto;
		float: none;
		width: 100%;
		padding: 20px 5px;
		border: 1px solid #f0efed;
		background-color: #fafafa;
	}

	.cms-contact .contact-info{
		float: none;
		width: 100%;
		padding: 0  20px 20px;
		margin-bottom: 20px;
		text-align: center;
	}

	/* form fields */
	.cms-contact .form-list .field, .cms-contact .form-list li{ width: 100%; float: none;}
	.cms-contact .form-list .wide{
		margin-top: 10px;
	}
	.cms-contact .form-list .input-box .input-text,
	.cms-contact .form-list .input-box select{
		margin-bottom: 0;
		height: 32px;
		line-height: 32px;
		width: 100%;
	}
	.cms-contact .form-list .wide textarea{
		box-shadow: none;
	}

	/* contact info */
	.cms-contact .contact-info > p{
		font-size: 13px !important;
		font-weight: 400;
		line-height: 18px;
	}
	.cms-contact .contact-info > p:last-child{ margin-bottom: 0;}
		.cms-contact .contact-info > p > strong{
			font-weight: 400;
			font-size: 13px;
		}
		.cms-contact .contact-info > p:first-child > strong{
			font-size: 14px;
			color: #f8932b;
		}

	/* contact form */
	.cms-contact #contactForm{}
	.cms-contact .form-list label{ font-size: 13px; }
}

@media screen and (min-width: 400px) and (max-width: 768px){

	.cms-contact .contact-info > p:first-child > strong{ font-size: 15px; }
	.cms-contact .contact-info > p{font-size: 14px !important;}
	.cms-contact .form-list label{ font-size: 14px; }
}

/*==============================
	events:
===============================*/
@media screen and (min-width: 320px) and (max-width: 768px){

	.events-index-index .col-main > h2{
		font-size: 18px;
		color: #816a56;
		text-transform: uppercase;
		background: none;
	}

	ul.events-list{}

	.events-index-index .events-list .events-row{
		padding-bottom: 5px;
		margin-bottom: 20px;
		border-bottom: 1px solid #eeeee8;
	}

	.events-index-index .events-list .events-row .events-image,
	.events-index-index .events-list .events-row .events-info,
	.events-index-index .events-list .events-row .events-library,
	.events-index-index .events-list .events-row .events-datetime{
		float: none;
		width: 100%;
		height: auto;
		margin: 0 0 15px 0;
		padding: 0;
		border: none;
	}
		.events-index-index .events-list .events-row .events-image > img{
			display: block;
			width: 100%;
		}
}

@media screen and (min-width: 400px) and (max-width: 768px){

	.events-index-index .events-list .events-row .events-image > img{
		display: initial;
		width: auto;
	}
}

@media screen and (min-width: 769px) and (max-width: 1100px){

	.events-index-index .col-main{ margin: 0 10px; }

	.events-index-index .events-list .events-row{
		padding-bottom: 5px;
		margin-bottom: 20px;
		border-bottom: 1px solid #eeeee8;
	}

	.events-index-index .events-list .events-row:after{
		content: '';
		display: table;
		clear: both;
	}
	.events-index-index .events-list .events-row .events-image,
	.events-index-index .events-list .events-row .events-info,
	.events-index-index .events-list .events-row .events-library,
	.events-index-index .events-list .events-row .events-datetime{
		float: left;
		width: 50%;
		height: auto;
		margin: 0 0 20px 0;
		padding: 0;
		border: none;
	}
	.events-index-index .events-list .events-row .events-library{
		clear: left;
	}

}

/*================================
	 my orders:
=================================*/
@media screen and (min-width: 320px) and (max-width: 768px){

	.sales-order-history .my-account{
		padding: 20px 5px;
		background-color: #fafafa;
	}

	.l-my-orders{}

	.l-order-item{
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #eeeee8;
	}
		.l-order-item:last-child{ border-bottom: none; margin-bottom: 0;}

	.l-order-item li{
		padding: 2px 0;
	}

	.l-order-item li  > span{ display: inline-block; font-size: 13px; }
		.l-order-item > li  > span:first-child{ width: 90px; }
		.l-order-item > li:last-child  > span:first-child{ width: auto; }
		.l-order-item li  > span.order-item-value{ font-size: 12px; }
		.l-order-item > li:first-child  span{ color: #ec932d; }

	.sales-order-history .my-account{ position: relative; }
	.sales-order-history .my-account .buttons-set{
		margin: 0;
		position: absolute;
		bottom: -55px;
	}
		.sales-order-history .my-account .buttons-set p.back-link{ position: static;}
}

@media screen and (min-width: 360px) and (max-width: 768px){

	.l-order-item li > span{ font-size: 14px; }
	.l-order-item li > span.order-item-value{ font-size: 13px; }
}

@media screen and (min-width: 400px) and (max-width: 768px){

	.l-order-item li > span{ font-size: 15px; }
	.l-order-item > li > span:first-child{ width: 115px; }
	.l-order-item li > span.order-item-value{ font-size: 14px; }
}

@media screen and (min-width: 480px) and (max-width: 768px){
	.l-order-item > li > span:first-child{ width: 145px; }
}

@media screen and (min-width: 640px) and (max-width: 768px){
	.l-order-item > li > span:first-child{ width: 185px; }
}

/*===============================
	order detail:
================================*/
@media screen and (min-width: 320px) and (max-width: 768px){

	.sales-order-view .my-account .title-buttons > a,
	.sales-order-view .my-account .title-buttons > span{ display: none; }
	.sales-order-view .my-account .account-wrapper,
	.sales-order-view .my-account .order-info,
	.sales-order-view .my-account .order-date,
	.sales-order-view .my-account .order-info-box{ display: none; }

	/* order items */
	.order-items{
		overflow-x: visible;
		padding-bottom: 15px;
	}
		.order-items .table-caption{ display: none; }

	.sales-order-view #my-orders-table{ width: 100%; }
	.sales-order-view #my-orders-table > thead{ display: none; }
	.sales-order-view #my-orders-table > tfoot > tr:not(:last-child){ display: none; }
	.sales-order-view #my-orders-table td{
		border-left: none;
		padding: 7px 3px;
		vertical-align: middle;
	}
		.sales-order-view #my-orders-table tbody td:first-child{ width: 60%; padding-left: 0; }
		#my-orders-table .price-excl-tax{ display: inline-block; }
		.sales-order-view #my-orders-table tbody td:nth-child(3){
			 text-align: left !important;

		}
			.sales-order-view #my-orders-table tbody td:nth-child(3) span.price,
			.sales-order-view #my-orders-table tbody td:nth-child(3) span{
				display: inline-block !important;
				text-align: left !important;
				font-size: 12px !important;
				color: #ec932d;
			}

		.sales-order-view #my-orders-table > tfoot tr{ background-color: transparent !important;}
		.sales-order-view #my-orders-table > tfoot tr > td{ text-align: left !important; border-right: none; }

		/* product name */
		.sales-order-view #my-orders-table h3.product-name{
			font-size: 12px !important;
			font-weight: 400 !important;
		}

		/* grand total */
		.sales-order-view #my-orders-table > tfoot td strong,
		.sales-order-view #my-orders-table > tfoot td span{
			font-weight: 400;
			color: #ec932d;
			font-size: 14px;
		}

	/* buttons set */
	.sales-order-view .order-items .buttons-set{
		position: absolute;
		bottom: -50px;
	}
	.sales-order-view .order-items .buttons-set .back-link{
		position: initial;
		float: none;
	}

}


@media screen and (min-width: 400px) and (max-width: 768px){
	.sales-order-view #my-orders-table h3.product-name{ font-size: 13px !important;}
	.sales-order-view #my-orders-table tbody td:nth-child(3) span.price,
	.sales-order-view #my-orders-table tbody td:nth-child(3) span{ font-size: 13px !important;}
	.sales-order-view #my-orders-table > tfoot td strong,
	.sales-order-view #my-orders-table > tfoot td span{ font-size: 15px;}
}

@media screen and (min-width: 480px) and (max-width: 768px){
	.sales-order-view #my-orders-table h3.product-name{ font-size: 14px !important;}
	.sales-order-view #my-orders-table tbody td:nth-child(3) span.price,
	.sales-order-view #my-orders-table tbody td:nth-child(3) span{ font-size: 14px !important;}
	.sales-order-view #my-orders-table > tfoot td strong,
	.sales-order-view #my-orders-table > tfoot td span{ font-size: 16px;}
}

/*================================
	 login: or create account:
=================================*/
@media screen and (min-width: 320px) and (max-width: 768px){

	.account-login{
		padding: 25px 8px 10px;
		border: 1px solid #f0efed;
		background-color: #fafafa;
	}

	/* col 2 set */
	.col2-set:after{
		content: '';
		display: table;
		clear: both;
	}
		.col2-set .col-1, .col2-set .col-2{
			float: none;
			width: 100%;
			margin-bottom: 20px;
		}
		.col2-set .col-1 .content, .col2-set .col-2 .content{
			padding: 0;
			min-height: initial;
			background-color: transparent;
		}
		/* title */
		.col2-set .content h2{
			padding: 0;
			margin-bottom: 10px;
			border-bottom: none;
			font-size: 14px;
		}

		.col2-set .content p{
			margin-bottom: 15px;
			font-size: 13px;
			line-height: 20px;
		}
		.col2-set .content p.required, form p.required{ display: none; }

		.my-account .buttons-set{ background: none; }
		.col2-set .buttons-set, form .buttons-set, .my-account .buttons-set{
			padding: 0;
			margin-top: 15px;
			margin-bottom: 10px;
			position: relative;
			background: none;
		}
			.col2-set .buttons-set button.button,
			.col-main form .buttons-set button.button,
			.my-account .buttons-set button.button,
			.my-account .monkey-multisubscribe button{
				padding: 0;
				margin: 0;
				float: none;
				margin: 0;
				width: 100%;
			}
			.my-account .monkey-multisubscribe button{ z-index: 9; }
			.col2-set .buttons-set button.button span span,
			form .buttons-set button.button span span,
			.my-account .buttons-set button.button span span,
			.my-account .monkey-multisubscribe button span span{
				padding: 0;
				height: 32px;
				line-height: 32px;
				font-size: 12px;
				text-transform: uppercase;
			}
			.col2-set .buttons-set > a, form .buttons-set > p.back-link,
			.my-account .buttons-set > a, .my-account .buttons-set > p.back-link{
				position: absolute;
				top: 35px;
				left: 0;
				font-size: 13px !important;
			}
			form .buttons-set > p.back-link, .my-account .buttons-set > p.back-link{ top: 65px; }
			.col-main form .buttons-set > p.back-link > a,
			.my-account .buttons-set > p.back-link > a{ margin: 0; font-size: 13px !important}

		.form-list label{
			padding-top: 0;
			margin-bottom: 7px;
			font-size: 13px;
			color:
		}
		.col2-set .form-list > li{margin-bottom: 15px; }
		.col2-set .form-list .input-box{
			width: 100%;
		}
			.col2-set .form-list .input-box > .input-text{
				width: 100% !important;
				padding-left: 5px;
				height: 32px;
				line-height: 32px;
				background-color: transparent;
				border: 1px solid #dfdddc;
			}


	/* page title */
	.col-main .page-title{
		text-align: left;
		margin-bottom: 30px;
		padding: 0;
		background: none;
	}

	.account-login .page-title{ text-align: center; }
	.col-main .page-title > h1{
		font-size: 14px;
		color: #816a56;
		text-transform: uppercase;
	}

}

/*================================
	create account:
=================================*/
@media screen and (min-width: 320px) and (max-width: 768px){

	.main .my-account .account-wrapper, .account-wrapper{
		padding: 0;
		margin: 0;
		background: none;
		border: none;
	}

	/* account create */
	.main .my-account{
		padding: 20px 5px 5px;
		margin: 0;
		border: 1px solid #f0efed;
		background-color: #fafafa;
		background: none;
	}
	.my-account .fieldset:first-child{ margin-bottom: 30px; }

	.col-main .fieldset{ margin-bottom: 0;}

	.fieldset h2.legend{
		float: none;
		padding-bottom:0;
		border: none;
		margin-bottom: 15px;
		font-size: 13px;
		font-weight: 400;
	}

	.fieldset ul.form-list li.fields{
		margin-bottom: 0;
	}
		.fieldset ul.form-list li.fields div.field{
			width: 100%;
			float: none;
			margin-right: 0;
			margin-bottom: 15px;
		}
		.fieldset ul.form-list li.wide{ margin-bottom: 15px; }

	/* label */
	.form-list label{
		float: none;
		padding:0;
		margin-bottom: 5px;
	}
	.col-main .fieldset .form-list div.input-box{ width: 100%; }
	.col-main .fieldset .form-list div.field input.input-text,
	.col-main .fieldset .form-list div.input-box input.input-text,
	.col-main .fieldset .form-list div.input-box select,
	.col-main .fieldset .form-list div.input-box textarea{
		width: 100%;
		height: 32px;
		line-height: 32px;
		padding-left: 5px;
		padding-top: 0;
		background: none;
	}
		.col-main .fieldset .form-list div.input-box textarea{
			height: 65px;
		}
		.col-main .fieldset .form-list div.input-box select option{
			height: 32px;
			line-height: 32px;
			padding-top: 0;
		}
}


/*================================
	my account:
================================*/

@media screen and (min-width: 320px) and (max-width: 768px){

	/* col-left */
	.main .col-left .block-account{
		padding: 0;
		margin-bottom: 30px;
	}
		.block-account .block-title{
			padding: 0 0 0 10px;
			height: 35px;
			line-height: 35px;
			border: 1px solid #f0efed;
			background: transparent url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/icon-arrow-down.png") no-repeat scroll left 105px center;
		}
		.block-account .block-title.open{
			background: transparent url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/icon-arrow-up.png") no-repeat scroll left 105px center;
		}
			.block-account .block-title > strong{ padding: 0;}
			.col-left .block-account .block-title span{ height: 35px; line-height: 35px; font-weight: 400; font-size: 16px; }
		.col-left .block-account .block-content{
			display: none;
			padding: 0;
			background: none;
		}
		.block-account .block-title.open + .block-content{ display: block; }
			.col-left .block-account .block-content li{
				padding-left: 15px;
				background-color: transparent;
				border-bottom: 1px solid #f0efed;
			}
			.col-left .block-account .block-content li:last-child{ border-bottom: none; }
			.col-left .block-account .block-content li > a{ padding-left: 0; }


	/* dashboard */
		/* hide recent orders and product reviews */
		.dashboard .box-account.box-recent,
		.dashboard .box-account.box-reviews{ display: none; }

		.dashboard .page-title{ text-align: center; }
		.welcome-msg{
			margin: 0;
		}
		.welcome-msg > p{
			margin-bottom: 12px;
			color: #7f8083;
		}
			.welcome-msg > p > strong{ font-weight: 400; }

		.my-account .col-1, .my-account .col-2{ margin-bottom: 0; }
		.my-account .col-1 > .box{
			padding-bottom: 15px;
			margin-bottom: 10px;
			border-bottom: 1px solid #eeeee8;
		}

		.box-account .box-head h2{
			float: none;
			margin-bottom: 15px;
			border-bottom: 1px solid #eeeee8;
			text-align: left;
			font-size: 14px;
		}
		/* box title */
		.dashboard .box .box-title{
			padding-bottom: 10px;
			margin-bottom: 5px;
			border-bottom: 1px solid #eeeee8;
			background: none;
		}
			.dashboard .box .box-title h3{
				font-weight: 400;
				font-size: 14px;
				color: #191818;
			}
			.main .dashboard .box-title a{
				background-color: transparent;
			}
			.main .dashboard .box-content p{
				margin-bottom: 0;
				color: #7f8083;
			}
			.dashboard .box-info h4{
				font-weight: 400;
			}
			address{ font-size: 12px; color: #7f8083;}
			.box .box-content .col-1{ margin-bottom: 15px; }

}


/*=================================
	edit account
==================================*/
@media screen and (min-width: 320px) and (max-width: 768px){

	/* password checkout */
	.customer-account-edit #form-validate .fieldset:first-child{
		padding-bottom: 50px;
		border-bottom: 1px solid #eeeee8;
	}
		.main .my-account .control-edit{
			bottom: 0;
			top: auto;
			left: auto;
			right: 20px;
		}
	.customer-account-edit #form-validate .fieldset:nth-child(2){ padding-top: 20px;}
	.customer-account-edit #form-validate .fieldset:nth-child(2) h2.legend{ display: none; }
}

/*================================
	address book:
=================================*/
@media screen and (min-width: 320px) and (max-width: 768px){


	/* address */
	.my-account .fieldset:nth-child(2) .form-list > li:nth-child(2){ display: none; }

	/* invoice */
	.my-account .fieldset:nth-child(4) > h2.legend{ display: none; }
	.my-account .fieldset:nth-child(4){
		padding-top: 30px;
	}
	.my-account .fieldset:nth-child(4) .control-edit{
		top: 0;
		right: 0;
		left: auto;
		bottom: auto;
	}

	/* default addresses */
	.my-account .book-button{
		float: right;
		background-color: transparent;
		font-size: 13px;
	}
	.addresses-list h2{
		font-weight: 400;
	}
	.addresses-list h3{
		background: none;
		font-size: 14px;
		font-weight: 400;
		border-bottom: 1px solid #eeeee8;
	}
	.addresses-list li.empty p{ font-weight: 400; font-size: 13px; }
}

/*================================
	blog preferences:
=================================*/
@media screen and (min-width: 320px) and (max-width: 768px){

	/* breadcrumbs */
	.breadcrumbs ul{ padding: 0; }
		.breadcrumbs ul > li{
			font-size: 13px;
			font-weight: 400;
			color: #7f8083;
		}

	.neotheme-blog-preferences-index .form-list label{
		margin-bottom: 20px;
		display: inline-block;
	}
}

/*================================
	wishlist:
=================================*/
@media screen and (min-width: 320px) and (max-width: 768px){

	.my-wishlist{}

	/* wishlist messages */
	ul.messages{}

	/* wishlist form */
	#wishlist-view-form{}
		.wishlist-content{}

	/* item */
	.wishlist-content .item-wishlist:last-child{ margin-bottom: 0;}
	.wishlist-content .item-wishlist > div{
		float: left;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	/* hide remove, edit and rss links on mobile */
	.wishlist-content .item-wishlist .btn-remove.btn-remove2,
	.wishlist-content .item-wishlist .link-edit,
	.my-wishlist .link-rss{ display: none; }

	/* hide back link */
	.wishlist-index-index .my-account > .buttons-set{ display: none; }

	/* css positioning wishlist elements*/
	.wish-item-details{ display: none; }
		.wishlist-content .item-wishlist >.wish-items > div:nth-child(2):after {
			content: '';
			display: table;
			clear: both;
		}
		.wishlist-content .item-wishlist >.wish-items > div:nth-child(2) > h3{
			float: none;
			width: 100%;
		}
		.wishlist-content .item-wishlist >.wish-items > div:nth-child(2) > .description{
			float: none;
			width: 100%;
			padding: 0;
			border: 0;
		}
		.wishlist-content .item-wishlist >.wish-items > div:nth-child(3){
			float: none;
			width: 100%;
			height: auto;
		}

	/* cart-cell */
	.wishlist-content .item-wishlist >.wish-items .cart-cell:after{
		content: '';
		display: table;
		clear: both;
	}
		.wishlist-content .item-wishlist >.wish-items .cart-cell .prices{
			float: left;
			margin: 0;
			width: auto;
		}
		.wishlist-content .item-wishlist .wish-items .cart-cell .prices .actualprice{ float: none; }
		.wishlist-content .item-wishlist >.wish-items .cart-cell .add-to-cart-alt{
			float: left;
			width: auto;
		}
		.wishlist-content .item-wishlist >.wish-items .cart-cell .add-to-cart-alt:after{
			content: '';
			display: table;
			clear: both;
		}
			.my-wishlist .item-wishlist >.wish-items .cart-cell .add-to-cart-alt .wish-quatity,
			.my-wishlist .item-wishlist >.wish-items .cart-cell .add-to-cart-alt .input-text.qty,
			.my-wishlist .item-wishlist >.wish-items .cart-cell .add-to-cart-alt .button.btn-cart{
				position: initial;
			}

	/* wishlist modules step styling */
	/* messages */
	ul.messages{ padding-bottom: 0; margin-bottom: 15px !important; }
		ul.messages li.success-msg{
			padding: 10px 0;
			text-indent: 0;
			background-position: 10px center;
		}
			li.success-msg span{ font-size: 13px; }

	/* img */
	.my-wishlist .item-wishlist div:first-child{
		text-align: center;
		margin-bottom: 15px;
	}
		.my-wishlist .product-image{
			display: inline;
			height: auto;
		}
		.my-wishlist .item-wishlist div img{
			display: inline-block;
			padding: 0;
			width: 150px;
			height: auto;
			margin-bottom: 0;
		}

	/* product name */
	.my-wishlist .item-wishlist .product-name{
		padding: 0;
		margin-bottom: 10px;
	}
		.my-wishlist .item-wishlist .product-name .product-author{ display: none; }

	/* description */
	.my-wishlist .item-wishlist .description{ min-height: initial; }
	.my-wishlist .item-wishlist .description .inner{ text-align: left; }

	/* price row */
	.my-wishlist .item-wishlist .cart-cell{
		margin-bottom: 0;
		position: relative;
		text-align: center;
		height: 50px;
		line-height: 50px;
		border-top: 1px solid #eeeee8;
		border-bottom: 1px solid #eeeee8;
	}
		.my-wishlist .item-wishlist .cart-cell .prices{
			position: absolute;
			left: 0;
			top: 7px;
		}
		.wishlist-content .item-wishlist > .wish-items .cart-cell .add-to-cart-alt{ float: none; }
		.main .my-account input, .account-create input{ background: none;}
		.my-wishlist .item-wishlist .cart-cell .add-to-cart-alt .button.btn-cart{
			position: absolute !important;
			right: 0;
			top: 10px;
			left: auto;
			padding: 0;
			height: 30px;
			width: 70px;
			text-indent: -9999px;
			background-position: center center;
		}

	/* buttons */
	.my-wishlist .buttons-set.buttons-set2{
		margin-top: 10px;
		margin-bottom: 0;
	}
		.my-wishlist .buttons-set.buttons-set2 > .button { margin-bottom: 10px;}


}

/*================================
	forgot password:
=================================*/
@media screen and (min-width: 320px) and (max-width: 768px){

	.customer-account-forgotpassword .main-container .main{ padding: 0 20px;}
	.customer-account-forgotpassword .col-main{
		padding: 20px 5px;
		border: 1px solid #f0efed;
		background-color: #fafafa;
	}
	.customer-account-forgotpassword .fieldset h2.legend{ border-bottom: none; }
}

@media screen and (min-width: 360px) and (max-width: 768px){

	.my-wishlist .item-wishlist div img{ width: 160px;}
	.my-wishlist .item-wishlist .product-name{ font-size: 14px; }
	.my-wishlist .wishlist-section2 .wish-quatity{ font-size: 14px; }
	.my-wishlist .item-wishlist .cart-cell .add-to-cart-alt .button.btn-cart{ width: 80px; }
}

@media screen and (min-width: 400px) and (max-width: 768px){

	.my-wishlist .item-wishlist div img{ width: 170px;}
	.my-wishlist .item-wishlist .product-name{ font-size: 15px; }
	.my-wishlist .item-wishlist .description .inner{ font-size: 14px;}
	.my-wishlist .wishlist-section2 .wish-quatity{ font-size: 15px; }
	.my-wishlist .item-wishlist .cart-cell .add-to-cart-alt .button.btn-cart{ width: 90px; }
}

@media screen and (min-width: 480px) and (max-width: 768px){

	.my-wishlist .item-wishlist div img{ width: 200px;}
	.my-wishlist .item-wishlist .product-name{ font-size: 16px; }
	.my-wishlist .item-wishlist .description .inner{ font-size: 15px;}
	.my-wishlist .wishlist-section2 .wish-quatity{ font-size: 16px; }
	.my-wishlist .item-wishlist .cart-cell .add-to-cart-alt .button.btn-cart{ width: 90px; }
}


/* shared: styles */
@media screen and (min-width: 360px) and (max-width: 768px){

	.col-main .page-title > h1{ font-size: 15px;}
	.col2-set .content h2{ font-size: 15px; }
	.col2-set .buttons-set button.button span span,
	form .buttons-set button.button span span{ font-size: 13px; }
	.col2-set .buttons-set a,
	.col-main form .buttons-set > p.back-link > a{ font-size: 14px !important; }
	.fieldset h2.legend{ font-size: 14px; }

	.welcome-msg > p{ line-height: 20px; }
	.welcome-msg > p > strong{ font-size: 14px; }
	.dashboard .box .box-title h3{ font-size: 15px; }
	.main .dashboard .box-content p{ font-size: 13px; }
	address{ font-size: 13px; }
}

@media screen and (min-width: 400px) and (max-width: 768px){

	.col-main .page-title > h1{ font-size: 16px;}
	.col2-set .content h2{ font-size: 16px; }
	.col2-set .content p{ font-size: 14px; }
	.fieldset h2.legend{ font-size: 15px; }

	.welcome-msg > p{ font-size: 14px; line-height: 22px; }
	.welcome-msg > p > strong{ font-size: 15px; }
	.box-account .box-head h2{ font-size: 15px; }
	.dashboard .box .box-title h3{ font-size: 16px; }
	.dashboard .box-info h4{ font-size: 13px;}
	.main .dashboard .box-content p{ font-size: 14px; }
	address{ font-size: 14px; }

	.main .my-account .control-edit label{ font-size: 14px; }

	.my-account .book-button{ font-size: 14px; }
	.addresses-list h2{ font-size: 14px;}
	.addresses-list h3{ font-size: 14px ;}
	.addresses-list p a{ font-size: 14px ;}

	.col-main .fieldset .form-list div.input-box textarea{
		height: 80px;
	}
}

@media screen and (min-width: 480px) and (max-width: 768px){

	.col-main .page-title > h1{ font-size: 18px;}
	.col2-set .content h2{ font-size: 16px; }
	.col2-set .content p{ font-size: 15px; }
	.col2-set .buttons-set button.button span span,
	form .buttons-set button.button span span{ font-size: 14px; }
	.col2-set .buttons-set > a,
	.col-main form .buttons-set > p.back-link > a{ font-size: 15px !important; }
	.fieldset h2.legend{ font-size: 16px; }

	.welcome-msg > p{ font-size: 14px; line-height: 24px; }
	.welcome-msg > p > strong{ font-size: 15px; }
	.box-account .box-head h2{ font-size: 16px; }
	.dashboard .box .box-title h3{ font-size: 17px; }
	.dashboard .box-info h4{ font-size: 14px;}
	.main .dashboard .box-content p{ font-size: 15px; }
	address{ font-size: 15px; }

	.addresses-list h2{ font-size: 15px;}
	.addresses-list h3{ font-size: 15px ;}
	.addresses-list li.empty p{ font-size: 14px ;}

	.col-main .fieldset .form-list div.input-box textarea{
		height: 100px;
	}
}

/* tablet 1100: */
@media screen and (min-width: 769px) and (max-width: 1100px){

	.my-account, .account-create{padding: 15px 5px 0;}

	/* wishlist */
	.wishlist-index-index .link-rss{ width: auto; }
	.my-wishlist .wishlist-section0{ width: 20%;}
	.wishlist-index-index .my-wishlist .wish-items{
		float: none;
		padding-left: 140px;
		width: 100%;
	}
		.my-wishlist .wishlist-section1 .description{ width: 300px; }
	.my-wishlist .buttons-set button.button{ margin-bottom: 8px; }

	/* order detail*/
	.link-rss, .link-reorder, .link-print{ width: auto;}
	/* login */
	.customer-account-login .form-list .input-box{ width: auto; }
	.customer-account-create .customer-name-prefix .name-lastname{ padding-right: 50px;}
	/* contacts */
	.cms-contact .col-main{ padding: 15px 5px 0;}
		.cms-contact .form-list .input-box input{ width: 100%; max-width: 215px; }
		.cms-contact .form-list .wide .input-box textarea,
		.cms-contact .buttons-set, .cms-contact p.required{ width: 100%; max-width: 390px; }
}

/* tablet 800: */
@media screen and (min-width: 769px) and (max-width: 979px){

	/* my account */
	.dashboard .box-account.box-recent,
	.dashboard .box-account.box-reviews{ display: none; }


	/* hide left menu */
	.col-left.sidebar{ display: none; }

	/* main col */
	.col2-left-layout .col-main{
		float: none;
		width: 100%;
	}

	/* edit account */
	.my-account .customer-name-prefix .name-lastname{ padding-right: 50px;}

	.account-create .fieldset:nth-child(2) .form-list .field{margin-bottom: 10px; }
}

/* wishliat fix */
@media screen and (min-width: 850px) and (max-width: 919px){
	.my-wishlist .wishlist-section1 .description{ width: 370px; }
}
@media screen and (min-width: 920px) and (max-width: 979px){
	.my-wishlist .wishlist-section1 .description{ width: 420px; }
}

/* tablet 1024: */
@media screen and (min-width: 980px) and (max-width: 1100px){

	/* my account */
	.dashboard .box-account.box-recent,
	.dashboard .box-account.box-reviews{ display: block; }

	/* my account show left menu */
	.col2-left-layout .col-left.sidebar{
		display: block;
		float: left;
		width: 25%;
		padding-right: 20px;
	}
		.sidebar .block .block-content > ul > li{ width: 100%; }

	/* my account main col */
	.col2-left-layout .col-main{
		float: right;
		width: 75%;
	}

	.my-account .customer-name-prefix .name-lastname{ padding-right: 50px;}
	#form-validate .fieldset:nth-child(2) .form-list .field,
	#form-validate .fieldset:nth-child(4) .form-list .field{ width: 360px;}
		#form-validate .fieldset:nth-child(2) .form-list .field .input-box,
		#form-validate .fieldset:nth-child(4) .form-list .field .input-box{ float: left; }

	/* wishlist */
	.my-wishlist .wishlist-section1 .description{ width: 280px; }

	/* order detail */
	.sales-order-view .page-title > h1{ font-size: 14px; }
}

@media screen and (min-width: 1024px) and (max-width: 1100px){
	.my-wishlist .wishlist-section1 .description{ width: 300px; }
		/* order detail */
	.sales-order-view .page-title > h1{ font-size: 15px; }
}

/* wishlist fix */
@media screen and (min-width: 1070px) and (max-width: 1100px){
	.my-wishlist .wishlist-section1 .description{ width: 330px; }
		/* order detail */
	.sales-order-view .page-title > h1{ font-size: 16px; }
}

/* Basic jQuery Slider essential styles */

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none; border: 1px solid #e9e6d7;
border-radius: 5px;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right: -40px; background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/sageata-banner-dreapta_2.png) no-repeat 0 0;}
ul.bjqs-controls.v-centered li.bjqs-next a:hover {right: -40px; background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/sageata-banner-dreapta_1.png) no-repeat 0 0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left: -40px; background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/sageata-banner-stanga_1.png) no-repeat 0 0;}
ul.bjqs-controls.v-centered li.bjqs-prev a:hover{left: -40px; background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/sageata-banner-stanga_2.png) no-repeat 0 0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%; /*position: absolute; */bottom: 0px;}
ol.bjqs-markers.h-centered{
margin-left: auto;
margin-right: auto;
width: 75px;
}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}

ul.bjqs-controls.v-centered li a{
	display:block;
	/* padding:10px; */
	background:#fff;
	/* color:#000; */
	text-decoration: none;
	height: 52px;
	width: 30px;
}

ul.bjqs-controls.v-centered li a:hover{
	/*background:#000;
	color:#fff;*/
}

ol.bjqs-markers li a{
	width:19px;
	height:19px;
	background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/slide-nav1.png);
	display: block;
    text-indent: -9999px;
    float:left;
    margin:3px;
    line-height:19px;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	width:19px;
	height:19px;
	background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/slide-nav-activ.png);
}

p.bjqs-caption{
	background: rgba(255,255,255,0.5);
}
/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
.jcarousel {
    position: relative;
    overflow: hidden;
			
	border-bottom: 1px solid #cfcac3;
	margin-bottom: 20px;
}

/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.jcarousel ul {
    width: 20000em;
    position: relative;

    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;

}

/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.jcarousel li {
    /* Required only for block elements like <li>'s */
    float: left;
	width: 120px;
	padding: 25px 12px 5px 20px;
	min-height:315px;
	position:relative;
}

.jcarousel .product-name {
	font-family: arial;
	font-size: 12px;
	color: #222324;
	padding-top: 10px;
}

.jcarousel .product-name a {
	margin-left: 1px;
}
.catalog-product-view .jcarousel .product-name a {
	margin-left: 1px;
	display: block;
	max-height: 16px;
	overflow:hidden;
}

.catalog-product-view .jcarousel .author_name{
	padding-bottom:24px;
	height:30px;
	overflow:hidden;
}
.catalog-product-view .jcarousel .ratings{position: absolute;top: 56px;}
.catalog-product-view .jcarousel .link-wishlist-product-view-added,
.catalog-product-view .jcarousel .link-wishlist-product-view{display:none;}
.jcarousel .product-name a:first-letter{text-trasform:uppercase;}
.jcarousel .author_name a {
	color: #988574;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.jcarousel .price-box  {
	text-align: left;
}

.jcarousel .regular-price .price {
	font-size: 15px;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 100px;
    width: 45px;
    height: 45px;
	display: block;
    /* text-align: center; */
    /* background: #4E443C; */
    /* color: #fff; */
    /* text-decoration: none; */
    /* text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999; */
}

.jcarousel-control-prev {
    /* left: -50px; */
	background: transparent url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/sageata-stanga-hover.png) no-repeat 0 0;
	left:15px;
}

.jcarousel-control-next {
    right: 0px;	
	background: transparent url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/sageata-dreapta-hover.png) no-repeat 0 0;	
}

.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
    display: block;
}

.jcarousel-control-prev.inactive {
	background: transparent url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/sageata-stanga.png) no-repeat 0 0;
}

.jcarousel-control-next.inactive {
	background: transparent url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/sageata-dreapta.png) no-repeat 0 0;	
}

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    opacity: .5;
    cursor: default;
}

.jc_wrapper a.more {
	float: right;
	font-size: 12px;
	margin-top: 10px;
	font-family: arial;
	color: #ec932d;
	font-weight: normal;
	margin-right: 1px;
	padding-right: 8px;
	background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/sagetica-VeziMaiMulte-portocaliu.jpg) right center no-repeat;
	text-transform: lowercase;
}

.jcarousel .product-image img {
	border: 1px solid #bdbaaf;
	-webkit-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.25);
	padding: 3px;
}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.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(http://www.libhumanitas.ro/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(http://www.libhumanitas.ro/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(http://www.libhumanitas.ro/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(http://www.libhumanitas.ro/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(http://www.libhumanitas.ro/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(http://www.libhumanitas.ro/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(http://www.libhumanitas.ro/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(http://www.libhumanitas.ro/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(http://www.libhumanitas.ro/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

.news-item {
    margin:0 0 15px 0;
}

.news-item span.date {
    font-size:90%;
}

.news-item-comment form {
    margin:20px 0px 0px;
    display:block;
    clear:both;
}

.news-item-comment .prev {
    float:left;
    margin:4px 12px 5px 0;
}

.news-item .date,
.menu-categories .date,
.news-item-content .date{
    color:#999999;
    font-size:11px;
}

.clearing {
    clear:both;
    font-size:1px;
    height:1px;
    line-height:1px;
}

.news-item-content .comment-item {
    margin:10px 0 0 0;
}

.news-item-content .comment-item .username {
    font-size:12px;
    margin:0px;
    color:#1E7EC8;
    display:inline;
}

.block.news-categories {
    border: 1px solid #C4C1BC;
    margin: 0 0 15px;
}

.block.news-categories .block-title {
    background: url("http://www.libhumanitas.ro/skin/frontend/default/default/css/images/bkg_block-title.gif") repeat-x scroll 0 0 transparent;
    border-bottom: 1px solid #DDDDDD;
    padding: 2px 9px;
}

.block.news-categories .menu-categories {
    margin:0px;
    padding: 5px 9px;
}

.block.news-categories .menu-categories h5, .menu-categories ul li{
    font-size:11px;
    margin:0px;
}

.block.news-categories .block-title strong {
    color: #E26703;
    display: block;
    font: bold 12px/16px Arial,Helvetica,sans-serif;
    min-height: 16px;
    padding: 1px 0;
    text-transform: uppercase;
}

.news {
    text-align:justify;
    }

.news-item-content h4 {
    color:#e26703;
    font-size:15px;
}

.news-item-content small {
    font-size:10px;
}

.news-item {
    clear:both;
    }
.news_image {
    float:left;
    margin:3px 10px 5px 0px;
    }
.news-item .description {
    text-align:justify;
    }
.news-item .comment {
    float:right;
    font-size:11px;
    padding-top:5px;
    }
.news-item-content .social {
    padding-top:10px;
    height:35px;
    }
.news-item-content .social .google_button {
    float:left;
    width:80px;
    overflow:hidden;
    }
.news-item-content .social .fb-like {
    float:left;
    }

.news-item-comment {
    clear:both;
    padding-bottom:20px;
    }
.news-item-comment p.required {
    text-align:left;
    }
.news .loadfile {
    text-align:right;
    }
.news .loadfile a {
    background: url(http://www.libhumanitas.ro/skin/frontend/default/default/css/clnews/images/i_attached.gif) 0px 0px no-repeat;
    padding:1px 0 0 20px;
    }
#postComment label {
    float:left;
    width:80px;
    }
#postComment .input-box {
    padding-bottom:9px;
    }
#postComment input[type="text"] {
    width:200px;
    }
label .required {
    color:red;
    }
#postComment .validation-advice {
    margin-left:80px;
    }
#postComment .button-set {
    padding-left:80px;
    }

#comment_block .comment-item div {
    padding-left:10px;
    }

/*-- pager --*/
.news-item-comment .pager {
    background:none;
    margin-top:20px;
    padding-top:10px;
    text-align:left;
    }
.news-item-comment .pager span {
    cursor:pointer;
    border:1px solid #dadfe0;
    float:left;
    height:19px;
    width:20px;
    text-align:center;
    margin-right:6px;
    line-height:19px;
    }
.news-item-comment .pager span.current {
    cursor:default;
    background:#c6c6c6;
    }
.news-item-comment .pager span:hover {
    background:#c6c6c6;
    }
.news-item-comment .pager #prev,
.news-item-comment .pager #next {
    border:none !important;
    background:none !important;
    padding:0px !important;
    margin:0px !important;
    width:auto !important;
    }
.news-item-comment .pager .prev,
.news-item-comment .pager .next {
    width:auto;
    padding:0 5px;
    margin-top:0px;
    }
/*-- /pager --*/
.print-btn {
    float:right;
    background: url(http://www.libhumanitas.ro/skin/frontend/default/default/css/clnews/images/i_print.gif) 0px 0px no-repeat;
    padding-left:20px;
    }
#clloader {
    position:absolute;
    margin-left:333px
    }
/*
.tags {
    background: url(http://www.libhumanitas.ro/skin/frontend/default/default/css/clnews/images/i-tags.gif) 0px 1px no-repeat;
    padding-left:20px;
    }
*/
.news-item-grid {
    clear:none !important; padding:0px !important; margin:13px 13px 0 0 !important; 
    float:left; width:210px; height:118px; position:relative; background:#f2f2f2; border:1px solid #e9eaea;
}
.news-item-grid  a {color:#000; text-decoration:none; display:block; width:100%; height:118px;}
.news_image_grid {margin:0px !important;}
.news_text_grid {margin:0px !important; padding:5px;}
.news-item-grid img {float:left;}
.underlayer_grid {position:absolute; bottom:0px; width:200px; padding:4px 3px 3px 7px; background:rgba(204,204,204,0.6); line-height:16px; min-height:33px;}
.underlayer_grid h5 {margin:0px; display:inline;}
.underlayer_grid h5,
.underlayer_grid .date {color:#000;}
.news-item-grid:hover .underlayer_grid {background:rgba(204,204,204,0.8);}

.view-mode {margin:10px 0 0 0;}
#commercelab_categories_container
{
    overflow-x: auto;
}
.treeview, .treeview ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.treeview ul {
    background-color: white;
    margin-top: 4px;
}

.treeview .hitarea {
    background: url(http://www.libhumanitas.ro/skin/frontend/default/default/css/commercelab/treeview/images/treeview-default.gif) -64px -25px no-repeat;
    height: 16px;
    width: 16px;
    margin-left: -16px;
    float: left;
    cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
    display: inline;
    float:none;
}

.treeview li {
    margin: 0;
    padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
    background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }
.treeview .category_selected { color: red; cursor: pointer; }

.treeview li { background: url(http://www.libhumanitas.ro/skin/frontend/default/default/css/commercelab/treeview/images/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(http://www.libhumanitas.ro/skin/frontend/default/default/css/commercelab/treeview/images/treeview-default.gif); }
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview-red li { background-image: url(http://www.libhumanitas.ro/skin/frontend/default/default/css/commercelab/treeview/images/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(http://www.libhumanitas.ro/skin/frontend/default/default/css/commercelab/treeview/images/treeview-red.gif); }

.treeview-black li { background-image: url(http://www.libhumanitas.ro/skin/frontend/default/default/css/commercelab/treeview/images/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(http://www.libhumanitas.ro/skin/frontend/default/default/css/commercelab/treeview/images/treeview-black.gif); }

.treeview-gray li { background-image: url(http://www.libhumanitas.ro/skin/frontend/default/default/css/commercelab/treeview/images/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(http://www.libhumanitas.ro/skin/frontend/default/default/css/commercelab/treeview/images/treeview-gray.gif); }

.treeview-famfamfam li { background-image: url(http://www.libhumanitas.ro/skin/frontend/default/default/css/commercelab/treeview/images/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(http://www.libhumanitas.ro/skin/frontend/default/default/css/commercelab/treeview/images/treeview-famfamfam.gif); }


.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(http://www.libhumanitas.ro/skin/frontend/default/default/css/commercelab/treeview/images/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(http://www.libhumanitas.ro/skin/frontend/default/default/css/commercelab/treeview/images/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(http://www.libhumanitas.ro/skin/frontend/default/default/css/commercelab/treeview/images/file.gif) 0 0 no-repeat; }


#sociallogin_button{
   float: left;
   margin-top: 5px;
   width:380px;
}
  
.clear{
 width:100%;
 height:0px;
 clear:both;
 font-size:0px;
 line-height:0px;
}


#sociallogin_button #bt-loginfb{
    height: 21px;
    width: 60px;
    background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/css/magestore/sociallogin/facebook-login-button.png") no-repeat;
    display: block;
    float: left;
}

#sociallogin_button #bt-logingo{
    height: 21px;
    width: 64px;
    background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/css/magestore/sociallogin/google-login-button.png") no-repeat;
    display: block;
    float: left;
}

#sociallogin_button #bt-logintw{
    height: 22px;
    width: 89px;
	background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/css/magestore/sociallogin/twitter-login-button.png") no-repeat;
    display: block;
    float: left;
}

#sociallogin_button #bt-loginya{
    height: 21px;
    width: 73px;
	background: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/css/magestore/sociallogin/yahoo-login-button.png") no-repeat;
    display: block;
    float: left;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchautocomplete {
  /*position: absolute;*/
  top: -5px;
  right: 0px;
  height: 34px;
  width: 555px;
  padding: 4px 10px;
  -webkit-border-radius: 0px 0px 0px 5px;
  -moz-border-radius: 0px 0px 0px 5px;
  border-radius: 0px 0px 0px 5px;
  /*background: #fff;*/
  display: block;
}
.searchautocomplete .sprite {
  background: url('http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/mirasvit/sprite.png');
}
.searchautocomplete > label {
  float: left;
  margin-right: 10px;
  color: #333;
  font-weight: bold;
  margin-top: 8px;
  display:none;
}
.searchautocomplete .nav {
  background: url('http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/mirasvit/sprite.png');
  float: left;
  height: 34px;
  position: relative;
  width: 340px;
}
.searchautocomplete .nav .nav-search-in {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 15;
}
.searchautocomplete .nav .nav-search-in .category {
  opacity: 0;
  filter: alpha(opacity=0);
  background: white;
  border: 1px solid #DDD;
  color: black;
  cursor: pointer;
  height: 29px;
  left: 5px;
  margin: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 5px;
  visibility: visible;
  width: auto;
}
.searchautocomplete .nav .nav-search-in .category-fake {
  /*-webkit-border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px;
  background-color: #fcfcfc;
  background-image: -moz-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f7f7f7));
  background-image: -webkit-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: -o-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: linear-gradient(to bottom, #ffffff, #f7f7f7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff7f7f7', GradientType=0);
  border-right: 1px solid #dddddd;*/
  background-color: #fff;
  color: #f58e32;
  cursor: pointer;
  float: left;
  font-size: 11px;
  height: 27px;
  line-height: 27px;
  margin: 4px 0px 0px 2px;
  padding: 0px 25px 0px 10px;
  text-align: center;
  white-space: nowrap;
}
.searchautocomplete .nav .nav-search-in .nav-down-arrow {
  background: url('http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/mirasvit/sprite.png');
  width: 9px;
  height: 5px;
  background-position: -26px -34px;
  display: block;
  right: 10px;
  top: 16px;
  position: absolute;
}
.searchautocomplete .nav .nav-search-in:hover .category-fake {
/*  background-color: #eeeeee;
  background-image: -moz-linear-gradient(top, #f7f7f7, #e1e1e1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#e1e1e1));
  background-image: -webkit-linear-gradient(top, #f7f7f7, #e1e1e1);
  background-image: -o-linear-gradient(top, #f7f7f7, #e1e1e1);
  background-image: linear-gradient(to bottom, #f7f7f7, #e1e1e1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7f7f7', endColorstr='#ffe1e1e1', GradientType=0);*/
}
.searchautocomplete .nav .nav-search-in:hover .nav-down-arrow {
  background-position: -6px -34px;
}
.searchautocomplete .nav .nav-input {
  *zoom: 1;
  margin: 0px 0px 0px 10px;
  padding: 0px 5px 0px 5px;
  z-index: 12;
  position: relative;
}
.searchautocomplete .nav .nav-input:before,
.searchautocomplete .nav .nav-input:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchautocomplete .nav .nav-input:after {
  clear: both;
}
.searchautocomplete .nav .nav-input input {
  /*z-index: 10;
  padding: 0px;
  height: 23px;
  border: 0px;
  font-family: arial, sans-serif;
  font-size: 12px;*/
  /*background: transparent;*/
  /*color: black;
  outline: 0px;
  margin-left: 5px;
  width: 100%;*/
  width: 400px;
  float: left;
  margin: 0px 0px 3px 0px;
  background-color: #FFFFFF;
  padding: 10px;
  border: none;
  background-image: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/separator-search.png");
  background-repeat: no-repeat;
  background-position: left center;
  color: #a0a5a8;
  font-style: italic;
  font-size: 13px;
  padding-bottom: 8px;
}
.searchautocomplete .nav .nav-input input.suggest {
  display: none;
  color: #999;
  z-index: 9;
}
.searchautocomplete .nav-submit-button {
  /*background: url('http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/mirasvit/sprite.png');
  background-position: 0px -34px;
  background-repeat: no-repeat;
  float: left;
  height: 34px;
  padding-left: 5px;*/
  background-image: url("http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/new_search.png");
  background-repeat: no-repeat;
  display: block;
  height: 42px;
  width: 51px;
  position: absolute;
  left: 555px;
  top: 107px;
}
.searchautocomplete .nav-submit-button .button {
  width: 51px;
  height: 42px;
  padding: 0px 9px;
  margin: 0px;
  cursor: pointer;
  font-weight: bold;
  color: white;
  line-height: 12px;
  font-size: 13px;
  background-color: transparent;
  /*background-color: #3c454e;
  background-image: -moz-linear-gradient(top, #444c55, #313a44);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444c55), to(#313a44));
  background-image: -webkit-linear-gradient(top, #444c55, #313a44);
  background-image: -o-linear-gradient(top, #444c55, #313a44);
  background-image: linear-gradient(to bottom, #444c55, #313a44);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444c55', endColorstr='#ff313a44', GradientType=0);
  border: 1px solid #313a44;
  -webkit-border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;*/
  z-index: 14;
}
.searchautocomplete .nav-submit-button .button:hover {
  background-color: transparent;
  /*background-color: #39414b;
  background-image: -moz-linear-gradient(top, #313a44, #444c55);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#313a44), to(#444c55));
  background-image: -webkit-linear-gradient(top, #313a44, #444c55);
  background-image: -o-linear-gradient(top, #313a44, #444c55);
  background-image: linear-gradient(to bottom, #313a44, #444c55);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff313a44', endColorstr='#ff444c55', GradientType=0);*/
}
.searchautocomplete .searchautocomplete-placeholder {
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background: #FFF;
  border: 1px solid #ccc;
  padding: 15px 10px 5px 10px;
  position: absolute;
  right: 48px;
  top: 42px;
  width: 318px;
  z-index: 102;
}
.searchautocomplete .searchautocomplete-placeholder:before {
  border-color: transparent transparent #CCC transparent;
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 5px;
  height: 0;
  width: 0;
  top: -11px;
  left: 30px;
}
.searchautocomplete .searchautocomplete-placeholder ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.searchautocomplete .searchautocomplete-placeholder ul li {
  *zoom: 1;
  text-align: left;
  padding: 5px 5px;
  margin-bottom: 5px;
  border: 1px solid #ccc;
}
.searchautocomplete .searchautocomplete-placeholder ul li:before,
.searchautocomplete .searchautocomplete-placeholder ul li:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchautocomplete .searchautocomplete-placeholder ul li:after {
  clear: both;
}
.searchautocomplete .searchautocomplete-placeholder ul li a {
  text-decoration: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li a.name {
  color: #444;
  font-weight: bold;
  display: block;
  margin-bottom: 3px;
}
.searchautocomplete .searchautocomplete-placeholder ul li a .pull-right {
  float: right;
}
.searchautocomplete .searchautocomplete-placeholder ul li.active {
  background-color: #eeffee;
  cursor: pointer;
}
.searchautocomplete .searchautocomplete-placeholder ul li.active a {
  text-decoration: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li .searchautocomlete-image {
  float: left;
  margin: 0px 10px 5px 0px;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box {
  font-weight: bold;
  font-size: 13px;
  color: #C76200;
  float: right;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .regular-price .price-label,
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .old-price .price-label,
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .special-price .price-label {
  display: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .price-label {
  font-weight: normal;
  color: #999;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .old-price .price {
  font-size: 0.9em;
  color: #999;
}
.searchautocomplete .searchautocomplete-placeholder ul li .highlight strong {
  color: #f00;
}
.searchautocomplete .searchautocomplete-placeholder .index-title {
  text-align: right;
  color: #0A263C;
  border-bottom: 1px solid #CCC;
  padding: 2px 5px;
}
.searchautocomplete .searchautocomplete-placeholder .index-title span {
  color: #666;
  font-size: 0.9em;
}
.searchautocomplete .searchautocomplete-placeholder .all {
  text-align: right;
  margin: 10px 4px 5px 10px;
}
.searchautocomplete .searchautocomplete-loader {
  position: absolute;
  top: 11px;
  right: 10px;
  width: 16px;
  height: 16px;
  background: url('http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/mirasvit/loader.gif');
}
.searchautocomplete-widget {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.searchautocomplete .searchautocomplete-placeholder .ratings {
    margin: 0;
    line-height: 14px;
}
.searchautocomplete .searchautocomplete-placeholder .rating-box {
  float: left;
  margin: 0 5px 0 0;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchindex-results {
  *zoom: 1;
  margin-bottom: 10px;
  border-bottom: 1px solid #a0b3c3;
}
.searchindex-results:before,
.searchindex-results:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results:after {
  clear: both;
}
.searchindex-results li {
  margin-bottom: -1px;
  float: left;
  *zoom: 1;
  margin: 0px 2px;
}
.searchindex-results li:before,
.searchindex-results li:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results li:after {
  clear: both;
}
.searchindex-results li a {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  display: block;
  cursor: pointer;
  padding: 2px 5px 1px 5px;
  line-height: 20px;
  border: 1px solid transparent;
  border-bottom: none;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  text-decoration: none;
}
.searchindex-results li a:hover {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-results li a span {
  font-weight: normal;
  font-size: 0.9em;
}
.searchindex-results li.active a {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  cursor: default;
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-result li {
  padding: 5px;
}
.searchindex-result li .title a {
  font-weight: bold;
  color: #203548;
  font-size: 13px;
}
.searchindex-result.searchindex-result-category {
  margin-bottom: 20px;
}
.searchindex-result.searchindex-result-category li {
  padding: 1px 0px;
}
.searchindex-result.searchindex-result-category li a {
  font-weight: bold;
  color: #203548;
}
.searchindex-highlight {
  background-color: #ff0;
}

#custommenu {
    position: relative;
    font-size: 12px;
    padding: 0px 0px 0px 0px;
    width: 1100px;
    border-radius: 2px;
    height: auto;
    margin: 0 auto;
	border-top:solid 1px #dbd8d1;
	border-bottom:solid 1px #dbd8d1;
	margin-bottom:20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*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: 28px;
    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 {
    padding: 3px 10px;
    border-radius: 2px;
}
/* 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%;
    color: #000;
    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;
}
/*BG*/
#custommenu {
}
div.wp-custom-menu-popup {
    background: #fff;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.3);
	top:45px !important;
}
div.menu a:link, div.menu a:visited {
}
div.menu a:hover {
    background: transparent;
}
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;
}
div.menu.active a {
    background: transparent !important;
    color: #f5a10e !important;
}
div.level3 {
    background: #fff;
}
/*FONTS*/
div.menu {
    font-weight: normal;
    font-size: 14px;
    text-transform: capitalize;
    font-family: "Arial";
}
a.level1:link, a.level1:visited {
    text-transform: none;
    font-weight: normal;
}
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;
}
/*COLOR*/
div.menu a:link, div.menu a:visited {
    color: #7d6a56;
	font-size:16px;
	border-left:solid 1px #dbd8d1;
	/*border-right:solid 1px #dbd8d1;*/
}
/*Really bad fix*/
#menu309 a:link, #menu309 a:visited {
	border-left:none !important;
}
#menu309 a:hover, #menu309 a {
	border-left:none !important;
}
#menu309{
	/*margin-left:60px;*/
}
/*End of really bad fix*/
div.menu a:hover, div.menu.active a {
    color: #f5a10e;
	
}

a.level3:link, a.level3:visited {
    color: #333333;
}
a.level3:hover {
    color: #b43f74;
}
a.level2:link, a.level2:visited {
    color: #000;
}
a.level1:hover {
    background: #fff;
	text-decoration:underline;
	color:#f5a10e;
}
a.level2:hover {
    color: #000;
    background: #d3d3d3;
}
.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: 1px solid #fff;
    text-transform: uppercase;
}
#menu-button a:link, #menu-button a:visited {
    color: #fff;
    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;
    background: #fff;
}
.menu-mobile a.itemMenuName {
    display: block;
    text-align: left;
}
.menu-mobile div.menu-button, .menu-mobile div.menu-mobile {
    float: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    border-bottom: 1px solid #fff;
}
.menu-mobile div.column {
    float: none;
    width: 100%;
    padding: 0px 0;
    margin: 0px 0px 0px 0px;
}
.menu-mobile a.level1:link, .menu-mobile a.level1:visited {
    margin-top: 0px;
    margin-bottom: 0;
    padding: 10px 10px;
    border-radius: 2px;
    color: #000;
}
.menu-mobile a.level2:link, .menu-mobile a.level2:visited {
    padding: 10px 10px;
    border-radius: 2px;
}
.menu-mobile a.level1:link, .menu-mobile a.level1:visited {
    color: #555;
}
.menu-mobile a.level1:hover {
    background-color: #f1f1f1;
}
.menu-mobile .parent {
    background-color: #fff;
}
/*buttons level 01*/
.menu-mobile .parentMenu {
    padding: 0px 0px;
    display: block;
    text-align: left;
    border-bottom: 1px solid #dadada;
}
.menu-mobile .parentMenu a:link, .menu-mobile .parentMenu a:visited {
    padding: 10px 0px 10px 10px;
    margin-right: 80px;
    color: #000;
    display: block;
}
.menu-mobile .parentMenu:hover {
    cursor: pointer;
}
.parentMenu {
    position: relative;
}
.parentMenu a {
    display: block;
}
#menu-button {
    cursor: pointer;
}
.menu-mobile div.level2 {
    margin-bottom: 0;
}
#custommenu-mobile .button {
    cursor: pointer;
    position: absolute;
    right: 1%;
    top: 0px;
    display: block;
    width: 80px;
    height: 38px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJxJREFUeNpi/P//PwM66O3tBVF1UNwEwsXFxRjqmBhwg3wgZobSWAE+zcxoNEmaCQKKNDP29PTgkvsAxPxA/BGIBXDZ3A7Ef4D4Pxrmh6rhxyL3E4gbQZqL8AUKDsAG0gfS3AfEf0nU/AuIJ4I0VwIxC8j/aPgjVOFHLHLsQFzDiCeFoQQYqSmMtvGMT/NfNJokzQug9HRcCgACDAC34CnSSWx3zwAAAABJRU5ErkJggg==);
}
#custommenu-mobile .button.open {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE5JREFUeNpi/P//PwO5gImBAjBENbP09vZSZHM7EP8B4v8k4J9A3AjSXATEzCRaygbSB9LcB8R/SdT8C4gnsgCJSigmGTCOpjDSAECAAQBI6RqpQRaDFgAAAABJRU5ErkJggg==);
}
#custommenu-mobile .level1 .button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIxJREFUeNpi/P//PwO5gAWbYG9vL4ZYcXExhhgTAwUAn+YJQAzyUxcuBYwwP2Nx6k8gZgPid0AsjM0L+Gxmg9LMxDob5lTkKOBHEuvCpzmZQBgl4NNcD8SvcWgEiTfhi+c+KGZAcvpHIBbAG9pYEglKaJOaSCqB+BrUK8QnTyxeYCDa2dRIngQBQIABAGG6KfxEmzSnAAAAAElFTkSuQmCC);
}
#custommenu-mobile .level1 .button.open {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE1JREFUeNpi/P//PwO5gImBAjBwmllgjN7eXqI1FRcXU9/ZE4D4Px7chU9zMgHLEvBprgfi1zg0gsSbsAYYFPRBMVGAcQSmMIo0AwQYAIYUFeQ3G04OAAAAAElFTkSuQmCC);
}
/*BG*/
#custommenu-mobile  .parentMenu:hover a:link, #custommenu-mobile  .parentMenu:hover a:visited, #custommenu-mobile  .parentMenu:hover {
    background-color: #fff;
}
#custommenu-mobile .level0 {
    background-color: #f1f1f1;
}
#custommenu-mobile .level1 {
    background-color: #e4e4e4;
}
#custommenu-mobile .level2 {
    background-color: #f1f1f1;
}

.events-index-index h2,
.events-index-view h2 { color: #383838; font-size: 20px; background: url(http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/images/umbra-sub-header-bg.png) repeat-x 0% 100%; padding-bottom: 18px; margin-bottom: 14px; }
.events-list .events-row div { float: left; height: 224px; padding: 0 10px; }
.events-list .events-row .events-image { float: left; height: 224px; padding-left: 0; }
.events-list .events-row div h3 { color: #383838; font-size: 20px; margin-bottom: 20px;font-weight:normal;}
.events-list .events-row div h4,
.event-info h3,
.events-list .events-row div h4 a { color: #f1912a; font-size: 17px; }
.event-info .main-image { text-align: center; margin: 20px 0;}
.event-info .desc { font-size: 18px; font-family: arial; color: #383838;}
.events-list .events-row div p { font-size: 15px; color:#3e3e3e;}
.events-list .events-row .events-info {width: 255px;}
.events-list .events-row .events-info  .desc { float: none; padding: 0; width: auto; height: auto; }
.events-list .events-row .events-info h4 { margin-bottom: 20px;}
.events-list .events-row .events-library {width: 320px; border-left: 1px solid #d5d1cb; border-right: 1px solid #d5d1cb; }
.events-list .events-row .events-library label { font-weight: bold; font-size: 15px; }
.events-list .events-row .events-datetime {width: 134px;}
/* jQuery Growl
 * Copyright 2013 Kevin Sylvestre
 * 1.2.2
 */
#growls {
  z-index: 50000;
  position: fixed; }
  #growls.default {
    top: 10px;
    right: 10px; }
  #growls.tl {
    top: 10px;
    left: 10px; }
  #growls.tr {
    top: 10px;
    right: 10px; }
  #growls.bl {
    bottom: 10px;
    left: 10px; }
  #growls.br {
    bottom: 10px;
    right: 10px; }
  #growls.tc {
    top: 10px;
    right: 10px;
    left: 10px; }
  #growls.bc {
    bottom: 10px;
    right: 10px;
    left: 10px; }
  #growls.tc .growl, #growls.bc .growl {
    margin-left: auto;
    margin-right: auto; }

.growl {
  opacity: 0.8;
  filter: alpha(opacity=80);
  position: relative;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .growl.growl-incoming {
    opacity: 0;
    filter: alpha(opacity=0); }
  .growl.growl-outgoing {
    opacity: 0;
    filter: alpha(opacity=0); }
  .growl.growl-small {
    width: 200px;
    padding: 5px;
    margin: 5px; }
  .growl.growl-medium {
    width: 250px;
    padding: 10px;
    margin: 10px; }
  .growl.growl-large {
    width: 300px;
    padding: 15px;
    margin: 15px; }
  .growl.growl-default {
    color: #FFF;
    background: #F39C12; }
  .growl.growl-error {
    color: #FFF;
    background: #C0392B; }
  .growl.growl-notice {
    color: #FFF;
    background: #2ECC71; }
  .growl.growl-warning {
    color: #FFF;
    background: #F39C12; }
  .growl .growl-close {
    cursor: pointer;
    float: right;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    font-family: helvetica, verdana, sans-serif; }
  .growl .growl-title {
    font-size: 18px;
    line-height: 24px; }
  .growl .growl-message {
    font-size: 14px;
    line-height: 18px; }

/*# sourceMappingURL=jquery.growl.css.map */

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/VS/js/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/VS/js/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/VS/js/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/VS/js/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/VS/js/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/VS/js/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/VS/js/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/VS/js/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/VS/js/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/VS/js/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/VS/js/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/VS/js/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/VS/js/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/VS/js/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/VS/js/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/VS/js/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('http://www.libhumanitas.ro/skin/frontend/default/libhumanitas_new/VS/js/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
