/* Minification failed. Returning unminified contents.
(8793,1): run-time error CSS1019: Unexpected token, found '}'
(10655,15): run-time error CSS1030: Expected identifier, found ' '
(10655,16): run-time error CSS1031: Expected selector, found '5px'
(10655,16): run-time error CSS1025: Expected comma or open brace, found '5px'
(10656,1): run-time error CSS1019: Unexpected token, found '}'
 */
/*********** CSS RESET **********/

* {
	margin: 0;
	padding: 0;
	outline: none;
	text-decoration: none;
}
html {
    margin: 0 !important;
    -webkit-text-size-adjust: none;
}
ol, ul {
	list-style: none;
}
a img {
	border: none;
}
a:active {
	outline: none;
}
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	border: 0;
	margin: 0;
	padding: 0;
}
input[type="submit"], 
input[type="reset"], 
input[type="button"], 
input[type="text"], 
input[type="password"], 
textarea {
    border-radius: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] + *,
input[type="radio"] + * {
	vertical-align: middle;
}
label, label + * {
	vertical-align: middle;
}


/*********** GLOBAL STYLES **********/




body {
	overflow-x: hidden;
/* vyna   background: #eee url(/Themes/Lighthouse/Content/img/background.jpg) no-repeat top center;*/
	font: 13px/1.5em 'Helvetica Neue',Arial,sans-serif;
	color: #444;
}
.master-wrapper-page {
    margin: 15px auto 0;
}
h1,h2,h3,h4,h5,h6 {
	color: #333;
}
a {
	color: inherit;
	cursor: pointer;
}
a img {
	opacity: 0.99; /*firefox scale bug fix*/
    max-width: 100%;
}
a:hover img {
	opacity: 0.9;
}
table {
	width: 100%;
	border-collapse: collapse;
}
input[type="button"], input[type="submit"],
button, .button-1, .button-2 {
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
}
input[type="text"], input[type="password"] {
	border: 1px solid #999;
	background: #fff;
	padding: 7px;
	font-size: 13px;
	color: #333;
}
textarea {
	border: 1px solid #999;
	background: #fff;
	padding: 6px;
	font-size: 13px;
	color: #333;
}
select {
	border: 1px solid #999;
	background: #fff;
	padding: 2px;
	font-size: 13px;
	color: #333;
}
script {
    display: none !important;
}
input[type="text"]:focus, input[type="password"]:focus,
textarea:focus, select:focus {
	border: 1px solid #666;
}
input[type="checkbox"],
input[type="radio"] {
	vertical-align: middle;
}
.required, .message-error,
.field-validation-error,
.not-available-status,
.password-error {
	font-size: 11px;
	color: #c00;
}

.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-block ul,
.topic-page ul,
.post-body ul,
.news-body ul,
.custom-tab ul {
	margin: 12px 0;
	padding-left: 36px;
	list-style: disc;
}
.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-block ol,
.topic-page ol,
.post-body ol,
.news-body ol,
.custom-tab ol {
	margin: 12px 0;
	padding-left: 36px;
	list-style: decimal;
}
.category-description p,
.manufacturer-description p,
.full-description p,
.topic-block p,
.topic-page p,
.post-body p,
.news-body p,
.custom-tab p {
	margin: 10px 0;
}
.category-description img,
.manufacturer-description img,
.full-description img,
.topic-block img,
.topic-page img,
.post-body img,
.news-body img {
	max-width: 100%;
    height: auto;
}
.category-description a,
.manufacturer-description a,
.full-description a,
.topic-html-content a,
.topic-page a,
.post-body a,
.news-body a,
.custom-tab a,
.topic-block-body a {
    text-decoration: underline;
}


/*********** GLOBAL FORMS & GLOBAL TABLES ***********/




.fieldset, .section {
	position: relative;
	margin-bottom: 25px;
}
.fieldset .title,
.section .title {
	margin-bottom: 10px;
	padding-left: 5px;
	font-size: 13px;
	color: #333;
}
.form-fields {
	position: relative;
    border: 1px solid #ddd;
	padding: 15px;
	color: #333;
}
.inputs {
	margin: 8px 0;
    position: relative;
    font-size: 0;
}
    .inputs * {
        font-size: 12px;
    }
.inputs:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.inputs > * {
    vertical-align: middle;
}
.inputs label {
	display: inline-block;
	width: 285px;
	margin-right: 10px;
	text-align: right;
    font-size: 12px;
    vertical-align: middle;
}
.inputs input[type="text"],
.inputs input[type="password"] {
	width: 312px;
}
input[type="text"],
input[type="password"],
textarea, select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
}
.inputs select {
	padding: 6px;
}
.inputs textarea {
	width: 312px;
	height: 150px;
}
.inputs .field-validation-valid {
	font-size: 11px;
	color: #690;
}
.inputs.custom-attributes {
	white-space: normal;
}

