﻿/*=====================================================
    
    DESKTOP

=====================================================*/

@media all and (min-width: 1001px) {

/* GLOBAL STYLES */

.master-wrapper-content {
}
.inputs {
    margin-bottom: 35px;
}
/*.center-2 .inputs label {
	width: 170px;
}*/


/* GLOBAL FORMS */
/* NOTIFICATIONS & POPUPS */



/* HEADER */

.admin-header-links.normal {
    background-color: #f9f9f9;
}
.header {
	position: relative;
    min-height: 90px;
	z-index: 1020;
	margin: 0 auto;
    padding-top: 15px;
	text-align: right;
}
.header-logo {
	float: left;
    margin: 0 3%;
    padding-top: 17px;
}
.header-links-wrapper {
    width: 320px;
    position: absolute;
    top: -800px;
    right: 83px;
    z-index: 10;
    padding: 2px;
    background-color: rgba(0,0,0,0.05);
    text-align: center;
    font-size: 14px !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header-links-wrapper.activeState {
    top: 94px;
}
.header.mobile .header-links-wrapper.activeState {
    top: 86px;
}
.header-links li {
    display: block;
}
.flyout-cart {
    display: block;
	position: absolute;
	top: -1000px;
	right: 0;
	width: 320px;
    z-index: 100;
    padding: 2px;
	background-color: rgba(0,0,0,0.05);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header.mobile .flyout-cart.activeState {
    top: 71px;
}
.flyout-cart.activeState {
    top: 80px;
}
.mini-shopping-cart {
    overflow: hidden;
	font-size: 14px;
    text-align: left;
}
.mini-shopping-cart * {
	line-height: 22px !important;
}
.mini-shopping-cart a {
}
.mini-shopping-cart .count {
	padding: 20px;
    background: #fff;
}
.mini-shopping-cart .count a {
	color: #c49169;
}
.mini-shopping-cart .items{
	margin: 2px 0;
    padding: 20px 10px;
    background: #fff;
}
.mini-shopping-cart .item {
	overflow: hidden;
    margin: 0 0 20px;
}
.mini-shopping-cart .item:last-child {
    margin: 0;
}
.mini-shopping-cart .item.first {
}
.mini-shopping-cart .picture {
	float: left;
	width: 90px;
	text-align: center;
}
.mini-shopping-cart .picture a {
	display: block;
	position: relative;
	overflow: hidden;
}
.mini-shopping-cart .picture a:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.mini-shopping-cart .picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
}
.mini-shopping-cart .picture + .product {
	margin: 0 0 0 100px;
}
.mini-shopping-cart .name {
    overflow: hidden;
    max-height: 47px;
    font-family: 'Playfair Display', serif;
	font-size: 18px; 
}
.mini-shopping-cart .name a {
    color: #000;
}
.mini-shopping-cart .name a:hover {
    color: #888;
}
.mini-shopping-cart .attributes {
    margin: 5px 0 0;
    color: #bbb;
}
.mini-shopping-cart .price,
.mini-shopping-cart .quantity {
    font-size: 13px;
    color: #bbb;
}
.mini-shopping-cart .price span {
    font-size: 18px;
    color: #c49169;
    font-family: 'Playfair Display', serif;
}
.mini-shopping-cart .quantity span {
    color: #000;
}
.mini-shopping-cart .totals {
    font-size: 0;
}
.mini-shopping-cart .totals > div {
    display: inline-block;
    width: 50%;
    font-family: 'Playfair Display', serif;
    font-size: 0;
    line-height: 0 !important;
	text-align: left;
}
.mini-shopping-cart .totals > div strong {
    display: inline-block;
    width: 100%;
    background: #f8f8f8;
    font-size: 22px;
    line-height: 60px !important;
    text-align: center;
    color: #000;
}
.mini-shopping-cart .buttons {
    margin: 0;
}
.mini-shopping-cart input[type="button"] {
	width: 100%;
	border: none;
	padding: 0;
    background: #fff;
    height: 60px;
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    color: #c49169;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.mini-shopping-cart input[type="button"]:hover {
    background-color: #c49169;
    color: #fff; 
}
.mini-shopping-cart input[type="button"].cart-button {
    display: inline-block;
    float: right;
    width: 50%;
}
.mini-shopping-cart input[type="button"].checkout-button {
    margin-top: 2px;
}

.search-box {
	float: left;
	margin: 16px 18px 0 0;
}
.search-box input.search-box-text {
    width: 214px !important;
}
.ui-autocomplete {
	z-index: 1015; /*should be lower than header but equal or higher than header-menu*/
}
.header-selectors-wrapper {
	float: right;
}
.header-selectors-wrapper > div {
	float: left;
	margin: 0 0 0 10px;
}
.responsive-nav-wrapper {
    float: right;
}
.responsive-nav-wrapper .header-logo {
    display: none;
}
.responsive-nav-wrapper > div {
    position: relative;
    display: inline-block;
    margin: 0 0 0 8px;
    vertical-align: middle;
}
.responsive-nav-wrapper .shopping-cart-link.full a:before {
    right: 14px;
}
.responsive-nav-wrapper > div:hover,
.responsive-nav-wrapper .shopping-cart-link.full:hover,
.responsive-nav-wrapper .personal-button.active,
.responsive-nav-wrapper .shopping-cart-link.active {
    background-color: #fff;
}
.responsive-nav-wrapper > div > span, 
.responsive-nav-wrapper > div > a {
    height: 70px;
    width: 60px;
}
.responsive-nav-wrapper .search-wrap {
    display: none;
}

/* HEADER MENU */

.overlayOffCanvas {
	display: none !important;
}
.close-menu span {
    width: 64px;
    height: 64px;
}
.header-menu > ul li {
    max-width: none;
    font-size: 0;
}
.header-menu .top-menu > li > a,
.header-menu .top-menu > li > .openSublistWrapper > a {
    max-width: 540px;
    margin: 0 auto;
    padding: 25px 40px; 
    font-size: 44px;
    line-height: 50px;
}
.header.mobile ~ .header-menu-parent .top-menu > li > .openSublistWrapper {
    position: relative;
    width: 540px;
    margin: auto;
}
.header.mobile ~ .header-menu-parent .top-menu > li > .openSublistWrapper .show-submenu {
    position: absolute;
    top: 0;
    bottom: 0;
    display: inline-block;
    z-index: 1;
    margin: auto;
    width: 40px;
    height: 50px;
    background: #333 url(../img/arrow-down.png) no-repeat center;
    cursor: pointer;
}
.header.mobile ~ .header-menu-parent .top-menu > li > .openSublistWrapper .show-submenu.open {
    -webkit-transform: rotate(180deg); 
    transform: rotate(180deg);
} 
.header.mobile ~ .header-menu-parent .top-menu > li > .openSublistWrapper .show-submenu.left {
    right: auto;
    left: 0;
}
.header.mobile ~ .header-menu-parent .top-menu > li > .openSublistWrapper .show-submenu.right {
    right: 0;
    left: auto;
}

.header.mobile ~ .header-menu-parent .header-menu .top-menu > li > .sublist-wrap {
    display: block;
    height: 0;
    margin: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.header.mobile ~ .header-menu-parent .header-menu .top-menu > li > .sublist-wrap.show {
    height: auto;
    margin-bottom: 40px;
    padding: 40px 0 0 !important;
    max-height: 235px;
}
.openSublistWrapper ~ .sublist-wrap > .sublist > li > .sublist-wrap {
    display: block;
    padding: 5px 0;
}
.openSublistWrapper ~ .sublist-wrap > .sublist > li {
    display: inline-block;
    width: 270px;
    margin: 0 5px 10px;
    text-align: left;
    vertical-align: top;
}
.header.mobile ~ .openSublistWrapper ~ .sublist-wrap > .sublist > li > .sublist-wrap > .sublist > li > .sublist-wrap {
    display: none;
}
.header.mobile ~ .header-menu-parent .openSublistWrapper ~ .sublist-wrap > .sublist > li > .sublist-wrap > .sublist > li > a:before {
    content: '';
    display: block;
    width: 6px;
    height: 10px;
    background: url(../img/mobile-menu-in-desktop-arrow.png) no-repeat left center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
    margin: auto;
}
.header.mobile ~ .header-menu-parent .openSublistWrapper ~ .sublist-wrap > .sublist > li > .sublist-wrap > .sublist > li > a {
    margin: 0 0 0 20px;
    font-size: 14px;
    font-family: "Montserrat",sans-serif;
    color: #aaa;
}
.header.mobile ~ .header-menu > ul > li::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 540px;
    margin: auto;
    background: url("../img/menu-border.png") repeat-x;
}
.notAndroid23 .top-menu .sublist-wrap {
    position: relative;
    display: none;
    margin: 0 auto;
    background: transparent;
    transform: translate(0);
}
.notAndroid23 .top-menu .sublist-wrap .sublist li a {
    margin: 0;    
    padding: 0;    
    text-align: left;
    font-size: 24px;
    line-height: 36px;
}
.notAndroid23 .top-menu .sublist-wrap .sublist li > ul > li > a {
    display: block;
    border: 1px solid
}
.notAndroid23 .header.mobile .top-menu > li.has-sublist > .sublist-wrap > .sublist {
    margin: 38px 0;
    border: 1px solid red;
}
.plus-button,
.back-button {
    display: none !important;
}
.header-menu ul li.social-icons {
    padding: 90px 10px;
}
.header-menu ul li.social-icons li {
    width: auto;
}
.header-menu ul li.social-icons:after,
.header-menu ul li.social-icons li:after {
    display: none;
}
.sublist-wrap .sublist li a:after,
.sublist-wrap .sublist .with-subcategories::before {
    display: none;
}
.header.mobile .header-links-wrapper {
    right: 150px;
}
.header.mobile .flyout-cart {
    right: 66px;
}

/* header normal */

.header.normal {
    padding: 15px 0;
    background-color: #fff;
}
.header.normal .header-logo {
    background-color: #fff;
}
.header.normal .responsive-nav-wrapper .menu-title {
    display: none;
}
.header.normal .shopping-cart-link .activeState:after,
.header.normal .personal-button.activeState::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -9px;
    left: 0;
    z-index: 1060;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 9px 0 9px;
    border-color: #eee transparent transparent transparent;
}
.header.normal .responsive-nav-wrapper .shopping-cart-link {
    position: relative;
    background-position: center 19px;
}
.header.normal .responsive-nav-wrapper .shopping-cart-link:hover,
.header.normal .shopping-cart-link.active,
.header.normal .personal-button.active,
.header.normal .personal-button:hover {
    background-color: #eee;
}

/* top menu */


.header.normal .header-menu-parent {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 auto;
    padding: 0 50px;
    text-align: center;
    -webkit-transform: none;
    transform: none;
}
.header.normal .header-menu .close-menu {
    display: none;
}
.header.normal .header-menu-parent .header-menu {
    position: static;
    overflow: visible;
    margin-top: 6px; /*talk to moni*/
    background: #fff;
    text-align: center;
    -webkit-transform: none;
    transform: none;
}
.header.normal .header-menu-parent:after {
    content: '';
    display: block;
    clear: both;
}
.header.normal .top-menu {
    font-size: 0;
}
.header.normal .top-menu > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.header.normal .top-menu .social-icons {
    display: none;
}
.header.normal .top-menu > li.has-sublist:hover .openSublistWrapper a.hover:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -9px;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 9px 9px 0 9px;
    border-color: #eee transparent transparent; 
}
.header.normal .top-menu > li a:before,
.header.normal .top-menu > li a:after,
.header-menu > ul li span::after {
    display: none;
}
.header.normal .top-menu > li a {
    display: block;
    z-index: 10;
    padding: 19px 25px;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Playfair Display', serif;
    color: #000;
}
.header.normal .top-menu > li:hover > a,
.header.normal .top-menu > li:hover .openSublistWrapper {
    background-color: #eee;
}
.header.normal .top-menu > li:hover .sublist-wrap.active {
    display: block;
    position: absolute;
    top: 60px;
    width: 260px !important; 
}
.header.normal .top-menu .sublist-wrap {
    position: absolute;
    top: -1000px;
    display: block; 
    z-index: 1060;
    overflow: visible;
    height: auto;
    padding: 20px 0 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.header.normal .top-menu .sublist-wrap .sublist {
    box-shadow: 0 0 3px rgba(0,0,0,0.05);
    padding: 20px 0 10px;
    background: #fff;
}
.header.normal .top-menu .sublist-wrap li {
    position: relative;
    width: 100%;
    margin: 0;
    text-align: left;
}
.header.normal .header-menu .top-menu .sublist-wrap li a {
    margin: 0;
    padding: 11px 30px;
    font-size: 14px;
    line-height: 22px;
    font-family: "Montserrat Alternates",sans-serif;
}
.header.normal .top-menu .sublist-wrap li a.hover {
    color: #888 !important;
} 
/*stick navigation*/
.responsive-nav-wrapper.stick {
    position: relative;
    padding: 0;
}



/* sub-sub levels */
.header.normal .top-menu .sublist-wrap .sublist-wrap {
    left: 100%;
    padding: 0 0 0 2px;
}
.header.normal .top-menu .sublist-wrap .sublist-wrap.active {
    top: -10px !important;
}
.header.normal .top-menu .sublist-wrap .sublist-wrap .sublist {
    border: 1px solid #eee;
    padding: 10px 0;
}
.header.normal .top-menu .sublist-wrap .sublist .has-sublist {
    background: url(../img/normal-menu-arrow.png) no-repeat right center;
}

/* FOOTER */

.footer {
    padding-top: 90px;
}
.footer-upper {
    display: none;
}
.footer-middle .newsletter-wrapper {
    display: inline-block;
    width: 37%;
    max-width: 470px;
}
.footer-middle .newsletter {
}
.footer-middle-block {
    max-width: 30%;
}

/* newsletter popup */

.newsletter-popup{
    top: 0;
    bottom: 0;
    max-height: 470px;

}
.newsletter-popup .newsletter-description-wrapper {
    padding-bottom: 50px;
}
.newsletter-popup .newsletter-popup-description {
    max-height: 150px;
    padding: 60px 110px 0;
}

/* LEFT/RIGHT COLUMN */

.side-2 {
    width: auto;
}
.block {
	width: 33%;
    max-width: none;
    margin: 0 0 0.5% 0.5%; 
}
.block:nth-child(2n+1) {
    clear: none;
    margin: 0 0 0.5% 0.5%; 
}
.block:nth-child(3n+1) {
    clear: both;
    margin: 0 0 0.5%;
}
.block .listbox {
	display: none;
}
.block .product-picture {
	display: inline-block;
	/*width: 25%;*/
	vertical-align: middle;
}
.block .product-picture img {
	display: block;
	max-width: 100%;
}
.block .product-name {
	display: inline-block;
	/*width: 72%;*/
	vertical-align: middle;
}
/* block elements when ajax filters enabled in two columns */
.side-2 > .block {
    margin: 0 0 0.5% 0.3%;
}
/*
.side-2 > .block:nth-of-type(2n+1) {
    clear: none;
}
.side-2 > .block:nth-of-type(3n+1) {
    clear: none;
}
.side-2 > .block:nth-of-type(4n+1) {
    clear: both;
}*/
.side-2 .nopAjaxFilters7Spikes {
    overflow: hidden;
}

/*between 1001 and 1280 pixels this blocks stays inline-block*/
.side-2 {
    font-size: 0;
}
.side-2 > .block {
    display: inline-block;
    float: none;
    vertical-align: top;
}
.side-2 .block .listbox {
    font-size: 14px;
}

/*end*/

.twocolumns .side-2 > .block:nth-of-type(3n+1) {
    clear: both;
}
.twocolumns .side-2 > .block:nth-of-type(4n+1) {
    clear: none;
} 

/* CATEGORY PAGE & GRIDS */

/* home page */

.home-page-category-grid .category-item .title {
    font-size: 22px;
}
.item-grid,
.sub-category-grid .item-grid {
    width: auto;
    max-width: 1920px;
    margin: auto;
}
.item-box, 
.category-grid .item-box,
.sub-category-grid .item-box {
    float: left;
    width: 33%;
    max-width: none;
    margin: 0 0 0.5% 0.5%;
}
.sub-category-grid .item-box {
    max-width: 450px;
}
.category-grid .item-box:nth-child(2n+1),
.sub-category-grid .item-box:nth-child(2n+1) {
    clear: none;
    margin: 0 0 0.5% 0.5%; 
}
.category-grid .item-box:nth-child(3n+1),
.sub-category-grid .item-box:nth-child(3n+1) {
    clear: both;
    margin: 0;
}

.product-grid .item-box {
    width: 49%;
    margin: 0 0 0.66% 0.66%;
}
.product-grid .item-box:nth-child(2n+1) {
    clear: both;
}
.product-grid .item-box .details {
    padding: 20px 15px 0;
}
.product-grid .item-box .details .description {
    height: auto;
    height: 64px;
}
.product-grid .item-box .details .product-rating-box {
    display: none;
}
.item-box .prices .tax-shipping-info {
    margin: 3px 0 0;
}
.item-box .prices {
    margin-bottom: 10px;
}
.item-box .actual-price {
    line-height: 28px;
}
.item-box .old-price {
    font-size: 18px;
}
.product-grid .item-box input[type="button"].product-box-add-to-cart-button {
    padding: 0 18px;
    background: transparent;
}
.product-grid .item-box input[type="button"].product-box-add-to-cart-button:hover {
    background-color: #c49169;
}
.hover-effect-2 .product-grid .item-box input[type="button"].product-box-add-to-cart-button {
    width: 60px;
    height: 60px;
    padding: 0;
    font-size: 0;
    background-image: url("../img/add-to-cart-button.png"); 
    background-position: center;
    background-repeat: no-repeat;
}

.post-body, 
.news-body {
    height: 55px;
    overflow: hidden;
}
.blog-page .post-body {
    margin-bottom: 7px;
}
.blog-page .tags {
    margin-bottom: 5px;
}
.blogpost-page .post-body {
    height: auto;
    text-align: left;
}
.blogpost-page .post-wrapper,
.blogpost-page .tags .tags-wrapper,
.news-item-page .news-wrapper {
    float: none;
    max-width: 1266px;
    margin: auto;
    text-align: left;
}

.home-page-polls .poll {
    max-width: 1920px;
}

/* manugacturer and vendor grids */

.manufacturer-grid,
.vendor-grid {
    max-width: none;
}
.manufacturer-grid .item-box,
.vendor-list-page .item-box {
    width: 24.5%;
    margin: 0 0 0.66% 0.66%;
}
.manufacturer-grid .item-box:nth-child(2n+1),
.vendor-list-page .item-box:nth-child(2n+1) {
    margin: 0 0 0.66% 0.66%;
} 
.manufacturer-grid .item-box:nth-child(3n+1),
.vendor-list-page .item-box:nth-child(3n+1) {
    clear: none;
    margin: 0 0 0.66% 0.66%;
}
.manufacturer-grid .item-box:nth-child(4n+1),
.vendor-list-page .item-box:nth-child(4n+1) {
    clear: both;
    margin: 0 0 0.66%;
}

/* category page one column */

.onecolumn-category-block-wrapper {
    width: auto;
}
.onecolumn .block .listbox {
    display: none;
} 
.item-box .product-title {
    margin-bottom: 5px;
}

/* PRODUCT PAGE */

.product-details-page .product-grid {
    text-align: center;
}
.product-details-page .product-grid .item-box,
.product-grid.cross-sells .item-box {
    float: none;
    width: 25%;
    clear: none;
}
.product-details-page .product-grid .tooltip-text,
.shopping-cart-page .product-grid .tooltip-text {
    display: none;
}
.product-variant-list {
    background: #fff;
}
.product-variant-line {
    max-width: 1260px;
    padding: 20px;
}
.product-variant-line .variant-picture {
    width: 27%;
    max-width: 320px;
    float: left;
    margin: 0;
}
.variant-overview {
    float: left;
    width: 73%;
    padding: 20px 0 0 30px;
    text-align: left;
}

/* REVIEW PAGE */
/* WISHLIST & COMPARE LIST */


.wishlist-page .cart .footable-first-column {
    display: none;
}

.wishlist-content .button-2 {
    margin: 0 10px 10px;
}
.compare-products-page .page-title {
    margin-bottom: 20px;
}
.compare-products-page .remove-product td,
.compare-products-page .product-picture td {
    border: none;
}
.compare-products-page .remove-product td {
    padding: 0;
}
.compare-products-table {
	display: table;
}
.compare-products-table-mobile {
	display: none;
}
.compare-products-table .product-name td {
    background: transparent;
}
.compare-products-table .product-price td {
    font-family: "Playfair Display",Times New Roman,serif;
    font-size: 24px;
    color: #c49169;
}
.compare-products-table .product-price td label {
    font: 14px "Montserrat",Verdana,sans-serif;
}


/* TOPICS */
/* CONTACT PAGE & EMAILaFRIEND */
/* REGISTRATION, LOGIN, MY ACCOUNT */


.login-page .inputs.reversed > * {
	width: auto;
	margin: 0 5px;
	vertical-align: middle;
}
.return-request-page label {
	width: 305px;
}

.block.block-account-navigation {
    margin: auto;
}

/* SHOPPING CART & CHECKOUT */

/*.shopping-cart-page .totals {
	width: 30%;
	margin: 0;
}
.cart-collaterals {
	width: 68%;
	margin: 0;
}*/
.cart-collaterals .deals {
	/*float: left;
	width: 45%;
	margin: 0;*/
}
.cart-collaterals .shipping {
	/*float: right;
	width: 53%;
	margin: 0;*/
}
.cart-collaterals .shipping label {
	/*width: 28%;
	margin: 0;
	text-align: left;*/
}
.cart-collaterals .shipping label + * {
	/*width: 72%;*/
}
.cart-collaterals .shipping .buttons {
	/*text-align: right;*/
}

/*.checkout-page .edit-address label {
	width: 305px;
}
.checkout-page .opc .edit-address label {
	width: 295px;
}
.checkout-page .totals {
	float: right;
}*/

/* SEARCH & SITEMAP */

.basic-search input[type="text"] {
}
.advanced-search .price-range {
}
.advanced-search .price-range input {
	height: auto;
}

/* BLOG & NEWS */

.blog-block-wrapper,
.blog-page .blog-posts,
.news-list-page .news-items {
    max-width: 1266px;
}
.blog-page .blog-posts,
.news-list-page .news-items {
    overflow: hidden;
    margin: 0 auto;
}
.blog-block-wrapper .block .title {
    padding: 23px 30px;
}
.blog-block-wrapper .block,
.blog-page .blog-posts .post,
.news-list-page .news-items .news-item {
    width: 49.5%;
    max-width: 628px;
    margin: 0 0 1% 1%;
}
.blog-page .blog-posts .post,
.news-list-page .news-items .news-item {
    float: left;
}
.blog-block-wrapper .block:nth-child(2n+1),
.blog-page .blog-posts .post:nth-child(2n+1),
.news-list-page .news-items .news-item:nth-child(2n+1) {
    clear: both;
    margin: 0 0 1%;
}
.news-item-page .inputs:first-child label {
	
}
.news-item-page .inputs label {
    text-align: center;
}
.new-comment textarea {
	display: block;
	margin: auto;
}

/* FORUM & PROFILE */

.forum-search-page .advanced-search .inputs label {
	width: 305px;
}
.forum-edit-page label,
.private-message-send-page label {
	
}
.forum-edit-page .toolbar,
.private-message-send-page .toolbar {
	margin-left: 235px;
}
.forum-edit-page textarea,
.private-message-send-page textarea {
	
}
.forum-search-box .basic .search-box-text {
    width: 346px !important;
}
.forums-table-section td {
    min-width: 120px;
}
.forums-table-section.topic-group .forum-table .topic-details,
.forums-main-page .forums-table-section.forum-group .forum-details {
    text-align: left;
}


 
}