.inputs .option-list {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.inputs .option-list li {
	float: left;
}
.inputs .option-list label {
	width: auto;
}

.captcha-box {
	margin-bottom: 15px;
	text-align: center;
	line-height: 0; /*MOZ line-height bug fix*/
}
.captcha-box > div {
	display: inline-block;
}



/*********** BAR NOTIFICATION & JQUERY POPUPS  ***********/




.bar-notification {
	display: none;
	position: fixed;
	z-index: 10000;
	left: 0;
	top: 0;
	width: 100%;
	height: 28px;
	box-shadow: 0 1px 2px #666;
	line-height: 28px;
	color: #fff;
	opacity: 0.95;
	filter: alpha(opacity=95);
}
.bar-notification.success {
	border-bottom: 1px solid #bd2;
	background: #9b0;
}
.bar-notification.error {
	border-bottom: 1px solid #f55;
	background: #f00;
}
.bar-notification > * {
	float: left;
}
.bar-notification .content {
	margin-left: 10px;
}
.bar-notification .content a {
	color: #fff;
	text-decoration: underline;
}
.bar-notification .close {
	float: right;
	width: 16px;
	height: 16px;
	margin: 5px;
	border: 1px solid #666;
	background: #fff url(/Themes/Lighthouse/Content/img/close.png) center no-repeat;
	box-shadow: inset 0 0 1px #999;
	cursor: pointer;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.bar-notification .close:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.ui-dialog {
    position: absolute !important;
	z-index: 1001;
	border: 1px solid #ccc;
	box-shadow: 0 1px 2px #ddd;
	background: #fff;
}
.ui-dialog-titlebar {
	border: 1px solid #fff;
	border-bottom: 1px solid #bbb;
	overflow: hidden;
	background: #ddd url(/Themes/Lighthouse/Content/img/headpad.png) top repeat-x;
	padding: 10px;
	font-weight: bold;
	color: #333;
	text-shadow: 1px 1px #f6f6f6;
}
.ui-dialog-titlebar span {
	float: left;
	line-height: 18px;
	text-transform: uppercase;
}
.ui-dialog-titlebar button {
	float: right;
	width: 16px;
	height: 16px;
	border: 1px solid #666;
	overflow: hidden;
	background: #fff url(/Themes/Lighthouse/Content/img/close.png) center no-repeat;
	box-shadow: inset 0 0 1px #999;
	text-indent: 999px;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.ui-dialog-titlebar button:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.ui-dialog-content {
	height: auto !important;
	padding: 10px;
	line-height: 18px;
}
.ui-dialog-content .topic-block {
    margin: 10px 0 0;
}
.ui-dialog-content .topic-block-body {
    max-height: 200px;
    overflow-y: scroll;
}
.ui-dialog-content .topic-block p {
    margin: 0;
}
.ui-dialog-buttonset {
    padding: 10px;
    text-align: right;
}
.ui-dialog-buttonset button,
.ui-dialog .page-body button {
	min-width: 60px;
	border: 1px solid #bbb;
	margin-left: 5px;
	background: #eee;
	padding: 5px;
	color: #333;
	text-shadow: 1px 1px #eee;
}
.ui-dialog .page-body button {
    margin: 5px 0 0;
}
.ui-dialog-buttonset button:hover {
	background: #ddd;
}

.eu-cookie-bar-notification {
	position: fixed;
    top: 50%;
	left: 50%;
	z-index: 1002;
	width: 450px;
	max-width: 95%;
	height: 180px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: -90px 0 0 -225px;
    border: 1px solid #bbb;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 0 0 1px #fff;
    background: #fff url(/Themes/Lighthouse/Content/img/noise.png) repeat;
    padding: 20px;
	text-align: center;
}
.eu-cookie-bar-notification .text {
	margin-bottom: 20px;
	line-height: 20px;
}
.eu-cookie-bar-notification button {
	min-width: 60px;
	margin: 10px 0;
	border: 1px solid #000;
	background: #333;
	box-shadow: inset 0 0 1px #ccc;
	padding: 5px;
	font-size: 14px;
	color: #fff;
}
.eu-cookie-bar-notification button:hover {
	border-color: #111;
	background: #555;
}
.eu-cookie-bar-notification a {
	display: block;
	font-weight: bold;
	color: #333;
}
.eu-cookie-bar-notification a:hover {
	text-decoration: underline;
}



/*********** HEADER & NAVIGATION ***********/




.admin-header-links {
	height: 35px;
	margin-bottom: 30px;
	background: url(/Themes/Lighthouse/Content/img/admin-line.png) no-repeat center top;
	text-align: center;
}
.admin-header-links a {
    display: inline-block;
   /* border: 1px solid #222;
    background: #666;*/
    margin: 8px 12px 0;
	font-weight: bold;
    color: #333;
}
.admin-header-links a:hover {
	/*background: #777;*/
	text-decoration: underline;
}
    .admin-header-links .impersonate a{
        display: inline-block;
    }

.header-line {
    width: 990px;
/*    background: url(/Themes/Lighthouse/Content/img/header-line.png) no-repeat center top;*/
	padding: 3px 0 0;
    margin: 0 auto 1px;
}
.header-links-wrapper {
    position: relative;
    text-align: center;
}
.header-links-wrapper span,
.header-links-wrapper a {
	display: inline-block;
	font-size: 12px;
	line-height: 32px;
	color: #333;
}
.header-links-wrapper a:hover,
.header-links-wrapper a:hover span {
	text-decoration: underline;
}
.header-links li {
    display: inline-block;
	margin: 0 8px;
}
.header-links .cart-qty {
	background: url(/Themes/Lighthouse/Content/img/icon3.png) left 10px no-repeat;
	padding-left: 20px;
}

.flyout-cart {
    display: none;
    position: absolute;
    top: 31px;
    left: 55%;
    z-index: 99999;
    width: 300px;
    margin-left: -150px;
    background: #fff;
    text-align: left;
}
.flyout-cart.active {
	display: block;
}
.mini-shopping-cart {
	box-shadow: 0 0 3px rgba(0,0,0,0.4);
	padding: 10px;
	font-size: 11px;
}
.mini-shopping-cart * {
	line-height: normal !important;
}
.mini-shopping-cart a {
	font-weight: bold;
	color: #333 !important;
}
.mini-shopping-cart a:hover {
	color: #000;
	text-decoration: underline;
}
.mini-shopping-cart .count {
	padding: 5px 0;
	color: #333;
}
.mini-shopping-cart .items{
	margin-bottom: 10px;
	background: #fff;
}
.mini-shopping-cart .item {
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
	padding: 8px;
}
.mini-shopping-cart .item.first {
	border-top: 1px dotted #ccc;
}
.mini-shopping-cart .item .picture {
	float: left;
	width: 50px;
	text-align:center;
}
.mini-shopping-cart .item .picture a {
	display: block;
}
.mini-shopping-cart .item .product {
	margin-left: 56px;
}
.mini-shopping-cart .item .name {
	margin-bottom: 8px;
}
.mini-shopping-cart .item .attributes {
	margin: 0;
}
.mini-shopping-cart .item .price span,
.mini-shopping-cart .item .quantity span {
	color: #000;
}
.mini-shopping-cart .totals {
	margin-bottom: 10px;
	text-align: right;
	font-size: 12px;
	color: #333;
}
.mini-shopping-cart .totals strong {
	color: #c00;
}
.mini-shopping-cart .buttons {
	text-align:right;
}
.mini-shopping-cart input[type="button"] {
	display: inline-block;
	border: 1px solid #999;
	background: #bbb;
	box-shadow: inset 0 0 1px #fff;
	padding: 5px 10px;
	text-align: center;
	color: #fff;
}
.mini-shopping-cart input[type="button"]:hover {
	border-color: #888;
	background: #999;
}

.master-wrapper-content {
    padding: 15px;
/*    background: #fff;*/
    width: 990px;
    margin: 0 auto 80px;
/*    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);*/
}

.header {
	margin-bottom: 20px;
}
.header:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.header-logo {
	float: left;
    line-height: 0;
}
.header-logo a {
	display: inline-block;
	line-height: 0; /*MOZ line-height bug fix*/
}
.header-selectors-wrapper {
	float: right;
	margin: 5px 0 15px;
}
.header-selectors-wrapper > div {
	float: right;
	margin-left: 15px;
}

/* custom selectors start */
.new_select {
    background: #fff url(/Themes/Lighthouse/Content/img/custom-selector.png) no-repeat right center;
    width: 98px !important;
    height: 22px;
    border: 1px solid #999;
    cursor: pointer;
    z-index: 1003 !important;
}
.new_select > span {
    display: block;
    line-height: 22px;
    padding: 0 24px 0 4px;
    white-space: nowrap;
}
.styleSelect_item {
    top: 22px !important;
    left: -1px !important;
    width: 100%;
    border: 1px solid #aaa;
}
.styleSelect_item ul {
    background: #fff;
}
.styleSelect_item li span {
    line-height: 18px;
    padding: 2px 2px 2px 5px;
}
.styleSelect_item li span:hover {
	background: #ddd;
}
/* custom selectors end */

.language-list {
	vertical-align: middle;
    line-height: 0;
    max-width: 455px;
}
.language-list li {
    display: inline-block;
    margin: 0 2px;
}
.language-list a {
    position: relative;
	display: block;
    width: 24px;
    height: 24px;
    line-height: 0;
}
.language-list img {
    position: absolute;
	width: 18px;
    height: 12px;
    top: 50%;
    left: 50%;
    margin-left: -9px;
    margin-top: -6px;
}

.search-box {
	float: right;
    clear: right;
}
.search-box form {
	position: relative;
}
.search-box form:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.search-box input.search-box-text {
	float: left;
	width: 336px !important;
	height: 32px;
	border-color: #999;
	padding: 0 6px;
	line-height: 28px;
}
.search-box input.search-box-text:focus {
	border-color: #666; /*override*/
}

.search-box .search-box-button {
	float: left;
	width: 32px;
	height: 32px;
	border: none;
	overflow: hidden;
	background: #222 url(/Themes/Lighthouse/Content/img/icon4.png) center no-repeat;
	text-indent: 999px;
}
.search-box .search-box-button:hover {
	background-color: #333;
}
/*Default Autocomplete start*/
.ui-helper-hidden-accessible {
	display: none;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
    position: absolute !important;
	z-index: 1002 !important;
    width: 334px !important;
	margin-top: -1px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    background: #fff;
    border: 1px solid #999;
    border-top: none;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content li {
	border-top: 1px solid #ccc;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content a {
	display: block;
	padding: 8px;
	font-size: 11px;
	color: #666;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content a:hover,
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content .ui-state-focus {
	background: #eee;
	color: #000;
	cursor: pointer;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content img {
	vertical-align: middle;
	margin-right: 5px;
}
/*Default Autocomplete end*/

.header-menu {
	position: relative;
	z-index: 1001;
	margin-bottom: 20px;
	display: table;
	width: 100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #aaa;
    box-shadow: inset 0 1px #fff;
	background: #eee; /*fallback*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eeeeee 0%, #dddddd 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(to bottom, #eeeeee 0%, #dddddd 100%); /* W3C */
}
.header-menu:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}

@media all and (min-width: 981px) {
    .header-menu .top-menu {
        display: table-row !important;
    }
    .header-menu > ul > li {
	    display: table-cell !important;
    }
}

.header-menu > ul > li > a,
.header-menu > ul > li > span {
    display: block;
	position: relative;
	padding: 11px 25px;
	text-align: center;
	font: normal 17px Arial, Helvetica, sans-serif;
	color: #333;
    border-right: 1px solid #aaa;
    border-left: 1px solid #fff;
    text-shadow: 1px 1px #fff;
    white-space: nowrap;
    cursor: pointer;
}
.header-menu > ul > li > a:before,
.header-menu > ul > li > span:before {
	content: " ";
	position: absolute;
	top: -1px;
	left: 50%;
	margin-left: -8px;
	width: 15px;
	height: 8px;
	background: url(/Themes/Lighthouse/Content/img/menu-pointer.png) no-repeat top center;
	display: none;
}
.header-menu > ul > li:first-child > a {
	border-left: 0 !important;
}
.header-menu > ul > li:last-child > a {
	border-right: 0;
}
.header-menu > ul > li:hover > a,
.header-menu > ul > li:hover > span {
	color: #fff;
	border-left-color: transparent;
	background: #222; /*fallback*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#111111)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #333333 0%,#111111 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(to bottom, #333333 0%, #111111 100%); /* W3C */
	text-shadow: 1px 1px 0 #000;
}
.header-menu > ul > li:hover > a:before,
.header-menu > ul > li:hover > span:before {
	display: block;
}

.menu-title {
    display: none;
}

.header-menu .sublist-wrap {
    display: none;
    position: absolute;
	top: 42px;
    z-index: 1;
	min-width: 200px;
    border-top: 1px solid #aaa;
    box-shadow: 0 1px 5px rgba(0,0,0,0.15), inset 0 0 0 1px #ddd;
    background: #fff;
	padding: 8px 0;
}
.header-menu .sublist-wrap.active {
	display: block;
}
.header-menu .sublist li {
    position: relative;
}
.header-menu .sublist li a {
	display: block;
    background: url(/Themes/Lighthouse/Content/img/arrow.png) 15px center no-repeat;
	padding: 8px 16px 8px 24px;
	color: #333;
}
.header-menu .sublist li:hover > a {
	background-color: #f0f0f0;
}
.header-menu .sublist-wrap .sublist-wrap {
	top: -8px;
	left: 100%;
	border-top: none;
	box-shadow: 0 1px 5px rgba(0,0,0,0.15)
}



/*********** FOOTER ***********/




.footer {
	padding: 15px 0;
    background: url(/Themes/Lighthouse/Content/img/parket.jpg);
}
.footer-upper {
    width: 990px;
    margin: 0 auto 20px;
}
.footer-upper:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;        
}
.footer-block {
    float: left;
    width: 24.7%;
    margin-left: 0.4%;
}
.footer-block:first-child {
	margin-left: 0;
}
.footer-block h3 {
    font-size: 16px;
    font-weight: normal;
    padding: 0 10px 10px;
    overflow: hidden;
}
.footer-block ul {
	padding: 10px;
	background: rgba(255,255,255,0.5);
	border: 1px solid #fff;
	box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
.footer-block li a {
    display: block;
	background: url(/Themes/Lighthouse/Content/img/bullet6.png) 2px center no-repeat;
	padding: 6px 0 6px 12px;
	color: #333;
}
.footer-block li a:hover {
	text-decoration: underline;
}

.footer-block-first li {
    padding: 6px 0 6px 32px;
}
.footer-block-first li.phone {
	background: url(/Themes/Lighthouse/Content/img/icon-phone.png) no-repeat left center;
}
.footer-block-first li.mobile {
	background: url(/Themes/Lighthouse/Content/img/icon-cellphone.png) no-repeat left center;
}
.footer-block-first li.email {
	background: url(/Themes/Lighthouse/Content/img/icon-email.png) no-repeat left center;
}

.footer-lower {
	overflow: hidden;
    width: 990px;
    margin: 0 auto;
}
.footer-lower h3 {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: normal;
	color: #333;
}
.accepted-payment-methods {
	float: left;
}
.accepted-payment-methods ul {
	overflow: hidden;
}
.accepted-payment-methods li {
	float: left;
	width: 49px;
	height: 30px;
	margin-left: 10px;
	border: 1px solid #fff;
	background: url(/Themes/Lighthouse/Content/img/payment_sprite.png) no-repeat;
}
.accepted-payment-methods li:first-child {
	margin-left: 0;
}
.accepted-payment-methods .method1 {
	background-position: 0 0;
}
.accepted-payment-methods .method2 {
	background-position: -49px 0;
}
.accepted-payment-methods .method3 {
	background-position: -98px 0;
}
.accepted-payment-methods .method4 {
	background-position: -147px 0;
}
.accepted-payment-methods .method5 {
	background-position: -196px 0;
}
.accepted-payment-methods .method6 {
	background-position: -245px 0;
}
.social-sharing {
	float: right;
}
.social-sharing ul {
	overflow: hidden;
}
.social-sharing li {
	float: left;
	margin-left: 10px;
}
.social-sharing li:first-child {
	margin-left: 0;
}
.social-sharing a {
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 1px solid #fff;
	background: url(/Themes/Lighthouse/Content/img/social_sprite.png) center no-repeat;
}
.social-sharing a:first-child {
	margin-left: 0;
}
.social-sharing .facebook {
	background-position: 0 0;	
}
.social-sharing .twitter {
	background-position: -32px 0;
}
.social-sharing .google {
	background-position: -64px 0;
}
.social-sharing .pinterest {
	background-position: -96px 0;
}
.social-sharing .vimeo {
	background-position: -128px 0;
}
.social-sharing .youtube {
	background-position: -160px 0;
}
.social-sharing .rss {
	background-position: -192px 0;
}
.social-sharing a.instagram {
	background: url(/Themes/Lighthouse/Content/img/instagram.png) center no-repeat;
}
.social-sharing a:hover {
	opacity: 0.9;
}
.newsletter .title {
    margin-bottom: 10px;
}
.newsletter .title strong {
    font-size: 16px;
	font-weight: normal;
	color: #333;
}
.subscribe-to-newsletter {
	position: relative;
	width: 242px;
	margin: auto;
}
.newsletter-email {
	overflow: hidden;
}
.newsletter-email input[type="text"] {
	float: left;
	width: 210px;
	height: 32px;
	padding: 0 6px;
	line-height: 28px;
}
.newsletter-email input[type="button"] {
	float: left;
	width: 32px;
	height: 32px;
	border: none;
	overflow: hidden;
	background: #333 url(/Themes/Lighthouse/Content/img/icon5.png) center no-repeat;
	text-indent: 999px;
}
.newsletter-email input[type="button"]:hover {
	background-color: #444;
}
.newsletter-validation,
.newsletter-result-block {
	position: absolute;
	top: 0;
	right: 0;
	width: 138px;
	height: 28px;
	overflow: hidden;
	line-height: 28px;
	color: #333;
}
.newsletter-validation .please-wait {
	display: none !important;
}
.newsletter .options{
    clear: both;
}
.newsletter .options span {
    display: inline-block;
    padding: 5px 0;
}

.bottom {
	min-height: 35px;
	background: url(/Themes/Lighthouse/Content/img/noise.png);
    border-top: 1px solid #aaa;
	color: #666;
	font-size: 11px;
	line-height: 35px;
    box-shadow: 0 0 3px rgba(0,0,0,0.15), inset 0 3px 3px rgba(0,0,0,0.05);
}
.bottom .center {
	width: 980px;	
	margin: auto;
}
.footer-disclaimer {
	float: left;
	
}
.footer-powered-by,
.footer-designed-by {
	float: right;
    margin: 0 0 0 10px;
	color: #888;
	font-size: 11px;
	line-height: 35px;
}
.footer-powered-by a,
.footer-designed-by a {
	color: #888;
	text-decoration: underline;
}
.footer-powered-by a:hover,
.footer-designed-by a:hover {
	color: #444;
}

.footer-tax-shipping {
    margin: 0 auto;
	text-align: center;
}
.footer-tax-shipping a {
	text-decoration: underline;
}

.footer-store-theme {
    width: 250px;
    margin: auto;
    text-indent: -9999px;
    position: relative;
    padding-top: 40px;
}
.footer-store-theme select {
	position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    margin-left: -75px;
    margin-top: -12px;
}
.footer-store-theme select:focus {
    color: #000;
}



/*********** LEFT/RIGHT COLUMNS ***********/




.master-column-wrapper {
	min-height: 415px;
}
.master-column-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.side-2 {
	width: 220px;
	float: right;
}
.center-2 {
    float: left;
    width: 725px;
}
.block {
	margin-bottom: 20px;
}
.block .title {
	margin-bottom: 1px;
    background: #333 url(/Themes/Lighthouse/Content/img/block-pointer.png) no-repeat right center;
    padding: 10px 15px 10px 10px;
    font-size: 16px;
    color: #fff;
}
.block .title strong {
	font-weight: normal;
}
.block .listbox {
	border: 1px solid #ddd;
	background: #fff;
}
.block .listbox:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     line-height: 0;
}
.listbox .list > li {
    border-top: 1px solid #ddd;
}
.listbox .list > li:first-child {
	border-top: none;
}
.listbox .list > li > a {
	display: block;
	position: relative;
	background: url(/Themes/Lighthouse/Content/img/bullet4.png) 12px center no-repeat;
	padding: 10px 15px 10px 25px;
	font-size: 14px;
	color: #444;
}
.listbox .list > li.active > a,
.listbox .list > li > a.active {
	z-index: 1;
	width: 180px;
	margin: -1px 0 0 -1px;
	border-top: 1px solid #999; 
	border-bottom: 1px solid #999;
	background: url(/Themes/Lighthouse/Content/img/bullet5.png) 12px center no-repeat,
				#bbb url(/Themes/Lighthouse/Content/img/block-pointer.png) no-repeat right top;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #fff; 
}
.listbox .list > li > a:hover {
	z-index: 1;
	background-color: #eee;
	box-shadow: inset 0 0 1px #fff;
}
.listbox .list > li.active > a:hover,
.listbox .list > li > a.active:hover {
	background-color: #bbb;
	box-shadow: none;
}
.listbox .list > li > a.product-picture{
    display: none;
}
.listbox .sublist {
	background: #f6f6f6;
	padding: 8px 10px 12px 30px;
}
.listbox .sublist .sublist {
	padding-left: 15px;
}
.listbox .sublist a {
	display: block;
	padding: 5px;
	color: #444;
}
.listbox .sublist a:before {
	content: "-";
	margin-right: 5px;
}
.listbox .sublist a:hover {
	color: #000;
    font-weight: bold;
}
.listbox .sublist > li.active > a {
	font-size: 13px;
	font-weight: bold;
	color: #000;
}

.block-popular-tags .listbox,
.block-poll .listbox {
    border: 1px solid #ddd;
    margin-top: 1px;
}
.listbox .tags {
	overflow: hidden;
	padding: 15px 10px 0;
}
.listbox .tags li {
    float: left;
    margin-right: 5px;
    height: 32px;
    overflow: hidden;
}
.listbox .tags a {
    display: block;
    color: #444;
    line-height: 32px;
}
.listbox .tags a:hover {
	color: #000;
	text-decoration: underline;
}
.listbox .view-all {
	border-top: 1px solid #ddd;
	padding: 10px;
	text-align: right;
}
.listbox .view-all a {
	color: #444;
}
.listbox .view-all a:hover {
	color: #000;
	text-decoration: underline;
}
.poll {
	padding-top: 15px;
}
.poll strong {
	display: block;
	margin-bottom: 10px;
	padding: 0 10px;
	color: #333;
}
.home-page-polls strong {
	font-size: 16px;
}
.home-page-polls .title {
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    padding-bottom: 10px;
}
.home-page-polls .title strong {
    max-width: 550px;
    font-size: 18px;
    color: #333;
    font-weight: normal;
}
.poll-options, .poll-results {
	margin-bottom: 10px;
	padding: 0 10px;
}
.poll-options li, .poll-results li {
	padding: 3px 0;
}
.poll-options li:hover {
	color: #000;
}
.poll .buttons, .poll-total-votes {
	border-top: 1px solid #ddd;
	padding: 10px;
	text-align: right;
}
.poll .buttons input {
	border: none;
	background: none;
	color: #444;
}
.poll .buttons input:hover {
	color: #000;
	text-decoration: underline;
}
.poll .please-wait {
}
.poll .poll-vote-error {
	color: #c00;
}
.poll-total-votes {
	display: block;
	margin-top: 15px;
	text-align: right;
}

.page {
	clear: both;
}
.page-title {
	margin-bottom: 15px;
}
.page-title h1 {
	font-size: 25px;
    font-weight: normal;
}



/********** CATEGORY PAGE **********/




.breadcrumb {
	margin-bottom: 20px;
}
.page-title + .breadcrumb {
    margin-top: -10px;
}
.breadcrumb ul {
	overflow: hidden;
}
.breadcrumb li {
	float: left;
	margin-left: 5px;
}
.breadcrumb li * {
	color: #666;
	text-transform: lowercase;
}
.breadcrumb strong {
	color: #333;
}
.breadcrumb a:hover,
.breadcrumb a:hover span {
	text-decoration: underline;
}

.product-selectors {
	margin-bottom: 25px;
	background: #eee url(/Themes/Lighthouse/Content/img/block-pointer.png) no-repeat right center;
	padding: 8px;
}
.product-selectors:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.product-selectors > div {
	float: left;
	margin-right: 20px;
}
.product-selectors > div > span {
	font-style: italic;
}
.product-selectors select {
	min-width: 50px;
	margin-left: 5px;
	text-transform: lowercase;
	color: #444;
}
.product-viewmode {
	display: none;
}

.category-description,
.manufacturer-description,
.vendor-description {
	margin-bottom: 20px;
	padding: 0 5px;
	line-height: 18px;
}
.category-description strong,
.manufacturer-description strong,
.vendor-description strong {
	color: #333;
}

.product-filters {
	display: none;
}

.item-grid:after,
.product-grid:after,
.manufacturer-grid:after,
.vendor-grid:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.item-box {
    float: left;
    width: 230px;
    margin: 0 0 14.5px 14.5px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.item-box:nth-child(3n+1) {
	margin-left: 0;
}
.item-box .product-item,
.item-box .category-item,
.item-box .sub-category-item,
.item-box .manufacturer-item,
.item-box .vendor-item{
    position: relative;
    border: 1px solid #ddd;
	overflow: hidden;
    -webkit-transition: border .1s ease-in-out;
    -moz-transition: border .1s ease-in-out;
    transition: border .1s ease-in-out;
}
.item-box .product-title,
.item-box .title {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
	border: 1px solid #fff;
    background: rgba(255,255,255,0.75);
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: box-shadow .1s ease-in-out;
    -moz-transition: box-shadow .1s ease-in-out;
    transition: box-shadow .1s ease-in-out;
}
.item-box .product-title a,
.item-box .title a {
    display: block;
    overflow: hidden;
    font-size: 16px;
    line-height: 38px;
    font-weight: normal;
    height: 38px;
    padding: 0 10px;
}
.item-box .picture {
	overflow: hidden;
}
.item-box .picture a {
	display: block;
    position: relative;
}
    .item-box .picture a:before{
        content: " ";
        display: block;
        padding-top: 100%;
    }
.item-box .picture img {
	position: absolute;
	top: 0;
	bottom: 0;
    right: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.item-box .category-item:hover img,
.item-box .sub-category-item:hover img,
.item-box .manufacturer-item:hover img,
.item-box .vendor-item:hover img {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.item-box .details {
    position: absolute;
    bottom: -191px;
    left: 1px;
    width: 99.2%;
    height: 188px;
    opacity: 0;
    box-shadow: 0 0 0 1px #fff;
    background: rgba(255,255,255,0.75);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 2;
}
.item-box:hover .details, .ajax-cart-product-item-hover .details {
	bottom: 0 !important;
    opacity: 1;
}
.item-box .description {
	overflow: hidden;
	padding: 10px 10px 5px;
	line-height: 15px;
	color: #333;
}
.item-box .description a {
    display: block;
    height: 85px;
}
.item-box .product-rating-box {
	display: none;
}
.item-box .add-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 7px;
}
.item-box .prices,
.item-box .buttons {
	padding: 4px 10px;
	text-align: right;
}
.item-box .buttons {
    font-size: 0;
}
.item-box .old-price {
	margin-right: 5px;
	font-size: 12px;
	color: #666;
	text-decoration: line-through;
}
.item-box .actual-price {
    font-size: 15px;
    font-weight: bold;
    color: #333;
}
.tax-shipping-info {
    display: block !important;
}
    .tax-shipping-info a {
        color: #333;
        text-decoration: underline;
    }
.item-box input[type="button"],
.item-box .buynow-button {
	display: inline-block;
	border: 1px solid #000;
	background: #333;
	box-shadow: inset 0 0 1px #ccc;
	padding: 5px 15px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.item-box input[type="button"]:hover,
.item-box .buynow-button:hover {
	border-color: #111;
	background: #555;
}
.item-box .add-to-compare-list-button,
.item-box .add-to-wishlist-button {
    display: none !important;
}

.home-page .item-box,
.cross-sells .item-box,
.home-page .item-box:nth-child(3n+1),
.cross-sells .item-box:nth-child(3n+1)  {
    margin: 0 0 13.33px 13.33px;
}
.home-page .item-box:nth-child(4n+1),
.cross-sells .item-box:nth-child(4n+1) {
	margin-left: 0;
}

.sub-category-grid {
	margin-bottom: 20px;
}

.product-grid {
	margin-bottom: 10px;
}
.product-grid .title,
.home-page-category-grid .title {
    margin-bottom: 15px;
    padding-left: 2px;
    font-size: 25px;
    color: #333;
}
.product-grid .title strong,
.home-page-category-grid .title strong {
	font-weight: normal;
}
.product-grid a:hover img {
	opacity: 0.99 !important;
}

.cross-sells {
	margin-top: 30px;
}

.link-rss {
	float: right;
	width: 20px;
	height: 20px;
	overflow: hidden;
	background: url(/Themes/Lighthouse/Content/img/social_sprite.png) -197px center no-repeat;
	text-indent: 999px;
}

.pager {
	margin-bottom: 10px;
	overflow: hidden;
}
.pager ul {
	float: left;
}
.pager li {
	float: left;
	margin: 0 4px;	
}
.pager li * {
    float: left;
    width: 24px;
    height: 23px;
    border: 1px solid #999;
    overflow: hidden;
    background: #bbb;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
}
.pager li *:hover,
.pager li span {
	border-color: #222;
	background: #444;
}
.pager li span {
	cursor: default;
}
.pager li.previous-page *,
.pager li.next-page *,
.pager li.first-page *,
.pager li.last-page * {
	background-position: center;
	background-repeat: no-repeat;
	text-indent: 999px;
}
.pager li.previous-page * {
	background-image: url(/Themes/Lighthouse/Content/img/prev.png);
}
.pager li.next-page * {
	background-image: url(/Themes/Lighthouse/Content/img/next.png);
}
.pager li.first-page * {
	background-image: url(/Themes/Lighthouse/Content/img/prev_first.png);
}
.pager li.last-page * {
	background-image: url(/Themes/Lighthouse/Content/img/next_last.png);
}



/********** PRODUCT PAGE **********/




.product-essential {
	margin-bottom: 30px;
}
.product-essential:after,
.product-details:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.gallery {
	float: left;
	width: 330px;
	margin-bottom: 20px;
}
.gallery .picture {
	position: relative;
	width: 328px;
	margin: auto;
	border: 1px solid #bbb;
	overflow: hidden;
	background: #fff;
}
.gallery .picture:before {
	content: " ";
	display: block;
	padding-top: 100%;
}
.gallery .picture img,
.gallery .picture-thumbs img,
.variant-picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.gallery .picture-thumbs {
	overflow: hidden;
}
.gallery .picture-thumbs a {
	position: relative;
	float: left;
	width: 100px;
	height: 100px;
	margin: 12px 0 0 12px;
	border: 1px solid #bbb;
	overflow: hidden;
	background: #fff;
}
.gallery .picture-thumbs a:nth-child(3n+1) {
	margin-left: 0;
}

.product-details-page .overview {
    position: relative;
    float: right;
    width: 375px;
    margin-bottom: 20px;
}
.overview .discontinued-product {
    border: 1px solid #bbb;
    padding: 10px;
    margin: 0 0 15px;
}
.overview .discontinued-product h4 {
    color: #c00;
}
.overview .product-name {
	margin-bottom: 15px;
	border-bottom: 1px solid #bbb;
	padding-bottom: 10px;
}
.overview .product-name h1 {
	font-size: 22px;
	color: #333;
}
.overview .short-description,
.variant-overview .variant-description {
	margin-bottom: 15px;
	line-height: 18px;
}
.overview .buttons,
.back-in-stock-subscription,
.download-sample {
	overflow: hidden;
	margin-bottom: 15px;
}
.overview .buttons div {
	float: left;
	margin-left: 10px;
}
.overview .buttons div:first-child {
	margin-left: 0;
}
.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button,
.overview .add-to-compare-list-button,
.overview .email-a-friend-button,
.back-in-stock-subscription .subscribe-button,
.download-sample a {
	display: inline-block;
    float: left;
    border: 1px solid #999;
    background: #bbb;
    box-shadow: inset 0 0 1px 0 #fff;
    padding: 5px 10px;
    color: #fff;
}
.overview .add-to-wishlist-button:hover,
.variant-overview .add-to-wishlist-button:hover,
.overview .add-to-compare-list-button:hover,
.overview .email-a-friend-button:hover,
.back-in-stock-subscription .subscribe-button:hover,
.download-sample a:hover {
	border-color: #888;
	background: #999;
}
.overview .sku, .variant-overview .sku,
.overview .gtin, .variant-overview .gtin,
.product-details-page .free-shipping,
.product-details-page .product-vendor {
	margin: 8px 0;
}
.overview .stock,
.variant-overview .stock,
.overview .manufacturers {
	margin-bottom: 10px;
}
.overview span.value,
.variant-overview span.value {
	color: #333;
	font-weight: bold;
}
.overview .free-shipping,
.variant-overview .free-shipping {
	width: 80px;
    height: 80px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ab0;
    border-radius: 40px;
	background: #bc0;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
	padding-top: 16px;
	text-align: center;
    font-size: 16px;
	color: #fff; 
	cursor: default;  
}
.overview .manufacturers a {
	color: #333;
	font-weight: bold;
	text-decoration: underline;
}
.overview .manufacturers a:hover {
	color: #000;
}
.product-no-reviews,
.product-reviews-overview {
	margin-bottom: 20px;
}
.product-no-reviews a {
	text-decoration: underline;
}
.product-no-reviews a:hover,
.product-review-links a:hover {
	color: #333;
	text-decoration: underline;
}
.product-review-box {
	margin-bottom: 5px;
}
.product-review-box .rating {
	width: 70px;
	height: 14px;
	background:url(data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUNDRTUxMzIxRjFFMTFFNTlEMzZCOURDQjc1MzFDQUQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUNDRTUxMzMxRjFFMTFFNTlEMzZCOURDQjc1MzFDQUQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxQ0NFNTEzMDFGMUUxMUU1OUQzNkI5RENCNzUzMUNBRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxQ0NFNTEzMTFGMUUxMUU1OUQzNkI5RENCNzUzMUNBRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PubXOFYAAAEuSURBVHjaYvz//z8DOYAJl0RXV1clCJOsEQjCoRgrYMTmVKBNilxcXPdA7G/fvimVlZXdJ9ZGPxUVFQYQBoIAnDYCbdgNZAsiiSsEBQUJMzIyMqxdu/YtkP8ASe4d0AVuLFDOLCCeq6+vzwvEYAFRUVEwHRcXJwykhC9evMgAxJ+B7GQUPwJt1QBSq7W1tXXc3NwYWFlZweK/f/9m2LlzJ8O1a9euALmhQNtuoPgRKmB+9erVK7du3YK7C8SGajKHaQIBFjQ//wX6S15RUZHh5s2bYAEQGyQGdNlfZIXoGp0kJCR4jx07xnDu3LnbIAEjIyNVkNjz58+dgdxtuKIj8MWLFyBNq4FsExAGsUFi6NGCbqMe0ElFQHoC0D+wlBEGDLgCIB1BMOUQAwACDAA7snqIcHP3zQAAAABJRU5ErkJggg==) 
                repeat-x;
}
.product-review-box .rating div {
	height: 14px;
	background: url(data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTYzMThFN0YxRjFFMTFFNTk0MjBCMjI3QUQwQTIxNTAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTYzMThFODAxRjFFMTFFNTk0MjBCMjI3QUQwQTIxNTAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1NjMxOEU3RDFGMUUxMUU1OTQyMEIyMjdBRDBBMjE1MCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1NjMxOEU3RTFGMUUxMUU1OTQyMEIyMjdBRDBBMjE1MCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtGCO0AAAAEtSURBVHjaYvz//z8DOYAJl8TiTO5KECZZIxCEQzFWwIjNqUCbFNlZGO+B2D///FeKnf71PrE2+onzMzKICzCC2AE4bQTasBvIFkQSVzBVZhEGaTt1989bIPUASe4d0AVuLFDOLCCeJyfCxCMvwgwW4OUE28Zgq8EqDKSEH775y/Dozb/PQHYyih+BtmoAqdXSQkw6enIsDMxQT/z9x8Bw6dEfhqfv/l0BckOBtt1A8SNUwByk4PmHf3B3gdhQTeYwTSDAgubnv4yMDPKifIwMz99DNIPYIDGgw/4iK0TX6MzPxch7+/k/hgev/94Gh5IosypI7MPX/85A7jZc0RH48et/kKbVQLYJCIPYIDH0aEG3UReopAhITwD6B5YywoABVwCkIwimHGIAQIABAKjfd3nWZJ6EAAAAAElFTkSuQmCC) 
                repeat-x;
}

.attributes dl {
	overflow: hidden;
}
.attributes dt {
	float: left;
	clear: left;
	width: 85px;
	margin-right: 10px;
	background: #ddd url(/Themes/Lighthouse/Content/img/bullet4.png) 95% center no-repeat;
	padding: 4px;
	color: #333;
	font-weight: bold;
	white-space: nowrap;
}
.attributes dd {
	float: left;
	max-width: 280px;
	margin-bottom: 12px;
}
.attributes li {
	margin: 3px 0;
}
.attributes select {
	min-width: 70px;
	max-width: 270px;
}
.color-squares {
	overflow: hidden;
}
.color-squares li {
	float: left;
	margin: 0 10px 0 0;
}
.color-squares .color-container {
	float: left;
	border: 1px solid #666;
}
.color-squares .color {
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #fff;
    cursor:pointer;
}
.color-squares .selected-value .color {
	border: 1px solid #666;
}
.color-squares li input {
	position: relative;
	z-index: -1;
	float: left;
	margin: 6px 0 0 -18px;
}
.rental-attributes input[type="text"]{
    padding: 2px;
    max-width: 101px;
}

/*Rental Products Calendar*/
.ui-datepicker {
	width: 280px;
	background-color: #fff;
	text-align: center;
}
.ui-datepicker-header {
	position: relative;
	height: 32px;
    background: #333;
	color: #fff;
}
.ui-datepicker-header a {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 32px;
	height: 32px;
	font-size: 0;
}
.ui-datepicker-header a.ui-datepicker-prev {
	left: 0;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAHCAYAAAAxrNxjAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAFpJREFUeNqMzzEKgGAMg9EeRhwEBSfvvzg5eAlBdPEGz6U/iIhaKJTyJSSByG0xY0Nz+QeiHB12HOjvUAHrdPEEXMHR9yyBCusfx1Jky4zDGxjZdEpBewfPAQB5weeCp5OjNgAAAABJRU5ErkJggg==) center no-repeat;
}
.ui-datepicker-header a.ui-datepicker-next {
	right: 0;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAHCAYAAAAxrNxjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODNBMDk3ODNFRUQ4MTFFMkI1QTlBRTgyMjQxQ0U0NzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODNBMDk3ODRFRUQ4MTFFMkI1QTlBRTgyMjQxQ0U0NzEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4M0EwOTc4MUVFRDgxMUUyQjVBOUFFODIyNDFDRTQ3MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4M0EwOTc4MkVFRDgxMUUyQjVBOUFFODIyNDFDRTQ3MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv2x/5EAAABZSURBVHjaYvj//z8DGtYC4ldAfAGIdWHiDFgUgrAhEH8A4tdArAcSYwSrxg1Akq+B2Aak8CmQIcWAHxwnxsSXIBNxudEc6sZXMA9hU6QLVXAGGgJgcYAAAwCrw48pVvch+wAAAABJRU5ErkJggg==) center no-repeat;
}
.ui-datepicker-title {
	position: relative;
	z-index: 0;
	line-height: 32px;
	font-weight: bold;
	text-transform: uppercase;
}
.ui-datepicker-calendar th {
	background-color: #eee;
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
	width: 14.285%;
	border: 1px solid #ccc;
}
.ui-datepicker-calendar th span,
.ui-datepicker-calendar td a {
	display: block;
	min-height: 32px;
	line-height: 32px;
}
.ui-datepicker-calendar td a:hover{
    background-color: #eee;
    box-shadow: inset 0 0 1px #fff;
}


.overview .prices,
.variant-overview .prices {
	margin: 10px 0;
	overflow: hidden;
}
.overview .prices > div,
.variant-overview .prices > div {
	float:left;
	clear:left;
	margin-bottom: 2px;
}
.overview .old-product-price,
.variant-overview .old-product-price {
	margin-right: 15px;
	color: #666;
	font-size: 14px;
	line-height: 24px;
	text-decoration: line-through;
	text-transform: lowercase;
}
.overview .product-price,
.variant-overview .product-price {
	color: #333;
	font-size: 18px;
	font-weight: bold;
}

.customer-entered-price {
	margin: -10px 0 20px; /*change if the empty "price" div is removed*/
	border: 1px solid #ddd;
	background: #f6f6f6;
	overflow: hidden;
	padding: 10px;
}
.customer-entered-price .price-input {
	float: left;
	margin-right: 10px;
}
.customer-entered-price .enter-price-input {
	width: 50px;
	border-color: #ccc;
}
.customer-entered-price .price-range {
	float: left;
	line-height: 26px;
	color: #333;
	font-weight: bold;
}

.overview .add-to-cart {
	margin-bottom: 20px;
}
.min-qty-notification {
    margin: 10px 0 5px;
}
.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
	overflow: hidden;
}
.overview .add-to-cart-panel > *,
.variant-overview .add-to-cart-panel > * {
	float: left;
	margin-right: 5px;
}
.overview .qty-label, .variant-overview .qty-label {
    line-height: 36px;
}
.overview .qty-input, .variant-overview .qty-input,
.overview .qty-dropdown, .variant-overview .qty-dropdown {
    width: 42px;
    height: 36px;
    background: #fff;
    padding: 0 6px;
    text-align: center;
	font-size: 16px;
}
.overview .qty-dropdown, .variant-overview .qty-dropdown{
    width: auto;
}
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
    height: 36px;
    border: 1px solid #000;
    background: #333;
	box-shadow: inset 0 0 1px #ccc;
    padding: 0 24px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}
.overview .add-to-cart-button:hover,
.variant-overview .add-to-cart-button:hover {
	border-color: #111;
	background: #555;
}
.overview .add-to-cart .add-to-wishlist-button {
	display: none; /*removes the old button*/
}

.full-description {
	clear: both;
	margin-bottom: 20px;
	line-height: 20px;
}
.product-collateral {
	margin-bottom: 30px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 20px;
}
.product-collateral .title {
	margin-bottom: 10px;
	font-size: 13px;
	color: #333;
}

.tier-prices {
	margin-bottom: 20px;
}
.tier-prices .prices-header {
	margin-bottom: 5px;
	font-size: 18px;
	color: #333;
}
.tier-prices .prices-header strong {
	font-weight: normal;
}
.tier-prices td {
	border: 1px solid #bbb;
	background: #f6f6f6;
	padding: 5px;
}
.tier-prices .field-header {
	min-width: 100px;
}
.tier-prices .item-quantity {
	color: #333;
}
.tier-prices .item-price {
	color: #c00;
}

.product-variant-line {
	margin-bottom: 20px;
	border-bottom: 1px dashed #bbb;
	padding-bottom: 20px;
}
.product-variant-line:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.variant-picture {
	position: relative;
	float: left;
	width: 220px;
	height: 220px;
	margin-right: 15px;
	border: 1px solid #bbb;
	overflow: hidden;
	background: #fff;
}
.variant-overview {
    float: left;
    width: 480px;
}
.variant-overview .variant-name {
	margin-bottom: 5px;
	font-size: 18px;
	color: #333;
}
.variant-overview .add-to-wishlist-button {
	clear: both;
	margin-top: 15px;
}

/*Jquery Tabs start*/
.ui-tabs {
	margin-bottom: 20px;
}
.ui-tabs .ui-tabs-nav {
	overflow: hidden;
	/*margin-bottom: -1px;*/
}
.ui-tabs .ui-tabs-nav li {
	float: left;
	margin-left: 2px;
}
.ui-tabs .ui-tabs-nav li:first-child {
	margin-left: 0;
}
.ui-tabs .ui-tabs-nav li a {
    display: inline-block;
    border: 1px solid #999;
    background: #bbb;
    padding: 8px 24px;
    color: #fff;
}
.ui-tabs .ui-tabs-nav li a:hover,
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-state-active.ui-tabs-active a {
	border-color: #000;
	background: #333;
	color: #eee;
	text-shadow: none;
}
.ui-tabs .ui-tabs-panel {
    border: 1px solid #ddd;
    background: #fff;
    padding: 12px;
    overflow:hidden;
}
.ui-tabs .ui-tabs-panel p {
	margin-bottom: 10px;
	line-height: 18px;
	color: #333;
}
.ui-tabs .ui-tabs .write-review {
    margin-bottom: 0;
}
.ui-tabs .ui-tabs-hide {
	display: none;
}
/*Jquery Tabs end*/

.product-specs-box {
	margin-bottom: 20px;
}
.product-specs-box .color-squares .color,
.compare-products-table .color-squares .color {
    cursor: default;
}


.product-tags-box {
}
.product-tags-list ul, .tags ul {
	overflow: hidden;
}
.product-tags-list li, .tags li {
	float: left;
    margin: 0 2px;
}
.product-tags-list li.separator,
.tags li.separator {
	margin-right: 8px;
}
.product-tags-list a:hover,
.tags a:hover {
	color: #333;
	text-decoration: underline;
}
.product-tags-all-page ul{
	overflow: hidden;
}
.product-tags-all-page li{
	float: left;
    margin: 0 5px 5px 0;
    color: #333;
}
.product-tags-all-page li a{
	display: block;
	height: 26px;
	border: 1px solid #ddd;
	overflow: hidden;
	background: #fff;
	padding: 5px 15px;
	line-height: 26px;
}
.product-tags-all-page li a:hover {
	border-color: #ccc;
	background: #eee;
	text-shadow: 1px 1px 0 #eee;
	text-decoration: none;
}
.vendor-list-page li a {
	text-transform: uppercase;
}
.contact-vendor input[type='button']{
    display: inline-block;
    margin: 0 0 20px;
    border: 1px solid #999;
    background: #bbb;
    box-shadow: inset 0 0 1px 0 #fff;
    padding: 5px 10px;
    color: #fff;
}
.contact-vendor input[type='button']:hover{
    border-color: #888;
    background: #999;
}
.tooltip-container {
    position: absolute;
    width: 200px;
    color: #000000;
    background: #FFFFFF;
    border: 1px solid #eeeeee;
    text-align: center;
    visibility: hidden;
    border-radius: 5px;
}
.tooltip-container:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -7px;
    width: 0; height: 0;
    border-bottom: 7px solid #eeeeee;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}
.tooltip-container:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -6px;
    width: 0; height: 0;
    border-bottom: 6px solid #FFFFFF;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
.color-squares li:hover .tooltip-container {
    visibility: visible;
    margin-left: -89px;
    margin-top: 30px;
    z-index: 999;
}
.tooltip-container .tooltip-header {
    background-color:#F6F6F6;
    height:25px;
    border-top-right-radius:4px;
    border-top-left-radius:4px;
    padding-left:10px;
    padding-top:5px;
    text-align:left;
    width: 198px;
    font-size: 15px;
    border-bottom: 1px #EEEEEE solid;
}
.tooltip-container .tooltip-body {
    margin:5px;
}
.tooltip-container .tooltip-body img {
    border: 0px #FFF;
    width: 190px;
}

.giftcard {
	margin-bottom: 20px;
	overflow: hidden;
    clear: both;
}
.giftcard div {
	float: left;
	clear: both;
	margin: 8px 0;
}
.giftcard label {
	float: right;
	margin-left: 20px;
    line-height: 30px;
	color: #333;
}
.giftcard input {
	width: 328px;
	border-color: #bbb;
}
.giftcard textarea {
	width: 328px;
	height: 150px;
	border-color: #bbb;
}
.giftcard input:focus,
.giftcard textarea:focus {
	border-color: #888;
}



/********** PRODUCT REVIEWS **********/




.product-reviews-page h1 a {
	font-weight: normal;
	font-style: italic;
	color: #444;
}
.product-reviews-page h1 a:before,
.product-reviews-page h1 a:after {
	content: "''"
}
.product-reviews-page h1 a:hover {
	text-decoration: underline;
}
.product-reviews-page .page-body {
    padding: 0 5px;
}
.product-reviews-page .title {
	display: none;
}
.write-review {
	margin-bottom: 25px;
}
.write-review .form-fields {
	margin-bottom: 15px;
}
.ui-tabs .form-fields {
	background: #f9f9f9;
}
.write-review textarea {
	vertical-align: top;
}
.write-review .inputs:nth-child(2) label,
.write-review .inputs:nth-child(2) span {
	line-height: 30px;
}
.write-review .review-rating {
	overflow: hidden;
}
.write-review .review-rating label {
	display: inline-block;
	width: 285px;
	margin-right: 10px;
	text-align: right;
	color: #333;
}
.write-review .review-rating ul {
	display: inline-block;
	position: relative;
	width: 314px;
}
.write-review .review-rating li {
	text-align: center;
	cursor: default;
}
.write-review .review-rating li.first {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 16px;
	color: #c00;
}
.write-review .review-rating li.last {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 16px;
	color: #690;
}
.ui-tabs .inputs label,
.ui-tabs .review-rating label {
	width: 164px;
}
.write-review .captcha-box {
	margin-top: 15px;
	margin-bottom: 0;
}
.write-review .buttons {
	text-align: center;
}
.write-review .button-1 {
    border: 1px solid #666;
    background: #777;
	box-shadow: inset 0 0 1px #ccc;
	padding: 6px 24px;
	font-size: 16px;
    line-height: 18px;
	text-transform: uppercase;
	color: #fff;
}
.write-review .button-1:hover {
    border: 1px solid #777;
    background: #888;
}

.product-reviews-page .result,
.product-reviews-page .message-error {
	margin-bottom: 20px;
}
.ui-tabs .product-reviews-page .message-error {
	margin-bottom: 10px;
}

.product-review-item {
	margin-bottom: 25px;
}
.product-review-item .review-item-head {
	margin-bottom: 10px;
	overflow: hidden;
	background: #eee url(/Themes/Lighthouse/Content/img/block-pointer.png) right center no-repeat;
	padding: 5px 20px 5px 10px;
}
.product-review-item .review-title {
    float: left;
    padding: 3px 0;
    font-size: 13px;
    color: #333;
    text-transform: uppercase;
}
.product-review-item .product-review-box {
	float: right;
	margin: 5px;
}
.product-review-item .review-text {
	margin-bottom: 15px;
	line-height: 20px;
}
.product-review-item .review-info {
	margin-bottom: 5px;
}
.product-review-item .review-info a,
.product-review-helpfulness .vote {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
	cursor: pointer;
}
.product-review-item .review-info a:hover,
.product-review-helpfulness .vote:hover {
	text-decoration: none;
}
.product-review-helpfulness .question {
	margin-right: 5px;
	font-style: italic;
	color: #000;
}
.product-review-helpfulness .result {
	margin-left: 10px;
	color: #000;
}



/********** WISHLIST & COMPARE LIST **********/




.wishlist-content {
	margin-bottom: 20px;
}
.wishlist-content .message-error {
	margin-bottom: 10px;
}
.wishlist-content .button-2,
.compare-products-table .button-2,
.compare-products-table-mobile .button-2 {
	display: inline-block;
	margin-right: 5px;
    border: 1px solid #999;
    background: #bbb;
	box-shadow: inset 0 0 1px #fff;
	padding: 5px 10px;
	color: #fff;
}
.wishlist-content .button-2:hover,
.compare-products-table .button-2:hover,
.compare-products-table-mobile .button-2:hover {
	border-color: #888;
	background: #999;
}
.wishlist-page .share-info a {
	display: block;
	margin-top: 5px;
	font-weight: bold;
	color: #000;
}
.wishlist-page .share-info a:hover {
	text-decoration: underline;
}
.wishlist-page .tax-shipping-info{
    margin-bottom: 15px;
}

.compare-products-page {
	position: relative;
	overflow: hidden;
}
.compare-products-page img {
	max-width: 100%;
}
.compare-products-page .clear-list {
	position: absolute;
	top: 12px;
	right: 12px;
	font-weight: bold;
	color: #000;
}
.compare-products-page .clear-list:hover {
	text-decoration: underline;
}
.compare-products-table .overview p:first-child {
	margin-bottom: 10px;
}
.compare-products-table .overview p:last-child {
	position: relative;
	max-width: 200px;
	height: 200px;
	margin: 0 auto;
	overflow: hidden;
}
.compare-products-table .overview img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.compare-products-table .product-name td {
	background: #f6f6f6;
}
.compare-products-table .product-price td {
	color: #c00;
}
.compare-products-table .product-price td:first-child {
	color: #666;
}
.compare-products-table a {
	font-weight: bold;
	color: #333;
}
.compare-products-table a:hover {
	color: #000;
	text-decoration: underline;
}



/*********** TOPICS ***********/




.topic-block {
	margin-bottom: 20px;
}
.home-page .topic-block {
	margin-bottom: 25px;
}
.topic-block-title {
	margin-bottom: 15px;
}
.topic-block-title h2 {
    font-size: 25px;
    font-weight: normal;
    color: #333;
}
.topic-block-body {
	line-height: 22px;
	color: #444;
}
.topic-block a,
.topic-page a {
	color: #333;
	text-decoration: underline;
}
.topic-block a:hover,
.topic-page a:hover {
	color: #000;
}
.topic-block strong,
.topic-page strong {
	color: #333;
}
.topic-page .page-body {
	padding: 0 5px;
	line-height: 18px;
}

.enter-password-title {
	padding: 5px 0;
	font-size: 13px;
	font-weight: bold;
	color: #c00;
}
.enter-password-form {
	overflow: hidden;
	padding: 5px 0;
}
.enter-password-form input[type="password"] {
	float: left;
	width: 250px;
	height: 30px;
	margin-right: -1px;
	padding: 0 6px;
}
.enter-password-form input[type="submit"] {
	float: left !important;
	width: auto !important;
	height: 30px !important;
	border: 1px solid #666 !important;
	background: #777 !important;
	box-shadow: inset 0 0 1px #ccc !important;
	padding: 0 24px !important;
	font-size: 16px !important;
	color: #fff !important;	
}
.enter-password-form input[type="submit"]:hover {
	border-color: #777 !important;
	background: #888 !important;
}
.password-error {
	padding: 5px 0;
}



/*********** CONTACT, EMAIL A FRIEND & APPLY FOR VENDOR ***********/




.contact-page .page-body,
.email-a-friend-page .page-body,
.apply-vendor-page .page-body{
	padding: 0 5px;
}
.contact-page .form-fields,
.email-a-friend-page .form-fields,
.apply-vendor-page .form-fields {
	margin-bottom: 15px;
}
.contact-page .inputs:last-child label,
.email-a-friend-page .inputs:last-child span {
	line-height: 30px;
}
.contact-page .input-box,
.apply-vendor-page .input-box {
	display: inline-block;
}
.contact-page textarea,
.email-a-friend-page textarea,
.apply-vendor-page textarea {
	vertical-align: top;
}
.contact-page .buttons,
.email-a-friend-page .buttons,
.apply-vendor-page .buttons {
	text-align: center;
}
.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1 {
    border: 1px solid #666;
    background: #777;
	box-shadow: inset 0 0 1px #ccc;
	padding: 6px 24px;
	font-size: 16px;
    line-height: 18px;
	text-transform: uppercase;
	color: #fff;
}
.contact-page .button-1:hover,
.email-a-friend-page .button-1:hover,
.apply-vendor-page .button-1:hover {
	border-color: #777;
	background: #888;
}
.email-a-friend-page .title {
	margin-bottom: 15px;
}
.email-a-friend-page .title h2 {
	font-size: 20px;
	font-weight: normal;
	color: #333;
}
.email-a-friend-page .title a:hover {
	text-decoration: underline;
}



/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/




.registration-page .page-body,
.login-page .page-body,
.password-recovery-page .page-body {
	padding: 0 10px;
}
.account-page .inputs label{
    width: 172px;
}
.account-page .inputs .option-list label {
  width: auto;
}
.registration-page .gender,
.account-page .gender {
	display: inline-block;
}
.registration-page .gender label,
.account-page .gender label {
	width: auto !important;
	vertical-align: middle;
}
.registration-page select,
.account-page select {
	width: 96px;
}
.registration-page select + select,
.account-page select + select {
	margin-left: 14px;
}
select#CountryId,
select#StateProvinceId,
select#TimeZoneId {
    width: 312px;
}
#check-availability-button {
	border: 1px solid #999;
	background: #bbb;
	box-shadow: inset 0 0 1px #fff;
	padding: 6px 12px;
	font-size: 12px;
	text-transform: none;
    line-height: 18px;
    color: #fff;
}
#check-availability-button:hover {
	border-color: #888;
	background: #aaa;
	box-shadow: inset 0 0 1px #fff;
}
#username-availabilty {
    position: absolute;
	margin: -20px 0 0 10px;
    font-size: 11px;
    color: #000;
}
.vat-status, .vat-note {
	display: block;
	margin: 5px 0 0;
	text-align: center;
}
.accept-privacy-policy {
	margin-bottom: 20px;
	text-align: center;
}
.accept-privacy-policy a {
	font-weight: bold;
	color: #333;
}
.accept-privacy-policy a:hover {
	text-decoration: underline;
}
.registration-page .buttons,
.login-page .buttons,
.password-recovery-page .buttons,
.account-page .buttons,
.return-request-page .buttons {
	margin-bottom: 15px;
	text-align: center;
}
.registration-page .button-1,
.login-page .button-1,
.registration-result-page .button-1,
.password-recovery-page .button-1,
.account-page .button-1,
.account-page .button-2,
.return-request-page .button-1 {
    border: 1px solid #666;
    background: #777;
	box-shadow: inset 0 0 1px #ccc;
	padding: 6px 24px;
	font-size: 16px;
    line-height: 18px;
	text-transform: uppercase;
	color: #fff;
}
.registration-page .button-1:hover,
.registration-result-page .button-1:hover,
.login-page .button-1:hover,
.password-recovery-page .button-1:hover,
.account-page .button-1:hover,
.account-page .button-2:hover,
.return-request-page .button-1:hover {
	border-color: #777;
	background: #888;
}

.registration-result-page .page-body {
	padding: 0 5px;
}
.registration-result-page .result {
	margin-bottom: 15px;
	color: #690;
}

.login-page .customer-blocks {
	margin-bottom: 30px;
}
.login-page .title {
	margin-bottom: 10px;
	font-size: 13px;
	color: #333;
}
.login-page .new-wrapper {
	margin-bottom: 30px;
}
.login-page .new-wrapper .inner-wrapper {
    border: 1px solid #ddd;
	padding: 15px;
}
.login-page .new-wrapper .text {
	margin-bottom: 20px;
	line-height: 18px;
}
.login-page .inputs.reversed {
	margin-bottom: 20px;
	text-align: center;
}
.login-page .inputs.reversed * {
	width: auto;
}
.login-page .inputs.reversed input {
	margin-left: -10px;
	vertical-align: middle;
}
.login-page a:hover {
	color: #000;
	text-decoration: underline;
}
.external-authentication {
    overflow: hidden;
    text-align: center;
}
fieldset.facebook-login-block {
	border: 0;
	float: none !important;
	display: inline-block !important;
}

.password-recovery-page .tooltip {
	margin-bottom: 20px;
}
.password-recovery-page .result {
	font-weight: bold;
	color: #000;
}

.account-page .page-body {
	padding: 0 5px;
}
.address-list-page .info,
.order-list-page .info {
	border: 1px solid #ddd;
	padding: 15px;
	line-height: 18px;
}
.address-list-page .buttons,
.order-list-page .buttons {
	position: absolute;
	top: 45px;
	right: 20px;
}
.address-list-page .buttons input,
.order-list-page .buttons input {
	border: 1px solid #999;
	background: #bbb;
	box-shadow: inset 0 0 1px #fff;
	padding: 4px 12px;
	font-size: 12px;
	text-transform: none;
}
.address-list-page .buttons input:hover,
.order-list-page .buttons input:hover {
	border-color: #888;
	background: #aaa;
	box-shadow: inset 0 0 1px #fff;
}
.address-list-page .add-button {
	margin: -10px 0 15px;
	text-align: center;
}

.edit-address {
    position: relative;
    margin-bottom: 20px;
    padding: 15px;
    color: #333;
}
.edit-address select {
	width: 312px;
	margin-right: 0;
}

.downloadable-products-page .page-body,
.back-in-stock-subscription-list-page .page-body {
	box-shadow: none;
	background: none;
	padding: 0;
}
.back-in-stock-subscription-list-page .description {
	margin-bottom: 20px;
}

.reward-points-overview,
.reward-points-history .title {
    margin: 0 0 15px;
}

.avatar-page .page-body {
	overflow: hidden;
}
.avatar-page .message-error {
	margin-bottom: 10px;
}
.avatar-page .fieldset {
	margin-bottom: 15px;
	border: 1px solid #ddd;
	overflow: hidden;
	padding: 15px;
	color: #333;
}
.avatar-page .image {
	float: left;
	margin-right: 15px;
	border: 1px solid #bbb;
	background: #fff;
	padding: 10px;
}
.avatar-page .info {
	float: left;
}
.avatar-page .buttons {
	float: right;
}
.avatar-page input[type="submit"] {
	text-transform: none;
}

.forum-subscriptions-page .description {
	margin-bottom: 10px;
}

.return-request-page tr > * {
	text-align: left;
}
.return-request-page tr > *:last-child {
	text-align: center;
}
.return-request-page td select {
	min-width: 50px;
}
.return-request-page .inputs label {
	width: 90px;
	line-height: 30px;
}
.return-request-page .inputs select {
	width: 300px;
}
.return-request-page textarea {
	width: 500px;
	vertical-align: top;
}
.return-request-page .buttons {
	margin-bottom: 10px;
}

.return-request-list-page .details {
	border: 1px solid #ddd;
	padding: 15px;
}
.return-request-list-page a {
	font-weight: bold;
	color: #333;
}
.return-request-list-page a:hover {
	text-decoration: underline;
}
.return-request-list-page .comments {
	margin-top: 15px;
	color: #333;
}
.terms-of-agreement{
    padding:0 0 30px 0;
}
.user-agreement-page {
    text-align:left;
}
.user-agreement-page .button-1{
    background: #777777 none repeat scroll 0 0;
    border: 1px solid #666666;
    box-shadow: 0 0 1px #cccccc inset;
    color: #ffffff;
    font-size: 16px;
    line-height: 18px;
    padding: 6px 24px;
    text-transform: uppercase;
}
.user-agreement-page .button-1:hover{
    opacity:0.8;
}

/********** SHOPPING CART & CHECKOUT **********/




.order-progress {
	margin-bottom: 20px;
}
.order-progress ul {
	overflow: hidden;
	text-align: center;
}
.order-progress li {
	display: inline-block;
	width: 120px;
}
.order-progress a {
	display: block;
	background: url(/Themes/Lighthouse/Content/img/bullet3.png) center top no-repeat;
	padding-top: 25px;
	color: #000;
}
.order-progress li.active-step a {
	cursor: pointer;
}
.order-progress li.inactive-step a {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: default;
}
.order-progress li.active-step a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);}

.shopping-cart-page .message-error {
	margin-bottom: 10px;
}

/*global buttons start*/
.shopping-cart-page .button-2,
.checkout-page .button-2,
.order-details-page .page-title a,
.order-details-page .return-items-button {
    border: 1px solid #999;
    background: #bbb;
	box-shadow: inset 0 0 1px #fff;
    padding: 5px 10px;
    color: #fff;
}
.shopping-cart-page .button-2:hover,
.checkout-page .button-2:hover,
.order-details-page .page-title a:hover {
	border-color: #888;
	background: #999;
}
.shopping-cart-page .button-1,
.checkout-page .button-1,
.order-details-page .button-1,
.button-2.order-completed-continue-button {
    border: 1px solid #666;
    background: #777;
	box-shadow: inset 0 0 1px 0 #ccc;
	padding: 6px 24px;
	font-size: 16px;
    line-height: 18px;
	text-transform: uppercase;
	color: #fff;
}
.shopping-cart-page .button-1:hover,
.checkout-page .button-1:hover,
.order-details-page .button-1:hover,
.button-2.order-completed-continue-button:hover {
    border: 1px solid #777;
    background: #888;
}
.remove-discount-button,
.remove-gift-card-button {
	width: 16px;
	height: 16px;
	border: 1px solid #bbb;
	background: #fff url(/Themes/Lighthouse/Content/img/close.png) center no-repeat;
	margin-left: 5px;
	cursor: pointer;
}
.remove-discount-button:hover,
.remove-gift-card-button:hover {
	border-color: #666;
}
.shopping-cart-page .tax-shipping-info {
    margin-bottom: 15px;
    text-align: right;
}
/*global buttons end*/

.cart-options .common-buttons {
	margin-bottom: 20px;
	text-align: right;
}
.shopping-cart-page .selected-checkout-attributes {
	display: none;
}
.checkout-attributes {
	margin-top: 20px;
	overflow: hidden;
}
.checkout-attributes dl {
	float: right;
	text-align: left;
}
.checkout-attributes dl > * {
	float: left;
}
.checkout-attributes dt {
	margin: 0 10px;
	line-height: 20px;
	font-weight: bold;
	color: #333;
}
.checkout-attributes dt:first-child {
	margin-left: 0;
}
.checkout-attributes li {
	padding: 3px 0;
}
.checkout-attributes li input {
	vertical-align: middle;
}

.cart-footer {
    overflow: hidden;
}

.cart-footer .totals {
	float: right;
	width: 260px;
}
.cart-footer .total-info {
	margin-bottom: 20px;
	background: #fff;
	padding: 10px;
	border: 1px solid #ddd;
}
.checkout-page .total-info {
	margin-bottom: 0;
}
.cart-total td {
	padding: 3px;
}
.cart-total td:first-child {
	max-width: 100px;
}
.cart-total .product-price {
	color: #000;
}
.cart-total .order-total {
	font-size: 16px;
	color: #c00;
}
.terms-of-service {
 	margin-bottom: 20px;
}
.terms-of-service a {
 	color: #000;
}
.terms-of-service a:hover {
	text-decoration: underline;
}
.cart-footer .checkout-button {
	border: 1px solid #000;
	background: #333;
	box-shadow: inset 0 0 1px #ccc;
}
.cart-footer .checkout-button:hover {
	border-color: #111;
	background: #555;
}

.cart-footer .cart-collaterals {
	float: left;
	width: 675px;
}
.cart-footer .cart-collaterals > div {
	min-height: 190px;
    border: 1px solid #ddd;
	padding: 10px;
}
.cart-footer .title {
	margin-bottom: 5px;
	color: #333;
}
.cart-footer .hint {
	margin-bottom: 5px;
	font-size: 11px;
}
.cart-footer .deals {
	float: left;
	width: 260px;
}
.cart-footer .deals div {
	overflow: hidden;
}
.cart-footer .deals > div:first-child {
	margin-bottom: 10px;
}
.cart-footer .deals input[type="text"] {
	float: left;
	width: 150px;
}
.cart-footer .deals .button-2 {
	float: left;
	margin-left: -1px;
	font-size: 11px;
    padding: 8px 12px;
}
.cart-footer .deals .message {
	margin-top: 5px;
	font-size: 11px;
	color: #000;
}
.cart-footer .deals .current-code {
	margin-top: 5px;
	color: #690;
}
.cart-footer .shipping {
	float: right;
	width: 360px;
}
.cart-footer .shipping .inputs label {
	width: 100px;
}
.cart-footer .shipping .inputs [type="text"] {
    width: 240px;
}
.cart-footer .shipping select {
	width: 240px !important;
}
.cart-footer .shipping .button-2 {
	float: right;
    margin-right: 7px;
}
.cart-footer .shipping-results {
	margin-top: 15px;
	border-top: 1px solid #bbb;
	padding: 10px 0 0;
	font-style: italic;
}
.cart-footer .shipping-results li {
	margin: 5px 0;
}
.cart-footer .shipping-results strong {
	color: #333;
}

.shopping-cart-page .addon-buttons {
    width: 260px;
    float: right;
    text-align: left;
    margin: 10px 0 0;
}

.checkout-page .buttons {
	margin-bottom: 20px;
	text-align: center;
}

.checkout-page .selected-checkout-attributes {
	padding-right: 5px;
	text-align: right;
	font-size: 13px;
	font-weight: bold;
	text-transform: capitalize;
	color: #333;
}

.checkout-page .address-grid {
	border: 1px solid #ddd;
	overflow: hidden;
	background: #fff;
	padding: 15px;
	padding-bottom: 0;
}
.checkout-page .address-item {
    float: left;
    width: 24.25%;
    margin-left: 1%;
    margin-bottom: 1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.checkout-page .address-item:nth-child(4n+1) {
    clear: both;
	margin-left: 0;
}
.checkout-page .address-item .select-button {
	margin-top: 10px;
}
.checkout-page .address-item input[type="button"] {
	width: 100%;
}
.checkout-page .address-item ul {
	padding: 2px;
}
.checkout-page .address-item li {
	line-height: 18px;
}
.checkout-page .address-item li.name {
	margin-bottom: 5px;
	color: #333;
}
.checkout-page .address-item li.country {
	margin-top: 5px;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
}
.checkout-page .enter-address {
	border: 1px solid #ddd;
}
.checkout-page .edit-address {
	width: 600px;
	margin: 0 auto;
}
.checkout-page .edit-address label {
	width: 130px;
}
.checkout-page .edit-address .inputs,
.checkout-page .edit-address span {
	white-space: nowrap;
}
.checkout-page .edit-address .custom-attributes .option-list{
    width: 312px;
}
.checkout-page .edit-address .custom-attributes .option-list label{
    width: auto;
}
.select-pickup-point {
    margin: 0 0 20px;
} 
.pickup-points-map {
    height: 300px;
}

.shipping-method .method-list,
.payment-method .method-list {
	margin-bottom: 15px;
	padding: 15px;
    border: 1px solid #ddd;
}
.shipping-method .method-list li,
.payment-method .method-list li {
	margin-top: 15px;
}
.shipping-method .method-list li:first-child,
.payment-method .method-list li:first-child {
	margin-top: 0;
}
.shipping-method .method-list li div,
.payment-method .method-list li div {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
.shipping-method .method-list li label,
.payment-method .method-list li label {
	vertical-align: middle;
	color: #333;
	font-weight: bold;
}
.shipping-method .method-description {
	margin-top: 5px;
}
.payment-info .info {
	margin-bottom: 15px;
    border: 1px solid #ddd;
	padding: 15px;
	line-height: 20px;
}
.method-name .payment-logo label{
    display: block;
}
.confirm-order .buttons {
	margin-bottom: 20px;
	background: #eee url(/Themes/Lighthouse/Content/img/block-pointer.png) no-repeat right center;
	padding: 5px;
}
.order-review-data {
	display: table;
	width: 100%;
	margin-bottom: 30px;
    border: 1px solid #ddd;
	border-spacing: 15px;
}
.order-review-data ul {
	display: table-cell;
}
.order-review-data li {
	line-height: 18px;
}
.order-review-data .title {
    margin: 15px 0 10px;
    color: #333;
    font-weight: bold;
}
.order-review-data .title:first-child {
	margin-top: 0;
}
.order-completed .details {
	margin-bottom: 15px;
    border: 1px solid #ddd;
	padding: 15px;
}
.order-completed .details a {
	display: block;
	margin-top: 5px;
	font-weight: bold;
	color: #333;
}
.order-completed .details a:hover {
	text-decoration: underline;
}

.opc .step-title {
	margin-bottom: 1px;
	overflow: hidden;
	background: #eee url(/Themes/Lighthouse/Content/img/block-pointer.png) no-repeat right center;
	padding: 10px;
}
.opc .active .step-title,
.opc .active .step-title:hover {
	background-color: #333 !important;
}
.opc .allow .step-title,
.opc .allow .step-title * {
	cursor: pointer;
}
.opc .allow .step-title:hover {
	background-color: #e6e6e6;
}
.opc .step-title * {
	float: left;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	color: #333;
	text-shadow: 1px 1px 0 #fff;
	cursor: default;
}
.opc .active .step-title * {
	color: #fff;
	text-shadow: none;
}
.opc .step-title span {
	margin-right: 10px;
}
.opc .step {
	margin: 10px 0;
    border: 1px solid #ddd;
	padding: 15px;
}
.opc .section {
	margin-bottom: 15px;
}
.opc .section > label {
	display: block;
	margin-bottom: 15px;
}
.opc .edit-address {
	width: auto; /*RESET*/
	margin: 0; /*RESET*/
}
.opc .edit-address label {
	width: 275px;
}
.opc .buttons {
	margin-bottom: 0; /*RESET*/
	text-align: left; /*RESET*/
}
.opc .back-link {
	padding: 5px;
}
.opc .back-link small {
	display: none;
}
.opc .back-link a:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 8px;
	margin-right: 5px;
	background: url(/Themes/Lighthouse/Content/img/bullet7.png) center no-repeat;
}
.opc .back-link a {
	font-weight: bold;
	font-style: italic;
	color: #333;
}
.opc .back-link a:hover {
	color: #000;
	text-decoration: underline;
}
.opc .method-list,
.opc .payment-info .info {
	margin-bottom: 0; /*RESET*/
	box-shadow: none; /*RESET*/
	background: none; /*RESET*/
}
.opc .order-review-data {
	box-shadow: none; /*RESET*/
	border-spacing: 0; /*RESET*/
}
.opc .order-review-data ul {
	padding: 10px;
}
.opc .selected-checkout-attributes {
	margin-bottom: 15px;
	text-align: right;
	color: #333;
}
.opc .cart-footer {
	margin-bottom: 15px;
	box-shadow: none; /*RESET*/
	padding: 0; /*RESET*/
}
.opc #checkout-step-confirm-order .buttons {
	text-align: right;
}

.order-details-page .page-body {
    overflow: hidden;
	padding: 0 5px;
}
.order-details-page .page-title {
	overflow: hidden;
}
.order-details-page .page-title h1 {
	float: left;
	line-height: 28px;
}
.order-details-page .page-title a {
	float: right;
	margin-left: 10px;
}
.order-details-page .order-overview {
	margin-bottom: 20px;
    border: 1px solid #ddd;
	background: #f6f6f6;
	padding: 15px;
}
.order-details-page .order-overview .order-details span {
    display: block;
}
.order-details-page strong {
	color: #333;
}
.order-details-area {
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
	padding: 0 10px 20px;
}
.order-details-area ul {
	width: 50%;
    float: left;
}
.order-details-area .title {
	margin: 15px 0 10px;
    font-weight: bold;
}
.order-details-area .title:first-child {
	margin-top: 0;
}

.order-details-page .checkout-attributes {
	margin: 20px 0 15px;
	text-align: right;
	color: #333;
}
.order-details-page .actions {
	text-align: right;
}
.order-details-page .total-info {
	float: right;
}
.order-details-page .shipments {
	clear: both;
}

.shipment-overview {
    font-size: 0;
}
.shipment-overview ul {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	width: 50%;
	padding: 10px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 155px;
}
.shipment-overview .title {
	margin: 15px 0 10px;
    font-weight: bold;
}
.shipment-overview .title:first-child {
	margin: 0 0 5px;
}


/*********** SEARCH & SITEMAP ***********/




.search-input {
	margin-bottom: 30px;
	padding: 0 5px;
}
.search-input .inputs.reversed {
	text-align: center; /*RESET*/
}
.search-input .inputs.reversed label {
	width: auto; /*RESET*/
	margin: 0 5px;
}

.basic-search label {
	width: 120px;
}
.basic-search input[type="text"] {
	width: 420px;
}

.advanced-search {
	margin-top: 15px;
}
.advanced-search .inputs label {
	width: 175px;
	font-style: italic;
}
.advanced-search select {
	width: 312px;
}
.advanced-search .price-range {
	display: inline-block;
	width: 300px;
	text-align: center;
	text-transform: lowercase;
}
.advanced-search .price-range input {
	width: 50px;
	margin: 3px;
}

.search-input .buttons {
	text-align: center;
}
.search-input .button-1 {
    border: 1px solid #666;
    background: #777;
    box-shadow: inset 0 0 1px 0 #fff;
    padding: 6px 24px;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
}
.search-input .button-1:hover {
	border-color: #777;
	background: #888;
}
.search-input .warning {
	display: block;
	margin-top: 10px;
	text-align: center;
	font-weight: normal;
	color: #c00;
}
.search-results {
	margin-top: 25px;
}
.search-results .result {
	display: block;
	text-align: center;
	font-weight: normal;
	color: #c00;
}
.search-results .product-list:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}

.sitemap-page .page-body {
	padding: 0 5px;
}
.sitemap-page .description{
    margin: 0 0 10px;
}
.sitemap-page .entity {
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #ddd;
}
.sitemap-page .entity-title {
	margin-bottom: 10px;
}
.sitemap-page .entity-title h2 {
	font-size: 13px;
	color: #333;
}
.sitemap-page .entity-body {
	line-height: 24px;
}
.sitemap-page a:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 10px;
	background: url(/Themes/Lighthouse/Content/img/bullet4.png) 5px center no-repeat;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.sitemap-page a {
	display: block;
}
.sitemap-page a:empty {
	display: none;
}
.sitemap-page a:hover {
	background: #f6f6f6;
	color: #000;
}
.sitemap-page a:hover:before {
	opacity: 1;
	filter: alpha(opacity=100);
}



/********** BLOG & NEWS **********/




.year strong {
	display: block;
	width: 180px;
	margin: -1px 0 0 -1px;
	border-top: 1px solid #999; 
	border-bottom: 1px solid #999;
	background: url(/Themes/Lighthouse/Content/img/bullet5.png) 12px center no-repeat;
	background: url(/Themes/Lighthouse/Content/img/bullet5.png) 12px center no-repeat,
				url(/Themes/Lighthouse/Content/img/block-pointer.png) no-repeat right top;
	background-color: #bbb;
	padding: 12px 15px 12px 25px;
	font-size: 14px;
	color: #fff;
	cursor: default;
}

.block-popular-blogtags .tags {
	padding: 12px 10px 15px;
}
.blog-page .post,
.news-items .news-item,
.blogpost-page .page-body,
.news-item-page .page-body {
	margin-bottom: 25px;
	padding: 0 5px;
}
.post-head, .news-head {
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	padding-bottom: 10px;
}
.post-title, .news-title {
	float: left;
	max-width: 550px;
	font-size: 18px;
	color: #333;
}
.post-title:hover,
.news-title:hover {
	color: #000;
}
.post-date, .news-date {
	float: right;
	font-size: 13px;
	line-height: 22px;
	font-style: italic;
	color: #333;
}
.blogpost-page .post-date,
.news-item-page .news-date {
	float: none;
	color: #999;
}
.post-body, .news-body {
	margin-bottom: 20px;
	line-height: 20px;
	font-size: 13px;
	color: #444;
}
.blog-page .tags,
.blogpost-page .tags {
	margin-bottom: 15px;
	overflow: hidden;
}
.blog-page .tags label,
.blogpost-page .tags label {
	float: left;
	margin-right: 5px;
	padding: 3px;
	color: #333;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
}
.blog-page .tags ul,
.blogpost-page .tags ul {
	float: left;
}
.blog-page .tags li.separator,
.blogpost-page .tags li.separator {
	margin-right: 0;
	visibility: hidden;
    width: 0;
}
.blog-page .tags a,
.blogpost-page .tags a {
	display: inline-block;
	border: 1px solid #ddd;
	padding: 3px 5px;
}
.blog-page .tags a:hover,
.blogpost-page .tags a:hover {
	border-color: #ccc;
	background: #eee;
	text-decoration: none;
}
.blog-posts .buttons a:hover {
	color: #000;
	text-decoration: underline;
}

.new-comment {
	margin-bottom: 15px;
}
.new-comment .title {
	margin-bottom: 10px;
}
.new-comment .notifications {
	margin-bottom: 10px;
}
.new-comment .result {
	font-style: italic;
}
.new-comment form {
	padding: 15px;
	border: 1px solid #ddd;
}
.new-comment .form-fields {
	margin-bottom: 15px;
	overflow: hidden;
    border: 0;
	padding: 0;
}
.new-comment .inputs {
	margin: 0 0 10px;
}
.new-comment .inputs label {
	display: none;
}
.new-comment textarea {
	width: 100% !important;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.new-comment .field-validation-error {
	display: block;
	margin-top: 10px;
	text-align: center;
}
.new-comment .buttons {
	text-align: center;
}
.new-comment .button-1 {
    border: 1px solid #666;
    background: #777;
	padding: 6px 24px;
	font-size: 16px;
    line-height: 18px;
	text-transform: uppercase;
	color: #fff;
}
.new-comment .button-1:hover {
    border: 1px solid #777;
    background: #888;
	box-shadow: inset 0 0 1px 0 #ccc;
}

.comment-list {
	margin-bottom: 20px;
}
.comment-list .title {
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #333;
}
.blog-comment, .news-comment {
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
	padding-bottom: 15px;
}
.comment-info {
	float: left;
	width: 100px;
	margin-right: 10px;
}
.comment-info .username {
	display: block;
	margin-bottom: 10px;
	background: #eee;
	padding: 5px;
	font-weight: bold;
	color: #333;
	text-shadow: 1px 1px 0 #fff;
}
.comment-info a.username:hover {
	background: #e6e6e6;
	color: #000;
}
.comment-info .avatar {
	position: relative;
	width: 98px;
	height: 98px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	overflow: hidden;
	text-align: center;
}
.comment-info .avatar img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.comment-content {
	float: left;
	width: 600px;
}
.comment-time {
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 25px;
	font-style: italic;
	color: #999;
}
.comment-title {
	margin-bottom: 5px;
	color: #333;
}
.comment-body {
	margin-bottom: 10px;
	line-height: 20px;
	color: #444;
}

.news-items .news-item {
	overflow: hidden;
}
.news-body {
	margin-bottom: 10px;
	line-height: 20px;
	color: #444;
}
.news-items .read-more {
	float: right;
	border: 1px solid #999;
	background: #bbb;
	box-shadow: inset 0 0 1px #fff;
	padding: 5px 10px;
	color: #333;
	text-shadow: 1px 1px 0 #ddd;
}
.news-items .read-more:hover {
	border-color: #888;
	background: #999;
}

.news-item-page .inputs:first-child label {
	display: inline-block;
    width: 172px;
}

.news-list-homepage .title {
	margin-bottom: 15px;
	font-size: 28px;
	color: #333;
}
.news-list-homepage .title strong {
	font-weight: normal;
}
.news-list-homepage .news-items .news-item {
	padding: 2px;
}
.news-list-homepage .view-all {
	text-align: right;
}
.news-list-homepage .view-all a:hover {
	color: #000;
}



/************* FORUMS + PROFILE&INBOX *************/




.forums-main-page .topic-block-title h2 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.forums-header:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.current-time {
	float: left;
	line-height: 30px;
}
.forum-search-box {
	float: right;
}
.forum-search-box .basic {
	overflow: hidden;
}
.forum-search-box-text,
.forum-search-text {
	float: left;
	width: 280px;
	height: 30px;
	padding: 0 6px !important;
	color: #444;
}
.forum-search-box-button {
	float: left;
	width: 30px;
	height: 30px;
	border: none;
	overflow: hidden;
	background: #333 url(/Themes/Lighthouse/Content/img/icon4.png) center no-repeat;
	text-indent: 999px;
}
.forum-search-box-button:hover,
.forum-search-button:hover {
	background-color: #444;
}
.forum-search-box .advanced {
	padding: 5px;
	text-align: right;
}
.forum-search-box .advanced a:hover {
	color: #333;
	text-decoration: underline;
}

.forums-table-section-title {
	overflow: hidden;
	margin-bottom: 10px;
}
.forums-table-section-title > a,
.forums-table-section-title strong {
	font-size: 16px;
	font-weight: normal !important;
	text-transform: uppercase;
	font-style: normal;
}
.forums-table-section {
	margin-bottom: 20px;
}
.forums-table-section th {
	text-align: left;
}
.forums-table-section td {
	min-width: 50px;
}
.forums-table-section tr > th:first-child,
.forums-table-section tr > td:first-child {
	text-align: left !important;
}
.forums-table-section .image div {
	width: 24px;
	height: 24px;
	margin: auto;
	background: url(/Themes/Lighthouse/Content/img/folder1.png) center no-repeat;
}
.forums-table-section .image div.post-annoucement {
	background: url(/Themes/Lighthouse/Content/img/folder2.png) center no-repeat;
}
.forums-table-section .image div.poststicky {
	background: url(/Themes/Lighthouse/Content/img/folder3.png) center no-repeat;
}
.forums-table-section .latest-post {
	min-width: 150px;
	white-space: nowrap;
}
.forums-table-section .view-all {
	padding: 0 10px;
	text-align: right;
	line-height: 24px;
}

.forum-search-page .basic-search {
	margin-bottom: 0;
}
.forum-search-page .basic-search label:first-child {
	width: 250px;
}
.forum-search-page .basic-search div:first-child * {
	float: none;
}
.forum-search-page .advanced-search {
	margin: 15px 0 0;
}
.forum-search-page .advanced-search .inputs label {
	width: 293px;
}
.forum-search-page .search-error {
	text-align: center;
	color: #c00;
}
.forum-search-page .search-results {
	margin: 0 0 15px;
}

.pager.upper,
.pager.lower {
	float: right;
	margin: 0;
}

.active-discussions-page .forums-header {
	margin-bottom: 15px;
}
.active-discussions-page .pager.upper,
.forum-search-page .pager.upper {
	display: none;
}

.forum-page .forum-top {
	margin-bottom: 15px;
	overflow: hidden;
}
.forum-page .forum-info {
	position: relative;
	margin-bottom: 15px;
}
.forum-page .forum-name {
	overflow: hidden;
	font-size: 18px;
    text-transform: uppercase;
	color: #333;
}
.forum-page .forum-name h1 {
	font-size: 18px;
	font-weight: normal;
}
.forum-page .link-rss {
	position: absolute;
	top: 10px;
	right: 0;
}
.forum-page .forum-actions {
	overflow: hidden;
	padding: 10px 0;
}
.forum-page .actions {
	float: left;
}
.forum-page .actions a {
	margin-right: 10px;
	padding-left: 20px;
	line-height: 24px;
	color: #000;
}
.forum-page .actions a:hover {
	text-decoration: underline;
}
.forum-page .new-topic {
	background: url(/Themes/Lighthouse/Content/img/forum_icon4.png) left center no-repeat;
}
.forum-page .watch-forum {
	background: url(/Themes/Lighthouse/Content/img/forum_icon5.png) left center no-repeat;
}

.forum-topic-page .topic-name {
	margin-bottom: 10px;
	font-size: 18px;
    text-transform: uppercase;
	color: #333;
}
.forum-topic-page .topic-name h1 {
	font-size: 18px;
	font-weight: normal;
}
.forum-topic-page .topic-actions {
	margin-bottom: 15px;
	overflow: hidden;
	background: #eee;
	padding: 10px;
}
.forum-topic-page .topic-actions .actions {
	float: left;
}
.forum-topic-page .topic-actions .actions a {
	margin-right: 10px;
	padding-left: 20px;
	line-height: 25px;
	color: #000;
}
.forum-topic-page .topic-actions .actions a:hover {
	text-decoration: underline;
}
.forum-topic-page .edit-topic-button,
.forum-topic-page .edit-post-button {
	background: url(/Themes/Lighthouse/Content/img/forum_icon1.png) left center no-repeat;
}
.forum-topic-page .delete-topic-button,
.forum-topic-page .delete-post-button {
	background: url(/Themes/Lighthouse/Content/img/forum_icon2.png) left center no-repeat;
}
.forum-topic-page .move-topic-button {
	background: url(/Themes/Lighthouse/Content/img/forum_icon3.png) left center no-repeat;
}
.forum-topic-page .reply-topic-button {
	background: url(/Themes/Lighthouse/Content/img/forum_icon4.png) left center no-repeat;
}
.forum-topic-page .watch-topic-button {
	background: url(/Themes/Lighthouse/Content/img/forum_icon5.png) left center no-repeat;
}

.topic-posts {
    clear: both;
    margin-bottom: 15px;
    padding: 0 5px;
}
.topic-post {
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
	padding: 5px 0 15px;
}
.topic-post .post-info,
.profile-info-box .user-details {
	float: left;
	width: 190px;
}
.topic-post .user-info {
	padding-right: 10px;
}
.topic-post .username {
	display: inline-block;
	padding: 5px 0;
	font-weight: bold;
	color: #000;
}
.topic-post a.username:hover {
	text-decoration: underline;
}
.topic-post .avatar,
.profile-info-box .avatar {
	margin-bottom: 10px;
	border: 1px solid #bbb;
	padding: 10px 0;
	text-align: center;
	line-height: 0;
}
.topic-post .user-stats {
	margin-bottom: 10px;
	font-size: 11px;
}
.topic-post .user-stats span {
	margin-left: 5px;
	color: #000;
}
.topic-post .pm-button,
.profile-info-box .pm-button {
	display: inline-block;
	border: 1px solid #999;
	background: #bbb;
	box-shadow: inset 0 0 1px #fff;
	padding: 5px 10px;
	color: #333;
	text-shadow: 1px 1px 0 #ddd;
}
.topic-post .pm-button:hover,
.profile-info-box .pm-button:hover {
	border-color: #aaa;
	background: #ccc;
}
.topic-post .post-content,
.profile-info-box .profile-stats {
	margin-left: 200px;
    position: relative;
}
.topic-post .post-head {
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	padding: 5px;
}
.topic-post .post-head a:hover {
	text-decoration: underline;
}
.topic-post .post-time {
	float: left;
}
.topic-post .post-actions {
	float: right;
	font-weight: bold;
	color: #000;
}
.topic-post .manage-post {
	float: right;
}
.topic-post .manage-post a {
	float: left;
	margin-left: 10px;
	padding-left: 25px;
}
.topic-post .edit-post-button,
.topic-post .delete-post-button {
	background-position: 5px center;
}
.topic-post .quote-post {
	float: left;
	margin-right: 10px;
}
.topic-post .post-body {
	padding-left: 5px;
    margin: 0 45px 0 0;
}
.topic-post .quote {
	background: #eee;
	padding: 15px;
}
.topic-post .signature {
	border-top: 1px dashed #ddd;
	padding-top: 15px;
	font-style: italic;
}
.topic-post .post-vote {
    position: absolute;
    top: 45px;
    right: 0;
    width: 40px;
    padding: 15px 0;
    text-align: center;
    font-size: 22px;
    margin: auto;
    color: #444;
}
.topic-post .post-vote span {
    cursor: pointer;
}
.topic-post .post-vote .vote.up {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0; 
    height: 0; 
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 10px solid #444;
}
.topic-post .post-vote .vote.down {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0; 
    height: 0; 
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 10px solid #444;
}


.forum-edit-page .page-body,
.private-message-send-page .page-body {
	padding: 0 5px;
}
.forum-edit-page strong,
.private-message-send-page a {
	color: #000;
	font-size: 16px;
	font-weight: normal;
}
.forum-edit-page label:first-child,
.private-message-send-page label:first-child {
	width: 172px;
}
.forum-edit-page .toolbar,
.private-message-send-page .toolbar {
	margin-left: 180px;
}
.forum-edit-page textarea,
.private-message-send-page textarea {
	width: 550px;
	height: 180px;
	margin-left: 183px;
}
.forum-edit-page .inputs.reversed {
	padding-left: 182px;
}
.forum-edit-page .inputs.reversed label {
	width: auto;
	margin-left: 5px;
}
.move-topic-page .inputs select {
	width: 336px;
}

.forum-edit-page .buttons,
.move-topic-page .buttons,
.private-message-send-page .buttons,
.private-messages-page .buttons {
	margin-top: 15px;
	text-align: center;
}
.forum-edit-page .buttons input,
.move-topic-page .buttons input,
.private-message-send-page .buttons input,
.private-messages-page .buttons input,
.private-message-view-page .buttons input {
	min-width: 115px;
	border: 1px solid #999;
	background: #bbb;
	box-shadow: inset 0 0 1px #fff;
	padding: 6px 24px !important;
	font-size: 16px;
	text-transform: uppercase;
	color: #333;
}
.forum-edit-page .buttons input:hover,
.move-topic-page .buttons input:hover,
.private-message-send-page .buttons input:hover,
.private-messages-page .buttons input:hover,
.private-message-view-page .buttons input:hover {
	border-color: #888;
	background: #aaa;
}
.forum-edit-page .buttons input[type="submit"],
.move-topic-page .buttons input[type="submit"],
.private-messages-page .buttons input[type="submit"],
.private-message-send-page .buttons input[type="submit"],
.private-message-view-page .buttons input.button-1 {
	border: 1px solid #666;
	background: #777;
	box-shadow: inset 0 0 1px #ccc;
	color: #fff;
}
.forum-edit-page .buttons input[type="submit"]:hover,
.move-topic-page .buttons input[type="submit"]:hover,
.private-messages-page .buttons input[type="submit"]:hover,
.private-message-send-page .buttons input[type="submit"]:hover,
.private-message-view-page .buttons input.button-1:hover {
	border-color: #777;
	background: #888;
}

.profile-info-box {
	overflow: hidden;
}
.profile-info-box .avatar {
	float: left;
	width: 180px;
}
.profile-info-box .title {
	margin-bottom: 10px;
	background: #f6f6f6;
	padding: 5px;
	font-size: 16px;
	color: #000;
}
.profile-info-box .title strong {
	font-weight: normal;
}
.profile-info-box li span {
	line-height: 16px;
	color: #000;
}
.profile-info-box .send-pm {
	clear: both;
}
.profile-page .topic {
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 15px;
	color: #333;
}
.profile-page .topic-title {
	margin-bottom: 10px;
	background: #f6f6f6;
	padding: 5px;
	font-size: 16px;
}
.profile-page .topic-title a {
	font-style: italic;
	color: #000;
}
.profile-page .topic-title a:hover {
	text-decoration: underline;
}
.profile-page .topic-data {
	color: #999;
}

.private-message-send-page .fieldset {
	margin-bottom: 0; /*RESET*/
}
.private-message-send-page .message label {
	display: none;
}

.private-messages-page table {
	margin-bottom: 20px;
}
.private-messages-page td:first-child {
	text-align: center;
}
.private-messages-page td:last-child {
	width: 15%;
}
.private-messages-page .pm-unread {
	color: #09f;
}
.private-messages-page .pager ul {
	float: right;
}
.private-messages-page .buttons {
	margin: 5px 0;
}
.private-messages-page .mark-unread-pm-button {
	display: none;
}

.private-message-view-page .page-body {
	padding: 0 5px;
}
.private-message-view-page .view-message {
	margin-bottom: 20px;
	border: 1px solid #ddd;
	padding: 15px;
}
.private-message-view-page .message-head {
	margin-bottom: 15px;
}
.private-message-view-page .message-head label {
	font-weight: bold;
	color: #000;
}
.private-message-view-page .message-body {
	border: 1px solid #ddd;
	background: #eee;
	padding: 15px;
}
.private-message-view-page .buttons {
	overflow: hidden;
}
.private-message-view-page .back-pm-button {
	float: right;
	text-transform: capitalize !important;
}

/* BB codes */

pre {
    white-space: pre-wrap;
    white-space: normal;
    word-wrap: break-word;	
}
.csharpcode {
	margin: 10px 0;
    border: 1px dashed #ccc;
	background-color: #fff;
    padding: 10px; 
	font-family: "Courier New", Courier, monospace;
	color: #000;  
}
.csharpcode .rem {
    color: green;
}
.csharpcode .kwrd {
    color: #00f;
}
.csharpcode .str {
    color: #006080;
}
.csharpcode .op {
    color: #00c;
}
.csharpcode .preproc {
    color: #c63;
}
.csharpcode .asp {
    background-color: #ff0;
}
.csharpcode .html {
    color: maroon;
}
.csharpcode .attr {
    color: red;
}
.csharpcode .alt {
    width: 100%;
    margin: 0;
	background-color: #f6f6f6;
}
.csharpcode .lnum {
    color: #666;
}

/* RE-CAPTCHA */

.recaptchatable #recaptcha_response_field {
	height: auto !important;
}



@media all and (min-width: 991px) {

.item-box.mobile-box .product-title,
.item-box.mobile-box .title {
	text-align: center;
}
.item-box.mobile-box .details {
	position: static;
	height: 145px;
	box-shadow: none;
	background: none;
	width: 100%;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.item-box.mobile-box .description {
	padding: 0 10px;
	height: 45px;
	overflow: hidden;
	line-height: 1.3;
}
.item-box.mobile-box .description a {
	height: auto;
	text-align: justify;
}
.item-box.mobile-box .prices, 
.item-box.mobile-box .buttons {
	padding:0;
	text-align: center;
}
.item-box.mobile-box .prices {
	margin-bottom: 5px;
}
.item-box.mobile-box .prices > * {
	display:inline-block;
	line-height: 22px;
}
.item-box.mobile-box .old-price {
	margin: 0 5px 0 0;
}
.item-box.mobile-box input[type="button"], 
.item-box.mobile-box .buynow-button {
	padding: 10px 20px;
}

}

@media (max-width: 980px) {
    .header-menu .sublist .sublist > li > a, 
    .header-menu .sublist .sublist > li > span {
        padding-left: 40px;
    }
    .header-menu .sublist .sublist .sublist > li > a, 
    .header-menu .sublist .sublist .sublist > li > span {
        padding-left: 60px;
    }
}
/*****************  Vyna *********************/

/**
OK2 - Add google font to _root.Head file under lighthouse/views/shared/_root.Head  <link href='https://fonts.googleapis.com/css?family=Cuprum|Yanone+Kaffeesatz|Chewy' rel='stylesheet' type='text/css'> 
OK2 - Replace in styles.css font: normal 12px Arial, Helvetica, sans-serif; by font: 13px/1.5em 'Helvetica Neue',Arial,sans-serif;
OK? - Replace in styles.css body background: #EEEB url(/Themes/Lighthouse/Content/img/background.jpg) no-repeat top center; by background: url(/Themes/Lighthouse/Content/img/background.jpg) no-repeat top center;
OK2 - Remove in master-wrapper-content -> background, box-sizing and box-shadow
OK2 - Remove in header-line - > background
Added Ajax cart Css in CSS header overwrite of the Theme Lighthouse
OK2 - Change links in Themes/Lighthouse/Views/Common/footer.cshtml
OK2 - Copy folder images
OK2 - copy images in folder Themes/Lighthouse/content/img 
OK2 - Add Search button voor Articles in /views/shared/header.cshtml
OK2 - verplaats winkelmandje voor verlanglijst in /lighthouse/views/shared/headerlinks.cshtml 
**/


html {
/*background: url(/Themes/Lighthouse/Content/img/background.jpg) no-repeat top center;*/
background: rgb(255, 255, 255) url(/Themes/Lighthouse/Content/img/bg_2560x5.jpg) center;
}

body {
color: rgb(102, 102, 102);
font: 13px/1.5em 'Helvetica Neue',Arial,sans-serif;
background:  url(/Themes/Lighthouse/Content/img/background.jpg) no-repeat top center;
/*background: rgb(255, 255, 255) url(/Themes/Lighthouse/Content/img/bg_2560x5.jpg) repeat top center*/
}



.master-wrapper-page {
margin: initial;
}

.header-links-wrapper {
padding-top: 7px;
text-align: right;}

.header-menu > ul > li > a, .header-menu > ul > li > span {
display: block;
position: relative;
text-align: center;
text-transform: uppercase;
font: 19px/35px 'Yanone Kaffeesatz',Arial,serif;
color: rgb(255, 255, 255);
background: rgb(175, 31, 94);
text-shadow: none;
border: 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
height: 35px;
text-decoration: none;
padding: 0 10px;
margin: 0 2px 0 0
}

.header-menu > ul > li > a:before, .header-menu > ul > li > span:before {
background: none; /* no-repeat top center; */
}

.header-menu > ul > li > a:current {
background: rgb(229, 191, 33);
text-shadow: 0px 0px 0 rgb(0, 0, 0);
}

.header-menu > ul > li:hover > a, .header-menu > ul > li:hover > span {
border-left-color: rgba(0, 0, 0, 0);
background: rgb(229, 191, 33);
text-shadow: 0px 0px 0 rgb(0, 0, 0);
}

.header-menu {
width: 60%; 
border: 0px;
box-shadow: inset 0 0px rgb(255, 255, 255);
background: none;
margin-bottom: 30px;
}

.header {
margin-bottom: 10px;
}
.header-links-wrapper span, .header-links-wrapper a {
    font-size: 14px;
    line-height: 32px;
}

@media screen and (min-width: 980px) {
.search-box {
margin-top: 80px;
}
.header-links-wrapper {
margin-right: 100px;
}
}
.search-box input.search-box-text {
font: 19px/35px 'Yanone Kaffeesatz',Arial,serif;
color: rgb(170, 170, 170);
border-radius: 5px;
}

.search-box .search-box-button {
background: rgb(255, 255, 255) url(/Themes/Lighthouse/Content/img/icon4.png) no-repeat center;
border: 1px solid rgb(153, 153, 153);
border-radius: 5px;
}

.search-box .search-box-button:hover {
background-color: rgb(255, 255, 255);
}

.mega-menu .title a {
color: rgb(51, 51, 51);
font: 16px 'Cuprum',Arial,serif;
}

.mega-menu .dropdown {
top: 36px;
}

.topic-html-content-body, .page-body {
color: rgb(102, 102, 102);
font: 13px/1.5em 'Helvetica Neue',Arial,sans-serif;
}

.page-title h1 {
font-size: 28px/1em;
font-weight: normal;
/* margin-left: 4px; */
}

.blog-page .post, .news-items .item, .blogpost-page .page-body, .news-item-page .page-body, .topic-page .page-body, .category-description, .manufacturer-description, .vendor-description {
padding: 0 0px;
}

/*.topic-page .page-body {
padding: 0 0px;
}*/

h1, h2, h3, h4, h5 {
color: rgb(102, 102, 102);
}

h1 {
font: 28px/1em 'Cuprum',Arial,serif;
margin: 0 0 10px;
color: rgb(102, 102, 102);
}

h2 {
font: 22px Chewy;
font-style: italic;
color: rgb(102, 102, 102);
}

h3 {
font: 16px Chewy;
margin: .25em 0 .65em 0;
}

.breadcrumb li {
margin-left: 0px;
}

.header-links .cart-qty {
background: url(/Themes/Lighthouse/Content/img/icon3.png) left no-repeat;
padding-left: 30px;
}

.post-head, .news-head {
font: 22px Chewy;
font-style: italic;
color: rgb(102, 102, 102);
}


.footer-block h3 {
font: 22px 'Cuprum',Arial,serif;
padding: 0 5px 5px;
color: rgb(102, 102, 102);
}

.footer-lower h3 {
font: 22px 'Cuprum',Arial,serif;
color: rgb(102, 102, 102);
}

.footer-block-first li {
padding: 0;
}

.sitemap-page .entity-title h2 {
font-size: 17px;
}

.item-box .category-item, .item-box .sub-category-item, .item-box .manufacturer-item {
font-size: 20px;
color: rgb(102, 102, 102);
}

.item-box .category-item .title a, .item-box .sub-category-item .title a, .item-box .manufacturer-item .title a {
font-size: 20px;
color: rgb(102, 102, 102);
}

.item-box .product-title, .item-box .title {
/*border: 1px solid rgb(197, 196, 196);*/
}

.item-box .product-title a, .item-box .title a {
font-size: 16px;
font-style: normal;
color: rgb(102, 102, 102);
/*background: rgba(196,214,218,0.7);
border: 1px solid rgb(197, 196, 196);*/
}

.item-box .details {
/* background: rgba(0,0,0,0.6); */
background: rgb(255,255,255);
/*background: rgb(196,214,218);*/
}

.item-box .description {
/* color: rgb(37, 149, 157); */
color: rgb(102, 102, 102);
}

.item-box .prices, .item-box .buttons {
color: rgb(102, 102, 102);
}

.item-box .ajax-cart-button-wrapper input[type="text"], .overview .qty-input, .variant-overview .qty-input,
.overview .add-to-wishlist-button, .variant-overview .add-to-wishlist-button, .overview .add-to-compare-list-button, .overview .email-a-friend-button, 
.back-in-stock-subscription .subscribe-button, .download-sample-button {
border-radius: 5px;
}

.item-box input[type="button"],  .item-box .buynow-button, .overview .add-to-cart-button, 
.variant-overview .add-to-cart-button, {
border-radius: 5px;
font-size:17px;
background: rgb(175, 31, 94); /* Red */
}

.item-box input[type="button"], .item-box input[type="button"]:hover, .item-box .buynow-button:hover, .overview .add-to-cart-button:hover, .variant-overview .add-to-cart-button:hover {
/*background: rgb(85, 85, 85);*/
/* background: rgb(229, 191, 33); yellow */
background: rgb(175, 31, 94);
}

input[type="button"], input[type="submit"],  button, .button-1, .button-2 {
font-family: 'Yanone Kaffeesatz',Arial,serif;
background: rgb(153, 153, 153);
border-color: rgb(153, 153, 153);
box-shadow: none;
color: rgb(255, 255, 255);
font-size: 15px;
text-transform: none;
padding: 5px 10px;
/*background: rgb(229, 191, 33); Yellow */
border-radius: 5px;
}

.overview .add-to-wishlist-button, .variant-overview .add-to-wishlist-button, .overview .add-to-compare-list-button, .overview .email-a-friend-button, 
.back-in-stock-subscription .subscribe-button, .download-sample-button a,
.cart-footer .deals .button-2 {
background: rgb(153, 153, 153);
border-color: rgb(17, 17, 17);
box-shadow: none;
font-size: 14px;
padding: 7px 10px;
}

.shopping-cart-page .button-2, .checkout-page .button-2, 
.address-list-page .buttons input, .order-list-page .buttons input {
font-size: 15px;
background: rgb(153, 153, 153);
border-color: rgb(17, 17, 17);
}

.cart-footer .checkout-button, .registration-page .button-1, .registration-result-page .button-1, .login-page .button-1, 
.password-recovery-page .button-1, .account-page .button-1, .account-page .button-2, .return-request-page .button-1,
.shopping-cart-page .button-1, .checkout-page .button-1, .order-details-page .button-1, .button-2.order-completed-continue-button,
.contact-page .button-1, .email-a-friend-page .button-1, .search-input .button-1 {
font-size: 18px;
text-transform: none;
background: rgb(229, 191, 33); /* Yellow */
border-radius: 5px;
}

.cart-footer .total-info {
padding: 5px
}

.cart-footer .checkout-button, .cart-footer .checkout-button:hover {
background: rgb(175, 31, 94);
}

.eco-checks-amount {
padding: 2px;
border: 1px solid rgb(221, 221, 221);
margin-bottom: 10px;
}

.mini-shopping-cart input[type="button"], button-1 cart-button {
background: rgb(175, 31, 94);
}

.mini-shopping-cart input[type="button"]:hover, button-1 cart-button:hover {
background: rgb(229, 191, 33); /* Yellow */
}

/* Popup product added */
.productAddedToCartWindowDescription h1 a {
font: 16px Chewy;
font-style: italic;
color: rgb(102, 102, 102);
}

.block .title {
/*background: rgb(16,139,147);
url(/Themes/Lighthouse/Content/img/block-pointer.png) no-repeat right center;
background: yellow rgb(229, 191, 33) url(/Themes/Lighthouse/Content/img/block-pointer.png) no-repeat right center;*/
padding: 10px 15px 10px 10px;
font-family:'Cuprum',Arial,serif;
font-size: 17px;
color: rgb(255, 255, 255);
}

.listbox .list, .listbox .list > li > a  {
font-size: 15px;
font-family:'Cuprum',Arial,serif;
}

.listbox .sublist a {
font-size: 14px;
font-family:'Cuprum',Arial,serif;
}

.listbox .sublist > li.active > a {
font-size: 14px;
font-weight: normal;
/*color: rgb(150, 11, 62); RED */
color: rgb(229, 191, 33);
}

.listbox .list > li.active > a {
/* Grijs background: rgb(187, 187, 187) url(/Themes/Lighthouse/Content/img/bullet4.png) 12px center no-repeat;
background: rgb(229, 191, 33) url(/Themes/Lighthouse/Content/img/bullet4.png) 12px center no-repeat;
 RED color: rgb(150, 11, 62); */
background: rgb(187, 187, 187) url(/Themes/Lighthouse/Content/img/bullet4.png) 12px center no-repeat;
}

/*.listbox .list > li > a {
font-size: 15px;
font-family:'Cuprum',Arial,serif;
}
.listbox .list > li > a.active {
color: rgb(150, 11, 62);
}*/

.login-page .title, .fieldset .title, .section .title {
font-size: 17px;
}

.inputs input[type="text"], .inputs input[type="password"], textarea {
font: 13px/1.5em 'Helvetica Neue',Arial,sans-serif;
padding: 2px;
}

.responsive-iframe-container {
    position: relative;
    padding-bottom: 120%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.responsive-iframe-container iframe,  
.vresponsive-iframe-container object, 
.vresponsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.shopping-cart-page .message-error::before { 
    content: "Vul AUB deze gegevens in: ";
    background-color: rgb(229, 191, 33);
    color: black;
    font-weight: bold;
}
.shopping-cart-page .message-error {
margin-bottom: 10px;
font-size: 14px;
font-weight: bold;
}
.vyna-search-faq {
    margin-top: 5px;
    font: 19px/35px 'Yanone Kaffeesatz',Arial,serif;
    color: #178D96;
    float: right;
    clear: right;
}
.item-box .picture a {
    font-size: 0;
}
/*=====================================================
    
    TABLETS LANDSCAPE & NETBOOKS

=====================================================*/
/**** Vyna Copyright ****

remove in header-menu > ul > li >a "text-shadow: 1px 1px #fff !important; "
remove in dropdown  li a text-shadow  "	text-shadow: 1px 1px #fff;"

END .css */

@media all and (max-width: 990px) and (min-width: 769px) {

.data-table a {
	display: inline-block;
}
select {
	height: 32px;
	border-radius: 0;
	padding: 6px;
}
textarea {
	padding: 5px !important;
}

.flyout-cart {
	display: none !important;
}

.master-wrapper-content,
.header-line,
.footer-upper,
.footer-lower,
.bottom .center {
	width: 90%;
}
.side-2 {
	width: 26.9%;
}
.center-2 {
	width: 70.5%;
}

.inputs {
	text-align: center;
}
.inputs > label {
	width: 100%;
	text-align: center;
	margin: 0 0 8px;
}
.fieldset .title, .section .title {
	text-align: center;
}

.admin-header-links {
	position: static;
	width: 90%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	margin: 0 auto;
}
.admin-header-links a {
	display: block;
	line-height: 32px;
	text-align: center;
	margin: 0;
}
    .admin-header-links .impersonate a{
        display: inline-block;
    }
        
/* Fix for Error and validation messages */
.inputs .message-error,
.inputs .field-validation-error,
.inputs .not-available-status,
.inputs .password-error {
	display: block;
}
    
/* BAR NOTIFICATION */
    
.bar-notification {
	height: 37px;
	line-height: 37px;
}
.bar-notification .close {
	width: 32px;
	height: 32px;
	margin: 2px 5px;
}
.bar-notification a {
	display: inline-block;
	line-height: 32px;
}

/* HEADER */

.header-line {
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
}
.header-links-wrapper span, .header-links-wrapper a {
	line-height: 32px;
}
.header {
	position: relative;
	text-align: center;
	z-index: 1002;
}
.header-logo {
	float: none;
	text-align: center;
	margin: 0 0 20px;
}
.header-selectors-wrapper {
	float: none;
	display: inline-block;
	margin:0;
}
.header-selectors-wrapper > div {
	margin: 0 5px;
	float: left;
}
.new_select {
	background: #fff url(/Themes/Lighthouse/Content/img/custom-selector.png) no-repeat 94% center;
	width: 108px !important;
	height: 30px;
}
.new_select > span {
	line-height: 31px;
	padding: 0 34px 0 8px;
	text-align: left;
}
.styleSelect_item {
	top: 28px !important;
}
.styleSelect_item li span {
	line-height: 28px;
}

.language-list {
	text-align: right;
}
.language-list a {
	width: 32px;
	height: 32px;
}

.search-box {
	float: none;
	clear: none;
	display:inline-block;
	margin: 0 5px;
}
.search-box input.search-box-text {
	width: 250px !important;
}

/* HEADER MENU */

.header-menu {
	width: 70%;
	margin: 0 auto 20px;
}
.header-menu > ul,
.header-menu .top-menu {
	display: none;
}
.menu-title {
    display: block !important;
	background: #eeeeee; /* Old browsers */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eeeeee 0%, #dddddd 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(to bottom, #eeeeee 0%, #dddddd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
}
.menu-title span {
	background: url(/Themes/Lighthouse/Content/img/responsive-nav-icon.png) no-repeat 97% center;
	display: block;
	font-size: 200%;
	line-height: 45px;
	padding: 0 0 0 3%;
	cursor: pointer;
	box-shadow: inset 0 1px #fff;
	text-shadow: 1px 1px 0 #fff;
}
.header-menu ul > li {
	display: block;
    position: relative;
}

.header-menu .sublist li a {
    background: none;
	border: 1px solid #ddd;
	border-bottom: none;
	padding: 13px 0;
}
.header-menu > ul > li > a,
.header-menu > ul > li > span {
	border: 0 !important;
	border-top: 1px solid #bbb !important;
	background: #eeeeee !important; /* Old browsers */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#dddddd)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eeeeee 0%, #dddddd 100%) !important; /* Chrome10+,Safari5.1+ */
    background: linear-gradient(to bottom, #eeeeee 0%, #dddddd 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 ) !important; /* IE6-9 */
	box-shadow: inset 0 1px #fff !important;
/*	text-shadow: 1px 1px #fff !important; vyna*/
	text-align: left;
}
.header-menu .sublist > li > a, 
.header-menu .sublist > li > span {
    padding-left: 30px;
}
.header-menu > ul > li:hover a,
.header-menu > ul > li:hover > span {
	color: inherit;
}
.header-menu > ul > li:hover > a:before,
.header-menu > ul > li:hover > span:before {
	display: none;
}

.header-menu > ul .plus-button {
    position: absolute;
    top: 1px;
    right: 0;
	border-left: 1px solid #bbb;
	width: 48px;
	height: 44px;
	background: url(/Themes/Lighthouse/Content/img/responsive-plus.png) no-repeat center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: background .1s ease-in-out;
	-moz-transition: background .1s ease-in-out;
	-o-transition: background .1s ease-in-out;
	transition: background .1s ease-in-out;
}
.header-menu > ul .plus-button.close {
	background: url(/Themes/Lighthouse/Content/img/responsive-minus.png) no-repeat center;
}

.header-menu .sublist-wrap {
	position: static;
	box-shadow: none;
	background: #eee !important;
	padding: 0;
	font-size: 14px;
}
.header-menu .sublist-wrap .sublist-wrap {
	top: 0;
	left: 0;
	box-shadow: none;
	background: #fff !important;
}

.dropdown {
	display: none;
}
.dropdown li a {
	display: block;
	padding: 12px 25px 10px;
	font: normal 17px Arial, Helvetica, sans-serif;
	border-top: 1px solid #aaa !important;
	background: #f6f6f6;
}


/* FOOTER */

.footer-block {
	width: 49.5%;
	margin: 0 0 2% 1%;
}
.footer-block:nth-child(2n+1) {
	margin-left: 0;
}
.footer-block li a {
	display: block;
	line-height: 32px;
	font-size: 11px;
	padding: 0 0 0 10px;
}
.footer-block-first li {
	line-height: 32px;
	padding: 0 0 0 32px;
}
.footer-lower > * {
	margin: 0 auto 10px;
	float: none;
	text-align: center;
}
.footer-lower > *:last-child {
	margin-bottom: 0;
}
.accepted-payment-methods li {
	float: none;
	display: inline-block;
	margin: 0 5px 10px !important;
}
.social-sharing li {
	float: none;
	display: inline-block;
}
.newsletter-validation,
.newsletter-result-block {
	top: 8px;
	text-align: left;
}
.bottom {
	line-height: normal;
	text-align: center;
}
.bottom .center > * {
	float: none;
	width: 100%;
}
.footer-tax-shipping {
	clear: both;
	padding: 0;
	text-align: center;
}
.footer-store-theme {
	width: 200px;
	padding: 30px 0 !important;
}

/* SIDEBAR */

.listbox .list > li > a {
	padding: 11px 25px;
}
.listbox .list > li.active > a,
.listbox .list > li > a.active {
	width: 100.9%;
	box-shadow: 2px 0 0 0 #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(/Themes/Lighthouse/Content/img/bullet5.png) 12px center no-repeat,
	#bbb url(/Themes/Lighthouse/Content/img/block-pointer.png) no-repeat right center;
}
.listbox .sublist {
	padding-left: 20px;
}
.listbox .sublist a {
	padding: 10px 5px;
}
.listbox .view-all a {
	display: inline-block;
	line-height: 32px;
	padding: 0 12px;
}
.poll .buttons input {
	line-height: 32px;
	padding: 0 12px;
}

/* CATEGORY PAGE & PRODUCT GRIDS */

.breadcrumb li * {
	display: inline-block;
	line-height: 32px;
}
.breadcrumb li a,
.breadcrumb li strong {
	padding: 0 4px;
}

.product-selectors > div {
	margin-right: 0;
	width: 50%;
	text-align: center;
}

.item-box,
.item-box:nth-child(3n+1),
.cross-sells .item-box, 
.cross-sells .item-box:nth-child(3n+1) {
	width: 49%;
	margin: 0 0 2% 2%;
}
.item-box:nth-child(2n+1),
.cross-sells .item-box:nth-child(2n+1) {
	margin: 0 0 2%;
}

.item-box .product-title,
.item-box .title {
	text-align: center;
}
.item-box .details {
	position: static;
	height: 145px;
	box-shadow: none;
	background: none;
	width: 100%;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.item-box .description {
	padding: 0 10px;
	height: 45px;
	overflow: hidden;
	line-height: 1.3;
}
.item-box .description a {
	height: auto;
	text-align: justify;
}
.item-box .prices,
.item-box .buttons {
	padding:0;
	text-align: center;
}
.item-box .prices {
	margin-bottom: 5px;
}
.item-box .prices > * {
	display:inline-block;
	line-height: 22px;
}
.item-box .old-price {
	margin: 0 5px 0 0;
}
.item-box input[type="button"],
.item-box .buynow-button {
	padding: 10px 20px;
}

.home-page .item-box,
.home-page .item-box:nth-child(2n+1),
.home-page .item-box:nth-child(3n+1) {
	width: 32%;
	margin: 0 0 2% 2%;
}
.home-page .item-box:nth-child(3n+1) {
	margin: 0 0 2% 0;
}

.sub-category-grid {
	margin-bottom: 20px;
}
.home-page-category-grid .item-box .title,
.sub-category-item .title {
	position: static;
	box-shadow: none;
}
.home-page-category-grid .picture,
.sub-category-item .picture {
	display:none;
}

.pager li * {
	width: 30px;
	height: 30px;
	line-height: 30px;
}

/* PRODUCT PAGE */

.gallery {
	float: none;
	width: 100%;
	margin: 0 0 20px;
}
.gallery .picture {
	margin: 0 auto;
}
.gallery .picture-thumbs {
	text-align: center;
}
.gallery .picture-thumbs a,
.gallery .picture-thumbs a:nth-child(3n+1) {
	float: none;
	display: inline-block;
	margin: 12px 6px 0;
}
.product-details-page .overview {
	float: none;
	width: auto;
}
.overview .buttons input, 
.variant-overview .add-to-wishlist-button, 
.back-in-stock-subscription .subscribe-button, 
.download-sample a {
	padding: 7px 12px;
}
.overview .manufacturers a,
.product-review-links > *,
.product-tags-list .tag > * {
	display: inline-block;
	line-height: 32px;
}
.product-no-reviews, .product-reviews-overview {
	margin-bottom: 10px;
}
.overview .qty-label, .variant-overview .qty-label {
	line-height: 42px;
}
.overview .qty-input, 
.variant-overview .qty-input,
.overview .qty-dropdown, 
.variant-overview .qty-dropdown {
	height: 42px;
}
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
	height: 42px;
}
.write-review .review-rating {
	text-align: center;
}

.product-variant-list {
	overflow: hidden;
}
.product-variant-line {
	margin: 0 0 2% 2%;
	width: 49%;
	float: left;
}
.product-variant-line:nth-child(2n+1) {
	margin: 0 0 2%;
}
.variant-picture {
	float: none;
	margin: 0 auto 15px;
}
.variant-overview {
	float: none;
	text-align: center;
	width: 100%;
}
.variant-overview .prices {
	display: inline-block;
}
.variant-overview .add-to-cart-panel > * {
	float: none;
	margin-bottom: 10px;
}
.variant-overview .add-to-wishlist-button {
	float: none;
	margin: 0;
}

.product-tags-list li.separator,
.tags li.separator {
	line-height: 32px;
}
.product-details-page .item-box .details {
	height: 90px;
}
.product-details-page .item-box .description {
	display: none;
}

/* ATTRIBUTES */

.attributes li {
	margin: 0;
}
.attributes label {
	line-height: 24px;
}
.attributes input + label {
	line-height: 32px;
	display: inline-block;
}
.rental-attributes input[type="text"]{
	padding: 7px;
}

/* COLOR SQUARES */

.color-squares li {
	margin-right: 10px;
}
.color-squares li:last-child {
	margin-right: 0;
}
.color-squares label {
	line-height: 28px;
}
.color-squares .color {
	width: 28px;
	height: 28px;
}

/* GIFT CARD */

.giftcard {
	text-align: center;
}
.giftcard div {
	float: none;
}
.giftcard label {
	float: none;
	margin-left: 0;
	width: 100%;
	display: block;
}
.giftcard input {
	max-width: 316px;
	width: 100%;
}

/* REVIEWS PAGE */

.write-review .button-1 {
	padding: 8px 24px;
}

/* SEARCH PAGE */

.search-input .inputs {
	text-align: center;
}
.search-input .inputs label {
	width: 100%;
	margin: 0 0 5px;
	text-align: center;
}
.search-input .inputs.reversed label {
	display: inline-block;
	line-height: 33px;
}
.search-input .button-1 {
	padding: 8px 24px;
}
.advanced-search .inputs {
	padding-left: 0;
}

/* MY ACCOUNT PAGE */

#check-availability-button {
	margin: 10px 60px 0;
}
#username-availabilty {
	left: 50%;
	bottom: -17px;
	margin-left: -44px;
	font-size: 11px;
}
.account-page .inputs > label {
	display: block;
	width: auto;
}
.registration-page .button-1,
.login-page .button-1,
.registration-result-page .button-1,
.password-recovery-page .button-1,
.account-page .button-1,
.account-page .button-2,
.return-request-page .button-1 {
	padding: 8px 24px;
}
.address-list-page .buttons input,
.order-list-page .buttons input {
	padding: 8px 16px;
}
.avatar-page .info {
	margin-top: -30px;
	width: 245px;
}
.user-agreement-page {
	text-align:center;
}

/* SHOPPING CART PAGE */

.order-progress li {
	width: 16%;
}
.cart-footer .cart-collaterals {
	width: auto;
}
.cart-collaterals > * {
	float: none !important;
}
.shopping-cart-page .button-2, 
.checkout-page .button-2, 
.order-details-page .page-title a {
	padding: 8px 10px;
}
.shopping-cart-page .button-1,
.checkout-page .button-1,
.order-details-page .button-1,
.button-2.order-completed-continue-button {
	padding: 8px 36px;
}
.cart-footer .cart-collaterals > div {
	min-height: 0;
}
.cart-footer .deals {
	margin-bottom: 20px;
}
.shipping-options .inputs {
	text-align: left;
}

.checkout-buttons {
	text-align: right;
}
.shopping-cart-page .addon-buttons {
	margin: 10px 0 0 0;
	text-align: right;
}

/* CHECKOUT PAGE */

.checkout-page .address-grid {
	padding: 10px 10px 0;
	font-size: 0;
}
.checkout-page .address-item, 
.checkout-page .address-item:nth-child(4n+1) {
	float: none;
	display: inline-block;
	border: 1px dotted #ddd;
	width: 32.6%;
	margin: 0 0 10px 1%;
	text-align: center;
	padding: 10px;
	font-size: 12px;
}
.checkout-page .address-item:nth-child(3n+1) {
	margin: 0 0 10px;
}
.checkout-page .address-item input[type="button"] {
	padding: 8px 16px;
	font-size: 13px;
}
.checkout-page .edit-address .inputs,
.checkout-page .edit-address span {
	text-align: left;
}
.shipping-method .method-list li label,
.payment-method .method-list li label {
	display: inline-block;
	line-height: 32px;
}
.order-details-page .page-title h1 {
	line-height: 33px;
}

/* EU COOKIE LAW */

[aria-describedby="dialog-eu-cookie-law"] button {
	padding: 7px 21px;
}
[aria-describedby="dialog-eu-cookie-law"] .ui-dialog-titlebar button,
[aria-describedby="terms-of-service-warning-box"] .ui-dialog-titlebar button {
	padding: 12px;
}

/* REGISTER PAGE */

.registration-page .inputs label,
.login-page .inputs label,
.password-recovery-page .inputs label {
	width: 100%;
}
.registration-page #check-availability-button {
	display: block;
	margin: 10px auto 0;
}

/* LOGIN PAGE & PASSWORD RECOVERY */

.login-page .inputs.reversed label,
.login-page .inputs.reversed a {
	display: inline-block;
	line-height: 32px;
	background: rgba(255,255,255,0.8);
	padding: 0 8px;
}

/* REVIEW PAGE */

.write-review .review-rating label {
	margin: 0;
	width: 112px;
	text-align: center;
}
.product-review-helpfulness .vote {
	background: rgba(0,0,0,.05);
	padding: 0 8px;
	line-height: 32px;
	display: inline-block;
}

/* WISHLIST PAGE & COMPARE PRODUCTS PAGE  */

.wishlist-content .button-2,
.compare-products-table .button-2 {
	padding: 7px 14px;
}
.wishlist-page .share-info a {
	line-height: 32px;
}

/* EMAILaFRIEND PAGE & CONTACT PAGE */

.contact-page .button-1,
.email-a-friend-page .button-1 {
	padding: 8px 24px;
}

/* SITEMAP */

.sitemap-page a {
	line-height: 32px;
}

/* BLOG & NEWS */

.blog-page .tags, .blogpost-page .tags {
	padding: 8px 8px 0;
}
.blog-page .tags a, .blogpost-page .tags a {
	padding: 8px;
	margin-bottom: 8px;
}
.blog-page .tags label, .blogpost-page .tags label {
	padding: 9px 5px;
}
.year strong {
	width: 100.9%;
	box-shadow: 2px 0 0 0 #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(/Themes/Lighthouse/Content/img/bullet5.png) 12px center no-repeat,
				#bbb url(/Themes/Lighthouse/Content/img/block-pointer.png) no-repeat right center;
}
.news-items .read-more {
	padding: 8px 14px; 
}
.news-item-page .button-1,
.new-comment .button-1 {
	padding: 8px 24px;
}

/* FORUM & PROFILE */

.forum-search-box {
	float: right;
}
.forum-topic-page .pager.upper {
	display: none;
}
.forum-search-page label:first-child,
.forum-edit-page label:first-child,
.private-message-send-page label:first-child {
	display: block;
	width: 100% !important;
}
.forum-edit-page .toolbar,
.private-message-send-page .toolbar {
	margin: 0;
}
.forum-edit-page textarea,
.private-message-send-page textarea {
	width: 460px;
	margin: 0;
}
.forum-edit-page .inputs.reversed {
	padding: 0;
}
.forum-edit-page .inputs.reversed label {
	margin: 0 0 0 5px;
}

}
/*=====================================================
    
    TABLETS PORTRAIT & SMARTPHONES LANDSCAPE

=====================================================*/

@media all and (max-width: 768px) and (min-width: 481px) {

select {
	height: 32px;
	max-width: 100%;
	padding: 6px;
}
textarea {
	max-width: 100%;
}
.data-table a {
	display: inline-block;
}
.link-rss {
	display: none;
}

.flyout-cart {
	display: none !important;
}

.master-wrapper-page {
	margin: 0 auto;
}
.master-wrapper-content,
.header-line,
.footer-upper,
.footer-lower,
.bottom .center {
	width: 97%;
}
.master-wrapper-content {
	position: relative;
}
.center-2, .side-2 {
	float: none;
	width: auto;
}
.center-2 {
	margin-bottom: 20px;
}
.side-2:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	font-size: 0;
}
.registration-result-page {
	text-align: center;
}
.page-title {
	text-align: center;
}

.inputs > label {
	width: 100%;
	text-align: center;
	margin: 0 0 8px;
}
.fieldset .title, .section .title {
	text-align: center;
}

.admin-header-links {
	position: static;
	height: 32px;
	background: rgba(255,255,255,.75);
	margin-bottom: 1px;
}
.admin-header-links a {
	display: block;
	line-height: 32px;
	text-align: center;
	margin: 0;
}
    
/* Fix for Error and validation messages */
.inputs {
	display: inline-block;
	position: relative;
	text-align: center;
	width: 320px;
}
.inputs .message-error,
.inputs .field-validation-error,
.inputs .not-available-status,
.inputs .password-error {
	display: block;
}
.inputs .required {
	position: absolute;
	top: 15px;
	right: -10px;
}
.registration-result-page,
.page-title,
.form-fields,
.checkout-page .enter-address,
.edit-address {
	text-align: center;
}
.edit-address .inputs .required,
.account-page .inputs .required,
.registration-page .inputs .required,
.password-recovery-page .inputs .required {
	right: auto;
}
.cart-footer .shipping .required {
	top: 0;
}
.inputs span[data-valmsg-for="DateOfBirthDay"],
.inputs span[data-valmsg-for="DateOfBirthMonth"],
.inputs span[data-valmsg-for="DateOfBirthYear"] {
	display: none;
}
.search-input .inputs {
	display: block;
}
/* end */

/* BAR NOTIFICATION */
    
.bar-notification {
	height: 37px;
	line-height: 37px;
}
.bar-notification .close {
	width: 32px;
	height: 32px;
	margin: 2px 5px;
}
.bar-notification a {
	display: inline-block;
	line-height: 32px;
}

/* HEADER */

.header {
	position: relative;
	z-index: 1002;
}
.header-line {
	background: rgba(255,255,255,.75);
	width: 100%;
	padding: 0;
}
.header-logo,
.header-selectors-wrapper,
.search-box {
	float: none;
	text-align: center;
}
.header-logo {
	margin: 0 0 20px;
}
	.header-logo a {
		display: inline-block;
	}
.header-selectors-wrapper > div {
	float: none;
	display: inline-block;
	margin: 0 20px 0 0;
}
.header-selectors-wrapper > div:empty,
.header-selectors-wrapper > div:last-child {
	margin:0;
}
.header-selectors-wrapper > div select,
.header-selectors-wrapper > div .new_select {
	float: left;
}

.new_select {
	background: #fff url(/Themes/Lighthouse/Content/img/custom-selector.png) no-repeat 94% center;
	width: 108px !important;
	height: 30px;
}
.new_select > span {
	line-height: 31px;
	padding: 0 34px 0 8px;
	text-align: left;
}
.styleSelect_item {
	top: 28px !important;
}
.styleSelect_item li span {
	line-height: 28px;
}

.language-list a {
	width: 32px;
	height: 32px;
}

.search-box form {
	display: inline-block;
}
.search-box input.search-box-text {
	width: 320px !important;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
	width: 354px !important;
}

/* HEADER MENU */

.header-menu {
	background: none;
	width: 70%;
    min-width: 420px;
	margin: 0 auto 20px;
	border: 1px solid #bbb;
}
.header-menu > ul,
.header-menu .top-menu {
	display: none;
}
.menu-title {
    display: block !important;
	background: #eeeeee; /* Old browsers */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eeeeee 0%, #dddddd 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(to bottom, #eeeeee 0%, #dddddd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
}
.menu-title span {
	background: url(/Themes/Lighthouse/Content/img/responsive-nav-icon.png) no-repeat 97% center;
	display: block;
	font-size: 200%;
	line-height: 45px;
	padding: 0 0 0 3%;
	cursor: pointer;
	box-shadow: inset 0 1px #fff;
	text-shadow: 1px 1px 0 #fff;
}
.header-menu ul > li {
	display: block;
    position: relative;
}
.header-menu > ul > li > a,
.header-menu > ul > li > span {
	border: 0 !important;
	border-top: 1px solid #bbb !important;
	background: #eeeeee !important; /* Old browsers */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#dddddd)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eeeeee 0%, #dddddd 100%) !important; /* Chrome10+,Safari5.1+ */
    background: linear-gradient(to bottom, #eeeeee 0%, #dddddd 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 ) !important; /* IE6-9 */
	box-shadow: inset 0 1px #fff !important;
/*	text-shadow: 1px 1px #fff !important; vyna*/
	text-align: left;
}
.header-menu > ul > li:hover a,
.header-menu > ul > li:hover > span {
	color: inherit;
}
.header-menu > ul > li:hover > a:before,
.header-menu > ul > li:hover > span:before {
	display: none;
}
.header-menu > ul .plus-button {
    position: absolute;
    top: 1px;
    right: 0;
	border-left: 1px solid #bbb;
	width: 48px;
	height: 44px;
	background: url(/Themes/Lighthouse/Content/img/responsive-plus.png) no-repeat center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: background .1s ease-in-out;
	-moz-transition: background .1s ease-in-out;
	-o-transition: background .1s ease-in-out;
	transition: background .1s ease-in-out;
}
.header-menu > ul .plus-button.close {
	background: url(/Themes/Lighthouse/Content/img/responsive-minus.png) no-repeat center;
}

.header-menu .sublist-wrap {
	position: static;
	box-shadow: none;
	background: #eee !important;
	padding: 0;
	font-size: 14px;
}
.header-menu .sublist-wrap .sublist-wrap {
	top: 0;
	left: 0;
	box-shadow: none;
	background: #fff !important;
}
.header-menu .sublist li a {
    background: none;
	border: 1px solid #ddd;
	border-bottom: none;
	padding: 13px 0;
}

.dropdown {
	display: none;
}
.dropdown li a {
	display: block;
	padding: 12px 25px 10px;
	font: normal 17px Arial, Helvetica, sans-serif;
/*	text-shadow: 1px 1px #fff; vyna*/
	border-top: 1px solid #aaa !important;
	background: #f6f6f6;
}
	
/* FOOTER */

.footer-block {
	width: 49%;
	margin:0 0 2% 2%;
}
.footer-block:nth-child(2n+1) {
	margin-left: 0;
}
.footer-block li a {
	display: block;
	line-height: 32px;
	padding: 0 0 0 12px;
}
.footer-block-first li {
	line-height: 32px;
	padding: 0 0 0 32px;
}

.footer-lower > * {
	margin: 0 auto 10px;
	float: none;
	text-align: center;
}
.footer-lower > *:last-child {
	margin-bottom: 0;
}
.accepted-payment-methods li {
	float: none;
	display: inline-block;
	margin: 0 5px 10px !important;
}
.social-sharing li {
	float: none;
	display: inline-block;
}
.subscribe-to-newsletter {
	width: 244px;
}
.bottom {
	line-height: normal;
}
.bottom .center > * {
	float: none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.footer-tax-shipping {
	padding: 0;
}
.footer-store-theme {
	padding: 30px 0 !important;
}
.footer-store-theme select {
}
.footer-disclaimer {
    line-height: 30px;
}	

/* SIDEBAR */

.block {
	margin: 0 0 2%;
	width: 49%;
	float: left;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
}
.block:nth-of-type(2n+1) {
	clear: both;
	margin: 0 2% 2% 0;
}
.block .title {
	text-align: center;
	padding: 0;
	background: url(/Themes/Lighthouse/Content/img/block-pointer.png) no-repeat right center,
				url(/Themes/Lighthouse/Content/img/rtl-block-pointer.png) no-repeat left center, #333;
}
.block .title strong {
	display: block;
	padding: 10px;
	cursor: pointer;
}
.block .listbox {
	display: none;
}
.listbox .list > li > a {
	padding: 11px 10px 11px 35px;
}
.listbox .list > li.active > a,
.listbox .list > li > a.active {
	width: 100.6%;
	box-shadow: 2px 0 0 0 #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.listbox .sublist a {
	padding: 10px 5px;
}
.listbox .view-all a {
	display: inline-block;
	line-height: 32px;
	padding: 0 12px;
}
.poll .buttons input {
	line-height: 32px;
	padding: 0 12px;
}

/* CATEGORY PAGE & PRODUCT GRIDS */

.breadcrumb li * {
	display: inline-block;
	line-height: 32px;
}
.breadcrumb li a,
.breadcrumb li strong {
	padding: 0 4px;
}

.product-selectors > div {
	width: 50%;
	text-align: center;
	margin-right: 0;
}

.item-box {
	width: 49% !important;
	margin: 0 0 2% 2% !important;
}
.item-box:nth-child(2n+1) {
	margin: 0 0 2% !important;
}
.item-box .product-title,
.item-box .title {
	text-align: center;
}
.item-box .details {
	position: static;
	height: 145px;
	box-shadow: none;
	background: none;
	width: 100%;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.item-box .description {
	padding: 0 10px;
	margin: 10px 0;
	height: 45px;
	overflow: hidden;
	line-height: 1.3;
}
.item-box .description a {
	height: auto;
	text-align: justify;
}
.item-box .prices, .item-box .buttons {
	padding:0;
	text-align: center;
}
.item-box .prices {
	margin-bottom: 5px;
}
.item-box .prices > * {
	display:inline-block;
	line-height: 31px;
}
.item-box .old-price {
	margin: 0 5px 0 0;
}
.item-box input[type="button"],
.item-box .buynow-button {
	padding: 10px 20px;
}

.home-page-category-grid .item-box .title,
.sub-category-item .title {
	position: static;
	box-shadow: none;
}
.home-page-category-grid .picture,
.sub-category-item .picture {
	display:none;
}

.pager {
	text-align: center;
}
.pager ul {
	float: none;
}
.pager li {
	float: none;
	display: inline-block;
	margin: 0 5px 10px;
}
.pager li * {
	width: 30px;
	height: 30px;
	line-height: 30px;
}

/* PRODUCT PAGE */

.product-details-page {
	text-align: center;
}
.gallery {
	float: none;
	width: 100%;
	margin: 0 0 20px;
}
.gallery .picture {
	margin: 0 auto;
}
.gallery .picture-thumbs {
	text-align: center;
}
.gallery .picture-thumbs a,
.gallery .picture-thumbs a:nth-child(3n+1) {
	float: none;
	display: inline-block;
	margin: 12px 6px 0;
}
.product-details-page .overview {
	float: none;
	width: auto;
}
.overview .buttons div,
.overview .buttons div:first-child {
	margin: 0 5px;
	display: inline-block;
	float: none;
}
.overview .buttons input,
.variant-overview .add-to-wishlist-button,
.back-in-stock-subscription .subscribe-button,
.download-sample a {
	padding: 7px 12px;
	float: none;
}
.overview .manufacturers a,
.product-review-links > *,
.product-tags-list .tag > * {
	display: inline-block;
	line-height: 32px;
}
.product-review-box {
	display: inline-block;
}
.product-no-reviews,
.product-reviews-overview {
	margin-bottom: 10px;
}
.overview .prices > div,
.variant-overview .prices > div {
	float: none;
	margin-bottom: 5px;
}
.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel,
.product-share-button {
	display: inline-block;
}
.product-share-button {
	min-width: 140px;
}
.overview .qty-label, .variant-overview .qty-label {
	line-height: 42px;
}
.overview .qty-input, .variant-overview .qty-input {
	width: 42px;
	height: 42px;
	padding: 6px;
}
.overview .qty-dropdown, .variant-overview .qty-dropdown{
	height: 42px;
	padding: 6px;
}
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
	height: 42px;
	margin: 0 1px 0 0;
}
.full-description {
	text-align: justify;
}

.product-variant-list {
	overflow: hidden;
}
.product-variant-line {
	margin: 0 0 2% 2%;
	width: 49%;
	float: left;
}
.product-variant-line:nth-child(2n+1) {
	margin: 0 0 2%;
}
.variant-picture {
	float: none;
	margin: 0 auto 15px;
	max-width: 99%;
}
.variant-overview {
	float: none;
	text-align: center;
	width: 100%;
}
.variant-overview .prices {
	display: inline-block;
}
.variant-overview .add-to-cart-panel > * {
	float: none;
	margin-bottom: 10px;
}
.variant-overview .add-to-wishlist-button {
	float: none;
	margin: 0;
}

.product-details-page .item-box .description {
	display: none;
}

.product-tags-list li {
	float: none;
	display: inline-block;
}
.product-tags-list li.separator,
.tags li.separator {
	line-height: 32px;
}

/* QUICK TABS */

.ui-tabs .ui-tabs-nav li {
	margin: 0;
	width: 33.3333333%;
}
.ui-tabs .ui-tabs-nav li a {
	display: block;
	padding: 12px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	text-align: center;
}

/* ATTRIBUTES */

.attributes dl > * {
	display: block;
	float: none;
	margin: 0 auto 10px;
}
.attributes dt {
	width: 140px;
	padding: 8px;
}
.attributes .option-list li > * {
	display: inline-block;
	line-height: 32px;        
}
.rental-attributes input[type="text"]{
	padding: 7px;
	width: 280px;
	max-width: none;
}
.product-variant-line .rental-attributes input[type="text"]{
	width: 140px;
}

/* COLOR SQUARES */

.color-squares li {
	margin: 0 5px 10px;
	display: inline-block;
	float: none;
}
.color-squares li:last-child {
	margin-right: 0;
}
.color-squares label {
	line-height: 28px;
}
.color-squares .color {
	width: 28px;
	height: 28px;
}

/* GIFT CARD */

.giftcard {
	text-align: center;
}
	.giftcard div {
		float: none;
	}
.giftcard label {
	float: none;
	margin-left: 0;
	width: 100%;
	display: block;
}
.giftcard input {
	max-width: 316px;
	width: 100%;
}

/* SEARCH PAGE */

.search-input .inputs {
	text-align: center;
}
.search-input .inputs label {
	width: 100%;
	margin: 0 0 5px;
	text-align: center;
}
.search-input .inputs.reversed label {
	display: inline-block;
	line-height: 33px;
}
.search-input .button-1 {
	padding: 8px 24px;
}
.advanced-search .inputs {
	padding-left: 0;
}
.search-results .item-box {
	width: 32%;
	margin: 0 0 2% 2%;
}
.search-results .item-box:nth-child(3n+1) {
	margin-left: 0;
}

/* MY ACCOUNT PAGE */

#check-availability-button {
	display: block;
	margin: 10px auto 0;
}
#username-availabilty {
	left: 50%;
	bottom: -17px;
	margin-left: -44px;
	font-size: 11px;
}
select#CountryId,
select#StateProvinceId,
select#TimeZoneId {
	margin: 0;
}
.block-account-navigation {
	width: 60% !important;
	margin: 0 auto 20px !important;
	float: none !important;
}
.account-page .inputs > label {
	display: block;
	width: auto;
}
.registration-page .button-1,
.login-page .button-1,
.registration-result-page .button-1,
.password-recovery-page .button-1,
.account-page .button-1,
.account-page .button-2,
.return-request-page .button-1 {
	padding: 8px 24px;
}
.address-list-page .buttons input,
.order-list-page .buttons input {
	padding: 8px 16px;
}
.avatar-page .info {
	margin-top: 10px;
}
.avatar-page .buttons {
	text-align: center;
}
.user-agreement-page {
	text-align:center;
}


/* SHOPPING CART PAGE */

.order-progress li {
	width: 15%;
}
.shopping-cart-page .common-buttons,
.shopping-cart-page .tax-shipping-info {
	text-align: center;
}
.cart-footer {
	text-align: center;
}
.cart-footer .cart-collaterals {
	width: 380px;
	display: block;
	margin: 0 auto;
	float: none;
}
.cart-collaterals > * {
	float: none !important;
}
.shopping-cart-page .button-2, 
.checkout-page .button-2, 
.order-details-page .page-title a {
	padding: 8px 10px;
}
.shopping-cart-page .button-1,
.checkout-page .button-1,
.order-details-page .button-1,
.button-2.order-completed-continue-button {
	padding: 8px 36px;
}
.cart-footer .cart-collaterals > div {
	min-height: 0;
}
.cart-footer .totals,
.cart-footer .deals,
.cart-footer .shipping {
	display: inline-block;
	float: none;
	margin-bottom: 20px;
}
.cart-footer .deals {
	width: 248px;
}
.shipping-options .inputs,
.cart-footer .shipping .inputs label {
	text-align: left;
}
	.cart-footer .deals input[type="text"] {
		height: 32px;
	}
.cart-footer .shipping .inputs [type="text"] {
	width: 240px;
}
.checkout-buttons{
	margin:0 0 10px 0;
}
.shopping-cart-page .addon-buttons {
	margin: 0;
	text-align: center;
	float: none;
	width: auto;
}
.shopping-cart-page .addon-buttons>*{

}

/* CHECKOUT PAGE */

.checkout-page .address-grid {
	padding: 10px 10px 0;
	font-size: 0;
}
.checkout-page .address-item,
.checkout-page .address-item:nth-child(4n+1) {
	float: none;
	display: inline-block;
	border: 1px dotted #ddd;
	width: 49%;
	margin: 0 0 10px 2%;
	text-align: center;
	padding: 10px;
	font-size: 12px;
}
	.checkout-page .address-item:nth-child(2n+1) {
		margin: 0 0 10px;
	}
.checkout-page .address-item input[type="button"] {
	padding: 8px 12px;
	width: auto;
	max-width: 100%;
}
.checkout-page .select-button .button-1 {
	font-size: 13px;
}
.checkout-page .edit-address {
	width: auto;
}
.checkout-page .edit-address .inputs {
	white-space: normal;
}
.checkout-page .edit-address label {
	width: 100%;
}
.edit-address select {
	width: 312px;
}
.shipping-method .method-list li label,
.payment-method .method-list li label {
	display: inline-block;
	line-height: 32px;
}
.order-review-data ul {
	text-align: center;
}
.order-details-page .page-title h1 {
	line-height: 33px;
}

/* EU COOKIE LAW */

[aria-describedby="dialog-eu-cookie-law"] {
	width: 380px !important;
	margin-left: -190px !important;
}
[aria-describedby="dialog-eu-cookie-law"] button {
	padding: 7px 21px;
}
[aria-describedby="dialog-eu-cookie-law"] .ui-dialog-titlebar button,
[aria-describedby="terms-of-service-warning-box"] .ui-dialog-titlebar button {
	padding: 12px;
}

/* LOGIN PAGE */

.login-page .inputs.reversed label,
.login-page .inputs.reversed a {
	display: inline-block;
	line-height: 32px;
	background: rgba(255,255,255,0.8);
	padding: 0 8px;
}

/* REVIEW PAGE */

.write-review .review-rating label {
	width: 100%;
	margin: 0 0 10px;
}
.write-review .review-rating,
.write-review .review-rating label {
	text-align: center;
}
.product-review-helpfulness .vote {
	background: rgba(0,0,0,.05);
	padding: 0 8px;
	line-height: 32px;
	display: inline-block;
}
.write-review .button-1 {
	padding: 8px 24px;
}

/* RETURN REQUEST PAGE */

.return-request-page {
	text-align: center;
}
.return-request-page .inputs label {
	width: 100%;
	line-height: 30px;
	margin: 0;
}

/* WISHLIST PAGE & COMPARE PRODUCTS PAGE */

.compare-products-page .clear-list {
	line-height: 32px;
	top: 5px;
}
.wishlist-content .button-2, 
.compare-products-table .button-2, 
.compare-products-table-mobile .button-2 {
	padding: 7px 14px;
	margin: 0 0 15px;
}
.wishlist-page .share-info a {
	line-height: 32px;
}

/* EMAILaFRIEND PAGE & CONTACT PAGE */

.contact-page .button-1,
.email-a-friend-page .button-1 {
	padding: 8px 24px;
}

/* PASSWORD PROTECTION */

.registration-page .inputs label, 
.login-page .inputs label, 
.password-recovery-page .inputs label {
	width: 100%
}
.enter-password-form input[type="password"] {
	height: 30px;
}

/* SITEMAP */

.sitemap-page a {
	line-height: 32px;
}

/* BLOG & NEWS */

.blog-page .tags,
.blogpost-page .tags {
	padding: 8px 8px 0;
}
.blog-page .tags a,
.blogpost-page .tags a {
	padding: 8px;
	margin-bottom: 8px;
}
.blog-page .tags label,
.blogpost-page .tags label {
	padding: 9px 5px;
}
.year strong {
	width: 100.2%;
	box-shadow: 2px 0 0 0 #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(/Themes/Lighthouse/Content/img/bullet5.png) 12px center no-repeat,
				#bbb url(/Themes/Lighthouse/Content/img/block-pointer.png) no-repeat right center;
}

.news-items .read-more {
	padding: 8px 14px; 
}
.news-item-page .button-1,
.new-comment .button-1 {
	padding: 8px 24px;
}
	
/* FORUM & PROFILE */

.forums-main-page .topic-block,
.forum-topic-page .topic-name {
	text-align: center;
}
.forums-header .current-time {
	float: none;
	margin-bottom: 20px;
	text-align: center;
}
.forum-search-box {
	margin-bottom: 20px;
}
.forum-search-box .advanced {
	text-align: center;
}
.forums-table-section-title {
	text-align: center;
}
.forums-table-section .latest-post {
	min-width: 0;
}
.forum-page .forum-info {
	margin-bottom: 20px;
	text-align: center;
}
.forum-page .actions {
	float: none;
	margin-bottom: 20px;
	text-align: center;
}
.pager.upper {
	display: none;
}
.topic-post .post-time,
.topic-post .post-actions,
.topic-post .manage-post,
.topic-post .quote-post {
	float: none;
}
.topic-post .manage-post,
.topic-post .quote-post {
	margin: 10px 0;
	background: #eee;
	padding: 10px 0;
	overflow: hidden;
}
.topic-post .manage-post a {
	float: none;
	margin: 0 5px;
}
.topic-post .quote-post {
	padding: 10px 15px;
}
.forum-search-page label:first-child,
.forum-edit-page label:first-child,
.private-message-send-page label:first-child {
	display: block;
	width: 100% !important;
}
.forum-edit-page .toolbar,
.private-message-send-page .toolbar {
	margin: 0;
}
.forum-edit-page textarea,
.private-message-send-page textarea {
	width: 460px;
	margin: 0;
}
.forum-edit-page .inputs.reversed {
	padding: 0;
}
.forum-edit-page .inputs.reversed label {
	margin: 0 5px;
}
/**** Vyna Copyright ****/

/* remove in header-menu > ul > li >a text-shadow: 1px 1px #fff !important; */
/* remove in dropdown  li a text-shadow */

/* END 768.css */
}
/*=====================================================
    
    SMALLER MOBILE DEVICES

=====================================================*/

@media all and (max-width: 480px) {

select {
	height: 32px;
	max-width: 100%;
	border-radius: 0;
	padding: 6px;
}

.data-table a {
	display: inline-block;
}

.link-rss {
	display: none;
}

.flyout-cart {
	display: none !important;
}

.master-wrapper-page {
	margin: 0 auto;
}
.master-wrapper-content,
.header-line,
.footer-upper,
.footer-lower,
.bottom .center {
	width: 97%;
}

.master-wrapper-content {
	position: relative;
}

.center-2, .side-2 {
	float: none;
	width: auto;
}

.center-2 {
	margin-bottom: 20px;
}

.side-2:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	font-size: 0;
}

.home-page,
.category-page,
.shopping-cart-page,
.checkout-page,
.registration-page,
.registration-result-page,
.product-reviews-page,
.login-page,
.account-page,
.contact-page,
.email-a-friend-page,
.search-page,
.blog-page,
.blogpost-page,
.news-list-page,
.news-item-page,
.wishlist-page,
.compare-products-page {
	text-align: center;
}

.inputs {
	text-align: center;
	position: relative;
	display: inline-block;
	overflow: visible;
	width: 100%;
	max-width: 300px;
}
.inputs > label {
	width: 100%;
	text-align: center;
	margin: 0 0 8px;
}
.inputs select {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 5px !important;
}
input[type="text"],
input[type="password"] {
	padding: 5px;
	height: 30px;
	line-height: 20px;
}

input[type="text"],
input[type="password"], textarea,
.inputs input[type="text"],
.inputs input[type="password"],
.inputs textarea {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	width: 99% !important;
}
.inputs input[type="text"],
.inputs input[type="password"],
.inputs textarea {
	max-width: 300px;
}
.inputs .required {
	position: absolute;
	top: 22px;
	right: -3%;
}

.topic-block-title h2 {
	font-size: 24px;
}

.admin-header-links {
	position: static;
	height: 32px;
	background: rgba(255,255,255,.75);
	margin-bottom: 1px;
}
.admin-header-links a {
	display: block;
	line-height: 32px;
	text-align: center;
	margin: 0;
}

/* BAR NOTIFICATION */

.bar-notification {
	height: 37px;
	line-height: 37px;
}
.bar-notification .close {
	width: 32px;
	height: 32px;
	margin: 2px 5px;
}
.bar-notification a {
	display: inline-block;
	line-height: 32px;
}
.bar-notification .content {
	font-size: 11px;
}

.eu-cookie-bar-notification {
    width: 300px;
    max-width: 300px;
    margin-left: -150px;
}
/* HEADER */

.header {
	position: relative;
	z-index: 1002;
}
.header-line {
	background: rgba(255,255,255,.75);
	width: 100%;
	padding: 0;
}
.header-links-wrapper {
	text-align: center;
}

.header-logo,
.header-selectors-wrapper,
.search-box {
	float: none;
	text-align: center;
}
.header-logo {
	margin: 0 0 20px;
}
.header-logo a {
	display: inline-block;
	max-width: 95%;
}
.header-logo a img {
	max-width: 95%;
}
.header-selectors-wrapper > div {
	float: none;
	display: block;
	margin: 0 0 15px;
}
.header-selectors-wrapper > div > div {
	display: inline-block;
}

.new_select {
	background: #fff url(/Themes/Lighthouse/Content/img/custom-selector.png) no-repeat 94% center;
	width: 108px !important;
	height: 30px;
}
.new_select > span {
	line-height: 31px;
	padding: 0 34px 0 8px;
	text-align: left;
}
.styleSelect_item {
	top: 28px !important;
}
.styleSelect_item li span {
	line-height: 28px;
}

.language-list a {
	width: 32px;
	height: 32px;
}

.search-box form {
	display: inline-block;
}
.search-box input.search-box-text {
	width: 220px !important;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
	width: 248px !important;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content img {
	display: none;
}

/* HEADER MENU */

.header-menu {
    background: none;
    margin: 0 auto 20px;
	border: 1px solid #bbb;
}
.header-menu > ul,
.header-menu .top-menu {
	display: none;
}
.menu-title {
    display: block !important;
   background: #eeeeee; /* Old browsers */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eeeeee 0%, #dddddd 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(to bottom, #eeeeee 0%, #dddddd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
}
.menu-title span {
	background: url(/Themes/Lighthouse/Content/img/responsive-nav-icon.png) no-repeat 97% center;
	display: block;
	font-size: 200%;
	line-height: 45px;
	padding: 0 0 0 3%;
	cursor: pointer;
	box-shadow: inset 0 1px #fff;
	text-shadow: 1px 1px 0 #fff;
}
.header-menu ul > li {
	display: block;
    position: relative;
}
.header-menu > ul > li > a,
.header-menu > ul > li > span {
	border: 0 !important;
	border-top: 1px solid #bbb !important;
	background: #eeeeee !important; /* Old browsers */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#dddddd)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eeeeee 0%, #dddddd 100%) !important; /* Chrome10+,Safari5.1+ */
    background: linear-gradient(to bottom, #eeeeee 0%, #dddddd 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 ) !important; /* IE6-9 */
	box-shadow: inset 0 1px #fff !important;
/*	text-shadow: 1px 1px #fff !important;  vyna*/
	text-align: left;
}
.header-menu > ul > li:hover a,
.header-menu > ul > li:hover > span {
	color: inherit;
}
.header-menu > ul > li:hover > a:before,
.header-menu > ul > li:hover > span:before {
	display: none;
}
.header-menu > ul .plus-button {
    position: absolute;
    top: 1px;
    right: 0;
	border-left: 1px solid #bbb;
	width: 48px;
	height: 44px;
	background: url(/Themes/Lighthouse/Content/img/responsive-plus.png) no-repeat center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: background .1s ease-in-out;
	-moz-transition: background .1s ease-in-out;
	-o-transition: background .1s ease-in-out;
	transition: background .1s ease-in-out;
}
.header-menu > ul .plus-button.close {
	background: url(/Themes/Lighthouse/Content/img/responsive-minus.png) no-repeat center;
}

.header-menu .sublist-wrap {
	position: static;
	box-shadow: none;
	background: #eee !important;
	padding: 0;
	font-size: 14px;
}
.header-menu .sublist-wrap .sublist-wrap {
	top: 0;
	left: 0;
	box-shadow: none;
	background: #fff !important;
}
.header-menu .sublist li a {
    background: none;
	border: 1px solid #ddd;
	border-bottom: none;
	padding: 13px 0;
}

.dropdown {
	display: none;
}
.dropdown li a {
	display: block;
	padding: 12px 25px 10px;
	font: normal 17px Arial, Helvetica, sans-serif;
/*	text-shadow: 1px 1px #fff; Vyna */
	border-top: 1px solid #aaa !important;
	background: #f6f6f6;
}
	
/* FOOTER */

.footer-upper {
	text-align: center;
}
.footer-block,
.footer-block:first-child {
	width: 80%;
	margin: 0 auto 10px;
	float: none;
}
.footer-block ul {
	padding: 5px 10px;
}
.footer-block li a {
	display: inline-block;
	line-height: 32px;
	padding: 0 14px;
	background: url(/Themes/Lighthouse/Content/img/bullet6.png) left center no-repeat,
				url(/Themes/Lighthouse/Content/img/rtl-bullet6.png) right center no-repeat;
}
.footer-block-first li {
	display: inline-block;
	line-height: 32px;
	padding: 0 0 0 32px;
	min-width: 136px;
}
.footer-lower {
	text-align: center;
}
.footer-lower > * {
	margin: 0 auto 15px;
	float: none;
	text-align: center;
	width: auto;
	display: block;
}
.footer-lower > *:last-child {
	margin-bottom: 0;
}
.accepted-payment-methods li {
	width: 47px;
	float: none;
	display: inline-block;
	margin: 0 1px 5px !important;
}
.social-sharing {
	margin-bottom: 5px;
}
.social-sharing li {
	float: none;
	display: inline-block;
	margin: 0 0 10px 10px;
}
.subscribe-to-newsletter {
	width: 244px;
}
.newsletter-email input[type="text"] {
	width: 210px !important;
}
.bottom {
	line-height: normal;
}
.bottom .center {
	text-align: center;
}
.bottom .center > * {
	float: none;
	width: 100%;
}
.footer-tax-shipping {
	padding: 0;
}
.footer-store-theme {
	padding: 30px 0 !important;
}	

/* SIDEBAR */

.block {
	margin: 0 0 15px;
	width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box;
}
.block:last-child {
	margin: 0;
}

.block .title {
	padding: 0;
	background: url(/Themes/Lighthouse/Content/img/block-pointer.png) no-repeat right center,
				url(/Themes/Lighthouse/Content/img/rtl-block-pointer.png) no-repeat left center, #333;
	text-align: center;
}

.block .title strong {
	display: block;
	padding: 10px;
	cursor: pointer;
}

.block .listbox {
	display: none;
}

.listbox .list > li > a {
	padding: 11px 10px 11px 35px;
}
.listbox .list > li.active > a,
.listbox .list > li > a.active {
	width: 100.5%;
	box-shadow: 2px 0 0 0 #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.listbox .sublist a {
	padding: 10px 5px;
}
.block-popular-blogtags .tags {
	text-align: center;
}
.listbox .tags li {
	float: none;
}
.listbox .tags a {
	line-height: 32px;
}

/* CATEGORY PAGE & PRODUCT GRIDS */

.breadcrumb {
	text-align: center;
}
.breadcrumb ul {
	display: inline-block;
}
.breadcrumb li {
	float: none;
	display: inline-block;
	margin: 0;
}
.breadcrumb li * {
	display: inline-block;
	line-height: 32px;
}
.breadcrumb li span:first-child,
.breadcrumb li strong {
	margin: 0 2px;
}


.category-description {
	display: none;
}
.product-selectors > div {
	width: 100%;
	text-align: center;
	margin: 0;
}
.product-page-size {
	display: none;
}

.item-box {
	margin: 0 0 15px !important;
	text-align: center;
	width: 100% !important;
}
.item-box .details {
	position: static;
	height: 90px;
	box-shadow: none;
	background: none;
	width: 100%;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.item-box .description {
	padding: 0 10px;
	margin: 10px 0;
	height: 45px;
	overflow: hidden;
	line-height: 1.3;
	display: none;
}
.item-box .description a {
	height: auto;
	text-align: justify;
}
.item-box .prices, .item-box .buttons {
	padding:0;
	text-align: center;
}
.item-box .prices {
	margin-bottom: 5px;
}
.item-box .prices > * {
	display:inline-block;
	line-height: 31px;
}
.item-box .old-price {
	margin: 0 5px 0 0;
}
.item-box input[type="button"],
.item-box .buynow-button {
	padding: 10px 20px;
}

.home-page-category-grid .item-box .title,
.sub-category-item .title {
	position: static;
	box-shadow: none;
}
.home-page-category-grid .picture,
.sub-category-item .picture {
	display:none;
}

.pager ul {
	float: none;
}
.pager li {
	float: none;
	display: inline-block;
	margin: 0 5px;
}
.pager li * {
	width: 30px;
	height: 30px;
	line-height: 30px;
}

/* PRODUCT PAGE */

.product-details-page {
	text-align: center;
}
.gallery {
	float: none;
	width: 100%;
	margin: 0 0 20px;
}
.gallery .picture {
	width: 100%;
	max-width: 328px;
	margin: 0 auto;
}
.gallery .picture-thumbs {
	text-align: center;
}
.gallery .picture-thumbs a,
.gallery .picture-thumbs a:nth-child(3n+1) {
	float: none;
	display: inline-block;
	margin: 12px 6px 0;
	width: 85px;
	height: 85px;
}

.product-details-page .overview {
	float: none;
	width: auto;
}
.overview .buttons div {
	float: none;
	margin: 0 0 10px;
}
.overview .buttons input, 
.variant-overview .add-to-wishlist-button, 
.back-in-stock-subscription .subscribe-button, 
.download-sample-button a {
	padding: 7px 12px;
	float: none;
}
.product-review-box {
	display: inline-block;
}
.overview .manufacturers a,
.product-review-links > *,
.product-tags-list .tag > * {
	display: inline-block;
	line-height: 32px;
}
.product-no-reviews,
.product-reviews-overview {
	margin-bottom: 10px;
}
.overview .old-product-price,
.variant-overview .old-product-price,
.overview .product-price,
.variant-overview .product-price {
	float: none;
	margin: 0 0 5px;
}

.overview .prices > div,
.variant-overview .prices > div {
	float: none;
	margin-bottom: 5px;
}
.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
	display: inline-block;
}
.product-share-button {
	display: inline-block;
	width: 138px;
}
.overview .qty-label,
.variant-overview .qty-label {
	line-height: 42px;
}
.overview .qty-input,
.variant-overview .qty-input {
	width: 42px !important;
	height: 42px;
	padding: 6px;
}
.overview .qty-dropdown,
.variant-overview .qty-dropdown{
    height: 42px;
	padding: 6px;
}
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
	height: 42px;
	margin: 0;
}
.full-description {
	text-align: justify;
}

.product-variant-list {
	overflow: hidden;
}
.product-variant-line {
	margin: 0 0 20px;
	width: 100%;
}
.variant-picture {
	float: none;
	margin: 0 auto 15px;
}
.variant-overview {
	float: none;
	text-align: center;
	width: 100%;
}
.variant-overview .prices {
	display: inline-block;
}
.variant-overview .add-to-cart-panel > * {
	float: none;
	margin-bottom: 10px;
}
.variant-overview .add-to-wishlist-button {
	float: none;
	margin: 0;
}

.product-tags-list ul {
	display: inline-block;
}

.product-grid .item-box {
	width: 100%;
	margin: 0 0 15px !important;
}
.product-grid .item-box:last-child {
	margin: 0 !important;
}
.product-details-page .item-box .details {
	height: 90px;
}
.product-details-page .item-box .description {
	display: none;
}

/* QUICK TABS */

.ui-tabs .ui-tabs-nav li {
	float: none;
	margin: 0;
	width: 100%;
}
.ui-tabs .ui-tabs-nav li a {
	display: block;
	padding: 12px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	text-align: center;
}

/* ATTRIBUTES */

.attributes dl > * {
	display: block;
	float: none;
	margin: 0 auto 10px;
}
.attributes dt {
	width: 140px;
	padding: 8px;
}
.attributes .option-list li > * {
	display: inline-block;
	line-height: 32px;        
}
.attributes select {
	max-width: 100%;
}
.rental-attributes input[type="text"]{
    padding: 7px;
    width: 280px !important;
    max-width: none;
}

/* COLOR SQUARES */

.color-squares {
	display: inline-block;
}
.color-squares li {
	margin: 0 5px 10px;
	display: inline-block;
	float: none;
}
.color-squares label {
	line-height: 28px;
}
.color-squares .color {
	width: 28px;
	height: 28px;
}

/* GIFT CARD */

.giftcard {
	text-align: center;
}
.giftcard div {
	float: none;
}
.giftcard label {
	float: none;
	margin-left: 0;
	width: 100%;
	display: block;
}
.giftcard input,
.giftcard textarea {
	max-width: 316px;
}

/* SEARCH PAGE */

.search-input .inputs {
	text-align: center;
}
.search-input .inputs label {
	width: 100%;
	margin: 0 0 5px;
	text-align: center;
}
.basic-search input[type="text"] {
	max-width: 100%;
}
.search-input .inputs.reversed label {
	display: inline-block;
	line-height: 33px;
}
.search-input .button-1 {
	padding: 8px 24px;
}
.advanced-search .inputs {
	padding-left: 0;
}
.advanced-search .price-range {
	width: auto;
	max-width: 300px;
}
.advanced-search .price-range input {
	margin: 3px 0;
}

/* MY ACCOUNT PAGE */

#Username {
	margin-bottom: 5px;
}
#username-availabilty {
	left: 50%;
	bottom: -17px;
	margin-left: -44px;
	font-size: 11px;
}
.account-page .inputs > label {
	display: block;
	width: auto;
}
.address-list-page .info,
.order-list-page .info {
	padding: 15px 15px 60px;
}
.address-list-page .buttons,
.order-list-page .buttons {
	top: inherit;
	bottom: 15px;
	right: inherit;
	left: 0;
	width: 100%;
	margin-bottom: 0;
}
.address-list-page .buttons input,
.order-list-page .buttons input {
	padding: 8px 16px;
}
.registration-page .button-1,
.login-page .button-1,
.registration-result-page .button-1,
.password-recovery-page .button-1,
.account-page .button-1,
.account-page .button-2,
.return-request-page .button-1 {
	padding: 8px 24px;
}

.avatar-page .buttons {
	text-align: center;
	float: none;
}
.avatar-page .buttons > * {
	margin-bottom: 5px;
}
.avatar-page .info {
	margin-top: 20px;
}
.user-agreement-page {
    text-align:center;
}

/* SHOPPING CART PAGE */

.order-progress li {
	width: 32%;
	margin: 0 0 15px;
}
.cart-footer {
	text-align: center;
}
.cart-footer .cart-collaterals {
	width: 380px;
	display: block;
	margin: 0 auto;
	float: none;
}
.cart-collaterals > * {
	float: none !important;
}
.shopping-cart-page .button-2, 
.checkout-page .button-2, 
.order-details-page .page-title a {
	padding: 8px 10px;
}
.cart-options .common-buttons,
.shopping-cart-page .tax-shipping-info {
	text-align: center;
	margin: 0 0 10px;
}
.shopping-cart-page .common-buttons > * {
	margin: 0 0 10px;
}
.shopping-cart-page .button-1,
.checkout-page .button-1,
.order-details-page .button-1,
.button-2.order-completed-continue-button {
	padding: 8px 36px;
}
.cart-footer .cart-collaterals > div {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;        
}
.cart-footer .totals,
.cart-footer .deals,
.cart-footer .shipping {
	display: inline-block;
	float: none;
	margin-bottom: 20px;
}
.cart-footer .totals,
.cart-footer .deals,
.cart-footer .shipping,
.cart-footer .cart-collaterals {
	max-width: 100%;
}
.shipping-options .inputs,
.cart-footer .shipping .inputs label {
	text-align: center;
}
.coupon-code > *,
.giftcard-box > * {
	float: none !important;
}
.cart-footer .deals input[type="text"] {
	height: 32px;
	margin: 0 0 10px;
}
.cart-footer .shipping .inputs [type="text"] {
	width: 240px;
}
.cart-footer .shipping select {
	width: 100% !important;
}
.cart-footer .shipping .button-2 {
	margin: 0;
}

.shopping-cart-page .addon-buttons {
	margin: 0;
	text-align: center;
	float: none;
	width: auto;
}

.checkout-buttons {
    margin: 10px 0;
}
.addon-buttons>*{
    margin:5px 0;
}

/* CHECKOUT PAGE */

.checkout-page .address-grid {
	padding: 10px 10px 0;
	text-align: center;
}
.checkout-page .address-item,
.checkout-page .address-item:nth-child(4n+1) {
	width: 100%;
	margin: 0 0 10px;
	text-align: center;
	border: 1px dotted #ddd;
	padding: 10px;
}
.checkout-page .address-item input[type="button"] {
	padding: 8px 12px;
	width: auto;
	max-width: 100%;
}
.checkout-page .select-button .button-1 {
	font-size: 13px;
}
.checkout-page .edit-address {
	width: auto;
}
.checkout-page .edit-address .inputs {
	white-space: normal;
}
.checkout-page .edit-address label {
	width: 100%;
}
.checkout-page .edit-address .custom-attributes .option-list {
    width: 100%;
}
.checkout-page .edit-address .custom-attributes .option-list label{
    margin: 5px;
}
.edit-address select {
	width: 300px;
}
.shipping-method .method-list li label,
.payment-method .method-list li label {
	display: inline-block;
	line-height: 32px;
}
.order-review-data ul {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
}
.order-review-data ul:first-child {
	margin-bottom: 10px;
}
.order-details-page {
	text-align: center;
}
.order-details-page .page-title {
	overflow: visible;
	position: relative;
	margin-bottom: 55px;
}
.order-details-page .page-title h1 {
	float: none;
}
.button-2.print-order-button,
.button-2.pdf-order-button {
	position: absolute;
	bottom: -45px;
}
.button-2.print-order-button {
	left: 62%;
	margin: 0 0 0 -22px !important;
}
.button-2.pdf-order-button {
	right: 62%;
	margin: 0 -40px 0 0 !important;
}
.order-details-page .actions {
	text-align: center;
}
.order-details-page .total-info {
	float: none;
}
.order-details-area table,
.order-details-area tbody,
.order-details-area tr,
.order-details-area td {
	display:block;
}
.order-details-area td {
	margin-bottom: 10px;
}
.order-details-page .cart-total-left,
.order-details-page .cart-total-right {
	width: 50%;
}
.order-details-page .cart-total-left {
	text-align: right;
}
.order-details-page .cart-total-right {
	text-align: left;
}

.shipment-details-page {
	text-align: center;
}
.shipment-overview ul {
	width: 100%;
	margin: 0 0 15px;
	min-height: 0;
	text-align: center;
}

.opc .step-title * {
	float: none;
	display: inline-block;
	vertical-align: middle;
}
.opc .buttons {
	text-align:center;
}
.opc #checkout-step-confirm-order .buttons {
	text-align: center;
}

/* EU COOKIE LAW & TERMS OF SERVICE */

[aria-describedby="dialog-eu-cookie-law"],
[aria-describedby="terms-of-service-warning-box"] {
	width: 100% !important;
	left: 0 !important;
	margin-left: 0 !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
[aria-describedby="dialog-eu-cookie-law"] button {
	padding: 7px 21px;
}
[aria-describedby="dialog-eu-cookie-law"] .ui-dialog-titlebar button,
[aria-describedby="terms-of-service-warning-box"] .ui-dialog-titlebar button {
	padding: 12px;
}

/* LOGIN PAGE + PASSWORD RECOVERY */

.login-page .inputs.reversed label,
.login-page .inputs.reversed a {
	display: inline-block;
	line-height: 32px;
	background: rgba(255,255,255,0.8);
	padding: 0 8px;
}
.login-page .inputs.reversed label {
	margin: 0 0 10px;
}
.login-page .inputs.reversed span {
	display: block;
}

.password-recovery-page {
	text-align: center;
}

/* REGISTRATION PAGE */

.forcheckbox {
	margin: 0 10px 0 0;
}

/* REVIEW PAGE */

.write-review .review-rating label {
	width: 100%;
	margin: 0 0 10px;
}
.write-review .review-rating,
.write-review .review-rating label {
	text-align: center;
}
.write-review .review-rating ul {
	width: 100%
}
.product-review-item .review-title,
.product-review-item .product-review-box {
	float: none;
}
.product-review-item .review-title {
	margin: 0 0 5px;
}
.product-review-helpfulness .vote {
	background: rgba(0,0,0,.05);
	padding: 0 8px;
	line-height: 32px;
	display: inline-block;
}
.write-review .button-1 {
	padding: 8px 24px;
}

/* RETURN REQUEST PAGE */

.return-request-page {
	text-align: center;
}
.return-request-page .inputs label {
	width: 100%;
	line-height: 30px;
	margin: 0;
}
.return-request-page .inputs select {
	width: 100%;
}

/* WISHLIST PAGE & COMPARE PAGE */

.wishlist-content .button-2,
.compare-products-table .button-2 {
	padding: 7px 14px;
}
.wishlist-page .share-info a {
	line-height: 32px;
}
.wishlist-page .common-buttons {
	text-align: center;
}
.wishlist-page .common-buttons > * {
	margin: 0 0 3px;
}
.compare-products-page .page-title {
	margin-bottom: 45px;
}
.compare-products-page .page-body {
	position: relative;
}
.compare-products-page .clear-list {
	top: -30px;
	right: 50%;
	margin-right: -25px;
	font-size: 14px;
}

/* EMAILaFRIEND PAGE & CONTACT PAGE */

.contact-page .input-box,
.email-a-friend-page .input-box {
	width: 100%;
}
.contact-page .button-1,
.email-a-friend-page .button-1 {
	padding: 8px 24px;
}

/* PASSWORD PROTECTION */

.enter-password-form > *,
.enter-password-form input[type="submit"] {
	float: none !important;
}
.enter-password-form input[type="password"] {
	height: 30px;
	margin: 0 5px 5px 0;
	width: 100%;
	max-width: 250px;
}
.registration-page .inputs label,
.login-page .inputs label,
.password-recovery-page .inputs label {
	width: 100%;
}

/* SITEMAP */

.sitemap-page a {
	line-height: 32px;
}

/* BLOG & NEWS */

.blog-page .post,
.news-items .news-item {
	margin-bottom: 15px;
	padding: 0;
	border: 1px solid #ddd;
	position: relative;
}

.post-head, .news-head {
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
	position: relative;
}
.post-title, .news-title {
	float: none;
	display: block;
	font-size: 16px;
	padding: 15px 15px 5px 15px;
}
.post-head ~ *,
.news-head ~ * {
	display: none;
}
.post-date, .news-date {
	float: none;
}
.news-items .read-more {
	display: inline-block;
	float: none;
	margin: 10px 0;
	padding: 8px 14px;
}
.news-item-page .button-1,
.new-comment .button-1 {
	padding: 8px 24px;
}

.blog-posts .post-title {
	padding: 15px 15px 50px 15px;
}
.blog-posts .post-date {
	position: absolute;
	bottom: 10px;
	right: 25px;
}
.blog-page .tags,
.blogpost-page .tags {
	padding: 8px 8px 0;
	text-align: center;
}
.product-tags-list li, .tags li{
	float: none;
	display: inline-block;
}
.blog-page .tags a,
.blogpost-page .tags a {
	padding: 8px;
	margin-bottom: 8px;
}
.blog-page .tags label,
.blogpost-page .tags label {
	padding: 0 0 6px;
	width: 100%;
	text-align: center;
	margin: 0 0 8px;
	border-bottom: 1px dashed #ddd;
}
.blog-details a {
	line-height: 32px;
	display: inline-block;
}
.year strong {
	width: 100.5%;
	box-shadow: 2px 0 0 0 #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(/Themes/Lighthouse/Content/img/bullet5.png) 12px center no-repeat,
				#bbb url(/Themes/Lighthouse/Content/img/block-pointer.png) no-repeat right center;
}
.home-page-polls .title strong {
    float: left;
}

/* FORUM & PROFILE */

.forums-main-page .topic-block,
.forum-topic-page .topic-name {
	text-align: center;
}
.forums-header .current-time {
	float: none;
	margin-bottom: 20px;
	text-align: center;
}
.forum-search-box {
	margin-bottom: 20px;
}
.forum-search-box .advanced {
	text-align: center;
}
.forums-table-section-title {
	text-align: center;
}
.forums-table-section .latest-post {
	min-width: 0;
}
.forum-page .forum-info {
	margin-bottom: 20px;
	text-align: center;
}
.forum-page .actions {
	float: none;
	margin-bottom: 20px;
	text-align: center;
}
.pager.upper {
	display: none;
}
.topic-post .post-info,
.topic-post .post-content {
	float: none;
	margin: 0;
}
.topic-post .post-body {
	display: block;
}
.forum-edit-page .inputs,
.move-topic-page .inputs,
.private-messages .inputs {
	max-width: none;
}
.forum-search-page label:first-child,
.forum-edit-page label:first-child,
.private-message-send-page label:first-child {
	display: block;
	width: 100% !important;
}
.forum-edit-page .toolbar,
.private-message-send-page .toolbar {
	margin: 0;
}
.forum-edit-page textarea,
.private-message-send-page textarea {
	width: 460px;
	margin: 0;
}
.forum-edit-page .inputs.reversed {
	padding: 0;
}
.forum-edit-page .inputs.reversed label {
	margin: 0 5px;
}
.back-pm-button {
	display: none;
}
/**** Vyna Copyright ****/

.header-menu {
width: 80%;
}

.menu-title span {
font-size: 150%;
line-height: 40px;
}

/* END 480.css */
}
}
/*===== DESKTOP =====*/

.cart, .data-table,
.compare-products-table,
.forums-table-section table {
	margin-bottom: 20px;
    width: 99.8% !important;
}
.cart th, .data-table th,
.forums-table-section th {
	background: #333;
	padding: 8px 10px;
	white-space: nowrap;
	color: #eee;
}
.cart td, .data-table td,
.compare-products-table td,
.forums-table-section td {
	border: 1px solid #ddd;
	/*border-top: none;*/
	background: #fff;
	padding: 10px;
}
    .cart tr > *:first-child,
    .data-table tr > *:first-child,
    .compare-products-table tr > *:first-child,
    .forums-table-section tr > *:first-child {
        text-align: center !important;
    }
.cart a, .data-table a,
.forums-table-section a {
	font-weight: bold;
	color: #333;
}
.cart a:hover, .data-table a:hover,
.forums-table-section a:hover {
	color: #000;
	text-decoration: underline;
}
.cart .remove-from-cart,
.cart .add-to-cart {
	text-align: center;
}
.cart .quantity input {
	width: 50px;
}
.cart .unit-price {
    white-space: nowrap;
}
.cart td.subtotal {
	color: #c00;
    white-space: nowrap;
}
.cart a img{
    max-width: none;
}

.checkout-page .cart th:nth-child(2) {
	text-align: left;
}

.order-details-page .data-table th {
	text-align: left;
}
.order-details-page .data-table a {
	font-style: normal;
}

.order-notes .data-table th, .order-notes .data-table td {
    text-align: left !important;
}

/* PRODUCT SPECS BOX */

.product-specs-box .data-table td {
	padding: 5px;
}
.product-specs-box .data-table td:first-child {
	width: 150px;
}
.product-specs-box .data-table .odd td {
	background: #f6f6f6;
}

/* DOWNLOADABLE, BACKinSTOCK, FORUMSUBS */

.downloadable-products-page .data-table *,
.back-in-stock-subscription-list-page .data-table * {
	text-align: center;
}
.downloadable-products-page .data-table .product,
.back-in-stock-subscription-list-page .data-table .product,
.forum-subscriptions-page .data-table th:nth-child(2n) {
	text-align: left !important;
}

/* COMPARE PRODUCTS */

    .compare-products-table .overview p:first-child {
	    margin-bottom: 10px;
    }
    .compare-products-table .overview p:last-child {
	    position: relative;
	    max-width: 200px;
	    height: 200px;
	    margin: 0 auto;
	    overflow: hidden;
    }
    .compare-products-table .overview img {
	    position: absolute;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    left: 0;
	    max-width: 100%;
	    max-height: 100%;
	    margin: auto;
    }
    .compare-products-table .product-name td {
	    background: #f6f6f6;
    }
    .compare-products-table .product-price td {
	    color: #c00;
    }
    .compare-products-table .product-price td:first-child {
	    color: #666;
    }
    .compare-products-table a {
	    font-weight: bold;
	    color: #333;
    }
    .compare-products-table a:hover {
	    color: #000;
	    text-decoration: underline;
    }



@media all and (min-width: 981px) {

    .compare-products-table-mobile {
	    display: none;
    }

}

@media all and (max-width: 980px) {

    .compare-products-table {
	    display: none;
    }

}


/*==== RESPONSIVE ====*/

    .go-to-page {
        display: inline-block !important;
        padding: 6px 0;
        min-width: 93px;
    }

    /* footable custom css */

    .footable label{
        display: none;
    }
    .footable-row-detail {
        text-align: left;
    }
    .footable-first-column {
    }
        .footable-first-column .item-count {
            font-size: 13px !important;
        }
     div.footable-row-detail-row {
        display: table-row;
    }
    div.footable-row-detail-name {
        padding: 5px 15px 10px 0;
        display: table-cell;
    }
    div.footable-row-detail-value {
        display: table-cell;
    }
    .footable-row-detail-cell {
        text-align: left !important;
    }
    .footable-row-detail-inner * {
        text-align: left !important;
    }
    table.footable.breakpoint > tbody > tr > td > span.footable-toggle {
        min-width: 16px;
        height: 16px;
        padding-right: 0;
        overflow: hidden;
        display: block;
    }

/* toggle style change */

    .footable-toggle {
        background: url(/Themes/Lighthouse/Content/img/table-plus.png) no-repeat center;
    }
        .footable-detail-show .footable-toggle {
            background: url(/Themes/Lighthouse/Content/img/table-minus.png) no-repeat center;
        }
    .footable-toggle:before {
        display: none !important;
    }



/* hidding item counter in different tables */

    .compare-products-table-mobile .item-count {
        display: none;
    }

@media all and (max-width: 906px) {

    .order-summary-content .cart .item-count,
    .wishlist-page .cart .item-count {
        display: none;
    }

}

@media all and (min-width: 769px) and (max-width: 967px), 
       screen and (max-width: 648px) {

    .downloadable-products-page .data-table .item-count {
        display: none;
    }

}

@media all and (max-width: 648px) {

    .return-request-page .data-table .item-count {
        display: none;
    }

}

@media all and (max-width: 658px) {

    .section.products .data-table .item-count {
        display: none;
    }

}

@media all and (max-width: 917px) {

    .section.shipments .data-table .item-count {
        display: none;
    }

}

@media all and (min-width: 769px) and (max-width: 823px),
       screen and (max-width: 553px) {

    .reward-points-history .data-table .item-count {
	    display: none;
    }

}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

span.search-box-text {
	float: left;
	background: #fff;
}
input.instant-search-busy {
	background: url(/Plugins/SevenSpikes.Nop.Plugins.InstantSearch/images/ajax-loader-small.gif) no-repeat 312px center !important;
}
input.search-box-text.narrow {
	/* vyna ipv 236px*/
	width: 300px !important;
}
input.instant-search-busy.narrow {
	background-position: 214px center !important;
}

/* AUTOCOMPLETE */

.instantSearch {
	width: 334px !important;
	height: auto !important;
    background: #fff !important;
    border: 1px solid #999;
    border-top: none;
}
.instantSearch .k-list-container {
	position: static !important;
	width: auto !important;
}
.instantSearch .k-list {
    height: 100%;
}
.instantSearch.resize {
	width: 353px !important;
}
.instantSearch .k-item {
	border-top: 1px solid #ccc;
}
.instantSearch .k-item:first-child {
	border-top: 0;
}
.instant-search-item {
	border: 1px solid #fff;
	overflow: hidden;
	background: #fff;
	padding: 5px 8px;
}
.instant-search-item .img-block {
	position: relative;
	float: left;
	border: 1px solid transparent;
	overflow: hidden;
	width: 60px;
	height: 60px;
	background-color: #fff;
	text-align: center;
}
.instant-search-item .img-block img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.instant-search-item .detail {
	margin-left: 70px;
	min-height: 60px;
}
.instant-search-item .detail .title {
	margin-bottom: 5px;
	color: #333;
	font-size: 12px;
}
.instant-search-item .detail .price {
	font-weight: bold;
	color: #000;
}
.instant-search-item .detail .sku {
    margin: 0 0 5px;
}
.k-item.k-state-hover .instant-search-item, 
.k-item.k-state-focused .instant-search-item {
	background: #eee;
	cursor: pointer;
}
.k-item.k-state-hover .instant-search-item .img-block, 
.k-item.k-state-focused .instant-search-item .img-block {
	border-color: #ddd;
}

.search-box-select {
	float: left;
	width: 120px;
    height: 32px;
    margin: 0 0 0 -1px;
    padding: 6px;
}

.search-box-select {
        position:absolute;
        top:0;
        right:32px;
    }
/*=====================================================
    
    TABLETS LANDSCAPE & NETBOOKS

=====================================================*/

@media all and (max-width: 990px) and (min-width: 769px) {

    .instantSearch {
        width: 280px !important;
    }

}

/*=====================================================
    
    TABLETS PORTRAIT & SMARTPHONES LANDSCAPE

=====================================================*/

@media all and (max-width: 768px) and (min-width: 481px) {

    .instantSearch {
        width: 350px !important;
    }
	.instantSearch.resize {
		width: 385px !important;
	}
    input.instant-search-busy.narrow {
	background-position: 214px center !important;
}

}



/*=====================================================
    
    SMALLER MOBILE DEVICES

=====================================================*/

@media all and (max-width: 480px) {

    input.search-box-text.narrow {
		width: 198px !important;
	}
	input.instant-search-busy.narrow {
		background-position: 176px center !important;
	}
	.search-box-select {
		width: 35px;
	}
	.instantSearch {
        width: 250px !important;
    }
	.instantSearch.resize {
		width: 262px !important;
	}
	.instantSearch .img-block {
		display: none;
	}
	.instantSearch .detail {
		margin: 0;
	}
    .instant-search-item .detail .title {
        font-size: 14px;
    }
    .instant-search-item .detail .price {
        font-size: 12px;
    }

}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.back-button {
    display: none !important;
}
.mega-menu-responsive, 
.menu-title {
    display: none;
}

@media all and (min-width: 981px) {
    /* stops the opened mega-menu-responsive when resizing from narrow to wide */
    .mega-menu-responsive {
        display: none !important;
    }
}

/* MAIN PANEL & DROPDOWN*/

.mega-menu {
	position: relative;
	z-index: 1001;
    display: table-row;
}
.mega-menu .dropdown {
    display: none;
    position: absolute;
    top: 42px;
    border-top: 1px solid #aaa;
    box-shadow: 0 1px 5px rgba(0,0,0,0.15), inset 0 0 0 1px #ddd;
    overflow: hidden;
    background: #fff;
    padding: 10px;
}
.mega-menu .dropdown.fullWidth {
	left: 0;
	width: 940px;
}
    .mega-menu .dropdown.active {
        display: block;
    }

/* ROWS AND BOXES */

.mega-menu .row {
	overflow: hidden;
	width: 100%;
	border-spacing: 10px 5px;
}
.mega-menu .box {
	float: left;
	padding: 0 5px 10px;
	vertical-align: top;
    width: 225px;
}
.mega-menu .title {
    display: block;
    margin-bottom: 12px;
    border-bottom: 1px solid #999;
    padding: 8px 8px 8px 4px;
    font-size: 13px;
    text-transform: uppercase;
    color: #333;
}
.mega-menu .title a {
	font-weight: bold;
	color: #333;
}
.mega-menu .title a:hover {
	color: #555;
}
.mega-menu .categories .picture {
	float: left;
	width: 90px;
	height: 90px;
	overflow: hidden;
	text-align: center;
}
.mega-menu .categories .picture a {
	display: block;
}
.mega-menu .subcategories {
	margin-left: 100px;
}
.mega-menu .box ul {
    padding: 0 0 0 8px;
}
.mega-menu .box li {
	margin-top: 10px;
}
.mega-menu .box .subcategories li:first-child {
	margin-top: -2px;
}
.mega-menu .box li a {
	background: url(/Plugins/SevenSpikes.Nop.Plugins.MegaMenu/Themes/Lighthouse/Content/images/arrow.png) left center no-repeat;
	padding-left: 12px;
	color: #333;
}
.mega-menu .box li a:hover {
	text-decoration: underline;
}
.mega-menu li a.view-all {
	font-weight: bold;
    background: none;
}

.manufacturers.fullWidth .box,
.vendors.fullWidth .box {
    width: 16.66666666666667%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mega-menu .topic-wrapper {
	overflow: hidden;
}
.mega-menu .topic-wrapper p {
	font-size: 11px;
	line-height: 20px;
}
.mega-menu .topic-wrapper strong {
	display: block;
	border-bottom: 1px solid #999;
	padding: 8px 0;
	font-size: 14px;
	text-transform: uppercase;
	color: #333;
}



/*=====================================================
    
    TABLETS LANDSCAPE & NETBOOKS

=====================================================*/

@media all and (max-width: 990px) and (min-width: 769px) {

    .mega-menu {
        display: none !important;
    }

}



/*=====================================================
    
    TABLETS PORTRAIT & SMARTPHONES LANDSCAPE

=====================================================*/

@media all and (max-width: 768px) and (min-width: 481px) {

    .mega-menu {
        display: none;
    }

}



/*=====================================================
    
    SMALLER MOBILE DEVICES

=====================================================*/

@media all and (max-width: 480px) {

    .mega-menu {
        display: none;
    }

}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.productQuantityTextBox {
    float: left;
    width: 20px;
    text-align: center;
    font-size: 16px;
}

.ajaxCart {
    position: absolute;
    z-index: 1070;
    padding: 1px !important;
    background: #fff;
    box-shadow: 0 1px 3px #666;
}
.ajaxCart li {
	list-style: none;
}

.ajaxCart .k-window-titlebar.k-header {
	margin: 0 !important;
	padding: 10px;
	border-bottom: 1px solid #999;
	background: #bbb url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Styles/images/button1.png) top repeat-x;
}

.ajaxCart .k-window-titlebar.k-header .k-window-actions {
	position: absolute;
	top: 9px;
	right: 10px;
	font-size: 0;
	z-index: 1;
}

.ajaxCart .k-window-titlebar.k-header .k-window-actions a {
	display: block;
	width: 16px;
	height: 16px;
	border: 1px solid #ccc;
	background: #333 url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Styles/images/button-close-hover.png) center no-repeat;
	box-shadow: 0 0 1px #999 inset;
	font-size: 0;
}

.ajaxCart .k-window-titlebar.k-header .k-window-actions a:hover {
	background: #fff url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Styles/images/button-close.png) center no-repeat;
}

.productAddedToCartWindow, .miniProductDetailsView {
    padding: 15px 10px;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Styles/images/separator.png) 0 -1px repeat-x;
    color: #555;
    line-height: 18px;
}

/* PRODUCT ADDED TO CART WINDOW */

.productAddedToCartWindowTitle {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 12px;
    text-transform: none;
    text-shadow: 1px 1px 0 #eee;
}

.productAddedToCartWindowImage {
    float: left;
    overflow: hidden;
    margin: 0 15px 15px 0;
    width: 120px;
    text-align: center;
}

.productAddedToCartWindowImage a {
	display: block;
	overflow: hidden;
	line-height: 0;
}
.productAddedToCartWindowImage img {
	max-width: 100%;
}

.productAddedToCartWindowDescription {
    float: left;
    margin-bottom: 15px;
    width: 200px;
}

.productAddedToCartWindowDescription h1 {
	margin: 0 0 10px;
	color: #333;
	text-transform: none;
	font-weight: bold;
	font-size: 12px;
}

.productAddedToCartWindowDescription h1 a {
	color: #333;
}

.productAddedToCartWindowDescription strong {
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
}

.productAddedToCartWindowDescription span {
	display: block;
	margin-bottom: 3px;
	color: #666;
}

.productAddedToCartWindowSummary {
    clear: both;
    padding: 10px;
    border-top: 1px dotted #ccc;
    text-align: center;
}

.productAddedToCartWindowSummary a {
	display: block;
	font-size: 14px;
	text-transform: none;
}

.productAddedToCartWindowSummary div {
	margin-top: 10px;
}

.ajaxCart .addProductToCartErrors {
    padding: 10px;
}

/* MINI PRODUCT DETAILS VIEW */

.miniProductDetailsView:focus,
.productAddedToCartWindow:focus {
    outline: -webkit-focus-ring-color auto 0;
}

.miniProductDetailsView {
    background-color: #f6f6f6;
}

.miniProductDetailsView h1 {
	margin-bottom: 10px;
	color: #333;
	text-transform: none;
	font-weight: bold;
	font-size: 12px;
	text-shadow: 1px 1px 0 #eee;
}

.miniProductDetailsView .product-name {
	position: absolute;
	top: 9px;
	left: 15px;
	width: 260px;
	height: 17px;
	overflow: hidden;
}

.miniProductDetailsView .product-essential {
	margin: 0;
	overflow: hidden;
}

.miniProductDetailsView .short-description {
	margin-bottom: 10px;
	padding-top: 0;
	border-top: none;
	width: 250px;
}

.miniProductDetailsView .product-essential .gallery {
	margin: 0 20px 0 0;
	width: auto !important;
	float: left;
	overflow: hidden;
}

.miniProductDetailsView .product-essential .picture {
	overflow: hidden;
	width: auto !important;
	height: auto !important;
	line-height: normal !important;
}

.miniProductDetailsView .product-essential .picture img {
	z-index: 0 !important;
}

.miniProductDetailsView .product-variant-line {
	margin: 0;
}

.miniProductDetailsView .prices {
	margin-bottom: 10px;
}

.miniProductDetailsView .customer-entered-price {
	margin-bottom: 10px;
}

.miniProductDetailsView .enter-price-input {
	padding: 4px;
	width: 69px;
}

.miniProductDetailsView .giftcard {
	padding: 10px 15px;
	background: #fff;
	margin: 0;
}
.miniProductDetailsView .product-collateral {
	margin-top: 10px;
}

.miniProductDetailsView .message-error {
	display: block;
	float: right;
	clear: both;
	margin: 10px 0 0 0;
	color: #c00;
	font-weight: bold;
	font-size: 14px;
}

.miniProductDetailsView .message-error li {
	margin: 5px 0;
}

/* AJAX LOADER & ERRORS */

.k-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    /*filter: alpha(opacity=50);*/
}

.nopAjaxCartPanelAjaxBusy,
.miniProductDetailsPanelAjaxBusy {
    position: absolute;
    z-index: 1070;
    width: auto;
    height: auto;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Styles/images/loader.gif) no-repeat fixed 50% 50%;
    opacity: 0.7;
    /*filter: Alpha(opacity = 70);*/
}

.addProductVariantToCartErrors {
    color: #c00;
}
.addProductVariantToCartErrors ul {
	margin: 20px;
}
.addProductVariantToCartErrors li {
    margin: 0 0 10px 0;
}

.productAddedToCartWindow, .miniProductDetailsView {
    color: #333;
}

/*** QUANTITY BOX & BUY BUTTON ***/


.ajax-cart-button-wrapper {
    display: inline-block;
}
.item-box .ajax-cart-button-wrapper input[type="text"],
.item-box .ajax-cart-button-wrapper select {
    height: 32px;
    width: 34px;
    margin-right: 1px;
    border-color: #666;
    background: #fff;
    padding: 0 8px;
    font: normal 13px/30px Arial, Helvetica, sans-serif;
    color: #000;
}
.item-box .ajax-cart-button-wrapper select{
    width: auto;
    vertical-align: top;
}
.item-box .ajax-cart-button-wrapper input[type="text"]:focus {
	border-color: #333;
	background: #fff;
}
.item-box .ajax-cart-button-wrapper input[type="button"] {
	height: 32px; /*equalize height*/
}


/*** SINGLE PRODUCT WINDOW ***/

.ajaxCart .product-essential .gallery .picture:before {
    display: none;
}

.productAddedToCartWindowDescription h1 a:hover {
	color: #000;
}
.productAddedToCartWindowDescription strong {
	color: #c00;
}
.productAddedToCartWindowSummary a {
	color: #000;
}
.productAddedToCartWindowSummary a:hover {
	text-decoration: underline;
}
.productAddedToCartWindowCheckout {
    border: 1px solid #000;
    background: #333;
	padding: 6px 24px;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
}
.productAddedToCartWindowCheckout:hover {
	border-color: #111;
	background: #555;
}
.ajaxCart .rental-attributes input[type="text"]{
    padding: 4px;
}

/*** GROPED PRODUCTS WINDOW ***/



.miniProductDetailsView .product-essential {
	border: 1px solid #ccc;
	background: #fff;
	padding: 15px;
}
.miniProductDetailsView .product-name {
    top: 10px;
}
.miniProductDetailsView .gallery {
	display: block; /*Cloud Zoom css override*/
    max-width: 300px;
    font-size: 0;
}
.miniProductDetailsView .picture img {
	position: static;
}
.miniProductDetailsView .attributes {
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.miniProductDetailsView .attributes select {
	padding: 4px;
}
.miniProductDetailsView .prices {
	margin-bottom: 10px;
}
.miniProductDetailsView .add-to-cart {
    margin: 0 !important;
}
.miniProductDetailsView .add-to-cart > * {
    float: left;
}
.miniProductDetailsView .add-to-cart > .min-qty-notification {
    float: none;
}
.miniProductDetailsView .qty-input,
.miniProductDetailsView .qty-dropdown {
    margin: 0 5px;
	font-family: Arial, Helvetica, sans-serif;
}

/* RELATED AND CROSS SELL */

.ajaxCart .product-grid {
	padding: 0 5px;
    margin: 10px 0 0;
    overflow: hidden;
    background: #eee;
    width: 390px;
}
.ajaxCart .product-grid .title {
	font-size: 18px;
    display: block;
    margin: 0;
    padding: 10px;
    text-align: center;
}
.ajaxCart .product-grid .item-box {
    width: 120px;
    margin: 0 5px 10px;
}
.ajaxCart .product-grid .item-box .product-title {
    padding: 2px 5px;
    height: 32px;
}
    .ajaxCart .product-grid .item-box .product-title a {
        font-size: 12px;
        display: block;
        line-height: 1.2;
        padding: 0;
        height: 28px;
        overflow: hidden;
    }
.ajaxCart .product-grid .item-box .picture,
.ajaxCart .product-grid .item-box .picture a {
	width: 120px;
	height: 120px;
    display: block;
    margin: 0 auto;
    border: none;
    overflow: hidden;
    line-height: 0;
}



.ajaxCart .item-box:hover .details {
    bottom: -191px !important;
}

.ajaxCart .item-box .quick-view-button,
.ajaxCart .item-box .buttonOverlay {
	display: none !important; /*hides overlay panel*/
}


/********* START BUTTON *********/



.quick-view-button {
    position: absolute;
	z-index: 2;
}
.quick-view-button a {
    display: block;
	padding: 6px 12px;
    text-align: center;
    text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	text-transform: none;
	color: inherit;
    cursor: pointer;
}
.quickViewData {
    display: none;
}


/********* SCREEN OVERLAY & DATA LOADER *********/



.k-overlay {
  position: fixed;
  z-index: 1060;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  /*filter: alpha(opacity=50);*/
}
.quickView .k-loading-mask {
	position: absolute;
	top: 0;
	left: 0;
}
.quickView .k-loading-image {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-top: -15px;
	background: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Styles/images/loading-image.gif) center no-repeat;
}


/********** MAIN QUICKVIEW WINDOW *********/



.quickView {
    position: absolute;
    z-index: 1070;
    padding-top: 0 !important;
    box-shadow: 0 0 15px #444;
    background: #fff;  
}
.quickViewWindow {
    z-index: 100; /*check if z-index is necessary*/
    width: 700px;
}
.quickViewWindow input[type=button],
.quickViewWindow a {
    cursor: pointer;
}
/*close button start*/
.quickView .k-window-titlebar.k-header {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 0 !important;
	background: none !important;
}
.quickView .k-window-titlebar.k-header .k-window-actions {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-indent: 9999px;
}
.quickView .k-window-titlebar.k-header .k-window-actions a {
	display: block;
	width: 18px;
	height: 18px;
	border: 1px solid #999;
	background: #ccc url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Styles/images/button-close.png) center no-repeat;
}
.quickView .k-window-titlebar.k-header .k-window-actions a:hover {
	border-color: #aaa;
	background-color: #fff;
} /*close button end*/

.quickViewWindow .product-essential {
	float: none;
	width: auto;
	border: 0;
    margin: 0;
    overflow: visible;
	padding: 15px;
}
.quickViewWindow .product-essential:after {
	content: ".";
    display: block;
    clear: both;
    height: 0;
	font-size: 0;
    line-height: 0;
	visibility: hidden;
}
.quickViewWindow .popup-header {
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
	background: #eee;
	padding: 0 40px;
}
.quickViewWindow .product-name {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	text-shadow: 1px 1px 0 #fff;
}


/********** GALLERY *********/



.quickViewWindow .gallery {
	float: left;
    width: 252px;
	margin-bottom: 0;
    overflow: visible;
}
.quickViewWindow .gallery .picture {
	float: none;
    width: 250px;
	border: 1px solid #fff;
	box-shadow: 0 1px 3px 0 #ccc;
	background: #fff;
	line-height: 0;
}
.quickViewWindow .gallery .picture a {
	width: 250px;
	height: 250px;
	border: none;
	overflow: hidden;
}
.quickViewWindow .gallery .picture img,
.quickViewWindow .related-products-grid .picture img, 
.quickViewWindow .also-purchased-products-grid .picture img {
	z-index: 0 !important;
}
.quickViewWindow .gallery .thumbnails {
    overflow: hidden;
    margin-top: 15px;
	background: #eee;
    padding: 10px 6px 2px;
}
.quickViewWindow .gallery .thumbnails a,
.quickViewWindow .gallery .thumbnails > img {
	float: left;
	width: 70px;
	height: 70px;
	margin: 0 4px 8px;
	border: 1px solid #fff;
	box-shadow: 0 1px 3px 0 #ccc;
	overflow: hidden;
	background: #fff;
    position: relative;
}
.quickViewWindow .gallery .thumbnails img {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
} 
.quickViewWindow .gallery .thumbnails a img:hover {
	opacity: 0.7; /*cloud zoom only*/
}
.quickViewWindow .links-panel {
    margin-top: 15px;
	padding: 10px 0;
}
.quickViewWindow .links-panel a {
    display: block;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Styles/images/bullet-right.png) left center no-repeat;
	padding-left: 15px;
    text-align: left;
    font-size: 14px;
	text-transform: none;
	color: #333;
}
.quickViewWindow .links-panel a:hover {
    text-decoration: underline;
}


/********** OVERVIEW *********/



.quickViewWindow .overview {
    float: right;
    width: 400px;
	margin-bottom: 0;
}
.quickViewWindow #accordion > h3 {
	position: relative;
    margin: 0;
	border: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
	box-shadow: 0 1px 3px #ccc;
	background: #eee;
    padding: 5px 10px;
    text-align: left;
    font-size: 13px;
	font-weight: bold;
	text-transform: none;
	color: #333;
	text-shadow: 1px 1px 0 #fff;
	cursor: pointer;  
}
.quickViewWindow #accordion > h3 span {
    position: absolute;
    top: 50%;
    right: 11px;
    left: inherit;
    width: 16px;
    height: 16px;
	margin: -8px 0 0;
    cursor: pointer;  
}
.quickViewWindow #accordion .product-details {
	position: relative;
	margin: 0;
	border-width: 1px;
	border-style: solid;
	border-color: #999 transparent #eee;
    border-radius: 0;
	box-shadow: 0 1px 3px #ccc;
	padding: 10px;   
}
.quickViewWindow .overview .left {
    float: left;
	max-width: 60%;
	margin-bottom: 5px;
    text-align: left;
}
.quickViewWindow .overview .right {
    float: right;
	margin-bottom: 5px;
    text-align: right;
}
.quickViewWindow .overview .left > *,
.quickViewWindow .overview .right > * {
    margin-bottom: 5px;
	overflow: hidden;
}
.quickViewWindow .overview .tier-prices {
    clear: both;
}
.quickViewWindow .overview .attributes {
	clear: both;
    margin: 0;
	border: none;
    padding: 0;
}
.quickViewWindow .overview .attributes dl:after {
	content: ".";
    display: block;
    clear: both;
    height: 0;
	font-size: 0;
    line-height: 0;
	visibility: hidden;
}
.quickViewWindow .overview .attributes dl > * {
    float: left;
}
.quickViewWindow .overview .attributes dt {
    clear: left;
	width: 100px;
    margin: 0 10px 5px 0;
    text-align: left;
}
.quickViewWindow .overview .attributes dd {
    margin-bottom: 10px;
}
.quickViewWindow .overview .purchase-area {
	clear: both;
    margin-top: 10px;
	border-top: 1px dashed #999;
	overflow: hidden;
    padding: 10px 0 0;
}
.quickViewWindow .overview .title,
.quickViewWindow .overview .add-info,
.quickViewWindow .overview .description {
    display: none;
}


/********** RELATED/ALSO-PURCHASED PRODUCTS *********/



.quickViewWindow .product-grid {  
	margin: 10px 0 0;
    overflow: hidden;
    background: #eee;
}
.quickViewWindow .product-grid .title {
	display: block;
	margin: 0;
	padding: 10px;
	text-align: center;
}
.quickViewWindow .product-grid .item-box {
    width: 111px;
    margin: 0 11px;
}
.quickViewWindow .product-grid .item-box .picture {
    height: 85px;
}
.quickViewWindow .product-grid .item-box .picture a {
	display: block;
	width: 85px;
	height: 85px;
	margin: 0 auto;
	border: none;
	overflow: hidden;
	line-height: 0;
}
.quickViewWindow .product-grid .item-box .product-title {
	height: 28px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	font-size: 10px;
}
.quickViewWindow .product-grid .item-box .product-title a {
	display: inline;
}


/********* GROUPED PRODUCTS ********/



.quickViewWindow #accordion .variants-in-grid {
	padding: 10px 6px;
}
.quickViewWindow .product-variant-list {
    margin: 0;
	overflow: hidden;
	padding: 0;
    text-align: left;
}
.quickViewWindow .product-variant-list .item-row {
	overflow: hidden;
	margin-bottom: 10px;
}
.quickViewWindow .variant-grid-info {
	border-top: 1px dashed #999;
    overflow: hidden;
    padding-top: 10px;
}
.quickViewWindow .product-variant {
	display: inline-block;
    position: relative;
    float: left;
    width: 124px;
    height: 124px;
	margin: 0 0 0 5px;
	overflow: hidden;
    text-align: center;
}
.quickViewWindow .product-variant:nth-child(3n+1) {
	margin-left: 2px;
}
.quickViewWindow .variant-picture {
    width: 124px;
    height: 124px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    margin: 0 0 5px;
	border: 1px solid #ddd;
	overflow: hidden;
	line-height: normal !important;
}
.quickViewWindow .moreInfoHover {
    position: absolute;
	left: 0;
    bottom: 0;
	width: 100%;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    background: rgba(0,0,0,0.6);
	padding: 3px;
    text-align: center;
    font-size: 10px;
	color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.quickViewWindow .variant-info {
    position: absolute;
    left: -126px;
    bottom: 0;
    width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    background: rgba(0,0,0,0.6);
	padding: 5px 10px;
    text-align: center;
    font-size: 11px;
	color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.quickViewWindow .product-variant:hover .moreInfoHover {
	left: 136px;
}
.quickViewWindow .product-variant:hover .variant-info {
	left: 0;
}

.quickViewWindow .variant-info .variant-name {
	max-height: 28px;
    overflow: hidden;
}
.quickViewWindow .variant-info .variant-name a {
    color: #fff;
}
.quickViewWindow .variant-info .prices {
    float: none;
    margin: 0 !important;
}
.quickViewWindow .variant-info .prices > * {
	float: none;
}
.quickViewWindow .product-variant .prices label {
    display: none;
}
.quickViewWindow .variant-grid-info .manufacturers {
    float: left;
}
.quickViewWindow .variant-grid-info .compare-products {
    float: right;
}


/********* COLOR SQUARES *********/



.quickViewWindow .color-squares li {
    display: inline-block;
}
.quickViewWindow .color-container {
	display: block;
    position: relative;
    margin-bottom: 5px;
    padding: 1px;
    border: 1px solid #999;
}
.quickViewWindow .selected-value .color-container {
    border: 2px solid #075899;
	padding: 0;
}
.quickViewWindow .color-squares .color {
    display: inline-block;
    width: 18px;
    height: 18px;
}
.quickViewWindow .color-squares label {
    position: relative;
    cursor: pointer;
}
.quickViewWindow .color-squares input {
    position: absolute;
    z-index: -1;
    float: none;
	height: 0;
    overflow: hidden;
}


/********* GIFTCARD *********/



.quickView .giftcard {
    clear: both;
}
.quickView .giftcard > div {
    overflow: hidden;
    margin-bottom: 5px;
}
.quickView .giftcard > div > * {
	float: left;
}
.quickView .giftcard label {
    display: block;
    width: 120px;
    margin-right: 10px;
}
.quickView .giftcard input[type=text] {
    width: 200px;
}
.quickView .giftcard textarea {
	width: 200px;
    resize: none;
}


@media all and (max-width: 980px) {

.quickViewWindow .color-squares .color {
	width: 30px;
	height: 30px;
}
.quickViewWindow .links-panel a {
	padding: 10px 0 10px 15px;
}

}

/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/


/********* START BUTTON *********/


.quick-view-button {
	bottom: -31px;
    left: 12px;
	width: 30px;
	height: 30px;
	overflow: hidden;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Lighthouse/Content/images/button.png) center no-repeat;
    text-indent: -9999px;
    z-index: 3;
    transition: bottom .3s ease-in-out;
}
.quick-view-button:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.item-box:hover .quick-view-button {
	bottom: 5px;
}


/********** GALLERY & OVERVIEW *********/


.quickViewWindow .gallery {
	display: block; /*Cloud Zoom css override*/
}
.quickViewWindow .gallery .picture {
	height: auto;
}
.quickViewWindow .gallery .picture:before {
	display: none !important;
}
.quickViewWindow .gallery .picture a {
    height: auto;
}
.quickViewWindow .gallery .picture img {
	bottom: auto;
	max-height: none;
}
.quickViewWindow .gallery .picture a img {
	position: static;
}
.quickViewWindow #accordion .ui-icon-circle-arrow-s {
    background: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Lighthouse/Content/images/minus.png) center no-repeat;
}
.quickViewWindow #accordion .ui-icon-circle-arrow-e {
    background: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Lighthouse/Content/images/plus.png) center no-repeat;
}
.quickViewWindow #accordion .product-details {
	border-color: #fff #ddd #ddd;
	box-shadow: none;
}
.quickViewWindow .variant-info .product-price {
	color: #fff;
}
.quickViewWindow .color-squares input {
	position: static;
}


/********** RELATED/ALSO-PURCHASED PRODUCTS *********/


.quickViewWindow .product-grid {
	padding: 0 5px;
    clear: both;
}
.quickViewWindow .product-grid .title {
	font-size: 18px;
}
.quickViewWindow .overview{
    margin: 0 0 15px;
}
.quickViewWindow .product-grid .item-box {
    width: 210px;
    margin: 0 5px 10px;
}
.quickViewWindow .product-grid .item-box .product-title {
    padding: 2px 5px;
    height: 40px;
}
    .quickViewWindow .product-grid .item-box .product-title a {
        font-size: 14px;
        display: block;
        line-height: 1.2;
        padding: 0;
        height: 34px;
        overflow: hidden;
    }
.quickViewWindow .product-grid .item-box .picture,
.quickViewWindow .product-grid .item-box .picture a {
	width: auto;
	height: auto;
}
.quickViewWindow .product-item:hover .details {
	display: none !important; /*hides overlay panel*/
}


/********* GIFTCARD *********/


.quickViewWindow .giftcard {
	background: #f6f6f6;
	padding: 5px 0 10px;
}


/*=====================================================
    
    TABLETS LANDSCAPE & NETBOOKS

=====================================================*/

@media all and (max-width: 980px) and (min-width: 769px) {

    .quickViewWindow .product-grid .item-box {
        width: 49%;
        margin: 0 0 2% 2%;
    }
    .quickViewWindow .product-grid .item-box .details {
        display: none;
    }
    .quickViewWindow .overview #accordion > h3 {
        height: 32px;
        line-height: 32px;
    }

}
/*
 Cloud Zoom CSS. (c)2012-2015 Star Plugins.
*/

.quickView .cloudzoom-blank {
	top: 0;
    right: 0;
	left: 0;
    margin: auto;
    background-image: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Styles/blank.png);
}

.quickView .cloudzoom-zoom-inside {
	z-index: 9;
    border: none;
    box-shadow: none;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: auto; 
}
.quickView .cloudzoom-zoom-inside img {
    right: auto !important;
    bottom: auto !important;
    max-width: none !important;
    max-height: none !important;
}

.quickView .cloudzoom-ajax-loader {
    background-image: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Styles/ajax-loader.gif);
    width: 32px;
    height: 32px;
}

.quickView .picture a + img {
	top: 0;
    right: 0;
	left: 0;
    margin: auto;
} /* transitional image (on thumbnail click) */
/*!
* Fine Uploader
*
* Copyright 2013, Widen Enterprises, Inc. info@fineuploader.com
*
* Version: 4.2.2
*
* Homepage: http://fineuploader.com
*
* Repository: git://github.com/Widen/fine-uploader.git
*
* Licensed under GNU GPL v3, see LICENSE
*/ 


/*! fineuploader 2014-01-31 */

.qq-uploader{position:relative;width:100%}.qq-upload-button{display:block;width:105px;padding:7px 0;text-align:center;background:#800;border-bottom:1px solid #DDD;color:#FFF}.qq-upload-button-hover{background:#C00}.qq-upload-button-focus{outline:1px dotted #000}.qq-upload-drop-area,.qq-upload-extra-drop-area{position:absolute;top:0;left:0;width:100%;height:100%;min-height:30px;z-index:2;background:#FF9797;text-align:center}.qq-upload-drop-area span{display:block;position:absolute;top:50%;width:100%;margin-top:-8px;font-size:16px}.qq-upload-extra-drop-area{position:relative;margin-top:50px;font-size:16px;padding-top:30px;height:20px;min-height:40px}.qq-upload-drop-area-active{background:#FF7171}.qq-upload-list{margin:0;padding:0;list-style:none}.qq-upload-list li{margin:0;padding:9px;line-height:15px;font-size:16px;background-color:#FFF0BD}.qq-upload-file,.qq-upload-spinner,.qq-upload-size,.qq-upload-cancel,.qq-upload-retry,.qq-upload-failed-text,.qq-upload-delete,.qq-upload-pause,.qq-upload-continue{margin-right:12px;display:inline}.qq-upload-file{}.qq-upload-spinner{display:inline-block;background:url(/Scripts/fineuploader/loading.gif);width:15px;height:15px;vertical-align:text-bottom}.qq-drop-processing{display:block}.qq-drop-processing-spinner{display:inline-block;background:url(/Scripts/fineuploader/processing.gif);width:24px;height:24px;vertical-align:text-bottom}.qq-upload-delete,.qq-upload-pause,.qq-upload-continue{display:inline}.qq-upload-retry,.qq-upload-delete,.qq-upload-cancel,.qq-upload-pause,.qq-upload-continue{color:#000}.qq-upload-retryable .qq-upload-retry{display:inline}.qq-upload-size,.qq-upload-cancel,.qq-upload-retry,.qq-upload-delete,.qq-upload-pause,.qq-upload-continue{font-size:12px;font-weight:400}.qq-upload-failed-text{display:none;font-style:italic;font-weight:700}.qq-upload-failed-icon{display:none;width:15px;height:15px;vertical-align:text-bottom}.qq-upload-fail .qq-upload-failed-text{display:inline}.qq-upload-retrying .qq-upload-failed-text{display:inline;color:#D60000}.qq-upload-list li.qq-upload-success{background-color:#5DA30C;color:#FFF}.qq-upload-list li.qq-upload-fail{background-color:#D60000;color:#FFF}.qq-progress-bar{display:block;background:-moz-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(30,87,153,1)),color-stop(50%,rgba(41,137,216,1)),color-stop(51%,rgba(32,124,202,1)),color-stop(100%,rgba(125,185,232,1)));background:-webkit-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:-o-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:-ms-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:linear-gradient(to bottom,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);width:0;height:15px;border-radius:6px;margin-bottom:3px}INPUT.qq-edit-filename{position:absolute;opacity:0;filter:alpha(opacity=0);z-index:-1;-ms-filter:"alpha(Opacity=0)"}.qq-upload-file.qq-editable{cursor:pointer}.qq-edit-filename-icon.qq-editable{display:inline-block;cursor:pointer}INPUT.qq-edit-filename.qq-editing{position:static;margin-top:-5px;margin-right:10px;margin-bottom:-5px;opacity:1;filter:alpha(opacity=100);-ms-filter:"alpha(Opacity=100)"}.qq-edit-filename-icon{display:none;background:url(/Scripts/fineuploader/edit.gif);width:15px;height:15px;vertical-align:text-bottom;margin-right:5px}INPUT.qq-edit-filename.qq-editing~.qq-upload-cancel{display:none}.qq-hide{display:none}
/*! 2014-01-31 */

/*html {
background:  url(/Themes/Lighthouse/Content/img/background.jpg) no-repeat top center;
}*/

.item-box .ajax-cart-button-wrapper input[type="button"], .overview .add-to-cart-button, .variant-overview .add-to-cart-button {
height: 32px;
background: rgb(175, 31, 94);
}

.block .title {
background: rgb(16,139,147);
/* url(/Themes/Lighthouse/Content/img/block-pointer.png) no-repeat right center;*/
/*background: yellow rgb(229, 191, 33) url(/Themes/Lighthouse/Content/img/block-pointer.png) no-repeat right center;*/
padding: 10px 15px 10px 10px;
font-family:'Cuprum',Arial,serif;
font-size: 17px;
color: rgb(255, 255, 255);
}

@media screen and (max-width: 980px) {
.header-menu > ul > li > a, .header-menu > ul > li > span {
text-shadow:none;
color: rgb(0, 0, 0);
}
.dropdown li a {
font: normal 17px 'Cuprum',Arial,serif;
}
}

.mega-menu .dropdown .topic-wrapper .box {
width: 365px;
}

.item-box .ajax-cart-button-wrapper input[type="text"], .overview .qty-input, .variant-overview .qty-input,
.overview .add-to-wishlist-button, .variant-overview .add-to-wishlist-button, .overview .add-to-compare-list-button, .overview .email-a-friend-button, 
.back-in-stock-subscription .subscribe-button, .download-sample-button,
border-radius: 5px;
}
.vyna-search-faq {
    margin-top: 5px;
    font: 19px/35px 'Yanone Kaffeesatz',Arial,serif;
    color: #178D96;
    float: right;
    clear: right;
}

.vyna-number {
height:18px;
}

.cart-footer .total-info {
    margin-top: 20px;
}

.header-line {
    width: 700px;
}
@media screen and (min-width: 481px) {
.header-links-wrapper {
    margin-right: 0px;
}
}
@media screen and (max-width: 480px) {
.header-links-wrapper {
    text-align: left;
}
}

.mega-menu .dropdown {
    top: 34px;
}
.pickup-in-store .selector{
font-weight: bold;
font-size: 16px;
}

.button-1.add-to-cart-button {
 background: rgb(175, 31, 94); 
}

/*notificatie balk */
.vyna-notification{
    margin: auto;
    width: 640px;
    padding-top: 20px;
    text-align: center;
    padding-bottom: 20px;
    color:rgb(175, 31, 94);
    font-size: 16px;
    font-weight: bold;}
@media (max-width: 640px){
.vyna-notification{ width: 360px;}
}
